View Issue Details

IDProjectCategoryView StatusLast Update
0007774Kali LinuxGeneral Bugpublic2022-07-23 15:21
ReporterGamb1t Assigned Toarnaudr  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2022.2 
Summary0007774: Barebones KDE VMWare install lacks open-vm-tools
Description

When installing KDE without 'top 10' or 'default' it will not pull in open-vm-tools, otherwise it will install properly.

Steps To Reproduce
  • Use VMWare and daily or 2022.2 release installer image
  • Proceed as normal until package selection
    • De-select Xfce and select KDE
    • De-select top 10 and default
  • Complete install

Activities

arnaudr

arnaudr

2022-07-14 13:58

manager   ~0016388

Last edited: 2022-07-14 13:58

Hi, thanks for the report. I can reproduce the issue. Looking at the installer logs, I can see what's the issue:

<pre>
hw-detect: detected virtualization 'vmware' (with systemd-detect-virt)
finish-install: dpkg-query: no packages found matching task-desktop
finish-install: dpkg-divert: warning: diverting file '/sbin/start-stop-daemon' from an Essential package with rename is dangerous, use --no-rename
in-target: Reading package lists...
in-target:
in-target: Building dependency tree...
in-target:
in-target: Reading state information...
in-target:
in-target: The following additional packages will be installed:
in-target: ethtool fuse3 libatkmm-1.6-1v5 libcairomm-1.0-1v5 libfuse3-3
in-target: libglibmm-2.4-1v5 libgtkmm-3.0-1v5 libmspack0 libpangomm-1.4-1v5
in-target: libsigc++-2.0-0v5 open-vm-tools zerofree
in-target: Suggested packages:
in-target: cloud-init
in-target: The following packages will be REMOVED:
in-target: fuse
in-target: The following NEW packages will be installed:
in-target: ethtool fuse3 libatkmm-1.6-1v5 libcairomm-1.0-1v5 libfuse3-3
in-target: libglibmm-2.4-1v5 libgtkmm-3.0-1v5 libmspack0 libpangomm-1.4-1v5
in-target: libsigc++-2.0-0v5 open-vm-tools open-vm-tools-desktop zerofree
in-target: 0 upgraded, 13 newly installed, 1 to remove and 0 not upgraded.
in-target: E: Packages need to be removed but remove is disabled.
</pre>

The last line explains why the installer refuses to install open-vm-tools. It needs to install fuse3, which means uninstall fuse, and that's not allowed.

This is a change that came with open-vm-tools 11.3.5 (January 2022). Before that, open-vm-tools depended on fuse, which was already installed, so it was Ok.

arnaudr

arnaudr

2022-07-14 15:06

manager   ~0016389

Filed https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1014925 to discuss this issue with the Debian Installer folks.

arnaudr

arnaudr

2022-07-23 15:20

manager   ~0016425

Last edited: 2022-07-23 15:21

Hi, I documented the issue thoroughly at https://gitlab.com/kalilinux/packages/kali-meta/-/issues/15, and I just uploaded a fix in kali-desktop-core 2022.3.9. If we're lucky it will make it to the next weekly image, available on Monday.

I'm closing this issue then, thanks for reporting it!

Issue History

Date Modified Username Field Change
2022-06-28 23:30 Gamb1t New Issue
2022-06-28 23:30 Gamb1t Status new => assigned
2022-06-28 23:30 Gamb1t Assigned To => arnaudr
2022-07-14 13:58 arnaudr Note Added: 0016388
2022-07-14 13:58 arnaudr Note Edited: 0016388
2022-07-14 15:06 arnaudr Note Added: 0016389
2022-07-23 15:20 arnaudr Note Added: 0016425
2022-07-23 15:21 arnaudr Note Edited: 0016425
2022-07-23 15:21 arnaudr Status assigned => resolved
2022-07-23 15:21 arnaudr Resolution open => fixed