View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005051 | Kali Linux | [All Projects] General Bug | public | 2018-10-23 13:17 | 2020-12-01 10:48 |
Reporter | shadowtech | Assigned To | rhertzog | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 2018.3 | ||||
Target Version | Fixed in Version | 2019.1 | |||
Summary | 0005051: vmtoolsd starting to early | ||||
Description | https://github.com/vmware/open-vm-tools/issues/214#issuecomment-432236461 I saw this issue and tried the above fix to delay the start of vmtoolsd ``After=display-manager.service.`` Looks to have resolved my issue. Also tested this on a fresh install of kali linux. ``` vmtoolsd -v VMware Tools daemon, version 10.3.0.5330 (build-8931395) uname -a Linux Kali 4.18.0-kali2-amd64 0000001 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux # cat /etc/systemd/system/multi-user.target.wants/open-vm-tools.service [Unit] Description=Service for virtual machines hosted on VMware Documentation=http://open-vm-tools.sourceforge.net/about.php ConditionVirtualization=vmware DefaultDependencies=no Before=cloud-init-local.service RequiresMountsFor=/tmp After=display-manager.service [Service] ExecStart=/usr/bin/vmtoolsd TimeoutStopSec=5 [Install] WantedBy=multi-user.target ``` | ||||
|
Issue: Display resizing not working right. |
|
I can confirm this issue but it's not 100% reproducible. I have left comments with my suggested solution in the upstream ticket here: https://github.com/vmware/open-vm-tools/issues/214#issuecomment-442896121 I also opened a ticked on the Debian side to get this fixed where it matters for us: https://bugs.debian.org/915031 |
|
This should be fixed with open-vm-tools 10.3.5-1kali1 that I just uploaded. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-10-23 13:17 | shadowtech | New Issue | |
2018-10-23 13:22 | shadowtech | Note Added: 0009830 | |
2018-11-22 20:24 | rhertzog | Assigned To | => rhertzog |
2018-11-22 20:24 | rhertzog | Status | new => assigned |
2018-11-23 12:52 | rhertzog | Priority | normal => high |
2018-11-29 16:38 | rhertzog | Note Added: 0010050 | |
2018-11-29 17:19 | rhertzog | Note Edited: 0010050 | View Revisions |
2018-12-06 15:51 | rhertzog | Status | assigned => resolved |
2018-12-06 15:51 | rhertzog | Resolution | open => fixed |
2018-12-06 15:51 | rhertzog | Fixed in Version | => 2019.1 |
2018-12-06 15:51 | rhertzog | Note Added: 0010085 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |