You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 this issue
Sep 17, 2024
· 1 comment
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
The text was updated successfully, but these errors were encountered:
@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?
Describe the bug: A clear and concise description of what the bug is.
Distro and WALinuxAgent details (please complete the following information):
Debian 13, in a build environment
The text was updated successfully, but these errors were encountered: