LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-06-2006, 09:31 AM   #1
shivamahadevar
LQ Newbie
 
Registered: Nov 2006
Posts: 1

Rep: Reputation: 0
Auto reboot test server with same error


This a test Server and its its rebooting on its own and throwing this error on /var/log/messages. I have restarted Autofs and NFS is working fine. I had seen 4 reboots on a week with the same error.

Please have any idea why its happening.

Nov 2 04:30:17 vaughn automount[21171]: >> mount clntudp_create: RPC: Program not registered
Nov 2 04:30:17 vaughn automount[21171]: lookup(program): lookup for vaughn failed
Nov 2 04:30:17 vaughn automount[21171]: failed to mount /net/vaughn
Nov 2 09:14:43 vaughn modprobe: modprobe: Can't locate module block-major-43
Nov 2 09:14:43 vaughn last message repeated 31 times
Nov 2 09:15:21 vaughn kernel: kjournald starting. Commit interval 5 seconds
Nov 2 09:15:21 vaughn kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,19), internal journal
Nov 2 09:15:21 vaughn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 2 09:36:18 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/2;PWD=/prod/users/gusers/u49506/otsapp;RUNAS=wlibd;COMMAND=
/bin/tcsh
Nov 2 09:36:37 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/4;PWD=/prod/users/gusers/u49506;RUNAS=wlibd;COMMAND=/bin/tc
sh
Nov 2 09:37:28 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/7;PWD=/prod/users/gusers/u49506;RUNAS=wlibd;COMMAND=/bin/tc
sh
Nov 2 13:06:55 vaughn /usr/local/bin/sudo: u389v5 : OK;TTY=pts/5;PWD=/prod/users/gusers/u389v5;RUNAS=wlibd;COMMAND=/bin/ba
sh2
Nov 2 13:55:14 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/2;PWD=/prod/users/gusers/u49506/otsapp;RUNAS=wlibd;COMMAND=
/bin/tcsh
Nov 2 16:06:01 vaughn syslogd 1.4.1: restart.
Nov 2 16:06:01 vaughn syslog: syslogd startup succeeded
Nov 2 16:06:02 vaughn kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 2 16:06:02 vaughn kernel: Inspecting /boot/System.map-2.4.21-40.ELsmp
Nov 2 16:06:02 vaughn syslog: klogd startup succeeded
 
Old 12-14-2006, 08:03 AM   #2
cbriscoejr
Member
 
Registered: Sep 2004
Location: Baltimore, Md
Distribution: Red Hat
Posts: 60

Rep: Reputation: 15
modprobe: Can't locate module block-major-43

I found a possible solution at the following link http://www.redhat.com/archives/nahan.../msg00216.html
 
Old 11-12-2007, 02:12 AM   #3
hunter_cao7
LQ Newbie
 
Registered: Nov 2007
Location: linux m
Posts: 18

Rep: Reputation: 0
How do you find the reasons for the problem???

I too, do you have messages?

'last |grep reboot' command output

Nov 12 09:45:02 sztest shutdown: shutting down for system reboot
Nov 12 13:01:40 sztest shutdown: shutting down for system reboot



----------------------------------------------------------------
Quote:
Originally Posted by shivamahadevar View Post
This a test Server and its its rebooting on its own and throwing this error on /var/log/messages. I have restarted Autofs and NFS is working fine. I had seen 4 reboots on a week with the same error.

Please have any idea why its happening.

Nov 2 04:30:17 vaughn automount[21171]: >> mount clntudp_create: RPC: Program not registered
Nov 2 04:30:17 vaughn automount[21171]: lookup(program): lookup for vaughn failed
Nov 2 04:30:17 vaughn automount[21171]: failed to mount /net/vaughn
Nov 2 09:14:43 vaughn modprobe: modprobe: Can't locate module block-major-43
Nov 2 09:14:43 vaughn last message repeated 31 times
Nov 2 09:15:21 vaughn kernel: kjournald starting. Commit interval 5 seconds
Nov 2 09:15:21 vaughn kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,19), internal journal
Nov 2 09:15:21 vaughn kernel: EXT3-fs: mounted filesystem with ordered data mode.
Nov 2 09:36:18 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/2;PWD=/prod/users/gusers/u49506/otsapp;RUNAS=wlibd;COMMAND=
/bin/tcsh
Nov 2 09:36:37 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/4;PWD=/prod/users/gusers/u49506;RUNAS=wlibd;COMMAND=/bin/tc
sh
Nov 2 09:37:28 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/7;PWD=/prod/users/gusers/u49506;RUNAS=wlibd;COMMAND=/bin/tc
sh
Nov 2 13:06:55 vaughn /usr/local/bin/sudo: u389v5 : OK;TTY=pts/5;PWD=/prod/users/gusers/u389v5;RUNAS=wlibd;COMMAND=/bin/ba
sh2
Nov 2 13:55:14 vaughn /usr/local/bin/sudo: u49506 : OK;TTY=pts/2;PWD=/prod/users/gusers/u49506/otsapp;RUNAS=wlibd;COMMAND=
/bin/tcsh
Nov 2 16:06:01 vaughn syslogd 1.4.1: restart.
Nov 2 16:06:01 vaughn syslog: syslogd startup succeeded
Nov 2 16:06:02 vaughn kernel: klogd 1.4.1, log source = /proc/kmsg started.
Nov 2 16:06:02 vaughn kernel: Inspecting /boot/System.map-2.4.21-40.ELsmp
Nov 2 16:06:02 vaughn syslog: klogd startup succeeded
 
Old 11-15-2007, 07:06 AM   #4
cbriscoejr
Member
 
Registered: Sep 2004
Location: Baltimore, Md
Distribution: Red Hat
Posts: 60

Rep: Reputation: 15
Reveiw this site

http://lists.centos.org/pipermail/ce...ry/044106.html
 
  


Reply

Tags
auto, linux, reboot, server



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
getting ntp to auto start on reboot linneaw Red Hat 2 05-29-2006 04:34 PM
How to auto start my sql server upon reboot? john_d13 Slackware 6 01-17-2006 02:11 PM
samba auto start on reboot vMatthews Debian 4 11-08-2005 06:40 PM
auto reboot installing FC2 overlord73 Fedora 0 06-15-2004 12:48 AM
Auto reboot or freezing with new 2.6.3 Kernel oghistorian Linux - General 0 03-12-2004 03:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration