• ERROR 115?

    From mark lewis@VERT to all on Tuesday, June 25, 2019 20:59:12
    what's this mean?


    Jun 25 20:45:28 sestar sbbs: evnt Running timed event: DYNDNS

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Executing external: ?dyndns.js RS5O993A -q

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Synchronet Dynamic DNS Client 1.17

    Jun 25 20:45:38 sestar sbbs: evnt DYNDNS Error 115 connecting to dyndns.synchro.net

    Jun 25 20:45:48 sestar sbbs: evnt DYNDNS Error 115 connecting to rob.synchro.net

    Jun 25 20:45:59 sestar sbbs: evnt DYNDNS Error 115 connecting to bbs.synchro.net

    Jun 25 20:46:00 sestar sbbs: evnt Timed event: DYNDNS returned 0


    i've looked here

    http://www.synchro.net/docs/jsobjs.html#Socket

    but can't find a link to the possible error numbers and what they mean :?

    i've also grepped and dug through the 3rd party code library to no avail... "115" appears over 1000 times but mostly as part of a larger number... no clue where to look and none of the file names indicate anything, to me, about the socket class...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... They're coming to take me away, ha ha, hee hee!! They're ... Uh Oh!!
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to mark lewis on Tuesday, June 25, 2019 22:31:37
    Re: ERROR 115?
    By: mark lewis to all on Tue Jun 25 2019 08:59 pm


    what's this mean?


    Jun 25 20:45:28 sestar sbbs: evnt Running timed event: DYNDNS

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Executing external: ?dyndns.js RS5O993A -q

    Ahem.

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Synchronet Dynamic DNS Client 1.17

    Jun 25 20:45:38 sestar sbbs: evnt DYNDNS Error 115 connecting to dyndns.synchro.net

    Jun 25 20:45:48 sestar sbbs: evnt DYNDNS Error 115 connecting to rob.synchro.net

    Jun 25 20:45:59 sestar sbbs: evnt DYNDNS Error 115 connecting to bbs.synchro.net

    Jun 25 20:46:00 sestar sbbs: evnt Timed event: DYNDNS returned 0


    i've looked here

    http://www.synchro.net/docs/jsobjs.html#Socket

    but can't find a link to the possible error numbers and what they mean :?

    It's a socket library error value:
    $ grep 115 /usr/include/*/errno.h
    /usr/include/asm-generic/errno.h:#define EINPROGRESS 115 /* Operation now in progress */

    i've also grepped and dug through the 3rd party code library to no avail... "115" appears over 1000 times but mostly as part of a larger number... no clue where to look and none of the file names indicate anything, to me, about the socket class...

    It's not a Synchronet error value (or an error value from one of the 3rd party libraries we include).

    digital man

    Synchronet/BBS Terminology Definition #41:
    IP = Internet Protocol
    Norco, CA WX: 59.2øF, 93.0% humidity, 2 mph ESE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Digital Man on Wednesday, June 26, 2019 05:44:00
    On 2019 Jun 25 22:31:36, you wrote to me:

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Executing external: ?dyndns.js
    xxxxxxxx -q

    Ahem.

    damn it! i don't usually miss things like that :/ :(

    how can i change it? i tried manually dialing in as my system but there's no option on the QWK menu to change it? i've also looked on the wiki... i was hoping for a QWK option like "ADD" and "DROP" but there doesn't seem to be an easy way for an operator to change their QWKnet password on their hub's system... coordinating this might be tough since it looks like a manual operation on both sides of the connection...

    http://www.synchro.net/docs/jsobjs.html#Socket

    but can't find a link to the possible error numbers and what they mean
    :?

    It's a socket library error value:
    $ grep 115 /usr/include/*/errno.h
    /usr/include/asm-generic/errno.h:#define EINPROGRESS 115 /* Operation now in progress */

    that's a weird error to be seeing for this task... i've never known it to execute more than once at a time... hummm... rummaging through the logs, i see that it has happened a ""few"" times in the past... yesterday's was the worst...

    sudo zgrep -E -e "DYNDNS .*115" /var/log/syslog* | \
    cut -d ":" -f 2- | \
    sort -k1M -k2n -k3

    i've also grepped and dug through the 3rd party code library to no
    avail... "115" appears over 1000 times but mostly as part of a larger
    number... no clue where to look and none of the file names indicate
    anything, to me, about the socket class...

    It's not a Synchronet error value (or an error value from one of the 3rd party libraries we include).

    ahhh, i see now that it is something general... how does one know where to look
    for these things and what determines if it is general or specific to the package?

    anyway, thanks to you and nelgin in IRC who also pointed to the /usr/include/asm-generic/errno.h file... i would never have thought to look there ;)

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... System error - Press F13 to continue...
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to mark lewis on Wednesday, June 26, 2019 10:57:20
    Re: ERROR 115?
    By: mark lewis to Digital Man on Wed Jun 26 2019 05:44 am


    On 2019 Jun 25 22:31:36, you wrote to me:

    Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Executing external: ?dyndns.js
    xxxxxxxx -q

    Ahem.

    damn it! i don't usually miss things like that :/ :(

    how can i change it? i tried manually dialing in as my system but there's no option on the QWK menu to change it? i've also looked on the wiki... i was hoping for a QWK option like "ADD" and "DROP" but there doesn't seem to be an easy way for an operator to change their QWKnet password on their hub's system... coordinating this might be tough since it looks like a manual operation on both sides of the connection...

    Just email me the password you'd like it changed to.

    http://www.synchro.net/docs/jsobjs.html#Socket

    but can't find a link to the possible error numbers and what they mean
    :?

    It's a socket library error value:
    $ grep 115 /usr/include/*/errno.h /usr/include/asm-generic/errno.h:#define EINPROGRESS 115
    /* Operation now in progress */

    that's a weird error to be seeing for this task... i've never known it to execute more than once at a time... hummm... rummaging through the logs, i see that it has happened a ""few"" times in the past... yesterday's was the worst...

    sudo zgrep -E -e "DYNDNS .*115" /var/log/syslog* | \
    cut -d ":" -f 2- | \
    sort -k1M -k2n -k3

    i've also grepped and dug through the 3rd party code library to no
    avail... "115" appears over 1000 times but mostly as part of a larger
    number... no clue where to look and none of the file names indicate
    anything, to me, about the socket class...

    It's not a Synchronet error value (or an error value from one of the 3rd party libraries we include).

    ahhh, i see now that it is something general... how does one know where to look for these things and what determines if it is general or specific to the package?

    At least in the case of Synchronet, I haven't created "error numbers" that I report to users or sysops. So if you see an error number, it's going to be coming from the OS, the C RTL or some other library (e.g. socket library).

    anyway, thanks to you and nelgin in IRC who also pointed to the /usr/include/asm-generic/errno.h file... i would never have thought to look there ;)

    No problem. If the error persists, perhaps just restarting things will clear it up.

    digital man

    This Is Spinal Tap quote #27:
    As long as there's, y'know, sex and drugs, I can do without the rock and roll. Norco, CA WX: 69.3øF, 69.0% humidity, 0 mph ENE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to Digital Man on Wednesday, June 26, 2019 15:05:28
    On 2019 Jun 26 10:57:20, you wrote to me:

    doesn't seem to be an easy way for an operator to change their QWKnet
    password on their hub's system... coordinating this might be tough since
    it looks like a manual operation on both sides of the connection...

    Just email me the password you'd like it changed to.

    done... subject of "sestar password" from my wkitty42 account on gmail...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... What can one expect of a day that begins getting up in the morning?
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net