Re: Unable to post
Peter Heckert <[email protected]>
| Newsgroups | gmane.network.sn |
|---|---|
| Message-ID | <[email protected]> |
Am Freitag 08 Dezember 2000 17:04 schrieben Sie: > On Fri, 08 Dec 2000, you wrote: > > Tom Schuyten <[email protected]> wrote: > > > I just installed sn without problems on redhat 6.2 > > > > > > When I want to post a message I get "Unable to post". > > > > That error comes from the POST script. What does your log file(s) say? > > I found the log in the sys log viewer, it says > > /applications/sn/bin/POST: cat: command not found > snsend:can't read aricle: No such file or directory > snntpd:POST:Unable to post > snntpd:do_post:POST died with 9 > Hello Tom! I had the same problem. Near to the end of the POST script is a single line containing "cat". I changed this to /bin/cat. This fixed it. I also had another problem. Seemingly you dont have this prob because your sn already has accepted the posting. My sn said "Hi, you cant post!". Seemingly setting env-vars (POSTING_OK") within hosts.allow doesnt work. (I use Mandrake 7.2.) I changed the source of sn to fix this. Im looking for a way to set env-vars for the user "news". I already tried to set up .bash_profile and .bashrc. This doesnt work. Anybody knows how to do this? greetings, Peter