On Fri, 19 May 2000 [EMAIL PROTECTED] wrote:
> When I run dmesg I get the following and only the following:
>
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:1099 L=141 S=0x00
> I=30525 F=0x0000 T=58 (#15)
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:1099 L=101 S=0x00
> I=30530 F=0x0000 T=58 (#15)
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:1099 L=195 S=0x00
> I=30632 F=0x0000 T=58 (#15)
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:1099 L=190 S=0x00
> I=30640 F=0x0000 T=58 (#15)
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:1099 L=182 S=0x00
> I=30648 F=0x0000 T=58 (#15)
> Packet log: input - eth0 PROTO=17 24.228.0.2:53 24.228.46.145:61616 L=237
> S=0x00 I=47493 F=0x0000 T=58 (#15)
>
> What's up with that? I mean, I know it's my DNS server but why not any boot
> info??
>
> TIA
> Steve
>
The dmesg command prints out the kernel messages in that are in the
buffer. The only time it will print out the boot messages are just after
boot. After that, other messages come into the buffer, and syslogd and
klogd remove messages from the buffer, and process them. If you want to
see the boot messages, try:
less /var/log/dmesg
RedHat puts the boot messages in this file as part of the boot process.
Mikkel
--
Do not meddle in the affairs of dragons,
for you are crunchy and taste good with ketchup.
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.