> I have a question about INN.. please don't flame me if this isn't the place
> to ask this.
> We have inn installed at our site (inasec.ca) with only 1 last thing to
> get going. We can't seem to post. I suspect the nnrpd is missing.
> Not knowing everything I should know about inn as I should.. is it
> as simple to have someone send us their working binaries and we just
> install them? I guess a copy of the config files used when posting is
> done would also be helpful.
> If anyone can help us out here it would be greatly appreciated.
> Thanks in advnace.
> Cheers!!!
I had the same problem when I installed INN. Bryan Vold was kind enough
to send me a fix. I have enclosed most of Brian's message below. Let me
know if you have problems applying the fix and I'll send my nntpsend files
as a starting point.
Good luck,
Dana
-----Begin Brian's message-----
What we did to fix it (and it works), is to split NNTPSEND into two files.
1. Starting at about line 245 (the line that starts sh -c ` , take everything
up to the ` & at about 275 (or 276) and put it in another file called
nntpextra.
2. Comment out all those lines you put into nntpextra, including the sh -c `
and ` & at the end (or delete them, I would make a backup of this file,
just in case...
3. Insert the command:
nntpextra &
right above the sh -c ` line that you just commented out.
4. Edit the nntpextra program to be a shell script (delete the sh -c ` from
the beginning, and the ` & from the end, and insert:
!#/bin/sh
at the beginning.
5. Make sure you install these. This may have to be done by hand.
That should be it. If you need more help, mail me, and I can send you my
files. Works fine after we did the above.
If you want the same functionality as the original, leave the sleep 5 alone.
--Bryan Vold
--
Linux -- The Choice of a GNU Generation "Make it so, Number One."
----------
----------