Re: Re: rpc.lockd core dumped

2003-11-21 Thread Antoine Jacoutot
 I can only say that I had a core dump under current on sparc, but the core
 file was unusable. Can you compile rcp.lockd with -g in CFLAGS and LDFLAGS
 and try to find out with gdb where it aborts?
 
 harti

Hi :)

I investigate a little more this nfs locking issue.
I recompile my system with CURRENT from Wed Nov 19 12:53:04.
rpc.lockd core dump still appear but I noticed something: each time, just before
it crashed, I can hear a very low noise coming from my harddrive. It is hard to
describe, but it looks like if my hardrive was powering on or coming back from
hibernate mode (or something like this).
Is there a way to check this ? Like maybe a command to force hardrive not to
stop or something ?

Thanks.

Antoine
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpc.lockd core dumped

2003-11-10 Thread Antoine Jacoutot
I will  rpc.lockd with -ggdb as you said and see if it is repeatable.
Unfortunately, I'm not home right now, so I'll do this in 3 o 4 days.

Regards.

Antoine

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpc.lockd core dumped

2003-11-10 Thread Antoine Jacoutot
 Check to make sure that rpc.statd is running.  There was an old bug that
 rpc.lockd would dump core if it couldn't find a statd.

Ho, it is running :)
Actually, all my homedir are mounted with NFS, so rpc.lockd get used a lot.
That is why it is an important concern to me.
I couldn't find any repeatable behaviour that would make rpc.lockd crashes.
Sometimes, it will crash when I launch an application, sometime, it will
just crash after 30 minutes of inactivities on my client...
The server is running CURRENT and the clients are running 5.1-p10.
I know it is not a very stable/secure configuration, but it is done on
purpuse of testing the new functionnalities under a semi-production
environment.

Antoine


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpc.lockd core dumped

2003-11-08 Thread Harti Brandt
On Sat, 8 Nov 2003, Antoine Jacoutot wrote:

AJHi :)
AJ
AJAre they any know issues with rpc.lockd under -CURRENT.
AJI had a look at the gnats database and did not find anything related.
AJI'm asking this because I have a lot of:
AJkernel: pid 70065 (rpc.lockd), uid 0: exited on signal 11 (core dumped)
AJ
AJAny idea ?
AJI would be pleased to send more information but I didn't see where to find
AJmore debuging options for rpc.lockd.
AJ
AJ5.1-CURRENT #0: Tue Nov  4 01:44:35 CET 2003 [EMAIL PROTECTED]:/usr/
AJobj/usr/src/sys/KERNSRV01  i386
AJ
AJThanks in advance.

I can only say that I had a core dump under current on sparc, but the core
file was unusable. Can you compile rcp.lockd with -g in CFLAGS and LDFLAGS
and try to find out with gdb where it aborts?

harti
-- 
harti brandt,
http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private
[EMAIL PROTECTED], [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpc.lockd core dumped

2003-11-08 Thread Antoine Jacoutot
On Saturday 08 November 2003 12:26, Harti Brandt wrote:
 I can only say that I had a core dump under current on sparc, but the core
 file was unusable. Can you compile rcp.lockd with -g in CFLAGS and LDFLAGS
 and try to find out with gdb where it aborts?

Allright, as soon as I get home in 4/5 days, I'll do that.
Thanks.

Antoine

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: rpc.lockd core dumped

2003-11-08 Thread Kris Kennaway
On Sat, Nov 08, 2003 at 12:02:03PM +0100, Antoine Jacoutot wrote:
 Hi :)
 
 Are they any know issues with rpc.lockd under -CURRENT.
 I had a look at the gnats database and did not find anything related.
 I'm asking this because I have a lot of:
 kernel: pid 70065 (rpc.lockd), uid 0: exited on signal 11 (core dumped)
 
 Any idea ?
 I would be pleased to send more information but I didn't see where to find 
 more debuging options for rpc.lockd.
 
 5.1-CURRENT #0: Tue Nov  4 01:44:35 CET 2003 [EMAIL PROTECTED]:/usr/
 obj/usr/src/sys/KERNSRV01  i386

Compile your rpc.lockd with -ggdb in the usual way (see the
developer's handbook for more help on debugging application crashes).

Is this repeatable?

Kris



pgp0.pgp
Description: PGP signature


Re: rpc.lockd core dumped

2003-11-08 Thread Andrew P. Lentvorski, Jr.
On Sat, 8 Nov 2003, Antoine Jacoutot wrote:

 Any idea ?
 I would be pleased to send more information but I didn't see where to find
 more debuging options for rpc.lockd.

Check to make sure that rpc.statd is running.  There was an old bug that
rpc.lockd would dump core if it couldn't find a statd.

-a
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]