0

Traceback (most recent call last):64.rpm ETA File "/usr/libexec/urlgrabber-ext-down", line 75, in module

Hi people,

I get the below error frequently while installing or updating any packages using YUM.....

I cant install any packages...!!

Traceback (most recent call last):64.rpm                                                               81% [==========================================================================-                 ]  28 kB/s | 6.8 MB  00:00:58 ETA
  File " /usr/libexec/urlgrabber-ext-down" , line 75, in 
    main()
  File " /usr/libexec/urlgrabber-ext-down" , line 61, in main
    fo = PyCurlFileObject(opts.url, opts.filename, opts)
  File " /usr/lib/python2.7/site-packages/urlgrabber/grabber.py" , line 1258, in __init__
    self._do_open()30.el7_3.6.x86_64.rpm                                                               81% [==========================================================================-                 ]  27 kB/s | 6.8 MB  00:01:01 ETA
  File " /usr/lib/python2.7/site-packages/urlgrabber/grabber.py" , line 1589, in _do_open
    self._do_grab()
  File " /usr/lib/python2.7/site-packages/urlgrabber/grabber.py" , line 1723, in _do_grab
    self._do_perform()
  File " /usr/lib/python2.7/site-packages/urlgrabber/grabber.py" , line 1517, in _do_perform
    raise KeyboardInterrupt
KeyboardInterrupt

yum utils YUM Command Add a comment
aiden
asked Feb 02 2017

Answer

0
Hi .. can anyone let me know what details we need to provide in login page http://XXXXXX/rainloop/
Add a comment
jagannatharumugam
asked Mar 12 2017
edited Oct 05 2018
Post your Answer
0

Puppet manager tool in CentOS.

Add a comment
aiden
asked Mar 12 2017
edited Oct 05 2018
Post your Answer
0

Check the file shown in the error,

/usr/lib/python2.7/site-packages/urlgrabber/grabber.py

In this file search for elif errcode in (42, 55, 56): modify as elif errcode == 42: and save the file.

This will just skip the error shown, to avoid completely check with the repo installed for Puppet manager tool.

Add a comment
jagannatharumugam
asked Mar 12 2017
edited Oct 05 2018
Post your Answer