Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Sep 2006 16:25:25 -0700 (PDT)
From:      "C. Scott" <casey@phantombsd.org>
To:        freebsd-stable@freebsd.org
Subject:   winbindd won't start
Message-ID:  <19152757.121159140325526.JavaMail.root@tomcat.phantombsd.org>

next in thread | raw e-mail | index | archive | help
Last night I upgraded Samba on my FBSD 6.1 machine. Samba was working fine before the upgrade. Since the upgrade, I can not get winbindd to run. It writes this to the winbindd log before dying:

[2006/09/24 11:17:30, 1] nsswitch/winbindd.c:main(953)
  winbindd version 3.0.23c started.
  Copyright The Samba Team 2000-2004
[2006/09/24 11:17:30, 0] nsswitch/winbindd_util.c:init_domain_list(518)
  Could not fetch our SID - did we join?
[2006/09/24 11:17:30, 0] nsswitch/winbindd.c:main(1051)
  unable to initalize domain list
[2006/09/24 11:17:47, 1] nsswitch/winbindd.c:main(953)
  winbindd version 3.0.23c started.
  Copyright The Samba Team 2000-2004
[2006/09/24 11:17:47, 0] nsswitch/winbindd_util.c:init_domain_list(518)
  Could not fetch our SID - did we join?
[2006/09/24 11:17:47, 0] nsswitch/winbindd.c:main(1051)
  unable to initalize domain list


During the course of troubleshooting, I deleted the machine account from AD. A "kinit Administrator@HERCULES.LOCAL" works, but when I try to join the domain, I get:


[2006/09/24 11:30:15, 0] libsmb/cliconnect.c:cli_session_setup_spnego(776)
  Kinit failed: Cannot contact any KDC for requested realm
Failed to join domain!


As far as I know, nothing has changed. Does anyone have any suggestions?



================smb.conf===================

[global]
   workgroup = HERCULES
   server string = EAGLE
   security = ADS
   realm = HERCULES.LOCAL
   max log size = 50
   log level = 1
   password server = 192.168.1.7
   socket options = TCP_NODELAY SO_RCVBUF=65536  SO_SNDBUF=65536  IPTOS_LOWDELAY
   interfaces = fxp0
   winbind separator = # 
   idmap uid = 10000-20000
   idmap gid = 10000-20000
   winbind enum users = yes
   winbind enum groups = yes
   nt acl support = true
   create mode = 0644
   directory mode = 0755

#============================ Share Definitions ==============================
[photos]
   	comment = Photos
   	path = /misc/photographs
   	writeable = yes
	browseable = yes
	valid users =  @"HERCULES#Domain Users" @"HERCULES#Domain Admins"
        inherit permissions = Yes
        inherit acls = yes
        create mask = 0644
        guest ok = no
        security mask = 0777
[link]
	comment = Link
	path = /misc/link
	create mask = 0000
	copy = photos

[financial]
	comment = Financial
	path = /misc/financial
	create mask = 0000
	copy = photos

[wedding]
        comment = Wedding
        path = /misc/wedding
        create mask = 0000
        copy = photos

[mp3]
	comment = mp3
	path = /mp3
        copy = photos

[attic]
	comment = attic
	path = /misc/attic
        copy = photos

[voyager_backup]
	comment = Voyager backup
	path = /misc/voyager_backup
	copy = photos

[Profiles]
	comment = Roaming Profiles
	path = /misc/profiles
	csc policy = disable
        copy = photos

[homes]
	comment = Windows domain account home space
	path = /misc/homes
	copy = photos




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19152757.121159140325526.JavaMail.root>