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
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
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
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