Re: [9fans] fossil riddle

2012-03-29 Thread Richard Miller
The riddle revealed: term% ls -l ape d-rwxrwxr-x M 1003 miller miller 0 Mar 27 09:31 ape/9src d-rwxrwxr-x M 1003 miller miller 0 Mar 27 09:31 ape/cmd --rw-rw-r-- M 1003 miller miller 573 Feb 28 2002 ape/config d-rwxrwxr-x M 1003 miller miller 0 Mar 27 09:31 ape/lib --rw-rw-r-- M 1003 miller

Re: [9fans] who would have guessed.

2012-03-29 Thread stephano zanzin
I loved the justification. On Sat, Mar 24, 2012 at 2:06 AM, Bruce Ellis wrote: > "7th Edition Unix grep did not conform to POSIX" -- somewhere in gnudoc. > > -- > Don't meddle in the mouth -- MVS (0416935147, +1-513-3BRUCEE) > > -- Sent from the outer space

[9fans] Google command line client

2012-03-29 Thread John Floren
Turns out Google command line client (http://code.google.com/p/googlecl/) works on Plan 9 just fine. All you need is python (from fgb's contrib, or if you want to risk potentially out-of-date code I've got a tarball at http://jfloren.net/contrib/packages/lang/python/root.tgz, just untar it and copy

Re: [9fans] Google command line client

2012-03-29 Thread steve
cinap produced a smaller faster webfs for use with abaco and my webdav fs, it has persistant tcp sessions so is much faster, and it also has some auth code from me that works rather better than the labs code. highly reccomended. On 29 Mar 2012, at 10:36 PM, John Floren wrote: > Turns out Googl

Re: [9fans] Google command line client

2012-03-29 Thread erik quanstrom
On Thu Mar 29 18:41:03 EDT 2012, st...@quintile.net wrote: > cinap produced a smaller faster webfs for use with abaco and my webdav fs, > it has persistant tcp sessions so is much faster, and it also has some auth > code from me that works rather better than the labs code. > > highly reccomended.

[9fans] SSHv2

2012-03-29 Thread blstuart
Thanks to the support of Coraid, I am pleased to announce that a native SSHv2 implementation is now available in contrib. It's available in: contrib/blstuart/ssh You'll also need the backported p9p factotum in: contrib/quanstro/root/sys/src/cmd/auth/factotum Although not strictly necessary it'

Re: [9fans] SSHv2

2012-03-29 Thread cinap_lenrek
congratulations! :) -- cinap

Re: [9fans] SSHv2

2012-03-29 Thread Bruce Ellis
ha ha, the bunny shakes his tail. i don't want daily updates - like openssl or NO SALE. seriously, someone had to do it and not a gsoc kid thank dog. brucee On 30 March 2012 12:26, wrote: > congratulations! :) > > -- > cinap > -- Don't meddle in the mouth -- MVS (0416935147, +1-513-3BRUCEE)

Re: [9fans] SSHv2

2012-03-29 Thread Lucio De Re
> Thanks to the support of Coraid, I am pleased to announce > that a native SSHv2 implementation is now available in > contrib. That is marvellous. Thank you, and thanks to Coraid. Lucio.

Re: [9fans] SSHv2

2012-03-29 Thread Lucio De Re
> You'll also need the backported p9p factotum in: > > contrib/quanstro/root/sys/src/cmd/auth/factotum There's a "start" member to "struct Srv" that doesn't seem to exist in I don't mind putting the extra effort into sorting this out, but at this point there are others who know more than I do.

Re: [9fans] SSHv2

2012-03-29 Thread Jeff Sickel
Excellent news. On Mar 29, 2012, at 9:10 PM, blstu...@bellsouth.net wrote: > You'll also need the backported p9p factotum in: > > contrib/quanstro/root/sys/src/cmd/auth/factotum > small hint, you'll need to backport 9p.h to build this factotum -jas

Re: [9fans] SSHv2

2012-03-29 Thread David du Colombier
> There's a "start" member to "struct Srv" that doesn't > seem to exist in You should apply this patch (from plan9port): --- /n/sources/plan9/sys/include/9p.h +++ /sys/include/9p.h @@ -176,6 +176,7 @@ Tree* tree; void(*destroyfid)(Fid*); void(*de

Re: [9fans] who would have guessed.

2012-03-29 Thread dexen deVries
On Thursday 29 of March 2012 16:09:49 stephano zanzin wrote: > I loved the justification. btw., the POSIX -q option to grep is needed only on non-POSIX systems, that do not provide /dev/null, right? -- dx