Hi, i have a fritz!box 7140 with freetz 1.1.
I can't run nfs deamon. The web interface shows me
and when i try to run the deamon by init script i get
My config files:
It also doesn't start with empty hosts.allow and hosts.deny
The device is at the given location. It is mounted - avaliable on ftp and listed by df.
What's wrong?
I can't run nfs deamon. The web interface shows me
Starting nfsd...Looking for group 'nobody' ... found
Looking for user 'nobody' ... found
failed.
and when i try to run the deamon by init script i get
Code:
/var/mod/root # sh -x /etc/init.d/rc.nfsd start
+ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/mod/sbin:/mod/bin:/mod/usr/sbin:/mod/usr/bin
+ export LD_LIBRARY_PATH=/mod/lib
+ DAEMON=nfsd
+ NFS_DIR=/var/lib/nfs
+ . /etc/init.d/modlibrc
+ export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/mod/sbin:/mod/bin:/mod/usr/sbin:/mod/usr/bin
+ export LD_LIBRARY_PATH=/mod/lib:/mod/usr/lib
+ [ -n nfsd ]
+ [ ! -r /mod/etc/conf/nfsd.cfg ]
+ . /mod/etc/conf/nfsd.cfg
+ export NFSD_ENABLED=no
+ start
+ set -o noglob
+ echo -n Starting nfsd...
Starting nfsd...+ modlib_addgroup nobody
+ local group=nobody
+ shift
+ echo -n Looking for group 'nobody' ...
Looking for group 'nobody' ... + grep -q ^nobody: /etc/group
+ echo found
found
+ modlib_adduser nobody -s /bin/false -D -S -H -G nobody -g nobody
+ local user=nobody
+ shift
+ echo -n Looking for user 'nobody' ...
Looking for user 'nobody' ... + grep -q ^nobody: /etc/passwd
+ echo found
found
+ return 0
+ [ -e /etc/exports ]
+ modprobe nfsd
+ mkdir -p /var/lib/nfs
+ touch /var/lib/nfs/etab
+ touch /var/lib/nfs/rmtab
+ touch /var/lib/nfs/xtab
+ /usr/sbin/portmap
+ exitval1=0
+ /usr/sbin/exportfs -r
+ exitval2=0
+ /usr/sbin/nfsd -p 2047
+ exitval3=1
+ /usr/sbin/mountd
+ exitval4=0
+ [ 0 -eq 0 ]
+ [ 0 -eq 0 ]
+ [ 1 -eq 0 ]
+ echo failed.
failed.
+ exit 1
/var/mod/root #
My config files:
Code:
/var/mod/root # cat /etc/exports
/var/media/ftp/uStorro2/1us/usb/001/0041 192.168.178.21(async,rw,no_subtree_check)
/var/mod/root # cat /etc/hosts.allow
ALL: 192.168.178.
/var/mod/root # cat /etc/hosts.deny
ALL: ALL
/var/mod/root #
It also doesn't start with empty hosts.allow and hosts.deny
The device is at the given location. It is mounted - avaliable on ftp and listed by df.
What's wrong?