Bug 1350253 - livecd-iso-to-disk fails using a non English locale
Summary: livecd-iso-to-disk fails using a non English locale
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-06-26 19:36 UTC by Dick Marinus
Modified: 2016-09-13 18:11 UTC (History)
6 users (show)

Fixed In Version: livecd-tools-23.4-1 livecd-tools-23.4-1.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-13 18:11:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Dick Marinus 2016-06-26 19:36:22 UTC
I'm using LANG=nl_NL and livecd-iso-to-disk has trouble passing Dutch parameters to /sbin/parted:

LANG="nl_NL.utf8" bash -x livecd-iso-to-disk --efi --format /home/meeuw/Downloads/Fedora-Workstation-Live-x86_64-24-1.2.iso /dev/sdc
....
+ /sbin/parted -s /dev/sdc u MB mkpart '"EFI System Partition"' fat32 1 4095 set 1 boot on
Gebruik:  parted [OPTIE]... [APPARAAT [OPDRACHT [ARGUMENTEN]...]...]

Dit voert OPDRACHT met ARGUMENTEN uit op APPARAAT.
Als er geen OPDRACHT gegeven is, wordt interactieve modus gestart.

When I use LANG=C livecd-iso-to-disk --efi --format /home/meeuw/Downloads/Fedora-Workstation-Live-x86_64-24-1.2.iso /dev/sdc the problem is fixed. Maybe the shell script should include/force LANG=C ?

Comment 1 Brian Lane 2016-06-29 17:28:58 UTC
This should fix it:

https://github.com/rhinstaller/livecd-tools/pull/33

Comment 2 Jan Kurik 2016-07-26 04:06:15 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 3 Fedora Update System 2016-08-26 23:00:31 UTC
livecd-tools-23.4-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-5e40d80b1c

Comment 4 Fedora Update System 2016-08-27 12:51:59 UTC
livecd-tools-23.4-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-5e40d80b1c

Comment 5 Fedora Update System 2016-09-13 18:11:22 UTC
livecd-tools-23.4-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


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