Send inn-committers mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.isc.org/mailman/listinfo/inn-committers
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of inn-committers digest..."
Today's Topics:
1. INN commit: trunk (include/inn/inndcomm.h
scripts/innreport_inn.pm) (INN Commit)
2. INN commit: trunk/doc (FAQ) (INN Commit)
----------------------------------------------------------------------
Message: 1
Date: Tue, 2 May 2017 12:56:28 -0700 (PDT)
From: INN Commit <[email protected]>
To: [email protected]
Subject: INN commit: trunk (include/inn/inndcomm.h
scripts/innreport_inn.pm)
Message-ID: <[email protected]>
Date: Tuesday, May 2, 2017 @ 12:56:27
Author: iulius
Revision: 10141
innreport: Update the dictionary of ctlinnd commands
This way, all ctlinnd commands will correctly appear in clear
in daily Usenet reports.
Modified:
trunk/include/inn/inndcomm.h
trunk/scripts/innreport_inn.pm
--------------------------+
include/inn/inndcomm.h | 2 ++
scripts/innreport_inn.pm | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
Modified: include/inn/inndcomm.h
===================================================================
--- include/inn/inndcomm.h 2017-04-29 23:41:41 UTC (rev 10140)
+++ include/inn/inndcomm.h 2017-05-02 19:56:27 UTC (rev 10141)
@@ -25,6 +25,8 @@
#define SC_SEP '\001'
#define SC_MAXFIELDS 6
+/* When modifying this list, the innreport_inn.pm file should be updated
+ * at the same time. */
#define SC_ADDHIST 'a'
#define SC_ALLOW 'D'
#define SC_BEGIN 'b'
Modified: scripts/innreport_inn.pm
===================================================================
--- scripts/innreport_inn.pm 2017-04-29 23:41:41 UTC (rev 10140)
+++ scripts/innreport_inn.pm 2017-05-02 19:56:27 UTC (rev 10141)
@@ -28,7 +28,7 @@
'i', 'hangup', 's', 'mode',
'j', 'name', 'k', 'newgroup',
'l', 'param', 'm', 'pause',
- 'v', 'readers', 't', 'refile',
+ 'v', 'readers', 'H', 'stathist',
'C', 'reject', 'o', 'reload',
'n', 'renumber', 'z', 'reserve',
'p', 'rmgroup', 'A', 'send',
@@ -36,7 +36,9 @@
'r', 'throttle', 'w', 'trace',
'x', 'xabort', 'y', 'xexec',
'E', 'logmode', 'F', 'feedinfo',
- 'T', 'filter', 'P', 'perl',);
+ 'S', 'status', 'P', 'perl',
+ 'L', 'lowmark', 'Y', 'python',
+ 'Z', 'timer');
my %timer_names = (idle => 'idle',
hishave => 'history lookup',
------------------------------
Message: 2
Date: Tue, 2 May 2017 13:14:01 -0700 (PDT)
From: INN Commit <[email protected]>
To: [email protected]
Subject: INN commit: trunk/doc (FAQ)
Message-ID: <[email protected]>
Date: Tuesday, May 2, 2017 @ 13:14:01
Author: iulius
Revision: 10142
FAQ: Improve instructions when re-feeding the articles of a news server
Mention to check the newsfeeds file of the new server for the absence
of controlchan; and that innxmit may have to be re-executed during
the operation.
Modified:
trunk/doc/FAQ
-----+
FAQ | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
Modified: FAQ
===================================================================
--- FAQ 2017-05-02 19:56:27 UTC (rev 10141)
+++ FAQ 2017-05-02 20:14:01 UTC (rev 10142)
@@ -1107,7 +1107,9 @@
You may also want to set xrefslave to true in inn.conf and then restart
INN on the new server if you want to keep the same article numbers as you
-had on the old server.
+had on the old server. (It is notably helpful for news clients because
+they otherwise get confused by an article renumbering in newsgroups they
+are subscribed to.)
Next, make sure that the old server is listed in incoming.conf of the new
server, and reload incoming.conf with ctlinnd to pick up that change.
@@ -1114,6 +1116,11 @@
Also make sure that the new server carries exactly the same set of
newsgroups as the old server.
+You may also want the new server not to propagate the articles it will
+receive during this feeding operation, by checking that the newsfeeds
+file of the new server is not configured to propagate articles to other
+peers or controlchan (otherwise old control articles may be reprocessed).
+
Then try these commands (a variation on commands posted by Katsuhiro
Kondou to inn-workers) on the old server:
@@ -1147,6 +1154,9 @@
| tr . / > <pathoutgoing in inn.conf>/list
innxmit server list
+If innxmit stops transferring articles (with for instance an error like
+"rewriting batch file and exiting"), just re-execute it.
+
When done, set xrefslave to false in inn.conf again if you changed it and
then either restart INN on the new server (necessary if you changed
xrefslave) or use another ctlinnd param command to set the cutoff value
------------------------------
Subject: Digest Footer
_______________________________________________
inn-committers mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/inn-committers
------------------------------
End of inn-committers Digest, Vol 96, Issue 1
*********************************************