Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I am starting
the NFSD.sh as last line in my fun_plug ..
# run commands
if [ -x $FFP_RC ]; then
echo "* Running $FFP_RC ..."
$FFP_RC
echo "* OK"
else
echo "$FFP_RC: Not found or not executable"
fi
# starten NFS
sh /mnt/HD_a2/ffp/start/nfsd.sh start
When checking if all is correct, not all services are started correctly
1610 root crond
1664 root /ffp/sbin/telnetd -l /ffp/bin/sh
1742 root /ffp/sbin/rpc.portmap
1805 root /ffp/sbin/rpc.statd
1870 root [nfsd]
1876 root [lockd]
stopping will show:
/mnt/HD_a2/ffp/start # sh nfsd.sh stop
WARNING: rpc.mountd: Not running
Stopping rpc.statd
Stopping rpc.portmap
stopping the service and starting it again from console, so manually enter the sh nfsd.sh will fix it.
So why are the nfsd services not started? I cannot imagine there is something wrong I do ...
Fonz?
Tjsak!
Zeroday
Last edited by zeroday (2008-06-23 16:14:22)
Offline
zeroday wrote:
the NFSD.sh as last line in my fun_plug ..
Why don't you just activate the start script? Did you disable unfsd? http://dns323.kood.org/howto:ffp#nfs_ne … ile_system
There should be really no need to modify the fun_plug script itself...
chmod a-x /ffp/start/unfsd.sh chmod a+x /ffp/start/nfsd.sh cd /ffp/start root@bob:/mnt/HD_a2/ffp/start# ls -l *nfs* -rwxr-xr-x 1 root root 1468 Apr 15 22:50 nfsd.sh -rw-r--r-- 1 root root 998 Apr 16 22:33 unfsd.sh
Works perfectly on my box.
zeroday wrote:
When checking if all is correct, not all services are started correctly
So why are the nfsd services not started? I cannot imagine there is something wrong I do ...
If there's a problem, it will most likely be logged in /var/log/messages (start/activate syslogd) or dmesg.
Offline
sorry - i'm bit of a newbie here - can you please post the steps you need to get VMWARE ESX 3.5 to see the NAS disks?
i have done this:
1. Conceptronic firmware
2. upgrade to 1.04 RC2
3. Install funplug 0.5
4. enable kernel nfs
i dont know what are the missing steps to get my ESX to see the share.....
Offline