I'm using acme-sac on both Win7 and OSX and I don't seem to be able to kill runaway processes via "kill".
In addition, I see no way to send a "DELETE" character on OSX to kill a process started from a "win" session.
Is this supposed to work or is this a limitation in acme-sac? I did a basic seach of the issues here and didn't see anything that matched my specific observation.
inferno-os kill(1) should be included and should work. If not try 'echo kill > /prog/n/ctl where n is you pid.
DELETE won't kill tasks in win (or in wm/sh in inferno-os). The only way to stop the task is by running kill from another win. This is intentional because there are no signals in inferno.
there is no task manager in acme-sac; though adeb might be a good place to start to build one.
On Mon, Jan 24, 2011 at 1:17 PM, base2design <joseph.stew...@gmail.com> wrote: > Hello all! > I'm using acme-sac on both Win7 and OSX and I don't seem to be able to kill > runaway processes via "kill". > In addition, I see no way to send a "DELETE" character on OSX to kill a > process started from a "win" session. > Is this supposed to work or is this a limitation in acme-sac? I did a basic > seach of the issues here and didn't see anything that matched my specific > observation. > Help! > -joe
On Mon, Jan 24, 2011 at 10:33 PM, Caerwyn Jones <caerw...@gmail.com> wrote: > inferno-os kill(1) should be included and should work. If not try > 'echo kill > /prog/n/ctl where n is you pid.
> DELETE won't kill tasks in win (or in wm/sh in inferno-os). The only > way to stop the task is by running kill from another win. This is > intentional because there are no signals in inferno.
> there is no task manager in acme-sac; though adeb might be a good > place to start to build one.
> caerwyn
> On Mon, Jan 24, 2011 at 1:17 PM, base2design <joseph.stew...@gmail.com> > wrote: > > Hello all! > > I'm using acme-sac on both Win7 and OSX and I don't seem to be able to > kill > > runaway processes via "kill". > > In addition, I see no way to send a "DELETE" character on OSX to kill a > > process started from a "win" session. > > Is this supposed to work or is this a limitation in acme-sac? I did a > basic > > seach of the issues here and didn't see anything that matched my specific > > observation. > > Help! > > -joe
On Tue, Jan 25, 2011 at 07:05:20AM -0500, Joseph Stewart wrote: > This function seems broken in a way that I don't quite understand yet > (here's the shell output when I run it):
On Tue, Jan 25, 2011 at 7:17 AM, Mechiel Lukkien <mech...@ueber.net> wrote: > On Tue, Jan 25, 2011 at 07:05:20AM -0500, Joseph Stewart wrote: >> This function seems broken in a way that I don't quite understand yet >> (here's the shell output when I run it):
On Tue, Jan 25, 2011 at 7:29 AM, Caerwyn Jones <caerw...@gmail.com> wrote: > Right, it was meant to emulate the plan9 kill. But I replaced it in > the repo with the original inferno kill. You'll need to pull the > latest.
> On Tue, Jan 25, 2011 at 7:17 AM, Mechiel Lukkien <mech...@ueber.net> wrote: >> On Tue, Jan 25, 2011 at 07:05:20AM -0500, Joseph Stewart wrote: >>> This function seems broken in a way that I don't quite understand yet >>> (here's the shell output when I run it):
On Tue, Jan 25, 2011 at 7:29 AM, Caerwyn Jones <caerw...@gmail.com> wrote: > Right, it was meant to emulate the plan9 kill. But I replaced it in > the repo with the original inferno kill. You'll need to pull the > latest.
> On Tue, Jan 25, 2011 at 7:17 AM, Mechiel Lukkien <mech...@ueber.net> > wrote: > > On Tue, Jan 25, 2011 at 07:05:20AM -0500, Joseph Stewart wrote: > >> This function seems broken in a way that I don't quite understand yet > >> (here's the shell output when I run it):