Bug 1608330 - pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0xc2 in position 12865: ordinal not in range(128)
Summary: pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0...
Keywords:
Status: CLOSED DUPLICATE of bug 1575415
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 28
Hardware: x86_64
OS: Linux
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-07-25 10:22 UTC by young.kim
Modified: 2018-07-26 09:53 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-07-26 09:53:17 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
The custom Fedora 28 configuration (11.61 KB, text/plain)
2018-07-25 10:22 UTC, young.kim
no flags Details
My TEST ISO configuration file (22.19 KB, text/plain)
2018-07-25 10:23 UTC, young.kim
no flags Details
anaconda log (778 bytes, text/plain)
2018-07-26 00:21 UTC, young.kim
no flags Details

Description young.kim 2018-07-25 10:22:29 UTC
Created attachment 1470497 [details]
The custom Fedora 28 configuration

Description of problem:
live image creation is failing with this traceback (Please see Actual results ) 

Version-Release number of selected component (if applicable):
anaconda 28.22.10-1.fc28

How reproducible:


Steps to Reproduce:
1. The custom Fedora 28 ISO "Fedora-Fedora-DVD-x86_64-28.iso" is generated with fedora-live-base.ks in attachment
2. And my TEST ISO file is generated with the custom Fedora 28 ISO with ks.cfg in attachment 
3. While my TEST ISO file is being installed, live image creation is failed

Actual results:
anaconda 28.22.10-1.fc28 for Fedora 28 started.
Traceback (most recent call last);
	File "sbin/anaconda", line 499, in <module>
		ksdata = startup_utils.parse_kickstart(opts, addon_paths, pass_to_boss=True)
	File "/usr/lib64/python3.6/site-packages/pyanaconda/startup_utils.py", line 504, in parse_kickstart
		ksdata = kickstart.parseKickstart(ks, options.ksstrict, pass_to_boss)
	File "/usr/lib64/python3.6/site-packages/pyanaconda/kickstart.py", line 2546, in parseKickstart
		boss.SplitKickstart(f)
	File "usr/lib/python3.6/site-packages/pydbus/proxy_method.py", line 102, in __call__
		raise error 
pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0xc2 in position 12865: ordinal not in range(128)


Expected results:
Live image creation should be done successfully

Additional info:

Comment 1 young.kim 2018-07-25 10:23:09 UTC
Created attachment 1470498 [details]
My TEST ISO configuration file

Comment 2 young.kim 2018-07-25 11:38:12 UTC
This kind of issue is not observed with anaconda.24.13.7-1.fc24 in the custom Fedora 24 ISO.
So, My TEST ISO file is installed automatically without issue.

Comment 3 young.kim 2018-07-26 00:21:37 UTC
Created attachment 1470563 [details]
anaconda log

Comment 4 Vendula Poncova 2018-07-26 09:53:17 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.