Fedora Linux Support Community & Resources Center
  #1  
Old 15th June 2005, 12:32 PM
mit's Avatar
mit Offline
Registered User
 
Join Date: Jun 2004
Posts: 233
Yum Extender 0.40 released

Yum Extender 0.40 is released.

This release only works in Fedore Core 4.

Yum Extender Homepage

New Features / changes:

* GUI Redesigned.
* Now works with Yum 2.3.x
* Better integration with yum. No more "screen scraping"
* New Progress dialog, insted of redirected yum output.
* Remove Run Yum Command. (Might be back in a later release)
  #2  
Old 15th June 2005, 12:48 PM
f0u Offline
Registered User
 
Join Date: May 2005
Posts: 7
Really nice
Keep up the good work.
  #3  
Old 15th June 2005, 12:53 PM
i1n2d3y4 Offline
Registered User
 
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99
Yumex .40 for FC4

Installed yumex .40 for FC4 from the rpm, but unable to run.

seems to be some python errors in the application

error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
  #4  
Old 15th June 2005, 01:06 PM
mit's Avatar
mit Offline
Registered User
 
Join Date: Jun 2004
Posts: 233
Quote:
Originally Posted by i1n2d3y4
Installed yumex .40 for FC4 from the rpm, but unable to run.

seems to be some python errors in the application

error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
Some users had this kind errors in the past, It some kind of problem with Python / PyGtk loading from the wrong path.
Normally pyGtk is located in /usr/lib/python2.4/site-packages/gtk-2.0/gtk/, i dont known why it loading from the /usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/.

Have you installed a fresh installation of FC4 ??
Are you using gnome ??
Have you deselected some packages at installation ???
  #5  
Old 15th June 2005, 01:26 PM
i1n2d3y4 Offline
Registered User
 
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99
Quote:
Originally Posted by mit
Some users had this kind errors in the past, It some kind of problem with Python / PyGtk loading from the wrong path.
Normally pyGtk is located in /usr/lib/python2.4/site-packages/gtk-2.0/gtk/, i dont known why it loading from the /usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/.

Have you installed a fresh installation of FC4 ??
Are you using gnome ??
Have you deselected some packages at installation ???
Did a new install of FC4 from dvd and selected all packages for install. The only thing I can think of is I installed python-crypto separately as it was required by revelation password manager.
  #6  
Old 15th June 2005, 02:17 PM
mit's Avatar
mit Offline
Registered User
 
Join Date: Jun 2004
Posts: 233
Quote:
Originally Posted by i1n2d3y4
Did a new install of FC4 from dvd and selected all packages for install. The only thing I can think of is I installed python-crypto separately as it was required by revelation password manager.
Very weird.

does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???

try running 'xhost +' before starting yumex.

Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.

Last edited by mit; 15th June 2005 at 02:27 PM.
  #7  
Old 16th June 2005, 02:21 AM
i1n2d3y4 Offline
Registered User
 
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99
Quote:
Originally Posted by mit
Very weird.

does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???

try running 'xhost +' before starting yumex.

Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.
Reboot does not solve the problem with the "xlib: conection ":0.0" refused by server"

but running xhost + before starting yumex did fix the problem. Another thing I noticed that causes yumex to crash is I created a new repo file in yu.repos.d and by mistake forgot to put in a header in the file [fedora-project-extras], as soon as I fixed this yumex gui came up.

I like the gui much than the last one. Keep up the good work.
  #8  
Old 16th June 2005, 04:07 AM
nandowong's Avatar
nandowong Offline
Registered User
 
Join Date: Nov 2004
Posts: 511
Quote:
Originally Posted by mit
Very weird.

does the system-config-* application works ???
are you working locally on the machine ???
what kind of hardware are you using ???

try running 'xhost +' before starting yumex.

Edit1:
Have you tried a reboot, i did some searching an found a reboot sometimes solves this error.
the xhost + worked. thanks


what does xhost + do?
__________________
I dont pitch linux to my friends, I let windows do that for me :D
I like chicken :D
  #9  
Old 17th June 2005, 09:45 AM
nuopus Offline
Registered User
 
Join Date: Nov 2004
Age: 37
Posts: 40
xhost is set to not allow connections from any host by default. When you use the su command, you are executing another session. The X program has to have access to the display in order to draw the screen.

Try this ... at the console BEFORE you type su, type xhost +
then do su
now go ahead and execute yumex ... it should work now. You can also do xhost +localhost to only allow connections from localhost. You must execute xhost as the owner of the session ... this means the normal user that initially logged in.

Quote:
Originally Posted by i1n2d3y4
Installed yumex .40 for FC4 from the rpm, but unable to run.

seems to be some python errors in the application

error output:
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Traceback (most recent call last):
File "yumex.py", line 23, in ?
File "yumWrapper.py", line 26, in ?
File "/usr/src/build/535819-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 37, in ?
RuntimeError: could not open display
  #10  
Old 15th June 2005, 12:54 PM
komi Offline
Registered User
 
Join Date: Dec 2004
Location: Zistersdorf, Austria
Age: 26
Posts: 181
yes, i also like this tool very much!
would be nice, if we would see it in fedora extras in the future!

regards komi
__________________
Desktop:
OS: Fedora Core 5
Kernel: 2.6.17
on a HP Compaq dc5100 MT with 1 GB RAM, 3.2 GHz Pentium 4 HT

Notebook:
OS: Ubuntu Dapper Drake
on a HP Compaq nc8230 with 1 GB RAM, 2.1 GHz Pentium 4

My homepage: http://www.komendera.com/
My company's homepage and blog
We do branding, marketing, print stuff, advertising,
web apps and a lot more.
  #11  
Old 15th June 2005, 01:10 PM
mit's Avatar
mit Offline
Registered User
 
Join Date: Jun 2004
Posts: 233
Quote:
Originally Posted by komi
yes, i also like this tool very much!
would be nice, if we would see it in fedora extras in the future!

regards komi
I plan to apply for Yum Extender to get included in Fedora Extra, in the future.
  #12  
Old 15th June 2005, 01:08 PM
exe Offline
Registered User
 
Join Date: Mar 2004
Posts: 94
Xlib: connection to ":0.0" refused by server

Start yumex from menu, it will ask about root pw, and no problem.
ps. I assume you login as user, and su later, before starting yumex
  #13  
Old 15th June 2005, 01:27 PM
i1n2d3y4 Offline
Registered User
 
Join Date: Jun 2004
Location: Hong Kong
Age: 41
Posts: 99
Quote:
Originally Posted by exe
Xlib: connection to ":0.0" refused by server

Start yumex from menu, it will ask about root pw, and no problem.
ps. I assume you login as user, and su later, before starting yumex

when running from the menu, nothing happens, I guess it crahes during start up. thats why started a terminal, did a su and then started yumex from the command line. still get the error.
  #14  
Old 15th June 2005, 01:14 PM
dnar's Avatar
dnar Offline
Registered User
 
Join Date: Jun 2004
Location: /dev/null
Age: 50
Posts: 477
Very nice, good work.
__________________
Registered Linux User #212818. Ctl-Alt-What?
  #15  
Old 15th June 2005, 02:31 PM
ilja Offline
Registered User
 
Join Date: Apr 2004
Location: Euregio
Posts: 3,613
please see this thread : http://forums.fedoraforum.org/forum/...766#post281766
__________________
--
http://twitter.com/ik12
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yum Extender 0.42 Released mit Using Fedora 54 3rd October 2005 10:52 PM
Yum Extender 0.34 Released mit News 25 20th April 2005 05:09 PM
Yum Extender 0.23 Released mit Using Fedora 5 22nd December 2004 03:12 PM
Yum Extender 0.22 Released mit Using Fedora 1 15th December 2004 06:46 PM
Yum Extender 0.21 released mit News 10 10th December 2004 07:50 PM


Current GMT-time: 06:35 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat