Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: Truncated log entries: msg#00147
|
Subject: |
Re: Truncated log entries |
On Wed, 27 Oct 2004 13:13:26 EDT, Barry Roomberg said:
> "exed=500" ???
Typo in a kprintf? ;)
> also:
> Oct 27 11:26:47 mstoppel1 kernel: =500 fsgid=500
>
>
> Any idea why? They are rare and interspersed with good entries.
Are you perchance on an SMP system (which includes a 1-CPU HT)? There's a few
race conditions when processes on both/multiple processors printk() at the same
time. Other possibility is a burst of traffic wrapped the kernel syslog buffer
before klogd read it. On recent kernels, you can tune how big the buffer is at
kernel build time with CONFIG_LOG_BUF_SHIFT (16 for a 64K buffer, 17 for 128K,
etc).
pgpdu5TdFH8D2.pgp
Description: PGP signature
|
| |