LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-10-2006, 01:38 AM   #1
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Blog Entries: 1

Rep: Reputation: 0
Unhappy INIT: No more process left in this runlevel


Dear all, Iam new to this forum, and quite new to Linux OS. I am having a problem when doing a shutdown -g0 -y on RHE Linux AS 3.
The error message "INIT: no more process let in this run level" and system hangs there.

Please your help will be greatly apreciated.


Regards..


Robs
 
Old 03-10-2006, 09:07 PM   #2
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Have you tryed just using the "halt" command?
 
Old 03-12-2006, 09:53 PM   #3
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I did the halt command, still the same error message.

Erro message in deatil:

Unmounting file system: umount2: Device or resource busy
Umount: /dev/sda2: not mounted
Umount: /usr: Illegal seek

INIT: no more processes left in this run level
 
Old 03-13-2006, 12:00 PM   #4
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Are you using a Sata hard drive?

It almost seems as if there is something wrong with udev.

could ya post your /etc/fstab? and are you using and custom udev rules?
 
Old 03-14-2006, 07:46 PM   #5
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: 0
No, am using MAXTOR ATLAS 10K 2x36.0GB IDE HDD on Adaptec SCSI raid controller.
 
Old 03-14-2006, 07:53 PM   #6
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: 0
No, am using MAXTOR ATLAS 10K 2x36.0GB IDE HDD on Adaptec SCSI raid controller.

Following is the /etc/fstab file.

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults,usrquota,grpquota 1 2
LABEL=/opt /opt ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
/dev/sda9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 noauto,owner,kudzu,ro 0 0
 
Old 03-14-2006, 09:16 PM   #7
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
why do you have your swap on a removable disk then?
it's showing up on your sda9?
 
Old 03-15-2006, 07:23 PM   #8
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: 0
As a newbie, I am not sure where swap should be as the server being configured by an external service provider. where should it be?
Any solutions, please.

Robin
 
Old 03-15-2006, 10:23 PM   #9
DeusExLinux
Member
 
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648

Rep: Reputation: 30
Here's my /etc/fstab

I normally have my Swap on my main hd,having it on a removable source kinda defeats the purpse

Code:
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs  defaults            0      0

/dev/hdc    /mnt/cdrom   udf,iso9660   user,defaults,noauto  	 0   0
/dev/hda2 swap swap defaults 0 0
/dev/hda4 / reiserfs defaults 0 0
/dev/hda3 /home reiserfs defaults 0 0 
/dev/sda1 /mnt/sda1 vfat user,defaults,noauto 0 0
/dev/hda1 /mnt/hda1 reiserfs user,defaults,rw 0 0
/dev/sda2 /mnt/ipod vfat user,defaults,noauto,rw  0 0
You'll notice my swap is set to /dev/hda2. it's on my main drive.

It just seems that udev is having issues unmounting the swap from the removable source. Did you install the distro, or did someone do it for you?
 
Old 03-16-2006, 12:53 AM   #10
robinp
LQ Newbie
 
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17

Original Poster
Blog Entries: 1

Rep: Reputation: 0
someone istalled the dostro for me.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:27 PM.

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