Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Sape Mullender
because I'm difficult you may need to [...] -eric Amen.

Re: [9fans] Ideas for gc on venti

2008-06-19 Thread a
// combining functionality that is logically distinct is // generally called unmodular, and a layering violation // in this particular senerio. i agree with the principle, but i'm not sure it applies in this case. what's described (at least the part before any garbage collection is done) is

Re: [9fans] Ideas for gc on venti

2008-06-19 Thread erik quanstrom
// combining functionality that is logically distinct is // generally called unmodular, and a layering violation // in this particular senerio. i agree with the principle, but i'm not sure it applies in this case. what's described (at least the part before any garbage collection is done)

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Russ Cox
Thanks for the patch, Uriel. The http://swtch.com/v9fs script stopped working a long time ago, and I never bothered to find out why. I've changed the text on that page, though clicking on the date and checksums link has always shown that the last update was October 2006. A few p9p

[9fans] venti survey

2008-06-19 Thread Russ Cox
I am curious about the relative sizes of people's venti servers, how much data they have stored, and how quickly they are filling. Please run hget http://my-venti-url/storage /tmp/v hget http://my-venti-url/index /tmp/v mail -s 'venti survey' [EMAIL PROTECTED] /tmp/v

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread erik quanstrom
By the way, where can one find the git tree with the latest v9fs? I was googling and struggling with the swik 'thing' (words fail me...), but couldn't find it, I know it is somewhere... The latest is in linus' head branch on kernel.org. being unfamilar with this jargon, i initially misread

[9fans] Getting drawterm to work in Leopard (again)

2008-06-19 Thread Pietro Gagliardi
Hello. I'm trying to get drawterm to work in Leopard again. Here is my command line: drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' - s 'tcp!127.0.0.1!5356' -u pietro The problem was that it told me the connection refused. I told the firewall to open ports 17010,

Re: [9fans] Getting drawterm to work in Leopard (again)

2008-06-19 Thread erik quanstrom
Hello. I'm trying to get drawterm to work in Leopard again. Here is my command line: drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' - s 'tcp!127.0.0.1!5356' -u pietro The problem was that it told me the connection refused. I told the firewall to open ports

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Uriel
On Thu, Jun 19, 2008 at 5:10 PM, Russ Cox [EMAIL PROTECTED] wrote: Thanks for the patch, Uriel. The http://swtch.com/v9fs script stopped working a long time ago, and I never bothered to find out why. I've changed the text on that page, though clicking on the date and checksums link has

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread sqweek
On Thu, Jun 19, 2008 at 11:53 PM, Eric Van Hensbergen [EMAIL PROTECTED] wrote: Whatever function deals with passing the options to the mount system call needs the modification. The few changes that are there may be fixed by me doing a better job and supporting old names for options, but it

Re: [9fans] Getting drawterm to work in Leopard (again)

2008-06-19 Thread Iruata Souza
On Thu, Jun 19, 2008 at 3:08 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote: Hello. I'm trying to get drawterm to work in Leopard again. Here is my command line: drawterm-osx-intel -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s 'tcp!127.0.0.1!5356' -u pietro is connecting to

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread sqweek
On Thu, Jun 19, 2008 at 11:10 PM, Russ Cox [EMAIL PROTECTED] wrote: I wrote a new user-level file server a month ago, something I hadn't done in years, and I did it on Linux, using lib9p backed by 9pfuse. It was an entirely pleasant experience. Speaking of 9pfuse - I've just pulled and the

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Eric Van Hensbergen
Also any other feedback on what changes and improvements 9mount might need before it can be made part of p9p (or maybe shipped with the standard linux mount(1) tools?). I'll take a look today so I'm up to date on the current station and let you know. Basically it will probably be best to

Re: [9fans] Getting drawterm to work in Leopard (again)

2008-06-19 Thread Pietro Gagliardi
All the ports except the guard and ticket (56[67]) work, and AS is still botched, so I believe AS has to do with one of those two (most likely ticket. This port problem might have to do with OS X. I'll ask around. On Jun 19, 2008, at 2:50 PM, erik quanstrom wrote: Hello. I'm trying to get

Re: [9fans] Getting drawterm to work in Leopard (again)

2008-06-19 Thread Federico G. Benavento
maybe unrelated, but does the pass you entered with auth/changeuser for bootes matches the one in nvram? On Thu, Jun 19, 2008 at 7:24 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote: All the ports except the guard and ticket (56[67]) work, and AS is still botched, so I believe AS has to do with

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Rob Pike
Fuse on the Mac is markedly inferior. -rob

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Russ Cox
Speaking of 9pfuse - I've just pulled and the version distributed with p9p is still not going to work on linux/x86_64. I posted a patch for this[1], though 9fans.net doesn't appear to archive attachments - see http://sqweek.dnsdojo.org/tmp/9pfuse.LARGEFILE.diff Done. Also, I've sent you a

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Eric Van Hensbergen
On Thu, Jun 19, 2008 at 6:21 PM, Russ Cox [EMAIL PROTECTED] wrote: A few p9p programs--acme, tapefs, vacfs--now accept a -m option directing them to mount at a particular place in the directory tree, via 9pfuse. There is no option to mount via the Linux 9p module. Why not have them use p9p's

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Skip Tavakkolian
The ability to mount file descriptors has been in for a few years (at least since 2006). trans=fd allows you to mount from a file descriptor (or from separate read and write file descriptors). The code should be functional, but it is not something which currently gets regressed very often.

[9fans] 9p/Virtio Slides from KVM Forum

2008-06-19 Thread Eric Van Hensbergen
Are available at the KVM wiki: http://kvm.qumranet.com/kvmwiki/KvmForum2008 The 9p/virtio slides are under Paravirtualized File Systems -eric

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread sqweek
On Fri, Jun 20, 2008 at 6:59 AM, Russ Cox [EMAIL PROTECTED] wrote: Also, I've sent you a couple of emails off-list recently about a bug in 9p(1). I can't think of anything I might have done to offend you, so I'm assuming they've been marked as spam or otherwise waylaid - should I just post