Re: ps just hangs

2001-10-24 Thread Roland McGrath
> GDB here seems to be stuck, and C-c won't break out back to the gdb prompt. > > buildd@hurd:~$ gdb /usr/bin/tail > GNU gdb 5.0.90-cvs (MI_OUT) > Copyright 2001 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it an

Re: ps just hangs

2001-10-24 Thread Jeff Bailey
On Thu, Oct 25, 2001 at 02:03:35AM -0400, Roland McGrath wrote: > Well don't be shy man, take your gdb there and attach it to the tail process! Sorry, sleepiness talking again. =) I'm going to sleep after this message. I assume the system will be still stuck in the morning. If not, this isn't

Re: ps just hangs

2001-10-24 Thread Roland McGrath
> On Thu, Oct 25, 2001 at 01:42:48AM -0400, Roland McGrath wrote: > > Whenever ps hangs, try ps -M and then narrow down if it hangs only querying > > specific processes without -M. > > Got one. What do I do next? > > buildd@hurd:~$ ps -M > PID STAT TIME COMMAND > 656 Sw0:00.35 gdb t

Re: ps just hangs

2001-10-24 Thread Jeff Bailey
On Thu, Oct 25, 2001 at 01:42:48AM -0400, Roland McGrath wrote: > Whenever ps hangs, try ps -M and then narrow down if it hangs only querying > specific processes without -M. Got one. What do I do next? buildd@hurd:~$ ps -M PID STAT TIME COMMAND 656 Sw0:00.35 gdb tail 743 Sx0:

EEDOC.MYSCAN.ORG

2001-10-24 Thread Christine Hall
Title: Hello, I visited eedoc.myscan.org and I noticed that you are not listed on some search engines. I am sure you can increase the number of people who visit eedoc.myscan.org . Do you know TrafficMagnet? TrafficMagnet is a unique technology that instantly submits your web site to over

Re: ps just hangs

2001-10-24 Thread Roland McGrath
Whenever ps hangs, try ps -M and then narrow down if it hangs only querying specific processes without -M. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

ps just hangs

2001-10-24 Thread Jeff Bailey
Here is the problem I'm having: buildd@hurd:~$ ps ^C buildd@hurd:~$ gdb ps GNU gdb 5.0.90-cvs (MI_OUT) Copyright 2001 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condi

Re: Spin on failure?

2001-10-24 Thread Roland McGrath
Well, the surest thing is to hack halt_all_cpus in gnumach/i386/i386at/model_dep.c so it never reboots without waiting for a key. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-hurd

Re: Spin on failure?

2001-10-24 Thread Jeff Bailey
On Thu, Oct 25, 2001 at 12:01:54AM -0400, Roland McGrath wrote: > Do you mean a gnumach panic, or a Hurd panic that reboots? Sadly, I'm not sure. I came over to see why the drives stopped whirring and heard the beep from the reboot. > For a gnumach panic to spin instead of reboot, you need to e

Re: Spin on failure?

2001-10-24 Thread Roland McGrath
Do you mean a gnumach panic, or a Hurd panic that reboots? For a gnumach panic to spin instead of reboot, you need to edit panic in kern/debug.c and make it call halt_all_cpus(0) instead of halt_all_cpus(1). If you are talking about a Hurd panic, then it calls host_reboot. If it's init calling

Spin on failure?

2001-10-24 Thread Jeff Bailey
What's the gnumach paramter to spin on failure again? I just had my buildd die, and I'd like to see what failed, instead of just getting a reboot. -- Abandon the search for truth; settle for a good fantasy. ___ Bug-hurd mailing list [EMAIL PROTECTED