Solved Problems installing Firefox and Gnumeric

I get a core dump when, after a pkg install, I try to run these programs. The message is "D-Bus library appears to be incorrectly set up. Failed to open /etc/machine-id". I am running CDE.

Can any one help with this problem?

Thanks
Paul
 
I get a core dump when, after a pkg install, I try to run these programs. The message is "D-Bus library appears to be incorrectly set up. Failed to open /etc/machine-id". I am running CDE.

Can any one help with this problem?

Thanks
Paul

I seem to have found a solution.

Add dbus_enable="YES" to rc.conf and then 'dbus-uuidgen > /var/lib/dbus/machine-id'.
 
I'm probably displaying my lack of familiarity with UNIX.
More likely FreeBSD specifically. On FreeBSD a lot of rc(8) scripts will automatically initialize things when they are first started. So there's rarely a need to initialize applications by hand.
 
More likely FreeBSD specifically. On FreeBSD a lot of rc(8) scripts will automatically initialize things when they are first started. So there's rarely a need to initialize applications by hand.

Thank you SirDice. I'll revisit my boot/load options.

Paul
 
You should mark the thread as Solved. Add dbus_enable="YES" to rc.conf is enough.
 
Back
Top