There are others with various app names besides vi including httpd, named, sftp-server, etc.. Is this an imminent hardware failure? Do I have kernel issues? I've checked the system with lm_sensors and temps are perfectly normal. Also, performance and operation seems to be fine. Even with these errors, my services are running without any hiccups. HELP! :-)
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-18-2008, 11:19 PM
"nate"
Trouble brewing in dmesg... any ideas?
Tim Nelson wrote:
> There are others with various app names besides vi including httpd, named,
> sftp-server, etc.. Is this an imminent hardware failure? Do I have kernel
> issues? I've checked the system with lm_sensors and temps are perfectly
> normal. Also, performance and operation seems to be fine. Even with these
> errors, my services are running without any hiccups. HELP! :-)
>
Would need to see the full error but it sounds like a kernel oops. For
me at least the useful info would be at the top of the error which wasn't
included in your email.
Worst case, configure your system with a serial console and capture the
error using a terminal emulator on another machine plugged into your
serial console.
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-18-2008, 11:38 PM
Tim Nelson
Trouble brewing in dmesg... any ideas?
Unfortunately I can't see the top of the errors as there are too many... :-( I'll throw a console on it and start logging. Is anyone else seeing this sort of activity? I'm running the latest stock kernel available using yum from the repos. I'm not using any additional repos(rpmforge, epel, etc...) and I don't have any custom compiled modules. This box is a fresh installation running bind, apache, and mysqld.
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
----- Original Message -----
From: "nate" <centos@linuxpowered.net>
To: centos@centos.org
Sent: Wednesday, June 18, 2008 6:19:07 PM GMT -06:00 Guadalajara / Mexico City / Monterrey
Subject: Re: [CentOS] Trouble brewing in dmesg... any ideas?
Tim Nelson wrote:
> There are others with various app names besides vi including httpd, named,
> sftp-server, etc.. Is this an imminent hardware failure? Do I have kernel
> issues? I've checked the system with lm_sensors and temps are perfectly
> normal. Also, performance and operation seems to be fine. Even with these
> errors, my services are running without any hiccups. HELP! :-)
>
Would need to see the full error but it sounds like a kernel oops. For
me at least the useful info would be at the top of the error which wasn't
included in your email.
Worst case, configure your system with a serial console and capture the
error using a terminal emulator on another machine plugged into your
serial console.
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-18-2008, 11:59 PM
"Rob Townley"
Trouble brewing in dmesg... any ideas?
dmesg > dmesg.log
or
cd /var/log/
ls -lat | more
i liked the old days when dmesg, /var/log/messages and other syslog stuff was displayed automatically on a tty console.* I tried a softlink from /var/log/messages to tty9, but didn't have any luck.* Would it require a tee or a mod to dmesg?
On Wed, Jun 18, 2008 at 6:38 PM, Tim Nelson <tnelson@rockbochs.com> wrote:
Unfortunately I can't see the top of the errors as there are too many... :-( I'll throw a console on it and start logging. Is anyone else seeing this sort of activity? I'm running the latest stock kernel available using yum from the repos. I'm not using any additional repos(rpmforge, epel, etc...) and I don't have any custom compiled modules. This box is a fresh installation running bind, apache, and mysqld.
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
----- Original Message -----
From: "nate" <centos@linuxpowered.net>
To: centos@centos.org
Sent: Wednesday, June 18, 2008 6:19:07 PM GMT -06:00 Guadalajara / Mexico City / Monterrey
Subject: Re: [CentOS] Trouble brewing in dmesg... any ideas?
Tim Nelson wrote:
> There are others with various app names besides vi including httpd, named,
> sftp-server, etc.. *Is this an imminent hardware failure? Do I have kernel
> issues? I've checked the system with lm_sensors and temps are perfectly
> normal. Also, performance and operation seems to be fine. Even with these
> errors, my services are running without any hiccups. HELP! :-)
>
Would need to see the full error but it sounds like a kernel oops. For
me at least the useful info would be at the top of the error which wasn't
included in your email.
Worst case, configure your system with a serial console and capture the
error using a terminal emulator on another machine plugged into your
serial console.
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 12:05 AM
"nate"
Trouble brewing in dmesg... any ideas?
Rob Townley wrote:
> dmesg > dmesg.log
>
> or
>
> cd /var/log/
> ls -lat | more
>
> i liked the old days when dmesg, /var/log/messages and other syslog stuff
> was displayed automatically on a tty console. I tried a softlink from
> /var/log/messages to tty9, but didn't have any luck. Would it require a tee
> or a mod to dmesg?
Should be able to control this in your syslog configuration, I
prefer syslog-ng myself, but the regular old syslog can do this
too I believe.
>From my Debian Etch's /etc/syslog.conf
#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;
# news.=crit;news.=err;news.=notice;
# *.=debug;*.=info;
# *.=notice;*.=warn /dev/tty8
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 02:06 AM
Tim Nelson
Trouble brewing in dmesg... any ideas?
Ugh yes... I forgot that everything is logged to /var/log/messages. I've put a complete log from boot to current at:* http://208.79.71.67/temp/messages.full.txt . I've removed the thousands of lines generated by snmpd telling me about my monitoring system connections and sanitized any other 'sensitive' information. Looking at the log, I see that I installed snmp(with libs and utils) and lm_sensors right before the problem started happening. I'm also not sure if it makes a difference but this box has 4GB of RAM and I'm not using a PAE kernel. I appreciate any help you all can lend. Thanks!!!
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
----- Original Message -----
From: "Rob Townley" <rob.townley@gmail.com>
To: "CentOS mailing list" <centos@centos.org>
Sent: Wednesday, June 18, 2008 6:59:06 PM GMT -06:00 Guadalajara / Mexico City / Monterrey
Subject: Re: [CentOS] Trouble brewing in dmesg... any ideas?
dmesg > dmesg.log
or
cd /var/log/
ls -lat | more
i liked the old days when dmesg, /var/log/messages and other syslog stuff was displayed automatically on a tty console.* I tried a softlink from /var/log/messages to tty9, but didn't have any luck.* Would it require a tee or a mod to dmesg?
On Wed, Jun 18, 2008 at 6:38 PM, Tim Nelson <tnelson@rockbochs.com> wrote:
Unfortunately I can't see the top of the errors as there are too many... :-( I'll throw a console on it and start logging. Is anyone else seeing this sort of activity? I'm running the latest stock kernel available using yum from the repos. I'm not using any additional repos(rpmforge, epel, etc...) and I don't have any custom compiled modules. This box is a fresh installation running bind, apache, and mysqld.
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
----- Original Message -----
From: "nate" <centos@linuxpowered.net>
To: centos@centos.org
Sent: Wednesday, June 18, 2008 6:19:07 PM GMT -06:00 Guadalajara / Mexico City / Monterrey
Subject: Re: [CentOS] Trouble brewing in dmesg... any ideas?
Tim Nelson wrote:
> There are others with various app names besides vi including httpd, named,
> sftp-server, etc.. *Is this an imminent hardware failure? Do I have kernel
> issues? I've checked the system with lm_sensors and temps are perfectly
> normal. Also, performance and operation seems to be fine. Even with these
> errors, my services are running without any hiccups. HELP! :-)
>
Would need to see the full error but it sounds like a kernel oops. For
me at least the useful info would be at the top of the error which wasn't
included in your email.
Worst case, configure your system with a serial console and capture the
error using a terminal emulator on another machine plugged into your
serial console.
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-22-2008, 12:48 AM
Ted Miller
Trouble brewing in dmesg... any ideas?
Rob Townley wrote:
dmesg > dmesg.log
or
cd /var/log/
ls -lat | more
i liked the old days when dmesg, /var/log/messages and other syslog
stuff was displayed automatically on a tty console. I tried a softlink
from /var/log/messages to tty9, but didn't have any luck. Would it
require a tee or a mod to dmesg?
One of those rare occasions when I know the answer, so I'll share. Had to
go look at my /etc/syslog.conf file to remember the magic incantation:
# Log everything to tty12
# Added by TCM on 24 Nov 06
*.* /dev/tty12
This puts all that "stuff" on Ctrl-Alt-F12 "where it belongs". Enjoy.
Ted Miller
On Wed, Jun 18, 2008 at 6:38 PM, Tim Nelson <tnelson@rockbochs.com
<mailto:tnelson@rockbochs.com>> wrote:
Unfortunately I can't see the top of the errors as there are too
many... :-( I'll throw a console on it and start logging. Is anyone
else seeing this sort of activity? I'm running the latest stock
kernel available using yum from the repos. I'm not using any
additional repos(rpmforge, epel, etc...) and I don't have any custom
compiled modules. This box is a fresh installation running bind,
apache, and mysqld.
Tim Nelson
Systems/Network Support
Rockbochs Inc.
(218)727-4332 x105
----- Original Message -----
From: "nate" <centos@linuxpowered.net <mailto:centos@linuxpowered.net>>
To: centos@centos.org <mailto:centos@centos.org>
Sent: Wednesday, June 18, 2008 6:19:07 PM GMT -06:00 Guadalajara /
Mexico City / Monterrey
Subject: Re: [CentOS] Trouble brewing in dmesg... any ideas?
Tim Nelson wrote:
> There are others with various app names besides vi including
httpd, named,
> sftp-server, etc.. Is this an imminent hardware failure? Do I
have kernel
> issues? I've checked the system with lm_sensors and temps are
perfectly
> normal. Also, performance and operation seems to be fine. Even
with these
> errors, my services are running without any hiccups. HELP! :-)
>
Would need to see the full error but it sounds like a kernel oops. For
me at least the useful info would be at the top of the error which
wasn't
included in your email.
Worst case, configure your system with a serial console and capture the
error using a terminal emulator on another machine plugged into your
serial console.
nate
_______________________________________________
CentOS mailing list
CentOS@centos.org <mailto:CentOS@centos.org>
http://lists.centos.org/mailman/listinfo/centos
_______________________________________________
CentOS mailing list
CentOS@centos.org <mailto:CentOS@centos.org>
http://lists.centos.org/mailman/listinfo/centos