Linux Debugging
The page is currently being developed. If you experience issues, please contact our support team. Your feedback helps us improve our documentation for everyone.
Background Service Disconnected
Troubleshooting Background Service Disconnection
If you encounter issues with the background service disconnecting, follow these troubleshooting steps:
Reboot Your Computer:
Sometimes the Distribute AI Daemon service has problems after large system modifications, you can try rebooting your computer to check if this problem resolves itself
Verify Service Status:
Open a terminal and type
sudo systemctl status distributeai.service, if systemd reports the status could not be found, try reinstalling Distribute AI using the steps belowEnsure that the Distribute AI Daemon service is running. If the previous command doesn't report the service as
active (running), try running the commandsudo systemctl restart distributeai.serviceto start it. If that doesn't work, try reinstalling Distribute AI using the steps below
Reinstalling
This action will delete all data related to your local provider. Don't worry, you'll retain all your earned points, but the displayed number on your desktop will reset to zero when you log back in. To view all your points, go to https://dashboard.distribute.ai/provider/credits
In order to get a completely clean reinstall, it's recommended to do the following steps:
Run
sudo systemctl disable --now distributeai.servicein a terminalRun
sudo systemctl stop distributeai.servicein a terminalRun
sudo rm /etc/systemd/system/distributeai.servicein a terminalRun
sudo rm -rf ~/.local/share/distribute.aiin a terminalRestart your machine
Navigate to https://dashboard.distribute.ai/provider/downloads to download and install the latest version
Last updated
