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
>
>
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
}
> 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
i ran into that error yesterday. try setting the executable bits on
/dist/replica/cd
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