Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
The installation of synce-engine was successful. Then after copied the .xml file to local folder.
On runnig the sync-engine following error message is displayed.
SynCE sync-engine starting up
2009-04-02 10:43:54,668 DEBUG syncengine : running main loop
2009-04-02 10:43:54,669 DEBUG syncengine : creating SyncEngine object
Traceback (most recent call last):
File "/usr/local/bin/sync-engine", line 5, in ?
pkg_resources.run_script('sync-engine==0.13', 'sync-engine')
File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 448, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/pkg_resources.py", line 1166, in run_script
execfile(script_filename, namespace, namespace)
File "/usr/local/lib/python2.4/site-packages/sync_engine-0.13-py2.4.egg/EGG-INFO/scripts/sync-engine", line 149, in ?
engine = SyncEngine(configObj,mainloop)
File "/usr/local/lib/python2.4/site-packages/sync_engine-0.13-py2.4.egg/SyncEngine/kernel.py", line 98, in __init__
self.odccm_manager = dbus.Interface(dbus.SystemBus().get_object(DBUS_DBUS_BUSNAME, DBUS_DBUS_OBJPATH), DBUS_DBUS_IFACE)
File "/usr/local/lib/python2.4/site-packages/dbus/_dbus.py", line 202, in __new__
private=private)
File "/usr/local/lib/python2.4/site-packages/dbus/_dbus.py", line 108, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/local/lib/python2.4/site-packages/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.FileNotFound: Failed to connect to socket /usr/local/var/run/dbus/system_bus_socket: No such file or directory
/usr/local/var/run/dbus/ folder is empty. system_bus_socket file is there in /var/run/dbus/ but is of 0 bytes.
I also tried to create a symbolic link between /usr/local/var/run/dbus/ and /var/run/dbus/ but still no progress.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.