hab das gefunden, versteh's jedoch nicht
Can't resolve address (unknown IP address NULL)
There is a bug in LinNeighborhood 0.6.5 where it sends the 'ip=' parameter to the smbmount tool on mounting even if there is no IP address known. Samba 3 tools don't accept this empty parameter and this error occurs on mounting.
Patrich Monnerat has sent a patch to version 0.6.5 to avoid this problem.
Thanks to Patrick.
How to install the patch:
* Untar the LinNeighborhood 0.6.5 source package
* Copy this patch into the newly created LinNeighborhood-0.6.5 directory
* cd to this directory
* Invoke patch -p1 < LinNeighborhood-0.6.5-samba3.patch inside this directory, it will change the smbmount.c file
* GNU like ./configure; make; make install
Can't resolve address (unknown IP address NULL)
There is a bug in LinNeighborhood 0.6.5 where it sends the 'ip=' parameter to the smbmount tool on mounting even if there is no IP address known. Samba 3 tools don't accept this empty parameter and this error occurs on mounting.
Patrich Monnerat has sent a patch to version 0.6.5 to avoid this problem.
Thanks to Patrick.
How to install the patch:
* Untar the LinNeighborhood 0.6.5 source package
* Copy this patch into the newly created LinNeighborhood-0.6.5 directory
* cd to this directory
* Invoke patch -p1 < LinNeighborhood-0.6.5-samba3.patch inside this directory, it will change the smbmount.c file
* GNU like ./configure; make; make install