<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[[实践OK]Centos7使用YUM进行install或update出现KeyboardInterrupt错误]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Thu, 21 Feb 2019 06:34:38 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	YUM出现问题：<br/>&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/urlgrabber/grabber.py&quot;, line 1723, in _do_grab<br/>&nbsp;&nbsp;&nbsp;&nbsp;self._do_perform()<br/>&nbsp;&nbsp;File &quot;/usr/lib/python2.7/site-packages/urlgrabber/grabber.py&quot;, line 1517, in _do_perform<br/>&nbsp;&nbsp;&nbsp;&nbsp;raise KeyboardInterrupt<br/>KeyboardInterrupt<br/><br/>&nbsp;&nbsp; <br/>### 解决方案 ###<br/>### 1.打开文件:<br/>/usr/lib/python2.7/site-packages/urlgrabber/grabber.py<br/><br/>### 2.在文件的1510行左右找到下面这句代码:<br/>elif errcode in (42, 55, 56):<br/><br/>### 修改为:<br/>elif errcode == 42:<br/><br/>### 保存退出<br/>ESC<br/>:wq<br/><br/>### 重新使用yum<br/><br/>Centos7使用YUM进行install或update出现KeyboardInterrupt错误，摘自：http://www.it610.com/article/5022410.htm
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]Centos7使用YUM进行install或update出现KeyboardInterrupt错误]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>