I'm not really sure how to find a solution for this. Googling reveals a million different (contradictory) tutorials on setting up and troubleshooting an Ubuntu Samba share, but given that the other machines can see it, this seems to be a Windows problem, not Ubuntu, and none of them say a bloody word about that. Any suggestions?
Here's some outputs that a dude on the internet said would help, on the off chance that it is an Ubuntu problem. Note that, in the smbtree output, it's aware of Mnemosyne (the Ubuntu host) and Athens (the Win7 machine that can see the share). It's not aware of Titan (the WinXP machine) or, bizarrely, Argent (the MacBook that can see the share). So...I don't know what that means.
- Code: Select all
phasma@Mnemosyne:~$ testparm -s
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[printers]"
Processing section "[print$]"
Loaded services file OK.
Server role: ROLE_STANDALONE
[global]
workgroup = ROSENET
server string = %h server (Samba, Ubuntu)
map to guest = Bad User
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
usershare allow guests = Yes
panic action = /usr/share/samba/panic-action %d
comment = Home Directories
read only = No
[printers]
comment = All Printers
path = /var/spool/samba
read only = Yes
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
read only = Yes
- Code: Select all
phasma@Mnemosyne:~$ net usershare info --long
[fileshare]
path=/home/phasma/fileshare
comment=Rosenet fileshare
usershare_acl=Everyone:F,
guest_ok=y
- Code: Select all
phasma@Mnemosyne:~$ hostname
Mnemosyne
- Code: Select all
phasma@Mnemosyne:~$ smbtree
Enter phasma's password:
WORKGROUP
\\ATHENS
ROSENET
\\MNEMOSYNE Mnemosyne server (Samba, Ubuntu)
\\MNEMOSYNE\fileshare Rosenet fileshare
\\MNEMOSYNE\print$ Printer Drivers
\\MNEMOSYNE\IPC$ IPC Service (Mnemosyne server (Samba, Ubuntu))


