Bug 882087 - dracut-cmdline[58]: /etc/locale.conf: line 1: locale.LANG=es_ES.UTF-8: command not found | Fedora 18 beta rc1
Summary: dracut-cmdline[58]: /etc/locale.conf: line 1: locale.LANG=es_ES.UTF-8: comman...
Keywords:
Status: CLOSED DUPLICATE of bug 870632
Alias: None
Product: Fedora
Classification: Fedora
Component: dracut
Version: 18
Hardware: i686
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: dracut-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-30 04:53 UTC by xset1980
Modified: 2013-05-29 13:13 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-05-29 12:54:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
dracut screenshot error (24.86 KB, image/png)
2012-11-30 04:53 UTC, xset1980
no flags Details

Description xset1980 2012-11-30 04:53:53 UTC
Created attachment 654813 [details]
dracut screenshot error

Description of problem:

Attach screenshot with the bug.

Version-Release number of selected component (if applicable):
Fedora 18 beta rc1 KDE spin.
dracut-024-10.git20121121.fc18.i686

How reproducible:
Always

Steps to Reproduce:
1.Fresh Install of F18 beta rc1
2.Press Esc on boot and see the boot process
3.
  
Actual results:


Expected results:


Additional info:

Attach screenshot

Comment 1 Tom Horsley 2012-12-08 01:40:29 UTC
Yep, I see the same thing (after filming my boot in slow motion and playing it back frame by frame :-).

Comment 2 Tom Horsley 2012-12-08 01:55:44 UTC
If I expand the initramfs image and grep for locale, I find this gibberish
in the file usr/lib/dracut/hooks/cmdline/20-parse-i18n.sh:

inst_key_val '' /etc/locale.conf   LANG        locale.LANG
inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL

I don't know what it means, but it appears to have some of the same
strings in the error message :-).

Comment 3 Harald Hoyer 2012-12-14 09:44:23 UTC
you could fix /usr/lib/dracut/modules.d/10i18n/parse-i18n.sh

-inst_key_val '' /etc/locale.conf   LANG        locale.LANG
-inst_key_val '' /etc/locale.conf   LC_ALL      locale.LC_ALL
+inst_key_val '' /etc/locale.conf   locale.LANG   LANG
+inst_key_val '' /etc/locale.conf   locale.LC_ALL LC_ALL

and run
# dracut -f

then this is gone.

Comment 4 Harald Hoyer 2013-05-29 12:54:22 UTC
fixed in anaconda a log time ago.

Comment 5 Harald Hoyer 2013-05-29 13:13:29 UTC

*** This bug has been marked as a duplicate of bug 870632 ***


Note You need to log in before you can comment on or make changes to this bug.