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...
Jun 25 20:45:28 sestar sbbs: evnt DYNDNS Executing external: ?dyndns.js
xxxxxxxx -q
Ahem.
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).
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 ;)
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.
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 28 |
Nodes: | 8 (0 / 8) |
Uptime: | 189:23:03 |
Calls: | 2,004 |
Calls today: | 1 |
Files: | 11,114 |
Messages: | 942,266 |