LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-29-2003, 09:12 AM   #1
..:eMa:..
Member
 
Registered: Sep 2003
Location: Italy - Milan
Posts: 61

Rep: Reputation: 15
INIT: no more processes left in this runlevel


Hi,
Maybe here someone could teach me why my rh9 say during shutdown:
INIT: no more processes left in this runlevel

Thks!

..:eMa:..
 
Old 10-29-2003, 09:25 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
How do you actually shutdown?? Do you use shutdown now, init 0, halt??

Are there any other related entries in your logfiles??
 
Old 10-29-2003, 09:31 AM   #3
..:eMa:..
Member
 
Registered: Sep 2003
Location: Italy - Milan
Posts: 61

Original Poster
Rep: Reputation: 15
I use shutdown -h now
what log file I should view?
syslog report only boot message...

Thks!

..:eMa:..
 
Old 10-29-2003, 09:40 AM   #4
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
1) Your logfile(s) are in /var/log. Check /var/log/messages.

2) Do you have the error when you try shutting down using init 0??
 
Old 10-29-2003, 10:48 AM   #5
..:eMa:..
Member
 
Registered: Sep 2003
Location: Italy - Milan
Posts: 61

Original Poster
Rep: Reputation: 15
the syslogd shutting down before the INIT's error, so itsn't logged: It's possible?

Here there's /var/log/messages
ott 26 23:46:10 emaaaa gdm[2334]: gdm_child_action: arresto generale...
Oct 26 23:46:10 emaaaa shutdown: shutting down for system halt
Oct 26 23:46:12 emaaaa init: Switching to runlevel: 0
ott 26 23:46:14 emaaaa anacron: Chiusura anacron succeeded
ott 26 23:46:14 emaaaa atd: Chiusura atd succeeded
ott 26 23:46:14 emaaaa rc: Stopping keytable: succeeded
ott 26 23:46:15 emaaaa cups: Chiusura cupsd succeeded
Oct 26 23:46:15 emaaaa xfs[2307]: terminating
ott 26 23:46:15 emaaaa xfs: Chiusura xfs succeeded
ott 26 23:46:15 emaaaa gpm: Chiusura gpm succeeded
ott 26 23:46:20 emaaaa httpd: Chiusura httpd succeeded
ott 26 23:46:20 emaaaa sshd: sshd -TERM succeeded
ott 26 23:46:21 emaaaa crond: Chiusura crond succeeded
Oct 26 23:46:21 emaaaa apmd[2124]: Exiting
ott 26 23:46:22 emaaaa apmd: Chiusura apmd succeeded
ott 26 23:46:23 emaaaa dd: entrati 1+0 record
ott 26 23:46:23 emaaaa dd: usciti 1+0 recordott 26 23:46:23 emaaaa random: Salvataggio seme per la funzione random: succeeded
Oct 26 23:46:23 emaaaa rpc.statd[2073]: Caught signal 15, un-registering and exiting.
ott 26 23:46:23 emaaaa nfslock: Chiusura rpc.statd succeeded
ott 26 23:46:24 emaaaa portmap: Chiusura portmap succeeded
Oct 26 23:46:24 emaaaa kernel: Kernel logging (proc) stopped.
Oct 26 23:46:24 emaaaa kernel: Kernel log daemon terminating.
ott 26 23:46:25 emaaaa syslog: Chiusura klogd succeeded
Oct 26 23:46:25 emaaaa exiting on signal 15
Oct 29 15:26:54 emaaaa syslogd 1.4.1: restart.
 
Old 10-29-2003, 11:14 AM   #6
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Yes, logging could be terminated before the error occurs.

Did you try the init 0??

I do believe it's a /etc/inittab or /etc/init.d/<something> related error. But lot's of distro's use their own 'special' way of controlling runlevels, so you need someone with the same distro (and version) you are running.
 
Old 10-29-2003, 11:22 AM   #7
..:eMa:..
Member
 
Registered: Sep 2003
Location: Italy - Milan
Posts: 61

Original Poster
Rep: Reputation: 15
Thumbs up

What's the command line for init?

I had another machine running on the same distro RH9, installed by the same media, 3cdrom, that is full functional.
What's the directory I should compare?

THKS!

..:eMa:..
 
Old 10-29-2003, 11:30 AM   #8
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
First question:
Command:
$ init 0

Second question:
I don't use red hat so i'm not sure. The suggested place is:

/etc/init.d

There should be some scripts and directories (the rc<number>.d dirs among others.)

But this question should be answered by a Red Hat user.
 
Old 10-29-2003, 11:49 AM   #9
..:eMa:..
Member
 
Registered: Sep 2003
Location: Italy - Milan
Posts: 61

Original Poster
Rep: Reputation: 15
THKS I will chek the integrity of /etc/init.d/ scripts.

..:eMa:..
From Milan in a cloudy day...(over multiple scene: RH9 / Wheater)
 
  


Reply



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
debian runlevel init 3 joyman555 Linux - Software 10 04-15-2008 01:47 AM
INIT: no more processes left in this runlevel netsina Red Hat 3 07-04-2005 03:21 AM
No initab file found - No more processes left in this runlevel mrhansen Linux - Newbie 6 08-27-2004 02:17 PM
Init and runlevel commands CliffLandin Linux - General 2 11-22-2003 05:01 PM
init runlevel adam171771 Linux - General 3 07-05-2001 09:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:37 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