Stefan,
Thanks for your advice. I made marginal progress, but I haven't nailed
it down yet.
I added these commands to my .bashrc, sourced it, and tried again:
if test -z "$DBUS_SESSION_BUS_ADDRESS" ; then
## if not found, launch a new one
eval `dbus-launch --sh-syntax --exit-with-session`
echo "D-Bus per-session daemon address is: $DBUS_SESSION_BUS_ADDRESS"
fi
And I'd say I got a teeny bit closer, a mere connection refused rather
than a wholesale Xinit failure:
** (process:6106): WARNING **: couldn't connect to dbus session bus:
Failed to connect to socket /tmp/dbus-5DoJ6SqPqr: Connection refused
To answer anyone's questions about related processes:
I made sure dbus was running on my Fedora Core 10 system:
service messagebus status
dbus-daemon (pid 4596 3700 1995) is running...
ps reveals the following:
ps auxww | grep dbus
dbus 1995 0.0 0.0 30232 1832 ? Ssl 10:24 0:02
dbus-daemon --system
gdm 3571 0.0 0.0 21616 564 ? S 10:30 0:00
/usr/bin/dbus-launch --exit-with-session
ecortell 3699 0.0 0.0 21616 560 ? S 10:31 0:00
dbus-launch --sh-syntax --exit-with-session
ecortell 3700 0.0 0.0 29916 1612 ? Ssl 10:31 0:00
/bin/dbus-daemon --fork --print-pid 7 --print-address 9 --session
root 4595 0.0 0.0 21616 544 ? S 10:52 0:00
dbus-launch --autolaunch 504c77a215e64c83a7b5c18c49db8f36
--binary-syntax --close-stderr
root 4596 0.0 0.0 29384 1024 ? Ssl 10:52 0:00
/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
ecortell 6158 0.0 0.0 85004 792 pts/1 S+ 12:06 0:00 grep dbus
I'll keep working on it. If anyone has had the same error and has fixed
it, please post.
Cheers,
Liz
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2334208
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 21:18:49 CEST