Re: [9fans] TCP port hung up

2010-08-12 Thread cinap_lenrek
i'm not sure if you really killed all instances of aquarela. can you grep -n /net/tcp/31 /proc/*/fd to see who is still using that filedescriptor. -- cinap --- Begin Message --- I halted aquarela(1) with a ^D sequence, and made sure all processes were gone. ps(1) lists no processes on the server

Re: [9fans] Printing to PS printer - solution

2010-08-12 Thread Rudolf Sykora
On 7 February 2010 18:56, Wolfgang Kunz wrote: > Hi, > > here are my notes on how I got my postscript printer working: > > Printer: OKI B430dn (Network printer) > > Working printing configuration: > > 1. Add printer to /lib/ndb/local > sys=okidr ip=192.168.2.191 > > okidr=Name for the printer > ip

[9fans] plan9 on SL-C3100

2010-08-12 Thread rod
I ported plan9 to the sharp zaurus SL-C3100. The SL-C3100 is a very cute pda device with a 640x480 touchscreen lcd and a qwerty keyboard which I find just about adequate for doing a bit of programming with when out and about. Sadly, it is no longer made. Not sure if I can post urls, but there's

Re: [9fans] plan9 on SL-C3100

2010-08-12 Thread Mathieu Lonjaret
Cute. So how do you handle mouse/chording in, say acme, on that thing? Does it have a touchscreen or is it too old for that?

[9fans] /acme/bin/dial

2010-08-12 Thread erik quanstrom
i think this directory needs to be deleted, otherwise dial/expect and friends are covered up by this empty directory. - erik

[9fans] usb flash drive problem

2010-08-12 Thread Rudolf Sykora
Hello, when I plug in my flash drive and write usbfat: I can see there exists /dev/sdU3.0 directory which I can list giving me ctl data raw However, 'data' is not a directory into which I could cd... What's wrong? Also, although I have usbfat: command on hand, I don't have usbeject command; not

Re: [9fans] usb flash drive problem

2010-08-12 Thread erik quanstrom
> when I plug in my flash drive and write usbfat: I can see there exists > /dev/sdU3.0 directory which I can list giving me > ctl > data > raw > > However, 'data' is not a directory into which I could cd... > What's wrong? data is never a directory. it's the partition representing the whole disk

Re: [9fans] TCP port hung up

2010-08-12 Thread Akshat Kumar
term% grep -n /net/tcp/31 /proc/*/fd term% quite sure they're all gone. On Thu, Aug 12, 2010 at 5:12 AM, wrote: > i'm not sure if you really killed all instances of aquarela.  can you > grep -n /net/tcp/31 /proc/*/fd to see who is still using that filedescriptor. > > -- > cinap

Re: [9fans] TCP port hung up

2010-08-12 Thread Akshat Kumar
oops, I typed that in; s/term%/cpu%/g On Thu, Aug 12, 2010 at 1:34 PM, Akshat Kumar wrote: > term% grep -n /net/tcp/31 /proc/*/fd > term% > > quite sure they're all gone. > > On Thu, Aug 12, 2010 at 5:12 AM,   wrote: >> i'm not sure if you really killed all instances of aquarela.  can you >> grep

Re: [9fans] copy on reference on mp (copymode)

2010-08-12 Thread Russ Cox
On Tue, Aug 10, 2010 at 9:06 AM, wrote: > just out of curiosity: why is copy-on-write changed to > copy-on-reference when the machine is a multi > processor system? otherwise you need tlb shootdowns.