Re: [9fans] a 9P session between debian client and Plan 9 server side

2012-01-05 Thread Kin Loo
Now I start the server with -D flag and try ''echo hello >>foo" on Linux. The server side on Plan 9 say: <-5- Twalk tag 1 fid 408 newfid 437 nwname 1 0:foo -5-> Rwalk tag 1 nwqid 1 0:( 0 ) <-5- Tstat tag 1 fid 437 -5-> Rstat tag 1 stat 'foo' 'bootes' 'bootes' 'unkn

[9fans] a 9P session between debian client and Plan 9 server side

2012-01-03 Thread Kin Loo
Hi, this time I want to try a 9P session in debian. The following code is running at Plan 9 and file operations (cat, touch, echo>, and rm) for the Plan 9 client function as expected: #include #include #include #include #include #include <9p.h> typedef struct Ramfile Ramfile; struct Ramfile

Re: [9fans] fossil file system corrupts after a power cut

2011-07-27 Thread kin loo
On Jul 26, 3:55 pm, 0in...@gmail.com (David du Colombier) wrote: > > fossil/flfmt -v da39a3ee5e6b4b0d3255bfef95601890afd80709 /dev/sdC0/fossil > > fatal error: corrupted root: vtRootUnpack > > This Venti score is wrong. This is the Venti score returned by an empty > Fossil file system. That's why i

[9fans] fossil file system corrupts after a power cut

2011-07-25 Thread kin loo
Hello everyone. I have two PCs, one of which installs Plan 9 system functioning as a backup server by Venti; the other one installs Debian 6, using qemu to run a virtual Plan 9 fossil+cpu/auth server (because Plan 9 can't recognize hard disk for this machine). Both the backup and virtual servers ru