Re: [9fans] /mnt/plumb no write permission

2008-11-22 Thread lucio
I think you have omitted to start the plumber(4), so there is nothing
connected to its conventional mount point.

++L
---BeginMessage---
Hi

I was wondering why does /mnt/plumb have no write permission by
default? Is this an installation problem on my side?

d-r-x-- M 26 fernan fernan  0 Nov 22 11:43 /mnt/plumb

in libplumb, plumbopen seems to remount the service to get write permission.

shouldn't something like
cat  plumbformatedmsg  /mnt/plumb/send be perfectly valid

regards
fernan
-- 
http://www.fernski.com---End Message---


Re: [9fans] /mnt/plumb no write permission

2008-11-22 Thread Fernan Bolando
On 11/22/08, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I think you have omitted to start the plumber(4), so there is nothing
 connected to its conventional mount point.

 ++L


actually I can plumb just fine using acme. I load plumber through lib/profile.

Was just wondering why I get permission denied when I try to do

echo foo  /mnt/plumb/send

regards
fernan


-- 
http://www.fernski.com



Re: [9fans] /mnt/plumb no write permission

2008-11-22 Thread erik quanstrom
 ---w--- M 10 fernan fernan 0 Nov 22 20:56 /mnt/plumb/send
 --r M 10 fernan fernan 0 Nov 22 20:56 /mnt/plumb/sendmail
 --r M 10 fernan fernan 0 Nov 22 20:56 /mnt/plumb/showmail
 [9]# echo foo  /mnt/plumb/send
 /mnt/plumb/send: rc: can't open: '/mnt/plumb/send' permission denied
 [9]#
 
 I am assmuming that this is unusual?

oh, the plumber is just a bit cranky.

; echo fu/mnt/plumb/send
/mnt/plumb/send: rc: can't open: '/mnt/plumb/send' permission denied
; echo fu/mnt/plumb/send
echo: write error: bad plumb message format

the plumber doesn't like it when you don't append
to the file.

see plumb(2) for details.

- erik