smb_panic when joining computer to domain with W2K SP2

jason jason at sermonradio.com
Wed Oct 24 05:42:05 GMT 2001


I forgot to mention that it works just fine if I create the machine trust account manually.

---------- Original Message ----------------------------------
From: "jason" <jason at sermonradio.com>
Reply-To: <jason at sermonradio.com>
Date: Wed, 24 Oct 2001 06:27:51 -0600

I am unable to join a machine to my domain using Samba 2.2.2 with Windows 2K Service Pack 2.  I believe that I have it configured to be a PDC.

When I try to add the machine to the domain through the Win2k machine, It gives me an Access denied error but joins the machine to the domain using the OLD machine name.  

I did all the diagnostic steps.  I can access the machine just fine through windows, I just can't change the machine name.

------------------------The log returns this result:
[2001/10/14 04:20:26, 0] rpc_server/srv_samr.c:api_samr_set_userinfo(672)
  api_samr_set_userinfo: Unable to unmarshall SAMR_Q_SET_USERINFO.
[2001/10/14 04:20:27, 0] lib/fault.c:fault_report(40)
  ===============================================================
[2001/10/14 04:20:27, 0] lib/fault.c:fault_report(41)
  INTERNAL ERROR: Signal 11 in pid 3031 (2.2.2)
  Please read the file BUGS.txt in the distribution
[2001/10/14 04:20:27, 0] lib/fault.c:fault_report(43)
  ===============================================================
[2001/10/14 04:20:27, 0] lib/util.c:smb_panic(1055)
  PANIC: internal error


----------------------------Here is my smb.conf file:
# Samba config file created using SWAT
# from 192.168.0.6 (192.168.0.6)
# Date: 2001/10/12 12:18:37

# Global parameters
[global]
        netbios name = hereslife
        workgroup = LIFE

        # Act as domain and local master browser
        os level = 64
        prefered master = yes
        domain master = yes
        local master = yes

        # security settings
        security = user

        # encrypt passwords required for pdc
        encrypt passwords = yes

        # support domain logins
        domain logons = yes
        logon path = \\%N\profiles\$u

        # users home directory and drive
        logon drive = I:
        logon home = \\%N\%u

        add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u

        domain admin group = root

#       server string = Here's Life Server
#       socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        log file = /var/log/samba/log.%m
        max log size = 50

[netlogon]
        comment = The domain logon service
        path = /home/NETLOGON
        public = no
        writeable = no
        browseable = no
        write list = ntadmin

[profiles]
        comment = User profiles
        path = /home/profiles
        create mode = 0600
        directory mode = 0700
        writable = yes
        browsable =no

[home]
        comment = Users Home Directory
        path = %H
        read only = No







More information about the samba mailing list