Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site onyx.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!kpno!amd70!onyx!bob From: bob@onyx.UUCP Newsgroups: net.news.sa Subject: Re: speaking of moving news Message-ID: <118@onyx.UUCP> Date: Wed, 21-Dec-83 16:54:46 EST Article-I.D.: onyx.118 Posted: Wed Dec 21 16:54:46 1983 Date-Received: Fri, 23-Dec-83 01:32:00 EST References: <238@cae780.UUCP> Organization: Onyx Systems Inc., San Jose CA Lines: 13 Speaking of moving /usr/spool/news and such. We experienced the problem of /usr/spool being on a different file system than /usr/lib/uucp causing UUCP to fail because it tried to link files from /usr/spool/uucp to /usr/lib/uucp/.XQTDIR. (/usr/lib/uucp was on the root FS which was full.) The cheap fix (and only one if you don't have source) is to patch uuxqt (in /usr/lib/uucp) replacing '/usr/lib/uucp/.XQTDIR' with '/usr/spool/uucp/.XQTD' in the several places it occurs and creating said directory mode 777. Strings can be useful in finding these occurrences. I can provide a program for patching.