<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>http://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>http://www.linuxfly.org/read.php/261.htm</link>
<title><![CDATA[[原]同主目录多用户通过ssh进行密钥登陆]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[远程管理]]></category>
<pubDate>Tue, 11 Nov 2008 07:40:25 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/261.htm</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;我们以前已经提过如何在客户端创建密钥后，拷贝到服务端，今后就可以使用该密钥进行无密码认证的登陆了。如果您已经忘了？可以看看这里：<a href="http://www.linuxfly.org/post/175.htm" target="_blank">[原]putty使用密钥登陆OpenSSH</a>。在这情况下，都是指每个用户自己去登陆服务器。但在今天的项目实施中，遇是这样的情况：<br/>&nbsp;&nbsp;&nbsp;&nbsp;作为ssh客户端的机器，有多个用户，他们属于同一个主目录，并且都需要进行密钥验证。而私钥id_rsa的权限必须为600，其他用户不能访问。我们就需要用ssh的-i参数解决这问题。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/ssh/" rel="tag">ssh</a> , <a href="http://www.linuxfly.org/go.php/tags/openssh/" rel="tag">openssh</a> , <a href="http://www.linuxfly.org/go.php/tags/rsa/" rel="tag">rsa</a> , <a href="http://www.linuxfly.org/go.php/tags/dsa/" rel="tag">dsa</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/260.htm</link>
<title><![CDATA[[原]多网卡服务器在Asianux 3.0上设定网络绑定的方法]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Mon, 10 Nov 2008 14:53:03 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/260.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;这篇日志还是服务器存在多网卡、Asianux 3.0操作系统、bond网络绑定有关，几乎就是前面两篇日志的大集中，似乎很繁琐了。但我觉得确实不写不行，因为这问题一直困扰了我很长时间，最后通过多次的测试才解决的。~~~~（>_<)~~~~ 希望对遇到同样问题的朋友有帮助吧。（也适用于红帽 5环境）<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/network/" rel="tag">network</a> , <a href="http://www.linuxfly.org/go.php/tags/bond/" rel="tag">bond</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/259.htm</link>
<title><![CDATA[[原]配置双网卡绑定bonding]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[硬件处理]]></category>
<pubDate>Sun, 09 Nov 2008 10:25:43 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/259.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;双网卡绑定实现就是使用两块网卡虚拟成为一块网卡，这个聚合起来的设备看起来是一个单独的以太网接口设备，通俗点讲就是两块网卡具有相同的IP地址而并行链接聚合成一个逻辑链路工作。根据交换机可支持的功能不通，最常见的是设定为主备方式的双网卡绑定。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/network/" rel="tag">network</a> , <a href="http://www.linuxfly.org/go.php/tags/bond/" rel="tag">bond</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/258.htm</link>
<title><![CDATA[[原]解决Asianux 3.0上多网卡设备号变动的问题]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[故障处理]]></category>
<pubDate>Sat, 08 Nov 2008 10:07:39 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/258.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;我们都知道，若机器上有多个网卡，则会根据/etc/modprobe.conf或/etc/modules.conf文件中的加载顺序决定网络设备号，例如：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"># cat /etc/modprobe.conf&#124;grep eth<br/>alias eth0 bnx2<br/>alias eth1 bnx2<br/>alias eth2 tg3</div></div><br/> &nbsp; &nbsp;但后来我发现，在Asianux 3.0上似乎并不是这样的。可能是由于驱动原因（都是BCM的网卡），或其他原因吧，机器每次启动后连接网线的设备号都会不同。如果您只在一个网卡上接了网线，那可能这次用eth2可以连接，但下次重启后就变成需要用eth1了。没有什么固定的规律。这对服务的稳定性带来很大的影响。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/network/" rel="tag">network</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/257.htm</link>
<title><![CDATA[[原]解决Temporary failure in name resolution: Illegal seek故障]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[故障处理]]></category>
<pubDate>Fri, 07 Nov 2008 10:06:24 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/257.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;项目中，使用红旗 Asianux 3.0 for x86系统，对外提供telnet服务。修改/etc/xinetd.d/telnet配置文件，重启xinetd服务，使用netstat -ln&#124;grep 23确认服务器已经打开23端口。但使用客户端Netterm或Windows终端去连接，都报如下错误：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">getnameinfo: localhost: Success<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Temporary failure in name resolution: Illegal seek</div></div><br/> &nbsp; &nbsp;怀疑安全设置中需要DNS回访导致的。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/telnetd/" rel="tag">telnetd</a> , <a href="http://www.linuxfly.org/go.php/tags/xinetd/" rel="tag">xinetd</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/256.htm</link>
<title><![CDATA[[转]解决modprobe : cant locate module block-major-43错误]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[故障处理]]></category>
<pubDate>Thu, 06 Nov 2008 02:51:15 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/256.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp; 在旧版的红旗操作系统中，如DC Server 4.1上，启动时经常会看到类似如下的错误信息：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">modprobe : can't locate module block-major-43</div></div><br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/modules/" rel="tag">modules</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/255.htm</link>
<title><![CDATA[[转]解决journal block not found错误]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[故障处理]]></category>
<pubDate>Tue, 04 Nov 2008 14:47:31 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/255.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;某机器，系统运行一段时间之后根分区都会变成只读。当使用光盘进入拯救模式后，用<br/><br/><div class="code"># dumpe2fs -h /dev/sda1</div><br/>可以看到文件系统的状态是<span style="color: #FF0000;">“clean with errors”</span>。<br/>用fsck进行系统检查时，报如下错误：<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">journal_bmap_Rsmp_6199acb1: <span style="color: #FF4500;">journal block not found at offset 5132 </span>on md(9,0)<br/>Aborting journal on device md(9,0).<br/>ext3_abort called.<br/>EXT3-fs abort (device md(9,0)): ext3_journal_start: Detected aborted journal<br/>Remounting filesystem read-only</div></div><br/>该错误表明ext3文件系统有一部分的日志丢失了。由于fsck并不能恢复日志，需要手动重建磁盘日志。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/ext3/" rel="tag">ext3</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/253.htm</link>
<title><![CDATA[[原]红旗 Linux相关产品镜像下载]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[杂七杂八]]></category>
<pubDate>Fri, 17 Oct 2008 02:49:23 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/253.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;受<a href="http://tech.sina.com.cn/it/2008-10-15/00222509215.shtml" target="_blank">微软20日启动最严厉反盗版验证：1小时黑屏1次</a>消息的影响，很多朋友咨询那里可以下载到红旗 Linux操作系统。特把链接放出来供大家使用。<br/> &nbsp; &nbsp;下载地址：<a href="http://download.linuxfly.org/" target="_blank">http://download.linuxfly.org/</a><br/> &nbsp; &nbsp;<strong><span style="color: #00008B;">（建议使用迅雷进行下载）</span></strong><br/><br/> &nbsp; &nbsp;红旗 Linux产品分服务器和桌面版本，以及高可用HA服务器。请根据您需要使用的版本进行下载。下载后，请使用刻录软件（如Nero等）刻录后进行安装。刻录时，请选择“光盘一次性刻录”。<br/><br/> &nbsp; &nbsp;红旗 Linux官方网站：<a href="http://www.redflag-linux.com" target="_blank">http://www.redflag-linux.com</a><br/><br/><strong><span style="color: #FF0000;"> &nbsp; &nbsp;※ 除HA产品需要测试License外，其余操作系统镜像均为正式产品版本，没有任何限制。服务器版本工具光盘为带版权产品，安装后受半年的试用时间限制，请留意。</span></strong>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/254.htm</link>
<title><![CDATA[[原]修复Discuz!论坛数据库]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[杂七杂八]]></category>
<pubDate>Thu, 16 Oct 2008 04:20:01 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/254.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;最近因为电源不稳定，论坛数据库出现了一些问题，注册用户名失败。到Discuz的官网上找了一下，有个数据库修复工具可以使用。经修理后，论坛已经恢复，特记录一下。<br/>工具介绍地址：<a href="http://faq.comsenz.com/?action-viewnews-itemid-57" target="_blank">http://faq.comsenz.com/?action-viewnews-itemid-57</a><br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/discuz/" rel="tag">discuz</a>
]]>
</description>
</item><item>
<link>http://www.linuxfly.org/read.php/252.htm</link>
<title><![CDATA[[转]软件包管理的命令：pkginfo、pkgadd和pkgrm]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[杂七杂八]]></category>
<pubDate>Thu, 09 Oct 2008 14:01:53 +0000</pubDate> 
<guid>http://www.linuxfly.org/read.php/252.htm</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;<span style="color: #0000FF;">Solaris、AIX、SCO等Unix系统都可以使用pkg包进行系统的软件包管理。</span>pkgadd等命令从分发介质或目录中传输软件包或集合的内容以将其安装到系统。软件包是相关文件和可独立安装的可执行文件的集合。集合由特殊用途的软件包（将它称作集合安装包（Set Installation Package （SIP）））和属于集合的一个或多个软件包的集合组成。SIP 控制集合的安装。<br/> &nbsp; &nbsp;这里转一份pkgadd等工具的简易使用说明。<br/>............<br/><br/>Tags - <a href="http://www.linuxfly.org/go.php/tags/sco/" rel="tag">sco</a>
]]>
</description>
</item>
</channel>
</rss>