Dear visitor, welcome to Dreamboard. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

|
|
Source code |
1 2 |
egle@AMD-X2-6000:~$ showmount -e 192.168.0.7 clnt_create: RPC: Program not registered |
|
|
Source code |
1 2 3 4 5 6 7 |
root@dm8000:~# exportfs -ra exportfs: can't open /var/lib/nfs/rmtab for reading exportfs: could not open /var/lib/nfs/xtab for locking exportfs: could not open /var/lib/nfs/etab for locking exportfs: can't lock /var/lib/nfs/etab for writing exportfs: could not open /var/lib/nfs/xtab for locking exportfs: can't lock /var/lib/nfs/xtab for writing |
This post has been edited 1 times, last edit by "EgLe" (Jul 16th 2010, 6:05pm)
|
|
Source code |
1 2 3 4 5 6 |
:/tmp# ipkg install nfs-utils_1.1.2-r7_mipsel.ipk
Installing nfs-utils (1.1.2-r7) to root...
Collected errors:
* ERROR: Cannot satisfy the following dependencies for nfs-utils:
* libwrap0 (>= 7.6) * libblkid1 (>= 2.16) * libuuid1 (>= 2.16) *
* Cannot find package nfs-utils.
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
root@dm8000:~# ipkg update
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/all/Packages.gz
Inflating http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/all/Packages.gz
Updated list of available packages in /var/lib/opkg/official-all
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/dm8000/Packages.gz
Inflating http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/dm8000/Packages.gz
Updated list of available packages in /var/lib/opkg/official-dm8000
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/Packages.gz
Inflating http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/Packages.gz
Updated list of available packages in /var/lib/opkg/official-mipsel
root@dm8000:~# ipkg install nfs-utils
Installing nfs-utils (1.1.2-r7) to root...
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/nfs-utils_1.1.2-r7_mipsel.ipk
Installing libwrap0 (7.6-r4) to root...
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/libwrap0_7.6-r4_mipsel.ipk
Installing libblkid1 (2.16-r9.4) to root...
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/libblkid1_2.16-r9.4_mipsel.ipk
Installing libuuid1 (2.16-r9.4) to root...
Downloading http://sources.dreamboxupdate.com/opendreambox/1.6/dm8000/experimental/mipsel/libuuid1_2.16-r9.4_mipsel.ipk
Configuring libwrap0
Configuring libuuid1
Configuring libblkid1
Configuring nfs-utils
Adding system startup for /etc/init.d/nfsserver.
creating NFS state directory: done
starting 8 nfsd kernel threads: done
starting mountd: done
starting statd: done
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/media/hdd".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
root@dm8000:~#
|
|
|
Source code |
1 2 3 4 |
root@dm8000:~# exportfs -ra
exportfs: /etc/exports [1]: Neither 'subtree_check' or 'no_subtree_check' specified for export "*:/media/hdd".
Assuming default behaviour ('no_subtree_check').
NOTE: this default has changed since nfs-utils version 1.0.x
|

|
|
Source code |
1 2 3 |
egle@AMD-X2-6000:$ showmount -e 192.168.0.7 Export list for 192.168.0.7: /media/hdd (everyone) |