[9fans] p9p lib/acme.rc file error?

2011-03-20 Thread Rudolf Sykora
Hello, trying to use acmeedit I got from sb here I encountered this in $PLAN9/lib/acme.rc file: fn newwindow { winctl=`{9p read acme/new/ctl} winid=$winctl(1) winctl noscroll } fn winctl { echo $* | 9p write acme/$winid/ctl } ... many more lines I believe the

Re: [9fans] p9p lib/acme.rc file error?

2011-03-20 Thread Rudolf Sykora
I am sorry, ignore it, please. I can have both variable and function at the same time, as it seems... Ruda On 20 March 2011 16:13, Rudolf Sykora wrote: > Hello, > > trying to use acmeedit I got from sb here I encountered this in > $PLAN9/lib/acme.rc file: > fn newwindow { >        winctl=`{9p rea

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread smiley
erik quanstrom writes: > there are a number of differences. here are a few that spring > to mind as important > - the kernel in the cd is different, > - it uses a different plan9.ini file, and > - dma is setup after booting. > could try putting ftp://ftp.quanstro.net/other/9pcf.gz in your 9fat,

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread erik quanstrom
> As a workaround, I tried putting "echo dma on > /dev/sdC0/ctl" in > termrc. This was sufficient to keep a fossil-only install from failing. > But, even *with* this workaround, a fossil+venti install would still > return i/o errors. That's probably because fossil calls venti before > init calls

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread Lucio De Re
> does anything think that it's a mistake to default dma on? I have a lot of old kit around and can't for the hell of me figure out which drives do need and which ones don't want DMA, occasionally losing if nothing else a lot of time and effort in repairing a bad assumption. Having a kernel instr

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread erik quanstrom
> I have a lot of old kit around and can't for the hell of me figure out > which drives do need and which ones don't want DMA, occasionally i thought that dma problems were almost always controller/cable or master/slave related? almost all the device i deal with are sata these days. and before t

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread Lucio De Re
> i thought that dma problems were almost always controller/cable or > master/slave > related? almost all the device i deal with are sata these days. and before > that, i stuck to scsi. > Sure. But you at Coraid and Geoff at Bell Labs are professionals, I'm assuming (happy to be corrected) tha

[9fans] [survey] mp or mpost? (MetaPost)

2011-03-20 Thread tlaronde
Hello, I'm finishing the integration of John Hobby's MetaPost to kerTeX. Since MetaPost can work with either some instance of TeX or troff for formatting labels included in the figures, it can be of general use even for troff only users. So the question: MetaPost was first named (for plain form

[9fans] 386 interrupts

2011-03-20 Thread erik quanstrom
i've been taking a careful look at interrupts recently because i had a number of machines that just didn't work. that problem turned out not to be too hard, and was easily fixed. it turns out that one needs to do a dance for lapic apic ids > 7. (this code is already in 9atom.) along the way, i

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread smiley
erik quanstrom writes: > i thought that dma problems were almost always controller/cable or > master/slave > related? almost all the device i deal with are sata these days. and before > that, i stuck to scsi. > smiley, did the kernel with *sdC0dma support print anything different? Yes, it di

Re: [9fans] New venti install won't boot after 05:00 crash

2011-03-20 Thread erik quanstrom
> > smiley, did the kernel with *sdC0dma support print anything different? > > Yes, it did. I noticed that the DMA kernel prints "nomp: no mp > structure" at bootup. that's related to how interrupts are delivered. it doesn't have anything directly to do with ide. > But I didn't save kmesg fr