Re: [9fans] 9fans Digest, Vol 72, Issue 4

2010-04-03 Thread Francisco J Ballesteros
What's /dev/usb/ctl on your system after plugging your disk? That may give a clue. On Sat, Apr 3, 2010 at 5:30 AM, ruel hernandez ru6...@gmail.com wrote: In my case, when i run; %usbfat: %no usb disk what could be the problem? as of now i'm reading the intro to operating sysrems

[9fans] rc word splitting trouble

2010-04-03 Thread Ethan Grammatikidis
I'm writing a little web server in rc. For the most part it's been less trouble than setting up Apache to serve static files, but I've run into an odd little problem where rc appears to be behaving differently depending on whether it's run in a script or a terminal. (Rc 9term from p9p.)

Re: [9fans] rc word splitting trouble

2010-04-03 Thread erik quanstrom
% fullloc = '/one/two?three+four' % params = `{echo $fullloc | sed -e 's;.*\?;;' -e 's;\+; ;g'} % for(param in $params) echo 'li'$param lithree lifour The 2nd and 3rd command lines are copied directly from the script, but the script itself outputs the following:

Re: [9fans] rc word splitting trouble

2010-04-03 Thread Ethan Grammatikidis
On 3 Apr 2010, at 15:38, erik quanstrom wrote: % fullloc = '/one/two?three+four' % params = `{echo $fullloc | sed -e 's;.*\?;;' -e 's;\+; ;g'} % for(param in $params) echo ' li'$param lithree lifour The 2nd and 3rd command lines are copied directly from the script, but the

[9fans] ktrans on p9p

2010-04-03 Thread Alex Lee
Dear all, I've found ktrans to be extremely useful in 9vx (thanks, Kenji), and I'm wondering now whether it would be possible to use it with plan9port (on Linux). Mainly I would want this for acme -- would it make sense to modify p9p acme to include ktrans within it? Or is there a better

[9fans] tinycore 9vx .tce on sources

2010-04-03 Thread ron minnich
--rw-r--r-- M 26 rminnich sys8805 Apr 3 17:41 /n/sources/contrib/rminnich/9vx.tce Note this is only the following: -rwxr-xr-x root/root61 2009-10-13 22:11:07 usr/local/bin/9vx -rwxr-xr-x tc/staff20 2009-10-14 03:38:18 usr/local/tce.flwm/9vx -rw-r--r-- tc/staff 8580

Re: [9fans] tinycore 9vx .tce on sources

2010-04-03 Thread EBo
--rw-r--r-- M 26 rminnich sys8805 Apr 3 17:41 /n/sources/contrib/rminnich/9vx.tce Thanks, I've downloaded this and will play with it later... Questions? Let me know. will do. Thanks Thank you! Laters, EBo --

Re: [9fans] tinycore 9vx .tce on sources

2010-04-03 Thread Jack Johnson
On Sat, Apr 3, 2010 at 2:52 PM, ron minnich rminn...@gmail.com wrote: --rw-r--r-- M 26 rminnich sys8805 Apr 3 17:41 /n/sources/contrib/rminnich/9vx.tce Wild. I've been screwing around with a tinycore terminal server in a couple of VMs and I was planning on building a TCE for 9vx after

[9fans] cpuid

2010-04-03 Thread erik quanstrom
i updated aux/cpuid to allow one to specify a mach on which to run cpuid. unfortunately, /proc/%d/ctl doesn't really guarentee when target will be running on the requested mach. as a defense, sleep(1) is called after wiring, but i'm not convinced that sleep must always sched and thus potentially

Re: [9fans] using usb

2010-04-03 Thread ruel hernandez
time you boot. - erik End of 9fans Digest, Vol 72, Issue 4 -- next part -- An HTML attachment was scrubbed... URL: http://mail.9fans.net/private/9fans/attachments/20100403/86d46727/attachment.html