Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.netspace.net.au!news.melbpc.org.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!newsfeed.internetmci.com!news-was.dfn.de!news-fra1.dfn.de!news-ge.switch.ch!news.rediris.es!news.upm.es!not-for-mail From: jmrueda@diatel.upm.es (Javier Martin Rueda ) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: inews not found Date: 26 Jun 1997 11:38:06 GMT Organization: Dpt. Ing. Telematica Lines: 16 Message-ID: <5otkau$4ld$2@sanson.dit.upm.es> References: <5orrpt$ejg@news-central.tiac.net> NNTP-Posting-Host: ioda.diatel.upm.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Newsreader: knews 0.9.8 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:43561 > My ISP just brought up a new shell machine using FreeBSD 2.2.2 While > trying to post followups with trn, I get the response "inews not > found". I found the man page for it on the machine but nothing else. > And I could find no mention of it on the freebsd website. Any help in > solving this problem will be greatly appreciated. I don't want to be > stuck only being able to post to Usenet from work. I had the same problem. I have the c-news package from 2.1.5 or so, and the tin package from 2.2.1. The only problem is that tin is looking for inews in /usr/local/bin, while inews is in /usr/local/libexec/news/inject, if I remember well. Either make a link, or add the inews directory to your path. I'm not sure if the latter solution will work, I used the first one :-) Hope this helps.