From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007071526.LAA01346@akbar.nevex.com> To: Ish Rattan cc: 9fans@cse.psu.edu Subject: Re: [9fans] u9fs In-reply-to: Your message of "Fri, 07 Jul 2000 10:46:36 EDT." <200007071446.KAA21428@pali.cps.cmich.edu> Date: Fri, 7 Jul 2000 11:26:15 -0400 From: Steve Kotsopoulos Topicbox-Message-UUID: d5dcb2ec-eac8-11e9-9e20-41e7f4b1d025 Ish Rattan wrote: > Has any one installed u9fs on a UNIX box? I am looking for > instructions to do that. Here are the config entries on my RedHat Linux system: % grep u9fs /etc/services u9fs 564/tcp % grep u9fs /etc/inetd.conf u9fs stream tcp nowait root /usr/sbin/tcpd /local/lib/u9fs % cat /etc/hosts.equiv 10.1.1.3 10.1.1.8 10.1.1.9 If it doesn't work for you, the first thing to do is compile u9fs with debugging enabled; in u9fs.c change line 11 to say: #define DBG(f) f The debug messages will go to the file defined in the makefile see the manpage at http://plan9.bell-labs.com/magic/man2html/4/u9fs for more details