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 don't do this so I don't know why you feel you need to.'dbus-uuidgen > /var/lib/dbus/machine-id'
Yeah, that's because the rc script does it for you on first start, so aI don't do this so I don't know why you feel you need to.
service dbus start
would have been enough here.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.I'm probably displaying my lack of familiarity with UNIX.