DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2008-06-23 16:12:58

zeroday
Member
Registered: 2007-07-01
Posts: 136
Website

fun_plug start issue

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

 

#2 2008-06-23 16:53:54

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: fun_plug start issue

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...

Code:

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

 

#3 2008-06-23 20:34:05

zeroday
Member
Registered: 2007-07-01
Posts: 136
Website

Re: fun_plug start issue

Gracias !!
sooo simple ..

finally confirming: CH3SNAS + NFS + UNFS working like hell .. including working on VMWARE (need READDIRPLUS) ;-)

Last edited by zeroday (2008-06-23 20:34:47)

Offline

 

#4 2008-06-23 22:00:33

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: fun_plug start issue

Finally!

Offline

 

#5 2008-06-27 06:41:57

saif
New member
Registered: 2007-10-26
Posts: 2

Re: fun_plug start issue

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB