I'm having some weird issues with samba.
I've recently reinstalled linux to fedora core 4. Using default settings, I should be about to mount my home directory on windows...but I get this:
Code:
sohmc@bart:~$ smbclient //127.0.0.1/sohmc
added interface ip=192.168.1.201 bcast=192.168.1.255 nmask=255.255.255.0
Client started (version 3.0.14a-2).
Connecting to 127.0.0.1 at port 445
Password:
Doing spnego session setup (blob length=58)
got OID=1 3 6 1 4 1 311 2 2 10
got principal=NONE
Got challenge flags:
Got NTLMSSP neg_flags=0x608a0215
NTLMSSP: Set final flags:
Got NTLMSSP neg_flags=0x60080215
NTLMSSP Sign/Seal - Initialising with flags:
Got NTLMSSP neg_flags=0x60080215
Domain=[BART] OS=[Unix] Server=[Samba 3.0.14a-2]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
my smb.conf:
Code:
[global]
workgroup = MYGROUP2
server string = Samba Server
log level = 3
log file = /var/log/samba/%m.log
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
printcap name = /etc/printcap
dns proxy = No
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
cups options = raw
[homes]
comment = Home Directories
read only = No
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No
[tmp]
comment = Temporary file space
path = /tmp
read only = No
guest ok = Yes
When I mount tmp, I can see the directories, but I cannot see individual files, even the ones I created and own and permissions to.
I've searched on google and on LQ and cannot seem to find a solution that fixes this problem. I don't think it's a permissions issue because Iv'e tried making my home directory and files in tmp world readable to no avail.
I've also copied this smb.conf from a working linux computer and still does not work.
If you have any suggestions, I'm open!!
thanks!