LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   lilo caused to fail NFS statd (https://www.linuxquestions.org/questions/linux-software-2/lilo-caused-to-fail-nfs-statd-89206/)

shanenin 09-04-2003 10:55 AM

lilo caused to fail NFS statd
 
I just installed lilo. It is booting both windows XP and Redhat 9 great. Now when I shut down my computer I get this proceess failing

stopping NFS statd FAILED

I found a copy of /etc/lilo.conf on the web so I could run my lilo command. here is what I am using

boot=/dev/hda
map=/boot/map
install=/boot/boot.b
prompt
timeout=100
message=/boot/message
lba32
default=Windoze

image=/boot/vmlinuz-2.4.20-20.9
label=linux
initrd=/boot/initrd-2.4.20-20.9.img
read-only
root=/dev/hda5

other=/dev/hda2
label=Windoze

shanenin 09-04-2003 04:06 PM

this is my /etc/fstab

LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda6 swap swap defaults 0 0
/dev/fd0 /mnt/floppy auto noauto,user,kudzu 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,user,kudzu,ro 0 0

/dev/hda1 /home/shane/vfat vfat defaults,user,umask=000 0 0

shanenin 09-04-2003 08:35 PM

I also disabled sunrcp(port 111), but I reenabled it and I still get the error

stopping NFS statd FAILED ------when I shut down


All times are GMT -5. The time now is 11:44 PM.