• Nodelists

    From Mike@1:229/310 to All on Thu Mar 21 10:40:49 2024
    How does everyone handle nodelist updates?

    Do they point the mutil.ini to the filebase directory?

    ... Running Windows is better than washing them!

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Clutch BBS * telnet://clutchbbs.com (1:229/310)
  • From Jay Harris@1:229/664 to Mike on Thu Mar 21 11:19:16 2024
    On Thursday March 21 2024, Mike said the following...

    How does everyone handle nodelist updates?

    Do they point the mutil.ini to the filebase directory?

    Yes, that's what I do:

    [-- begin nodelist.ini --]
    [General]
    MergeNodeLists = true
    logfile = mutil.log
    logcache = true
    loglevel = 2
    logtype = 1
    maxlogfiles = 3
    maxlogsize = 1000

    [MergeNodeLists]
    strip_down = true
    strip_private = true

    nodefile=/home/pi/mystic/files/fdn_FSX_NODE/FSXNET
    nodefile=/home/pi/mystic/files/fdn_NODELIST/NODELIST
    nodefile=/home/pi/mystic/files/fdn_MIN_LIST/MICRONET
    [-- end nodelist.ini --]


    Jay

    ... I'm afraid for the calendar. Its days are numbered
    --- GoldED+/LNX 1.1.5-b20240309
    * Origin: Northern Realms (1:229/664)
  • From Mike@1:229/310 to Jay Harris on Thu Mar 21 11:33:23 2024
    Yes, that's what I do:

    Perfect! Thank you for getting back.

    --- Mystic BBS v1.12 A49 2023/04/30 (Linux/64)
    * Origin: Clutch BBS * telnet://clutchbbs.com (1:229/310)
  • From Ward Dossche@2:292/854 to Mike on Thu Mar 21 22:15:28 2024
    How does everyone handle nodelist updates?

    With new nodelists becoming available on a daily basis, why bother about the update?

    \%/@rd

    --- DB4 - 20230201
    * Origin: Many Glacier - Preserve / Protect / Conserve (2:292/854)
  • From Nicholas Boel@1:154/10 to Ward Dossche on Fri Mar 29 19:11:42 2024
    Hello Ward,

    On Fri, 22 Mar 2024 03:15:28 +0200, you wrote:

    With new nodelists becoming available on a daily basis, why bother about the update?

    I think he is referring to updating it on his BBS (there is a built-in nodelist browser), where either a command needs to be ran or an event executed in order to plug the latest nodelist in, once received, so it updates the information viewable to the user.

    Regards,
    Nick

    ... Take my advice, I don't use it anyway.
    --- slrn/pre1.0.4-9 (Linux)
    * Origin: _thePharcyde distribution system (Wisconsin) (1:154/10)
  • From Jim Howarth@1:229/300 to All on Tue May 7 11:25:56 2024
    Greetings Sysops!

    I'm back after some time away from being in FTN networks/Running a BBS and I'm finding myself wondering how you handle nodelists?

    I would like to set it up so all of my nodelists get merged as soon as I get them. I was wondering how you guys handle this procedure. I know some of you must be doing something as I noticed when I rejoined Fido, a couple boards I visit already had the update on the daily nodelist.

    NerdRage is running Mystic on Windows XP. I'm currently using Mystic for mail completely...

    Let me know how you do it!


    -- NerdRage BBS - SysOp: TheNerd
    -- telnet: nerdragebbs.ddns.net

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: NerdRage BBS -.- telnet: nerdragebbs.ddns.net (1:229/300)
  • From ogg@1:106/1 to Jim Howarth on Tue May 7 11:02:31 2024
    I would like to set it up so all of my nodelists get merged as soon as I get them. I was wondering how you guys handle this procedure. I know some of you must be doing something as I noticed when I rejoined Fido, a couple boards I visit already had the update on the daily nodelist.

    NerdRage is running Mystic on Windows XP. I'm currently using Mystic
    for mail completely...

    Let me know how you do it!

    Since you're running Mystic, just set up an event to run "mutil nodelist.ini" after you get the lists. I run it at about 11 am on Fridays. I get the fsxNet list on Thursdays while the others come in after midnight on Friday.

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... Evil triumphs when good people do nothing. - Einstein

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/32)
    * Origin: Altair IV BBS (1:106/1)
  • From Jim Howarth@1:229/300 to ogg on Tue May 7 13:05:47 2024
    Since you're running Mystic, just set up an event to run "mutil nodelist.ini" after you get the lists. I run it at about 11 am on Fridays. I get the fsxNet list on Thursdays while the others come in after midnight on Friday.

    I know how to compile it however I'm moreso curious about how you are getting it from the folder its in to a place where it can be compiled... or do you have the ini pointing just to the files folder (ie \mystic\files\nodelists) etc.

    Does mystic know which archive to use? I can see it working fine like that until a new year then it could be an issue?


    -- NerdRage BBS - SysOp: TheNerd
    -- telnet: nerdragebbs.ddns.net

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: NerdRage BBS -.- telnet: nerdragebbs.ddns.net (1:229/300)
  • From ogg@1:106/1 to Jim Howarth on Tue May 7 13:21:40 2024
    I know how to compile it however I'm moreso curious about how you are getting it from the folder its in to a place where it can be compiled... or do you have the ini pointing just to the files folder (ie \mystic\files\nodelists) etc.

    Does mystic know which archive to use? I can see it working fine like that until a new year then it could be an issue?

    What I've done to make things easier is to breakout different sections of the original "mutil.ini" file into sectons. One I call nodelist.ini. In it, you need to have the location of your different nodelist files defined. Another one I broke out, I call mailin.ini. The original mutil.ini has examples that you can follow. You just need to define, for instance, node numbers with local file locations.

    As to archiver, the node lists I'm getting are all using the "zip" archiver.
    If I remember correctly, you set that option up when applying for a node number.

    Here's a github site (https://github.com/christiansacks/tqw_mutil_inis) where Christian Sacks (tqwnet, the quantum wormhole), uploaded a bunch of his *.ini files. That may help you more than slogging through the whole mutil.ini file.

    If those files don't help, post again and we'll keep at it!

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... Fer sell cheep: BBS spel chekker. Wurks grate.

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/32)
    * Origin: Altair IV BBS (1:106/1)
  • From Jim Howarth@1:229/300 to ogg on Tue May 7 15:32:34 2024
    I haven't found it yet.. but I think I have figured out my filetoss and echomail toss stanza's... looks like you need a default config up until the node specific stuff and then do the node numbers etc.. ie a dir_prefix as a default and hen one specific for each network. Gonna try that when I get home. or now.. shhh.. don't tell my boss... wait.. I'm my boss..

    Just found the nodelist merge.. I see how people do it.. just point to the file folder it gets put into by the tic tosser.

    Thanks for your help.. those ini examples make a lot more sense to me then the originals.


    -- NerdRage BBS - SysOp: TheNerd
    -- telnet: nerdragebbs.ddns.net

    --- Mystic BBS v1.12 A48 (Windows/32)
    * Origin: NerdRage BBS -.- telnet: nerdragebbs.ddns.net (1:229/300)
  • From ogg@1:106/1 to Jim Howarth on Tue May 7 15:44:01 2024
    Just found the nodelist merge.. I see how people do it.. just point to the file folder it gets put into by the tic tosser.

    Thanks for your help.. those ini examples make a lot more sense to me
    then the originals.

    Happy to help!

    ogg
    Sysop, Altair IV BBS
    altairiv.ddns.net:2323

    ... Everyone smiles in the same language.

    --- Mystic BBS v1.12 A49 2023/04/30 (Windows/32)
    * Origin: Altair IV BBS (1:106/1)