From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@csu.psu.edu From: erik quanstrom Message-Id: <20051128020811.6CC4EDA182@dexter-peak.quanstro.net> Date: Sun, 27 Nov 2005 20:08:11 -0600 Cc: Subject: [9fans] fsdirread v dirread() Topicbox-Message-UUID: b2b0f082-ead0-11e9-9d60-3106f5b1d025 i've been running linux 2.6.14 and mounting upasfs via this mtab entry: /tmp/ns.quanstro.:0/upasfs /home/quanstro/9/upasfs 9P uid=N,user,name=quanstro,proto=unix,noauto 0 0 which works great (after a few tweaks) except faces -i chokes and dies because fsreaddir() ends up sending upasfs the path "/home/quanstro/upasfs/mbox/..." instead of "mbox/...". i'm guessing that the named sockets in $NAMESPACE need this extra information. so, is there any way to modify faces so it doesn't care if it is given a mounted filesystem or a named socket in $NAMESPACE? - erik