Problem Solved
Posted on March 18, 2006
Finally I’m managed to solved my [tag]LDAP[/tag]+[tag]Samba[/tag] PDC+Samba BDC problem today.
Last few days, my customer was move from one location to another location which we decided to re-alocate all the computers(DHCP) and servers IP Address. Everything was setup properly and ready except [tag]Windows[/tag] workstations machine suddently prompt up “A Duplicate Name Exists On Network” error message just before login to any domain.
Hmm.. what the hell? I didn’t changed any computer/host name. Nothing change on LDAP or Samba Server.
Previously I have change my Samba BDC from IP Address 192.168.10 to 192.168.1.5. It’s a confirmed Samba CACHE problem.
So, the solution is:
- service smb stop
- service winbind stop
- mv /var/cache/samba /var/cache/samba.orig
- mkdir /var/cache/samba
- service smb start
- service winbind start
Thanks to Google again!
Possibly Related Posts:
- Boot gOS from USB Drive Experience
- Argument list too long
- Setup a Linux Highly Availability NFS servers
- How to find empty folders on Linux
- How to create full right permission on Samba share
Comments
Leave a Reply