[9fans] kproc() bug

2011-05-12 Thread erik quanstrom
from the last few lines of kproc (port/proc.c:/^kproc) ready(p); /* * since the bss/data segments are now shareable, * any mmu info about this process is now stale * and has to be discarded. */

[9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Daniel Lyons
Here's my situation: I have a FreeBSD VPS somewhere in the world. I have 9vx locally. I want to access files on the FreeBSD VPS from my 9vx running over here. How? - exportfs doesn't exist in p9p. - u9fs seems to be defunct; there's nowhere to download the source. - v9fs seems to be

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Lyndon Nerenberg
- u9fs seems to be defunct; there's nowhere to download the source. http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/unix/u9fs/

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Stanley Lieber
On Thu, May 12, 2011 at 11:49 AM, Daniel Lyons fus...@storytotell.org wrote: Here's my situation: I have a FreeBSD VPS somewhere in the world. I have 9vx locally. I want to access files on the FreeBSD VPS from my 9vx running over here. How?  - exportfs doesn't exist in p9p.  - u9fs seems to

Re: [9fans] kproc() bug

2011-05-12 Thread Charles Forsyth
it could (just for one example) have exited and been cleaned up before p is dereferenced to set newtlb = 1. it wouldn't matter since processes aren't deallocated, and an extra newtlb is at worst inefficient. the kproc doesn't, however, share memory with the current proc, and i don't think it

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread Daniel Lyons
On May 10, 2011, at 2:34 AM, hiro wrote: 20$ for a juice? I thought the dollar was already pretty high these days? Seldom do I say this phrase but what the fuck! He's talking about wine. — Daniel Lyons

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread John Floren
He's talking about wine (spoiled grape juice), in a discussion which continues to go further afield with each passing message :) John On Tue, May 10, 2011 at 1:34 AM, hiro 23h...@googlemail.com wrote: 20$ for a juice? I thought the dollar was already pretty high these days? Seldom do I say

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread Wes Kussmaul
I tried to clarify that but my reply never appeared. On Tue, 2011-05-10 at 07:47 -0600, Daniel Lyons wrote: On May 10, 2011, at 2:34 AM, hiro wrote: 20$ for a juice? I thought the dollar was already pretty high these days? Seldom do I say this phrase but what the fuck! He's talking

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Bakul Shah
On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com wrote: On Thu, May 12, 2011 at 11:49 AM, Daniel Lyons fus...@storytotell.org wro= te: Here's my situation: I have a FreeBSD VPS somewhere in the world. I have 9vx locally. I want to access files on the FreeBSD VPS

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Daniel Lyons
On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com wrote: http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/unix/u9fs This is the basis of the OpenBSD port. unix/9pfreebsd is really too old to be

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread Wes Kussmaul
On Tue, 2011-05-10 at 10:34 +0200, hiro wrote: 20$ for a juice? I thought the dollar was already pretty high these days? Seldom do I say this phrase but what the fuck! It's very special juice - made special by the way it's allowed to spoil. You know, fine old oak barrels watched over by a

Re: [9fans] kfs: i'm not dead yet!

2011-05-12 Thread Akshat Kumar
I use kfs (not kenfs) on old edge nodes that serve as relays, nameservers, and provide other basic services, but are otherwise too limited to be able to handle the abuse of fossil. I also use it on my headless Acer Aspire One that runs as an auth server at home. Best, ak On Thu, Mar 31, 2011 at

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Stanley Lieber
On Thu, May 12, 2011 at 2:03 PM, Daniel Lyons fus...@storytotell.org wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com   wrote: http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/unix/u9fs This is

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread andrey mirtchovski
How are you guys using these tools? it's not the most sophisticated setup, but it works, at least for the stuff that i need. pycrypto is a prerequisite: hg clone bitbucket.org/f2f/py9p python setup.py install localsrv.py -p 1 then in 9vx: % srv tcp!127.0.0.1!1 blah /n/blah

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Anthony Sorace
i use u9fs regularly; i install it on any unix machine i'm required to care about. these days that's only os x boxes, and the source in the distribution builds without issue for me there. i can dig up the configuration if that'd be helpful, but it's for launchd (apple's inetd replacement). i

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Bakul Shah
On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com wrote: http://plan9.bell-labs.com/sources/plan9/sys/src/cmd/unix/u9fs

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Daniel Lyons
On Thu, May 12, 2011 at 01:30:00PM -0700, Bakul Shah wrote: On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com wrote:

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Steve Simon
FYI I put the OSX launchd ritual on the wiki a couple of years ago. -Steve

[9fans] mounting inferno-exported, Linux filesystem under plan9

2011-05-12 Thread Derek Carter
here's a puzzler. Using hosted Inferno, I've exported a portion of my Linux host's filesystem using this syntax: ; styxlisten -A tcp!*!564 export '#U*'/tftpboot I can successfully mount the exported filesystem from the hosted Linux box using v9fs using this syntax on the Linux box.

Re: [9fans] mounting inferno-exported, Linux filesystem under plan9

2011-05-12 Thread Steve Simon
import(1) uses a cpu(1) channel for its comms, it starts export(1) at the remote end. What you want to use is srv(1). -Steve

Re: [9fans] kproc() bug

2011-05-12 Thread erik quanstrom
On Thu May 12 14:22:16 EDT 2011, fors...@terzarima.net wrote: is at worst inefficient. the kproc doesn't, however, share memory with the current proc, and i don't think it needs to do anything at all. (even if memory were shared, a new process starts with an empty mmu state.) the comment is

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Charles Forsyth
i put a copy of u9fs in u9fs.googlecode.com

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread hiro
Heh, I should have noticed. My thoughts were a lot more scary:)

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Anthony Sorace
On May 12, 2011, at 5:04 PM, Steve Simon wrote: I put the OSX launchd ritual on the wiki a couple of years ago. and here it is: http://www.plan9.bell-labs.com/wiki/plan9/9pfs.plist/index.html a PGP.sig Description: This is a digitally signed message part

[9fans] 9p wiki access busted?

2011-05-12 Thread Anthony Sorace
for the last few weeks (at least), i've been unable to really use the 9p access to the wiki. it connects, the Wiki client brings things up and can brows around, but the channel gets hung up on in only a few seconds (seems like ~15, although i've not timed it accurately). i've tried this from

Re: [9fans] looking for Virtual Host providers that permit Plan 9

2011-05-12 Thread Comeau At9Fans
On Mon, May 9, 2011 at 5:57 PM, Skip Tavakkolian skip.tavakkol...@gmail.com wrote: Anyone know of such an animal? I don't recall they specifically list it, but I'd be fairly certain that Panix would allow it. You'd have to check them out panix.com for details. -- Greg Comeau / 4.3.10.1 with

Re: [9fans] 9p wiki access busted?

2011-05-12 Thread Josh Wood
On May 12, 2011, at 3:39 PM, Anthony Sorace wrote: for the last few weeks (at least), i've been unable to really use the 9p access to the wiki. it connects, the Wiki client brings things up and can brows around, but the channel gets hung up on in only a few seconds (seems like ~15, although

Re: [9fans] Compiling 9atom kernel WAS: Re: spaces in filenames

2011-05-12 Thread andrey mirtchovski
20$ for a juice? most likely fermented.

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Iruatã Souza
On Thu, May 12, 2011 at 5:30 PM, Bakul Shah ba...@bitblocks.com wrote: On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org  wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12 May 2011 13:14:55 CDT Stanley Lieber stanley.lie...@gmail.com  wrote:

Re: [9fans] exportfs / u9fs / v9fs / npfs / spfs versus 9vx

2011-05-12 Thread Iruatã Souza
On Thu, May 12, 2011 at 8:45 PM, Iruatã Souza iru.mu...@gmail.com wrote: On Thu, May 12, 2011 at 5:30 PM, Bakul Shah ba...@bitblocks.com wrote: On Thu, 12 May 2011 14:03:13 CDT Daniel Lyons fus...@storytotell.org   wrote: On Thu, May 12, 2011 at 11:52:30AM -0700, Bakul Shah wrote: On Thu, 12

Re: [9fans] mounting inferno-exported, Linux filesystem under plan9

2011-05-12 Thread Derek Carter
On 5/12/11 5:41 PM, Steve Simon wrote: import(1) uses a cpu(1) channel for its comms, it starts export(1) at the remote end. What you want to use is srv(1). -Steve Thanks, that did it. This is what I ended up using. 9fs tcp!10.XXX.XX.X!564 linux-mount -- Derek