LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-04-2011, 07:09 AM   #1
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558
Blog Entries: 5

Rep: Reputation: Disabled
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
 
Old 10-04-2011, 07:34 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-04-2011, 07:41 AM   #3
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558

Original Poster
Blog Entries: 5

Rep: Reputation: Disabled
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.
 
Old 10-04-2011, 07:43 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, so why did it fail? look at your logs. no point just posting a failure with no research.
 
Old 10-04-2011, 07:46 AM   #5
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558

Original Poster
Blog Entries: 5

Rep: Reputation: Disabled
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
 
Old 10-04-2011, 07:49 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
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.
 
Old 10-04-2011, 08:19 AM   #7
jsaravana87
Member
 
Registered: Aug 2011
Location: Chennai,India
Distribution: Redhat,Centos,Ubuntu,Dedian
Posts: 558

Original Poster
Blog Entries: 5

Rep: Reputation: Disabled
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
 
  


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
Correct rpcbind package for RHEL5? impasse Red Hat 12 10-21-2009 02:54 AM
CentOS 5.2 package installation and directory structure oceanarches Linux - Newbie 6 09-03-2008 12:58 PM
Package Installation fails during OpenSuse Eval 10.0 DVD install jimisola SUSE / openSUSE 2 12-02-2005 09:00 PM
message "Problem during installation: x package needed for (installed) x package frayed2 Linux - Newbie 1 04-24-2005 08:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:49 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