Open dawiepoolman opened 1 month ago
Hi @dawiepoolman, thanks for the separate issue report! Did you suddenly start experiencing the issues around 2 weeks ago (given when you posted in the other issue), or did you experience the issues since the initial setup?
Given the logs, it seems like you're expecting very high latency to receive responses from the counterparty. Given that you're running over a VPN & TOR, that may have an effect on the latency.
Hi @ViktorTigerstrom, I have struggled with the issue since before the upgrade, however I would estimate the reliability of the connections improved from about 20% to 70% after the latest upgrade so definitely an big improvement.
Do you know of any config one could edit in LNC/lit/bitcoind to accommodate for low latency environments? We have terrible residential ISPs in South Africa, which together with a VPN and Tor setup causes big latency.
@dawiepoolman, Ok I'm happy to hear that the upgrade did at least improve the connection reliability quite a bit!
Unfortunately, there's no real config option that you can edit that would resolve the issue that you hit in the logs you've included above. I will look into if there's any such config options we could add in the future.
Actually @dawiepoolman, would you mind enabling trace logging for LNC connection and then post a new log when you experience the error again just to further clarify how the connection times out?
You can enable such trace logging by adding the following line in the litd config file:
lnd.debuglevel=debug,GOBN=trace,MBOX=trace
Alternatively, you can enable full trace logging in litd by setting:
lnd.debuglevel=trace
Ok col, I have added the line:
lnd.debuglevel=trace
i.e. I have two debug lines in my lit.conf. They are presumably for different services:
# Remote options
remote.lit-debuglevel=debug
#enable error trapping of intermited connection
lnd.debuglevel=trace
As irony has it I can connect successfully from both WiFi and 3G with logs:
admin ~ ₿ sudo journalctl -u litd --since "2024-10-17 14:25:00" | grep -E 'MBOX|GOBN|SESS'
Oct 17 14:26:39 raspibolt litd[107957]: 2024-10-17 14:26:39.365 [DBG] MBOX: (server) Conn being closed
Oct 17 14:26:39 raspibolt litd[107957]: 2024-10-17 14:26:39.695 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [DBG] GOBN: (server) Starting
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [DBG] MBOX: (server) Connection is closing
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [ERR] GOBN: (server) Error sending FIN: error calling sendToStream: context canceled
Oct 17 14:26:40 raspibolt litd[107957]: 2024-10-17 14:26:40.025 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Canceled desc = context canceled
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] GOBN: (server) GBN is closed
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:26:41 raspibolt litd[107957]: 2024-10-17 14:26:41.696 [DBG] MBOX: (server) Connection closed
Oct 17 14:26:41 raspibolt litd[148656]: 2024-10-17 14:26:41.949 [INF] SESS: Checking for schema update: latest_version=2, db_version=2
Oct 17 14:26:46 raspibolt litd[148656]: 2024-10-17 14:26:46.456 [INF] SESS: Mailbox RPC server listening on mailbox:99d03f5b9b3b9a779ed1e6c4e0ed26c0f32029dc8709dcc43d0a4e7020d6188038198eb3509021160d885a25ea7228d46e1fe418bddbb42e7506e85ca492e581@mailbox.terminal.lightning.today:443
Oct 17 14:26:46 raspibolt litd[148656]: 2024-10-17 14:26:46.464 [DBG] MBOX: (server) Creating gbn, waiting for sync
Oct 17 14:26:46 raspibolt litd[148656]: 2024-10-17 14:26:46.464 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:26:48 raspibolt litd[148656]: 2024-10-17 14:26:48.151 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:28:25 raspibolt litd[148656]: 2024-10-17 14:28:25.047 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:28:25 raspibolt litd[148656]: 2024-10-17 14:28:25.377 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:28:25 raspibolt litd[148656]: 2024-10-17 14:28:25.377 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.054 [DBG] GOBN: (server) Received SYN. Resend SYN.
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.055 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.055 [DBG] GOBN: (server) Boosted handshakeTimeout to 3s
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.055 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.060 [DBG] GOBN: (server) Received SYNACK
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.060 [DBG] GOBN: (server) Handshake complete (Server)
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.060 [DBG] GOBN: (server) Starting
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.060 [DBG] MBOX: (server) Done creating gbn
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.061 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.076 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 17 14:28:27 raspibolt litd[148656]: 2024-10-17 14:28:27.780 [DBG] GOBN: (server) Updating resendTimeout to 3.537185395s
Oct 17 14:28:42 raspibolt litd[148656]: 2024-10-17 14:28:42.443 [DBG] GOBN: (server) Resending the packets queue
Oct 17 14:28:42 raspibolt litd[148656]: 2024-10-17 14:28:42.443 [DBG] GOBN: (server) Boosted resendTimeout to 5.305778035s
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.361 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.361 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.361 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.361 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Connection is closing
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] GOBN: (server) GBN is closed
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Closing send stream
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Connection closed
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.362 [DBG] MBOX: (server) Accept: done with existing conn
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.363 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.363 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:28:58 raspibolt litd[148656]: 2024-10-17 14:28:58.691 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:29:06 raspibolt litd[148656]: 2024-10-17 14:29:06.186 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:29:06 raspibolt litd[148656]: 2024-10-17 14:29:06.514 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:29:06 raspibolt litd[148656]: 2024-10-17 14:29:06.514 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.197 [DBG] GOBN: (server) Received SYN. Resend SYN.
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.197 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.197 [DBG] GOBN: (server) Boosted handshakeTimeout to 3s
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.197 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.200 [DBG] GOBN: (server) Received SYNACK
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.201 [DBG] GOBN: (server) Handshake complete (Server)
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.201 [DBG] GOBN: (server) Starting
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.201 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.201 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 17 14:29:08 raspibolt litd[148656]: 2024-10-17 14:29:08.209 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 17 14:29:09 raspibolt litd[148656]: 2024-10-17 14:29:09.050 [DBG] GOBN: (server) Updating resendTimeout to 4.212928105s
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.961 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.961 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.961 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Connection is closing
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] GOBN: (server) GBN is closed
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Closing send stream
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Connection closed
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.962 [DBG] MBOX: (server) Accept: done with existing conn
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.963 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 17 14:29:25 raspibolt litd[148656]: 2024-10-17 14:29:25.963 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:29:26 raspibolt litd[148656]: 2024-10-17 14:29:26.291 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:29:29 raspibolt litd[148656]: 2024-10-17 14:29:29.431 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:29:29 raspibolt litd[148656]: 2024-10-17 14:29:29.761 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:29:29 raspibolt litd[148656]: 2024-10-17 14:29:29.762 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.440 [DBG] GOBN: (server) Received SYN. Resend SYN.
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.440 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.440 [DBG] GOBN: (server) Boosted handshakeTimeout to 3s
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.441 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.446 [DBG] GOBN: (server) Received SYNACK
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.446 [DBG] GOBN: (server) Handshake complete (Server)
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.446 [DBG] GOBN: (server) Starting
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.446 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.446 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 17 14:29:31 raspibolt litd[148656]: 2024-10-17 14:29:31.459 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 17 14:29:32 raspibolt litd[148656]: 2024-10-17 14:29:32.190 [DBG] GOBN: (server) Updating resendTimeout to 3.660558035s
Oct 17 14:29:48 raspibolt litd[148656]: 2024-10-17 14:29:48.182 [DBG] GOBN: (server) Resending the packets queue
Oct 17 14:29:48 raspibolt litd[148656]: 2024-10-17 14:29:48.182 [DBG] GOBN: (server) Boosted resendTimeout to 5.490837075s
Oct 17 14:29:53 raspibolt litd[148656]: 2024-10-17 14:29:53.418 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 17 14:29:55 raspibolt litd[148656]: 2024-10-17 14:29:55.747 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.519 [DBG] GOBN: (server) Error in receivePacketsForever: received unexpected message: *gbn.PacketSYN
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.519 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.519 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] GOBN: (server) GBN is closed
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] MBOX: (server) Connection is closing
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] MBOX: (server) Closing send stream
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] MBOX: (server) Connection closed
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.520 [DBG] MBOX: (server) Accept: done with existing conn
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.521 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.521 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:30:02 raspibolt litd[148656]: 2024-10-17 14:30:02.851 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:30:06 raspibolt litd[148656]: 2024-10-17 14:30:06.240 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:30:06 raspibolt litd[148656]: 2024-10-17 14:30:06.568 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:30:06 raspibolt litd[148656]: 2024-10-17 14:30:06.568 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] GOBN: (server) Received SYNACK
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] GOBN: (server) Updating resendTimeout to 3.331956675s
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] GOBN: (server) Handshake complete (Server)
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] GOBN: (server) Starting
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.235 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 17 14:30:07 raspibolt litd[148656]: 2024-10-17 14:30:07.245 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 17 14:30:22 raspibolt litd[148656]: 2024-10-17 14:30:22.019 [DBG] GOBN: (server) Resending the packets queue
Oct 17 14:30:22 raspibolt litd[148656]: 2024-10-17 14:30:22.019 [DBG] GOBN: (server) Boosted resendTimeout to 4.997935043s
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.013 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.013 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.015 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Connection is closing
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] GOBN: (server) GBN is closed
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Closing send stream
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Connection closed
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.016 [DBG] MBOX: (server) Accept: done with existing conn
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.017 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.017 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:30:37 raspibolt litd[148656]: 2024-10-17 14:30:37.347 [DBG] MBOX: (server) Receive mailbox created
Oct 17 14:30:40 raspibolt litd[148656]: 2024-10-17 14:30:40.288 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:30:40 raspibolt litd[148656]: 2024-10-17 14:30:40.617 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:30:40 raspibolt litd[148656]: 2024-10-17 14:30:40.617 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:30:42 raspibolt litd[148656]: 2024-10-17 14:30:42.304 [DBG] GOBN: (server) Received SYN. Resend SYN.
Oct 17 14:30:42 raspibolt litd[148656]: 2024-10-17 14:30:42.304 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 17 14:30:42 raspibolt litd[148656]: 2024-10-17 14:30:42.304 [DBG] MBOX: (server) Got failure on send socket, re-trying: EOF
Oct 17 14:30:44 raspibolt litd[148656]: 2024-10-17 14:30:44.633 [DBG] MBOX: (server) Send mailbox created
Oct 17 14:30:44 raspibolt litd[148656]: 2024-10-17 14:30:44.634 [DBG] GOBN: (server) Boosted handshakeTimeout to 3s
Oct 17 14:30:44 raspibolt litd[148656]: 2024-10-17 14:30:44.634 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.531 [DBG] GOBN: (server) Received SYNACK
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.532 [DBG] GOBN: (server) Handshake complete (Server)
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.532 [DBG] GOBN: (server) Starting
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.532 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.532 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 17 14:30:45 raspibolt litd[148656]: 2024-10-17 14:30:45.540 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 17 14:30:46 raspibolt litd[148656]: 2024-10-17 14:30:46.327 [DBG] GOBN: (server) Updating resendTimeout to 3.93993888s
Oct 17 14:31:02 raspibolt litd[148656]: 2024-10-17 14:31:02.202 [DBG] GOBN: (server) Resending the packets queue
Oct 17 14:31:02 raspibolt litd[148656]: 2024-10-17 14:31:02.203 [DBG] GOBN: (server) Boosted resendTimeout to 5.909908288s
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.933 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.933 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.933 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.933 [DBG] GOBN: (server) Closing GoBackNConn
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Connection is closing
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] GOBN: (server) GBN is closed
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Closing receive stream
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Closing send stream
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Connection closed
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.934 [DBG] MBOX: (server) Accept: done with existing conn
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.935 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 17 14:31:19 raspibolt litd[148656]: 2024-10-17 14:31:19.935 [DBG] GOBN: (server) Waiting for client SYN
Oct 17 14:31:20 raspibolt litd[148656]: 2024-10-17 14:31:20.266 [DBG] MBOX: (server) Receive mailbox created
I will post new logs as soon as I get a connection error again..
New error this morning. I got it after a router reboot. (I have a dynamic IP)
Oct 18 10:00:00 raspibolt litd[148656]: 2024-10-18 10:00:00.829 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:02 raspibolt litd[148656]: 2024-10-18 10:00:02.830 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:04 raspibolt litd[148656]: 2024-10-18 10:00:04.832 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:06 raspibolt litd[148656]: 2024-10-18 10:00:06.832 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:08 raspibolt litd[148656]: 2024-10-18 10:00:08.833 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:10 raspibolt litd[148656]: 2024-10-18 10:00:10.834 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:12 raspibolt litd[148656]: 2024-10-18 10:00:12.835 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:14 raspibolt litd[148656]: 2024-10-18 10:00:14.836 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:16 raspibolt litd[148656]: 2024-10-18 10:00:16.836 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:18 raspibolt litd[148656]: 2024-10-18 10:00:18.837 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:20 raspibolt litd[148656]: 2024-10-18 10:00:20.839 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:22 raspibolt litd[148656]: 2024-10-18 10:00:22.840 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:24 raspibolt litd[148656]: 2024-10-18 10:00:24.842 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:26 raspibolt litd[148656]: 2024-10-18 10:00:26.843 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:28 raspibolt litd[148656]: 2024-10-18 10:00:28.844 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:30 raspibolt litd[148656]: 2024-10-18 10:00:30.846 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:32 raspibolt litd[148656]: 2024-10-18 10:00:32.846 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:34 raspibolt litd[148656]: 2024-10-18 10:00:34.847 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:36 raspibolt litd[148656]: 2024-10-18 10:00:36.849 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:38 raspibolt litd[148656]: 2024-10-18 10:00:38.849 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:40 raspibolt litd[148656]: 2024-10-18 10:00:40.850 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.590 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.1>
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.590 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.>
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.592 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to CONNECTING
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.592 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel picks a new address "mailbox.terminal.lightning.today:443" to connect
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.593 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:00:42 raspibolt litd[148656]: 2024-10-18 10:00:42.850 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:44 raspibolt litd[148656]: 2024-10-18 10:00:44.851 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:46 raspibolt litd[148656]: 2024-10-18 10:00:46.852 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:48 raspibolt litd[148656]: 2024-10-18 10:00:48.853 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:50 raspibolt litd[148656]: 2024-10-18 10:00:50.854 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:39>
Oct 18 10:00:52 raspibolt litd[148656]: 2024-10-18 10:00:52.595 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"mailbox.terminal.lightning.today:443\", ServerName: \"mailbox.terminal.lightning.today:443\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.>
Oct 18 10:00:52 raspibolt litd[148656]: 2024-10-18 10:00:52.595 [WRN] GRPC: [core] [Channel #29 SubChannel #30] grpc: addrConn.createTransport failed to connect to {Addr: "mailbox.terminal.lightning.today:443", ServerName: "mailbox.terminal.lightning.today:443", }. Err: connection error: desc = "transport: Error wh>
Oct 18 10:00:52 raspibolt litd[148656]: 2024-10-18 10:00:52.596 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp>
Oct 18 10:00:52 raspibolt litd[148656]: 2024-10-18 10:00:52.596 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.toda>
Oct 18 10:00:52 raspibolt litd[148656]: 2024-10-18 10:00:52.855 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:00:54 raspibolt litd[148656]: 2024-10-18 10:00:54.855 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:00:56 raspibolt litd[148656]: 2024-10-18 10:00:56.855 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:00:58 raspibolt litd[148656]: 2024-10-18 10:00:58.856 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:00 raspibolt litd[148656]: 2024-10-18 10:01:00.856 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:02 raspibolt litd[148656]: 2024-10-18 10:01:02.857 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:04 raspibolt litd[148656]: 2024-10-18 10:01:04.857 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:06 raspibolt litd[148656]: 2024-10-18 10:01:06.857 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:08 raspibolt litd[148656]: 2024-10-18 10:01:08.858 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:10 raspibolt litd[148656]: 2024-10-18 10:01:10.860 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:12 raspibolt litd[148656]: 2024-10-18 10:01:12.862 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:14 raspibolt litd[148656]: 2024-10-18 10:01:14.862 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:16 raspibolt litd[148656]: 2024-10-18 10:01:16.863 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:18 raspibolt litd[148656]: 2024-10-18 10:01:18.863 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:20 raspibolt litd[148656]: 2024-10-18 10:01:20.864 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:22 raspibolt litd[148656]: 2024-10-18 10:01:22.865 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:24 raspibolt litd[148656]: 2024-10-18 10:01:24.865 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:26 raspibolt litd[148656]: 2024-10-18 10:01:26.866 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:28 raspibolt litd[148656]: 2024-10-18 10:01:28.867 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:30 raspibolt litd[148656]: 2024-10-18 10:01:30.868 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:32 raspibolt litd[148656]: 2024-10-18 10:01:32.868 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:34 raspibolt litd[148656]: 2024-10-18 10:01:34.869 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:36 raspibolt litd[148656]: 2024-10-18 10:01:36.870 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:38 raspibolt litd[148656]: 2024-10-18 10:01:38.871 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:40 raspibolt litd[148656]: 2024-10-18 10:01:40.871 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:42 raspibolt litd[148656]: 2024-10-18 10:01:42.872 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:44 raspibolt litd[148656]: 2024-10-18 10:01:44.873 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:46 raspibolt litd[148656]: 2024-10-18 10:01:46.874 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:48 raspibolt litd[148656]: 2024-10-18 10:01:48.875 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:50 raspibolt litd[148656]: 2024-10-18 10:01:50.877 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:52 raspibolt litd[148656]: 2024-10-18 10:01:52.877 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:54 raspibolt litd[148656]: 2024-10-18 10:01:54.879 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:56 raspibolt litd[148656]: 2024-10-18 10:01:56.879 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:01:58 raspibolt litd[148656]: 2024-10-18 10:01:58.880 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:00 raspibolt litd[148656]: 2024-10-18 10:02:00.881 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:02 raspibolt litd[148656]: 2024-10-18 10:02:02.882 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:04 raspibolt litd[148656]: 2024-10-18 10:02:04.882 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:06 raspibolt litd[148656]: 2024-10-18 10:02:06.539 [INF] RPCS: Received new block notification: height=866169
Oct 18 10:02:06 raspibolt litd[148656]: 2024-10-18 10:02:06.539 [INF] GRDN: New block at height 866169
Oct 18 10:02:06 raspibolt litd[148656]: 2024-10-18 10:02:06.884 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:08 raspibolt litd[148656]: 2024-10-18 10:02:08.885 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:10 raspibolt litd[148656]: 2024-10-18 10:02:10.885 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:12 raspibolt litd[148656]: 2024-10-18 10:02:12.887 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:14 raspibolt litd[148656]: 2024-10-18 10:02:14.887 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:16 raspibolt litd[148656]: 2024-10-18 10:02:16.888 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:18 raspibolt litd[148656]: 2024-10-18 10:02:18.889 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:20 raspibolt litd[148656]: 2024-10-18 10:02:20.891 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:22 raspibolt litd[148656]: 2024-10-18 10:02:22.892 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:24 raspibolt litd[148656]: 2024-10-18 10:02:24.893 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:26 raspibolt litd[148656]: 2024-10-18 10:02:26.894 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:28 raspibolt litd[148656]: 2024-10-18 10:02:28.895 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:30 raspibolt litd[148656]: 2024-10-18 10:02:30.896 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:32 raspibolt litd[148656]: 2024-10-18 10:02:32.896 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:34 raspibolt litd[148656]: 2024-10-18 10:02:34.897 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.591 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.1>
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.591 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.>
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.591 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to CONNECTING
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.591 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel picks a new address "mailbox.terminal.lightning.today:443" to connect
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.592 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:02:36 raspibolt litd[148656]: 2024-10-18 10:02:36.898 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:38 raspibolt litd[148656]: 2024-10-18 10:02:38.899 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:40 raspibolt litd[148656]: 2024-10-18 10:02:40.900 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:42 raspibolt litd[148656]: 2024-10-18 10:02:42.900 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:44 raspibolt litd[148656]: 2024-10-18 10:02:44.901 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:46 raspibolt litd[148656]: 2024-10-18 10:02:46.902 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:48 raspibolt litd[148656]: 2024-10-18 10:02:48.903 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:50 raspibolt litd[148656]: 2024-10-18 10:02:50.904 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:33>
Oct 18 10:02:51 raspibolt litd[148656]: 2024-10-18 10:02:51.595 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"mailbox.terminal.lightning.today:443\", ServerName: \"mailbox.terminal.lightning.today:443\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.>
Oct 18 10:02:51 raspibolt litd[148656]: 2024-10-18 10:02:51.595 [WRN] GRPC: [core] [Channel #29 SubChannel #30] grpc: addrConn.createTransport failed to connect to {Addr: "mailbox.terminal.lightning.today:443", ServerName: "mailbox.terminal.lightning.today:443", }. Err: connection error: desc = "transport: Error wh>
Oct 18 10:02:51 raspibolt litd[148656]: 2024-10-18 10:02:51.596 [DBG] GRPC: [core] [Channel #29 SubChannel #30] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp>
Oct 18 10:02:51 raspibolt litd[148656]: 2024-10-18 10:02:51.596 [DBG] GRPC: [core] [pick-first-lb 0x400064d2c0] Received SubConn state update: 0x400064d440, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.toda>
Oct 18 10:02:52 raspibolt litd[148656]: 2024-10-18 10:02:52.905 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:02:54 raspibolt litd[148656]: 2024-10-18 10:02:54.906 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:02:56 raspibolt litd[148656]: 2024-10-18 10:02:56.907 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:02:58 raspibolt litd[148656]: 2024-10-18 10:02:58.908 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:00 raspibolt litd[148656]: 2024-10-18 10:03:00.909 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:02 raspibolt litd[148656]: 2024-10-18 10:03:02.910 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:04 raspibolt litd[148656]: 2024-10-18 10:03:04.910 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:06 raspibolt litd[148656]: 2024-10-18 10:03:06.911 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:08 raspibolt litd[148656]: 2024-10-18 10:03:08.912 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:10 raspibolt litd[148656]: 2024-10-18 10:03:10.913 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:12 raspibolt litd[148656]: 2024-10-18 10:03:12.914 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:14 raspibolt litd[148656]: 2024-10-18 10:03:14.915 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:16 raspibolt litd[148656]: 2024-10-18 10:03:16.916 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:18 raspibolt litd[148656]: 2024-10-18 10:03:18.917 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:20 raspibolt litd[148656]: 2024-10-18 10:03:20.918 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:22 raspibolt litd[148656]: 2024-10-18 10:03:22.919 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:24 raspibolt litd[148656]: 2024-10-18 10:03:24.920 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:26 raspibolt litd[148656]: 2024-10-18 10:03:26.921 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:28 raspibolt litd[148656]: 2024-10-18 10:03:28.842 [INF] RPCS: Received new block notification: height=866170
Oct 18 10:03:28 raspibolt litd[148656]: 2024-10-18 10:03:28.842 [INF] GRDN: New block at height 866170
Oct 18 10:03:28 raspibolt litd[148656]: 2024-10-18 10:03:28.922 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:30 raspibolt litd[148656]: 2024-10-18 10:03:30.923 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:32 raspibolt litd[148656]: 2024-10-18 10:03:32.924 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:34 raspibolt litd[148656]: 2024-10-18 10:03:34.925 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:36 raspibolt litd[148656]: 2024-10-18 10:03:36.927 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:38 raspibolt litd[148656]: 2024-10-18 10:03:38.928 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:40 raspibolt litd[148656]: 2024-10-18 10:03:40.929 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:42 raspibolt litd[148656]: 2024-10-18 10:03:42.930 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:44 raspibolt litd[148656]: 2024-10-18 10:03:44.931 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:46 raspibolt litd[148656]: 2024-10-18 10:03:46.931 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:48 raspibolt litd[148656]: 2024-10-18 10:03:48.932 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:50 raspibolt litd[148656]: 2024-10-18 10:03:50.933 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:52 raspibolt litd[148656]: 2024-10-18 10:03:52.937 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:54 raspibolt litd[148656]: 2024-10-18 10:03:54.938 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:56 raspibolt litd[148656]: 2024-10-18 10:03:56.939 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:03:58 raspibolt litd[148656]: 2024-10-18 10:03:58.940 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:00 raspibolt litd[148656]: 2024-10-18 10:04:00.940 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:02 raspibolt litd[148656]: 2024-10-18 10:04:02.941 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:04 raspibolt litd[148656]: 2024-10-18 10:04:04.941 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:06 raspibolt litd[148656]: 2024-10-18 10:04:06.942 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:08 raspibolt litd[148656]: 2024-10-18 10:04:08.943 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:10 raspibolt litd[148656]: 2024-10-18 10:04:10.945 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:12 raspibolt litd[148656]: 2024-10-18 10:04:12.946 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:14 raspibolt litd[148656]: 2024-10-18 10:04:14.947 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:16 raspibolt litd[148656]: 2024-10-18 10:04:16.948 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:18 raspibolt litd[148656]: 2024-10-18 10:04:18.949 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:20 raspibolt litd[148656]: 2024-10-18 10:04:20.950 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:22 raspibolt litd[148656]: 2024-10-18 10:04:22.951 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:24 raspibolt litd[148656]: 2024-10-18 10:04:24.952 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:26 raspibolt litd[148656]: 2024-10-18 10:04:26.953 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:28 raspibolt litd[148656]: 2024-10-18 10:04:28.956 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:30 raspibolt litd[148656]: 2024-10-18 10:04:30.957 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:32 raspibolt litd[148656]: 2024-10-18 10:04:32.958 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:34 raspibolt litd[148656]: 2024-10-18 10:04:34.959 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:36 raspibolt litd[148656]: 2024-10-18 10:04:36.959 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:38 raspibolt litd[148656]: 2024-10-18 10:04:38.960 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:40 raspibolt litd[148656]: 2024-10-18 10:04:40.962 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:42 raspibolt litd[148656]: 2024-10-18 10:04:42.962 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:44 raspibolt litd[148656]: 2024-10-18 10:04:44.963 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:46 raspibolt litd[148656]: 2024-10-18 10:04:46.963 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:48 raspibolt litd[148656]: 2024-10-18 10:04:48.965 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:50 raspibolt litd[148656]: 2024-10-18 10:04:50.966 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:52 raspibolt litd[148656]: 2024-10-18 10:04:52.967 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:54 raspibolt litd[148656]: 2024-10-18 10:04:54.968 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
Oct 18 10:04:56 raspibolt litd[148656]: 2024-10-18 10:04:56.969 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:41>
lines 80-171/171 (END)
after litd restart:
admin ~ ₿ sudo journalctl -u litd --since "2024-10-18 10:15:00"
Oct 18 10:15:18 raspibolt litd[176215]: 2024-10-18 10:15:18.033 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:39618->1>
Oct 18 10:15:18 raspibolt litd[176215]: 2024-10-18 10:15:18.034 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:15:18 raspibolt litd[176215]: 2024-10-18 10:15:18.035 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to CONNECTING
Oct 18 10:15:18 raspibolt litd[176215]: 2024-10-18 10:15:18.035 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:15:18 raspibolt litd[176215]: 2024-10-18 10:15:18.035 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:15:20 raspibolt litd[176215]: 2024-10-18 10:15:20.908 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:39618->1>
Oct 18 10:15:20 raspibolt litd[176215]: 2024-10-18 10:15:20.908 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:15:20 raspibolt litd[176215]: 2024-10-18 10:15:20.908 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to CONNECTING
Oct 18 10:15:20 raspibolt litd[176215]: 2024-10-18 10:15:20.908 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:15:20 raspibolt litd[176215]: 2024-10-18 10:15:20.908 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [WRN] GRPC: [core] [Channel #18 SubChannel #19] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [WRN] GRPC: [core] [Channel #16 SubChannel #17] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:15:28 raspibolt litd[176215]: 2024-10-18 10:15:28.044 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
Oct 18 10:16:29 raspibolt litd[176215]: 2024-10-18 10:16:29.975 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:50144->1>
Oct 18 10:16:29 raspibolt litd[176215]: 2024-10-18 10:16:29.975 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:16:29 raspibolt litd[176215]: 2024-10-18 10:16:29.975 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to CONNECTING
Oct 18 10:16:29 raspibolt litd[176215]: 2024-10-18 10:16:29.975 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:16:29 raspibolt litd[176215]: 2024-10-18 10:16:29.976 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:16:30 raspibolt litd[176215]: 2024-10-18 10:16:30.683 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:50144->1>
Oct 18 10:16:30 raspibolt litd[176215]: 2024-10-18 10:16:30.683 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:16:30 raspibolt litd[176215]: 2024-10-18 10:16:30.684 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to CONNECTING
Oct 18 10:16:30 raspibolt litd[176215]: 2024-10-18 10:16:30.684 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:16:30 raspibolt litd[176215]: 2024-10-18 10:16:30.684 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.983 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [WRN] GRPC: [core] [Channel #18 SubChannel #19] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [WRN] GRPC: [core] [Channel #16 SubChannel #17] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:16:39 raspibolt litd[176215]: 2024-10-18 10:16:39.984 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
Oct 18 10:18:19 raspibolt litd[176215]: 2024-10-18 10:18:19.356 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:39388->1>
Oct 18 10:18:19 raspibolt litd[176215]: 2024-10-18 10:18:19.356 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:18:19 raspibolt litd[176215]: 2024-10-18 10:18:19.368 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to CONNECTING
Oct 18 10:18:19 raspibolt litd[176215]: 2024-10-18 10:18:19.368 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:18:19 raspibolt litd[176215]: 2024-10-18 10:18:19.368 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:18:29 raspibolt litd[176215]: 2024-10-18 10:18:29.379 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:18:29 raspibolt litd[176215]: 2024-10-18 10:18:29.379 [WRN] GRPC: [core] [Channel #18 SubChannel #19] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:18:29 raspibolt litd[176215]: 2024-10-18 10:18:29.379 [DBG] GRPC: [core] [Channel #18 SubChannel #19] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:18:29 raspibolt litd[176215]: 2024-10-18 10:18:29.379 [DBG] GRPC: [core] [pick-first-lb 0x40005cad80] Received SubConn state update: 0x40005caea0, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
Oct 18 10:18:49 raspibolt litd[176215]: 2024-10-18 10:18:49.776 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to IDLE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.199.15:39388->1>
Oct 18 10:18:49 raspibolt litd[176215]: 2024-10-18 10:18:49.776 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:IDLE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53>
Oct 18 10:18:49 raspibolt litd[176215]: 2024-10-18 10:18:49.776 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to CONNECTING
Oct 18 10:18:49 raspibolt litd[176215]: 2024-10-18 10:18:49.776 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel picks a new address "pool.lightning.finance:12010" to connect
Oct 18 10:18:49 raspibolt litd[176215]: 2024-10-18 10:18:49.776 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:CONNECTING ConnectionError:<nil>}
Oct 18 10:18:59 raspibolt litd[176215]: 2024-10-18 10:18:59.783 [DBG] GRPC: [core] Creating new client transport to "{Addr: \"pool.lightning.finance:12010\", ServerName: \"pool.lightning.finance:12010\", }": connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100>
Oct 18 10:18:59 raspibolt litd[176215]: 2024-10-18 10:18:59.783 [WRN] GRPC: [core] [Channel #16 SubChannel #17] grpc: addrConn.createTransport failed to connect to {Addr: "pool.lightning.finance:12010", ServerName: "pool.lightning.finance:12010", }. Err: connection error: desc = "transport: Error while dialing: dia>
Oct 18 10:18:59 raspibolt litd[176215]: 2024-10-18 10:18:59.783 [DBG] GRPC: [core] [Channel #16 SubChannel #17] Subchannel Connectivity change to TRANSIENT_FAILURE, last error: connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.100.100.100:53: read udp 100.86.19>
Oct 18 10:18:59 raspibolt litd[176215]: 2024-10-18 10:18:59.783 [DBG] GRPC: [core] [pick-first-lb 0x40008dec30] Received SubConn state update: 0x40008dee40, {ConnectivityState:TRANSIENT_FAILURE ConnectionError:connection error: desc = "transport: Error while dialing: dial tcp: lookup pool.lightning.finance on 100.1>
lines 1-54/54 (END)
Thanks for the updates @dawiepoolman!
i.e. I have two debug lines in my lit.conf. They are presumably for different services:
# Remote options remote.lit-debuglevel=debug #enable error trapping of intermited connection lnd.debuglevel=trace
Apologies, I didn't realise that you were running with a remote lnd
node. In that case you should edit the configuration to just be:
remote.lit-debuglevel=debug,GOBN=trace,MBOX=trace
or just:
remote.lit-debuglevel=trace
Once you've configured it correctly, you should se a lot of rows in your log that looks similar to this:
2024-10-18 12:07:09.225 [TRC] GOBN: (server) Sending data 10
New error this morning. I got it after a router reboot. (I have a dynamic IP)
Are these errors still occurring? Do you have general network connection with the same VPN & Tor setup while those errors occur?
Hi @ViktorTigerstrom
I have three other devices on the same Tailscale VPN without noticeable connection latencies.
I have adjusted my config as suggested and it was stable for a day. Today I get logs:
>100.100.100.100:53: i/o timeout"
Oct 21 06:46:48 raspibolt litd[814]: 2024-10-21 06:46:48.572 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:46707->100.100.100.100:53: i/o timeout"
Oct 21 06:46:50 raspibolt litd[814]: 2024-10-21 06:46:50.574 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:46707->100.100.100.100:53: i/o timeout"
Oct 21 06:46:52 raspibolt litd[814]: 2024-10-21 06:46:52.575 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:46707->100.100.100.100:53: i/o timeout"
Oct 21 06:46:54 raspibolt litd[814]: 2024-10-21 06:46:54.576 [DBG] MBOX: (server) Failed to re-create read stream mbox: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing: dial tcp: lookup mailbox.terminal.lightning.today on 100.100.100.100:53: read udp 100.86.199.15:46707->100.100.100.100:53: i/o timeout"
I keep rebooting to restore connectivity.
Hi again @dawiepoolman,
Apologies for the late reply! Given the latest errors, it seems to me like there's an issue with connecting to the DNS at 100.100.100.100. This seems to be an DNS issue that's likely linked with your network setup, rather than within litd or LNC itself. As I can't really guide you how to configure the network setup, my best suggestion would be that you lookup where the IP 100.100.100.100 within your setup comes from or where it's set, and ensure that your setup configuration allows it to be reached.
Hi @ViktorTigerstrom Very interesting observation indeed. I have adjusted the Tailscale setup in the admin console to add a global nameserver (which was blank by default as an alternative to the default 100.100.100.100 here:
Lets see it that translates into a more reliable connection. I will monitor and revert.. Much thx.
Unfortunately not fully resolved. It does seem more stable but I had one more disconnect.
admin ~ ₿ sudo journalctl -u litd --since "2024-10-27 08:30:00" | grep -E 'MBOX|GOBN|SESS'
Oct 27 12:12:49 raspibolt litd[89157]: 2024-10-27 12:12:49.596 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 27 12:12:49 raspibolt litd[89157]: 2024-10-27 12:12:49.939 [DBG] MBOX: (server) Send mailbox created
Oct 27 12:12:49 raspibolt litd[89157]: 2024-10-27 12:12:49.939 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 27 12:12:51 raspibolt litd[89157]: 2024-10-27 12:12:51.941 [DBG] GOBN: (server) SYNCACK resendTimeout. Abort and wait for client to re-initiate
Oct 27 12:12:51 raspibolt litd[89157]: 2024-10-27 12:12:51.941 [DBG] GOBN: (server) Waiting for client SYN
Oct 27 12:12:53 raspibolt litd[89157]: 2024-10-27 12:12:53.504 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 27 12:12:53 raspibolt litd[89157]: 2024-10-27 12:12:53.504 [DBG] MBOX: (server) Got failure on send socket, re-trying: EOF
Oct 27 12:12:55 raspibolt litd[89157]: 2024-10-27 12:12:55.834 [DBG] MBOX: (server) Send mailbox created
Oct 27 12:12:55 raspibolt litd[89157]: 2024-10-27 12:12:55.835 [DBG] GOBN: (server) Boosted handshakeTimeout to 3s
Oct 27 12:12:55 raspibolt litd[89157]: 2024-10-27 12:12:55.837 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.478 [DBG] GOBN: (server) Received SYNACK
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.478 [DBG] GOBN: (server) Handshake complete (Server)
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.478 [DBG] GOBN: (server) Starting
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.482 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.483 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 27 12:12:56 raspibolt litd[89157]: 2024-10-27 12:12:56.489 [TRC] MBOX: Starting server handshake
Oct 27 12:12:57 raspibolt litd[89157]: 2024-10-27 12:12:57.481 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:12:57 raspibolt litd[89157]: 2024-10-27 12:12:57.496 [TRC] GOBN: (server) Sending data 0
Oct 27 12:12:57 raspibolt litd[89157]: 2024-10-27 12:12:57.503 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 27 12:12:57 raspibolt litd[89157]: 2024-10-27 12:12:57.504 [TRC] GOBN: (server) Sending data 1
Oct 27 12:12:57 raspibolt litd[89157]: 2024-10-27 12:12:57.505 [TRC] GOBN: (server) Sending data 2
Oct 27 12:12:58 raspibolt litd[89157]: 2024-10-27 12:12:58.160 [DBG] GOBN: (server) Updating resendTimeout to 3.31809741s
Oct 27 12:12:58 raspibolt litd[89157]: 2024-10-27 12:12:58.161 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:12:58 raspibolt litd[89157]: 2024-10-27 12:12:58.163 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:12:58 raspibolt litd[89157]: 2024-10-27 12:12:58.163 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.980 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.980 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.983 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.983 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.984 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.984 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.984 [TRC] GOBN: (server) Sending data 3
Oct 27 12:13:01 raspibolt litd[89157]: 2024-10-27 12:13:01.984 [TRC] GOBN: (server) Sending data 4
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [TRC] GOBN: (server) Set expectedACK to 4 & expectedNACK to 5
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [DBG] GOBN: (server) Resending the packets queue
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [DBG] GOBN: (server) Boosted resendTimeout to 4.977146114s
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [TRC] GOBN: (server) Resent 3
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [DBG] GOBN: (server) Boosted resendTimeout to 4.977146114s
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [TRC] GOBN: (server) Resent 4
Oct 27 12:13:05 raspibolt litd[89157]: 2024-10-27 12:13:05.303 [TRC] GOBN: (server) Awaiting sync after resending the queue
Oct 27 12:13:20 raspibolt litd[89157]: 2024-10-27 12:13:20.235 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 27 12:13:20 raspibolt litd[89157]: 2024-10-27 12:13:20.235 [TRC] GOBN: (server) Sending a PING packet
Oct 27 12:13:20 raspibolt litd[89157]: 2024-10-27 12:13:20.236 [TRC] GOBN: (server) Sending data 5
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.236 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.236 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.236 [DBG] GOBN: (server) Closing GoBackNConn
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.236 [TRC] GOBN: (server) Try sending FIN
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.236 [DBG] MBOX: (server) Connection is closing
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] GOBN: (server) GBN is closed
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] MBOX: (server) Closing receive stream
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] MBOX: (server) Closing send stream
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] MBOX: (server) Connection closed
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.237 [DBG] MBOX: (server) Accept: done with existing conn
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.241 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.241 [DBG] GOBN: (server) Waiting for client SYN
Oct 27 12:13:23 raspibolt litd[89157]: 2024-10-27 12:13:23.561 [DBG] MBOX: (server) Receive mailbox created
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.280 [DBG] MBOX: (server) Conn being closed
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.599 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] GOBN: (server) Starting
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] MBOX: (server) ServerConn: done creating gbn
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] MBOX: (server) Connection is closing
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] GOBN: (server) Closing GoBackNConn
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [TRC] GOBN: (server) Try sending FIN
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [ERR] GOBN: (server) Error sending FIN: error calling sendToStream: context canceled
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] GOBN: (server) GBN is closed
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] MBOX: (server) Closing receive stream
Oct 27 12:13:45 raspibolt litd[89157]: 2024-10-27 12:13:45.919 [DBG] MBOX: (server) Connection closed
Oct 27 12:13:46 raspibolt litd[212527]: 2024-10-27 12:13:46.154 [INF] SESS: Checking for schema update: latest_version=2, db_version=2
Oct 27 12:13:51 raspibolt litd[212527]: 2024-10-27 12:13:51.013 [INF] SESS: Mailbox RPC server listening on mailbox:99d03f5b9b3b9a779ed1e6c4e0ed26c0f32029dc8709dcc43d0a4e7020d6188038198eb3509021160d885a25ea7228d46e1fe418bddbb42e7506e85ca492e581@mailbox.terminal.lightning.today:443
Oct 27 12:13:51 raspibolt litd[212527]: 2024-10-27 12:13:51.014 [DBG] MBOX: (server) Creating gbn, waiting for sync
Oct 27 12:13:51 raspibolt litd[212527]: 2024-10-27 12:13:51.014 [DBG] GOBN: (server) Waiting for client SYN
Oct 27 12:13:52 raspibolt litd[212527]: 2024-10-27 12:13:52.624 [DBG] MBOX: (server) Receive mailbox created
Oct 27 12:14:08 raspibolt litd[212527]: 2024-10-27 12:14:08.390 [DBG] GOBN: (server) Received client SYN. Sending back.
Oct 27 12:14:08 raspibolt litd[212527]: 2024-10-27 12:14:08.708 [DBG] MBOX: (server) Send mailbox created
Oct 27 12:14:08 raspibolt litd[212527]: 2024-10-27 12:14:08.708 [DBG] GOBN: (server) Waiting for client SYNACK
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] GOBN: (server) Received SYNACK
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] GOBN: (server) Updating resendTimeout to 6.686404545s
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] GOBN: (server) Handshake complete (Server)
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] GOBN: (server) Starting
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] MBOX: (server) Done creating gbn
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [DBG] MBOX: (server) Accept: have existing mailbox connection, waiting
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.045 [TRC] MBOX: Starting server handshake
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.048 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.051 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.052 [DBG] MBOX: Finished server handshake, client_key=0350afc98b15ce71cceed04db8f6188680d951b684eccffa7cf022cb544969eefe
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.053 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.053 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.691 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.691 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.691 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.694 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.694 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.694 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.696 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.696 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.697 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.697 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.697 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:10 raspibolt litd[212527]: 2024-10-27 12:14:10.926 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.014 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.015 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.015 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.053 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.053 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.053 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.053 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.334 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.334 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.663 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.665 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.668 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.670 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.690 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.691 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.693 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.693 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.694 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.694 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.694 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.694 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.728 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.732 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.734 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.734 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.772 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.773 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.776 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:11 raspibolt litd[212527]: 2024-10-27 12:14:11.776 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.345 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.345 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.367 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.374 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.375 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.375 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:12 raspibolt litd[212527]: 2024-10-27 12:14:12.408 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.091 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.095 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.095 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.095 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.095 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.095 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.103 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.106 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.107 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.135 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.138 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.140 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.140 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.214 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.214 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.737 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.737 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.776 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.776 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.776 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.776 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.922 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.925 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.928 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.929 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.929 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:13 raspibolt litd[212527]: 2024-10-27 12:14:13.929 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.054 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.057 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.058 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.058 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.106 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.106 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.570 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.570 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.698 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.698 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.698 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.698 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.746 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.746 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.746 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.748 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.748 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.748 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.769 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.773 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.774 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.775 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.777 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.777 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.815 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.815 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.849 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.850 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.870 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:14 raspibolt litd[212527]: 2024-10-27 12:14:14.871 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.383 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.383 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.413 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.413 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.416 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.419 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.457 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.464 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.467 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.467 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.468 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.468 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.485 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.485 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.489 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.492 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.492 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.493 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.493 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.510 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.510 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.704 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.707 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.707 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.708 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.708 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.708 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.708 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.709 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.709 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.709 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.710 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.710 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.710 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.711 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.753 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.753 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.754 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.754 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.760 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.761 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.762 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.762 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.764 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.764 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.766 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.766 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:15 raspibolt litd[212527]: 2024-10-27 12:14:15.783 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.055 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.057 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.084 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.084 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.084 [TRC] GOBN: (server) The queue is full.
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.108 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.108 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.108 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.108 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.130 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.130 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.130 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.131 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.145 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.149 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.150 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.158 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.158 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.161 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.164 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.165 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.166 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.166 [TRC] GOBN: (server) The queue is full.
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.339 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.391 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.391 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.391 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.391 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.391 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.392 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.392 [TRC] GOBN: (server) The queue is full.
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.397 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.397 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.397 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.406 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.409 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.412 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.412 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.415 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.415 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.415 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.726 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.735 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.797 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.803 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.812 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.812 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.813 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:16 raspibolt litd[212527]: 2024-10-27 12:14:16.815 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.032 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.034 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.035 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.044 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.044 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:17 raspibolt litd[212527]: 2024-10-27 12:14:17.045 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.407 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.411 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.412 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.413 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.426 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:20 raspibolt litd[212527]: 2024-10-27 12:14:20.427 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.049 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.051 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.051 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.055 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.065 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.066 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.066 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.069 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.069 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.069 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.074 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.077 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.077 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.077 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.112 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.113 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.706 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.709 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.714 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.720 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.720 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:21 raspibolt litd[212527]: 2024-10-27 12:14:21.720 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.005 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.025 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.025 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.025 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.025 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.025 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.660 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:22 raspibolt litd[212527]: 2024-10-27 12:14:22.666 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.614 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.614 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.614 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.614 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.644 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.644 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.682 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:23 raspibolt litd[212527]: 2024-10-27 12:14:23.682 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.256 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.256 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.256 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.256 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.302 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.312 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.313 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.315 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.315 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.315 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.324 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.328 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.953 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:24 raspibolt litd[212527]: 2024-10-27 12:14:24.953 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.082 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.083 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.721 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.724 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.724 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.724 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.724 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.724 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.768 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.768 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.769 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.769 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.860 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.861 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.861 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.862 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.862 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:25 raspibolt litd[212527]: 2024-10-27 12:14:25.862 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.379 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.380 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.410 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.410 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.412 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.413 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.722 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.887 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.888 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.889 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.889 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.932 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:26 raspibolt litd[212527]: 2024-10-27 12:14:26.932 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.408 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.409 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.409 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.409 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.409 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.409 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.737 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.738 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.738 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.739 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.739 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.739 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.740 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.742 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:27 raspibolt litd[212527]: 2024-10-27 12:14:27.741 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.061 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.061 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.067 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.069 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.070 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.070 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.070 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.107 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.110 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.112 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.112 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.155 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.155 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.155 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.155 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.483 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.483 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.483 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.491 [TRC] GOBN: (server) Received correct ack 7
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.495 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.495 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.717 [TRC] GOBN: (server) Received correct ack 8
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.719 [TRC] GOBN: (server) Received correct ack 9
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.750 [TRC] GOBN: (server) Received correct ack 10
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.750 [TRC] GOBN: (server) Received correct ack 11
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.750 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.752 [TRC] GOBN: (server) Got expected data 3
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.799 [TRC] GOBN: (server) Received correct ack 12
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Received correct ack 13
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Received correct ack 14
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Got expected data 4
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Got expected data 5
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Received correct ack 15
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.822 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.824 [TRC] GOBN: (server) Got expected data 6
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.825 [TRC] GOBN: (server) Got expected data 7
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.893 [TRC] GOBN: (server) Got expected data 8
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.896 [TRC] GOBN: (server) Got expected data 9
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.896 [TRC] GOBN: (server) Sending data 18
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.896 [TRC] GOBN: (server) Sending data 19
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.938 [TRC] GOBN: (server) Sending data 20
Oct 27 12:14:28 raspibolt litd[212527]: 2024-10-27 12:14:28.938 [TRC] GOBN: (server) Sending data 0
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.469 [TRC] GOBN: (server) Received correct ack 16
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.469 [TRC] GOBN: (server) Received correct ack 17
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.572 [TRC] GOBN: (server) Received correct ack 18
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.572 [TRC] GOBN: (server) Received correct ack 19
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.573 [TRC] GOBN: (server) Got expected data 10
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.576 [TRC] GOBN: (server) Got expected data 11
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.576 [TRC] GOBN: (server) Received correct ack 20
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.578 [TRC] GOBN: (server) Received correct ack 0
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.580 [TRC] GOBN: (server) Got expected data 12
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.581 [TRC] GOBN: (server) Got expected data 13
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.582 [TRC] GOBN: (server) Sending data 1
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.582 [TRC] GOBN: (server) Sending data 2
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.591 [TRC] GOBN: (server) Got expected data 14
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.591 [TRC] GOBN: (server) Got expected data 15
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.592 [TRC] GOBN: (server) Sending data 3
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.592 [TRC] GOBN: (server) Sending data 4
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.637 [TRC] GOBN: (server) Sending data 5
Oct 27 12:14:29 raspibolt litd[212527]: 2024-10-27 12:14:29.637 [TRC] GOBN: (server) Sending data 6
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.222 [TRC] GOBN: (server) Received correct ack 1
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.222 [TRC] GOBN: (server) Received correct ack 2
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.227 [TRC] GOBN: (server) Received correct ack 3
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.230 [TRC] GOBN: (server) Received correct ack 4
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.233 [TRC] GOBN: (server) Got expected data 16
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.234 [TRC] GOBN: (server) Got expected data 17
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.272 [TRC] GOBN: (server) Received correct ack 5
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.272 [TRC] GOBN: (server) Received correct ack 6
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.278 [TRC] GOBN: (server) Got expected data 18
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.278 [TRC] GOBN: (server) Got expected data 19
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.278 [TRC] GOBN: (server) Sending data 7
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.278 [TRC] GOBN: (server) Sending data 8
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.296 [TRC] GOBN: (server) Got expected data 20
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.299 [TRC] GOBN: (server) Got expected data 0
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.299 [TRC] GOBN: (server) Sending data 9
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.299 [TRC] GOBN: (server) Sending data 10
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.347 [TRC] GOBN: (server) Sending data 11
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.347 [TRC] GOBN: (server) Sending data 12
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.435 [TRC] GOBN: (server) Got expected data 1
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.436 [TRC] GOBN: (server) Got expected data 2
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.459 [TRC] GOBN: (server) Sending data 13
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.459 [TRC] GOBN: (server) Sending data 14
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.499 [TRC] GOBN: (server) Sending data 15
Oct 27 12:14:30 raspibolt litd[212527]: 2024-10-27 12:14:30.499 [TRC] GOBN: (server) Sending data 16
Oct 27 12:14:35 raspibolt litd[212527]: 2024-10-27 12:14:35.436 [TRC] GOBN: (server) Sending a PING packet
Oct 27 12:14:35 raspibolt litd[212527]: 2024-10-27 12:14:35.437 [TRC] GOBN: (server) Sending data 17
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.122 [TRC] GOBN: (server) Set expectedACK to 17 & expectedNACK to 18
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Resending the packets queue
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 7
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 8
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 9
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 10
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 11
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 12
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 13
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [TRC] GOBN: (server) Resent 14
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.123 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [TRC] GOBN: (server) Resent 15
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [TRC] GOBN: (server) Resent 16
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [DBG] GOBN: (server) Boosted resendTimeout to 10.029606849s
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [TRC] GOBN: (server) Resent 17
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [TRC] GOBN: (server) Awaiting sync after resending the queue
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.214 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) sendPacketsForever stopped
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) Closing GoBackNConn
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [TRC] GOBN: (server) Try sending FIN
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] MBOX: (server) Connection is closing
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Canceled desc = context canceled
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) Error in receivePacketsForever: error receiving from recvFromStream: context canceled
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) receivePacketsForever stopped
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) GBN is closed
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] MBOX: (server) Closing receive stream
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.216 [DBG] MBOX: (server) Closing send stream
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.216 [DBG] MBOX: (server) Connection closed
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.216 [DBG] MBOX: (server) Accept: done with existing conn
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.217 [DBG] MBOX: (server) ServerConn: creating gbn
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.217 [DBG] GOBN: (server) Waiting for client SYN
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.534 [DBG] MBOX: (server) Receive mailbox created
Oct 27 13:13:45 raspibolt litd[212527]: 2024-10-27 13:13:45.648 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 13:13:47 raspibolt litd[212527]: 2024-10-27 13:13:47.973 [DBG] MBOX: (server) Receive mailbox created
Oct 27 14:13:45 raspibolt litd[212527]: 2024-10-27 14:13:45.664 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 14:13:47 raspibolt litd[212527]: 2024-10-27 14:13:47.997 [DBG] MBOX: (server) Receive mailbox created
Oct 27 15:13:45 raspibolt litd[212527]: 2024-10-27 15:13:45.636 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 15:13:47 raspibolt litd[212527]: 2024-10-27 15:13:47.973 [DBG] MBOX: (server) Receive mailbox created
Oct 27 16:13:45 raspibolt litd[212527]: 2024-10-27 16:13:45.663 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 16:13:47 raspibolt litd[212527]: 2024-10-27 16:13:47.997 [DBG] MBOX: (server) Receive mailbox created
Oct 27 17:13:45 raspibolt litd[212527]: 2024-10-27 17:13:45.652 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 17:13:47 raspibolt litd[212527]: 2024-10-27 17:13:47.987 [DBG] MBOX: (server) Receive mailbox created
Oct 27 17:19:05 raspibolt litd[212527]: 2024-10-27 17:19:05.187 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unavailable desc = error reading from server: read tcp 10.0.0.101:59804->54.148.98.137:443: read: connection timed out
Oct 27 17:19:08 raspibolt litd[212527]: 2024-10-27 17:19:08.867 [DBG] MBOX: (server) Receive mailbox created
Oct 27 18:13:45 raspibolt litd[212527]: 2024-10-27 18:13:45.628 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 18:13:47 raspibolt litd[212527]: 2024-10-27 18:13:47.959 [DBG] MBOX: (server) Receive mailbox created
Oct 27 19:13:45 raspibolt litd[212527]: 2024-10-27 19:13:45.638 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 19:13:47 raspibolt litd[212527]: 2024-10-27 19:13:47.982 [DBG] MBOX: (server) Receive mailbox created
Oct 27 20:13:45 raspibolt litd[212527]: 2024-10-27 20:13:45.666 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 20:13:48 raspibolt litd[212527]: 2024-10-27 20:13:48.012 [DBG] MBOX: (server) Receive mailbox created
Oct 27 21:13:45 raspibolt litd[212527]: 2024-10-27 21:13:45.624 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 21:13:47 raspibolt litd[212527]: 2024-10-27 21:13:47.955 [DBG] MBOX: (server) Receive mailbox created
Oct 27 22:13:45 raspibolt litd[212527]: 2024-10-27 22:13:45.608 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 22:13:47 raspibolt litd[212527]: 2024-10-27 22:13:47.931 [DBG] MBOX: (server) Receive mailbox created
Oct 27 23:13:45 raspibolt litd[212527]: 2024-10-27 23:13:45.638 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 27 23:13:47 raspibolt litd[212527]: 2024-10-27 23:13:47.970 [DBG] MBOX: (server) Receive mailbox created
Oct 28 00:13:45 raspibolt litd[212527]: 2024-10-28 00:13:45.658 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 00:13:47 raspibolt litd[212527]: 2024-10-28 00:13:47.984 [DBG] MBOX: (server) Receive mailbox created
Oct 28 01:13:45 raspibolt litd[212527]: 2024-10-28 01:13:45.650 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 01:13:47 raspibolt litd[212527]: 2024-10-28 01:13:47.993 [DBG] MBOX: (server) Receive mailbox created
Oct 28 02:13:45 raspibolt litd[212527]: 2024-10-28 02:13:45.665 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 02:13:48 raspibolt litd[212527]: 2024-10-28 02:13:48.011 [DBG] MBOX: (server) Receive mailbox created
Oct 28 03:13:45 raspibolt litd[212527]: 2024-10-28 03:13:45.650 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 03:13:47 raspibolt litd[212527]: 2024-10-28 03:13:47.988 [DBG] MBOX: (server) Receive mailbox created
Oct 28 04:13:45 raspibolt litd[212527]: 2024-10-28 04:13:45.678 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 04:13:48 raspibolt litd[212527]: 2024-10-28 04:13:48.037 [DBG] MBOX: (server) Receive mailbox created
Oct 28 05:13:45 raspibolt litd[212527]: 2024-10-28 05:13:45.654 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 05:13:48 raspibolt litd[212527]: 2024-10-28 05:13:48.002 [DBG] MBOX: (server) Receive mailbox created
Oct 28 06:13:45 raspibolt litd[212527]: 2024-10-28 06:13:45.655 [DBG] MBOX: (server) Got failure on receive socket, re-trying: rpc error: code = Unknown desc = EOF
Oct 28 06:13:48 raspibolt litd[212527]: 2024-10-28 06:13:48.000 [DBG] MBOX: (server) Receive mailbox created
admin ~ ₿
This just looks like your connection isn't stable in general:
Oct 27 12:14:37 raspibolt litd[212527]: 2024-10-27 12:14:37.124 [TRC] GOBN: (server) Awaiting sync after resending the queue
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.214 [DBG] GOBN: (server) Timed out while waiting for sync
Oct 27 12:15:07 raspibolt litd[212527]: 2024-10-27 12:15:07.215 [DBG] GOBN: (server) Error in sendPacketsForever: no pong received
I'm still pretty sure this is not an LNC specific problem but the way you are connected. Are you sure your VPN connection doesn't just drop for some reason at some point?
I am experiencing unstable connections between Zeus and lit. When I get an error in Zeus e.g. "Failed to connect the LNC client to the proxy server", I restart the service with:
sudo systemctl restart litd
After a restart the connection works again.I am running:
The issue was originally posted here: https://github.com/lightninglabs/lightning-terminal/issues/627
Logs of litd containing MBOX|GOBN|SESS:
sudo journalctl -u litd --since "2024-10-16 00:00:00" --until "2024-10-16 10:00:00" | grep -E 'MBOX|GOBN|SESS'