• routefile?

    From Rick Smith@1:105/10 to All on Sat Nov 19 09:45:22 2022
    Greetings All!

    I am in the process of moving net 105 to a docker instance written by Deon George called fidohub. I am running into a snag I cant seem to solve during the testing phase. HPT works in all ways it can pack netmail etc, with one exception when I run makenl to send my node segment it will not pack the netmail. I get the following in my hpt.log

    09:43:04 no routeFile found or no-pack for 1:153/7715 - leave mail untouched

    Just for more information I have copied everything to the new setup as is...With the exception of course of paths... I have triple checked all paths, and as I mentioned I can send other netmails to others. Has anyone run into this? Any ideas of where my error may be?

    Thank you in advance



    ----
    Regards,


    Rick Smith (Nitro)

    ... TAGLINE A BBS addict is hooked when: you consider BBSing better than chocolat
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: ----> Abacus BBS! --->>>>bbs.abon.us:2323 (1:105/10)
  • From Nil Alexandrov@1:16/101 to Rick Smith on Sat Nov 19 14:27:06 2022
    Hello, Rick!

    Saturday November 19 2022 09:45, from Rick Smith -> All, in URL @OFGHIUrl:

    I am in the process of moving net 105 to a docker instance written by
    Deon George called fidohub. I am running into a snag I cant seem to


    I get the following in my hpt.log
    09:43:04 no routeFile found or no-pack for 1:153/7715 - leave mail untouched

    The source code is the best documentation so far

    hpt/src/scan.c:
    if((xmsg->attr & MSGFILE) == MSGFILE)
    {
    w_log(LL_FROUTE,
    "no routeFile found or no-pack for %s - leave mail untouched",
    aka2str(&msg.destAddr));
    }

    Here we go, it was the easiest troubleshooting. So, your NetMail has the FileAttached attribute set.

    HPT works in all ways it can pack netmail etc, with one exception when
    I run makenl to send my node segment it will not pack the netmail.

    I would blame the *makenl* utility to set that bit up.
    Could you go ahead and check that NetMail message in your Fido editor (GoldEd in your case) for the message attributes?

    Best Regards, Nil
    --- GoldED+/LNX 1.1.5
    * Origin: -=NIL BBS=- (1:16/101)