Joining a Windows 2000 workstation into the Domain

Mats Nylen Mats.Nylen at tp.umu.se
Tue Dec 19 09:27:41 GMT 2000


Hello all,
  I can't seem to enter a W2K ws int my domain. When tryin to do so I
  get the message "rpc call failed" (or something). The log file from
  Samba sometimes show an internal error:

[2000/12/19 08:57:20, 0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 3407 (2.2.0-alpha1)
  Please read the file BUGS.txt in the distribution
[2000/12/19 08:57:20, 0] lib/fault.c:fault_report(43)
  ===============================================================
[2000/12/19 08:57:20, 0] lib/util.c:smb_panic(1139)
  PANIC: internal error

When increasing the loglevel to 100 this went away. I am using
SAMBA_2_2 fetched with CVS about two hours ago.

Everyting else seems to work OK, including joining NT machines.

Any ideas ?

/Mats

Here is my smb.conf 
----------
# Global parameters
[global]
	workgroup = PHYSICS
	netbios name = SERVER-PHYSICS
	interfaces = x.x.x.x/255.255.255.128 y.y.y.y/255.255.255.128 127.0.0.1/255.0.0.0
	encrypt passwords = Yes
	null passwords = Yes
	password level = 4
	username level = 4
	log file = /usr/local/samba/var/log.%m
	domain admin group = @ntadm
	domain admin users = root
	add user script = /usr/sbin/adduser -n -g machines -c Machine -d /dev/null -s /bin/false %m$
	logon script = scripts\%U.bat
	logon path = \\%L\%U\profile.%U
	domain logons = Yes
	os level = 65
	preferred master = True
	domain master = True
	include = /usr/local/samba/lib/smb.conf.%m

[homes]
	comment = Home Directories
	read only = No
	create mask = 0755
	browseable = No

[printers]
	comment = All Printers
	path = /tmp
	create mask = 0700
	printable = Yes
	browseable = No

[profiles]
	path = /ntstuff/profiles
	read only = No
	guest ok = Yes

[netlogon]
	comment = PDC netlogon share
	path = /ntstuff/netlogon/




More information about the samba-ntdom mailing list