OESF Portables Forum
Everything Else => General Support and Discussion => Zaurus General Forums => Archived Forums => Software => Topic started by: Anonymous on February 13, 2004, 09:59:33 pm
-
Trying to use smb on zaurus sl-5600.
I installed package and libcurses. When I try to invoke it , (i first tried against c$ but that failed), so I shared a drive.. Get insufficient server memory to perform function. I seem to have enough memory on zaurus and not running anything else. Well, at first I was running ssh,....
HOw can I troubleshoot this?
Thanks
Greg
# smbmount //192.168.0.4/Hockeypics /mnt/smb -o username=mycomp,ro
session request to 192.168.0.4 failed
Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed
-
Try not using the IP address. Use the PC name...
smbmount //MAIN/zaurus /home/zaurus/Documents/pc -username=WindowsUsername,password=mypassword
here is a good smbmount guide: http://notebook.zaurii.net/zaurus/samba1.htm (http://notebook.zaurii.net/zaurus/samba1.htm)
-
Empty folder too!!! Good ideas, great link, but still getting insufficient server memory...
smbmount //xphome/Hockeypics ./mypc -o username=me
Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed
# ln -s /lib/libncurses.so.4.2 /usr/lib/libncurses.so.5
I had installed libncurses.so.5 before, and I also tried using the symbolic link but both still give this server memory error. I had rebooted the zaurus after the first time as well just in case.
Thanks
Greg
-
You shouldn\'t be running out of memory like that. Where did you get the smbmount package at? Try uninstalling smbount and installing the package from the link above. What rom are you using?
-
I uninstalled, then reinstalled, and I\'m getting the same error
Greg
# ls smb*
smbmount_0.1_arm.ipk
# ipkg install smbmount_0.1_arm.ipk
Unpacking smbmount...Done.
Configuring smbmount...Configuration file `/etc/samba/smb.conf\'
==] File on system created by you or by a script.
==] File also in package provided by package maintainer.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer\'s version
N or O : keep your currently-installed version
D : show the differences between the versions (if diff is installed)
The default action is to keep your current version.
*** smb.conf (Y/I/N/O/D) [default=N] ? Y
Done.
# ln -s /lib/libncurses.so.4.2 /usr/lib/libncurses.so.5
ln: /usr/lib/libncurses.so.5: File exists
# cd /home/root/Documents
# mkdir mypc
mkdir: Cannot create directory `mypc\': File exists
# smbmount //xphome/Hockeypics /home/mypc -o username=myuser
Could not resolve mount point /home/mypc
# smbmount //xphome/Hockeypics /home/root/Documents/mypc -o username=myuser Password:
tree connect failed: ERRDOS - ERRnomem (Insufficient server memory to perform the requested function.)
SMB connection failed
#
-
time to restore back to several days ago. ill have a go at this another time. SMB does not seem to be very intuitive through the zaurus.