sentinel-proxy: update to version 2.0.0
This version makes hard dependency for logc and its logc-argp
-
Compile tested for Turris 1.x -
Run tested for Turris 1.x, but with some issues like:
root@turris:~# sentinel-proxy
Cannot send data: Socket not connected
Cannot send data: Resource temporarily unavailable
Cannot send data: Resource temporarily unavailable
Cannot send data: Resource temporarily unavailable
but it works when I add -v
root@turris:~# sentinel-proxy -v
Sentinel Device token check passed
Using following configuration:
Sentinel server: sentinel.turris.cz
Sentinel server port: 1883
ZMQ socket: ipc:///tmp/sentinel_pull.sock
Sentinel client certificate: /etc/sentinel/mqtt_cert.pem
Sentinel client key: /etc/sentinel/mqtt_key.pem
Sentinel CA certificate: /etc/sentinel/ca.pem
Connected to MQTT broker
and... when you wanted to check version, it says aborted:
root@turris:~# sentinel-proxy -V
sentinel-proxy 2.0.0
Aborted
Please check if you have the same issues like me or not.