On 8/27/24 8:39 AM, Simon Becherer wrote:
.... snip ...... That for example has been reported already as https://bugzilla.opensuse.org/show_bug.cgi?id=1229745
wicked is wrongly starting before dbus-broker and results in not having a network configured.
After the boot, you can "systemctl restart network" or apply the patch which is proposed in https://github.com/openSUSE/wicked/pull/1032 locally to get it faster,
If I read the fix correctly, you can patch the wickedd*.service file simply by replacing dbus.service with dbus.socked in the service files. I made a copy of the wickedd*.service files in directory a/ and patched the files in b/, e.g. $ for i in a/*; do sed 's/dbus\.service/dbus.socket/' "$i" > b/"${i##*/}"; done; unset i Then you can simply do (what you are not supposed to) and replace the service files with the patched files in b/ until an update is provided that makes this permanent. If it all fails, then just move the files from a/ back in place. Chime in if there is a better way. -- David C. Rankin, J.D.,P.E.