Date: Tue, 22 Aug 2000 11:34:36 +0100 From: "Jonathan Defries" <jonathan@corpex.com> To: <andrew@ugh.net.au> Cc: "Freebsd-Stable@Freebsd. Org" <freebsd-stable@freebsd.org> Subject: RE: Password problems Message-ID: <NEBBJLAOAKHHJLPLDLPIAEBFDBAA.jonathan@corpex.com> In-Reply-To: <Pine.BSF.4.21.0008221134480.27557-100000@starbug.ugh.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBJLAOAKHHJLPLDLPIAEBFDBAA.jonathan>
