[9fans] missing attachment: [p9p] Bug in signal handling

2009-05-12 Thread dexen deVries
diff -r 74392a7c323c src/lib9/notify.c --- a/src/lib9/notify.c Wed Mar 11 13:37:29 2009 -0700 +++ b/src/lib9/notify.c Wed May 13 00:52:05 2009 +0200 @@ -265,7 +265,7 @@ * Or maybe someone has already called notifyon/notifyoff. * Leave it alone. */

[9fans] [p9p] Bug in signal handling

2009-05-12 Thread dexen deVries
Hello, Using Plan 9 Port (tip), I was having problem with an rc script running from listen1. Exit status of external programs was not updating $status if ran under listen1, but worked correctly when ran without listen1. Some stracing around shows wait4()s return error in the former case, appar

Re: [9fans] auto reconnect for cpu servers

2009-05-12 Thread Gorka Guardiola
On Tue, May 12, 2009 at 8:50 PM, Russ Cox wrote: > > there is also recover (gorka should know where the > source is these days) but that requires building a > custom kernel to connect through it, and i'm not > sure how well that particular setup works. > The source for recover is in my contrib di

[9fans] fossil crashed with assert failed: r->b == nil

2009-05-12 Thread Gabriel Díaz López de la Llave
Hello I have had a couple of crashed lately, and this is the first time i was able to acces the console. Theses messages were on the console: [messages about out of order packed elided] could not write super block; waiting 10 seconds blistAlloc: called on clean block 775603 re.test: check

Re: [9fans] auto reconnect for cpu servers

2009-05-12 Thread andrey mirtchovski
see aux/reboot. it reboots the cpu server upon loss of remote fs connection. On Tue, May 12, 2009 at 12:43 PM, Steve Simon wrote: > Is there a technique or program that can be used on a diskless > cpu server to make it auto-reconnect when the file server reboots? > > I remember reading about the

Re: [9fans] auto reconnect for cpu servers

2009-05-12 Thread Russ Cox
On Tue, May 12, 2009 at 11:43 AM, Steve Simon wrote: > Is there a technique or program that can be used on a diskless > cpu server to make it auto-reconnect when the file server reboots? > > I remember reading about the Challange file servers at the labs, > in which (I believe) the cyclone driver

[9fans] auto reconnect for cpu servers

2009-05-12 Thread Steve Simon
Is there a technique or program that can be used on a diskless cpu server to make it auto-reconnect when the file server reboots? I remember reading about the Challange file servers at the labs, in which (I believe) the cyclone driver would write reboot to /dev/reboot if the connection dropped. I

Re: [9fans] venti question

2009-05-12 Thread Steve Simon
I wrote this some time ago, not sure if this represents a large enough installation for you. http://www.quintile.net/papers/Venti-rescue.pdf -Steve

Re: [9fans] venti question

2009-05-12 Thread erik quanstrom
On Tue May 12 11:20:33 EDT 2009, lu...@ionkov.net wrote: > If you add more index sections, you have to rebuild the index using > venti/buildindex. does buildindex revisit all the data? are there any pactice/experience-style writups out there from folks with large venti setups? - erik

Re: [9fans] venti question

2009-05-12 Thread hugo rivera
OK, thanks 2009/5/12 Latchesar Ionkov : > If you add more index sections, you have to rebuild the index using > venti/buildindex. > >    Lucho > > On Tue, May 12, 2009 at 7:20 AM, hugo rivera wrote: >> Hi, >> I've been running a venti server for a couple of months now, and since >> the arenas I a

Re: [9fans] venti question

2009-05-12 Thread Latchesar Ionkov
If you add more index sections, you have to rebuild the index using venti/buildindex. Lucho On Tue, May 12, 2009 at 7:20 AM, hugo rivera wrote: > Hi, > I've been running a venti server for a couple of months now, and since > the arenas I am using are not very big, I need to add a couple more

[9fans] venti question

2009-05-12 Thread hugo rivera
Hi, I've been running a venti server for a couple of months now, and since the arenas I am using are not very big, I need to add a couple more. According to the man pages it's safe to add more arenas and the run venti/fmtindex -a, but it isn't clear to me if this also applies to the index section f

Re: [9fans] stats font problem fixed

2009-05-12 Thread erik quanstrom
; grep openfont `{find . | grep '\.[ch]$'} | grep " > Hi, > I use ttf2subf'ed fonts on my lcd, only program that doesn't obay the > current rio font settings is stats. I have added the code below which > not only obeys the current rio settings but also addes support for > specifying new font with -

[9fans] stats font problem fixed

2009-05-12 Thread prem
Hi, I use ttf2subf'ed fonts on my lcd, only program that doesn't obay the current rio font settings is stats. I have added the code below which not only obeys the current rio settings but also addes support for specifying new font with -F switch. --- ../../../../../sys/src/cmd/stats.c 2008-07-01