You are not logged in.

#1 2007-06-15 09:17:01

lynxfox
Member
Registered: 2007-05-31
Posts: 4

alunn cant't work now?

I build the Package with PKGBUILD from here:
http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
but it can't run on my system

$ alunn
Traceback (most recent call last):
  File "/usr/bin/alunn", line 17, in <module>
    from alunn.notifyicon_buggy_tray import NotifyIconBuggyTray
  File "/usr/lib/python2.5/site-packages/alunn/notifyicon_buggy_tray.py", line 24, in <module>
    class NotifyIconBuggyTray:
  File "/usr/lib/python2.5/site-packages/alunn/notifyicon_buggy_tray.py", line 45, in NotifyIconBuggyTray
    system_bus = dbus.SystemBus()
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 198, in __new__
    private=private)
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 106, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 107, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /var/run/dbus/system_bus_socket: rufuse to connect

Offline

#2 2007-06-15 10:54:16

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: alunn cant't work now?

and dbus is installed and running ?
Otherwise, pacman -S dbus && /etc/rc.d/dbus start
then add it in rc.conf so that it's started at boot.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2007-06-15 12:24:47

lynxfox
Member
Registered: 2007-05-31
Posts: 4

Re: alunn cant't work now?

/etc/rc.d/dbus start
:: Starting D-BUS system messagebus                                      [BUSY] Failed to start message bus: Failed to bind socket "/var/run/dbus/system_bus_socket": Address already in use


alunn
Traceback (most recent call last):
  File "/usr/bin/alunn", line 17, in <module>
    from alunn.notifyicon_buggy_tray import NotifyIconBuggyTray
  File "/usr/lib/python2.5/site-packages/alunn/notifyicon_buggy_tray.py", line 24, in <module>
    class NotifyIconBuggyTray:
  File "/usr/lib/python2.5/site-packages/alunn/notifyicon_buggy_tray.py", line 45, in NotifyIconBuggyTray
    system_bus = dbus.SystemBus()
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 198, in __new__
    private=private)
  File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 106, in __new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/usr/lib/python2.5/site-packages/dbus/bus.py", line 107, in __new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /var/run/dbus/system_bus_socket: rufuse to connect

Offline

Board footer

Powered by FluxBB