LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Wicd error (https://www.linuxquestions.org/questions/slackware-14/wicd-error-759601/)

biske 10-04-2009 09:37 AM

Wicd error
 
I use Slackware 13, Xfce and i installed from extra directory package wicd for managing wireless networks. But when i run wicd it gives me error:

Code:

Could not connect to wicd's D-bus interface.
Check the wicd log for error messages.


{BBI}Nexus{BBI} 10-04-2009 09:52 AM

Have you started the wicd service? That needs to be running (start it as root) first before you can use it.

Ahmed 10-05-2009 05:16 PM

To make the daemon start every time you boot up, do this as root:

Code:

# chmod +x /etc/rc.d/rc.wicd
//EDIT: This next step is unnecessary:
=======


Then add these lines to /etc/rc.d/rc.local

Code:

if [ -x /etc/rc.d/rc.wicd ]; then
  . /etc/rc.d/rc.wicd start
fi

=======

You then can add wicd-client to your desktop environment's startup, if you don't want to have to start it yourself every time.

-A

kukibl 10-05-2009 05:28 PM

Ahmed, I believe that wicd service "call" is already added to /etc/rc.d/rc.M, so there is no need for adding those lines to rc.local. He only needs to give executable permission to rc.wicd script.

Ahmed 10-05-2009 05:56 PM

Quote:

Originally Posted by kukibl (Post 3708804)
Ahmed, I believe that wicd service "call" is already added to /etc/rc.d/rc.M, so there is no need for adding those lines to rc.local. He only needs to give executable permission to rc.wicd script.

Of all the scripts I looked through, I forgot to check rc.M :) Thanks, post edited.

-A

mlpa 10-10-2009 05:35 AM

I'm getting the same error, where, I have tried everything...

Can someone help me?

mlpa 10-11-2009 06:09 AM

A found a solution, just see my thread.


All times are GMT -5. The time now is 12:15 AM.