Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UUCP documentation #63

Closed
rra opened this issue Jul 17, 2021 · 0 comments
Closed

UUCP documentation #63

rra opened this issue Jul 17, 2021 · 0 comments
Assignees
Labels
C: utilities Related to utilities documentation Improvements or additions to documentation P: low Low priority
Milestone

Comments

@rra
Copy link
Contributor

rra commented Jul 17, 2021

Reported by eagle on 14 Dec 2008 08:50 UTC
We should have documentation of how UUCP article feeds work and exactly what's needed to set it up and make it work. Here are some old notes from Andrew Gierth and Olaf Titz.

To be precise, the feeding site batches up articles from a feed (using batcher), and sends them via uucp by invoking (e.g. via the -p option of batcher) a command of the form:

uux - [options](other) sitename!rnews

which means "invoke the command 'rnews' on host 'sitename', using standard input from the uux command".

(The example given in the batcher manpage is to use:

(echo '#! cunbatch'; exec compress) | uux - -r -z %s!rnews

as a -p option to batcher; this compresses the batch first.)

The receiving site shouldn't need to do anything other than ensure that rnews is permitted to the sending site, and that uucp is otherwise working, which means, at least for recent INN versions, make sure that:

  • you have a symlink of ~news/bin/rnews to /bin (so uuxqt finds it)
  • rnews is installed setgid news and executable for the uucp user

This is not done automatically, the set[ug]id thing has to be enabled in configure now.

@rra rra added C: doc P: low Low priority labels Jul 17, 2021
@rra rra assigned rra and unassigned rra Jul 17, 2021
@Julien-Elie Julien-Elie self-assigned this Nov 4, 2021
@Julien-Elie Julien-Elie added this to the 2.6.5 milestone Nov 4, 2021
@Julien-Elie Julien-Elie added enhancement New feature or request C: utilities Related to utilities documentation Improvements or additions to documentation and removed T: enhancement enhancement New feature or request labels Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: utilities Related to utilities documentation Improvements or additions to documentation P: low Low priority
Development

No branches or pull requests

2 participants