From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200311211343.hALDhYU22169@zamenhof.cs.utwente.nl> To: 9fans@cse.psu.edu Subject: Re: [9fans] troff problem In-reply-to: Your message of "Fri, 21 Nov 2003 13:55:39 +0100." <868ym9519a.fsf@gic.mteege.de> References: <640033ac19c28dd447ea94862923d91e@plan9.escet.urjc.es> <868ym9519a.fsf@gic.mteege.de> From: Axel Belinfante Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 21 Nov 2003 14:43:34 +0100 Topicbox-Message-UUID: 91619868-eacc-11e9-9e20-41e7f4b1d025 > term% mntgen > term% 9fs $fileserver > term% troff -ms hello.ms | lp -dstdout > hello.ps > mount: mount /n/batidaother: attach -- unknown user or failed authentication > cannot mount /n/batidaother filesystem This shows that lp expects a filesystem named ``other'' on the file server; see /sys/lib/lp/bin/lpscratch and look for other. Could the problem be that you use a real (non-kfs) file server that does not have a filsys other? Probably a fix would be to hack /sys/lib/lp/bin/lpscratch . Axel. (who seems to remember encountering this problem too)