Noticed this problem this morning on all four of my Kubuntu 11.10 computers.
Upgraded to the 3.0.0-15 kernel last night, this morning when trying to access files on the other computers, I get a "timeout on server - workgroup" error. The four computers can no longer connect to each other.
All four computers are running Samba 3.5.11
Also, the lone Windows 7 computer in the house can not see any of the kubuntu computers anymore.
I've read that if you are sharing linux to linux, NFS is better. I've searched Google for a good How-to to set up up, but could not find anything current. If you know of a good setup guide, I'm interested.
Below is the output of my smb.conf file. I didn't see anything out of the ordinary.
Upgraded to the 3.0.0-15 kernel last night, this morning when trying to access files on the other computers, I get a "timeout on server - workgroup" error. The four computers can no longer connect to each other.
All four computers are running Samba 3.5.11
Also, the lone Windows 7 computer in the house can not see any of the kubuntu computers anymore.
I've read that if you are sharing linux to linux, NFS is better. I've searched Google for a good How-to to set up up, but could not find anything current. If you know of a good setup guide, I'm interested.
Below is the output of my smb.conf file. I didn't see anything out of the ordinary.
Code:
# Global parameters [global] server role = domain controller workgroup = WORKGROUP realm = netbios name = KUBUNTU-DESKTOP [netlogon] path = /var/lib/samba/sysvol/scripts read only = No [sysvol] path = /var/lib/samba/sysvol read only = No [Music] path = /media/sdc1/Music browseable = yes writable = no [Kids Shows] path = /media/sdc1/Kid's Shows browseable = yes writable = no
Comment