-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 polkit.service Unit failed on startup #156
Comments
Still seeing this on Flatcar Container Linux by Kinvolk alpha (2592.0.0) What does this failing impact? Thanks |
Thanks for the reminder. We have been aware of the issue since a long time. It only happens on ARM64. |
This prevents other components from running too (systemd-hostnamed, coreos-metadata, etc), same message. @bobhenkel |
FYI, I have been doing experiments of disabling policykit for systemd, only for arm64. |
Interesting. CI runs of the WIP branch caused the whole packages-matrix builds to hang forever during
It happens always during Jenkins builds. I have no idea why the policykit change has anything to do with ldb at all. |
It's possible that the hanging that Dongsu saw on ARM was due to the same issue that Thilo fixed last week with regards to the old qemu version. I'm going to rebase the change against the latest main and retry running the CI with that. |
Indeed, as I suspected the build of Dongsu's branch succeeded in the first try and didn't get stuck. However, when testing this on a machine with an explicit ignition config (i.e. without the default one that calls cloud-init), the hostname gets stuck with
If I understand this correctly,
So, I don't think we can compile the ARM image without policykit. We need an updated version of policykit that works correctly on ARM. |
Facing same issue on arm64 ami, is there a plan to get a fix rolled out for this anytime soon? |
This issue should be fixed. Thanks for the bug report. |
Spun up an alpha channel instance on OpenStack VM. On my first ssh login I see the the output below. I was able to spin up a x86_64 production channel instance and it didn't cause this failure.
polkit.service is not starting up.
Impact
Not sure.
Environment and steps to reproduce
Expected behavior
polkit.service should start up without failure.
Additional information
NA
The text was updated successfully, but these errors were encountered: