Hello All
I've been searching the Googles as well as this forum, and so far I have not been able to locate a resolution to my problem.
My NFS shares are not mounting. They were mounted, then I did an update.. and they stopped. I rebooted the system, no change.
When attempting to mount from a terminal I get the following:
So I did some basic trouble shooting that I am familiar with:
Received the same error when attempting to mount the shares
Still no go.
The Googles suggested this:
And this is my fstab:
Any help or suggestions greatly appreciated!
I've been searching the Googles as well as this forum, and so far I have not been able to locate a resolution to my problem.
My NFS shares are not mounting. They were mounted, then I did an update.. and they stopped. I rebooted the system, no change.
When attempting to mount from a terminal I get the following:
Code:
user@suse-desktop:~> sudo mount -a
root's password:
checkproc: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
Starting rpc.statd ...start_daemon: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
failed
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
checkproc: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
Starting rpc.statd ...start_daemon: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
failed
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
checkproc: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
Starting rpc.statd ...start_daemon: Empty pid file /var/run/rpc.statd.pid for /usr/sbin/rpc.statd
failed
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
Code:
user@suse-desktop:~> sudo /sbin/service rpcbind status
rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled)
Active: active (running) since Sun, 2013-09-01 16:04:43 EDT; 2min 12s ago
Main PID: 566 (rpcbind)
CGroup: name=systemd:/system/rpcbind.service
└ 566 /sbin/rpcbind -w -f
Sep 01 16:04:43 suse-desktop.site systemd[1]: Started RPC Bind.
Code:
user@suse-desktop:~> sudo /sbin/service rpcbind stop
Warning: Stopping rpcbind.service, but it can still be activated by:
rpcbind.socket
user@suse-desktop:~> sudo /sbin/service rpcbind start
user@suse-desktop:~> sudo /sbin/service rpcbind status
rpcbind.service - RPC Bind
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; enabled)
Active: active (running) since Sun, 2013-09-01 16:07:34 EDT; 3s ago
Main PID: 2243 (rpcbind)
CGroup: name=systemd:/system/rpcbind.service
└ 2243 /sbin/rpcbind -w -f
Sep 01 16:07:34 suse-desktop.site systemd[1]: Started RPC Bind.
The Googles suggested this:
Code:
user@suse-desktop:~> sudo /sbin/insserv /sbin/rpcbind && /sbin/rcrpcbind start
redirecting to systemctl start rpcbind
Failed to issue method call: Access denied
Code:
gentle@suse-desktop:~> chkconfig
acpid on
after.local off
alsasound on
autofs off
avahi-daemon on
avahi-dnsconfd off
before.local off
brld on
chargen off
chargen-udp off
cifs off
cron on
cups on
cups-lpd off
daytime off
daytime-udp off
dbus on
discard off
discard-udp off
dnsmasq off
echo off
echo-udp off
fbset on
gpm off
inputattach off
irda off
joystick off
kbd off
lirc off
mdadmd off
mysql off
netstat off
network on
nfs on
ntp off
openvpn off
pm-profiler off
postfix on
powerd off
purge-kernels on
raw off
rpcbind on
rpmconfigcheck off
rsync off
rsyncd off
sane-port off
sbl on
servers off
services off
smartd off
smpppd off
snmpd off
snmptrapd off
sshd on
sssd off
systat off
time off
time-udp off
vboxadd on
vmtoolsd on
vnc xinetd
xdm on
xfs off
xinetd on
ypbind off
Code:
/dev/disk/by-id/ata-OCZ-SOLID2_41644KQ98WOQ0L6YA91C-part1 swap swap defaults 0 0
/dev/disk/by-id/md-uuid-09cf9bda:2d0d6836:5cfce759:49ef9c0c / ext4 acl,user_xattr 1 1
/dev/disk/by-id/ata-OCZ-SOLID2_41644KQ98WOQ0L6YA91C-part2 /boot ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-WDC_WD5000AAKS-00E4A0_WD-WCATR2815209-part1 /home ext4 acl,user_xattr 1 2
/dev/disk/by-id/ata-Hitachi_HDP725050GLA360_GEC534RJ053H1E-part1 /mnt/storage ext4 acl,user_xattr 1 2
tmpfs /run tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
tmpfs /var/lock tmpfs defaults 0 0
tmpfs /var/run tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
debugfs /sys/kernel/debug debugfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
192.168.1.148:/export/backup /mnt/backup nfs vers=3,rsize=32768,wsize=32768,rw,intr,noatime 0 0
192.168.1.122:/mnt/storage/media /mnt/media nfs rsize=131072,wsize=131072,rw,intr,noatime 0 0
192.168.1.148:/export/storage /mnt/remote nfs vers=3,rsize=32768,wsize=32768,rw,intr,noatime 0 0