In the past 48 hours Ubuntu pushed an update related to the newest Nvidia driver, Version 510.
To determine if you are affected, please see if you node is listed as OFFLINE on https://dashboard.xx.network/
You can take two courses of action to bring the node back online if your node is OFFLINE …
See 4a - restart the computer so the unattended update completes.
See 4b - you can also take this opportunity to update the OS packages.
The driver package nvidia-driver-510
has been tested and is compatible with nodes participating on MainNet.
We suggest the following procedure, in this order …
- On the node computer, stop the cmix service:
$ sudo systemctl stop xxnetwork-cmix
- On the gateway computer, stop the gateway and chain services:
$ sudo systemctl stop xxnetwork-gateway xxnetwork-chain
- On the node computer, stop chain service:
$ sudo systemctl stop xxnetwork-chain
4a. Complete the unattended update without updating all OS packages.
Restart the node and gateway computers.
$ sudo shutdown -r now
4b. Optional: Update additional OS packages.
Perform update/upgrade on the node and gateway computers and restart the computers.
$ sudo apt update && sudo apt upgrade
$ sudo shutdown -r now
- After the computers reboot, stop cmix and gateway services.
Node:
$ sudo systemctl stop xxnetwork-cmix
Gateway:
$ sudo systemctl stop xxnetwork-gateway
- Check chain.log on both computers to be sure it’s printing
Imported
andIdle
messages which indicates it is synced.
$ tail -n10 /opt/xxnetwork/log/chain.log
You will want to re-issue the command until you seeIdle
andImported
messages similar to the following:
2022-02-08 15:35:48 ✨ Imported #1186571 (0x0cbf…2b7c)
2022-02-08 15:35:52 💤 Idle (50 peers), best: #1186571 (0x0cbf…2b7c), finalized #1186569 (0x2d6c…f6e6), ⬇ 385.9kiB/s ⬆ 697.6kiB/s
2022-02-08 15:35:54 ✨ Imported #1186572 (0x6c96…801f)
2022-02-08 15:35:57 💤 Idle (50 peers), best: #1186572 (0x6c96…801f), finalized #1186570 (0x169d…3875), ⬇ 492.2kiB/s ⬆ 650.2kiB/s
2022-02-08 15:36:00 ✨ Imported #1186573 (0xf6f2…2db2)
2022-02-08 15:36:02 💤 Idle (50 peers), best: #1186573 (0xf6f2…2db2), finalized #1186571 (0x0cbf…2b7c), ⬇ 658.1kiB/s ⬆ 688.8kiB/s
- After confirming the chain is synced on each computer, start the cmix and gateway services again.
Node:
$ sudo systemctl start xxnetwork-cmix
Gateway:
$ sudo systemctl start xxnetwork-gateway
After a few minutes, you should be back online and running rounds.
If you are having trouble, please visit the xx network Discord server, email [email protected] or ask for assistance in this post.