• HPT crash on a malformed packet

    From Fabio Bizzi@2:335/364 to All on Sat Apr 11 20:04:34 2020
    Hello All!

    It's the second time that hpt crash on a malformed packet, this is the output in the logfile:

    2 14:10:28 Reading dupes of internet
    7 14:10:28 pkt: /home/husky/in.sec/51408519.tos [2:292/854]7 14:10:28 Mail without INTL-Kludge. Assuming 2:292/854.0 -> 2:335/364.0

    This is the last line in the log file and the busy flag wasn't deleted so all the subsequent hpt runs exited without mail processing.

    HPT runs on a 64bit Linux (devuan), the version is:

    hpt/lnx 1.9.0-cur 2019-11-24

    I have the 51408519.tos file if someone needs to look at it.

    Many thanks. :)

    Ciao!
    Fabio

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ]\/[imac Rebirth (2:335/364)
  • From Michael Dukelsky@2:5020/1042 to Fabio Bizzi on Sat Apr 11 21:31:18 2020
    Hello Fabio,

    Saturday April 11 2020, Fabio Bizzi wrote to All:

    It's the second time that hpt crash on a malformed packet
    I have the 51408519.tos file if someone needs to look at it.

    Please send it to me in an archive.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Tommi Koivula@2:221/1.1 to Michael Dukelsky on Sun Apr 12 09:31:36 2020
    Hi Michael.

    11 Apr 20 21:31:18, you wrote to Fabio Bizzi:

    Saturday April 11 2020, Fabio Bizzi wrote to All:

    It's the second time that hpt crash on a malformed packet
    I have the 51408519.tos file if someone needs to look at it.

    I saw it happening in my OS/2 system too.

    Please send it to me in an archive.

    Please check 'bad-pkt-from-ward.zip' in your inbound.

    'Tommi

    ---
    * Origin: IPv6 Point at [2001:470:1f15:cb0:2:221:1:1] (2:221/1.1)
  • From Fabio Bizzi@2:335/364 to Michael Dukelsky on Sun Apr 12 11:28:20 2020
    Hello Michael!

    11 Apr 20 21:31, you wrote to me:

    It's the second time that hpt crash on a malformed packet
    I have the 51408519.tos file if someone needs to look at it.

    Please send it to me in an archive.

    Thank you for your help, please check your inbound for Malformed_at_2335364.zip
    archive. :)

    Ciao!
    Fabio

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ]\/[imac Rebirth (2:335/364)
  • From Michael Dukelsky@2:5020/1042 to Fabio Bizzi on Wed Apr 15 12:22:14 2020
    Hello Fabio,

    Saturday April 11 2020, Fabio Bizzi wrote to All:

    It's the second time that hpt crash on a malformed packet

    I've fixed two bugs, now hpt renames the message you have sent me from .tos to .bad.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Tommi Koivula@2:221/1 to Michael Dukelsky on Wed Apr 15 12:53:40 2020

    15 Apr 20 12:22, Michael Dukelsky wrote to Fabio Bizzi:

    Saturday April 11 2020, Fabio Bizzi wrote to All:

    It's the second time that hpt crash on a malformed packet

    I've fixed two bugs, now hpt renames the message you have sent me from
    .tos to
    .bad.

    Compiled and running. :)

    'Tommi

    --- hpt/os2-emx 1.9.0-cur 2020-04-15
    * Origin: 2001:470:1f15:cb0:f1d0:2:221:1 (2:221/1)
  • From Fabio Bizzi@2:335/364.1 to Michael Dukelsky on Thu Apr 16 09:13:04 2020
    Hello Michael!

    15 Apr 20 12:22, you wrote to me:

    It's the second time that hpt crash on a malformed packet

    I've fixed two bugs, now hpt renames the message you have sent me from .tos to .bad.

    Thank you very much! :)

    To run the new release have I to download it from github and do a new build in the huskyall directory (replacing the actual hpt directory)?

    Ciao!
    Fabio

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ]\/[imac Rebirth Boss Point (2:335/364.1)
  • From Michael Dukelsky@2:5020/1042 to Fabio Bizzi on Thu Apr 16 10:22:10 2020
    Hello Fabio,

    Thursday April 16 2020, Fabio Bizzi wrote to Michael Dukelsky:

    It's the second time that hpt crash on a malformed packet

    I've fixed two bugs, now hpt renames the message you have sent me
    from .tos to .bad.

    Thank you very much! :)

    You are welcome! :)

    To run the new release have I to download it from github and do a new build in the huskyall directory (replacing the actual hpt directory)?

    The easiest way is to download a statically built binary (it is built without Perl)
    https://github.com/huskyproject/hpt/releases/latest

    If it does not work for you, then you may download hpt code (if you built the previous release yourself). You have to build it in the hpt directory. Downloading and building hpt only is enough this time because only hpt code has
    changed as compared to the previous release. If you did not build the previous release, then you have to download, build and install sequentially, one after another the following subprojects in the following order:

    huskylib
    smapi
    fidoconf
    areafix
    hptzip
    hpt

    Every subproject should be built in its own directory. And don't forget to install the built subproject before building the next one.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Fabio Bizzi@2:335/364.1 to Michael Dukelsky on Thu Apr 16 11:08:44 2020
    Hello Michael!

    16 Apr 20 10:22, you wrote to me:

    If it does not work for you, then you may download hpt code (if you
    built the previous release yourself). You have to build it in the hpt directory. Downloading and building hpt only is enough this time
    because only hpt code has changed as compared to the previous release.

    Thank you, I'm used to build the all husky suite because I need perl and I use a custom setup, I'll download the latest hpt git code and I'll build it as soon
    as I can.

    Great piece of software anyway! :)

    Ciao!
    Fabio

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ]\/[imac Rebirth Boss Point (2:335/364.1)
  • From Benny Pedersen@2:230/0 to Tommi Koivula on Fri May 1 14:52:04 2020
    Hello Tommi!

    12 Apr 2020 09:31, Tommi Koivula wrote to Michael Dukelsky:

    Please check 'bad-pkt-from-ward.zip' in your inbound.

    never sent from ward :)


    Regards Benny

    ... there can only be one way of life, and it works :)

    --- Msged/LNX 6.1.2 (Linux/5.6.7-gentoo-x86_64 (x86_64))
    * Origin: I will always keep a PC running CPM 3.0 (2:230/0)