You are not logged in.

#1 2011-05-12 23:13:46

beber75
Member
Registered: 2009-07-16
Posts: 24
Website

[solved] nfs and shutdown issue

Hi,

I've recently aquire a synology ds1511+ mainly for playing with ISCI and Xen server. I've decided also to transfer my home directory on it and remove my local dedicated drive.

I could mount on powerup my home dir with my full right on it and it works flowlessly.
My problem concern the shutdown process.

When I initiate a shutdown, the first error message I could see is:

umount.fs /home: device is busy

the shutdown process continue and then it stucks on Unmounting Filesystems [BUSY]

I only use NFS client side

here is the line I used for my fstab:

192.168.0.150:/volume1/homes /home nfs defaults 0 0

Here is the daemons I use.

DAEMONS=(autofglrx syslog-ng network rpcbind nfs-common netfs @crond alsa dbus @cups @preload @openntpd @sabnzbd samba !ushare @avahi-daemon kdm)

If needed, here is my nfs-common.cfg file:

# Parameters to be passed to nfs-common (nfs clients & server) init script.
#

# If you do not set values for the NEED_ options, they will be attempted
# autodetected; this should be sufficient for most people. Valid alternatives
# for the NEED_ options are "yes" and "no".

# Do you want to start the statd daemon? It is not needed for NFSv4.
NEED_STATD="yes"

# Options to pass to rpc.statd.
# See rpc.statd(8) for more details.
# N.B. statd normally runs on both client and server, and run-time
# options should be specified accordingly.
STATD_OPTS="-p 32765 -o 32766"
#STATD_OPTS=""

# Options to pass to sm-notify
# e.g. SMNOTIFY_OPTS="-p 32764"
SMNOTIFY_OPTS="-p 32764"

# Do you want to start the idmapd daemon? It is only needed for NFSv4.
NEED_IDMAPD="yes"

# Options to pass to rpc.idmapd.
# See rpc.idmapd(8) for more details.
IDMAPD_OPTS=""

# Do you want to start the gssd daemon? It is required for Kerberos mounts.
NEED_GSSD=""

# Options to pass to rpc.gssd.
# See rpc.gssd(8) for more details.
GSSD_OPTS=""

# Where to mount rpc_pipefs filesystem; the default is "/var/lib/nfs/rpc_pipefs".
PIPEFS_MOUNTPOINT=""

# Options used to mount rpc_pipefs filesystem; the default is "defaults".
PIPEFS_MOUNTOPTS=""

If anyone have an Idea, he will be welcome.

Regards.

Last edited by beber75 (2011-05-26 14:15:36)

Offline

#2 2011-05-13 17:35:18

beber75
Member
Registered: 2009-07-16
Posts: 24
Website

Re: [solved] nfs and shutdown issue

bump.

Anyone have an idea?

Offline

#3 2011-05-26 09:11:42

beber75
Member
Registered: 2009-07-16
Posts: 24
Website

Re: [solved] nfs and shutdown issue

Hi,

I'm answering to myself.

Akonadi was the problem.

Even if I have disabled the search features in KDE configuration, if in console I type the following command:

akonadictl status

It shows me:

Akonadi Control: started
Akonadi Server: started
Akonadi Server Search Support: not available

I've edited .config/akonadi/akonadiserverrc file and set StartServer to false
I've also disabled the launch of Korganizer (as it uses Akonadi).
After a reboot, Akonadi is not launching anymore and I could shutdown correctly my computer.

Last edited by beber75 (2011-05-26 09:13:00)

Offline

Board footer

Powered by FluxBB