Linux Debugging
Last updated
Last updated
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 below
Ensure that the Distribute AI Daemon service is running. If the previous command doesn't report the service as active (running)
, try running the command sudo systemctl restart distributeai.service
to start it. If that doesn't work, try reinstalling Distribute AI using the steps below
In order to get a completely clean reinstall, it's recommended to do the following steps:
Run sudo systemctl disable --now distributeai.service
in a terminal
Run sudo systemctl stop distributeai.service
in a terminal
Run sudo rm /etc/systemd/system/distributeai.service
in a terminal
Run sudo rm -rf ~/.local/share/distribute.ai
in a terminal
Restart your machine
Navigate to to download and install the latest version