LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-23-2013, 06:18 PM   #1
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Problems with wicd-curses in console


Trying to run "wicd-curses" to get wireless connection in console mode. I get this and it craps out:

Can't connect to the daemon, trying to start it automatically...
Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1051, in <module>
setup_dbus()
File "/usr/share/wicd/curses/wicd-curses.py", line 1031, in setup_dbus
dbus_ifaces = dbusmanager.get_dbus_ifaces()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 35, in get_dbus_ifaces
return DBUS_MANAGER.get_dbus_ifaces()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 61, in get_dbus_ifaces
if not self._dbus_ifaces: connect_to_dbus()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 47, in connect_to_dbus
return DBUS_MANAGER.connect_to_dbus()
File "/usr/lib/python2.7/site-packages/wicd/dbusmanager.py", line 78, in connect_to_dbus
proxy_obj = self._bus.get_object("org.wicd.daemon", '/org/wicd/daemon')
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 241, in get_object
follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 248, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 180, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python2.7/site-packages/dbus/bus.py", line 278, in start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.wicd.daemon.service failed to load: No such file or directory. See system logs and 'systemctl statusystemctl status dbus-org.wicd.daemon.service' for details.

I ran
Code:
systemctl status dbus-org.wicd.daemon.service
and get:
Code:
dbus-org.wicd.daemon.service
	  Loaded: error (Reason: No such file or directory)
	  Active: inactive (dead)
What I want is wireless connection when I boot into run level 3.
Any help is appreciated.

EDIT:
Okay I got over that now I get this:
Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1071, in <module>
main()
File "/usr/share/wicd/curses/wicd-curses.py", line 995, in main
ui.run_wrapper(run)
File "/usr/lib64/python2.7/site-packages/urwid/raw_display.py", line 241, in run_wrapper
return fn()
File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper
return func(*args, **kargs)
File "/usr/share/wicd/curses/wicd-curses.py", line 1003, in run
app = appGUI()
File "/usr/share/wicd/curses/wicd-curses.py", line 548, in __init__
self.wiredCB = urwid.Filler(WiredComboBox(wiredL))
File "/usr/share/wicd/curses/wicd-curses.py", line 378, in __init__
self.__super.__init__(use_enter=False)
File "/usr/share/wicd/curses/curses_misc.py", line 351, in __init__
self.focus = focus
AttributeError: can't set attribute

EDIT again: Apparently it's a problem with python.

Last edited by SharpyWarpy; 04-24-2013 at 09:15 AM.
 
Old 04-27-2013, 01:53 AM   #2
Andy Alt
Member
 
Registered: Jun 2004
Location: Minnesota, USA
Distribution: Slackware64-stable, Manjaro, Debian64 stable
Posts: 528

Rep: Reputation: 167Reputation: 167
In order for wicd-curses to work, the wicd service has to be started. Is this happening at boot time? Is the service enabled?
 
Old 04-27-2013, 09:10 AM   #3
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
Quote:
Originally Posted by Andy Alkaline View Post
In order for wicd-curses to work, the wicd service has to be started. Is this happening at boot time? Is the service enabled?
I enabled it with systemctl but it still won't connect in console, only in X. And I can't get wicd-curses to start because of the above errors. Thank you for your reply.
 
Old 04-27-2013, 10:53 AM   #4
Andy Alt
Member
 
Registered: Jun 2004
Location: Minnesota, USA
Distribution: Slackware64-stable, Manjaro, Debian64 stable
Posts: 528

Rep: Reputation: 167Reputation: 167
You're welcome. Are you using Fedora 18? Maybe an answer could be found in the Fedora Forum?
 
Old 04-27-2013, 01:08 PM   #5
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
Yes, Fedora 18. I have looked there but I'll look again.
 
Old 04-27-2013, 04:58 PM   #6
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
Well I don't like giving up but I'm not well enough to pursue this further. I removed the wicd packages. Thanks for the replies.
 
Old 04-28-2013, 07:57 PM   #7
Andy Alt
Member
 
Registered: Jun 2004
Location: Minnesota, USA
Distribution: Slackware64-stable, Manjaro, Debian64 stable
Posts: 528

Rep: Reputation: 167Reputation: 167
Your welcome. I don't like giving up either.

If you haven't already seen it, looks like there's a bug filed on your problem.

wicd-curses crash on startup
https://bugzilla.redhat.com/show_bug.cgi?id=894646

Good luck.
 
Old 04-28-2013, 08:52 PM   #8
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Original Poster
Rep: Reputation: 91
Quote:
Originally Posted by Andy Alkaline View Post
Your welcome. I don't like giving up either.

If you haven't already seen it, looks like there's a bug filed on your problem.

wicd-curses crash on startup
https://bugzilla.redhat.com/show_bug.cgi?id=894646

Good luck.
I had not seen that, but another related bug. Thanks.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problems with a CLFS to find the curses.h seahawkibiza Linux - Newbie 6 07-12-2011 08:28 AM
[SOLVED] wicd-curses? newb123 Slackware 6 05-10-2011 03:43 AM
[SOLVED] python and curses : unable to getch() for a curses.KEY event mangec Programming 1 11-09-2010 04:21 PM
inputting WPA password with wicd-curses cmccullough Linux - Networking 2 10-14-2010 10:40 AM
WICD tray icon says not connected, WICD manager says conneted to wired network?!?! intheshadows Linux - Newbie 1 12-24-2009 12:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration