• Synchronet 3.21e upgrade

    From hax0r@1:103/705 to All on Mon Apr 20 17:11:15 2026
    Hey folks. I recently updated Synchronet to 3.21e on my machine by downloading the sbup321e.zip and extracting the contents over my existing install. I had been running 3.19 prior. My host VM is a Windows 10 32bit environment and the prior version had been running just fine for a while. Every since the upgrade I am having some pretty major stability problems. The first thing I noticed is that in the Synchronet Control Panel GUI the Terminal Server Buttons and text which state Running NT Service flash every couple of seconds. Additionally. if I attempt to stop the service the "sbbsNTsvcs.exe" hangs and I have to manually kill it. Also, after a a day or so the service stops accepting any kind of inbound connections.

    I'm not really seeing any errors in the rror log related to the connections, but I do see that the system appears to have stopped polling netmail and QWK. I tried to manually force a QWK callout but I am seeing this in the log:


    Wed Apr 15 00:54:17 2026 master/dba8d48f1
    term Event thread appears to be blocked running QNET since Tue Apr 14 2026 10:54 pm

    Mon Apr 20 00:47:06 2026 master/dba8d48f1
    term Event thread appears to be blocked running QNET since Sun Apr 19 2026 10:47 pm

    I'm really hoping someone can lend me a hand to figure out what is going on. --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to hax0r on Mon Apr 20 18:21:25 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to All on Mon Apr 20 2026 05:11 pm

    Hey folks. I recently updated Synchronet to 3.21e on my machine by downloading the sbup321e.zip and extracting the contents over my existing install.

    There's an upgrade_to_SBBS_v3.21e.exe in that zip, I assume you ran it?

    I had been running 3.19 prior. My host VM is a Windows 10 32bit
    environment and the prior version had been running just fine for a while. Every since the upgrade I am having some pretty major stability problems. The first thing I noticed is that in the Synchronet Control Panel GUI the Terminal Server Buttons and text which state Running NT Service flash every couple of seconds. Additionally. if I attempt to stop the service the "sbbsNTsvcs.exe" hangs and I have to manually kill it. Also, after a a day or so the service stops accepting any kind of inbound connections.

    Not a lot of sysops use sbbsNTsvcs.exe, so first question would: do you have problems if you disable the NT services and just run sbbs.exe or sbbsctrl.exe directly? In the mean while, I'll do some more testing with sbbsNTsvcs.exe and sbbsctrl.exe together to see what I can find.

    Anyone else running Synchronet v3.21e as NT services?

    I'm not really seeing any errors in the rror log related to the connections, but I do see that the system appears to have stopped polling netmail and QWK. I tried to manually force a QWK callout but I am seeing this in the log:


    Wed Apr 15 00:54:17 2026 master/dba8d48f1
    term Event thread appears to be blocked running QNET since Tue Apr 14 2026 10:54 pm

    Mon Apr 20 00:47:06 2026 master/dba8d48f1
    term Event thread appears to be blocked running QNET since Sun Apr 19 2026 10:47 pm

    I'm really hoping someone can lend me a hand to figure out what is going on.
    It sounds like the event thread is hung runing a QWKnet call-out event. How many hubs do you have setup in SCFG->Networks->QWK and what are their call-out command-lines? That doesn't explain the not answering incoming connections though.
    --
    digital man (rob)

    This Is Spinal Tap quote #39:
    Female Airport Security Officer: Do you have any artificial plates or limbs? Norco, CA WX: 68.5�F, 52.0% humidity, 17 mph WNW wind, 0.00 inches rain/24hrs --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to Digital Man on Tue Apr 21 18:56:28 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Mon Apr 20 2026 06:21 pm

    There's an upgrade_to_SBBS_v3.21e.exe in that zip, I assume you ran it?

    Yup, I also ran it again, mayking sure that the sbbsntsvc.exe was killed before I ran it. After running it and starting the service and the running the Synchronet Control Panel GUI the behavior was the same. I can see it flashing between "Running NT Service" and "Down" over and over every half second or so. The funny thing is that I can still connect even when it is doing this.

    Not a lot of sysops use sbbsNTsvcs.exe, so first question would: do you have problems if you disable the NT services and just run sbbs.exe or sbbsctrl.exe directly? In the mean while, I'll do some more testing with sbbsNTsvcs.exe and sbbsctrl.exe together to see what I can find.

    I just disabled the service and started the GUI and it went to Listening mode. It also immediately ran External events and all of a sudden my Echomail was processed! I am going to leave it running this way for a it and see what happens. I'm surprised more people don't run the service -- I am assuing they are setup to have their systems autologon and run the GUI at startup?

    It sounds like the event thread is hung runing a QWKnet call-out event. How many hubs do you have setup in SCFG->Networks->QWK and what are their call-out command-lines? That doesn't explain the not answering incoming connections though.

    You are my only network :)
    the callout command is %!vert.bat
    the contents of vert.bat are as follows:

    ftp -s:c:\sbbs\exec\vert.ftp | find /v "Upload complete"
    if not errorlevel 1 del c:\sbbs\data\vert.rep
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to hax0r on Tue Apr 21 21:35:45 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to Digital Man on Tue Apr 21 2026 06:56 pm

    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Mon Apr 20 2026 06:21 pm

    There's an upgrade_to_SBBS_v3.21e.exe in that zip, I assume you ran it?

    Yup, I also ran it again, mayking sure that the sbbsntsvc.exe was killed before I ran it. After running it and starting the service and the running the Synchronet Control Panel GUI the behavior was the same. I can see it flashing between "Running NT Service" and "Down" over and over every half second or so. The funny thing is that I can still connect even when it is doing this.

    What's the log output from some or one of the servers while it's doing that?

    Not a lot of sysops use sbbsNTsvcs.exe, so first question would: do you have problems if you disable the NT services and just run sbbs.exe or sbbsctrl.exe directly? In the mean while, I'll do some more testing with sbbsNTsvcs.exe and sbbsctrl.exe together to see what I can find.

    I just disabled the service and started the GUI and it went to Listening mode. It also immediately ran External events and all of a sudden my Echomail was processed! I am going to leave it running this way for a it and see what happens. I'm surprised more people don't run the service -- I am assuing they are setup to have their systems autologon and run the GUI at startup?

    Likely. That's what *I* do. But still, it sounds like a bug.

    It sounds like the event thread is hung runing a QWKnet call-out event. How many hubs do you have setup in SCFG->Networks->QWK and what are their call-out command-lines? That doesn't explain the not answering incoming connections though.

    You are my only network :)
    the callout command is %!vert.bat
    the contents of vert.bat are as follows:

    ftp -s:c:\sbbs\exec\vert.ftp | find /v "Upload complete"
    if not errorlevel 1 del c:\sbbs\data\vert.rep

    So that's a really old way to perform a QWK network call-out. It *should* still work, so I'm not telling you to change it, but the new/supported way is using exec/qnet-ftp.js:
    https://wiki.synchro.net/module:qnet-ftp
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #22:
    DM = Digital Man (Rob Swindell) or Dungeon Master
    Norco, CA WX: 58.2�F, 78.0% humidity, 4 mph WNW wind, 0.00 inches rain/24hrs --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to Digital Man on Wed Apr 22 02:24:06 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Tue Apr 21 2026 09:35 pm


    So that's a really old way to perform a QWK network call-out.
    It *should* still work, so I'm not telling you to change it, but the new/supported way is using exec/qnet-ftp.js: https://wiki.synchro.net/module:qnet-ftp



    he's also the only guy to still run syncedit. which runs great.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    � Synchronet � ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to Digital Man on Wed Apr 22 18:57:13 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Tue Apr 21 2026 09:35 pm

    What's the log output from some or one of the servers while it's doing that?
    That's the thing, there really isn't anything happening in the Terminal Server output while that is happening when sbbsntsvc.exe is running and its toggling between "Running NT Service" and "Down". There is some noise every now and then, likely related to some sort of spam script trying to logon but nothing that i could see of significance. Also, while it is doing that, I can connect (and stay connected). After a while, though theserver does top accepting any new connections even though in the GUI it looks like everything is fine.

    Likely. That's what *I* do. But still, it sounds like a bug.
    If the recommended way to run it these days is to do an auto logon and auto stat of Syncrhonet Control Panel I can make that happen. I always thought that the service was a much more native feel since no one had to physically be loggged onto the box.

    ftp -s:c:\sbbs\exec\vert.ftp | find /v "Upload complete"
    if not errorlevel 1 del c:\sbbs\data\vert.rep

    So that's a really old way to perform a QWK network call-out. It *should* still work, so I'm not telling you to change it, but the new/supported way is using exec/qnet-ftp.js:
    https://wiki.synchro.net/module:qnet-ftp

    I will work on updating to that new method. Its been working for decades. I think it stopped somewhere late last year. When I look at my messages, I don't see anything new since late 2025. If you want, I can try to pin down a more exact date before I try and fix things.

    Also, what do you expect... I'm old. I've been here for a long time and you know, if its not broke, don't fix it :)
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to hax0r on Wed Apr 22 22:59:20 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to Digital Man on Wed Apr 22 2026 06:57 pm


    Also, what do you expect... I'm old. I've been here for a long time
    and you know, if its not broke, don't fix it :)


    I think you are the oldest dovenet bbs at this point.
    there's been a lot of changes.

    I have a lot of left over old files.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union

    ---
    � Synchronet � ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to hax0r on Wed Apr 22 22:39:22 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to Digital Man on Wed Apr 22 2026 06:57 pm

    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Tue Apr 21 2026 09:35 pm

    What's the log output from some or one of the servers while it's doing that?
    That's the thing, there really isn't anything happening in the Terminal Server output while that is happening when sbbsntsvc.exe is running and its toggling between "Running NT Service" and "Down". There is some noise every now and then, likely related to some sort of spam script trying to logon but nothing that i could see of significance. Also, while it is doing that, I can connect (and stay connected). After a while, though theserver does top accepting any new connections even though in the GUI it looks like everything is fine.

    I pinned that bug down and fixed it. That particular issue appears to have been just been cosmetic - no negative impact other than maybe failure to stop or restart the server/service.

    Likely. That's what *I* do. But still, it sounds like a bug
    If the recommended way to run it these days is to do an auto logon and auto stat of Syncrhonet Control Panel I can make that happen. I always thought that the service was a much more native feel since no one had to physically be loggged onto the box.

    ftp -s:c:\sbbs\exec\vert.ftp | find /v "Upload complete"
    if not errorlevel 1 del c:\sbbs\data\vert.rep

    So that's a really old way to perform a QWK network call-out. It *should* still work, so I'm not telling you to change it, but the new/supported way is using exec/qnet-ftp.js:
    https://wiki.synchro.net/module:qnet-ftp

    I will work on updating to that new method. Its been working for decades. I think it stopped somewhere late last year. When I look at my messages, I don't see anything new since late 2025. If you want, I can try to pin down a more exact date before I try and fix things.

    Oh? That's actually good news if it started failing with v3.19. That likely means it was something else that changed that caused that script/method to stop working for QWK packet transfers and *not* the upgrade to v3.21.

    Also, what do you expect... I'm old. I've been here for a long time and you know, if its not broke, don't fix it :)

    I know, no judgment. :-) Yours is one of the longest running Synchronet systems, so I'd expect there to be plenty of cruft (running the chksetup.js could help identify some of it). I'll see if I can repro the isue with that old QWK/FTP method, but there's really no reason for you to keep using it. We moved from that batch file/sript to the qnet-ftp.bin Baja module like 25 years ago and then to the JavaScript module like 6 years ago. :-)
    --
    digital man (rob)

    Rush quote #54:
    He'd love to spend the night in Zion, he's been a long, long while in Babylon Norco, CA WX: 56.5�F, 70.0% humidity, 3 mph WNW wind, 0.00 inches rain/24hrs --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to Digital Man on Thu Apr 23 03:41:05 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Wed Apr 22 2026 10:39 pm

    really no reason for you to keep using it. We moved from that batch file/sript to the qnet-ftp.bin Baja module like 25 years ago and
    then to the JavaScript module like 6 years ago. :-)



    STOP MAKING ME FEEL OLD GOD DAMMIT


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    � Synchronet � ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to MRO on Fri Apr 24 19:16:52 2026
    Re: Synchronet 3.21e upgrade
    By: MRO to hax0r on Wed Apr 22 2026 10:59 pm

    I think you are the oldest dovenet bbs at this point.
    there's been a lot of changes.

    That can't be. dovenet has been around for ages. Also, longevity only counts if you are syncing messages, which at this point in time I am not :(. I am going to try and get things sorted out this weekend... at least on the dovenet front hoepfully.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to Digital Man on Fri Apr 24 19:26:50 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Wed Apr 22 2026 10:39 pm

    I pinned that bug down and fixed it. That particular issue appears to have been just been cosmetic - no negative impact other than maybe failure to stop or restart the server/service.

    Thats great to hear! I have been running it in interactive mode for the past couple of days and it seems to be pretty stable. Once you have the update out I'm happy to switch bact to the service and test things out.

    Oh? That's actually good news if it started failing with v3.19. That likely means it was something else that changed that caused that script/method to stop working for QWK packet transfers and *not* the upgrade to v3.21.

    Yeah, I was getting occasional QWK errors last year, but I never thought much of it. I had been a while since I newscaned dovenet (you know, life......) so I didn't find it until I put some effort in recently with the update. I'm happy to switch to the newer method and will give it a go this weekend.

    I know, no judgment. :-) Yours is one of the longest running Synchronet systems, so I'd expect there to be plenty of cruft (running the chksetup.js could help identify some of it). I'll see if I can repro the isue with that old QWK/FTP method, but there's really no reason for you to keep using it. We moved from that batch file/sript to the qnet-ftp.bin Baja module like 25 years ago and then to the JavaScript module like 6 years ago. :-)

    thanks for the tip on chksetup.js. I'll give that a go and see what it says. I do think that I am still having some event issues are my fido is not polling regularly.

    I think you should take some of the credit for my board being there all of those years. its been rock solid stable over the and I would not still be here if it wasn't for synchronet. so glad and thankful that you have kept the synchronet machine going all of these years.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to hax0r on Fri Apr 24 21:37:42 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to MRO on Fri Apr 24 2026 07:16 pm

    Re: Synchronet 3.21e upgrade
    By: MRO to hax0r on Wed Apr 22 2026 10:59 pm

    I think you are the oldest dovenet bbs at this point. there's been
    a lot of changes.

    That can't be. dovenet has been around for ages.

    but you are the oldest bbs connected to dovenet.
    Also, longevity
    only counts if you are syncing messages, which at this point in time
    I am not :(. I am going to try and get things sorted out this

    there's plenty of people who don't have their shit together all the time.

    weekend... at least on the dovenet front hoepfully.

    i sent you a msg to vert. i'm not sure if you have the same email anymore.
    i can answer any questions you might have an i have some scripts that can
    help fix and convert your stuff so it works ok.

    i just updated my 3 bbses, 2 of them being very old.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    � Synchronet � ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to hax0r on Fri Apr 24 21:17:07 2026
    Re: Synchronet 3.21e upgrade
    By: hax0r to Digital Man on Fri Apr 24 2026 07:26 pm

    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Wed Apr 22 2026 10:39 pm

    I pinned that bug down and fixed it. That particular issue appears to have been just been cosmetic - no negative impact other than maybe failure to stop or restart the server/service.

    Thats great to hear! I have been running it in interactive mode for the past couple of days and it seems to be pretty stable. Once you have the update out I'm happy to switch bact to the service and test things out.

    There's a nightly development build that's usually updated daily: https://synchro.net/Synchronet/sbbs_dev.zip (for Win32)

    Oh? That's actually good news if it started failing with v3.19. That likely means it was something else that changed that caused that script/method to stop working for QWK packet transfers and *not* the upgrade to v3.21.

    Yeah, I was getting occasional QWK errors last year, but I never thought much of it. I had been a while since I newscaned dovenet (you know, life......) so I didn't find it until I put some effort in recently with the update. I'm happy to switch to the newer method and will give it a go this weekend.

    So is it still failing the vert.bat method even after you switched from NT services? The related log output (the "Events" window or the data/events.log file entries) might be helpful in diagnosing why.

    I know, no judgment. :-) Yours is one of the longest running Synchronet systems, so I'd expect there to be plenty of cruft (running the chksetup.js could help identify some of it). I'll see if I can repro the isue with that old QWK/FTP method, but there's really no reason for you to keep using it. We moved from that batch file/sript to the qnet-ftp.bin Baja module like 25 years ago and then to the JavaScript module like 6 years ago. :-)

    thanks for the tip on chksetup.js. I'll give that a go and see what it says. I do think that I am still having some event issues are my fido is not polling regularly.

    Similarly, the events log would be one of the first places to look.

    I think you should take some of the credit for my board being there all of those years. its been rock solid stable over the and I would not still be here if it wasn't for synchronet. so glad and thankful that you have kept the synchronet machine going all of these years.

    Let's get you back to a solid working state. :-)
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #16:
    CP437 = Code Page 437 (so-called IBM Extended ASCII)
    Norco, CA WX: 57.9�F, 76.0% humidity, 2 mph N wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From MRO@1:103/705 to Digital Man on Sat Apr 25 03:51:39 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Fri Apr 24 2026 09:17 pm


    So is it still failing the vert.bat method even after you switched
    from NT services? The related log output (the "Events" window or the data/events.log file entries) might be helpful in diagnosing
    why.


    i believe he needs to edit the event settings so it will run in the shell. something like that. i had to do that after upgrading a while back.
    my events stopped running.


    --
    "Before using Wildcat....This Company did not have a convenient way of
    looking after some of the richest clients in the world...Now we do!"


    President of BBS Sysop's Union +++ https://bbses.info/union
    ---
    � Synchronet � ::: BBSES.info - free BBS services :::
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to MRO on Sat Apr 25 09:43:05 2026
    Re: Synchronet 3.21e upgrade
    By: MRO to hax0r on Fri Apr 24 2026 09:37 pm

    i sent you a msg to vert. i'm not sure if you have the same email anymore. i can answer any questions you might have an i have some scripts that can help fix and convert your stuff so it works ok.

    I got the invite and will join up. e-mail address is still valid. I did manage to track down what the problem is with the current QWK config. It seems like at some point in tim the Synchronet FTP server stopped support for PASV ftp connections. One of the things that my vert.ftp file does is issue a PASV command, to which it gets an "Invalid Command" response. The system is behind a 1:1 NAT so active FTP will not work.

    Also, I think i have found out the culprit of my "blocked" connections. I noticed that the Synchronet Control Panel services log did not have anyactivity in it since 4/24 10:52:24p. All nodes reported "Waiting for Connection". Performing a Test-Netconnetion on port 22 and 23 returned true, however attempting to connect via Telent or SSH just hung. A socket connection was established, but there was not output. Turns out there were 4 CMD sessions on the host all stuck in the callout to vert for QWK in with:

    pasv
    Invalid command.
    put c:\sbbs\data\vert.rep vert.rep
    504 Bad port number.
    150 Opening ASCII mode data connection for /bin/ls.

    Once I killed one of these sessions the telent/ssh sessions started working again. Its pecurliar that there were 4 hung callouts and i have 4 nodes and non ofthem were able to respond.

    I will look into the newer QWK config, but if it is dependent on FTP i may have an issue.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to Digital Man on Sat Apr 25 09:45:09 2026
    Re: Synchronet 3.21e upgrade
    By: Digital Man to hax0r on Fri Apr 24 2026 09:17 pm

    So is it still failing the vert.bat method even after you switched from NT services? The related log output (the "Events" window or the data/events.log file entries) might be helpful in diagnosing why.

    yes, the vert.bat method is still failing. see the details in the response to MRO. It appears you dropped passive ftp support in one of t he newer synchronet builds and i was using that since my bbs is behind a 1:1 NAT.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From hax0r@1:103/705 to MRO on Sat Apr 25 10:02:08 2026
    Re: Synchronet 3.21e upgrade
    By: MRO to Digital Man on Sat Apr 25 2026 03:51 am

    i believe he needs to edit the event settings so it will run in the shell. something like that. i had to do that after upgrading a while back. my events stopped running.

    YES! this definately did help. I went through all of Timed Events and set all of the ones which are .EXEs to "Native Executable". I also toggled "Use Shell or New Context" to "Yes" for all of them (they were previously set to no). I also set FIDOIN/FIDOOUT and BINKP events to run from any node instead of just Node 1

    After I saved and restarted synchronet control panel i could see a number of timed events run. of course, the vert.bat hung on the FTP transfer, but that is another issue.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)