@p I have started setting up the first machine in my cluster, with 9front. I’m trying to make it serve auth/cpu and files for the time being, with middling success. I am not running service=cpu because when I do that I lose access to terminal and can’t edit the plan9.ini again, either because 9fat doesn’t exist from the drawterm’s perspective on another machine, or because I can’t get rio to start on the machine itself.
The workaround i’m using is echo 'key proto=dp9ik user=glenda !password=password' > /mnt/factotum/ctl; aux/listen1 -t 'tcp!*!rcpu' /rc/bin/service/tcp17019 to have access to the machine via drawterm, but I can’t work out why I can’t access the 9fat on the machine itself when connected via drawterm. Would you have any idea?