• ctrl/sbbsecho.ini

    From mark lewis@1:3634/12.73 to Vk3jed on Friday, August 03, 2018 17:26:12
    * Originally in sync_programming
    * Crossposted in mystic

    On 2018 Jul 18 17:57:00, you wrote to rswindell:

    Modified Files:
    sbbsecho.ini
    Log Message:
    fsxNet now has a domain for DNS-based address look-ups.

    So does vkradio (ftn.vkradio.com).

    congratulations to both you and paul for finally being able to get this done for each of your networks... it is a welcome sign for me to see after staying away from fidonet for a month or two... excellet work, gentlemen! i might cry but first, a beverage! ;)

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... To a little kid all troubles are big.
    ---
    * Origin: (1:3634/12.73)
  • From Tony Langdon@3:633/410 to mark lewis on Saturday, August 04, 2018 09:15:00
    On 08-03-18 17:26, mark lewis wrote to Vk3jed <=-

    congratulations to both you and paul for finally being able to get this done for each of your networks... it is a welcome sign for me to see
    after staying away from fidonet for a month or two... excellet work, gentlemen! i might cry but first, a beverage! ;)

    I saw it as a technical challenge. Now to check if my automatic update processes have worked this week, should have all happened early this morning. Hmm, nope, looks like it didn't work, but that was due to user error - I forgot to load the new crontab with the nodelist compilation entry for the mystic user. :(

    Had to kick off this week's nodelist update manually, but the scripting did the rest.


    ... You now have 10 minutes to reach minimum safe distance...
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
  • From Paul Hayton@3:770/100 to Tony Langdon on Saturday, August 04, 2018 22:34:36
    On 08/04/18, Tony Langdon pondered and said...

    I saw it as a technical challenge. Now to check if my automatic update processes have worked this week, should have all happened early this morning. Hmm, nope, looks like it didn't work, but that was due to user error - I forgot to load the new crontab with the nodelist compilation entry for the mystic user. :(

    Heh... I had the idea, and we discussed it in fsx, you jumped quicker and got his running before I implemented it also... me and my big mouth - heh :) Yep kudos to you for getting yours sorted and on-air quicker... I need to hit you up for some help with your scripts to automate things... will drop you a netmail :)

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (3:770/100)
  • From Tony Langdon@3:633/410 to Paul Hayton on Saturday, August 04, 2018 20:57:00
    On 08-04-18 22:34, Paul Hayton wrote to Tony Langdon <=-

    Heh... I had the idea, and we discussed it in fsx, you jumped quicker
    and got his running before I implemented it also... me and my big mouth
    - heh :) Yep kudos to you for getting yours sorted and on-air
    quicker... I need to hit you up for some help with your scripts to automate things... will drop you a netmail :)

    I had been thinking about setting it up for some time, but you gave me the kick to get it moving. :D

    Sure. My automation happens in a few stages:

    1. The nodelist is updated at 6AM on Saturdays, then added to the infopack, which is recreated.

    2. Next, the new nodelist and infopack are hatched to the file echoes.

    3. A bit later, the DNS updating is done, taking the previously generated nodelist and converting it into a DNS zone file. The DNS is then recycled, to load the new zone file.

    4. Final stage is the external web server, which FTPs the infopack from the BBS, so all publicly available copies are the same version.

    Only thing is all of my automation relies on Linux. :)


    ... Never trust a computer you cannot carry.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
  • From mark lewis@1:3634/12.73 to Tony Langdon on Saturday, August 04, 2018 16:16:36

    On 2018 Aug 04 20:57:00, you wrote to Paul Hayton:

    3. A bit later, the DNS updating is done, taking the previously
    generated nodelist and converting it into a DNS zone file. The DNS is then recycled, to load the new zone file.

    with a new serial number, right? ;)

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... There is a plot afoot to make me think I'm paranoid!
    ---
    * Origin: (1:3634/12.73)
  • From Tony Langdon@3:633/410 to mark lewis on Sunday, August 05, 2018 17:36:00
    On 08-04-18 16:16, mark lewis wrote to Tony Langdon <=-


    On 2018 Aug 04 20:57:00, you wrote to Paul Hayton:

    3. A bit later, the DNS updating is done, taking the previously
    generated nodelist and converting it into a DNS zone file. The DNS is then recycled, to load the new zone file.

    with a new serial number, right? ;)

    Yep, the Perl script that generates the zone file also updates the serial number. Serial numbers and datestamps are easy peasy under Linux. Being able to directly capture STDOUT into a variable is extremely powerful. :)


    ... Computer programmers do it byte by byte.
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)
  • From mark lewis@1:3634/12.73 to Tony Langdon on Monday, August 06, 2018 15:49:26

    On 2018 Aug 05 17:36:00, you wrote to me:

    3. A bit later, the DNS updating is done, taking the previously
    generated nodelist and converting it into a DNS zone file. The DNS
    is then recycled, to load the new zone file.

    with a new serial number, right? ;)

    Yep, the Perl script that generates the zone file also updates the
    serial number. Serial numbers and datestamps are easy peasy under
    Linux. Being able to directly capture STDOUT into a variable is
    extremely powerful. :)

    very!

    eg:
    printf "$(wc -l $1.txt | cut -d" " -f1) lines in $1.txt\n"
    sort -n $1.txt | uniq > $1.sorted.uniq.txt
    printf "$(wc -l $1.sorted.uniq.txt | cut -d" " -f1) lines in $1.sorted.uniq.txt\n"


    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... In the maw of the petrochemical/terrorist/Bush/military Matrix.
    ---
    * Origin: (1:3634/12.73)
  • From Tony Langdon@3:633/410 to mark lewis on Tuesday, August 07, 2018 06:47:00
    On 08-06-18 15:49, mark lewis wrote to Tony Langdon <=-

    Linux. Being able to directly capture STDOUT into a variable is
    extremely powerful. :)

    very!

    eg:
    printf "$(wc -l $1.txt | cut -d" " -f1) lines in $1.txt\n"
    sort -n $1.txt | uniq > $1.sorted.uniq.txt
    printf "$(wc -l $1.sorted.uniq.txt | cut -d" " -f1) lines in $1.sorted.uniq.txt\n"

    Yep, exactly what I mean. :)


    ... Political Season: Does this mean we can shoot them?!?!
    === MultiMail/Win v0.51
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (3:633/410)