Hey everyone,
We have a pool running since last Thursday and we were surprised yesterday as we noticed that our transactions had suddenly stopped. We continue to be connected to 20 peers, but it seems to have no impact on restarting our transactions. We´ve tried to run the topologyUpdater.sh manually 4 times (as requested) and we get the following message:
{ “resultcode”: “204”, “datetime”:“2020-11-22 15:14:53”, “clientIp”: , “iptype”: 4, “msg”: “glad you’re staying with us” }
So it seems topologyUpdater.sh is running correctly when ran in cmd cli. The issue seems to be with cron scheduler.
Whenever we try to run topologyUpdater.sh through cron, we get an error message as follows:
{ “resultcode”: “502”, “datetime”:“2020-11-22 01:19:47”, “clientIp”: , “msg”: “invalid blockNo ” }
We then receive a mail from Cron Daemon saying that:
/bin/sh: cardano-cli: command not found
We don´t find any explanation for this to be happening since cardano-cli is installed in our machine. It seems as cron doesn´t have the clearence to run topologyUpdater.sh even after running chmod -x topologyUpdater.sh.
We´re kinda lost at this point. Does any one have any idea on how we might solve this?
Thanks