Re: [9fans] 9pi and upas/send question

2013-05-21 Thread Fco. J. Ballesteros
It breaks trying to use a biobuf and that biobuf* has -1 as the value of the pointer. We usually pull the source and then recompile all the binaries. Perhaps it's something we made. thanks --- Begin Message --- > It seems our send is broken just on the pi and I'm trying to > see why. I did have

Re: [9fans] 9pi and upas/send question

2013-05-21 Thread Fco. J. Ballesteros
Thanks. It seems our send is broken just on the pi and I'm trying to see why. --- Begin Message --- > can you try to do an upas send on the pi (just send a mail) I do it all the time. (This message for example.) --- End Message ---

Re: [9fans] upas locking

2013-04-18 Thread Fco. J. Ballesteros
Yes, perhaps we should stop using that. Nevertheless, the problem I was trying to address is that everyone is sharing /mail/tmp (see the scripts in /mail/lib, although I'm sure you know them from memory :) ), and thus if one has one problem, it can lock everyone else using /mail/tmp. I'll take a l

[9fans] 3-button mouse

2010-05-05 Thread Fco. J. Ballesteros
It's a click on the wheel, *but*, unlike others I tried, it feels to me very much like an actual button. That is, the wheel does not spin or feel like spinning when you click. I'm talking about the logitech dinovo cordless. > Are there others? For the purposes of this thread, let's say > that mi

Re: [9fans] 9p2010

2009-04-23 Thread Fco. J. Ballesteros
But if you do that (send sequences from userl-level) you must interpret your namespace yourself. When I tried to detect how to bundle calls for plan b, a problem I had was namec. For me it's still not clear how to detect cleanly `what to batch', even if you change the source for the program doing I

Re: [9fans] Plan9 - the next 20 years

2009-04-21 Thread Fco. J. Ballesteros
Well, if you don't have flush, your server is going to keep a request for each process that dies/aborts. If requests always complete quite soon it's not a problem, AFAIK, but your server may be keeping the request to reply when something happens. Also, there's the issue that the flushed request may

Re: [9fans] GSOC: Drawterm for the iPhone

2009-03-31 Thread Fco. J. Ballesteros
o/live assumes that in many cases you may have a mouse with just one button and some way to issue mouse-3 clicks. (eg., touch pads). The result was the circular menu implementation and a different interaction language. However, it does not consider multitouch at all. > From: eri...@gmail.com >

Re: [9fans] Raw Input Driver

2009-03-20 Thread Fco. J. Ballesteros
If connection is slow (as the one I'm using now) increasing the abstraction level is a good thing to do. Merging low level input streams may patch up things for a while, but won't be enough if the connection is slower. Separating the viewer form the application reduces coupling a lot and makes kbd

[9fans] clump magic number is 0

2009-03-03 Thread Fco. J. Ballesteros
Hi, just saw this in our venti server: err 2: clump has bad magic number=0x != 0xd15cb10c err 2: loadclump worm13 194683771: clump has bad magic number=0x0 Time ago this message was scary but not serious. My question is, is that still the case? :) I was just putting more stuff into our

[9fans] type signatures

2009-03-02 Thread Fco. J. Ballesteros
Isn't this what #pragma incomplete is for? > From: st...@quintile.net > To: 9fans@9fans.net > Reply-To: 9fans@9fans.net > Date: Mon Mar 2 16:24:23 CET 2009 > Subject: [9fans] type signatures > > Hi, > > I get a different type sygnature depending on weather the arg to a function > cont

Re: [9fans] Acme and spaces in file names

2009-02-13 Thread Fco. J. Ballesteros
/n/sources/contrib/nemo/trfs.{c, man} > I couldn't find anything in /n/sources/contrib/nemo. Can you please > copy it again?

[9fans] How to implement a moral equivalent of automounter in Plan9?

2008-12-01 Thread Fco. J. Ballesteros
That's what bns does on Plan B. AFAIK, there's no way on Plan 9 to automate mounts making everythiing work after the FS goes away. Probably you could grab just bns and adsrv (the registry) from Plan B and runt hem on plan 9 as they are. > From: [EMAIL PROTECTED] > To: 9fans@9fans.net > Reply-T

Re: [9fans] web-based plan 9?

2008-11-20 Thread Fco. J. Ballesteros
browser like. > From: [EMAIL PROTECTED] > To: 9fans@9fans.net > Reply-To: 9fans@9fans.net > Date: Thu Nov 20 15:50:20 CET 2008 > Subject: Re: [9fans] web-based plan 9? > > On Thu, Nov 20, 2008 at 8:37 AM, Fco. J. Ballesteros <[EMAIL PROTECTED]> > wrote: >

Re: [9fans] web-based plan 9?

2008-11-20 Thread Fco. J. Ballesteros
We had a prototype that tried to reproduce in a web page the UI structure as described by o/mero. Nothing that really could be used in practice. In the end we abandoned that and used inferno for the client software (terminal). It's funny the post about using Sepxs to transfer FS trees, because th

Re: [9fans] Do we have a catalog of 9P servers?

2008-11-11 Thread Fco. J. Ballesteros
For this we use local Infernos at machines serving resources, using a dav server to provide the built name space to the native host systems. Not for devices, but works for most other things. Devices can be done by adapting their interfaces via wrapper FSs. > > Ok, here's a stab at describing my

Re: [9fans] Next IWP9

2008-11-10 Thread Fco. J. Ballesteros
Northeast US, say january or feb., skipping next year, would be great for me. > From: [EMAIL PROTECTED] > > Putting in a request for somewhere in the Northeast U.S. next year, > if people are willing to accept the weather. I'd offer to host it > here in Rochester (at RIT, I think they'd go f

Re: [9fans] How to get the diagnostics of fs(3)

2008-10-15 Thread Fco. J. Ballesteros
t; Subject: Re: [9fans] How to get the diagnostics of fs(3) > > * Fco. J. Ballesteros <[EMAIL PROTECTED]> [081015 10:42]: > > We use aux/clog to send the contents of /dev/kprint to /sys/log/$sysname > > We bind '#k' by hand after booting our server, but how you d

[9fans] How to get the diagnostics of fs(3)

2008-10-15 Thread Fco. J. Ballesteros
We use aux/clog to send the contents of /dev/kprint to /sys/log/$sysname We bind '#k' by hand after booting our server, but how you do it it depends on the particular config for your machine. > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Reply-To: 9fans@9fans.net > Date: Wed Oct 15 10:31

Re: [9fans] sad commentary

2008-06-30 Thread Fco. J. Ballesteros
> What can we expect an OctoVX32 distribution? ;) > No need. The distribution at lsub.org can be used on top of the platforms where Inferno runs. I'm using it on MacOSX to access my main Plan 9 system. I've used it some time ago on Windows to do the same, and I think some other guy at lsub is

Re: [9fans] store 9p session-only values using lib9p

2008-06-12 Thread Fco. J. Ballesteros
Sorry. I mean, "*Yes*, but ...". I mean, you are right (unless you remove the raw files for non-spam mails after some time; which I do not). > > in addition, doesn't storing mail your way increase the storage > requirements? > > No. Same file sent multiple times with different mails (which I

Re: [9fans] store 9p session-only values using lib9p

2008-06-12 Thread Fco. J. Ballesteros
> > But the nice thing is that you can edit text, copy attachments in/out, > > remove them, etc. etc. > this is already possible with upas/fs, isn't it? also, i get the benefit > of not being tied into message formats. for example, i can use imap. Nope. If you try to remove an attach you remov

Re: [9fans] store 9p session-only values using lib9p

2008-06-12 Thread Fco. J. Ballesteros
FTS, http://lsub.org/magic/man2html/1/mails is the manual page for the mail program I refer to in the previous mail. > From: [EMAIL PROTECTED] > To: 9fans@9fans.net > Reply-To: 9fans@9fans.net > Date: Thu Jun 12 12:24:45 CET 2008 > Subject: Re: [9fans] store 9p session-only values using lib9p

Re: [9fans] store 9p session-only values using lib9p

2008-06-12 Thread Fco. J. Ballesteros
Funny, I've done the same in a different way. see mail2fs in contrib/nemo. Also, I have some proposal, skip to the end of the mail and let me know what you think :) In any case, I'd love to see/try your version of upas/fs et al. Instead of adapting upas/fs, I use a mail2fs program that uses upas

Re: [9fans] usbohci in pccpuf

2008-06-10 Thread Fco. J. Ballesteros
usb/kb is in sources. In fact, I'm using that version and not mine. (IIRC). > From: [EMAIL PROTECTED] > To: 9fans@9fans.net > Reply-To: 9fans@9fans.net > Date: Tue Jun 10 17:26:38 CET 2008 > Subject: Re: [9fans] usbohci in pccpuf > > There is no support for usb keyboards. > > Well, nemo

Re: [9fans] 9pfuse on mac os x

2008-05-16 Thread Fco. J. Ballesteros
An alternative to use fuse with network mount points is to use the o/dav server running on inferno (this server is now part of the octopus distrib). I've tested it with the finder several silly programs and it seems to work fine, although we still consider it alpha (i.e. USE WITH CARE). Also, fa

[9fans] octopus distribution

2008-04-30 Thread Fco. J. Ballesteros
Hi, there's a new octopus distribution at http://lsub.org/ls/octopus.html It can be used, for example, as a way to use a remote Plan 9 machine using any other system as a terminal. The main tar ball includes Inferno with a pre-installed octopus and a installation script so that it should be tri

[9fans] o/mero and o/live distribution

2008-03-14 Thread Fco. J. Ballesteros
Well, finally, I have been able to use this thing for a whole day^H^H^H testing period without seeing it crash or corrupt one of my files. At http://lsub.org/ls/octopus.html you may find links to omero.src.tgz and to omero.dis.tgz Also at /n/sources/contrib/nemo/octopus There are man pages includ