• ./mutil error

    From doctor wade@21:3/105 to All on Mon Jul 19 11:09:46 2021
    I am installing mys112a46_i64 in Kubuntu 21.04 OS. Everything appears to work correctly except when importing the importna.ini file with mutil. I have
    edited the importna.ini file to reflect my node number and have change the setting in "General" to
    Import_FIDONET.NA = true
    The error mesasage I get when I run ./mutil importna.ini is "Cannot find NA file". This method works great on my RPi install so I am a bit at a loss to what the problem could be in Kubuntu. The FSXNET.NA is in the /mystic
    directory and has the same ownership as the rest of the files. Can anyone
    shove me into the right direction to find a solution for this? I really hate
    to add all the message groups by hand.

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: The Lab BBS (21:3/105)
  • From Zip@21:1/202 to doctor wade on Tue Jul 20 10:39:12 2021
    Hello doctor wade!

    On 19 Jul 2021, doctor wade said the following...
    The error mesasage I get when I run ./mutil importna.ini is "Cannot find NA file". This method works great on my RPi install so I am a bit at a loss to what the problem could be in Kubuntu. The FSXNET.NA is in the /mystic directory and has the same ownership as the rest of the files.

    Just to double-check -- did you also specify:

    filename = FSXNET.NA

    If that is still correct, you might want to trace what mutil is actually looking for by running it through strace:

    strace -f -v -s32768 ./mutil importna.ini 2>&1 | grep ENO

    ...and see if you recognize some "incorrect" paths there.

    Best regards
    Zip

    --- Mystic BBS v1.12 A47 2021/07/18 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)
  • From doctor wade@21:3/105 to Zip on Tue Jul 20 07:17:00 2021
    Just to double-check -- did you also specify:

    filename = FSXNET.NA
    I did. As soon as I changed filename = FSXNET.NA to filename = fsxnet.na
    it immediatley started working. I still can not believe I missed
    that! lol

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: The Lab BBS (21:3/105)
  • From Zip@21:1/202 to doctor wade on Tue Jul 20 21:10:56 2021
    Hello doctor wade!

    On 20 Jul 2021, doctor wade said the following...
    I did. As soon as I changed filename = FSXNET.NA to filename = fsxnet.na
    it immediatley started working. I still can not believe I missed
    that! lol

    Been there, done that. :-D

    Best regards
    Zip

    --- Mystic BBS v1.12 A47 2021/07/18 (Linux/64)
    * Origin: Star Collision BBS, Uppsala, Sweden (21:1/202)