• Re: nlupd

    From Wilfred van Velzen@2:280/464 to Stephen Walsh on Sat Apr 15 18:08:59 2023
    Hi Stephen,

    On 2023-04-15 22:29:08, you wrote to All:

    I'm trying to work out a issue with the nlupd command. It's not fining
    one of the nodelist files, and is reporting a different file name to
    what is in the archive.

    reporting not finding: amylist.104 actual file name: AmyList.104

    As listed in the hpt config, I have the correct spelling/case of the file name, and it's working for the other networks.


    ---- husky config -----
    Unpack "lha e $a $p" 2 2d6c68
    Pack lha lha ao5 -fi $a $f

    I have this:

    Unpack "/usr/local/bin/lha eq -w=$p $a $f" 2 2d6c68
    Pack lha /usr/local/bin/lha aq $a $f

    Nodelist AmyList
    FullUpdate /home/husky/files/aminet/amylist/AmyList
    NodelistFormat Standard

    # === AmigaNet Worldwide Nodelist ===
    Nodelist AMYLIST
    DiffUpdate [FileAreaDir]/amydiff/AmyDiff
    FullUpdate [FileAreaDir]/amylist/AmyList
    NodelistFormat Standard
    DefaultZone 39

    if "[module]"=="htick"
    ...
    ExecOnFile AMYLIST AmyList.l?? [basedir]/bin/nlupdate_amylist.sh

    ---- nlupd output ----
    1 18:26:51 Start
    C 18:26:51 Trying to update /home/husky/nodelist/nodelist.097
    6 18:26:51 Executing 'unzip -j -Loqq /home/husky/files/fido/nodelist/nodelist.z04
    -d /home/husky/nodelist/nlupdate.tmp/' C 18:26:51 Found full update: /home/husky/nodelist/nlupdate.tmp/nodelist.104 C 18:26:51 Trying to update /home/husky/nodelist/AmyList.097 6 18:26:51 Executing 'lha e /home/husky/files/aminet/amylist/AmyList.l04 /home/husky/nodelist/nlupdate.tmp/' B 18:26:51 Uncompressed file '/home/husky/nodelist/nlupdate.tmp/amylist.104' does not exist C 18:26:51 Trying to update /home/husky/nodelist/FSXNET.097 6 18:26:51 Executing 'unzip -j -Loqq /home/husky/files/fsxnet/fsx_node/FSXNET.Z04
    -d /home/husky/nodelist/nlupdate.tmp/' C 18:26:51 Found full update: /home/husky/nodelist/nlupdate.tmp/FSXNET.104 1 18:26:51 End
    ---- nlupd output ----

    ---------- Fri 14 Apr 23, nlupdate/lnx 1.9.0-cur 04-06-16
    1 00:02:01 Start
    P 00:02:01 Use temp dir: '/home/fido/nodelist/nlupdate.tmp'
    P 00:02:01 Scan directory /home/fido/nodelist/ for AMYLIST
    C 00:02:01 Trying to update /home/fido/nodelist/AMYLIST.097
    P 00:02:01 Scan directory /home/fido/fileareas/amydiff/ for AmyDiff
    P 00:02:01 Scan directory /home/fido/fileareas/amylist/ for AmyList
    6 00:02:01 Executing '/usr/local/bin/lha eq -w=/home/fido/nodelist/nlupdate.tmp/ /home/fido/fileareas/amydiff/AMYDIFF.L04 '
    B 00:02:01 Uncompressed file '/home/fido/nodelist/nlupdate.tmp/amydiff.104' does not exist
    6 00:02:01 Executing '/usr/local/bin/lha eq -w=/home/fido/nodelist/nlupdate.tmp/ /home/fido/fileareas/amylist/AMYLIST.L04 '
    B 00:02:01 Uncompressed file '/home/fido/nodelist/nlupdate.tmp/amylist.104' does not exist
    6 00:02:01 Executing '/usr/local/bin/lha eq -w=/home/fido/nodelist/nlupdate.tmp/ /home/fido/fileareas/amylist/AmyList.l04 '
    C 00:02:01 Found full update: /home/fido/nodelist/nlupdate.tmp/AmyList.104
    O 00:02:01 Copy '/home/fido/nodelist/nlupdate.tmp/AmyList.104' to '/home/fido/nodelist/AMYLIST.104'
    O 00:02:01 Replacing '/home/fido/nodelist/AMYLIST.097' with '/home/fido/nodelist/AMYLIST.104'
    P 00:02:01 Scan directory /home/fido/nodelist/ for AMYLIST
    ...
    N 00:02:01 File '/home/fido/nodelist/nlupdate.tmp/AmyDiff.004' removed
    N 00:02:01 File '/home/fido/nodelist/nlupdate.tmp/AmyList.004' removed
    N 00:02:01 File '/home/fido/nodelist/nlupdate.tmp/AmyList.104' removed
    ...
    1 00:02:01 End


    Bye, Wilfred.

    --- FMail-lnx64 2.2.0.0
    * Origin: FMail development HQ (2:280/464)
  • From Stephen Walsh@3:633/280 to Wilfred van Velzen on Sun Apr 23 15:02:16 2023

    Hello Wilfred!

    15 Apr 23 18:08, you wrote to me:

    I'm trying to work out a issue with the nlupd command. It's not
    fining one of the nodelist files, and is reporting a different
    file name to what is in the archive.

    ---- husky config -----
    Unpack "lha e $a $p" 2 2d6c68
    Pack lha lha ao5 -fi $a $f

    Unpack "/usr/local/bin/lha eq -w=$p $a $f" 2 2d6c68

    My unpack line is now like that, and it's finding the amiganet nodelist.

    # === AmigaNet Worldwide Nodelist ===
    Nodelist AMYLIST
    DefaultZone 39

    I changed the nodelist line to be all Caps, and it looks like that is just for the final output of the nodelist as it's now all CAPS on the
    filesystem.... Added the defaultzone for extra points!




    Stephen


    --- GoldED+/LNX 1.1.5-b20220409
    * Origin: Dragon's Lair BBS, Telnet: dragon.vk3heg.net Prt: 6800 (3:633/280)
  • From Wilfred van Velzen@2:280/464 to Stephen Walsh on Sun Apr 23 13:09:37 2023
    Hi Stephen,

    On 2023-04-23 15:02:16, you wrote to me:

    ---- husky config -----
    Unpack "lha e $a $p" 2 2d6c68
    Pack lha lha ao5 -fi $a $f

    Unpack "/usr/local/bin/lha eq -w=$p $a $f" 2 2d6c68

    My unpack line is now like that, and it's finding the amiganet nodelist.

    Ok, good.

    # === AmigaNet Worldwide Nodelist ===
    Nodelist AMYLIST
    DefaultZone 39

    I changed the nodelist line to be all Caps, and it looks like that is just for the final output of the nodelist as it's now all CAPS on
    the filesystem....

    That's correct.


    Bye, Wilfred.

    --- FMail-lnx64 2.2.0.0
    * Origin: FMail development HQ (2:280/464)