I have added all users with smbpasswd on vector and bruce only on compaq (I thought it would pick these up from passwd - guess not!)
Also, added browseable = yes in the public shares on vector but testparm does NOT list it.
Also, I have to issue the commands
smbd start
nmbd start
winbindd start
each time I start.
Why can't that start automatically?
On vector, SWAT only shows the last 2 running, compaq shows all 3 and this is the first time I have ever seen all 3 running!
Also, I have to start SWAT first as seamonky only allows starting once.gateway now lists compaq and vector. I can browse compaq but reports
\\Vector is not accessible.
The computer or sharename could not be found. Make sure you typed it correctly, and try again.
vector://home/bruce
root:# smbclient -L compaq
Password:
Domain=[COMPAQ] OS=[Unix] Server=[Samba 3.0.26a]
Sharename Type Comment
--------- ---- -------
public Disk Public Stuff
tmp Disk Temporary file space
IPC$ IPC IPC Service (Compaq Samba Server)
bruce Disk Home Directories
Domain=[COMPAQ] OS=[Unix] Server=[Samba 3.0.26a]
Server Comment
--------- -------
Workgroup Master
--------- -------
FOWLPLAY GATEWAY
vector://home/bruce
root:# smbclient -L vector
Error connecting to 192.168.1.2 (Connection refused)
Connection to vector failed (Error NT_STATUS_CONNECTION_REFUSED)
From testparm:
root:# testparm
Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[tmp]"
Processing section "[public]"
Processing section "[Win]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
workgroup = FOWLPLAY
server string = Human Samba Server
security = SHARE
null passwords = Yes
guest account = pcguest
log file = /var/log/samba.%m
max log size = 50
dns proxy = No
hosts allow = 192.168.1., 192.168.0., 127.
[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 = /home/tmp
read only = No
guest ok = Yes
[public]
comment = Public Stuff
path = /home/samba
read only = No
guest ok = Yes
[Win]
comment = Old Win98
path = /mnt/win
read only = No
guest ok = Yes
vector://home/bruce
Added wins server = '192.168.1.3' (gateway). compaq was still pointing to vector so I changed it as well then rebooted both machines. No change!
This indicates that 'vector' cannot communicate with 'compaq' via a name descriptor. Perhaps you do not have netbios options enabled on 'vector'?
'man netbios' is not an option.
How to enable?