On Mon, 2007-07-09 at 16:34 +0200, Marcus Fritzsch wrote: > Hey there, > > On 7/9/07, Jakob Simon-Gaarde <[EMAIL PROTECTED]> wrote: > > [...] > > $ ps aux | grep dbus-daemon > > 103 4169 0.0 0.0 2180 824 ? Ss 16:05 0:00 > > /usr/bin/dbus-daemon --system > > jakob 11248 0.0 0.0 2844 772 pts/2 R+ 16:15 0:00 grep > > dbus-daemon > > > > $ dbus-launch trackerd& (no difference) > > I would rather suggest using dbus-launch as one uses ssh-agent: > > dbus-launch $yourShell > > then, run trackerd on that shell (preferably in the background) - > after some start up time it should come up and work as expected. >
Also bear in mind it needs to know the socket address to use - this is usually set an an env var Mine is: DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Kyy8wnBRXj,guid=175b1508b20c1bf29b17a20046920fdc I believe its set on X login so you will need to manually set it from a script or something if X is not present jamie _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
