VMWare tools daemon (vmware_guestd) failed to start
-
[2.0-BETA4][root@pfSense.localdomain]/(38): ./usr/local/etc/rc.d/vmware-guestd.sh start
Starting vmware_guestd.
/libexec/ld-elf.so.1: Shared object "libgmodule-2.0.so.0" not found, required by "vmtoolsd"
./usr/local/etc/rc.d/vmware-guestd.sh: WARNING: failed to start vmware_guestd[2.0-BETA4][root@pfSense.localdomain]/(41): ldd ./usr/local/bin/vmtoolsd
./usr/local/bin/vmtoolsd:
libvmtools.so.0 => /usr/local/lib/libvmtools.so.0 (0x2809a000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x280f5000)
libthr.so.3 => /lib/libthr.so.3 (0x2810e000)
libgmodule-2.0.so.0 => not found (0x0)
libgobject-2.0.so.0 => not found (0x0)
libgthread-2.0.so.0 => not found (0x0)
libglib-2.0.so.0 => not found (0x0)
libintl.so.9 => /usr/local/lib/libintl.so.9 (0x28123000)
libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x2812c000)
libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x28222000)
libicui18n.so.38 => not found (0x0)
libicuuc.so.38 => not found (0x0)
libicudata.so.38 => not found (0x0)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28256000)
libm.so.5 => /lib/libm.so.5 (0x2834a000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x28364000)
libc.so.7 => /lib/libc.so.7 (0x2836f000)
libglib-2.0.so.0 => not found (0x0)
libicui18n.so.38 => not found (0x0)
libicuuc.so.38 => not found (0x0)
libicudata.so.38 => not found (0x0)[2.0-BETA4][root@pfSense.localdomain]/(42): uname -a
FreeBSD pfSense.localdomain 8.1-RELEASE-p2 FreeBSD 8.1-RELEASE-p2 #1: Tue Dec 7 05:04:03 EST 2010 sullrich@FreeBSD_8.0_pfSense_2.0-snaps.pfsense.org:/usr/obj.pfSense/usr/pfSensesrc/src/sys/pfSense.8 i386
[2.0-BETA4][root@pfSense.localdomain]/(43): -
Looks like it's missing some dependencies… I'll look into it.
-
Can you try to install it again now?
-
Reinstalled… Now works fine... Thank you...
-
Hi
I had the same problem. Reinstalled the package, got the same error as original poster when I tried to start the service manually.
Then I upgraded from Dec 6 to latest (Dec 14) and then tried to install the package again.2.0-BETA4 (i386)
built on Tue Dec 14 21:49:41 EST 2010Beginning package installation for Open-VM-Tools…
Downloading package configuration file... done.
Saving updated package information... done.
Downloading Open-VM-Tools and its dependencies...
Checking for package installation...
open-vm-tools-nox11-313025_1
Trying to download http://files.pfsense.org/packages/8/All/open-vm-tools-nox11-313025_1.tbz ... (extracting)
python26-2.6.5
Trying to download http://files.pfsense.org/packages/8/All/python26-2.6.5.tbz ... could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-RELEASE/Latest/python26-2.6.5.tbz.
of open-vm-tools-nox11-313025_1 failed!Installation aborted.Removing package...
Starting package deletion for open-vm-tools-nox11-313025_1...done.
Removing Open-VM-Tools components...
Loading package instructions...
Include file open-vm-tools.inc could not be found for inclusion.
Deinstall commands...
Not executing custom deinstall hook because an include is missing.
Removing package instructions...done.
Auxiliary files... done.
Package XML... done.
Configuration... done.
Failed to install package.Installation halted.
-
The url's that it is trying to download from are wrong:
http://files.pfsense.org/packages/8/All/python26-2.6.5.tbz
should be:
http://files.pfsense.org/packages/8/All/python26-2.6.5_1.tbzhttp://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-RELEASE/Latest/python26-2.6.5.tbz
should be:
http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/python26.tbzThe same for this one.
icu-3.8.1_3
Trying to download http://files.pfsense.org/packages/8/All/icu-3.8.1_3.tbz … could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-RELEASE/Latest/icu-3.8.1_3.tbz.
of open-vm-tools-nox11-313025_1 failed!http://files.pfsense.org/packages/8/All/icu-3.8.1_3.tbz does not exist on server.
http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-RELEASE/Latest/icu-3.8.1_3.tbz does not exist on server.Solved this by installing manually:
- pkg_add -r python
- pkg_add -r icu
Leo
-
The package wasn't being recompiled correctly during the nightly builds and missed some dependencies again. I've got it recompiling now, might be fixed soon.
-
OK, thanks jimp.
-
Can you try to reinstall now?
-
Reinstalled ok