Problems with 2.0.0alpha and NT domains

peloy at ven.ra.rockwell.com peloy at ven.ra.rockwell.com
Thu Sep 24 22:04:49 GMT 1998


Andrew Tridgell <tridge at samba.anu.edu.au> wrote:

> this was probably the ZERO_STRUCT() bug that luke fixed today (it was
> a silly mistake by me in converting the code to using linked lists).
> 
> try doing a cvs update and see if it is fixed.

Nope, no luck:

[1998/09/24 12:01:03, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:03, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:03, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:03, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 702f
[1998/09/24 12:01:03, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:03, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:03, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:03, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 702e
[1998/09/24 12:01:03, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:03, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:03, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:04, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 702d
[1998/09/24 12:01:04, 1] smbd/service.c:make_connection(482)
  chapu (130.151.17.156) connect to service netlogon as user eparis (uid=1000, gid=100) (pid 7443)
[1998/09/24 12:01:06, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:06, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:06, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:07, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 7013
[1998/09/24 12:01:07, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:07, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:07, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:07, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 7017
[1998/09/24 12:01:08, 0] rpc_server/srv_samr.c:get_user_info_21(897)
  get_user_info_21 - TODO: convert unix times to NTTIMEs
[1998/09/24 12:01:08, 0] rpc_parse/parse_samr.c:samr_io_r_query_usergroups(1747)
  PANIC: assert failed at rpc_parse/parse_samr.c(1747)
[1998/09/24 12:01:08, 0] lib/util.c:smb_panic(4032)
  PANIC: assert failed
[1998/09/24 12:01:08, 1] smbd/ipc.c:api_fd_reply(3410)
  api_fd_reply: INVALID PIPE HANDLE: 7016

I could log in but got all these error messages.

It is interesting to note that the above messages were logged when I
tried to log as a user that had logged in previously. Now, if I try to
logon as a user that has never logged in before in this Samba server,
Windows crashes (BOD) during the logon process (winlogon.exe, I think,
is the process that is dying), and nothing is recorded in the logs in
the Samba server.

The source I am using were refreshed from the CVS server this morning
(Sep.t 24, GMT-4).

My setup is: Linux 2.1.122 running on a glibc2 system (Debian 2.0).
The client is Windows NT 4 with SP3. Fragments of my smb.conf are
below.

I can't even get roaming profiles to work.

Any help will be appreciated.

peloy.-

[global]
   workgroup = RAV-DOMAIN

   wins support = no
   wins server = zeus.ven.ra.rockwell.com

   os level = 34
   domain master = yes
   local master = yes
   preferred master = yes

   socket options = TCP_NODELAY
   security = user
   dns proxy = no

   encrypt passwords = yes

   domain logons = yes
   domain controller = yes

   domain admin group = eparis

   logon path = \\%L\Profiles\%U
   logon script = STARTUP.BAT

   logon drive = I:

[netlogon]
   comment = Network Logon Service
   path = /home/samba/netlogon
   guest ok = yes
   writable = yes
   write list = @staff
   share modes = no

[Profiles]
   path = /home/samba/profiles
   browseable = no
   writable = yes
   guest ok = yes
   create mask = 000
   force create mode = 700
   directory mask = 000
   force directory mode = 700



More information about the samba-ntdom mailing list