<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>风叶 &#187; 2900</title>
	<atom:link href="http://blog.myhnet.cn/tag/2900/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.myhnet.cn</link>
	<description>秋湍泻石髓 风叶聚云根</description>
	<lastBuildDate>Fri, 20 Aug 2010 15:05:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>在DELL 2900上安装Debian 4.0 (安装程序停住不动了)</title>
		<link>http://blog.myhnet.cn/2007/12/14/%e5%9c%a8dell-2900%e4%b8%8a%e5%ae%89%e8%a3%85debian-40/</link>
		<comments>http://blog.myhnet.cn/2007/12/14/%e5%9c%a8dell-2900%e4%b8%8a%e5%ae%89%e8%a3%85debian-40/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 09:16:35 +0000</pubDate>
		<dc:creator>myhnet</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[2900]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[安装故障]]></category>

		<guid isPermaLink="false">http://blog.myhnet.cn/?p=109</guid>
		<description><![CDATA[等了一个多星期的机器今天终于来了，型号是DELL 2900，双路四核Xeon 5355 2.66G，16GB DDRII FBD内存，300GSAS硬盘。。。 简单的核对了个配置后，就开始安装系统了。一向偏爱Debian(这让我现在吃了个大亏），于是就想不想的拿起了 Debian4.的碟进行安装。 开始跟DELL的工程师通电话的时候，他们提醒 我说可能会找不到SAS盘驱动， 但是，我很幸运（其实是debian)很强强大，很顺利的找到了安装盘。 可没想到，到后来，安装进度条在“Retrieving file 8 of 8”这个提示下停止了，开始没当回事，就直接去吃饭了。可没想到，到吃完饭回来，还是停在这个地方不动。事情有点不对头了。。。。 按ctrl+alt+F4切换到第四个终端一看，上面显示这个 in-target: Writing extended state information...in-target: 按ctrl+C，也终止不了，老是会重重出现。 google了一下原因，基本上是由于下面这个进程被挂起，而导致安装程序不能进行下一步操作 /usr/bin/perl -w /usr/sbin/dpkg-preconfigure --apt 这样子，我们就只要杀死这个进程，就能够继续我们的安装 ＃ps aux &#124;grep pre 然后找到/usr/bin/perl -w /usr/sbin/dpkg-preconfigure &#8211;apt的pid号（我这里假设为4582），然后杀死他 ＃kill -9 4582 然后，让我们切回到终端1看看，可爱的安装程序是不是继续了～～～～～～～～～ 呵呵 PS: 顺便说一句，有网友问到我dell 2900装RHEL或者windows时会报找不到硬盘，这个其实很好解决，在2900的随机光碟中，有一张白色的系统安装引导碟，在安装系统前，先把这个碟放到机器里面进行引导，然后按DELL的提示操作，很好解决的。 后记： 就是这个该死的系统，让我要重装。。。。 686的内核只认3GB内存。。。 我要重装他为CentOS X86_64版本。。。 郁闷之极]]></description>
			<content:encoded><![CDATA[<p>等了一个多星期的机器今天终于来了，型号是DELL 2900，双路四核Xeon 5355 2.66G，16GB DDRII FBD内存，300GSAS硬盘。。。</p>
<p>简单的核对了个配置后，就开始安装系统了。一向偏爱Debian(这让我现在吃了个大亏），于是就想不想的拿起了 Debian4.的碟进行安装。</p>
<p>开始跟DELL的工程师通电话的时候，他们提醒 我说可能会找不到SAS盘驱动， 但是，我很幸运（其实是debian)很强强大，很顺利的找到了安装盘。</p>
<p>可没想到，到后来，安装进度条在“<span class="postbody">Retrieving file 8 of 8”这个提示下停止了，开始没当回事，就直接去吃饭了。可没想到，到吃完饭回来，还是停在这个地方不动。事情有点不对头了。。。。</span></p>
<p>按ctrl+alt+F4切换到第四个终端一看，上面显示这个</p>
<div class="hl-surround"><div class="hl-main">in-target: Writing extended state information...<br />in-target:</div></div>
<p>按ctrl+C，也终止不了，老是会重重出现。</p>
<p>google了一下原因，基本上是由于下面这个进程被挂起，而导致安装程序不能进行下一步操作</p>
<div class="hl-surround"><div class="hl-main">/usr/bin/perl -w /usr/sbin/dpkg-preconfigure --apt</div></div>
<p>这样子，我们就只要杀死这个进程，就能够继续我们的安装</p>
<div class="hl-surround"><div class="hl-main">＃ps aux |grep pre</div></div>
<p>然后找到<span class="postbody">/usr/bin/perl -w /usr/sbin/dpkg-preconfigure &#8211;apt的pid号（我这里假设为</span>4582），然后杀死他</p>
<div class="hl-surround"><div class="hl-main">＃kill -9 4582</div></div>
<p>然后，让我们切回到终端1看看，可爱的安装程序是不是继续了～～～～～～～～～</p>
<p>呵呵</p>
<p>PS:<br />
顺便说一句，有网友问到我dell 2900装RHEL或者windows时会报找不到硬盘，这个其实很好解决，在2900的随机光碟中，有一张白色的系统安装引导碟，在安装系统前，先把这个碟放到机器里面进行引导，然后按DELL的提示操作，很好解决的。</p>
<p><span id="more-109"></span></p>
<p>后记：<br />
就是这个该死的系统，让我要重装。。。。<br />
686的内核只认3GB内存。。。<br />
我要重装他为CentOS X86_64版本。。。<br />
郁闷之极</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.myhnet.cn/2007/12/14/%e5%9c%a8dell-2900%e4%b8%8a%e5%ae%89%e8%a3%85debian-40/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
