Cmdrd

Results 8 comments of Cmdrd

Also might be a good idea to document the metrics that are being returned, either in the README or somewhere else so that it is easier for someone to find...

Started digging through other services and am seeing configurations ranging from no automatic restarts to 30s restarts. Unfortunately there does not seem to be a "best practices" so to speak...

Here is the startup output: > ./luadch > init.lua: import libs > init.lua: loaded 'adclib' > init.lua: loaded 'unicode' > init.lua: loaded 'socket' > init.lua: import optional libs > init.lua:...

Resolved. I copied the directories incorrectly when updating, as seen in the last line of the startup output.

Couple of years later and running into this issue again and unable to determine how it was resolved last time. The libraries and everything are where they are supposed to...

Having this issue even with just executing in the extracted downloaded file. All of the other libraries look like they're loading except for SSL/LUASEC @blasti

Further debugging, getting the following: `error loading module 'ssl.core' from file '././lib/luasec/ssl/ssl.so': libssl.so.1.1: cannot open shared object file: No such file or directory`

Alright, so this is everything I did to get this fixed is below for anyone else running into problems as I think debug logging should be more expansive to tracking...