Bug 693208 - yumex cannot list 'available' etc
Summary: yumex cannot list 'available' etc
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 14
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-03 14:40 UTC by A. Mani
Modified: 2011-04-28 12:57 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-04-28 12:57:25 UTC
Type: ---


Attachments (Terms of Use)

Description A. Mani 2011-04-03 14:40:28 UTC
Description of problem:
'available', 'group' etc tabs are blank always
'installed' does show up

Version-Release number of selected component (if applicable):
yumex-3.0.1-1.fc14.noarch

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
CLI output:


/usr/lib/python2.7/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead
  self.add_from_file(filename)
20:15:07 : INFO - Not connected to an network
20:15:10 : INFO - Starting yum child process
20:15:24 : INFO - YUM: Loaded plugins: auto-update-debuginfo, dellsysid, fastestmirror, fs-snapshot,
20:15:24 : INFO - YUM: Adding en_US to language list
20:15:24 : INFO - No network connection, disable non local repo fedora
20:15:24 : INFO - No network connection, disable non local repo google-chrome
20:15:24 : INFO - No network connection, disable non local repo rpmfusion-free
20:15:24 : INFO - No network connection, disable non local repo rpmfusion-free-updates
20:15:24 : INFO - No network connection, disable non local repo rpmfusion-nonfree
20:15:24 : INFO - No network connection, disable non local repo rpmfusion-nonfree-updates
20:15:24 : INFO - No network connection, disable non local repo updates
20:15:25 : INFO - Getting available updates
20:15:26 : INFO - YUM: Loading mirror speeds from cached hostfile
20:15:26 : INFO - 0 packages returned
20:15:26 : INFO - Getting available obsoletes
20:15:26 : INFO - 0 packages returned
20:15:26 : INFO - Adding Packages to view
20:15:26 : INFO - Added 0 Packages to view
20:15:29 : INFO - Getting available packages
20:15:29 : INFO - 0 packages returned
20:15:29 : INFO - Adding Packages to view
20:15:29 : INFO - Added 0 Packages to view
20:15:33 : INFO - Getting installed packages
20:15:42 : INFO - Getting available packages
20:15:42 : INFO - 2886 packages returned
20:15:42 : INFO - Adding Packages to view
20:15:46 : INFO - Added 2886 Packages to view
20:16:22 : INFO - YUM: Loading mirror speeds from cached hostfile
20:16:22 : INFO - YUM: No Groups Available in any repository

Comment 1 Tim Lauridsen 2011-04-04 07:16:53 UTC
Look like yumex cant detect that you have a network connection, so it disables all your remote repositories.

You can run 
yumex --disable-netcheck

to disable the network connection check.

what version of NetworkManager are you running ?

rpm -q NetworkManager

Comment 2 A. Mani 2011-04-05 00:10:48 UTC
I have disabled network manager and connect via bridge mode.


#yumex --disable-netcheck

/usr/lib/python2.7/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead
  self.add_from_file(filename)


WORKS 

But the pop up windows are blank except for the title  e.g 'Processing Pending Actions', etc

Comment 3 Tim Lauridsen 2011-04-05 05:01:21 UTC
you can add disable_netcheck=1 to ~/.yumex.conf to disable the netcheck permanently


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