Re: [9fans] bugs in test command

2008-05-29 Thread Charles Forsyth
i could not see why the code was changed. there's a long comment added to explain that the strings aren't copied, but the old code also didn't use the strings (and set them to nil) for that reason. perhaps my mechanical search for uses missed one.

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread Enrico Weigelt
* erik quanstrom <[EMAIL PROTECTED]> wrote: > > As a more sophisticated aproach, I'm planning an *real* clustered > > venti, which also keeps track of block atime's and copy-counters. > > This way, seldomly used blocks can be removed from one node as long > > as there are still enough copies in t

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread Christian Kellermann
IIRC Russ et al. have written a paper on connecting a venti server to a distributed hash table (like chord) I think the word to google for would be venti and dhash. http://project-iris.net/isw-2003/papers/sit.pdf HTH Christian -- You may use my gpg key for replies: pub 1024D/47F79788 2005/02/

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread Enrico Weigelt
* Christian Kellermann <[EMAIL PROTECTED]> wrote: > IIRC Russ et al. have written a paper on connecting a venti server > to a distributed hash table (like chord) I think the word to google > for would be venti and dhash. > > http://project-iris.net/isw-2003/papers/sit.pdf Sounds very intersting.

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread erik quanstrom
>> since storage is very cheep, i think this is a good tradeoff. > > I'm thinking of an scale where storage isn't that cheap ... what scale is that? >> what problem are you trying to solve? if you are trying to go for >> reliability, i would think it would be easier to use raid+backups >> for d

[9fans] % $stem & $target in mk

2008-05-29 Thread matt
Hi, crazily I've been using mk to build a website (trying to mimic SSI but pre-request) and I've run into a "shortcoming" with mk this is something like my mkfile : ---snip--- PAGES = public_html/index.html public_html/news.html all:V: $

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread Wes Kussmaul
erik quanstrom wrote: with a 1 machine solution, i don't need any more disks to have a full mirror and i have the option of raid5 which will reduce the number of disks i need to 10TB + 1 disk. since your model is that the storage is a significant expense, a single raid5 machine would make more

Re: [9fans] ilock funny?

2008-05-29 Thread Gorka Guardiola
On Thu, May 29, 2008 at 3:34 AM, erik quanstrom <[EMAIL PROTECTED]> wrote: > in this situation there are 128 kernel procs that all > increment the same counter with some code > that looks like so: > > void > incref(void) > { >ilock(&somelock); >someval++; >iunlock(&somelock)

Re: [9fans] % $stem & $target in mk

2008-05-29 Thread Russ Cox
make a script, called mkrules: #!/bin/rc for(i in src/*.html) cpp -M $i | sed 's;^src;public; s;\$O:;:;' include its output: <|mkrules russ

Re: [9fans] Fossil+Venti on Linux

2008-05-29 Thread Russ Cox
>> http://project-iris.net/isw-2003/papers/sit.pdf > > Sounds very intersting. > Is there any source code available ? Most of what is described in that paper is now libventi, vbackup, and vnfs. There was some notion that it would be interesting to try storing data in a peer-to-peer storage syste

Re: [9fans] % $stem & $target in mk

2008-05-29 Thread Gorka Guardiola
On Thu, May 29, 2008 at 3:32 PM, matt <[EMAIL PROTECTED]> wrote: > public_html/%.html: `{cpp -M src/%.html } > makepage src/$stem.html > $target > > > but mk doesn't expand the % in `{} > > Any magic I missed before hacking & slashing /sys/src/cmd/mk ? > I would have expected $stem in there to

Re: [9fans] ilock funny?

2008-05-29 Thread Russ Cox
> i can't see how this could be unless on very first > reference of the lock there is a race with the looser > evaluateing !l->isilock before that processor can see > the winner setting l->isilock to 1. > > if this diagnosis is correct, what is the proper fix? take the test out. this is my fault

Re: [9fans] ilock funny?

2008-05-29 Thread erik quanstrom
the code i typed in out of haste turns out to be exactly the same as the code that had this problem, modulo names. > isilock is a variable set by the lock to tainted as ilock instead of lock. > Having isilock=1 onlys happen After the lock has been acquired by someone. > The lock is checked with a

Re: [9fans] ilock funny?

2008-05-29 Thread erik quanstrom
> take the test out. > > this is my fault. (ironically, i put it in while debugging > some of your code, years ago.) thanks, russ. (it was just my sneaky way of debugging the kernel. ☺) - erik

[9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Glenn Becker
Hi all - I have an odd relationship with Plan 9. It sits on one of the primary partitions of my laptop. Every once in a while I think "Crikey, I'm not smart enough to do anything with this," and think about replacing it with, oh, I don't know, another Linux distro ... but then I will dig a l

Re: [9fans] % $stem & $target in mk

2008-05-29 Thread matt
Thanks, this was perfect, as usual. Someone clone Russ please :> btw. I've done a little HTTP testing suite (nothing amazing) & popped it in sources I did it in a hurry & didn't package it up /n/sources/contrib/maht/{httplib.rc tlspipeclient.c dechunk.c getuserpasswd.c} . httplib.rc GET

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Christian Kellermann
* Glenn Becker <[EMAIL PROTECTED]> [080529 16:50]: > screen that is 1/2 muck/garbage characters. do you run it in vt? otherwise you will see ncurses garbage all over the place. HTH Christian -- You may use my gpg key for replies: pub 1024D/47F79788 2005/02/02 Christian Kellermann (C-Keen) p

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread erik quanstrom
> More specifically, I can ssh from Plan 9 into my account at SDF > (sdf.lonestar.org aka freeshell.org). I've played around with ssh options > some and improved what I am seeing in the terminal connected to that > account, but when I fire up Pine to attempt reading my email, I get a > screen t

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Russ Cox
> More specifically, I can ssh from Plan 9 into my account at SDF > (sdf.lonestar.org aka freeshell.org). I've played around with ssh options > some and improved what I am seeing in the terminal connected to that > account, but when I fire up Pine to attempt reading my email, I get a > screen t

Re: [9fans] % $stem & $target in mk

2008-05-29 Thread Russ Cox
> getuserpasswd.c} You might also be interested in the (apparently undocumented) program auth/userpasswd. Russ

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Axel Belinfante
an alternative is to run a vnc session on the remote (non-plan 9) machine and use vncv to connect to it. that might be useful if vt would not be able to support all cursor control that pine needs. Axel.

[9fans] compile error in /sys/src/cmd/ip

2008-05-29 Thread prem
Hi group, I am trying to compiler kernel and utils/libs for ARM, (for iPAQ), did these things % cd /sys/src % objtype=arm mk install mk: no recipe to make 'pptpd.5' in directory /sys/src/cmd/ip mk: for (i in ... : exit status=rc 48657: mk 48762: error mk: for (i in ... : exit status=rc 40944: r

[9fans] sniffer like wireshark

2008-05-29 Thread Rudolf Sykora
Hello, is there any way to see all the traffic that goes through my ethernet cart in plan 9? Is there anything like wireshark (as far as functionality is concerned)? Thanks Ruda

Re: [9fans] sniffer like wireshark

2008-05-29 Thread erik quanstrom
> Hello, > > is there any way to see all the traffic that goes through my ethernet cart > in plan 9? > Is there anything like wireshark (as far as functionality is concerned)? > > Thanks > Ruda you mean like snoopy(8)? - erik

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Glenn Becker
It sounds like you need to run vt first, which gives you a vt100 terminal emulator that pine will be able to drive. Thanks all for the replies. I will look forward to trying this out. +-+ Glenn Becker - [EMAIL PROTECTED] SDF Public Access UN

Re: [9fans] sniffer like wireshark

2008-05-29 Thread Rudolf Sykora
yes, snoopy more or less does what I need thanks R. On 29/05/2008, erik quanstrom <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > is there any way to see all the traffic that goes through my ethernet > cart > > in plan 9? > > Is there anything like wireshark (as far as functionality is concerned)?

Re: [9fans] ilock funny?

2008-05-29 Thread Gorka Guardiola
On Thu, May 29, 2008 at 3:40 PM, Gorka Guardiola <[EMAIL PROTECTED]> wrote: > My guess is that you have the lock uninitialized (key is not what it should > be), > so key has a bogus value and that is where your problems start. > Zeroing the lock before using it should do the trick. > Off course n

[9fans] www.9grid.net

2008-05-29 Thread ron minnich
is back. it was drop shipped from NM to CA. by which I mean it was dropped, then shipped. and it survived. Let's all thank lbl.gov for hosting 9grid.net ron

Re: [9fans] ssh - pine - "garbage" characters

2008-05-29 Thread Glenn Becker
It sounds like you need to run vt first, which gives you a vt100 terminal emulator that pine will be able to drive. Thanks all for the replies. I will look forward to trying this out. It works great. This is my epochal first email "via" Plan 9. :D +--