9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] 9pserve question
@ 2005-12-03  3:13 erik quanstrom
  2005-12-03 14:26 ` Russ Cox
  0 siblings, 1 reply; 7+ messages in thread
From: erik quanstrom @ 2005-12-03  3:13 UTC (permalink / raw)
  To: 9fans

why does 9pserve.c:451 

		case Topenfd:
			if(m->tx.mode&~(OTRUNC|3)){
				err(m, "bad openfd mode");
				continue;
			}

dissallow OTRUNC?  this means that

; mount $home/9/upasfs
; echo delete mbox 24 > $home/9/upasfs/ctl

and

; mount $home/9/factotum
; echo delkey > $home/9/factotum/ctl

don't work. you need to replace '>' with '>>'. 

- erik


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-12-03 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-03  3:13 [9fans] 9pserve question erik quanstrom
2005-12-03 14:26 ` Russ Cox
2005-12-03 14:35   ` erik quanstrom
2005-12-03 14:54   ` erik quanstrom
2005-12-03 15:53     ` erik quanstrom
     [not found]     ` <6114CFD8-C785-425A-AEDB-5397D83E069C@cibernet.com>
2005-12-03 17:00       ` erik quanstrom
2005-12-03 17:03       ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).