fuser control filesystem unmount error after installing Sun Java SE 6
Posted by admin on January 6th, 2009
Can’t locl lock file /etc/mtab~: timed out
……
ntfs-3g: unknown option ‘-n’.
Please type ‘/sbin/mount.ntfs-3g –help’ for more information
This seems to be caused by the jexec service installed by Java SE 6.
opensuse11:/var/log # ps -ef | grep jexec
root 2304 2298 0 23:31 ? 00:00:00 /bin/sh /etc/init.d/jexec start
root 2315 2304 0 23:31 ? 00:00:00 /bin/sh /etc/init.d/jexec start
root 2316 2315 0 23:31 ? 00:00:00 /bin/sh /etc/init.d/jexec start
root 4738 1 0 23:36 ? 00:00:00 /bin/sh /etc/init.d/jexec start
root 4739 4738 0 23:36 ? 00:00:00 /bin/sh /etc/init.d/jexec start
root 4740 4739 0 23:36 ? 00:00:00 /bin/sh /etc/init.d/jexec start
To resolve the problem, disable this service as follows:
Open YaST from Applications – Computer – YaST menu.

In the left pane, click System and then System Services (Run Level)

From the list look for jexec and select then click Disable. This should disable the service and fix the shutdown problem.
