hey guys after runing these commands on my vps
cd ~;
cd Desire/src/
./desired -daemon
I am getting this error :
Unable to bind to 0.0.0.0:9919 on this computer. Desire Core is probably already running.
Error: Failed to listen on any port. Use -listen=0 if you want this.
"Any one get this error before"
You could './desire-cli stop' (or something similar) as suggested before, or you can just kill the process.
sudo killall desired
No output means that the daemon was killed, otherwise you will see something like 'There's no process desired'