• Last version of INN2 for production instance

    From Roberto CORRADO@21:1/5 to All on Sat Nov 23 18:38:16 2024
    Hi *
    I upgraded python, I need to recompile INN2, currently I run with version 2.7.2, what version do you recommend me to use now? or snapshoots?
    thanks a lot!

    --
    Roberto CORRADO

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to Roberto CORRADO on Sat Nov 23 19:53:49 2024
    On Sat, 23 Nov 2024 18:38:16 +0100
    "Roberto CORRADO" <i@secure.corradoroberto.it> wrote:

    Hi *
    I upgraded python, I need to recompile INN2, currently I run with
    version 2.7.2, what version do you recommend me to use now? or
    snapshoots? thanks a lot!


    I've been running 2.8.0 for some time and have not had any issues that
    I know of, at least.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto CORRADO@21:1/5 to Nigel Reed on Sun Nov 24 11:43:39 2024
    "Nigel Reed" wrote:


    ,----[ Quote 20241123195349.05acb45e@wibble.sysadmininc.com ]
    | I've been running 2.8.0 for some time and have not had any issues that
    | I know of, at least.
    `----

    Thanks for your reply, Usenet is a Very good instrument that consent
    to people to communicate all around the world. I would like to do it
    in the best way possible!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto CORRADO@21:1/5 to All on Sun Nov 24 14:45:31 2024
    me wrote:


    ,----[ Quote vhv958$oti$1@gatto.corradoroberto.it ]
    | """
    | /usr/inn/filter/filter_innd.py:121: SyntaxWarning: invalid escape sequence '\s'
    | self.re_newrmgroup = re.compile("(?:new|rm)group\s")
    | /usr/inn/filter/filter_innd.py:124: SyntaxWarning: invalid escape sequence '\d'
    | self.re_none44 = re.compile("none\d+\.yet>")
    | /usr/inn/filter/filter_innd.py:126: SyntaxWarning: invalid escape sequence '\!'
    | self.re_meow = re.compile("^Meow\!", re.M)
    | """
    `----

    https://onecompiler.com/python/42z3prksp

    """
    import re
    re.compile(r"(?:new|rm)group\s")

    re.compile(r"none\d+\.yet>")

    re.compile(r"^Meow\!", re.M)
    """

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto CORRADO@21:1/5 to All on Sun Nov 24 14:19:35 2024
    me wrote:

    I compiled the version of INN2 -> inn-2.8.20241006-i586-1_SBo.tgz

    I updated some libraries as:

    """
    perl-DBD-SQLite-1.76-i586-1_SBo.tgz
    perl-GD-2.83-i586-1_SBo.tgz
    perl-MailTools-2.21-i586-1_SBo.tgz
    perl-TimeDate-2.30-i586-1_SBo.tgz
    libcanlock-3.3.1-i586-1_SBo.tgz
    perl-File-Which-1.27-i586-1_SBo.tgz
    perl-MIME-tools-5.515-i586-1_SBo.tgz
    perl-Test-Fork-0.02-i586-1_SBo.tgz
    """

    all good so far on the test machine, but i have problem with
    cleanfeed i need review of script with python3-3.12.7-i686-1...

    """
    errlog say:
    /usr/inn/filter/filter_innd.py:121: SyntaxWarning: invalid escape sequence '\s'
    self.re_newrmgroup = re.compile("(?:new|rm)group\s") /usr/inn/filter/filter_innd.py:124: SyntaxWarning: invalid escape sequence '\d'
    self.re_none44 = re.compile("none\d+\.yet>") /usr/inn/filter/filter_innd.py:126: SyntaxWarning: invalid escape sequence '\!'
    self.re_meow = re.compile("^Meow\!", re.M)
    """

    have you fixed yet?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to Roberto CORRADO on Sun Nov 24 14:24:27 2024
    On Sun, 24 Nov 2024 14:19:35 +0100
    "Roberto CORRADO" <i@secure.corradoroberto.it> wrote:


    all good so far on the test machine, but i have problem with
    cleanfeed i need review of script with python3-3.12.7-i686-1...

    """
    errlog say:
    /usr/inn/filter/filter_innd.py:121: SyntaxWarning: invalid escape
    sequence '\s' self.re_newrmgroup = re.compile("(?:new|rm)group\s") /usr/inn/filter/filter_innd.py:124: SyntaxWarning: invalid escape
    sequence '\d' self.re_none44 = re.compile("none\d+\.yet>") /usr/inn/filter/filter_innd.py:126: SyntaxWarning: invalid escape
    sequence '\!' self.re_meow = re.compile("^Meow\!", re.M)
    """

    have you fixed yet?

    I have Python 3.10.12 here and don't see that problem in my logs, then
    again. I'm not even sure if I'm using that one tbh.

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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Roberto CORRADO@21:1/5 to Nigel Reed on Sun Nov 24 21:53:36 2024
    "Nigel Reed" wrote:


    ,----[ Quote 20241124142427.08c9a95f@wibble.sysadmininc.com ]
    | I have Python 3.10.12 here and don't see that problem in my logs, then
    | again. I'm not even sure if I'm using that one tbh.
    `----

    The SyntaxWarning write out comes only with the >= 3.12.x of Python
    my Linux distribution is Slackware®-current, this is a very up-to-date!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nigel Reed@21:1/5 to Roberto CORRADO on Sun Nov 24 20:26:00 2024
    On Sun, 24 Nov 2024 21:53:36 +0100
    "Roberto CORRADO" <i@secure.corradoroberto.it> wrote:

    "Nigel Reed" wrote:


    ,----[ Quote 20241124142427.08c9a95f@wibble.sysadmininc.com ]
    | I have Python 3.10.12 here and don't see that problem in my logs,
    then | again. I'm not even sure if I'm using that one tbh.
    `----

    The SyntaxWarning write out comes only with the >= 3.12.x of Python
    my Linux distribution is Slackware®-current, this is a very
    up-to-date!

    That's the problem with going all latest and greatest. Open a git issue
    maybe and have it fixed at the source?


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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From candycanearter07@21:1/5 to Roberto CORRADO on Mon Nov 25 05:00:03 2024
    Roberto CORRADO <i@secure.corradoroberto.it> wrote at 13:45 this Sunday (GMT):
    me wrote:


    ,----[ Quote vhv958$oti$1@gatto.corradoroberto.it ]
    | """
    | /usr/inn/filter/filter_innd.py:121: SyntaxWarning: invalid escape sequence '\s'
    | self.re_newrmgroup = re.compile("(?:new|rm)group\s")
    | /usr/inn/filter/filter_innd.py:124: SyntaxWarning: invalid escape sequence '\d'
    | self.re_none44 = re.compile("none\d+\.yet>")
    | /usr/inn/filter/filter_innd.py:126: SyntaxWarning: invalid escape sequence '\!'
    | self.re_meow = re.compile("^Meow\!", re.M)
    | """
    `----

    https://onecompiler.com/python/42z3prksp

    """
    import re
    re.compile(r"(?:new|rm)group\s")

    re.compile(r"none\d+\.yet>")

    re.compile(r"^Meow\!", re.M)
    """


    Weird, I don't think I've had this issue before.
    Also, I like how you quote messages
    --
    user <candycane> is generated from /dev/urandom

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From roby@21:1/5 to All on Mon Nov 25 08:47:29 2024
    Nigel Reed <sysop@endofthelinebbs.com> ha scritto:

    That's the problem with going all latest and greatest. Open a git issue
    maybe and have it fixed at the source?

    i have open a new issue on github!

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From roby@21:1/5 to All on Mon Nov 25 08:43:23 2024
    candycanearter07 <candycanearter07@candycanearter07.nomail.afraid>
    ha scritto:

    Weird, I don't think I've had this issue before.
    Also, I like how you quote messages

    well i'll call it as candicane hook quote ;-)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From =?UTF-8?Q?Julien_=C3=89LIE?=@21:1/5 to All on Tue Nov 26 12:11:23 2024
    Hi Roberto,

    I upgraded python, I need to recompile INN2, currently I run with
    version 2.7.2, what version do you recommend me to use now? or
    snapshoots?

    Either the latest official release (2.7.2) or snapshots are fine (2.7
    STABLE branch or 2.8 CURRENT branch). All of them can be considered stable.

    Before updating, I would suggest to have a look at the changelog in case there's something special to take care of, especially if you're running
    an unreleased major release (CURRENT 2.8):
    https://www.eyrie.org/~eagle/software/inn/docs/news.html

    There's currently no specific change, though. So updating from 2.7.2 to
    a snapshot of 2.7.3 or 2.8.0 will be smooth.

    --
    Julien ÉLIE

    « Je suis adroit de la main gauche et je suis gauche de la main
    droite. » (Raymond Devos)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From roby@21:1/5 to All on Wed Nov 27 15:50:28 2024
    Julien ÉLIE <iulius@nom-de-mon-site.com.invalid> ha scritto:

    https://www.eyrie.org/~eagle/software/inn/docs/news.html

    There's currently no specific change, though. So updating from 2.7.2 to
    a snapshot of 2.7.3 or 2.8.0 will be smooth.

    thanks

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