Bug 1035853 - tuna -l throws traceback when not able to connect to DISPLAY
Summary: tuna -l throws traceback when not able to connect to DISPLAY
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: tuna
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: John Kacur
QA Contact: Jiri Kastner
URL:
Whiteboard:
Depends On:
Blocks: 909245 1035854
TreeView+ depends on / blocked
 
Reported: 2013-11-28 16:11 UTC by Jiri Kastner
Modified: 2015-03-05 13:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: Code to list config files requires GUI, results in traceback when run without a display Consequence: User must launch a GUI to see the config files, which should not be necessary Fix: Reworks the code to show config files even if display is not available Result: config files are available with or without a GUI
Clone Of:
: 1035854 (view as bug list)
Environment:
Last Closed: 2015-03-05 13:19:51 UTC
Target Upstream Version:


Attachments (Terms of Use)
fix (662 bytes, patch)
2013-11-29 12:44 UTC, Petr Oros
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0544 0 normal SHIPPED_LIVE tuna bug fix and enhancement update 2015-03-05 16:32:00 UTC

Description Jiri Kastner 2013-11-28 16:11:57 UTC
Description of problem:
attempt to list config files in command line, ends with traceback due unavailable display. not 'tracebacking' when display is available, but output is text only, no gui appeared. seems nonsense to import pygtk stuff in list_config, when gui is not needed.

Version-Release number of selected component (if applicable):
0.11.1

How reproducible:
alway

Steps to Reproduce:
1. install tuna
2. unset DISPLAY
3. run tuna -l
4. check output

Actual results:
[root@mrg-qe-15 ~]# tuna -l

Traceback (most recent call last):
  File "/usr/bin/tuna", line 647, in <module>
    main()
  File "/usr/bin/tuna", line 488, in main
    list_config()
  File "/usr/bin/tuna", line 440, in list_config
    from tuna.config import Config
  File "/usr/lib/python2.7/site-packages/tuna/config.py", line 2, in <module>
    import sys, gtk, pygtk
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 64, in <module>
    _init()
  File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init
    _gtk.init_check()
RuntimeError: could not open display


Expected results:

[root@mrg-qe-15 ~]# tuna -l
Preloaded config files:
example.conf

Additional info:

Comment 2 Petr Oros 2013-11-29 12:44:59 UTC
Created attachment 830636 [details]
fix

Comment 3 Jiri Kastner 2013-11-29 12:48:37 UTC
(In reply to Petr Oros from comment #2)
> Created attachment 830636 [details]
> fix


[root@mrg-qe-15 ~]# pushd /usr/lib/python2.7/site-packages
/usr/lib/python2.7/site-packages ~
[root@mrg-qe-15 site-packages]# patch -p1 < ~/0001-CLI-fix-traceback-due-unavailable-display.patch
patching file tuna/config.py
[root@mrg-qe-15 site-packages]# popd
~
[root@mrg-qe-15 ~]# tuna -l
Preloaded config files:
example.conf
[root@mrg-qe-15 ~]# 

##############################

in gui not detected problem

Comment 4 Anton Arapov 2014-02-02 18:47:41 UTC
Petr, in case this one got upstream and you've updated the RHEL7 package - you have to create an errata to propagate this change to the el7 snapshots!

Comment 5 Ludek Smid 2014-06-26 11:16:36 UTC
This request was not resolved in Red Hat Enterprise Linux 7.0.

Contact your manager or support representative in case you need
to escalate this bug.

Comment 9 errata-xmlrpc 2015-03-05 13:19:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2015-0544.html


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