El 01/10/13 14:25, Carlos E. R. escribió:
Look:
Telcontar:~ # umount /data/hoard umount.nfs4: /data/hoard: device is busy
Telcontar:~ # lsof /data/hoard lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /var/run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME famd 11203 cer 8r DIR 0,51 41 128 /data/hoard famd 11203 cer 10r DIR 0,51 18 131 /data/hoard/TheHoard famd 11203 cer 11r DIR 0,51 36 153 /data/hoard/Downloads.cer
Telcontar:~ # rcfam restart redirecting to systemctl restart fam Telcontar:~ # umount /data/hoard Telcontar:~ #
Why?
ain't that pretty obvious ? systemctl restart fam will terminate famd first, when that happens all resources are freed. However I suspect what you are seeing is a bug, missing closedir() somewhere in famd. -- "If debugging is the process of removing bugs, then programming must be the process of putting them in." - Edsger Dijkstra -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org