|
Bugzilla – Full Text Bug Listing |
| Summary: | kernel directory can not be found and systemd-network can not be installed (latest Tumbleweed update) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Sarah Kriesch <ada.lovelace> |
| Component: | Basesystem | Assignee: | systemd maintainers <systemd-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | antonio.feijoo, msuchanek |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | dmesg | ||
|
Description
Sarah Kriesch
2023-09-05 09:09:12 UTC
Created attachment 869272 [details]
dmesg
the dmesg output
The depmod messages are noisy but the real problem is: dracut[I]: Module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found! dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! so long as it is a problem at all, few people need network in the ramdisk. Also the tool used for networking is typically NetworkManager, not networkd. Then I am happy, that we have got both options, that we can switch if one would not work. (In reply to Sarah Kriesch from comment #0) > dracut[I]: Executing: /usr/bin/dracut -f /boot/initrd-6.4.12-1-default > 6.4.12-1-default > dracut[I]: Module 'systemd-networkd' will not be installed, because command > 'networkctl' could not be found! > dracut[I]: Module 'systemd-networkd' will not be installed, because command > '/usr/lib/systemd/systemd-networkd' could not be found! > dracut[I]: Module 'systemd-networkd' will not be installed, because command > '/usr/lib/systemd/systemd-networkd-wait-online' could not be found! Those are common messages due to dracut's high default verbosity. If you want to add the systemd-networkd dracut module to the initrd, first you need to install the systemd-network package, but that does not seem to be your case, right? So, if the depmod messages are just noise, I think we can close this bug. I wanted to report, if these error messages should not happen during the update process. We can close this bug report, if it is not critical. |