lsarpc problems ?

Paul Kennedy pkennedy at loudcloud.com
Thu Apr 20 00:58:11 GMT 2000


I haven't built Samba-TNG in a week or two, so today I rebuilt and
reinstalled and I'm having some problems. When I run samedit to create a
new user account or workstation trust account, the createuser command
seems to hang/stall until I force it to exit.

Also, when using rpcclient as follows:

[root at millstreet bin]# rpcclient -S MILLSTREET -U root%pa at is8 -W AIRIUS
added interface ip=192.168.100.62 bcast=192.168.100.255
nmask=255.255.255.0
Server: \\MILLSTREET: User: root Domain: AIRIUS
Connection: error connecting to 192.168.100.62:445 (Connection refused)
failed session setup
cli_net_use_add: connection failed

This causes thousands of lines like below to be written to log.lsarpc
and log.lsarpc.old

rpc_local: len 0
rpc_local: no data to send
rpc_local: len 0
rpc_local: no data to send
rpc_local: len 0
rpc_local: no data to send
rpc_local: len 0
rpc_local: no data to send
rpc_local: len 0
rpc_local: no data to send

I believe I'm running all the right processes for PDC functionality

[root at millstreet sbin]# ps ax | grep d10
16697 ?        S      0:00 smbd -D -d10
16699 ?        S      0:00 nmbd -D -d10
16701 ?        S      0:00 srvsvcd -D -d10
16703 ?        S      0:00 wkssvcd -D -d10
16705 ?        S      0:00 nmbd -D -d10
16706 ?        S      0:00 lsarpcd -D -d10
16708 ?        S      0:00 samrd -D -d10
16710 ?        S      0:00 netlogond -D -d10
16712 ?        S      0:00 winregd -D -d10
16732 ?        S      0:00 smbd -D -d10
16733 ?        R     10:26 lsarpcd -D -d10
16771 ?        S      0:00 nmbd -D -d10
16782 pts/1    R      0:00 grep d10
[root at millstreet sbin]#


Attached is my lib/smb.conf. Is anyone else experiencing this problem ?

Pk.

-------------- next part --------------
#
# %%%LDAP-SERVER-TCP-HOSTNAME%%% e.g. "millstreet.loudcloud.com"
# %%%NT-DOMAIN-NAME%%% e.g. AIRIUS
# %%%NT-PDC-NETBIOS-HOSTNAME%%% e.g. MILLSTREET
#
[global]
ldap suffix= "o=airius.com,o=loudcloud.com"
ldap bind as= "uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
ldap passwd file= /cust/usr/samba/private/ldappasswd
ldap server= churchfield.loudcloud.com
ldap port= 389

workgroup = AIRIUS
netbios name = MILLSTREET
comment = Linux RedHat PDC Samba Server with LDAP backend
security = user
null passwords = yes
encrypt passwords = yes

logon path = \\MILLSTREET\profiles\%G
logon script = %U.bat
logon drive = U:

socket options = TCP_NODELAY
keep alive = 60
dead time = 30

domain master = yes
domain logons = yes

wins support = yes
name resolve order = wins lmhosts hosts bcast
wins proxy = yes

time server = yes

name resolve order = wins lmhosts hosts bcast

[netlogon]
path = /cust/usr/samba/netlogon
locking = no
writeable = yes
comment = Net Logon share
guest ok = no
browseable = yes

[homes]
path = /cust/usr/samba/homes
guest ok = no
read only = no
comment = Homes share
writeable = yes
browseable = no
create mask = 0700



More information about the samba-ntdom mailing list