• Right, I'm at it again...new usenet server

    From Nigel Reed@21:1/5 to All on Mon Jul 1 00:18:40 2024
    Hi all,

    I know you get tired of me asking about transferring articles between
    servers but I'm shit scared I'm going to flood the network with 20
    years worth of articles.

    On my new server, all the articles have the following path:

    Path: newsfeed.endofthelinebbs.com!spool1.usenet.blueworldhosting.com!usenet.blueworldhosting.com!not-for-mail

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the new
    server...

    on the old server

    cd /news/etc
    perl -ne 'chomp; our ($hash, $timestamps, $_) = split " "; \
    print "$_\n" if $_' history \
    | tr . / > /news/spool/outgoing/list
    innxmit newsfeed.endofthelinebbs.com list

    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm not
    feeding any other servers and that oldnewsfeed is the only server able
    to send to that host.


    Then I'll add my peers back in. Is that it? Am I safe? Am I going to
    send everything off to my peers?

    and in case I do...sorry :)
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Spammer@21:1/5 to Nigel Reed on Mon Jul 1 17:13:06 2024
    On 01/07/2024 06:18, Nigel Reed wrote:
    Hi all,

    I know you get tired of me asking about transferring articles between
    servers but I'm shit scared I'm going to flood the network with 20
    years worth of articles.


    Why? Who is interested in 20 years old spam? Are you mad?

    One month is enough but even that is too much. I only scan spams that arrived in the last 24 hours.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ivo Gandolfo@21:1/5 to Nigel Reed on Mon Jul 1 23:01:43 2024
    On 01/07/2024 07:18, Nigel Reed wrote:
    Hi all,

    I know you get tired of me asking about transferring articles between
    servers but I'm shit scared I'm going to flood the network with 20
    years worth of articles.

    On my new server, all the articles have the following path:

    Path: newsfeed.endofthelinebbs.com!spool1.usenet.blueworldhosting.com!usenet.blueworldhosting.com!not-for-mail

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the new server...

    on the old server

    cd /news/etc
    perl -ne 'chomp; our ($hash, $timestamps, $_) = split " "; \
    print "$_\n" if $_' history \
    | tr . / > /news/spool/outgoing/list
    innxmit newsfeed.endofthelinebbs.com list

    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm not feeding any other servers and that oldnewsfeed is the only server able
    to send to that host.


    Then I'll add my peers back in. Is that it? Am I safe? Am I going to
    send everything off to my peers?

    and in case I do...sorry :)


    I have do it with pullnews and set my newsfeed file with a exclusion
    path (if u add it, the article u receive never be feeded to the other's
    your peer).


    Sincerely

    --
    Ivo Gandolfo

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Julien_=C3=89LIE?=@21:1/5 to All on Mon Jul 1 22:18:28 2024
    Hi Nigel,

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the new server...

    on the old server

    cd /news/etc

    If your history file is in /news/etc, that will be fine. (It is usually
    in something like /news/db or /var/lib/news).
    OK with the rest. Follow well the 6.4 subject entry in the FAQ
    (xrefslave, etc.).



    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm not feeding any other servers and that oldnewsfeed is the only server able
    to send to that host.

    Then I'll add my peers back in. Is that it? Am I safe?

    Seems good.


    Am I going to send everything off to my peers?

    No you aren't.

    --
    Julien ÉLIE

    « Pour aller plus vite, j'additionne toujours de bas en haut : je fais
    du même coup l'addition et la preuve. » (Aurélien Scholl)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to iulius@nom-de-mon-site.com.invalid on Mon Jul 1 19:28:53 2024
    On Mon, 1 Jul 2024 22:18:28 +0200
    Julien ÉLIE <iulius@nom-de-mon-site.com.invalid> wrote:

    Hi Nigel,

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the
    new server...

    on the old server

    cd /news/etc

    Yes, thanks for pointing that out. I misread that bit.


    If your history file is in /news/etc, that will be fine. (It is
    usually in something like /news/db or /var/lib/news).
    OK with the rest. Follow well the 6.4 subject entry in the FAQ
    (xrefslave, etc.).

    There's only me using the server for now so xrefs isn't going to be a
    problem. I can just delete all the articles in my newsreader and
    refresh.



    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm
    not feeding any other servers and that oldnewsfeed is the only
    server able to send to that host.

    Then I'll add my peers back in. Is that it? Am I safe?

    Seems good.

    You sound more confident than I am :)


    Am I going to send everything off to my peers?

    No you aren't.

    See above!

    Ok. Going to start the transfer going so wish me luck.



    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to Spammer on Mon Jul 1 19:27:22 2024
    On Mon, 1 Jul 2024 17:13:06 +0000
    Spammer <noreply@spammersRus.com> wrote:

    On 01/07/2024 06:18, Nigel Reed wrote:
    Hi all,

    I know you get tired of me asking about transferring articles
    between servers but I'm shit scared I'm going to flood the network
    with 20 years worth of articles.


    Why? Who is interested in 20 years old spam? Are you mad?

    One month is enough but even that is too much. I only scan spams that
    arrived in the last 24 hours.



    blah blah blah blah blah.
    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to Ivo Gandolfo on Wed Jul 3 01:54:48 2024
    On Mon, 1 Jul 2024 23:01:43 +0200
    Ivo Gandolfo <usenet@bofh.team> wrote:

    On 01/07/2024 07:18, Nigel Reed wrote:
    Hi all,

    I know you get tired of me asking about transferring articles
    between servers but I'm shit scared I'm going to flood the network
    with 20 years worth of articles.

    On my new server, all the articles have the following path:

    Path: newsfeed.endofthelinebbs.com!spool1.usenet.blueworldhosting.com!usenet.blueworldhosting.com!not-for-mail

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the
    new server...

    on the old server

    cd /news/etc
    perl -ne 'chomp; our ($hash, $timestamps, $_) = split " "; \
    print "$_\n" if $_' history \
    | tr . / > /news/spool/outgoing/list
    innxmit newsfeed.endofthelinebbs.com list

    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm
    not feeding any other servers and that oldnewsfeed is the only
    server able to send to that host.


    Then I'll add my peers back in. Is that it? Am I safe? Am I going to
    send everything off to my peers?

    and in case I do...sorry :)


    I have do it with pullnews and set my newsfeed file with a exclusion
    path (if u add it, the article u receive never be feeded to the
    other's your peer).


    Sincerely

    Well, with any luck, it's working. It looks like some peers will have
    to restart or something. I'll be sending out an email shortly.


    --
    End Of The Line BBS - Plano, TX
    telnet endofthelinebbs.com 23

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Retro Guy@21:1/5 to Nigel Reed on Wed Jul 3 07:31:45 2024
    Nigel Reed wrote:

    On Mon, 1 Jul 2024 23:01:43 +0200
    Ivo Gandolfo <usenet@bofh.team> wrote:

    On 01/07/2024 07:18, Nigel Reed wrote:
    Hi all,

    I know you get tired of me asking about transferring articles
    between servers but I'm shit scared I'm going to flood the network
    with 20 years worth of articles.

    On my new server, all the articles have the following path:

    Path:
    newsfeed.endofthelinebbs.com!spool1.usenet.blueworldhosting.com!usenet.blueworldhosting.com!not-for-mail

    I'm going to rename my old server to "oldnewsfeed" and use the
    following to feed all the articles from my existing server to the
    new server...

    on the old server

    cd /news/etc
    perl -ne 'chomp; our ($hash, $timestamps, $_) = split " "; \
    print "$_\n" if $_' history \
    | tr . / > /news/spool/outgoing/list
    innxmit newsfeed.endofthelinebbs.com list

    I'll configure incoming.conf newsfeeds and innfeed.conf so that I'm
    not feeding any other servers and that oldnewsfeed is the only
    server able to send to that host.


    Then I'll add my peers back in. Is that it? Am I safe? Am I going to
    send everything off to my peers?

    and in case I do...sorry :)


    I have do it with pullnews and set my newsfeed file with a exclusion
    path (if u add it, the article u receive never be feeded to the
    other's your peer).


    Sincerely

    Well, with any luck, it's working. It looks like some peers will have
    to restart or something. I'll be sending out an email shortly.

    Looks good here (i2pn.org). Articles coming in and going out normally.

    --
    Retro Guy

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)