On Sun, 2004-03-14 at 07:23, Chadley Wilson wrote: > On Thu, 2004-03-11 at 21:24, Chadley Wilson wrote: > > On Thu, 2004-03-11 at 20:46, William Hooper wrote: > > OK that works, heres the new error, > > > > [root@chadlin root]# up2date-nox -u > > > > Fetching package list for channel: fedora-core-1... > > > > Fetching > > http://fedora.redhat.com/releases/fedora-core-1/headers/header.info... > > There was some sort of I/O error: <urlopen error (-3, 'Temporary failure > > in name resolution')> > > [root@chadlin root]# > > > > > > > > > >> Also, are you behind a proxy or is it just a firewall? > > > >> > > > > Both > > > >> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=102272 > > > > Here is the output for that last effort I made > > > > [root@chadlin xmmsplugins]# export http_proxy=000.000.000.000:80 [replace actual IP with zeros] > [root@chadlin xmmsplugins]# export proxy_user=chadley > [root@chadlin xmmsplugins]# export proxy_passwd=xxxxxx > [root@chadlin xmmsplugins]# up2date -u > > Fetching package list for channel: fedora-core-1... > > Fetching http://fedora.redhat.com/releases/fedora-core-1/headers/header.info... > Traceback (most recent call last): > File "/usr/sbin/up2date", line 1188, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 766, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1051, in batchRun > batch.run() > File "up2dateBatch.py", line 58, in run > File "up2dateBatch.py", line 96, in __findPackagesToUpdate > File "packageList.py", line 117, in run > File "rhnPackageInfo.py", line 315, in getAvailableAllArchPackageList > File "rhnPackageInfo.py", line 153, in availablePackageList > File "rpcServer.py", line 110, in doCall > File "repoDirector.py", line 20, in listPackages > File "rpmSource.py", line 226, in listPackages > File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 204, in lis tPackages > agent = "Up2date 3.9/Yum") > File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 312, in fe tchUrl > agent = agent) > File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 106, in op en_resource > return opener.open(request) > File "/usr/lib/python2.2/urllib2.py", line 328, in open > '_open', req) > File "/usr/lib/python2.2/urllib2.py", line 307, in _call_chain > result = func(*args) > File "/usr/lib/python2.2/urllib2.py", line 482, in <lambda> > lambda r, proxy=url, type=type, meth=self.proxy_open: \ > File "/usr/lib/python2.2/urllib2.py", line 489, in proxy_open > if '@' in host: > TypeError: iterable argument required > [root@chadlin xmmsplugins]# > > Thanks > Chad >