Bug ID | 1229555 |
---|---|
Summary | Wicked dummy interfaces no longer come up / "no-device" |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.6 |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Network |
Assignee | screening-team-bugs@suse.de |
Reporter | georg.pfuetzenreuter@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
Created attachment 876866 [details] asgard2.i.o.o journal after boot Hi, we have various interfaces of type `dummy` configured on our openSUSE infrastructure firewall VMs, so far with no issues. They are all configured equally, here is one example: ``` # more /etc/sysconfig/network/ifcfg-d-os-code # ... comments ... STARTMODE='auto' BOOTPROTO='none' INTERFACETYPE='dummy' ``` Since installing updates and rebooting today, they no longer come up (neither automatically nor manually through ifup), returning "no-device". I will attach some information which I hope is useful .. .. from after boot: - `journalctl` .. from after enabling WICKED_DEBUG=all/WICKED_LOG_LEVEL=debug and restarting wickedd: - `wicked --debug all ifup d-os-code` # again just one example interface - `wicked show-config` - `wicked ifstatus --verbose all` - `grep 2024-08-21 /var/log/zypp/history` Let me know if anything of interest is missing. Would appreciate any ideas! I'm reluctant to update the second machine in the pair with this issue. There is another (presumably kernel) issue after the update, which I think is not related and hence reported separately at https://bugzilla.opensuse.org/show_bug.cgi?id=1229552.