RE: sessionid.tdb missing after build and client read failutre

2002-07-03 Thread David Shapiro
Title: RE: sessionid.tdb missing after build and client read failutre I recompiled with CFLAGS option -g and ran again: 313 fmtint (buffer, currlen, maxlen, value, 10, min, max, flags);(gdb) 314 break;(gdb) 368 break;(gdb) 400 state = DP_S_DEFAULT;(gdb) 401 flags = cflags = min = 0

RE: sessionid.tdb missing after build and client read failutre

2002-07-03 Thread Esh, Andrew
Title: RE: sessionid.tdb missing after build and client read failutre I think I see the problem. The code is reaching line 532 of smbd/service.c with conn-user set to NULL. I was looking for reasons that this can occur, and I noticed that conn_free is called whenever there is an error. Right

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
: Richard Sharpe [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:08 PM To: David Shapiro Cc: '[EMAIL PROTECTED]' Subject: Re: sessionid.tdb missing after build and client read failutre On Mon, 1 Jul 2002, David Shapiro wrote: Hello, The latest samba head as of 6/30/02 seems to not provide

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
]' Subject: RE: sessionid.tdb missing after build and client read failutre It did join successfully though, as far as I can tell (net scrolls debug information now for some reason). It says joined INS domain at the end. Things like getent passwd/group work. There just is no sessionid.tdb.. . On Mon

Re: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Andrew Bartlett
David Shapiro wrote: getent group shows davidsha is in domain admin. I list using a net from a server I buildt 3 months ago and have not updated, and the new net command from yesterday cvs build of head. Both report I joined the domain, but I do not have a sessionid.tdb after it is done.

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
Bartlett [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 8:36 AM To: David Shapiro Cc: 'Richard Sharpe'; '[EMAIL PROTECTED]' Subject: Re: sessionid.tdb missing after build and client read failutre David Shapiro wrote: getent group shows davidsha is in domain admin. I list using a net from

Re: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Andrew Bartlett
David Shapiro wrote: Thank you Andrew. I was looking at joining because it was mentioned that to get sessionid.tdb, you needed to join domain. I looked ing smbd.log and saw a connection from davidsha, and then in my workstation log and saw at the bottom:

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
'; '[EMAIL PROTECTED]' Subject: Re: sessionid.tdb missing after build and client read failutre David Shapiro wrote: Thank you Andrew. I was looking at joining because it was mentioned that to get sessionid.tdb, you needed to join domain. I looked ing smbd.log and saw a connection from

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread MCCALL,DON (HP-USA,ex1)
PROTECTED]' Subject: RE: sessionid.tdb missing after build and client read failutre Thank you Andrew. I was looking at joining because it was mentioned that to get sessionid.tdb, you needed to join domain. I looked ing smbd.log and saw a connection from davidsha, and then in my workstation log and saw

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
]' Subject: Re: sessionid.tdb missing after build and client read failutre David Shapiro wrote: Thank you Andrew. I was looking at joining because it was mentioned that to get sessionid.tdb, you needed to join domain. I looked ing smbd.log and saw a connection from davidsha, and then in my

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
A note to this: The share is: [samba] comment = samba smb.conf path = /usr/local/samba/lib read only = No valid users = INS+DavidSha force create mode=775 force group= users Note that I can get into the share called home: [homes]

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
10:11 AM To: 'David Shapiro'; 'Andrew Bartlett' Cc: 'Richard Sharpe'; '[EMAIL PROTECTED]' Subject: RE: sessionid.tdb missing after build and client read failutre Hi David, It looks like you might have misspelt gdb in your smb.conf line (in your message it is spelt gbd Don -Original Message

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Esh, Andrew
Title: RE: sessionid.tdb missing after build and client read failutre Don't step at that point. The process has already run the CPU into the wrong segment, or accessed memory using a bad pointer. Stepping will only destroy information. Do a 'bt' instead. That will dump the call stack

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
Just for test of the samba. -Original Message- From: Richard Sharpe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 02, 2002 12:56 PM To: David Shapiro Cc: 'Andrew Bartlett'; '[EMAIL PROTECTED]' Subject: RE: sessionid.tdb missing after build and client read failutre On Tue, 2 Jul 2002

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread David Shapiro
Title: RE: sessionid.tdb missing after build and client read failutre Okay, correct me if I did it wrong... I ran smbstatus, saw the pid of my connection, ran gdb smbd pid #gdb smbd 17294GNU gdb 5.0Copyright 2000 Free Software Foundation, Inc.GDB is free software, covered by the GNU

RE: sessionid.tdb missing after build and client read failutre

2002-07-02 Thread Richard Sharpe
Sharpe'; '[EMAIL PROTECTED]' Subject: RE: sessionid.tdb missing after build and client read failutre Don't step at that point. The process has already run the CPU into the wrong segment, or accessed memory using a bad pointer. Stepping will only destroy information. Do a 'bt' instead

Re: sessionid.tdb missing after build and client read failutre

2002-07-01 Thread Richard Sharpe
On Mon, 1 Jul 2002, David Shapiro wrote: Hello, The latest samba head as of 6/30/02 seems to not provide sessionid.tdb and gives me the following errors: I see this information in the log: 6/28 16:35:59, 3] nsswitch/winbindd_misc.c:winbindd_check_machine_acct(91) secret is good

RE: sessionid.tdb missing after build and client read failutre

2002-07-01 Thread David Shapiro
Shapiro Cc: '[EMAIL PROTECTED]' Subject: Re: sessionid.tdb missing after build and client read failutre On Mon, 1 Jul 2002, David Shapiro wrote: Hello, The latest samba head as of 6/30/02 seems to not provide sessionid.tdb and gives me the following errors: I see this information

RE: sessionid.tdb missing after build and client read failutre

2002-07-01 Thread Richard Sharpe
connect to th DC (ie, name lookup fails). David -Original Message- From: Richard Sharpe [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 12:08 PM To: David Shapiro Cc: '[EMAIL PROTECTED]' Subject: Re: sessionid.tdb missing after build and client read failutre On Mon, 1