Bug 1177555

Summary: [abrt] system-config-language: subprocess.py:573:check_output:CalledProcessError: Command 'pkcon install : dellsysid, etckeeper, fastestmirror, filter-data, fs-snapshot, : keys, langpacks, list-data, local, merge-conf, ...
Product: [Fedora] Fedora Reporter: Sylvain Arth <sylvain>
Component: system-config-languageAssignee: Parag Nemade <pnemade>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: i18n-bugs, nav007, pnemade, psatpute, sylvain
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/1d32ddb47eda3e27b9a07d3ea06ef0aef6058285
Whiteboard: abrt_hash:fb5cf749e479699a98c94a279f3dabd060eaefd0
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-12 03:12:47 UTC Type: ---
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
File: backtrace
none
File: environ none

Description Sylvain Arth 2014-12-29 01:14:47 UTC
Version-Release number of selected component:
system-config-language-2.3.0-2.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python /usr/share/system-config-language/system-config-language.py
dso_list:       python-libs-2.7.8-7.fc21.i686
executable:     /usr/share/system-config-language/system-config-language.py
kernel:         3.17.7-300.fc21.i686
runlevel:       N 5
type:           Python
uid:            0

Truncated backtrace:
#1 check_output in /usr/lib/python2.7/subprocess.py:573
#2 lang_not_installed in /usr/share/system-config-language/language_tui.py:130
#3 run_ui in /usr/share/system-config-language/language_tui.py:162
#4 draw_ui in /usr/share/system-config-language/language_tui.py:182
#5 __init__ in /usr/share/system-config-language/language_tui.py:250
#6 use_text_mode in /usr/share/system-config-language/system-config-language.py:35
#7 run in /usr/share/system-config-language/system-config-language.py:66
#8 <module> in /usr/share/system-config-language/system-config-language.py:70

Comment 1 Sylvain Arth 2014-12-29 01:14:50 UTC
Created attachment 973915 [details]
File: backtrace

Comment 2 Sylvain Arth 2014-12-29 01:14:52 UTC
Created attachment 973916 [details]
File: environ

Comment 3 Parag Nemade 2014-12-29 01:20:25 UTC
First ensure you have yum-langpacks package installed by using
rpm -qa | grep yum-langpacks

Then do 
sudo yum list

If both commands works fine then you will not see any issues in using system-config-language.

What language you tried to install using system-config-language?

Comment 4 Sylvain Arth 2015-01-11 23:38:09 UTC
Now it's fixed
I noticed a maxopenfile issue 
I fixed it with ulimit increased
You can close I guess

Comment 5 Parag Nemade 2015-01-12 03:12:47 UTC
Thank you.