Activity log for bug #2068026

Date Who What changed Old value New value Message
2024-06-04 12:54:03 Benjamin Drung bug added bug
2024-06-04 12:54:12 Benjamin Drung bug task added open-vm-tools (Ubuntu)
2024-06-04 12:54:23 Benjamin Drung affects initramfs-tools (Ubuntu) librem-ec-acpi (Ubuntu)
2024-06-05 15:05:29 Bryce Harrington tags server-todo
2024-06-05 15:05:54 Bryce Harrington bug added subscriber Ubuntu Server
2024-06-05 15:06:07 Bryce Harrington bug added subscriber Canonical Server
2024-06-05 15:49:21 Benjamin Drung description librem-ec-acpi-dkms in librem-ec-acpi uses: ``` for kmod in $(find "${MODULESDIR}/${dir}" ${exclude:-} -name "$pattern*.ko" -print); do manual_add_modules $(basename ${kmod} .ko) done ``` vmxnet in open-vm-tools uses: ``` if find "${DESTDIR}"/lib/modules -name pcnet32.ko >/dev/null; then manual_add_modules vmxnet fi ``` Ubuntu 24.04 (noble) ships kernel modules compressed (e.g. pcnet32.ko.zst) and those snippets will not find these compressed modules. librem-ec-acpi-dkms in librem-ec-acpi uses: ```     for kmod in $(find "${MODULESDIR}/${dir}" ${exclude:-} -name "$pattern*.ko" -print); do         manual_add_modules $(basename ${kmod} .ko)     done ``` vmxnet in open-vm-tools uses: ``` if find "${DESTDIR}"/lib/modules -name pcnet32.ko >/dev/null; then  manual_add_modules vmxnet fi ``` Ubuntu 24.04 (noble) ships kernel modules compressed (e.g. pcnet32.ko.zst) and those snippets will not find these compressed modules. Be also aware of the change to manual_add_modules done in bug #2065180
2024-06-11 23:45:04 Bryce Harrington open-vm-tools (Ubuntu): assignee Bryce Harrington (bryce)
2024-06-11 23:45:09 Bryce Harrington open-vm-tools (Ubuntu): importance Undecided High
2024-06-11 23:45:12 Bryce Harrington open-vm-tools (Ubuntu): status New Triaged
2024-06-11 23:45:16 Bryce Harrington open-vm-tools (Ubuntu): status Triaged Confirmed
2024-06-24 23:55:32 Bryce Harrington open-vm-tools (Ubuntu): status Confirmed In Progress
2024-06-25 01:03:35 Bryce Harrington bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074238
2024-06-25 01:03:35 Bryce Harrington bug task added open-vm-tools (Debian)
2024-06-25 01:06:42 Launchpad Janitor merge proposal linked https://code.launchpad.net/~bryce/ubuntu/+source/open-vm-tools/+git/open-vm-tools/+merge/468120
2024-06-25 01:59:47 Bryce Harrington nominated for series Ubuntu Noble
2024-06-25 01:59:47 Bryce Harrington bug task added open-vm-tools (Ubuntu Noble)
2024-06-25 01:59:47 Bryce Harrington bug task added librem-ec-acpi (Ubuntu Noble)
2024-06-25 01:59:47 Bryce Harrington nominated for series Ubuntu Oracular
2024-06-25 01:59:47 Bryce Harrington bug task added open-vm-tools (Ubuntu Oracular)
2024-06-25 01:59:47 Bryce Harrington bug task added librem-ec-acpi (Ubuntu Oracular)
2024-06-25 01:59:55 Bryce Harrington open-vm-tools (Ubuntu Noble): status New In Progress
2024-06-25 04:22:17 Bug Watch Updater open-vm-tools (Debian): status Unknown New
2024-07-09 18:21:35 Bryce Harrington open-vm-tools (Ubuntu Noble): status In Progress Won't Fix
2024-07-09 18:22:34 Bryce Harrington open-vm-tools (Ubuntu Oracular): status In Progress Fix Committed
2024-07-17 01:49:19 Bug Watch Updater open-vm-tools (Debian): status New Fix Released
2024-08-06 21:53:44 Bryce Harrington open-vm-tools (Ubuntu Oracular): status Fix Committed Fix Released