LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   trouble with wicd (https://www.linuxquestions.org/questions/debian-26/trouble-with-wicd-577396/)

unisol 08-15-2007 07:09 PM

trouble with wicd
 
i installed wicd 1.3.3 in etch, and i stupidly shut the computer down while wicd was running. when i start up etch, i cannot get wicd to load.i think it might still be running. how do i kill the process? i couldnt uninstall it. thats whats makes me think its still running

Samotnik 08-20-2007 04:22 PM

Make $ ps -e | grep wicd to check if wicd is still running (if it is, you can kill it with # killall wicd).
If it starts automatically at boottime, you can manage it through # /etc/init.d/wicd stop|start|restart command.


All times are GMT -5. The time now is 10:34 PM.