Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
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.
|
|
10-04-2011, 07:09 AM
|
#1
|
Member
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Rep:
|
rpcbind package installation fails on centos 5.5
yum install rpcbind*
rpm -ivh rpcbind-0.2.0-8.el6.x86_64.rpm
warning: rpcbind-0.2.0-8.el6.x86_64.rpm: Header V3 RSA/SHA256 signature: NOKEY, key ID c105b9de
error: Failed dependencies:
libtirpc.so.1()(64bit) is needed by rpcbind-0.2.0-8.el6.x86_64
rpmlib(FileDigests) <= 4.6.0-1 is needed by rpcbind-0.2.0-8.el6.x86_64
rpmlib(PayloadIsXz) <= 5.2-1 is needed by rpcbind-0.2.0-8.el6.x86_64
man-pages < 2.43-12 conflicts with rpcbind-0.2.0-8.el6.x86_64
can someone say which repo i can get rpcbind package
|
|
|
10-04-2011, 07:34 AM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
you don't just stuff rhel 6 packages into a centos 5 machine.
Everything you ned is available through yum. I think the package names may have changed around a bit, so I forget what you should be using on el5, but presuming this is actually related to an NFS server, "yum install nfs-utils" should get everything you need.
|
|
|
10-04-2011, 07:41 AM
|
#3
|
Member
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Original Poster
Rep:
|
After installation of nfs-utils nfs daemon not starting up
[root@localhost ~]# yum install nfs-utils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirror.centos.org
* base: mirror.softaculous.com
* extras: mirror.softaculous.com
* rpmforge: ftp-stud.fht-esslingen.de
* updates: mirror.softaculous.com
addons 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
extras 100% |=========================| 2.1 kB 00:00
rpmforge 100% |=========================| 1.1 kB 00:00
updates 100% |=========================| 1.9 kB 00:00
Excluding Packages in global exclude list
Finished
Setting up Install Process
Package 1:nfs-utils-1.0.9-54.el5.x86_64 already installed and latest version
Nothing to do
[root@localhost ~]# service nfs restart
Shutting down NFS mountd: [FAILED]
Shutting down NFS daemon: [FAILED]
Shutting down NFS quotas: [ OK ]
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [FAILED]
Last edited by jsaravana87; 10-04-2011 at 07:43 AM.
|
|
|
10-04-2011, 07:43 AM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
ok, so why did it fail? look at your logs. no point just posting a failure with no research.
|
|
|
10-04-2011, 07:46 AM
|
#5
|
Member
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Original Poster
Rep:
|
Hi
i had working on these for past 2 days i could int find out the exact error i had googled i found out rpcbind could cause these error. but i could int get rpcbind pacakage for centos 5.4 version
these my log out
Oct 4 10:18:29 localhost portmap[13610]: cannot bind udp: Address already in use
Oct 4 10:18:48 localhost nfsd[13673]: nfssvc: No such device
Oct 4 10:28:43 localhost nfsd[17471]: nfssvc: No such device
Oct 4 10:54:41 localhost nfsd[23998]: nfssvc: No such device
Oct 4 10:54:43 localhost nfsd[24076]: nfssvc: No such device
Oct 4 11:40:41 localhost nfsd[3760]: nfssvc: No such device
|
|
|
10-04-2011, 07:49 AM
|
#6
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
well that's quite a few steps you took for little reason. if all you have to go on is "nfssvc: No such device" that's not much... run the nfsd daemons in the foreground with appropriate debugging etc to see more useful info.
|
|
|
10-04-2011, 08:19 AM
|
#7
|
Member
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Original Poster
Rep:
|
im currently working on vps server nfs as been esatblished as a filesystem ...so that reason i could get nfs daemon started i think so
so i had moved out to shfs failed to open /dev/fuse permisison denied errori could int able to use shfs method too can can some help say how cani solve the error
#sshfs root@61.57.52.44:/opt /netdrive/
root@61.57.52.44's password:
fuse: mountpoint is not empty
[root@localhost ~]# cat /proc/filesystems
ext2
ext3
nodev devtmpfs
nodev nfs
nodev delayfs
nodev proc
nodev sysfs
nodev tmpfs
nodev devpts
nodev binfmt_misc
nodev rpc_pipefs
|
|
|
All times are GMT -5. The time now is 08:49 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
|
|