From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <262fe92a8b5be326847bdc278b05f27f@krabbe.dyndns.org> Date: Wed, 28 Aug 2013 11:13:43 +0200 From: Ingo Krabbe To: <9fans@9fans.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] cifs fails on nodes named aux Topicbox-Message-UUID: 75440074-ead8-11e9-9d60-3106f5b1d025 Hey, I found a quite strange effect with cifs (plan9 bell labs edition). I use cifs to mount werc installations from p9p linux servers. Cifs is needed here, as the virtual hosted machine does not support nfs. Maybe I should switch to another userspace filesystem, but for now its cifs. Any node named `aux` is translated into `AHY9U3~9`, of course one-way only, such that I cannot use the `AHY9U3~9` node in my plan9 mount. Renaming to aux2 for example, solves the problem. I found this when looking at werc/bin/aux, which is a directory. So I tried this in werc/tpl: term% ed aux ?aux i This is a test . wq 15 term% ls -l --rw-rw-rw- M 166 bill trog 15 Aug 24 11:29 AHY9U3~9 --rw-rw-rw- M 166 bill trog 683 Mar 29 10:03 _debug.tpl d-rwxrwxrwx M 166 bill trog 0 Mar 29 10:03 _users --rw-rw-rw- M 166 bill trog 1919 Mar 29 10:03 sitemap.tpl Maybe I will hunt this further down next weeks... ... Ah I just found out, that ls 'aux' does actually work. Any hints for debugging this might help. cheers ingo krabbe