Re: setting date stops networking?

2002-12-12 Thread Niels Möller
[EMAIL PROTECTED] (Neal H. Walfield) writes: If you are losing network access then I doubt time is the problem; it is likely pfinet. It could well be that the timeout code in pfinet uses system time, and is confused by abrupt system time changes. It is actually quite tricky to write timeout

Re: setting date stops networking?

2002-12-11 Thread Andika Triwidada
On Tue, Dec 10, 2002 at 11:21:21AM +0100, Alfred M. Szmidt wrote: Could you please debug it? And give us an back trace? Also, be more specifc in your bugg reports, please tell us what you typed. Here is my first debug attempt. Script started on Wed Dec 11 13:00:36 2002

Re: setting date stops networking?

2002-12-11 Thread Alfred M. Szmidt
(gdb) s settime (ts=0x1017b08) at settime.c:32 32if (clock_settime (CLOCK_REALTIME, ts) == 0) (gdb) s Try setting a breakpoint in clock_settime().

Re: setting date stops networking?

2002-12-11 Thread Neal H. Walfield
At that point, I'm not sure how I can do a backtrace, because session is disconnected. Then you should attach via the console. If you are losing network access then I doubt time is the problem; it is likely pfinet.

setting date stops networking?

2002-12-10 Thread Andika Triwidada
Hello, Upon seeing that date on my Hurd box is incorrect, I adjust it using 'date'. I did this from a ssh session. And suddenly my hurd box turned deaf. I don't know the proper command to restart networking, so I reboot it. Is this a know bug? Thanks, -- andika

Re: setting date stops networking?

2002-12-10 Thread Alfred M. Szmidt
Could you please debug it? And give us an back trace? Also, be more specifc in your bugg reports, please tell us what you typed.

Re: setting date stops networking?

2002-12-10 Thread Andika Triwidada
On Tue, Dec 10, 2002 at 11:21:21AM +0100, Alfred M. Szmidt wrote: Could you please debug it? And give us an back trace? Also, be more specifc in your bugg reports, please tell us what you typed. Script started on Wed Dec 11 10:11:07 2002 hurd:~/date# uname -a GNU hurd 0.3

Re: setting date stops networking?

2002-12-10 Thread Robert Millan
On Tue, Dec 10, 2002 at 04:31:08PM +0700, Andika Triwidada wrote: Hello, Upon seeing that date on my Hurd box is incorrect, I adjust it using 'date'. I did this from a ssh session. And suddenly my hurd box turned deaf. I don't know the proper command to restart networking, so I reboot it.

Re: setting date stops networking?

2002-12-10 Thread Alfred M. Szmidt
I will do a detailed debug using gdb after I know how to step or set breakpoints :( Read the info pages for gdb. And you will need to compile date/etc with debugging symbols.