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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-10-2006, 01:38 AM
|
#1
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Rep:
|
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
|
|
|
03-10-2006, 09:07 PM
|
#2
|
Member
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648
Rep:
|
Have you tryed just using the "halt" command?
|
|
|
03-12-2006, 09:53 PM
|
#3
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Original Poster
Rep:
|
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
|
|
|
03-13-2006, 12:00 PM
|
#4
|
Member
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648
Rep:
|
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?
|
|
|
03-14-2006, 07:46 PM
|
#5
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Original Poster
Rep:
|
No, am using MAXTOR ATLAS 10K 2x36.0GB IDE HDD on Adaptec SCSI raid controller.
|
|
|
03-14-2006, 07:53 PM
|
#6
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Original Poster
Rep:
|
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
|
|
|
03-14-2006, 09:16 PM
|
#7
|
Member
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648
Rep:
|
why do you have your swap on a removable disk then?
it's showing up on your sda9?
|
|
|
03-15-2006, 07:23 PM
|
#8
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Original Poster
Rep:
|
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
|
|
|
03-15-2006, 10:23 PM
|
#9
|
Member
Registered: May 2004
Location: Tampa, Fl
Distribution: Arch
Posts: 648
Rep:
|
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?
|
|
|
03-16-2006, 12:53 AM
|
#10
|
LQ Newbie
Registered: Feb 2006
Location: Port Moresby Papua New Guinea
Distribution: RedHat & fedora
Posts: 17
Original Poster
Rep:
|
someone istalled the dostro for me.
|
|
|
All times are GMT -5. The time now is 03:27 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|