The 9p server gets valid uid, the Linux kernel sends separate Tattach
messages for each user that accesses the server. The issue with remote
systems having different uids is no different than any other remote file
system in Linux. As somebody already mentioned, your patch isn't very
clean, so I am
I'm sorry, I missed the issue somehow.
I don't see any reason to specify uname when using .u. The .u
extension favors uid. What is your usecase?
Thanks,
Lucho
On Thu, Dec 4, 2014 at 7:50 PM, Dmitry Golubovsky wrote:
> Hi
>
> Just wondering if the project https://code.google.com/p/go9p/ is
>
So that means you and Aram. It is interesting that unpopular and irrelevant
very often comes in combination with loud.
Lucho
On Thu, May 22, 2014 at 1:13 PM, Kurt H Maier wrote:
> Quoting Latchesar Ionkov :
>
> Who exactly do you think are the "we" that yo
Who exactly do you think are the "we" that you are talking about?
Lucho
On Thu, May 22, 2014 at 12:51 PM, Aram Hăvărneanu wrote:
> > I'm beginning to remember why I redirected this list to /dev/null. I
> > think I'm going to resume.
>
> Good riddance, we don't want your insults here. We do
On Sat, Sep 7, 2013 at 10:28 AM, erik quanstrom wrote:
> *WOOSH*.
>
> this is an obvious joke. see e.g. http://9fans.net/archive/2006/06/18
>
> either that or you're just trolling.
>
>
First secret societies, then private jokes? When are all these insults
going to end??? :)
Lucho
Stop whining. If you want something done your way, do it yourself, or pay
somebody to do it.
If you think Nemo and his group (or anybody else) are not following the
grants' rules, complain to the funding organizations. I don't remember
seeing any funding coming with "researchers have to publish th
Hi,
Sorry for the late reply, I don't read 9fans often.
Your patch is applied. Thanks for the bugfixes.
Thanks,
Lucho
On Sat, Jul 6, 2013 at 4:52 AM, Pavel Zholkover wrote:
> Hi all,
>
> Does anyone use the http://http://code.google.com/p/govt package for
> client side venti ?
> I had to
On Wed, Dec 28, 2011 at 4:48 PM, David du Colombier <0in...@gmail.com> wrote:
> Forget about 9p2000.u, it's deprecated.
Who decided that .u is deprecated? I definitely didn't and I am using
it for all my file servers that are supposed to work on Unix.
Thanks,
Lucho
At work, I use Time Machine to a Linux server, then vac the Time
Machine files to venti.
At home, I just use Time Machine to a Linux server. I am planning to
add the vac to venti at some point.
Thanks,
Lucho
On Fri, Sep 30, 2011 at 9:19 AM, Axel Belinfante
wrote:
> Just curious what 9fans us
I get the errors when I run ./INSTALL
Thanks,
Lucho
On Tue, Sep 6, 2011 at 12:54 PM, David Leimbach wrote:
> You have to then rebuild everything.
>
> On Tue, Sep 6, 2011 at 11:34 AM, Latchesar Ionkov wrote:
>>
>> I get the same errors.
>>
>> Thanks,
>>
I get the same errors.
Thanks,
Lucho
On Tue, Sep 6, 2011 at 10:25 AM, Aram Hăvărneanu wrote:
>> Try adding
>>
>> # HA HA HA. Apple broke things again.
>> [ "$SYSNAME" != "Darwin" ] || ranlib $2
>>
>> to the bottom of $PLAN9/bin/9ar
>>
>
> Cocoa bits build this way, but other things don't.
>
My version of the govt actually works sometimes.
On Thu, Aug 11, 2011 at 10:49 AM, David Leimbach wrote:
>
>
> On Thu, Aug 11, 2011 at 9:15 AM, ron minnich wrote:
>>
>> OK, there is a go version that lucho wrote:
>> https://code.google.com/p/govt/
>
> Hooray for government! Oh, wait...
>
I don't think there is a way for you to get a coherent listing no
matter what you do. Files may be created and removed all the time, so
coherent listing doesn't have much sense.
In some cases it may be reasonable to atomically create a copy of the
directory listings (some of my file servers do), b
Last week I realized that I haven't worked on the driver for more than
a year and that it is very unlikely that I'll have time to work on it
any time soon. I put the code I have my contrib directory on sources,
in case anybody wants to continue working on it.
http://plan9.bell-labs.com/sources/con
I send the venti scores to my email account and burn them on the DVDs
with the arenas.
Lucho
On Wed, Nov 17, 2010 at 9:51 AM, David Leimbach wrote:
> I'm giving consideration to maintaining a venti-based setup for my house for
> all the digital media we have (since getting our Apple TV, we'v
There are definitely cases when moving the code instead of the data
makes sense. But that discussion is mostly unrelated to the one on how
to make the file I/O work better over high-latency links.
2010/10/15 erik quanstrom :
> On Fri Oct 15 12:33:19 EDT 2010, lu...@ionkov.net wrote:
>> What if the
sefull as i thought... thanks ron for your
> comment! i was just hoping to get some responses from the osprey
> dudes as they had it on ther slides :)
>
> --
> cinap
>
>
> -- Forwarded message --
> From: Latchesar Ionkov
> To: Fans of the OS Plan 9 from Be
And how is fork going to help when the forked processes need to
exchange the data over the same high-latency link?
2010/10/15 :
> fork!
>
> --
> cinap
>
>
> -- Forwarded message ------
> From: Latchesar Ionkov
> To: Fans of the OS Plan 9 from Bell Labs &l
file and a single rpc suffices, the cache, in the worst case, knows
> that it has to issue a single rpc to the server.
>
> Somehow, you need to group requests to retain the idea that a bunch of
> requests have some meaning as a whole.
>
> 2010/10/15 David Leimbach :
>>
>>
I already implemented that behavior in go9p on the plane back from
Seattle. I need to test it a bit before I check it in the repository.
The good thing about it is that it doesn't break any existing clients
or servers.
How is it going to be exposed to the clients is another issue. I am
still not s
It can't be dealt with the current protocol. It doesn't guarantee that
Topen will be executed once Twalk is done. So can get Rerrors even if
Twalk succeeds.
2010/10/13 Venkatesh Srinivas :
>> 2) you can't pipeline requests if the result of one request depends on the
>> result of a previous. for in
you can get npfs from the subversion repository. there is gphotofs.c in fs/.
On Thu, Nov 26, 2009 at 4:37 PM, Enrico Weigelt wrote:
> * Latchesar Ionkov wrote:
>> http://www.sourceforge.net/projects/npfs
>
> hmm, the only available download I see here is spfs, which
> doesnt s
http://www.sourceforge.net/projects/npfs
On Thu, Nov 26, 2009 at 3:54 PM, Enrico Weigelt wrote:
> * Latchesar Ionkov wrote:
>> there is gphoto2 for 9p -- it was in the npfs repository for more than
>> 4 years. I haven't checked it recently so I don't know if it s
I did four days ago. No comments yet. I am sure the go team is pretty
busy at the moment.
Lucho
On Wed, Nov 25, 2009 at 9:05 AM, Devon H. O'Dell wrote:
> 2009/11/25 Latchesar Ionkov :
>> I added a Makefile in the repository that builds the packages outside
>> of the go
I added a Makefile in the repository that builds the packages outside
of the go tree.
Thanks,
Lucho
On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik wrote:
> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov wrote:
>> Hi,
>>
>> Andrey Mirtchovski and I wrote 9P server
there is gphoto2 for 9p -- it was in the npfs repository for more than
4 years. I haven't checked it recently so I don't know if it still
compiles.
Lucho
On Tue, Nov 24, 2009 at 6:08 PM, hiro <23h...@googlemail.com> wrote:
> There already is a gphoto2 fs for fuse if I remember correctly. Thou
Hi,
Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
The hg repository with the code is available at http://bitbucket.org/f2f/go9p/.
Once downloaded the code should be moved to $GOROOT/src/pkg and
$GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p,
For some reason, I wasn't subscribed to the npfs mailing list. Sorry.
I'll reply to your messages later today.
Thanks,
Lucho
On Mon, Nov 2, 2009 at 1:18 PM, Eric Van Hensbergen wrote:
> AFAIK, it was still being actively maintained as part of xcpu.
>
> -eric
>
>
>
> On Nov 2, 2009, at
How many parallel systems you have impelemented?
Thanks,
Lucho
On Wed, Oct 28, 2009 at 1:08 PM, Sam Watkins wrote:
> I think my main points were good.
>
> * can parallelize by duplicating subsystems / divide and conquer
> * can parallelize by pipelining, even down to the arithmetic level
>
Did anybody come up with cloud management software called Zeus or Jupiter yet?
On Mon, Oct 26, 2009 at 6:00 PM, ron minnich wrote:
> nebula.nasa.gov
>
> and see what you see
>
> ron
>
>
I will arrive at 1pm on Wednesday and will have a car. Let me know if
you would like to wait until then.
Lucho
On Mon, Oct 19, 2009 at 2:56 PM, Anthony Sorace wrote:
> i arrive around 9am on wednesday. anyone have a ride
> arranged and have an extra seat?
>
>
How do you plan to feed data to these 31 thousand processors so they
can be fully utilized? Have you done the calculations and checked what
memory bandwidth would you need for that?
There are reasons Pentium 4 has the performance you mention, but these
reasons don't necessary include the "great hu
Or you can setup Plan9 on my gumstix cluster :)
On Tue, Oct 6, 2009 at 1:50 PM, ron minnich wrote:
> I'd like to have a hack session the wed. morning before IWP9.
>
> What I'd like to propose is a sheeva plugfest. People commit to bringing a
> plug
> and we get them set up to run Plan 9.
>
> Any
Adding *sdE0dma=on fixed the problem.
Thanks,
Lucho
On Mon, Oct 5, 2009 at 8:02 PM, erik quanstrom wrote:
>> have your tried dma on?
>>
>> my installation has the same problem, but once it starts dma on
>> everything works fine.
>> It is annoying if you only enable dma through cpurc or termr
I have a *nomp=1 in plan9.ini.
Lucho
On Mon, Oct 5, 2009 at 1:32 PM, erik quanstrom wrote:
> On Mon Oct 5 14:45:01 EDT 2009, lu...@ionkov.net wrote:
>> I don't see neither /dev/mpirq nor /dev/nompirq.
>>
>
> you're correct. the quickest fix would be to download
> the atom sources and recom
I don't see neither /dev/mpirq nor /dev/nompirq.
Thanks,
Lucho
On Mon, Oct 5, 2009 at 11:43 AM, erik quanstrom wrote:
> On Mon Oct 5 13:38:51 EDT 2009, lu...@ionkov.net wrote:
>> Boots fine from the CD and installs on a Shuttle X27. When booting
>> from the hard disk, I get a lot of
>>
>>
Boots fine from the CD and installs on a Shuttle X27. When booting
from the hard disk, I get a lot of
ide: caught missed irq
and no working system. It hangs somewhere after
version... time...
Thanks,
Lucho
On Tue, Sep 29, 2009 at 12:21 PM, erik quanstrom wrote:
> there's a new one
Ron missed to mention -- it is a gpxe gsoc project.
Lucho
On Mon, Sep 21, 2009 at 10:18 AM, Patrick Kelly wrote:
>
> On Sep 21, 2009, at 1:11 PM, ron minnich wrote:
>
>> There was a GSOC project to add 802.11 support. I mention this because
>> the code might be simple enough to be useful as
Yes, that's what was removed. When the code was still there, the
presence of the afid= option would prevent sending Tversion and would
use the specified afid on Tattach. It is not hard to put it back.
On Tue, Jul 14, 2009 at 8:54 AM, Eric Van Hensbergen wrote:
> I thought at one point in time we
On Tue, Jul 14, 2009 at 1:34 AM, sqweek wrote:
> Can't help you there - I'm not sure it makes sense to try and put
> factotum's functionality in the linux kernel... Is there some problem
> with the private namespace/individual user mount approach?
> -sqweek
I don't want to put the authentication
Hmm, I don't understand how this works. v9fs should issue its own
Tversion and Tattach and discard the previously authenticated session,
right? Or I am missing something?
Thanks,
Lucho
On Tue, Jul 14, 2009 at 1:34 AM, sqweek wrote:
> 2009/7/13 Latchesar Ionkov :
>> On Mon, Jul
I don't see why should we do tricks like that. We have support for
private namespaces, why should we make the linux code even more
complicated?
Thanks,
Lucho
On Monday, July 13, 2009, Tim Newsham wrote:
>
> Could we solve this by making private mounts the default (or only
> allowed) behavior
On Mon, Jul 13, 2009 at 2:24 AM, sqweek wrote:
> Anyway, note that if you auth you'll need supporting software from
> p9p also. Factotum and srv -a, in particular, then give v9fs a -o
> trans=unix.
I don't think that auth is working with v9fs at all. The auth support
got dropped accidentally with
The reality is that the sources outages rarely cause any _real_
problems. I wasn't able to access it few days ago, and instead of
bothering geoff or jim, I just waited few hours. The server came up
and I got what I needed.
Lucho
On Fri, May 22, 2009 at 3:43 PM, Uriel wrote:
> On Fri, May 22,
If you don't use the Spfile/Npfile interfaces, you can easily do it.
Spfile/Npfile support a single root directory, so you'll need to do
some tricks to implement what you need. I think that your own
npfile_attach/spfile_attach implementation would be sufficient. There
are some static functions in f
http://sourceforge.net/projects/vidi
It doesn't run on Plan9 though.
Lucho
On Sun, May 17, 2009 at 6:15 PM, J.R. Mauro wrote:
> Does anyone have any updates/links to source code for vidi? I just got
> a venti up and running to back my laptop up to and I'd really like to
> have vidi in betwe
The glibc on your notebook probably doesn't have getcontext
implemented. Google for "glibc mips getcontext".
Thanks,
Lucho
On Wed, May 13, 2009 at 1:57 PM, wrote:
> I thought things were running too smoothly. I got P9P to compile on
> the Lemote Yeeloong with only very frequent ocurrences
If you add more index sections, you have to rebuild the index using
venti/buildindex.
Lucho
On Tue, May 12, 2009 at 7:20 AM, hugo rivera wrote:
> Hi,
> I've been running a venti server for a couple of months now, and since
> the arenas I am using are not very big, I need to add a couple more
There were some ideas of skipping this year and making the next IWP9
in the beginning of the next year. End of the year is a difficult time
for travel, the budgets for travel are depleted, or not if the fiscal
year starts earlier than the calendar one, not defined well enough.
Lucho
On Fri, A
I talked with a guy that's is doing parallel filesystem work, and
according to him 80% of all filesystem operations when running an HPC
job are for checkpointing (not that much restart). I just don't see
how checkpointing can scale knowing how bad the parallel fs are.
Lucho
On Fri, Apr 17, 20
Are you sure there will be any improvements of your code if nobody
wants to use it because of the license?
Lucho
On Wed, Apr 1, 2009 at 2:42 PM, J.R. Mauro wrote:
> On Wed, Apr 01, 2009 at 11:19:08PM +0300, Alex Efros wrote:
>> Hi!
>>
>> On Wed, Apr 01, 2009 at 10:02:04PM +0200, Bernd R. Fix
I use vac (and sometimes vacfs) on my Linux.
archdir=/archives/`date +%Y/%m/%d`/$archbase
mkdir -p $archdir
lastvac=`find /archives -name $archname-*.vac 2>/dev/null | sort | tail -1`
if [ "x$lastvac" != "x" ] ; then
d="-d $lastvac"
else
d=""
fi
thisvac=$archname-`date +%Y-%m-%d`.v
You can vac the directories separately and then use vac -m to create
an archive that looks any way you want.
On Mon, Mar 9, 2009 at 7:35 AM, Anthony Sorace wrote:
> given a list of files like "/fish /dog /snake/asp /snake/python", the
> results of a vac (as interpreted by vacfs) seem to be "/fish
You can try /n/sources/contrib/lucho/usbinst9.img.gz.
Just dd it to a USB flash drive and try booting from it.
Thanks,
Lucho
On Sun, Mar 1, 2009 at 11:37 PM, Ben Calvert wrote:
> ya, that would be great
> On Mar 1, 2009, at 2:45 PM, Latchesar Ionkov wrote:
>
>> Booting f
PM, Latchesar Ionkov wrote:
>> Booting from a USB flash drive is possible (if the BIOS supports
>> booting from USB), but a bit tricky. I had to make few small changes
>> in 9load. I have an image somewhere, if anybody is interested in
>> trying it I can try to find it.
>>
Booting from a USB flash drive is possible (if the BIOS supports
booting from USB), but a bit tricky. I had to make few small changes
in 9load. I have an image somewhere, if anybody is interested in
trying it I can try to find it.
Thanks,
Lucho
On Sun, Mar 1, 2009 at 6:27 AM, Steve Simon wro
I think you got the names mixed up, I had problems with the sata and
the 82567 on my thinkpad. :)
Thanks,
Lucho
On Thu, Jan 1, 2009 at 9:16 PM, erik quanstrom wrote:
> On Thu Jan 1 22:47:59 EST 2009, lu...@proxima.alt.za wrote:
>> > lucio also found that i had absolutely no idea what i was
>
if linux can use binary blobs, why can't plan9 do it too?
On Wed, Sep 3, 2008 at 4:03 PM, ron minnich <[EMAIL PROTECTED]> wrote:
> On Wed, Sep 3, 2008 at 2:12 PM, Latchesar Ionkov <[EMAIL PROTECTED]> wrote:
>> there are more people working on stop-gap solutions than
wireless network cards.
On Wed, Sep 3, 2008 at 7:02 AM, erik quanstrom <[EMAIL PROTECTED]> wrote:
>> On Tue, Sep 2, 2008 at 6:38 PM, Skip Tavakkolian <[EMAIL PROTECTED]> wrote:
>> > other than trying every itiration possible (sum over histories of
>> > software?), i'm not getting the reason why gl
there are more people working on stop-gap solutions than drivers so I
wonder how long we'll have to wait for the drivers to be written :)
On Wed, Sep 3, 2008 at 12:17 PM, Anant Narayanan <[EMAIL PROTECTED]> wrote:
> On 03-Sep-08, at 7:45 PM, erik quanstrom wrote:
>
> for me, it's the same
On Fri, Aug 22, 2008 at 10:14 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> I'd like to see Plan 9 being run on a portable device, and up until now I
> thought the only ways were to get an iPAQ (but are newer models compatible?)
> or to port 9vx to the iPhone (but does Apple's license allow tha
Works fine on my laptop that runs MacOSX 10.4.
Lucho
On Fri, Jun 27, 2008 at 4:40 PM, David Leimbach <[EMAIL PROTECTED]> wrote:
> Currently getting:
> 9vx panic: setsigsegv vx32 without alt stack
> On Mac OS X.
> On Fri, Jun 27, 2008 at 6:18 AM, David Leimbach <[EMAIL PROTECTED]> wrote:
>>
>>
Looks like Apple's BIOS emulator doesn't emulate a standard keyboard.
9load loops forever in i8042init waiting for "a quiescent controller".
On Wed, Apr 16, 2008 at 3:45 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> Hello. Tired of waiting for Q's developers to fix the bug resulting in QEMU,
>
63 matches
Mail list logo