[9fans] Video mode problem under VirtualBox

2012-01-03 Thread Artem Novikov
Video mode problem under VirtualBox After installation, under VB 2.1.8, I encountered the same problem that has been under QEMU: http://groups.google.com/group/comp.os.plan9/browse_thread/thread/bb7e753ab87ef983/d5e35c3374f58902 And solution the exact same, rebuild kernel: 1.) user none % 9fat:

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a first entry not symbol header too many errors pcc: 8l: 8l 1453: error

2012-01-03 Thread ROuNIN
Hello, Error has now changed to the following: pcc -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8 crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8 engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 ocsp.8 ope

[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

[9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread ROuNIN
Hello all, Following Anthony Martin's install instructions on Building Go on Plan9: http://groups.google.com/group/comp.os.plan9/browse_thread/thread/44f5b5d3091547aa/95dd9fad3e909224?q=gmake&lnk=ol&; I get the following message: ---

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread ROuNIN
Hello Steve, Thank you! I've made a bit more progress but now see this: - . . . pcc -o 8.out app_rand.8 apps.8 asn1pars.8 ca.8 ciphers.8 crl.8 crl2p7.8 dgst.8 dh.8 dhparam.8 dsa.8 dsaparam.8 ec.8 ecparam.8 enc.8 engine.8 errstr.8 gendh.8 gendsa.8 genrsa.8 nseq.8 o

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
I use Ron Minnich's distribution from http://code.google.com/r/rminnich-9go/ It compiles fine on native plan9-386. I had to do some minor changes, however. Get this tarball, unpack and cpdir -m to $GOROOT It is somewhat outdated compared to Lucio's version (this is 60.2) Just do: ## Go language in

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
I forgot the link to the changed files, i shall put the tarball on contrib/pac in a few minutes ++pac On Tue, Jan 3, 2012 at 12:06 PM, Peter A. Cejchan wrote: > I use Ron Minnich's distribution from > http://code.google.com/r/rminnich-9go/ > It compiles fine on native plan9-386. I had to do som

Re: [9fans] Building Go on Plan 9 using Antony Martin's instructions

2012-01-03 Thread Peter A. Cejchan
now it is on contrib/pac/9go.tbz

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

2012-01-03 Thread Yaroslav
2012/1/3 Kin Loo : >   longy# aux/listen1 -tv tcp!*!1114 /bin/exportfs -S /srv/memfs & Try exportfs -d and check /tmp/exportdb for hints.

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

2012-01-03 Thread andrey mirtchovski
You should add the '-d' flag which sets the chatty9p global variable to something greater than zero. chatty9p is documented in the man page for the 9p library. It will give you a full dump of everything that the linux side is trying to do. What's happening in your case is that you're using overwri

[9fans] Killing venti

2012-01-03 Thread smiley
Yeah, I know, pull out a sharp knife, and jab real hard... No, really. What's the prescribed way to kill a venti server, safely, without losing data? The approach I've been using on p9p has been: (1) Wait for venti to stop writing to disk. (2) Send venti SIGTERM. The venti process dies, su

Re: [9fans] Killing venti

2012-01-03 Thread Russ Cox
run venti/sync. then kill it. russ

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread Steve Simon
> pcc -c /sys/src/cmd/gs/zlib/gzio.c > /sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked: fdopen > /sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: "INT" and > "VOID" for op "AS" pcc: cpp: 8c 29761: error Again, plan9 has moved a little since /sys/src/ape/z/mkf

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a first entry not symbol header too many errors pcc: 8l: 8l 1453: error

2012-01-03 Thread Steve Simon
> ??none??: cannot open file: /386/lib/ape/libz.a I think if you rebuild /sys/src/ape/lib/z as described in my previous email this should go away. -Steve

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread erik quanstrom
On Tue Jan 3 12:40:21 EST 2012, st...@quintile.net wrote: > > pcc -c /sys/src/cmd/gs/zlib/gzio.c > > /sys/src/cmd/gs/zlib/gzio.c:181[stdin:1575] function args not checked: > > fdopen > > /sys/src/cmd/gs/zlib/gzio.c:627[stdin:1995] incompatible types: "INT" and > > "VOID" for op "AS" pcc: cpp: 8

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread Lyndon Nerenberg
>what's the deal with this? i don't have /sys/src/ape/lib/z, and >sources doesn't have >it either. (and according to history, never has). An artifact of contrib/*. I forget which package pulls this in. It drove me mad the first time I discovered it, too. These days I manually copy the sourc

Re: [9fans] /ape/libcrypto.a ??none??: /386/lib/ape/libssl.a: first

2012-01-03 Thread erik quanstrom
On Tue Jan 3 16:06:06 EST 2012, lyn...@orthanc.ca wrote: > > >what's the deal with this? i don't have /sys/src/ape/lib/z, and > >sources doesn't have > >it either. (and according to history, never has). > > > An artifact of contrib/*. I forget which package pulls this in. It drove me > mad t

[9fans] ramfs, fossil, venti etc.

2012-01-03 Thread tlaronde
Hello, Since I will have to fix and redo my Plan9 installation, I'd like to have some tips about disks layout, in order to prevent another "disk full" inconvenience. My date is organized, at least, in three distinct chunks: 1) The data that I use read-only (written by someone else and that can b