<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>LinuxSir.cn，穿越时空的Linuxsir! - LFS（LinuxfromScratch）</title>
    <link>http://linuxsir.cn/forum.php?mod=forumdisplay&amp;fid=58</link>
    <description>Latest 20 threads of LFS（LinuxfromScratch）</description>
    <copyright>Copyright(C) LinuxSir.cn，穿越时空的Linuxsir!</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 14 Apr 2026 23:33:01 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://linuxsir.cn/static/image/common/logo_88_31.gif</url>
      <title>LinuxSir.cn，穿越时空的Linuxsir!</title>
      <link>http://linuxsir.cn/</link>
    </image>
    <item>
      <title>chroot su 问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382777</link>
      <description><![CDATA[chroot su 问题

我使用 make_chroot_jail.sh 弄一个账户，也给它提供了su命令，但执行su提示：

       su: must be run from a terminal


请各位大大指导一下。谢谢]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>diyself</author>
      <pubDate>Fri, 16 Mar 2012 02:52:23 +0000</pubDate>
    </item>
    <item>
      <title>lfs6.6编译第一遍gcc的时候报错，求助下。</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382750</link>
      <description><![CDATA[In file included from exceptions.c:23:
mpfr-impl.h:160:3: error: #error \&quot;BITS_PER_MP_LIMB must be a power of 2, and &gt;= 32\&quot;
mpfr-impl.h:174:3: error: #error \&quot;Can\'t compute log2(BITS_PER_MP_LIMB)\&quot;
exceptions.c: In function \'mpfr_set_emin\':
except]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>zhouyi65</author>
      <pubDate>Tue, 13 Mar 2012 08:35:51 +0000</pubDate>
    </item>
    <item>
      <title>昨晚升级LFS Kernel 3.2.9 囧....kernel.release</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382742</link>
      <description><![CDATA[make modules_install
error msg:
ln: target \'/source\' is not a directory.
make: *** [_modinstall_] Error 1
最后发现 include/config/kernel.release 文件里居然在尾部多一个空格
导致Makefile $(MODLIB)/source $(MODLIB)/kernel 路径出错。..
删除空格后一切恢复 ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>ppluer</author>
      <pubDate>Tue, 13 Mar 2012 02:02:50 +0000</pubDate>
    </item>
    <item>
      <title>目标系统 安装基本C库出问题了</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382703</link>
      <description><![CDATA[按照孙海勇编著的 手把手教你构建自己的LINUX系统做的

但是到了5.2.2 目标系统安装GLIBC的时候

在../glibc-2.11/configure --prefix=/usr --disable-profile --enable-add-ons \\
 --enable-kernel=$(uname -r) --libexecdir=/usr/lib/glibc

后系统提示mkdir:cannot c ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>fkwcowboy</author>
      <pubDate>Fri, 09 Mar 2012 06:42:48 +0000</pubDate>
    </item>
    <item>
      <title>LFS启用CIFS后局域网共享性能下降？</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382670</link>
      <description><![CDATA[自从LFS升级内核至CIFS支持后，发现SMBFS不再可用，CIFS的性能实在太烂，从局域网共享上放HDTV总是一卡卡，而之前用SMBFS毫无卡顿的问题，已经排除是机器的问题，有可能是新内核对网卡支持不好（3COM 905TX），或者CIFS配置出了问题，请高手指点～
用MPLAYER播放，从下 ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>pinkme005</author>
      <pubDate>Wed, 07 Mar 2012 00:19:15 +0000</pubDate>
    </item>
    <item>
      <title>LFS 7.0安装完成后重启出现的问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382584</link>
      <description><![CDATA[lfs 7.0安装结束后，启动新系统，出现如下所示的提示，不能进入新系统，请大方之家指教！
INIT:Id \&quot;2\&quot; respawning too fast:disabled for 5 minutes
INIT:no more processes left in this runlevel。
该如何解决！]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>苍狼啸天</author>
      <pubDate>Sat, 25 Feb 2012 13:55:33 +0000</pubDate>
    </item>
    <item>
      <title>关于linux下写qnx4或qnx6文件系统的问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382575</link>
      <description><![CDATA[记得以前linux kernel中还有qnx4fs文件系统的支持，当然是只读，也可以自己下一个第三方的驱动，可以写qnx4fs文件系统，但编译的时候要smp_lock.h头文件，现在看了一下kerlnel 2.3.7中，没有了smp_lock.h了，连qnx文件系统的只读功能都没有了，现在急需在linux下读写qnx ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>qdog988</author>
      <pubDate>Sat, 25 Feb 2012 00:56:25 +0000</pubDate>
    </item>
    <item>
      <title>有谁在LFS7.0成功编译Linux-PAM和quota-4.0的</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382537</link>
      <description><![CDATA[编译quota出现undefined reference to ‘xdr_u_int’ 
undefined reference to `xdr_string\' 
undefined reference to`xdr_int\'  
undefined reference to`xdr_enum\'
undefined reference to`clnt_create\' 
undefined reference to`authunix_create_default\'

编译Linux]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>moonligh</author>
      <pubDate>Tue, 21 Feb 2012 05:20:55 +0000</pubDate>
    </item>
    <item>
      <title>linux头文件中smp_lock.h不存在还是换名字了阿</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382458</link>
      <description><![CDATA[最近编译qnx4fs支持模块中需要用到smp_lock.h，但是提示没有安装，难道新的kernel中没有smp_lock.h文件了吗]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>qdog988</author>
      <pubDate>Tue, 14 Feb 2012 11:58:21 +0000</pubDate>
    </item>
    <item>
      <title>编译LFS7.0出现的问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382435</link>
      <description><![CDATA[我用的是ubuntu 11.10的宿主系统做LFS，在进入虚拟的系统时，即第六章部分，做到case $(uname -m) in
x86_64) ln -sv lib /lib64 &amp;&amp; ln -sv lib /usr/lib64 ;;
esac时出现错误，错误提示为下：
root:/# case $(uname -m) in
&gt; x86_64) ln -sv lib /lib64 &amp;&amp; ln -sv lib  ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>苍狼啸天</author>
      <pubDate>Sun, 12 Feb 2012 06:31:28 +0000</pubDate>
    </item>
    <item>
      <title>64位 LFS ？</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382349</link>
      <description><![CDATA[一直有个疑问，关于硬件与软件的。
现在的硬件已经大大发展了。起码个人用的，已经绰绰有余了。像CPU，GPU，基本都64位，128位的了。
Linux中的Debian，也有amd64的版本与这些硬件相对应。

俺的问题是，如果用64位的硬件编译来LFS，得到的是不是64位的LFS？是不是还是 ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>xsun17951</author>
      <pubDate>Thu, 02 Feb 2012 04:59:02 +0000</pubDate>
    </item>
    <item>
      <title>安装LFS7.0编译gcc时提示C compiler cannot create executables错误</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382338</link>
      <description><![CDATA[用ubuntu11.10作为host system，在5.5. GCC-4.6.1 - Pass 1这一节make的时候提示：
----------------------------------------------------------------------------------------
checking for C compiler default output file name...
configure: error: in /home/sour ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>meteorite</author>
      <pubDate>Wed, 01 Feb 2012 07:37:17 +0000</pubDate>
    </item>
    <item>
      <title>For details</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382288</link>
      <description><![CDATA[Hi all international and business travelers are, think of ways to relax and recharge your tired body? Are you lonely and looking
for some excitement?
Look no further! Call any time on: 15000-111-292 shanghai massage
Here at Escort in massage, our gir .]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>777msgsh</author>
      <pubDate>Wed, 25 Jan 2012 10:24:40 +0000</pubDate>
    </item>
    <item>
      <title>LFS手册，有6.6中文版的。我把链接在这里贴出来</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382266</link>
      <description><![CDATA[http://www.ha97.com/book/lfs-book-6.6/

其实在度娘搜“LFS6.6l中文版”也能搜到]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>yxg789xg</author>
      <pubDate>Fri, 20 Jan 2012 07:47:10 +0000</pubDate>
    </item>
    <item>
      <title>LFS7.0～ 在6.9节安装Glibc时,出现错误：*** [/sources/glibc-build/linkobj/libc_pic.a</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382251</link>
      <description><![CDATA[宿主ubuntu10.04 ，安装LFS7.0

如下：
================

/bin/sh: command substitution: line 3: syntax error near unexpected token `)\'
/bin/sh: command substitution: line 3: `/tools/lib/gcc/i686-pc-linux-gnu/4.6.1/../../../../i686-pc-linux-gnu/bin/ar t ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>yxg789xg</author>
      <pubDate>Wed, 18 Jan 2012 07:49:12 +0000</pubDate>
    </item>
    <item>
      <title>LFS7.0 第5.5节GCC-4.6.1-Pass1 最后一步，建立了一个链接，那还删不删除gcc-build ?</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382224</link>
      <description><![CDATA[LFS7.0手册原文
========
Compile GCC by running:

make

Compilation is now complete. At this point, the test suite would normally be run, but, as mentioned before, the test
suite framework is not in place yet. The benefits of running the tests at this .]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>yxg789xg</author>
      <pubDate>Sun, 15 Jan 2012 05:19:54 +0000</pubDate>
    </item>
    <item>
      <title>把LFS复制到另一台主机上，网卡识别问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382222</link>
      <description><![CDATA[我在宿舍电脑用vbox虚拟机（记为V1）完成了LFS6.8的制作，然后我把所有文件打包起来，通过SSH的方式，把这个包解压到家里机器的虚拟机（记为V2）上，重新安装了grub，可以正常启动，但启动的过程中提示说没有eth0这个设备，大概是V1上的网卡的MAC与V2上的MAC不同，然后 ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>casibo</author>
      <pubDate>Sat, 14 Jan 2012 15:16:34 +0000</pubDate>
    </item>
    <item>
      <title>ubuntu11.04安LFS7.0 安装到5.5节GCC（pass1）时，gcc-4.6.1-cross_compile-1.patch安不上</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382219</link>
      <description><![CDATA[一直按照7.0手册做，这步按不上

宿主是ubuntu11.04

=======
lfs@ubuntu:/mnt/lfs/sources$ patch -Np1 -i /media/gcc-4.6.1-cross_compile-1.patch 
The program \'patch\' is currently not installed.  To run \'patch\' please ask your administrator to install the  ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>yxg789xg</author>
      <pubDate>Sat, 14 Jan 2012 07:36:00 +0000</pubDate>
    </item>
    <item>
      <title>linux系统从pci-e固态硬盘启动</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382207</link>
      <description><![CDATA[兄弟的机子是lfs系统，为thinkpad的x200，有一个支持讯盘的pci－e接口，最近上网看到有pci－e接口的固态硬盘，看好一16G的，想把系统放到这个pci－e的固态硬盘上，不知可否，或者linux可以从该pci-e接口的固态硬盘上启动不？ ...]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>qdog988</author>
      <pubDate>Fri, 13 Jan 2012 08:25:57 +0000</pubDate>
    </item>
    <item>
      <title>请教一个简单的问题</title>
      <link>http://linuxsir.cn/forum.php?mod=viewthread&amp;tid=382170</link>
      <description><![CDATA[请问32位的宿主系统是否能编译出64位的lfs7.0?]]></description>
      <category>LFS（LinuxfromScratch）</category>
      <author>苍狼啸天</author>
      <pubDate>Mon, 09 Jan 2012 11:55:36 +0000</pubDate>
    </item>
  </channel>
</rss>