Re: Grub can't find my hard drive

2005-06-05 Thread Stefan Hecker
Wiliam Harrington wrote: On Sat, 04 Jun 2005 10:35:08 -0400, curbyIII wrote: This is my first LFS system. I have completed most of the 6.0 LFS book but have hit a brick wall in section 8.4. I am only a beginner-intermediate Linux user so I will describe what I have done in as much detail as

Re: LiveCD glibc test error during LFS build

2005-06-05 Thread Alexander E. Patrakov
Kronuz MB wrote: Hello, I'm using lfslivecd-x86-6.1-1-pre3.iso and the latest LFS from SVN and I got an error from the glibc tests (tst-cancel16: "Timed out: killed the child process"). Patrakov suggested I should use "mount -t tmpfs tmpfs /tmp" before compiling glibc and it worked. I'm just r

Error in Testing Book

2005-06-05 Thread [EMAIL PROTECTED]
Me again... http://lfs.osuosl.org/lfs/view/testing/chapter06/shadow.html Shadow fails to update the time of last login as noted by lastlog when logging into a regular console. The Port (tty) column does get updated. Remote logins and xterm logins seem to be not be broken, just console. The followi

module-init-tools error

2005-06-05 Thread Archaic
Apparently the DOCBOOKTOMAN="" doesn't work because it is trying to execute: docbook2man doc/modprobe.conf.sgml By making it "" we get this: if [ "" = "docbook2man" ]; then \ doc/modprobe.conf.sgml > /dev/null 2>&1; \ else

Re: module-init-tools error

2005-06-05 Thread Greg Schafer
Archaic wrote: > I have found that doing a touch modprobe.conf.5 after unpacking sorts it > out, without need for any arguments to make. Yes. Been doing it that way for months in the DIY build. It's clearly the correct fix. Regards Greg -- http://www.diy-linux.org/ -- http://linuxfromscratch.

RE: module-init-tools error

2005-06-05 Thread David Fix
> Apparently the DOCBOOKTOMAN="" doesn't work because it is trying to > execute: > > docbook2man doc/modprobe.conf.sgml > > By making it "" we get this: > > if [ "" = "docbook2man" ]; then \ > doc/modprobe.conf.sgml > /dev/null 2>&1; \ > else

RE: module-init-tools error

2005-06-05 Thread David Fix
Just rebuilt module-init-tools 3.1, and did a "touch modprobe.conf.5" right after I unpacked it. Problem solved. :) Thanks again! Dave -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page

Re: Error in Testing Book

2005-06-05 Thread Archaic
On Sun, Jun 05, 2005 at 05:28:00PM -0500, [EMAIL PROTECTED] wrote: > > ...seem to not be broken. However, console is broken. ... This and the chgrp typos were corrected in revision 5715 for trunk. Awaiting review before merging to testing branch. Thanks for the feedback! -- Archaic Want contro