I have definitely used 9pfuse to mount a u9fs file server before. What auth
method did you choose for u9fs?
David
On February 16, 2016 5:20:51 AM EST, arisawa wrote:
>Hello 9fans,
>
>my 9pfuse on macbook works fine in communicating plan9 file server.
>however mounting u9fs fails with the messa
I had a similar problem with 'dnscache' from the TinyDNS suite of tools a
couple years back. Certain DNS names hosted in AWS Route53 would exceed the
max number of requests to be resolved at random, because Route53 randomized
the NS records it gave for each subdomain, so every once in awhile during
This should be doable with some combination of fdopendir(3) and
readdir(3).
I'm not sure how to avoid leaking memory through the returned DIR
pointer
and any memory allocated with by readdir(3). This is usually free'd by
closedir(3),
which we can't use without closing the underlying file.
It shoul
tiple threads (glibc, musl,
FreeBSD look pretty safe).
Cheers,
David
On Sat, Apr 8, 2017, at 03:27 AM, David Arroyo wrote:
> This should be doable with some combination of fdopendir(3) and
> readdir(3). I'm not sure how to avoid leaking memory through the
> returned DIR pointer and a
%s open error",dirname);
> > while((n = dirread(fd, &db)) > 0){
> > print("#DBG n=%d\n",n);
> > for(i = 0; i < n; i++)
> > print("%s %s %s \n", db[i].name, db[i].uid, db[i].gid);
> >
You can subscribe to any google group without a google account,
via e-mail. Just send an e-mail to
plan9port-dev+subscr...@googlegroups.com
and follow the instructions in the reply.
David
On Wed, Nov 15, 2017, at 10:44 PM, Lyndon Nerenberg wrote:
> Is there any way to get the above "group" as a
I use a 3DConnexion CADMouse pro wireless: https://3dconnexion.com/uk/cadmouse/
and I really like it. It fits my hand well and works in wired, bluetooth , or
with a wireless usb transmitter. It's got a huge middle mouse button which was
the main draw for me.
The downsides are that it seems to h
On Tue, Dec 29, 2020, at 18:50, cigar562hfsp952f...@icebubble.org wrote:
> It's well-known that 9P has trouble transferring large files (high
> volume/high bandwith) over high-latency networks, such as the Internet.
>From what I know of 9P, I don't think this is the fault of the protocol
itself. I
On Wed, Jan 27, 2021, at 11:25, Ethan Gardener wrote:
> fcp(1)?
You are right, but fcp(1) would only produce multiple parallel read
and write messages, I'm talking about a more general approach. fcp is
probably a better compromise, though, as ori points out the client can
get complicated pretty q
> (1) Porting the Plan 9 kernel to a microkernel architecture, such as
> Mach. This would give Plan 9 instant access to the whole range of
> hardware supported by the underlying microkernel.
This is kind of the opposite idea, but you could port the NetBSD rump
kernel to Plan 9. It can the
On Thu, Jan 27, 2022, at 23:59, Marius Eriksen wrote:
> It’s pricy, but I love the 3dconnexion CAD mouse [1]. It tracks superbly, and
> the construction quality approaches Apple’s level.
>
> [1] https://3dconnexion.com/us/cadmouse/
I use the wireless model and agree it's an excellent mouse. The
It's always such a shock when an online correspondence dies, you can
never tell someone's health on the other side of an irc chat unless
they want to broadcast it, so every loss seems so sudden, and so
untimely. At least now he's in a world without XML :)
RIP
On Sun, Oct 14, 2012 at 6:11 PM, Fran
Acme workflow scales absolutely fantastically to a large monitor. I
would say it is one of Acme's strong points. I recently upgraded to a
27" 2560x1440 display. It's pretty great to have four wide columns
(five if you have a thin one for directory listings) in a single
window. The mouse-warping hel
Sorry, I run plan9 as a CPU server use drawterm on windows.
On Mon, Dec 31, 2012 at 6:32 AM, Peter A. Cejchan wrote:
>> 27" 2560x1440 display. It's pretty great to have four wide columns
>
> If you are on native Plan9, what graphics card do you use?
>
> Thanks, regards,
> ++pac
>
On Tue, Jan 15, 2013 at 1:54 AM, erik quanstrom
wrote:
> the server is willing, but the network is weak. ☺
> i'm evaluating some options now. unfortunately, they're
> not cheap.
Have you considered using torrent? I'd be happy to seed it and I'm sure
others would too.
David Arroyo
I cannot connect via 9P either:
% 9fs sources
srv: timeout establishing connection to tcp!sources.cs.bell-labs.com!9fs
Perhaps they are doing some server maintenance. Or maybe my ISP wasn't
ready for a snowstorm in late March.
-David
On Tue, Mar 19, 2013 at 9:45 PM, Jeremy Jackins wrote:
> 50
I took the template.awk script from werc[0] and use it in acme all the
time. I've a collection of template files beginning with
Edit ,|tpl
% var1=val1
% var2=val2
...
I can execute line 1 to generate stuff like Makefiles, man pages, puppet
manifests, etc.[1]
[0]: http://hg.cat-v.
17 matches
Mail list logo