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

2008-06-21 Thread Rudolf Sykora
Thanks for everybody's answers... :) R. 2008/6/20 Pietro Gagliardi <[EMAIL PROTECTED]>: > 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

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

2008-06-21 Thread erik quanstrom
> 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 > (rev 03) (prog-if 01 [AHCI 1.0]) [...] looking through the sources

[9fans] setmalloctag()

2008-06-21 Thread erik quanstrom
shouldn't the sig be extern voidsetmalloctag(void*, void*); or extern voidsetmalloctag(void*, uintptr); (matching ndbsetrealloctag and convention) not extern voidsetmalloctag(void*, ulong); since on a mythical 64-bit machine, ulong is 32bits but addresses ar

[9fans] 'stuck' windows.

2008-06-21 Thread Sander van Dijk
Hi, When I open a window in rio, run 9fat:, and then exit, the window gets 'stuck'. That is, it just sits there, I can't type anything in it anymore. Apparently, it is waiting for dossrv to exit (which gets started by 9fat:): when I open a second window, and run 'kill dossrv | rc', the first windo

Re: [9fans] 'stuck' windows.

2008-06-21 Thread erik quanstrom
> This (being unable to exit the window without killing dossrv) seems a > bit strange to me. I can of course destroy the window using the > 'Delete' option in rio's menu, but I think that's not the 'right' way > to do it. > Am I doing something wrong (is there a way I can actually exit said > windo

Re: [9fans] 'stuck' windows.

2008-06-21 Thread Pietro Gagliardi
On Jun 21, 2008, at 2:21 PM, Sander van Dijk wrote: This (being unable to exit the window without killing dossrv) seems a bit strange to me. I can of course destroy the window using the 'Delete' option in rio's menu, but I think that's not the 'right' way to do it. Am I doing something wrong (is

Re: [9fans] 'stuck' windows.

2008-06-21 Thread Russ Cox
> It's happened to me quite often. I think rc should kill all > subprocesses on exit No. It shouldn't, and it doesn't. > How I wish Plan 9 had kill -9! The kernel uses the note > > sys: killed > > internally, but notify(2) doesn't say so. I wonder... Plan 9 is not Unix. echo

Re: [9fans] 'stuck' windows.

2008-06-21 Thread Russ Cox
> When I open a window in rio, run 9fat:, and then exit, the window gets > 'stuck'. That is, it just sits there, I can't type anything in it > anymore. > Apparently, it is waiting for dossrv to exit (which gets started by > 9fat:): when I open a second window, and run 'kill dossrv | rc', the > firs

Re: [9fans] leak/umem question

2008-06-21 Thread Russ Cox
You didn't tell us much about your memory usage patterns. Do you allocate large lots of large objects and then free them? That would explain the larger footprint and the identical umem. Do you agree with the second allocation profile? It is easily possible that aux/acidleak's bitmap code is not