View Single Post
  #1 (permalink)  
Old 03-Jul-2009, 10:48
Mirakulix Mirakulix is offline
Puzzled Penguin
 
Join Date: Apr 2009
Posts: 10
Mirakulix hasn't been rated much yet
Default SAMBA problems once more

Hi

I've been trying to set up samba for 2 weeks (on and off) and can't find my configuration error!
System is a SUSE 11.1 (DVD) KDE4 in a VMWARE, default install (installed only for this tests) with servers and kernel development.
1.) using Swerdna's tutorial, I found the smbfs is not startable (returning 6: service not configured) (I thought, this daemon starts once per smb client??)
2.) the command
mount.cifs --verbose -o username=SERVERUSER,password=SERVERPASSWORD //127.0.0.1/documents /home/steme/Documents/fileserver1
bash: //127.0.0.1/documents: Datei oder Verzeichnis nicht gefunden
gives file or dir not found.

- both share "documents" and dir "fileserver1" exists
- smbpasswd is set
- firewall is off
- all commands entered as root
- smbclient -L 127.0.0.1 shows the share
- access per Windows or even per dolphin works
- workgroup of client and server is set to the same name

I also tried it with a completely updated system, same results.

Any other information required / any ideas?
Reply With Quote