a issue in chapter 6.32. Perl-5.10.1

2009-10-15 Thread kevin631012
in chapter 6.32. Perl-5.10.1 without using patch patch -Np1 -i ../perl-5.10.1-libc-1.patch will cause compile issue kevinskliu ___ 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! http://messenger.yahoo.com.tw/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-de

I got error at chapter 8.4. GRUB-0.97

2009-10-19 Thread kevin631012
Hi all, I almost done all steps in LFS but I got a error when install grub here is paragraph in chapter 8.4 Caution This package will only build for x86 and x86_64 architectures containing 32-bit libs. If you chose to build on x86_64 without 32-bit libraries (no multilib), then you must use LIL

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-21 Thread kevin631012
. the name of my kernel is lfskernel-2.6.30.5 and map is lfskernel-2.6.30.5 --- 09/10/19 (一),Nathan Coulson : > On Mon, Oct 19, 2009 at 12:52 AM, > kevin631012 > wrote: > > Hi all, > > I almost done all steps in LFS but I got a error when > install grub > > &

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-22 Thread kevin631012
Hi Nathan , Bruce thanks you all , grub seems to be working now . It is able to grub-install and grub-mkconfig what I do is 1) having a file under /boot/grub/device.map as Bruce mentioned . (hd0) /dev/sda (hd1) /dev/sdb sdb which has two partitions and I develop my LFS on it . 2) grub-install -

Re: I got error at chapter 8.4. GRUB-0.97

2009-10-26 Thread kevin631012
2009 at 6:46 AM, Bruce Dubbs > wrote: > > David Jensen wrote: > >> On Thu, 22 Oct 2009 16:05:19 +0800 (CST) > >> kevin631012 > wrote: > >> > >>> ### BEGIN /etc/grub.d/10_linux ### > >>> menuentry "GNU/Linux, Linux 2.6.30.5" { &g

fsck.ext3:devices or resource busy while try to open /dev/sdb

2009-10-26 Thread kevin631012
___ 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! http://messenger.yahoo.com.tw/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

RE: fsck.ext3:devices or resource busy while tr y to open /dev/sdb

2009-10-26 Thread kevin631012
Hi All, I got a problem as title . what I am thinking is what kind of driver will cause system halt like this ? because I turn on a lot of options in Kernel for sake of debugging boot issue . ___ 您的生活即時通 - 溝通、娛樂、生活、工作一次搞定! http://messenger.ya

Re: RE: fsck.ext3:devices or resource busy while try to open /dev/sdb

2009-10-26 Thread kevin631012
is still open by a process.  You can > usually use lsof and ps > to figure out which process has a file open on the device. > > kevin631012 wrote: > > Hi All, > > I got a problem as title . what I am thinking is what > kind of driver will cause system halt like this