From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200301152109.h0FL9Ww21064@augusta.math.psu.edu> To: 9fans@cse.psu.edu From: Dan Cross Subject: [9fans] /rc/bin/C; hey, where'd my consoles go? Date: Wed, 15 Jan 2003 16:09:32 -0500 Topicbox-Message-UUID: 41fc1538-eacb-11e9-9e20-41e7f4b1d025 I set up a consolefs on my CPU/auth server, using USB<->Serial converters to give myself more serial ports than I really had (there are only two machines; I loop /dev/eia0 from the auth server back to one of the USB ports, and then I have the file server plugged into another USB port). I start aux/consolefs from cpurc before just about anything else, and /mnt/consoles looks fine. The only problem is that when I try to run ``C'' from anywhere, /mnt/consoles comes up as an empty directory. What's up with that? Shouldn't /mnt/consoles be in the name space of whatever is answering the listen for import? I've worked around it by doing something like the following: mntgen import $server '#s' /n/$server^srv mount /n/$server^srv/consoles /mnt/consoles instead of just trying: import $server /mnt/consoles. That works fine, but I can't help but feel like I'm missing something obvious. Thanks! - Dan C.