[Samba] PDC

nrh2 at aber.ac.uk nrh2 at aber.ac.uk
Mon Nov 10 21:25:05 GMT 2003


Hi, im using a WinXP Pro with samba 2.2.8, i have configured samba
according the the online book - Using Samba, 2ed, O'Reilly &
Associates and the system is generating the following error when i try
to logon:

[2003/11/10 21:20:13, 3] smbd/oplock.c:init_oplocks(1214)
  open_oplock_ipc: opening loopback UDP socket.
[2003/11/10 21:20:13, 3] lib/util_sock.c:open_socket_in(813)
  bind succeeded on port 0
[2003/11/10 21:20:13, 3]
smbd/oplock_linux.c:linux_init_kernel_oplocks(298)
  Linux kernel oplocks enabled
[2003/11/10 21:20:13, 3] smbd/oplock.c:init_oplocks(1245)
  open_oplock ipc: pid = 842, global_oplock_port = 32815
[2003/11/10 21:20:13, 3] smbd/process.c:process_smb(846)
  Transaction 0 of length 72
[2003/11/10 21:20:13, 2] smbd/reply.c:reply_special(92)
  netbios connect: name1=SHUTTLE          name2=VAIO-FX501
[2003/11/10 21:20:13, 2] smbd/reply.c:reply_special(111)
  netbios connect: local=shuttle remote=vaio-fx501
[2003/11/10 21:20:13, 3] smbd/process.c:process_smb(846)
  Transaction 1 of length 137
[2003/11/10 21:20:13, 3] smbd/process.c:switch_message(685)
  switch message SMBnegprot (pid 842)
[2003/11/10 21:20:13, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [PC NETWORK PROGRAM 1.0]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN1.0]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [Windows for Workgroups 3.1a]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LM1.2X002]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [LANMAN2.1]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(342)
  Requested protocol [NT LM 0.12]
[2003/11/10 21:20:13, 3] smbd/negprot.c:reply_negprot(426)
  Selected protocol NT LM 0.12
[2003/11/10 21:20:13, 3] smbd/process.c:process_smb(846)
  Transaction 2 of length 137
[2003/11/10 21:20:13, 3] smbd/process.c:switch_message(685)
  switch message SMBsesssetupX (pid 842)
[2003/11/10 21:20:13, 3] smbd/sec_ctx.c:set_sec_ctx(329)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2003/11/10 21:20:13, 3] smbd/reply.c:reply_sesssetup_and_X(880)
  Domain=[]  NativeOS=[Windows 2002 2600] NativeLanMan=[Windows 2002 5.1]
[2003/11/10 21:20:13, 3] smbd/reply.c:reply_sesssetup_and_X(890)
  sesssetupX:name=[]
[2003/11/10 21:20:13, 3] smbd/reply.c:reply_sesssetup_and_X(1070)
  No such user nobody [] - using guest account
[2003/11/10 21:20:13, 1] smbd/reply.c:reply_sesssetup_and_X(1104)
  Username nobody is invalid on this system
[2003/11/10 21:20:13, 3] smbd/error.c:error_packet(94)
  error string = No such file or directory
[2003/11/10 21:20:13, 3] smbd/error.c:error_packet(113)
  error packet at smbd/reply.c(1106) cmd=115 (SMBsesssetupX)
NT_STATUS_LOGON_FAILURE

I am sorry to include so much data but am unsure what is relevent, i
notice that the username is nobody, i am entering the username nathan
onto the WinXP machine and the appropriate patch, i have used the
correct username and password onto the machine and am getting the
following error:

Windows cannot connect to the domain, either because the domain
controller is down or otherwise unavailable, or becuase your computer
account was not found, Please try again later. If this message
contirues to appear, contact your system administrator for assistance.

I have created the machine account and can attach copies of the
smbpasswd and passwd files for verification. The only other relevent
information i believe will help solve my problem is the smb.conf file
which i have added at the bottom of this page.

Thank you for any help that i may receive and i will answer any
queries regarding this email,

Nathan Hall

smb.conf

# Samba config file created using SWAT
# from 0.0.0.0 (0.0.0.0)
# Date: 2003/11/10 14:15:46

# Global parameters
[global]
	workgroup = HALL
	netbios name = SHUTTLE

	encrypt passwords = Yes
	log level = 3
	domain admin group = root
	add user script = /usr/sbin/useradd -M %u
	logon script = logon.bat
	logon path = \\%L\profiles\%u
	logon drive = H:
	logon home = \\%L\%u\.win_profile\%m
	domain logons = Yes
	os level = 64
	preferred master = Yes
	domain master = Yes

[netlogon]
	path = /usr/local/samba/lib/netlogon
	write list = ntadmin
	read only = No

[profiles]
	path = /home/samba-ntprof
	read only = No
	create mask = 0600
	directory mask = 0700

[homes]
	read only = No
	browseable = No




More information about the samba mailing list