Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655320 - app-shells/dash-0.5.10 breaks sys-kernel/dracut
Summary: app-shells/dash-0.5.10 breaks sys-kernel/dracut
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-09 09:49 UTC by Lars Wendler (Polynomial-C) (RETIRED)
Modified: 2018-06-26 02:52 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-09 09:49:47 UTC
Dunno exactly if it's dracut's or dash's fault but I suspect dash-0.5.10 as that was the part that has changed and reverting to a previous dash version fixes the issue.

The problem is, that with dash-0.5.10 the initrd simply stops at some point. 
I can see the dracut version being printed during boot and the message about udev being started but then the initrd hangs.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-09 09:52:32 UTC
This is my dracut config:

# grep -Ev '^[[:space:]]*#|^$' /etc/dracut.conf.d/99_local.conf 
hostonly="yes"
dracutmodules+="dash i18n kernel-modules resume rootfs-block terminfo udev-rules base fs-lib shutdown btrfs caps crypt lvm"
hostonly_cmdline="yes"
compress="xz"
use_fstab="yes"
root="LABEL=root"
early_microcode="yes"
i18n_vars="/etc/conf.d/keymaps:keymap-KEYMAP /etc/conf.d/consolefont:consolefont-CONSOLEFONT-FONT /etc/rc.conf:UNICODE"
Comment 2 Alexander Tsoy 2018-05-09 10:12:00 UTC
Please try this patch:
https://patchwork.kernel.org/patch/10382199/
Comment 3 Larry the Git Cow gentoo-dev 2018-05-09 11:31:56 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cd383722ae22bc2567f1b4f8a875e79dd56bca

commit b3cd383722ae22bc2567f1b4f8a875e79dd56bca
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-05-09 11:31:34 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-05-09 11:31:50 +0000

    app-shells/dash: Fixed subshell regression.
    
    See https://patchwork.kernel.org/patch/10382199/
    
    Closes: https://bugs.gentoo.org/655320
    Package-Manager: Portage-2.3.36, Repoman-2.3.9

 .../dash/{dash-0.5.10.ebuild => dash-0.5.10-r1.ebuild}   |  5 ++++-
 app-shells/dash/files/dash-0.5.10-subshells.patch        | 16 ++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-05-09 11:36:26 UTC
Thanks Alexander!