Re: [9fans] Getting drawterm to work in Leopard (again)

2008-06-20 Thread Jeff Sickel
On Jun 19, 2008, at 5:24 PM, Pietro Gagliardi wrote: All the ports except the guard and ticket (56[67]) work, and AS is still botched, so I believe AS has to do with one of those two (most likely ticket. This port problem might have to do with OS X. I'll ask around. Leopard added a new f

Re: [9fans] Running plan 9 on a Toshiba laptop

2008-06-20 Thread hugo rivera
yes, I downloaded the cd about 10 days ago. These are the lines that I could find: ahci0 port 0xf0704000: hba sss 0; ncs 31; coal 1; mport 2; led 1; clo 1; ems 0; ich: sata-II with 3 ports and this is the lspci -vvv output: 00:1f.2 SATA controller: Intel Corporation Mobile SATA AHCI Controller (

Re: [9fans] P9p's mount(1) on linux

2008-06-20 Thread sqweek
On Fri, Jun 20, 2008 at 6:04 AM, Eric Van Hensbergen <[EMAIL PROTECTED]> wrote: > It'd be nice to have something which supported the virtio transport > > It would be nice if 9mount and/or 9bind could do an unshare to create > a new namespace, > > Some support for the loose cache would be nice, and

Re: [9fans] P9p's mount(1) on linux

2008-06-20 Thread Eric Van Hensbergen
On Fri, Jun 20, 2008 at 7:37 AM, sqweek <[EMAIL PROTECTED]> wrote: > > I need to familiarise myself with these options and the mount helper > framework before I can sensibly support them. Is there any relevant > documentation I should be aware of aside from > /usr/src/linux/Documentation/filesyste

[9fans] process group, processes running in the background

2008-06-20 Thread Rudolf Sykora
Hello, is there any simple way how to identify processes belonging to one concrete process group? Is there any simple way how to change a process' group? Is there anything like pstree in plan9? Thanks Ruda

Re: [9fans] P9p's mount(1) on linux

2008-06-20 Thread ron minnich
On Thu, Jun 19, 2008 at 4:04 PM, Eric Van Hensbergen <[EMAIL PROTECTED]> wrote: > > Lucho had a mount helper at one time that was able to use p9p to > authenticate when necessary -- this would be a nice feature to include > in the mount helper but is difficult to include without p9p as a > depende

Re: [9fans] process group, processes running in the background

2008-06-20 Thread Rudolf Sykora
And the last question should have been: Can I say what processes are running in the background (only the last one run is in $apid) and is it possible to get them back to foreground? R. 2008/6/20 Rudolf Sykora <[EMAIL PROTECTED]>: > Hello, > > is there any simple way how to identify processes be

Re: [9fans] process group, processes running in the background

2008-06-20 Thread a
// Can I say what processes are running in the background... I assume you mean in the shell (the rest of your questions were more general). rc tracks this internally for wait to work (which will allow you to wait for a given pid or all backgrounded pids) in waitpids in /sys/src/cmd/rc/plan9.c, but

Re: [9fans] process group, processes running in the background

2008-06-20 Thread Pietro Gagliardi
On Jun 20, 2008, at 10:03 AM, Rudolf Sykora wrote: Hello, is there any simple way how to identify processes belonging to one concrete process group? They're called "note groups" and the noteid file of each process has the number. So if you call 6 lines of rc and 5 lines of awk simple, t

Re: [9fans] process group, processes running in the background

2008-06-20 Thread erik quanstrom
> If one were sufficently motivated, it looks like it'd be fairly straight- > forward to add an env var, say apidlist, and have the *waitpid fns in > plan9.c manipulate it. byron's rc does this. the variable is called $apids. i don't recall ever wanting for this feature in rc. - erik

[9fans] leak/umem question

2008-06-20 Thread erik quanstrom
i have a process (modified upas/fs) that has quite a large amount of allocation churn. on startup, its memory footprint looks like this: quanstro 63050:00 0:00 6264K Pread8.out umem reports this 73023 4673712 henter+0x8e 2435 702224 newmessage+0x16 2434

Re: [9fans] process group, processes running in the background

2008-06-20 Thread Russ Cox
There is no "job control" in Plan 9. Instead, there is a window system. Draw two windows, and run one command in each. Then it is very easy to bring one or the other command to the foreground by clicking with the mouse in the associated window. Russ P.S. Processes by group: for(i in `{grep .