LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 12-24-2004, 11:14 AM   #1
pmprichard
LQ Newbie
 
Registered: Dec 2004
Distribution: suse 9.3 pro
Posts: 15

Rep: Reputation: 0
can't get yum or up2date to work. Am accessing via proxy. Tried to configure.


Hi
I am new to linux and I can't get yum or up2date to work at all.
I get the follwing error message when I type up2date -v

up2date -v
/usr/share/rhn/up2date_client/checklist.py:21: DeprecationWarning: use gtk.TreeView
gtk.CList.__init__ (self, columns+1)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead
self.warn(message, DeprecationWarning)
should say http but can't post it://fedora.redhat.com/download/up2date-mirrors/fedora-core-rawhide
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.create_pixmap is deprecated, use gtk.gdk.Pixmap instead
self.warn(message, DeprecationWarning)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainiteration is deprecated, use gtk.main_iteration instead
self.warn(message, DeprecationWarning)
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 1434, in onChannelsPageNext
self.pList.run()
File "/usr/share/rhn/up2date_client/packageList.py", line 122, in run
self.progressCallback)
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 315, in getAvailableAllArchPackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 153, in availablePackageList
progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 310, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 20, in listPackages return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 226, in listPackages
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 201, in listPackages
agent = "Up2date %s/Yum" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 324, in fetchUrl
endRange=end)
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource
return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 886, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (-3, 'Temporary failure in name resolution')>
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 1500, in onSkippedPagePrepare
self.__preparePackageList()
File "/usr/share/rhn/up2date_client/gui.py", line 1386, in __preparePackageList
self.pList.run()
File "/usr/share/rhn/up2date_client/packageList.py", line 122, in run
self.progressCallback)
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 315, in getAvailableAllArchPackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 153, in availablePackageList
progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 310, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 20, in listPackages return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 226, in listPackages
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 201, in listPackages
agent = "Up2date %s/Yum" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 324, in fetchUrl
endRange=end)
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource

return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 886, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (-3, 'Temporary failure in name resolution')>


I get the follwing message when I type yum install mplayer

yum install mplayer
Error: Cannot find baseurl or name for repo: freshrpms. Skipping
Setting up Install Process
Setting up Repo: livna-stable
Cannot open/read repomd.xml file for repository: livna-stable
failure: repodata/repomd.xml from livna-stable: [Errno 256] No more mirrors to try.
[root@localhost pmprichard]#

I have tried export http_proxy=http//192.168.0.2:6588 and i have tried using a modified yum conf

I am running fedora core 3. My access to the internet is though analogx proxy which runs on a windows machine. The http port is 6588. Internet works no problem. Why won't yum work. Any help would be appreciated.
 
Old 01-16-2005, 12:09 PM   #2
Freespacer
LQ Newbie
 
Registered: Jan 2005
Location: South Bridge ;-)
Distribution: Fedora Core 3
Posts: 4

Rep: Reputation: 0
same here i get:

[root@localhost ~]# up2date
/usr/share/rhn/up2date_client/checklist.py:21: DeprecationWarning: use gtk.TreeView
gtk.CList.__init__ (self, columns+1)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainloop is deprecated, use gtk.main instead
self.warn(message, DeprecationWarning)
http://fedora.redhat.com/download/up.../fedora-core-3
http://fedora.redhat.com/download/up...s-released-fc3
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.create_pixmap is deprecated, use gtk.gdk.Pixmap instead
self.warn(message, DeprecationWarning)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90: GtkDeprecationWarning: gtk.mainiteration is deprecated, use gtk.main_iteration instead
self.warn(message, DeprecationWarning)
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 1434, in onChannelsPageNext
self.pList.run()
File "/usr/share/rhn/up2date_client/packageList.py", line 122, in run
self.progressCallback)
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 315, in getAvailableAllArchPackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 153, in availablePackageList
progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 310, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 20, in listPackages
return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 226, in listPackages
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 201, in listPackages
agent = "Up2date %s/Yum" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 324, in fetchUrl
endRange=end)
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource
return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 886, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (-3, 'Temporary failure in name resolution')>
Traceback (most recent call last):
File "/usr/share/rhn/up2date_client/gui.py", line 1500, in onSkippedPagePrepare
self.__preparePackageList()
File "/usr/share/rhn/up2date_client/gui.py", line 1386, in __preparePackageList
self.pList.run()
File "/usr/share/rhn/up2date_client/packageList.py", line 122, in run
self.progressCallback)
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 315, in getAvailableAllArchPackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 153, in availablePackageList
progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 310, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 20, in listPackages
return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 226, in listPackages
msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 201, in listPackages
agent = "Up2date %s/Yum" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 324, in fetchUrl
endRange=end)
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource
return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 886, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error (-3, 'Temporary failure in name resolution')>


then the system hangs - any help would be appreciated

cheers
free
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
configure squid proxy with microsoft proxy as a parent proxy nintykola Linux - Software 1 08-28-2007 01:38 AM
Is it possible to configure Xorg to work as proxy? wilho Linux - Software 2 08-27-2005 03:18 PM
up2date, rhn, and yum johnMG Fedora 7 07-28-2005 08:18 PM
RHEL yum up2date manitrim Linux - Software 1 03-16-2005 09:39 PM
Up2Date & YUM ~zoey~ Linux - Newbie 1 09-06-2004 10:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration