Package: open-vm-tools
Version: 2:11.3.5-1
Severity: normal
X-Debbugs-Cc: bdr...@ubuntu.com

Dear Maintainer,

open-vm-tools calls `udevadm trigger` in it's postinst script (line 8).
Since no options or devpaths/files/units are specified, udevadm will
trigger events for **all** devices. This will trigger a lot of udev
rules and can cause unwanted side effects (like Ubuntu bug
https://launchpad.net/bugs/1875062). You can see the list of triggered
devices by running `udevadm trigger --verbose --dry-run`.

Please run `udevadm trigger` only for the relevant
subsystems/attributes. Example:
```
udevadm trigger --type=devices --subsystem-match=scsi
```

Bug-Ubuntu: https://launchpad.net/bugs/1968354

-- 
Benjamin Drung
Debian & Ubuntu Developer

Reply via email to