From owner-freebsd-stable Tue Aug 22 3:34:55 2000 Delivered-To: freebsd-stable@freebsd.org Received: from qmail.corpex.net (qmail.corpex.net [195.153.247.40]) by hub.freebsd.org (Postfix) with SMTP id 2F1B537B423 for ; Tue, 22 Aug 2000 03:34:51 -0700 (PDT) Received: (qmail 48726 invoked from network); 22 Aug 2000 10:37:24 -0000 Received: from perseus.corpex.net (HELO perseus) (195.153.247.226) by qmail.corpex.net with SMTP; 22 Aug 2000 10:37:24 -0000 From: "Jonathan Defries" To: Cc: "Freebsd-Stable@Freebsd. Org" Subject: RE: Password problems Date: Tue, 22 Aug 2000 11:34:36 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, Thanks for the suggestion. It keeps looping like this if I run truss: syscall gettimeofday(0xbfbfd58c,0x0) returns 0 (0x0) syscall select(0x5,0xbfbfd5fc,0x0,0x0,0xbfbfd584) returns 0 (0x0) syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) returns 56 (0x38) syscall gettimeofday(0xbfbfd58c,0x0) returns 0 (0x0) syscall select(0x5,0xbfbfd5fc,0x0,0x0,0xbfbfd584) returns 0 (0x0) syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) returns 56 (0x38) syscall gettimeofday(0xbfbfd58c,0x0) returns 0 (0x0) syscall select(0x5,0xbfbfd5fc,0x0,0x0,0xbfbfd584) returns 0 (0x0) syscall sendto(0x4,0x80529f0,0x38,0x0,0x8052808,0x10) returns 56 (0x38) syscall gettimeofday(0xbfbfd58c,0x0) returns 0 (0x0) Not good, I assume :) - Jonathan > -----Original Message----- > From: andrew@ugh.net.au [mailto:andrew@ugh.net.au] > Sent: 22 August 2000 02:37 > To: Jonathan Defries > Cc: Joakim Ryden; freebsd-stable@freebsd.org > Subject: RE: Password problems > > > > > On Sun, 20 Aug 2000, Jonathan Defries wrote: > > > OK, thanks. There's none of them running. Guess we're both out > > of ideas for now :) > > You could try running passwd through gdb, gprof, truss or some other tool > that lets you "see inside" the binary. It might give you a hint as to > where its blocking...perhaps trying to aquire a lock? > > Andrew > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message