Re: debuggging a recurring system freeze (syslog redir, ktrace?)
Re: debuggging a recurring system freeze (syslog redir, ktrace?)
- Subject: Re: debuggging a recurring system freeze (syslog redir, ktrace?)
- From: William Kucharski <email@hidden>
- Date: Mon, 30 Mar 2009 21:22:51 -0700
Sent from my iPhone
On Mar 30, 2009, at 13:54, Thomas Tempelmann <email@hidden>
wrote:
Oh, I just realized that when I ssh into my server and do a "exec ps",
it'll close the conection after executing the command.
Is there some way to keep issuing more commands without causing a
fork?
Not easily.
Exec allows you to become one other executable; any other sequence
would require the assistance of at least one other process where that
other process would also need to directly exec something else.
-- William Kucharski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden