TrasherDK

Results 153 comments of TrasherDK
trafficstars

I'm starting to think the `lws` crash was unrelated to `zmq` server was down. Without a log-file on `monero-lws-daemon` it's impossible to say which one went down first. The `monero-lws-daemon`...

Okay, here we go again. `monerod` ``` 2022-11-12 11:18:47.711 I Found block at height 1221412 for difficulty: 106982 2022-11-12 11:26:20.469 I Found block at height 1221418 for difficulty: 106276 2022-11-12...

And, here's the `testnet` crash. ``` 2022-11-12 12:10:56.683 7f48f57fa700 ERROR net.zmq src/rpc/zmq_server.cpp:174 ZMQ RPC Server Error: thrown at zmq_server.cpp:161: Resource temporarily unavailable 2022-11-12 12:12:25.187 [P2P6] WARNING cn src/cryptonote_core/cryptonote_core.cpp:2048 There were...

I got a little more info from the latest crash. ``` 2022-11-13 19:42:00.245 W Failed to connect to daemon at tcp://1.2.3.4:38082 2022-11-13 19:42:00.245 I Retrieving current active account list 2022-11-13...

Restarting `monero-lws-daemon` got me this: ``` 2022-11-13 23:58:37.170 I Using monerod ZMQ RPC at tcp://1.2.3.4:38082 2022-11-13 23:58:37.170 I Starting blockchain sync with daemon 2022-11-13 23:59:07.715 D Problems at ssl shutdown:...

@selsta I need a static build to test. ```sh $ ./monerod --version ./monerod: /lib64/libc.so.6: version `GLIBC_2.27' not found (required by ./monerod) ./monerod: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by ./monerod)...

@selsta It's up and running on stagenet. Thanks.

Okay. Both `v0.18.1.2-release (testnet)` and `v0.18.1.1-41ca021ee (stagenet)` has been running since yesterday, without any `zmq` noise. There has been quite a bit of traffic on stagenet zmq the last 24...