Update: Problem has been resolved. Reviewing the log files show that when attaching to the IPC$ share it is attempting to open /root/tmp, which it can't. Searching google found another message with this problem and it relates to the TMPDIR and TMP environment variables. It seems on Mandrake and logged in as root, the TMPDIR and TMP environment variables are set to /root/tmp but if you manually set them to /tmp, everything works fine.
Hopefully this post will help someone else. Norm -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Norm Dressler Sent: Tuesday, February 03, 2004 1:11 PM To: [EMAIL PROTECTED] Subject: [Samba] Samba 3.0.1a Cannot Browse Server Hi All, I've migrated my samba 2.2.8/OpenLDAP configuration to a Samba 3.0.1/OpenLDAP configuration. Things went well in the LDAP conversion using scripts, etc. I've set things up using the new LDAP schema and not the compatibility schema. I can see the server listed in the machines on my workgroup. I can even explicitly map a drive letter to a share on the new samba server. I cannot, however, browse the server! A windows 2000 workstation gives me the error: The Server is not configured for Transactions. The log files have not been helpful for me in determining where the problem is. Has anyone else seen this problem? My smb.conf file looks like this: [global] log level = 1024 log file = /usr/local/samba/var/%m.log os level = 65 passdb backend = ldapsam:ldap://localhost/ ldap suffix = dc=dinmar,dc=com ldap machine suffix = ou=Computers ldap user suffix = ou=People ldap admin dn = "cn=root,dc=dinmar,dc=com" ldap delete dn = no workgroup = DINMAR-OTT01 netbios name = FPOTT04 server string = DINMAR FPOTT04 Server interfaces = 192.168.40.246 encrypt passwords = Yes null passwords = Yes domain logons = Yes domain master = 192.168.40.250 local master = Yes hosts allow = 192.168. security = user comment = DINMAR FPOTT04 Server guest ok = yes wins server = 192.168.40.250 browse list = yes printing=bsd printcap=lpstat [netlogon] path = /usr/local/samba/netlogon read only = No browseable = No locking = No guest ok = yes [Users] comment = User Home Directories path = /data2/users read only = No hide dot files = yes hide files = /.* /public_html create mask = 0700 directory mask = 0700 [homes] comment = Personal Home Directory read only = No hide dot files = yes browseable = No hide files = /.* create mask = 0700 directory mask = 0700 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
