From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20010427034026.1AA7719A6F@mail.cse.psu.edu> Subject: [9fans] plumber on new acme window Date: Fri, 27 Apr 2001 12:40:09 +0900 Topicbox-Message-UUID: 937b8ba2-eac9-11e9-9e20-41e7f4b1d025 I'm experiencing a problem on the new 10140327.9gz (and also 03270425.9gz) patches for plumber. When I mount a cdrom by "Local" command for plumber on a rio's window, I can use refleshment of plumbers namespace, and can see an image through page2 (sorry we are still page2 here) both by "plumb" menu of rio and by clicking right button on an acme window. However, when I do the "Local" command in a acme window, I can see the directory entries of the new mounted cdrom. However, plumber does not respond to my right button, and just treats the image for editor. Our /sys/lib/plumb/basis and $home/lib/profile entries for this are as follows: /sys/lib/plumb/basic .... ..... # NASA image files go to page with scrollbars type is text data matches '[a-zA-Z¡-￿0-9_\-./]+' data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(img|imq)' arg isfile $0 plumb to pdsimage plumb client page2 -w $file .... .... # add a file tree to Plumber's namespace type is text data matches 'Local (.*)' plumb to none plumb start rc -c $1 /usr/okamoto/lib/profile ... ... switch($service){ case terminal # plumber @ {rfork n; srvfs plumbspace /n; plumber} mount -b /srv/plumbspace /n ... ... Kenji