Bug 1608330

Summary: pyanaconda.modules.common.errors.DBusError: 'ascii' codec can't decode byte 0xc2 in position 12865: ordinal not in range(128)
Product: [Fedora] Fedora Reporter: young.kim
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 28CC: anaconda-maint-list, jonathan, kellin, vanmeeuwen+fedora, vponcova, wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-26 09:53:17 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
The custom Fedora 28 configuration
none
My TEST ISO configuration file
none
anaconda log none

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 ***