PDA

View Full Version : Really BAD! Lost NFS!


Flyboy917
2006-12-29, 08:27 PM CST
NFS is gone!
Ran PUP this week and got :
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Downloading header for libevent to pack into transaction set.
libevent-1.2a-1.fc6.rf.i3 100% |=========================| 4.2 kB 00:01
---> Package libevent.i386 0:1.2a-1.fc6.rf set to be updated
---> Downloading header for gstreamer-plugins-ugly to pack into transaction set.
gstreamer-plugins-ugly-0. 100% |=========================| 17 kB 00:01
---> Package gstreamer-plugins-ugly.i386 0:0.10.5-1.fc6.rf set to be updated
--> Running transaction check
--> Processing Dependency: libevent-1.1a.so.1 for package: nfs-utils
--> Finished Dependency Resolution
Error: Missing Dependency: libevent-1.1a.so.1 is needed by package nfs-utils

I ran Yum erase nfs-utils which had zero dependancies. Re-ran Yum update, everything ran fine. Tried to re-install nfs-utils and once again got: Error: Missing Dependency: libevent-1.1a.so.1 is needed by package nfs-utils
Ok, who cares, but no....nfs, and nfs-lock are gone from my system.

[root@jt ~]# /etc/nfs start
-bash: /etc/nfs: No such file or directory
[root@jt ~]# nfsd
-bash: nfsd: command not found
[root@jt ~]# statd
-bash: statd: command not found
[root@jt ~]# /etc/init.d/portmap start
Starting portmap: [ OK ]
[root@jt ~]# /etc/init.d/nfs start
-bash: /etc/init.d/nfs: No such file or directory
[root@jt ~]# /etc/init.d/nfs start
-bash: /etc/init.d/nfs: No such file or directory

What gives? This is NOT GOOD!

JohnVV
2006-12-30, 01:09 AM CST
I to had the same dependancy problem also i too did the yum remove and yum install bit in order to get the update to install
but i dont use nfs so i did not notice it's not working

however the error was with libevent-1.1a.so.1 a link to libevent-1.1a.so.1.2
have you tried to re link it
or just reinstall the .so only
------------------------------------------------
have you seen this old post
http://www.fedoraforum.org/forum/showthread.php?t=142504
or this one
http://fedoraforum.org/forum/showthread.php?t=115576
or the mailling list
https://www.redhat.com/archives/fedora-list/2006-July/msg00060.html

Flyboy917
2006-12-30, 07:39 AM CST
Fixed it.
Yum remove libevent
Yum install nfs-utils

This will update your libevent.so link

Thanks!