Fedora Account System
Red Hat Associate
Red Hat Customer
Whenever I boot Fedora Workstation (42 and 43) I see a message like this appear on the console: dracut-cmdline[344]: //lib/dracut/hooks/cmdline/29-parse-livenet.sh: line 6: get_url_handler: command not found which doesn't seem so nice. Reproducible: Always Steps to Reproduce: 1. But Fedora Workstation Live image or installation Actual Results: Kernel console shows the warning briefly before switching to graphical mode Expected Results: Not sure warning to appear from dracut each time one boots (or shuts down)
I found this upstream bug, maybe fixed already? https://github.com/dracut-ng/dracut-ng/issues/1240
I think I realised this only happens for Live images. In particular 29-parse-livenet.sh is not part of dracut or an installation I believe? Not sure which component this belongs in then.
Neal Gompa tells me livenet _is_ a part of dracut.
Yes, it's this module: https://github.com/dracut-ng/dracut-ng/tree/main/modules.d/70livenet
(In reply to Kamil Páral from comment #1) > I found this upstream bug, maybe fixed already? > https://github.com/dracut-ng/dracut-ng/issues/1240 Thanks I believe you are right that this is fixed already in Rawhide. But would be good to backport the fix to F43 at least.
+3 (+4 / -1) in https://pagure.io/fedora-qa/blocker-review/issue/1970 , marking accepted FE. Please only submit an update that changes *only this* (and anything else specifically accepted as a blocker or FE), please don't use this as justification for a version bump or any other larger change.
F43 is done, dropping metadata.
I've sent a backport patch for the 'f43' branch to the mailing list (dracut-maint). It addresses the `get_url_handler` command not found issue in `parse-livenet.sh` by backporting the upstream fix (commit 9135136).