Yet again, I've found myself banging my head against the wall after having issues with wicd (the most consistenly buggy piece of widely-used software I've ever used).
This time, after installing wicd from apt-get on debian 8 jessie and then trying to open wicd-gtk, one of its gui front-ends, these, rather conradicting error-messages, pop up:
perry@perry:~$ wicd-gtk
Has notifications support True
Loading...
Connecting to daemon...
Can't connect to the daemon, trying to start it automatically...
Can't connect to the daemon, trying to start it automatically...
It seems like the daemon is already running.
If it is not, please remove /var/run/wicd/wicd.pid and try again.
perry@perry:~$
Also, when running just wicd, these message pops up:
perry@perry:~$ sudo wicd
It seems like the daemon is already running.
If it is not, please remove /var/run/wicd/wicd.pid and try again.
So obviously wicd-gtk can not find a daemon, however wicd seems to think it is up and running. I seem more keen to believe wicd-gtk error messages, seeing that there's no /etc/init.d/wicd file (which should be there to start and stop the daemon) and no output of a wicd process in ps aux | grep wicd.
What I've already tried: Re-installed wicd, removed all sorts of files rm -rf /etc/wicd /var/log/wicd /etc/dbus-1/system.d/wicd*, removed /var/run/wicd/wicd.pid, re-installed wicd.
My question is then, why isn't there a /etc/init.d/wicd file even though I installed wicd, and how am I suppose to get the daemon there?