Re: [9fans] Problem about updating plan9 using a iso image file

2009-05-31 Thread Shaowei Wang (wsw)
It works! Thanks very much. On Sun, May 31, 2009 at 6:40 PM, michael block wrote: > i ran into that error yesterday. try setting the executable bits on > /dist/replica/cd > >

Re: [9fans] Problem about updating plan9 using a iso image file

2009-05-31 Thread Markus Sonderegger
hi, change the servermount function in /dist/replica/network. fn servermount { if(! test -e /srv/9660) 9660srv mount /srv/9660 /n/dist /tmp/plan9.iso }

Re: [9fans] No Boot from installCD on IBM xserver 305

2009-05-31 Thread erik quanstrom
> I think, I need to add some quirks in /sys/src/boot/pc/sd{ata|bios}.c i think instead you need to add this line case case (0x1183<<16)|0x1039: /* SiS 966 */ to sdata.c after the existing sis entry. > and /sys/src/9/pc/sdata.c as well. I however, am wondering, where the > /sys/src/9/p

Re: [9fans] Problem about updating plan9 using a iso image file

2009-05-31 Thread michael block
i ran into that error yesterday. try setting the executable bits on /dist/replica/cd

[9fans] Problem about updating plan9 using a iso image file

2009-05-31 Thread Shaowei Wang (wsw)
Hi, guys i've downloaded the plan9 iso image called plan9.iso. i followed the wiki page to update my plan9 system: 9660srv mount /srv/9660 /n/dist /tmp/plan9.iso replica/pull -v /dist/replica/cd but the system give me error report: no such replica /dist/replica/cd what's wrong about this or is