Re: [9fans] 9pfuse and u9fs

2016-02-16 Thread David Arroyo
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

Re: [9fans] DNS

2017-04-03 Thread David Arroyo
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

Re: [9fans] p9p: 9 ls /dev

2017-04-08 Thread David Arroyo
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

Re: [9fans] p9p: 9 ls /dev

2017-04-08 Thread David Arroyo
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

Re: [9fans] p9p: 9 ls /dev

2017-04-12 Thread David Arroyo
%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); > >

Re: [9fans] plan9port-dev

2017-11-15 Thread David Arroyo
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

Re: [9fans] mice

2020-12-27 Thread David Arroyo
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

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-25 Thread David Arroyo
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

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-27 Thread David Arroyo
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

Re: [9fans] GSoC 2021 project ideas (WAS: Re: Plan 9 Applying to GSoC 2021)

2021-02-05 Thread David Arroyo
> (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

Re: [9fans] acme and sam - mouse suggestions?

2022-02-01 Thread David Arroyo
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

Re: [9fans] Uriel

2012-10-14 Thread David Arroyo
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

Re: [9fans] Too big a monitor for Acme?

2012-12-28 Thread David Arroyo
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

Re: [9fans] Too big a monitor for Acme?

2012-12-31 Thread David Arroyo
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 >

Re: [9fans] PBSR...EI

2013-01-15 Thread David Arroyo
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

Re: [9fans] raspberry pi plan 9 image

2013-03-19 Thread 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

Re: [9fans] Acme Edit scriptlets

2013-04-05 Thread David Arroyo
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.