xfering newsgroups ?
Rajeev Lamba
Rajeev.Lamba at Sun.COM
Fri Jul 16 00:48:49 UTC 2004
Ok, thanks.Have started the news alricles migration using this method and
articles are being xfered.
Notice lots of Rejected atricles though with Unwanted distribution "local",
Jul 15 15:07:47.291 - newsme.iplanet.com <cabal.3E311D2F.5060103 at sun.com> 437 Unwanted distribution "local"
Jul 15 15:07:47.291 - newsme.iplanet.com <cabal.3E311F57.1000203 at sun.com> 437 Unwanted distribution "local"
Is this normal ?, newsfeeds ME entry on new server has :
# Empty default subscription list, reject all incoming articles with a
# distribution of "local" or "collabra-internal," accept all others.
ME:!*/!local,!collabra-internal::
which think is causing articles with local distribution be rejected.
thanks,
-Rajeev
Christoph Biedl wrote:
> Rajeev Lamba wrote...
>
>
>> > Linkname: Feed all articles on a server to another server
>> > URL: > Linkname: Feed all articles on a server to another server
>> > URL: http://www.eyrie.org/~eagle/faqs/inn.html#S6.4
>> >
>>
>>Do we need to rebuild history/overview database after all articles get
>>xfered to new server ?
>
>
> No, since they are fed in in regular style like being transferred from
> another server.
>
>
>>Could we just test a single newsgroup migration using this method before
>>migrating all newsgroups articles to verify.Seems this would build list
>>of all news articles on the news server to be xfered.
>
>
> I'm afraid you cannot trim this down to a single group, however
>
>
>> cd pathdb
>> perl -ne 'chomp; ($a,$b,$_) = split " "; print "$_\n" if $_' history \
>> | tr . / > pathoutgoing/list
>
> ^ insert a '| head -100' here
> and the list will be limited to the first 100 articles.
>
>
> By the way it appears to me that the perl thingie is somewhat overkill.
> I always do
> $ grep '@$' <history | cut -d' ' -f3 >pathoutgoing/list
> ^ verbatim tab character, alternativly
> $ grep '@$' <history | awk -F"\t" '{print $3}' >pathoutgoing/list
> which is much faster and I don't think that I lost something.
> Especially 'tr' - is this a remainder of INN 1.x times?
>
> Christoph
>
--
______
/____ /\
/____ \\ \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
/_____\ \\ / Rajeev Kumar Lamba
/_____/ \/ / / Sun Microsystems
/_____/ / \//\ Phone:510-936-2947 (x12947)
\_____\//\ / / Cell:510-612-9742
\_____/ / /\ / email:rajeev.lamba at sun.com
\_____/ \\ \ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\_____\ \\
\_____\/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NOTICE: This email message is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy
all copies of the original message.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
More information about the inn-workers
mailing list