[Samba] lots of temp files in /tmp directory

2005-10-18 Thread Software Groups
I am running samba 3.0.20a in my FC4 linux machine, its running for two days.
In /tmp direcotry I see lots of temporary files.

Is it safe to  remove these files? also I would like to why its
creating these many files?

SMBclose.8.req  SMBreadX.58.resp  SMBsesssetupX.61.req  
SMBtrans2.3.resp  SMBwriteX.60.req
SMBclose.8.resp SMBreadX.59.req   SMBsesssetupX.61.resp 
SMBtrans.24.req   SMBwriteX.60.resp
SMBclose.9.req  SMBreadX.59.resp  SMBsesssetupX.62.req  
SMBtrans2.4.req   SMBwriteX.61.req
SMBclose.9.resp SMBreadX.5.reqSMBsesssetupX.62.resp 
SMBtrans.24.resp  SMBwriteX.61.resp
SMBnegprot.10.req   SMBreadX.5.resp   SMBsesssetupX.63.req  
SMBtrans2.4.resp  SMBwriteX.62.req
SMBnegprot.10.resp  SMBreadX.60.req   SMBsesssetupX.63.resp 
SMBtrans2.5.req   SMBwriteX.62.resp
SMBnegprot.11.req   SMBreadX.60.resp  SMBsesssetupX.64.req  
SMBtrans2.5.resp  SMBwriteX.63.req
SMBnegprot.11.resp  SMBreadX.61.req   SMBsesssetupX.64.resp 
SMBtrans2.6.req   SMBwriteX.63.resp
SMBnegprot.1.reqSMBreadX.61.resp  SMBsesssetupX.65.req  
SMBtrans2.6.resp  SMBwriteX.64.req
SMBnegprot.1.resp   SMBreadX.62.req   SMBsesssetupX.65.resp 
SMBtrans2.7.req   SMBwriteX.64.resp

Thanks
--
Software Groups (SFG)
http://www.sfgroups.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba shutdown script

2005-10-15 Thread Software Groups
Hi,

I see following samba shutdown script line in the smb.conf file. Do
you know where can I get this shutdown.sh script?

shutdown script = /var/lib/samba/scripts/shutdown.sh

Thanks
--
Software Groups (SFG)
http://www.sfgroups.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] samba-3.0.20b-1 read/write failuer message.

2005-10-14 Thread Software Groups
Hi,

I am running samba 3.0.20b as PDC with LDAP. I am getting these kind
of read/write failure error message.  how can I fix this probem?

smbd[15870]: [2005/10/14 17:31:06, 0] lib/util_sock.c:get_peer_addr(1222)
smbd[15870]:   getpeername failed. Error was Transport endpoint is not connected
smbd[15870]: [2005/10/14 17:31:06, 0] lib/util_sock.c:write_data(554)
smbd[15870]:   write_data: write failure in writing to client
192.168.10.11. Error Connection reset

smbd[15870]: [2005/10/14 17:31:06, 0] lib/util_sock.c:send_smb(762)
smbd[15870]:   Error writing 4 bytes to client. -1. (Connection reset by peer)
smbd[15871]: [2005/10/14 17:31:06, 0]
rpc_server/srv_pipe.c:api_pipe_bind_req(981)
smbd[15871]:   Attempt to bind using schannel without successful serverauth2
smbd[15898]: [2005/10/14 17:34:14, 0] lib/util_sock.c:get_peer_addr(1222)
smbd[15898]:   getpeername failed. Error was Transport endpoint is not connected
smbd[15898]: [2005/10/14 17:34:14, 0] lib/util_sock.c:read_data(526)
smbd[15898]:   read_data: read failure for 4 bytes to client
192.168.10.127. Error = Connection res

Thanks
--
Software Groups (SFG)
http://www.sfgroups.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


[Samba] LDAP/SAMBA radmon domain logon error message

2005-10-12 Thread Software Groups
HI all,

I am testing ldap master/slave, samba pdc/bdc configuration. If all
the process running I was able to login to the domain.

Fedora core 4 (Master LDAP, Samba PDC):
Fedora core 3 (Slave ldap, samba BDC)

For testing I stop the ldap & samba process in random order. For some
situation I will get this domain logon error message.

The system cannot log you on this domain because the system computer
account in its primary domain is missing or the password on this
account is corrupted

Here is the screen shot of error.
http://www.sfgroups.com/download/samba/windowserr.GIF


To fix this I have to restart the samba process, any idea why I am
getting this error message. Do I need to change any configuration
values?


PDC smb.conf
 passdb backend = "ldapsam:ldap://localhost ldap://bdc";
passwd program = /opt/IDEALX/sbin/smbldap-passwd -o %u
add user script = /opt/IDEALX/sbin/smbldap-useradd -m "%u"
delete user script = /opt/IDEALX/sbin/smbldap-userdel "%u"
add group script = /opt/IDEALX/sbin/smbldap-groupadd -p "%g"
delete group script = /opt/IDEALX/sbin/smbldap-groupdel "%g"
add user to group script = /opt/IDEALX/sbin/smbldap-groupmod
-m "%u" "%g"
delete user from group script =
/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g"
set primary group script = /opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u"
add machine script = /opt/IDEALX/sbin/smbldap-useradd -w "%u"
wins server = masterldap
dap delete dn = Yes
ldap group suffix =
ldap idmap suffix =
ldap machine suffix = ou=Computers
ldap passwd sync = no
ldap replication sleep = 1000
  ldap ssl = no
ldap timeout = 15
ldap page size = 1024
ldap user suffix = ou=People
idmap backend = ldap:ldap://127.0.0.1


BDC smb.conf:

passdb backend = "ldapsam:ldap://localhost ldap://pdc";
passwd program = /opt/IDEALX/sbin/smbldap-passwd -o %u
add user script = /opt/IDEALX/sbin/smbldap-useradd -m "%u"
delete user script = /opt/IDEALX/sbin/smbldap-userdel "%u"
add group script = /opt/IDEALX/sbin/smbldap-groupadd -p "%g"
delete group script = /opt/IDEALX/sbin/smbldap-groupdel "%g"
add user to group script = /opt/IDEALX/sbin/smbldap-groupmod
-m "%u" "%g"
delete user from group script =
/opt/IDEALX/sbin/smbldap-groupmod -x "%u" "%g"
set primary group script = /opt/IDEALX/sbin/smbldap-usermod -g "%g" "%u"
add machine script = /opt/IDEALX/sbin/smbldap-useradd -w "%u"
wins server = masterldap
 ldap delete dn = Yes
ldap filter = (uid=%u)
ldap group suffix =
ldap idmap suffix =
    ldap machine suffix = ou=Computers
ldap passwd sync = no
ldap replication sleep = 1000
ldap timeout = 15
ldap user suffix = ou=People
idmap backend = ldap:ldap://127.0.0.1



Thanks


--
Software Groups (SFG)
http://www.sfgroups.com
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba