Skip to content
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

[Rawhide]: Expected file /run/systemd/network/90-kolatest.link doesn't exist on disk #1620

Closed
gursewak1997 opened this issue Nov 23, 2023 · 1 comment · Fixed by coreos/fedora-coreos-config#2744

Comments

@gursewak1997
Copy link
Member

The kola tests ext.config.networking.ifname-karg.udev-rule-firstboot-propagation
and ext.config.networking.ifname-karg.everyboot-systemd-link-file fail in the latest Rawhide build.
Fails with Expected file /run/systemd/network/90-kolatest.link doesn't exist on disk. This files basically makes sure systemd-network-generator ran from the real root.

[2023-11-22T16:36:42.401Z] Nov 22 16:36:40 qemu0 kola-runext-test.sh[1960]: + check_file_exists /run/systemd/network/90-kolatest.link
[2023-11-22T16:36:42.401Z] Nov 22 16:36:40 qemu0 kola-runext-test.sh[1960]: + local file=/run/systemd/network/90-kolatest.link
[2023-11-22T16:36:42.401Z] Nov 22 16:36:40 qemu0 kola-runext-test.sh[1960]: + '[' '!' -f /run/systemd/network/90-kolatest.link ']'
[2023-11-22T16:36:42.401Z] Nov 22 16:36:40 qemu0 kola-runext-test.sh[1960]: + fatal 'expected file /run/systemd/network/90-kolatest.link doesn'\''t exist on disk'
[2023-11-22T16:36:42.401Z] Nov 22 16:36:40 qemu0 kola-runext-test.sh[1960]: + echo 'expected file /run/systemd/network/90-kolatest.link doesn'\''t exist on disk'

This failure happened after the latest systemd upgrade.
systemd 254.5-2.fc40 -> 255~rc2-1.fc40

jlebon added a commit to jlebon/fedora-coreos-config that referenced this issue Nov 23, 2023
In systemd commit b94f59b9d56 (part of v255+), the priority of the link
file generated from the `ifname` karg was changed from 90 to 70. We
don't really care about the priority here so just use a glob instead.

Fixes: coreos/fedora-coreos-tracker#1620
@jlebon
Copy link
Member

jlebon commented Nov 23, 2023

Thanks for filing this and doing an initial analysis!

gursewak1997 pushed a commit to coreos/fedora-coreos-config that referenced this issue Nov 23, 2023
In systemd commit b94f59b9d56 (part of v255+), the priority of the link
file generated from the `ifname` karg was changed from 90 to 70. We
don't really care about the priority here so just use a glob instead.

Fixes: coreos/fedora-coreos-tracker#1620
aaradhak pushed a commit to aaradhak/fedora-coreos-config that referenced this issue Mar 18, 2024
In systemd commit b94f59b9d56 (part of v255+), the priority of the link
file generated from the `ifname` karg was changed from 90 to 70. We
don't really care about the priority here so just use a glob instead.

Fixes: coreos/fedora-coreos-tracker#1620
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants