Azure / WALinuxAgent

Microsoft Azure Linux Guest Agent
http://azure.microsoft.com/
Apache License 2.0
543 stars 372 forks source link

[BUG] Test failures: azurelinuxagent.common.utils.shellutil.CommandError: 'systemctl show walinuxagent.service --property CPUQuotaPerSecUSec' failed: 1 (System has not been booted with systemd as init sys... #3218

Open waldiTM opened 2 months ago

waldiTM commented 2 months ago

Describe the bug: A clear and concise description of what the bug is.

>               raise CommandError(command=__format_command(command), return_code=return_code, stdout=stdout, stderr=stderr)
E               azurelinuxagent.common.utils.shellutil.CommandError: 'systemctl show walinuxagent.service --property CPUQuotaPerSecUSec' failed: 1 (System has not been booted with systemd as init system (PID 1). Can't operate.
E               Failed to connect to bus: Host is down)

azurelinuxagent/common/utils/shellutil.py:204: CommandError

Distro and WALinuxAgent details (please complete the following information): Debian 13, in a build environment

nagworld9 commented 3 weeks ago

@waldiTM, thanks for opening the issue, we will look into this.

We are trying to find maintainers for the Debian package responsible for checking updates to the latest agent version. By any chance, are you one of the maintainers?

If so, we wanted to check if there’s a possibility of including a newer agent version in Debian distributions. We've noticed that Debian 11 includes a four-year-old agent version (2.2.46), with automatic updates disabled, which means it’s missing many important fixes and security updates. Do you have any plans to update the agent package?

waldiTM commented 5 days ago

We are trying to find maintainers for the Debian package responsible for checking updates to the latest agent version. By any chance, are you one of the maintainers?

Please contact debian-cloud@lists.debian.org.

If so, we wanted to check if there’s a possibility of including a newer agent version in Debian distributions. We've noticed that Debian 11 includes a four-year-old agent version (2.2.46), with automatic updates disabled, which means it’s missing many important fixes and security updates. Do you have any plans to update the agent package?

Debian 11 as stable release gets security updates, but only limited feature updates.