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 er

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 The problem appears to be this line in lib/time.c, timestring(709):      strftime(TimeBuf,100,"%Y/%m/%d %H:%M:%S",tm);   The problem is: TimeBuf is a local fstring, and it's filled from the tm structure

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)

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

2002-07-02 Thread Richard Sharpe
on_snum () > #8 0x76874 in make_connection () > #9 0x4f16c in reply_tcon_and_X () > #10 0x73854 in switch_message () > #11 0x738e0 in construct_reply () > #12 0x73bc0 in process_smb () > #13 0x7462c in smbd_process () > #14 0x357c8 in main () > (gdb) ---Original Message---

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   #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 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

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

2002-07-02 Thread Richard Sharpe
On Tue, 2 Jul 2002, David Shapiro wrote: > 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 Hmmm, wh

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

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

2002-07-02 Thread David Shapiro
PROTECTED]] Sent: Tuesday, July 02, 2002 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 miss

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] comme

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 >

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

2002-07-02 Thread MCCALL,DON (HP-USA,ex1)
Cc: 'Richard Sharpe'; '[EMAIL 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

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

2002-07-02 Thread David Shapiro
'Richard Sharpe'; '[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 loo

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
-- From: Andrew 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

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 do

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

2002-07-02 Thread David Shapiro
'Richard Sharpe'; David Shapiro Cc: '[EMAIL PROTECTED]' 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 g

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

2002-07-02 Thread David Shapiro
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 Jul 2002, David Shapiro wrote: > Hello, > > The latest samba hea

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

2002-07-01 Thread Richard Sharpe
, or you cannot 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 m

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: > &g

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