From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrey mirtchovski To: 9fans@cse.psu.edu Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [9fans] what should 'fileserver' be set to in fossil? Date: Fri, 27 Jun 2003 11:12:02 -0600 Topicbox-Message-UUID: df06f2e4-eacb-11e9-9e20-41e7f4b1d025 with kfs things like 'man -P kfs' work fine (fileserver=kfs), with fossil we run into some problems: plan9% echo $fileserver plan9% man -P kfs converting from troff to postscript... srv: dial net!emelie!9fs: cs: can't translate address: dns: resource does not exist mount: can't open /srv/emelie: '/srv/emelie' file does not exist cannot mount /n/emelieother filesystem reading through postscript... cannot find end of first line plan9% fileserver=boot plan9% ls /srv/boot # this is my fossil srv point /srv/boot plan9% man -P kfs converting from troff to postscript... mount: mount /n/bootother: fsys: 'other' not found cannot mount /n/bootother filesystem reading through postscript... cannot find end of first line plan9% fileserver=kfs plan9% man -P kfs converting from troff to postscript... srv: dial net!kfs!9fs: cs: can't translate address: dns: resource does not exist mount: can't open /srv/kfs: '/srv/kfs' file does not exist cannot mount /n/kfs filesystem reading through postscript... cannot find end of first line plan9% srv 136.159.220.110 kfs # this machine actually is a kfs file server post... plan9% man -P kfs # this works, hail plan9 :) converting from troff to postscript... reading through postscript... plan9% rm /srv/kfs plan9% srv tcp!sources.cs.bell-labs.com kfs # this is funny :) post... plan9% man -P kfs converting from troff to postscript... bind: /n/kfs/lp: '/n/kfs/lp' file does not exist cannot bind /n/kfs/lp onto /sys/lib/lp reading through postscript... cannot find end of first line plan9% plan9% fileserver=192.168.1.3 # this is the machine with fossil plan9% man -P kfs # this _should_ work converting from troff to postscript... srv: dial net!192.168.1.3!9fs: connection rejected mount: can't open /srv/192.168.1.3: '/srv/192.168.1.3' file does not exist cannot mount /n/192.168.1.3other filesystem reading through postscript... cannot find end of first line plan9% plan9% fileserver=plan9 # aka this very same machine plan9% man -P kfs converting from troff to postscript... post... mount: mount /n/plan9other: '/n/plan9other' does not exist cannot mount /n/plan9other filesystem reading through postscript... cannot find end of first line plan9% fileserver=192.168.1.3 # same thing plan9% man -P kfs converting from troff to postscript... post... mount: mount /n/192.168.1.3other: '/n/192.168.1.3other' does not exist cannot mount /n/192.168.1.3other filesystem reading through postscript... cannot find end of first line plan9% srv plan9 kfs # now just serve it under kfs post... plan9% fileserver=kfs plan9% man -P kfs # and it works... converting from troff to postscript... reading through postscript... plan9%