Hello, I'm using both xubuntu 14.04 beta, and xubuntu 13.10 in vmware workstation 10 on a windows 8.1 host. As of late I have been unable to get vmware-tools running.
1. this issue appears on both versions (13.10 and 14.04) at the end of the install or when invoking vmware-config-tools.pl :
2. this only on xubuntu 14.04 beta :
any help would be appreciated
1. this issue appears on both versions (13.10 and 14.04) at the end of the install or when invoking vmware-config-tools.pl :
Code:
Creating a new initrd boot image for the kernel.
update-initramfs: Generating /boot/initrd.img-3.11.0-17-generic
initctl: Unknown job: vmware-tools-thinprint
Unable to start services for VMware Tools
Execution aborted.
2. this only on xubuntu 14.04 beta :
Code:
make: Entering directory `/tmp/modconfig-bllaQt/vmhgfs-only'
/usr/bin/make -C /lib/modules/3.13.0-15-generic/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
MODULEBUILDDIR= modules
make[1]: Entering directory `/usr/src/linux-headers-3.13.0-15-generic'
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/backdoor.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/backdoorGcc32.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/bdhandler.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/cpName.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/cpNameLinux.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/cpNameLite.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/dentry.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/dir.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/file.o
CC [M] /tmp/modconfig-bllaQt/vmhgfs-only/filesystem.o
/tmp/modconfig-bllaQt/vmhgfs-only/file.c: In function HgfsOpen:
/tmp/modconfig-bllaQt/vmhgfs-only/file.c:685:27: error: incompatible type for argument 3 of HgfsSetUidGid
current_fsuid(), current_fsgid());
^
In file included from /tmp/modconfig-bllaQt/vmhgfs-only/file.c:46:0:
/tmp/modconfig-bllaQt/vmhgfs-only/fsutil.h:92:6: note: expected uid_t but argument is of type kuid_t
void HgfsSetUidGid(struct inode *parent,
^
/tmp/modconfig-bllaQt/vmhgfs-only/file.c:685:27: error: incompatible type for argument 4 of HgfsSetUidGid
current_fsuid(), current_fsgid());
^
In file included from /tmp/modconfig-bllaQt/vmhgfs-only/file.c:46:0:
/tmp/modconfig-bllaQt/vmhgfs-only/fsutil.h:92:6: note: expected gid_t but argument is of type kgid_t
void HgfsSetUidGid(struct inode *parent,
^
make[2]: *** [/tmp/modconfig-bllaQt/vmhgfs-only/file.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/tmp/modconfig-bllaQt/vmhgfs-only/filesystem.c: In function HgfsInitSuperInfo:
/tmp/modconfig-bllaQt/vmhgfs-only/filesystem.c:234:15: error: incompatible types when assigning to type uid_t from type kuid_t
si->uid = current_uid();
^
/tmp/modconfig-bllaQt/vmhgfs-only/filesystem.c:240:15: error: incompatible types when assigning to type gid_t from type kgid_t
si->gid = current_gid();
^
make[2]: *** [/tmp/modconfig-bllaQt/vmhgfs-only/filesystem.o] Error 1
make[1]: *** [_module_/tmp/modconfig-bllaQt/vmhgfs-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-15-generic'
make: *** [vmhgfs.ko] Error 2
make: Leaving directory `/tmp/modconfig-bllaQt/vmhgfs-only'
The filesystem driver (vmhgfs module) is used only for the shared folder
feature. The rest of the software provided by VMware Tools is designed to work
independently of this feature.
any help would be appreciated