gbohn's Posts

Since I can't produce the condition at will, I can't test this for real until the next time it happens. But, trying it on an unsuspecting VM Guest (not in limbo) seems to work o.k.. Thanks!
Hi;   I was trying to set up a Windows 7 Ultimate Guest using Bitlocker on the boot drive (as a test). But, I can't seem to get Bitlocker to enable in the Guest for the boot drive for some rea... See more...
Hi;   I was trying to set up a Windows 7 Ultimate Guest using Bitlocker on the boot drive (as a test). But, I can't seem to get Bitlocker to enable in the Guest for the boot drive for some reason.   I installed a new Guest with Windows 7 Ultimate w/SP1 using EFI instead of BIOS.  I encrypted the Windows 7 Guest from workstation (as apparently required by Workstation). I added a TPM 2.0 to the hardware list, and then installed the Windows 7 hotfix for TPM 2.0 in the Guest. I then updated the TPM 2.0 driver by selecting the driver manually from the list of security devices. It now shows up under device manager without an apparent problem. When I try to enable Bitlocker on the C: drive, I get an error saying "The boot manager of this operating system is not compatible with bitlocker drive encryption. Use the bootrec.exe tool in the Windows recovery environment to update or repair the boot manager..." Creating a system recovery disk and running 'bootrec /rebuildbcd' doesn't seem to help. Did I miss a step? Has anyone got this working for a Windows 7 guest? I can apparently add a 'D:' drive, and get bitlocker to enable on it, just not the boot c: drive. Thanks; P.S.: In case it's relevant, this is with a Windows 7 Host.
I didn't seem to find a 'Workstation worker service'. as far as listed services go, I have VMWare Authorization service VMWare DHCP Service VMWare NAT service VMware USB Arbitration service... See more...
I didn't seem to find a 'Workstation worker service'. as far as listed services go, I have VMWare Authorization service VMWare DHCP Service VMWare NAT service VMware USB Arbitration service and VMware Workstation server I'm pretty sure I've disabled 'VMware workstation server' in the past without it preventing me from running things. What is the specific Windows service name you are referring to? Or maybe you are referring to a specific (non-service) process?
Hi; Every once in a while I have run into a situation where (on a Windows 7 host) I have used 'VM / Power / Restart Guest' to try and restart a guest, but the guest stalls and doesn't restart.... See more...
Hi; Every once in a while I have run into a situation where (on a Windows 7 host) I have used 'VM / Power / Restart Guest' to try and restart a guest, but the guest stalls and doesn't restart. It appears to stall. When this happens, I can no longer try 'VM / Power / Power-off' to force the guest to power-off instead. All the power choices are now greyed out. Is there an official way to recover from this? I ended up restarting the Windows host (and using 'force restart'), but it seems like there should be a better way. Or perhaps this should never happen? I have Workstation Pro configured to keep the guests running if I end the Host UI, so simply ending the GUI on the host presumably won't help by itself. Thanks;
I don't have Fedora 26, and you didn't mention if you are using open-vm-tools or VMware guest tools. But, for what it's worth, you might check out mount - Enabling shared folders with open-vm-... See more...
I don't have Fedora 26, and you didn't mention if you are using open-vm-tools or VMware guest tools. But, for what it's worth, you might check out mount - Enabling shared folders with open-vm-tools - Ask Ubuntu which discusses using the 'fuse' capability and open-vm-tools to mount shared folders. I used this as a guide to get shared folders working using open-vm-tools in a RHEL 7.4 guest. I had to create hgfs under /mnt for some reason as well. Also, in case it's applicable, I also came across Mounting Shared Folders in a Linux Guest  when I was recently looking for Guest shared folder info. This appears to be relevant when using the VMware Guest tools. When using the VMware guest tools in a RHEL 7.4 guest, the shared folders were automatically mounted under /mnt/hgfs.
I took another shot at finding out if it was possible to mount a shared folder in a RHEL/Centos guest using only open-vm-tools (in the Guest) In case anyone else didn't already figure this out... See more...
I took another shot at finding out if it was possible to mount a shared folder in a RHEL/Centos guest using only open-vm-tools (in the Guest) In case anyone else didn't already figure this out, I finally found a way (searching on google). Someone else had figured this out on Ubuntu. I'm using Centos (and RHEL) 7.4 guests with open-vm-tools (and open-vm-tools-desktop) 10.1.5-3.el7.x86_64 under a Windows 7 64-Bit Host and Workstation Pro 14.0. As setup, I needed to    A) Add an entry to fstab with            .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other 0 0 and    B) Create an 'hgfs' folder under /mnt. Then, I could perform sudo mount /mnt/hgfs and sudo umount /mnt/hgfs to mount and unmount the Shared directories. It's not automatic like the VMWare workstation guest tools were, but I presume I could try adding something to /etc/rc.d/rc.local for mounting at boot time. Enabling a shared folder (from the workstations settings for the Guest while the guest is running) results in a Workstation pop-up that says: "Unable to update run-time folder sharing status: There was an error mounting the Shared folders file system inside the guest operating system." But, I'm still able to use it as described above. This error happens with or without the /etc/fstab entry. At any rate, at least I can now avoid having to install the workstation guest tools for only the shared folder support (at least in my case).
I was looking to see if this complaint was 'normal' or not. For what it's worth, as a test I uninstalled the open-vm-tools and installed the vmware guest tools only. This still produces the s... See more...
I was looking to see if this complaint was 'normal' or not. For what it's worth, as a test I uninstalled the open-vm-tools and installed the vmware guest tools only. This still produces the same message about not being able to load i915vmxnet3 during the guest tools install. It would be nice if the open-vm-tools included the shared folder capability. I don't know why they don't include it, seeing as how the vmware linux guest tools suggest you use them (the open-vm-tools). I've been waiting a long time, but I guess if they haven't included it by now I shouldn't hold my breath.
I got into the habit of doing it this way because the linux vmware guest tools often broke with every kernel update. Something would no longer compile, and I would have to hunt for a manual worka... See more...
I got into the habit of doing it this way because the linux vmware guest tools often broke with every kernel update. Something would no longer compile, and I would have to hunt for a manual workaround. This was even with a relatively slow moving release like Centos. Given my preferences, I would have used only open-vm-tools because they seem to usually keep working with kernel updates. I keep waiting for them to support shared folders, but so far haven't seen that ability added. (Unless I just missed it). In the meantime, it appeared that applying the Guest tools (along with open-vm-tools) would only add the missing vhgfs support (as it mentions how it is skipping over other features that are already provided). That way, I wouldn't have to dread the next kernel update and I would have shared folder access.
Hi; I am running a RHEL 7.4 Linux Guest under VMWare workstation 14.0 (on a Windows 7 host). I installed the vmware Guest tools (VMwareTools-10.1.15-6627299) and noticed the following warni... See more...
Hi; I am running a RHEL 7.4 Linux Guest under VMWare workstation 14.0 (on a Windows 7 host). I installed the vmware Guest tools (VMwareTools-10.1.15-6627299) and noticed the following warning from the tools installation: ... Creating a new initrd boot image for the kernel. Broadcast message from systemd-journald@XXXX-oc7 (Thu 2017-11-23 16:59:39 EST): dracut[42875]: Failed to install module i915vmxnet3 Message from syslogd@XXXX-oc7 at Nov 23 16:59:39 ... dracut:Failed to install module i915vmxnet3 The configuration of VMware Tools 10.1.6 build-5214329 for Linux for this running kernel completed successfully. Is something wrong or can this be ignored? I am running open-vm-tools-10.1.5-3.el7.x86_64 in the guest, but as far as I can tell I also need to install the vmware guest tools to be able to get the shared folder support (/mnt/hgfs/......). Thanks. P.S.: This is running Guest hardware version 12.x
Just as an update for anyone else who might experience a similar issue. After many days rebuilding a replacement Guest, it appears as though the replacement/reconstructed guest (installed from... See more...
Just as an update for anyone else who might experience a similar issue. After many days rebuilding a replacement Guest, it appears as though the replacement/reconstructed guest (installed from 7.4 media) does not show the same problem. The original problematic Guest started out life as RHEL 7.2 I believe, and has been updated over time. So, it appears that something about that (updated over time) guest is different than the new Guest as far as this problem is concerned. I don't know why that particular update triggered an issue on the 'old' guest. Maybe some latent damage (or difference) from its history.
I was checking out Workstation 14, and noticed that it appears from the documentation that in order to use a virtual TPM, you must encrypt the VM. Why is that? I've bumped up against annoyi... See more...
I was checking out Workstation 14, and noticed that it appears from the documentation that in order to use a virtual TPM, you must encrypt the VM. Why is that? I've bumped up against annoying limits on encrypted VMs in the past that make me reluctant to encrypt a VM when I otherwise wouldn't need to. For example, I've found it very annoying in the past that Encrypted VMs apparently have no way to edit the .vmx short of decrypting the entire machine. Also, using tools to change the .vmdk type from single to multiple files also appears to require decryption of the VM. Is there an inherent security vulnerability with the Virtual TPM implementation which requires the Guest be encrypted?
As far as the boot delay, does this happen if the sound card is removed? Have you tried removing the driver and the card and running a reinstall? I tried removing the audio card from the Vir... See more...
As far as the boot delay, does this happen if the sound card is removed? Have you tried removing the driver and the card and running a reinstall? I tried removing the audio card from the Virtual machine settings, and the boot delay went away. I added the audio card back, and the delay returned. Some information here may help... I tried adding a line to the .vmx for sound.virtualDev = "hdaudio" bit there was still a boot delay. Changing this to sound.virtualDev = "es1371" didn't seem to help either. The sound doesn't work immediately after boot, but if I Go into Removable devices / sound card and disconnect the card, then reconnect it things seem to work. Restoring a snapshot with the prior 4.1 systemd stuff and the sound works fine. I don't know if there's a bug in the 4.4 systemd, or if maybe the driver load timing/order got changed because of the new version. I can think about trying to create a new Guest VM to see if it also shows the same issue. But, getting that up to speed as a replacement for the one that's not working properly would be a long, arduous process. At the moment, I've been avoiding applying the 4.4 updates hoping that a fix will come along. Thanks;
Hi;   Running RHEL 7.4 as a Guest under VMWare Workstation 12.5.7, I just recently applied an update to systemd and libgudev1. Now, when I boot I get a stall of over a minute during the boot. ... See more...
Hi;   Running RHEL 7.4 as a Guest under VMWare Workstation 12.5.7, I just recently applied an update to systemd and libgudev1. Now, when I boot I get a stall of over a minute during the boot. It seems like this might be related to the audio driver. (The host is Windows 7 64-bit with a realtek audio). I am running open-vm-tools-10.1.5-3.el7.x86_64.   In the guest, running 'systemd-analyze blame', it seems to show a boot delay in 'systemd-udev-settle'.   2min 330ms systemd-udev-settle.service   5.268s plymouth-quit-wait.service   Looking at the current /var/log/messages, I see some suspicious entries from around the time of the boot stall: Nov 3 14:57:36 xxxxxxxx systemd: Received SIGRTMIN+20 from PID 246 (plymouthd). Nov 3 14:58:33 xxxxxxxx systemd-udevd: slow: '/bin/sh -c 'echo 180 >/sys$DEVPATH/timeout'' [2878] Nov 3 14:58:34 xxxxxxxx systemd-udevd: worker [527] /devices/pci0000:00/0000:00:11.0/0000:02:02.0 is taking a long time lspci seems to say that 02:02:0 is related to the sound 02:02.0 Multimedia audio controller: Ensoniq ES1371/ES1373 / Creative Labs CT2518 (rev 02) The sound is not working after boot now, but disconnecting and reconnecting the sound card in 'removable devices' seems to fix things. This seems to have been somehow triggered by the systemd update when I updated systemd to systemd-219-42.el7_4.4.x86_64 and libgudev1 to libgudev1-219-42.el7_4.4.x86_64 libgudev1-219-42.el7_4.4.i686 This all seemed to work without a problem back at systemd-219-42.el7_4.1.x86_64.  Anyone know if there is a compatibility problem with this systemd update and the guest audio driver? Thanks;
Hi;    Using VMWare Workstation 12.5.2 on a Windows 7 Ultimate 64 Host, I've noticed that I get multiple 'hcmon/Event ID 0' warning in the System Event log.   As best as I can tell, this is... See more...
Hi;    Using VMWare Workstation 12.5.2 on a Windows 7 Ultimate 64 Host, I've noticed that I get multiple 'hcmon/Event ID 0' warning in the System Event log.   As best as I can tell, this is related to the VMware Workstation driver 'hcmon'.  The entries all say the source is 'hcmon'. There are several event log entries calling out other drivers in these hcmon entries. The drivers I've seen called out so far are:    Detected unrecognized USB driver (\Driver\asmtxhci).       Detected unrecognized USB driver (\Driver\ACPI). and    Detected unrecognized USB driver (\Driver\pci) As best as I can tell, ASMTXHCI.SYS is related to the motherboards  "ASMedia USB 3.1 eXtensible Host Controller". This is using ASMedia driver version 1.16.33.1. I don't know what the 'PCI' and 'ACPI' drivers are associated with. Anyone see these or know what's going wrong? Is it that Workstation needs to be updated to recognize the drivers? In case it's relevant, the motherboard is an Asus 'X99-E WS/USB 3.1' which I just assembled into a new system. Thanks;
Hi;   What is the current suggested way to access shared folders on a Windows 7-64 Host from a Linux Guest (using Workstation Pro 12.1)? Is this possible with only open-vm-tools?   I've bee... See more...
Hi;   What is the current suggested way to access shared folders on a Windows 7-64 Host from a Linux Guest (using Workstation Pro 12.1)? Is this possible with only open-vm-tools?   I've been using Centos 7.2/RHEL 7.2 Linux guests. I've been using open-vm-tools/open-vm-tools-desktop for the guest tools. But, the only way I've figured out to get access to the hosts shared folders from the Guest is to go ahead and also install the vmware tools package on the Guests. This then ends up automatically mounting my shared folders in /mnt/hgfs/xxxxx as specified in the Host VM settings.   Is there a better way to do this so that I don't need to install the VMware tools anymore? The reason I ask it that I frequently end up with fatal compiler errors when an updated version of the guest OS comes out.   For example, I just updated a Guest from RHEL 7.2 to RHEL 7.3. The Guest tools failed to compile (in page.c) for the hgfs stuff. I found an entry in the workstation forum that suggested that I try to download and use the 10.1.0 Linux Guest tools (instead of the 10.0.x ones that seem to come with Workstation 12.1). I did this which ultimately seemed to work, but I saw a concerning warning during install that says: WARNING:  It appears your system is missing the required /usr/bin/vmhgfs-fuse So, is installing both the open-vm-tools and the VMware guest tools the necessary/right way to access the Hosts shared folders from the guest?  Should I be concerned about the missing 'vmhgfs-fuse'? Thanks;
At least for a Centos 7.2 Guest, I have been running open-vm-tools and then installing vmware guest tools to get the shared folder functionality. (So, I didn't un-install the open-vm-tools first)... See more...
At least for a Centos 7.2 Guest, I have been running open-vm-tools and then installing vmware guest tools to get the shared folder functionality. (So, I didn't un-install the open-vm-tools first). As far as I can tell, it looks like it is using the open-vm-tools for everything but the shared folder access.
> I'm hoping this is fixed in the next release... I've been holding off updating to 12.1 myself since I've seen several reports here about various problems springing up when updating from 12.0... See more...
> I'm hoping this is fixed in the next release... I've been holding off updating to 12.1 myself since I've seen several reports here about various problems springing up when updating from 12.0.1 to 12.1. At first I thought they'll have a new update soon enough. But after seeing that they appear to have let go their Workstation staff, I'm anxious as to when they'll release the next update and if it will be any better. I guess time will tell if Workstation is a 'Dead man walking' or not...
> I check some doc and there is no official support 3D acceleration for CentOS, currently we officially support Ubuntu and Fedora.   Where do I find this documentation? Is RHEL supported, beca... See more...
> I check some doc and there is no official support 3D acceleration for CentOS, currently we officially support Ubuntu and Fedora.   Where do I find this documentation? Is RHEL supported, because I also have a RHEL 6.7 Guest which has exactly the same symptoms (CentoS 6.7 is basically RHEL 6.7 . And, RHEL is derived from Fedora).   When I look at the on-line 'VMWare Compatibility Guide'. both CentOS and RHEL (6.x and 7) guests are generally listed as compatible. (And, this seems to work better from Centos 7.1).
Minimum kernel version to get this to work is 2.6.25 but looks like that for this old a guest you'll have to compile the kernel module by yourself. My current Centos 6.7 kernel version ... See more...
Minimum kernel version to get this to work is 2.6.25 but looks like that for this old a guest you'll have to compile the kernel module by yourself. My current Centos 6.7 kernel version is 2.6.32-573.8.1.el6.x86_64, so I expect that I exceed that particular requirement. I was initially shooting for at least 2.1 support even if I couldn't get to OpenGL version 3.3. I read the above as indicating the requirements for 3.3 support, not for 'any'/2.1 3D accelerated  support. Also, RHEL 6.7 release date was just .07/22/2015, so it's still being actively updated. (That's kind of the whole point to the RHEL versions as I understand it). Red Hat Enterprise Linux Life Cycle - Red Hat Customer Portal shows their life cycle for the various releases. Red Hat Enterprise Linux Release Dates - Red Hat Customer Portal has point release dates.
Exactly:    glxinfo | grep "OpenGL" gives    OpenGL vendor string: Mesa Project    OpenGL renderer string: Software Rasterizer    OpenGL version string: 2.1 Mesa 10.4.3    OpenGL shad... See more...
Exactly:    glxinfo | grep "OpenGL" gives    OpenGL vendor string: Mesa Project    OpenGL renderer string: Software Rasterizer    OpenGL version string: 2.1 Mesa 10.4.3    OpenGL shading language version string: 1.20    OpenGL extensions: /var/log/Xorg.0.log shows: [ 57.773] (II) LoadModule: "vmware" [ 57.776] (II) Loading /usr/lib64/xorg/modules/drivers/vmware_drv.so [ 57.777] (II) Module vmware: vendor="X.Org Foundation" [ 57.786] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710 [ 57.829] (II) vmware(0): Driver was compiled without KMS- and 3D support. [ 57.829] (WW) vmware(0): Disabling 3D support. [ 57.829] (WW) vmware(0): Disabling Render Acceleration. [ 57.829] (WW) vmware(0): Disabling RandR12+ support. [ 57.829] (--) vmware(0): VMware SVGA regs at (0x1070, 0x1071) [ 57.948] (--) vmware(0): caps:  0x1DFFC3E2 I've attached the Xorg.0.log file In contrast, a Centos 7.1 guest (on the same Host) shows glxinfo | grep "OpenGL" OpenGL vendor string: VMware, Inc. OpenGL renderer string: Gallium 0.4 on SVGA3D; build: RELEASE; OpenGL version string: 2.1 Mesa 10.2.7 OpenGL shading language version string: 1.20 OpenGL extensions:   (I guess that level of Linux drivers aren't up to Opengl 3.3?)