Activity log for bug #2016012

Date Who What changed Old value New value Message
2023-04-12 14:21:04 Gauthier Jolly bug added bug
2023-04-12 14:21:26 Gauthier Jolly description This udev rule: /lib/udev/rules.d/67-azure-console.rules is wrong because it refers to the syslog group that doesn't exist on our images. This wasn't causing any particular issue before Lunar but know it's causing "systemd daemon-reload" to take 1min to run. This is a big issue because "systemd daemon-reload" is called during boot and when snaps are installed. Reproduce: 1. start a minimal Lunar VM on Azure: az vm create --ssh-key-value ~/.ssh/canonical.pub --admin-username ubuntu -n jammy-minimal -g test-minimal --image 'Canonical:0001-com-ubuntu-minimal-jammy:minimal-22_04-lts-gen2:latest' --size Standard_D2as_v5 2. run `time systemd daemon-reload`: it will take 1min 3. run `groupadd syslog` 4. run `time systemd daemon-reload`: it will take less than a second to run It's not a problem on non-minimal images because rsyslog is installed and the group is present. This udev rule: /lib/udev/rules.d/67-azure-console.rules is wrong because it refers to the syslog group that doesn't exist on our images. This wasn't causing any particular issue before Lunar but know it's causing "systemd daemon-reload" to take 1min to run. This is a big issue because "systemd daemon-reload" is called during boot and when snaps are installed. Reproduce:  1. start a minimal Lunar VM on Azure: az vm create --ssh-key-value $SSH_KEY_PATH --admin-username ubuntu -n jammy-minimal -g test-minimal --image 'Canonical:0001-com-ubuntu-minimal-jammy:minimal-22_04-lts-gen2:latest' --size Standard_D2as_v5  2. run `time systemd daemon-reload`: it will take 1min  3. run `groupadd syslog`  4. run `time systemd daemon-reload`: it will take less than a second to run It's not a problem on non-minimal images because rsyslog is installed and the group is present.
2023-04-13 12:00:00 Gauthier Jolly attachment added walinuxagent.debdiff https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/2016012/+attachment/5663593/+files/walinuxagent.debdiff
2023-04-13 12:34:07 Gauthier Jolly description This udev rule: /lib/udev/rules.d/67-azure-console.rules is wrong because it refers to the syslog group that doesn't exist on our images. This wasn't causing any particular issue before Lunar but know it's causing "systemd daemon-reload" to take 1min to run. This is a big issue because "systemd daemon-reload" is called during boot and when snaps are installed. Reproduce:  1. start a minimal Lunar VM on Azure: az vm create --ssh-key-value $SSH_KEY_PATH --admin-username ubuntu -n jammy-minimal -g test-minimal --image 'Canonical:0001-com-ubuntu-minimal-jammy:minimal-22_04-lts-gen2:latest' --size Standard_D2as_v5  2. run `time systemd daemon-reload`: it will take 1min  3. run `groupadd syslog`  4. run `time systemd daemon-reload`: it will take less than a second to run It's not a problem on non-minimal images because rsyslog is installed and the group is present. This udev rule: /lib/udev/rules.d/67-azure-console.rules is wrong because it refers to the syslog group that doesn't exist on our images. This wasn't causing any particular issue before Lunar but know it's causing "systemd daemon-reload" to take 1min to run. This is a big issue because "systemd daemon-reload" is called during boot and when snaps are installed. Reproduce:  1. start a minimal Lunar VM on Azure: az vm create --ssh-key-value $SSH_KEY_PATH --admin-username ubuntu -n jammy-minimal -g test-minimal --image 'Canonical:0001-com-ubuntu-minimal-jammy:minimal-22_04-lts-gen2:latest' --size Standard_D2as_v5  2. run `time systemctl daemon-reload`: it will take 1min  3. run `groupadd syslog`  4. run `time systemctl daemon-reload`: it will take less than a second to run It's not a problem on non-minimal images because rsyslog is installed and the group is present.
2023-04-13 16:25:07 Ubuntu Foundations Team Bug Bot tags patch
2023-04-13 16:25:16 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2023-04-18 14:21:07 Thomas Bechtold tags patch patch rls-ll-incoming
2023-04-18 19:55:08 Launchpad Janitor walinuxagent (Ubuntu): status New Fix Released
2023-05-16 16:00:06 Benjamin Drung removed subscriber Ubuntu Sponsors Team