Bug 1585073 - german umlauts in kickstart pre scripts
Summary: german umlauts in kickstart pre scripts
Keywords:
Status: CLOSED DUPLICATE of bug 1575415
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 28
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-01 09:12 UTC by Vincent
Modified: 2018-06-04 09:26 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-04 09:26:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda.log (1.32 KB, text/plain)
2018-06-01 09:12 UTC, Vincent
no flags Details
error-screenshot (20.02 KB, image/png)
2018-06-01 09:17 UTC, Vincent
no flags Details

Description Vincent 2018-06-01 09:12:09 UTC
Created attachment 1446591 [details]
anaconda.log

Description of problem:

If you put some german umlaut in a kickstart %pre install script, anaconda dies with this error:

pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0xc3 in position 3094: ordinal not in range(128)



Version-Release number of selected component (if applicable):
anaconda 28.22-10.fc28

How reproducible:
always

Steps to Reproduce:
1. use this kickstart script (change --url):
install
text
network --bootproto dhcp
url --url http://url-to-fedora-dvd/install/
lang en_US
keyboard us
bootloader --location=mbr --driveorder=sda,sdb --boot-drive=sda
timezone Europe/Zurich --utc
auth --enableshadow --passalgo=sha256
rootpw thisisatest
selinux --disabled
reboot
firewall --disabled
skipx
graphical
ignoredisk --only-use=sda
part biosboot --fstype=biosboot --size=1
part /boot --fstype="ext4" --ondisk=sda --size=500
part /vmdata --fstype="ext4" --ondisk=sda --size=1 --grow
part / --fstype="xfs" --ondisk=sda --size=51200
part swap --fstype="swap" --ondisk=sda --size=16129

%pre --interpreter /usr/bin/bash
echo "This is a test: äöü"
%end

Comment 1 Vincent 2018-06-01 09:17:17 UTC
Created attachment 1446593 [details]
error-screenshot

Comment 2 Vendula Poncova 2018-06-04 09:26:23 UTC

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


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