problem with Dolphin

Rick Stevens ricks at nerd.com
Fri Jun 6 21:27:48 UTC 2008


Germán Racca wrote:
> Hi, I'm new in this mailing-list. I'm Argentinian, so my English is
> not very good.
> I have a problem with Dolphin, it doesn't start. Somebody can help me?
> The message is the following:
> 
> [german at aquarius ~]$ dolphin &
> [1] 3507
> [german at aquarius ~]$ dolphin(3508)/kdecore (KConfigSkeleton)
> KCoreConfigSkeleton::KCoreConfigSkeleton: Creating KCoreConfigSkeleton
> ( 0x9c52f80 )
> dolphin(3508)/kdecore (KConfigSkeleton)
> KCoreConfigSkeleton::KCoreConfigSkeleton: Creating KCoreConfigSkeleton
> ( 0x9c6a340 )
> dolphin(3508)/kdecore (KConfigSkeleton)
> KCoreConfigSkeleton::KCoreConfigSkeleton: Creating KCoreConfigSkeleton
> ( 0x9c84250 )
> dolphin(3508)/kdecore (KConfigSkeleton)
> KCoreConfigSkeleton::KCoreConfigSkeleton: Creating KCoreConfigSkeleton
> ( 0x9c703d8 )
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::KDirWatchPrivate:
> Available methods:  ("Stat", "FAM", "INotify")
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added File
> "/home/german/.local/share//user-places.xbel" NotExisting for ""
> ["KDirWatch-1"]
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to
> use inotify for monitoring
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::addEntry: Added Dir
> "/home/german/.local/share" for
> "/home/german/.local/share//user-places.xbel" [""]
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::useINotify: trying to
> use inotify for monitoring
> dolphin(3508)/kio (KDirWatch) KDirWatchPrivate::useINotify: inotify
> successfully used for monitoring
> dolphin(3508)/kio (bookmarks) KBookmarkManager::KBookmarkManager:
> starting KDirWatch for  "/home/german/.local/share//user-places.xbel"
> dolphin(3508)/kdecore (KSycoca) KSycocaPrivate::openDatabase: Trying
> to open ksycoca from  "/var/tmp/kdecache-german/ksycoca4"
> dolphin(3508)/kio (KDirListerCache) KDirListerCache::listDir:
> KDirLister(0x9c8ee10) url= KUrl("trash:/") keep= false reload=false
> dolphin(3508)/kio (KDirListerCache) KDirListerCache::listDir: Listing
> directory: KUrl("trash:/")
> dolphin: symbol lookup error: /usr/lib/libnepomuk.so.4: undefined
> symbol: _ZN7Soprano6Client17LocalSocketClientC1EP7QObject
> <unknown program name>(3507)/: Communication problem with  "dolphin" ,
> it probably crashed.
> Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message
> did not receive a reply (timeout by message bus)" "

Are you sure the message bus is running?  Try running

	ps ax | grep dbus-daemon

and see if you get a line back that looks like:

	2920 ?        Ssl    0:00 dbus-daemon --system

(the "2920" will probably be different for you).  If you don't, try
running

	service messagebus start

as the root user and try the "ps" command again.  If you get the
"dbus-daemon" line, try Dolphin again.  If it works, make sure you
run

	chkconfig --level 2345 messagebus on

as the root user so dbus (message bus) starts in all run levels.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer                       rps2 at nerd.com -
- Hosting Consulting, Inc.                                           -
-                                                                    -
-      We are born naked, wet and hungry. Then things get worse.     -
----------------------------------------------------------------------




More information about the users mailing list