INN 1.4 nntp help needed

INN 1.4 nntp help needed

Post by Rod Shelt » Sat, 23 Apr 1994 05:38:11



I have been successful in getting almost every part of INN to compile and work
correctly.  The last piece of the puzzle is actually transfering the articles
from here to somewhere.

I'll try and give as complete a description of my problems as I can, if anyone
needs more information feel free to ask.

nntpsend.log:

sh: PPID: read-only variable
nntpsend: [31996] start
mv: montego: No such file or directory
nntpsend: [31996] stop

the mv montego error is correct in that there isn't anything new to feed to
montego, as all the articles to feed montego are currently in a file
montego.umcc.umich.edu.nntp waiting to arrive.  I've tried taking out all
references to PPID from nntpsend with no change.

The system this is running on is a 1.0.4 Linux Kernal with NET3.  Any help
would be most appreciated.
--


             [You pick :-) ]                |you get tired. -Jules Renard

 
 
 

INN 1.4 nntp help needed

Post by s.. » Sun, 24 Apr 1994 01:08:34



Quote:>I have been successful in getting almost every part of INN to compile and work
>correctly.  The last piece of the puzzle is actually transfering the articles
>from here to somewhere.

Ah! I actually can answer a question! I just solved this problem. In the
nntpsend script file, test for the site file with an if statement. About
line 250 there is a statement that says:

mv ${SITE} ${SITE}.work

Replace it with:

if [ -f ${SITE} ] ; then
        mv ${SITE} ${SITE}.work
fi

I discovered that the SITE file wasn't there [sometimes] and the command
was giving an error. Since the code is running in the background, it stopped
execution and the rest of the code that flushes the buffers and transfers
the articles never got executed!

I'm using bash1.13.5 and linux 1.0 kernel. There maybe another reason for
this or another way to solve it, but I know this worked for me!

--
Stu Mitchell
USFWS Forensic Lab

# I speak for myself, not the US Government! #

 
 
 

INN 1.4 nntp help needed

Post by Rich Sa » Sun, 24 Apr 1994 03:25:39



Quote:>sh: PPID: read-only variable

Do a global replace changing PPID to something else, like MOMMY.

Quote:>mv: montego: No such file or directory

Someone else already answered this problem.

        /r$

 
 
 

1. inn 1.4 on 2.0.30 - nnrp or nntp busted?

    No matter how I slice it, I'm getting the same response:

    I'm thinking that there is different behaviour with 1.4 under 2.0,
and that 1.4 may be broken..  then again, it's a binary installation of
1.4.

    Thoughts, comments and whatnot directed to my email will defintely
be considered... even a word to say that You Done It under 2.0.30 .

- bish

2. Frallon SkyLINE 11Mb linuxppc driver?

3. Linux (Slackware 1.1.1 0.99.14) + INN 1.4 - Need config.data copy!

4. cron and visual cron

5. HELP! (Inn 1.4 under Solaris 2.4)

6. BIND not responding to external queries

7. Help with INN 1.4, please!

8. Help with screen resolution

9. Help!! News Server INN 1.4

10. Inn 1.4 help on Solaris 2.3 please?!

11. Help: Setting up INN 1.4

12. HELP: INN 1.4 and Slack 3.0

13. INN 1.4 Streaming?