A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=4821 ====================================================================== Reported By: wcohrs Assigned To: dam ====================================================================== Project: dbus Issue ID: 4821 Category: other Reproducibility: always Severity: minor Priority: normal Status: feedback ====================================================================== Date Submitted: 2011-09-12 09:06 CEST Last Modified: 2011-09-20 12:22 CEST ====================================================================== Summary: D-Bus library appears to be incorrectly set up Description: After upgrade my /opt/csw NFS-Server i have on the NFS clienst this error: gimp process 1330: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": No such file or directory See the manual page for dbus-uuidgen to correct this issue. D-Bus not compiled with backtrace support so unable to print a backtrace Abort
after i create /etc/machine-id on the NFS client i have this message: gimp /opt/csw/bin/dbus-launch terminated abnormally with the following error: EOF in dbus-launch reading address from bus daemon Regards Wolfgang ====================================================================== Relationships ID Summary ---------------------------------------------------------------------- related to 0004815 vim/gtk/dbus error ====================================================================== ---------------------------------------------------------------------- (0009287) dam (administrator) - 2011-09-20 12:22 https://www.opencsw.org/mantis/view.php?id=4821#c9287 ---------------------------------------------------------------------- The postinstall script from the package. It looks something like this: dam@login [login]:/home/dam/tmp > cp /export/mirror/opencsw-future/allpkgs/pango-1.28.4,REV=2011.06.09-SunOS5.9-sparc-CSW.pkg.gz . dam@login [login]:/home/dam/tmp > gunzip pango-1.28.4,REV=2011.06.09-SunOS5.9-sparc-CSW.pkg.gz dam@login [login]:/home/dam/tmp > pkgtrans pango-1.28.4,REV=2011.06.09-SunOS5.9-sparc-CSW.pkg . all Transferring <CSWpango> package instance dam@login [login]:/home/dam/tmp > more CSWpango/install/postinstall #!/bin/sh umask 0022 if [ "$PKG_ROOT_DIR" = "" ] ; then PKG_ROOT_DIR=/ ; fi echo 'Updating pango.modules...' test -x ${PKG_ROOT_DIR}/opt/csw/bin/pango-querymodules && \ chroot "${PKG_ROOT_DIR}" /opt/csw/bin/pango-querymodules >"${PKG_ROOT_DIR}"/etc/opt/csw/pango/pango.modules && chroot "${PKG_ROOT_DIR}" /usr/sbin/installf CSWpango /etc/opt/csw/pango/pango.modules f 0644 root bin test -x ${PKG_ROOT_DIR}/opt/csw/bin/sparcv9/pango-querymodules && \ chroot "${PKG_ROOT_DIR}" /opt/csw/bin/sparcv9/pango-querymodules >"${PKG_ROOT_DIR}"/etc/opt/csw/64/pango/pango.modules && chroot "${PKG_ROOT_DIR}" /usr/sbin/installf CSWpango /etc/opt/csw/64/pango/pango.modules f 0644 root bin test -x ${PKG_ROOT_DIR}/opt/csw/bin/amd64/pango-querymodules && \ chroot "${PKG_ROOT_DIR}" /opt/csw/bin/amd64/pango-querymodules >"${PKG_ROOT_DIR}"/etc/opt/csw/64/pango/pango.modules && chroot "${PKG_ROOT_DIR}" /usr/sbin/installf CSWpango /etc/opt/csw/64/pango/pango.modules f 0644 root bin chroot "${PKG_ROOT_DIR}" /usr/sbin/installf -f CSWpango /bin/true You need to do this for every package you have installed with postinstall scripts. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
