Re: [9fans] plan9port: tcp servers

2008-06-01 Thread Enrico Weigelt
* Russ Cox [EMAIL PROTECTED] wrote: seems like dial() doesn't accept socket path names. I'll have a look if I can fix this ... sorry, that should be 9pserve -c unix!`namespace`/acme tcp!*!12345 yep, already found it out. Seems to work fine. BTW: I've now mounted an vacfs from

Re: [9fans] cut word out of a line with regexp

2008-06-01 Thread Russ Cox
How do I cut a word out of a line with sed? The word end with a '_'. I don't know, how to match word boundaries. I need sample out of a sample_ line. you can match word characters instead. sed 's/[^ ]+_ / /' sed 's/[a-zA-Z0-9_]+_([^a-zA-Z0-9_])/\1/' russ

Re: [9fans] /dev/audio format (was: read/write offset hack)

2008-06-01 Thread Bruce Ellis
mime type of x-iaf was used successfully. On 6/1/08, Enrico Weigelt [EMAIL PROTECTED] wrote: * Bruce Ellis [EMAIL PROTECTED] wrote: Hi, There was also the Inferno Audio File format which was rather fb like.The file began with text lines describing the stuff and then after a\n\n the rest

Re: [9fans] plan9port: tcp servers

2008-06-01 Thread Russ Cox
seems like dial() doesn't accept socket path names. I'll have a look if I can fix this ... sorry, that should be 9pserve -c unix!`namespace`/acme tcp!*!12345 i had considered not requiring the unix! once, but i decided against it. russ

Re: [9fans] cut word out of a line with regexp

2008-06-01 Thread Skip Tavakkolian
How do I cut a word out of a line with sed? The word end with a '_'. I don't know, how to match word boundaries. I need sample out of a sample_ line. that blanks in the char class brackets are [ \t] (space and tab) you could expand the chars that can be part of a word, e.g. 0-9 cpuc% cat |

Re: [9fans] /dev/audio format (was: read/write offset hack)

2008-06-01 Thread Enrico Weigelt
* Bruce Ellis [EMAIL PROTECTED] wrote: Hi, There was also the Inferno Audio File format which was rather fb like.The file began with text lines describing the stuff and then after a\n\n the rest was data. Interesting idea. We could also use something like HTTP or mail headers - easy to

Re: [9fans] plan9port: tcp servers

2008-06-01 Thread Eric Van Hensbergen
On Sun, Jun 1, 2008 at 10:41 AM, erik quanstrom [EMAIL PROTECTED] wrote: if dial strings are written with / and not ! /net/tcp/bell-labs.com/http, an appropriately constructed namespace could allow the correct fileserver to pass judgement. Why include the tcp path element? Name

Re: [9fans] plan9port: tcp servers

2008-06-01 Thread erik quanstrom
the fact that dial strings live in their own parallel universe has always seemed un-plan 9-ish to me. network addresses and files are different kinds of names. mixing them would introduce ambiguities, like what if i have a file name 'tcp!bell-labs.com!http'. we don't have this problem with

[9fans] Isnt it time we have the next bay area meeting?

2008-06-01 Thread Tharaneedharan Vilwanathan
hi, it has been a long time since we met. any plans to have our next Plan9 Bay Area Users Group Meeting? thanks dharani

Re: [9fans] gsoc.cat-v.org links/pages lost

2008-06-01 Thread Nathaniel W Filardo
On Tue, May 27, 2008 at 09:12:05AM +, prem wrote: Hi guys, does anyone know why links under http://gsoc.cat-v.org/people/nwf/ (or any links under http://gsoc.cat-v.org) does not really work ? Are there any mirrors of this site ? I was actually looking for the dynld.txt and

Re: [9fans] Isnt it time we have the next bay area meeting?

2008-06-01 Thread Roman V. Shaposhnik
On Sun, 2008-06-01 at 15:03 -0700, Tharaneedharan Vilwanathan wrote: hi, it has been a long time since we met. any plans to have our next Plan9 Bay Area Users Group Meeting? The sooner the better, I hope! Thanks, Roman.