On Mon, May 14, 2012 at 10:56:10PM +0430, Yasser Zamani wrote:
>
> Is this failure expected or is a fatal error (and the process could not be
> continued before resolving it)?! Or do you think that eliminating '-j2'
> switch will resolve it (I should know before trying because it's test take 31
On Mon, May 14, 2012 at 09:48:01PM +0430, Yasser Zamani wrote:
>
> cat > t.sh << EOF
> if [ "$1" == "" ]; then
> echo 'USAGE: t.bash [name]'
> return
> fi
> FNAME=$(ls $1* | grep tar.xz)
> if [ "$FNAME" == "" ]; then
> FNAME=$(ls $1* | grep tar.gz)
> if [ "$FNAME" == "" ]; then
>
Hi,
'make -j2 check' on 'LFS-7.1: 6.37.
Automake-1.11.3
(http://www.linuxfromscratch.org/lfs/view/stable/chapter06/automake.html)'
informs me for one failure with following red message :(
=
1 of 842 tests failed
(96 tests were not run)
See tests/test
Hi there,
As for each package you should decompress the package, enter decompressed
folder, compile&install and finally remove decompressed folder, and also while
you do not learn any new thing by doing these each time, so I would like to
share my automation solution which does these just by g
En 14/05/2012 10:10:38, Andrew Benton escribió:
> Yes, in grub.cfg you have root=/dev/sda4 (and the kernel boots, so it's
> happy with /dev/sda) then the bootscripts choke because you
> have /dev/hda in /etc/fstab.
> sed -i 's#/dev/hda#/dev/sda#' /etc/fstab
> Andy
Thanks very much to Andrew and
On Mon, 14 May 2012 14:31:11 +0100
Lázaro Morales wrote:
> En 14/05/2012 08:54:50, Эмиль Кранц escribió:
>
> > Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
> > IDE and SCSI? Typo?
> > Cheerio.
>
> The virtual machine have 1 virtual disk IDE. The '/dev' folder is:
>
>
Your fstab partitions are " /dev/hda4" and " /dev/hda3",
while in your grub - "set root=(hd0,4)" and "root=/dev/sda4"
I mean it should be either SDA or HDA,
SDA for SCSI drives while HDA for IDE drives
Correct drive names uniformly in /etc/fstab and /boot/grub/grub.cfg
depending on your hard drive
En 14/05/2012 09:20:37, Lázaro Morales escribió:
> sysfs /sysfs sysfs nosuid,noexec,nodev 0 0
Sorry, this is the old 'fstab' file, I corrected this error, the mount
point for 'sysfs' is '/sys'.
Regards,
Lázaro
--
http://linuxfromscratch.org/mailman/listinfo/lfs-suppo
En 14/05/2012 08:54:50, Эмиль Кранц escribió:
> Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
> IDE and SCSI? Typo?
> Cheerio.
The virtual machine have 1 virtual disk IDE. The '/dev' folder is:
root:/sources# ls -l /dev | grep sda
lrwxrwxrwx 1 root root
>
> What this mean? I have four partitions:
>
> Partition Mount Point Description
> sda1 / Initial OS, CentOS.
> sda2 swap Swap for the initial OS.
> sda3 swap Swap for LFS
> sda4
Have a closer look: /dev/sdaX in fstab and /dev/hdaX in error message
IDE and SCSI? Typo?
Cheerio.
On 14 May 2012 15:37, Lázaro Morales wrote:
> En 11/05/2012 15:58:14, Bruce Dubbs escribió:
>
> > Lázaro Morales wrote:
> >> Hello,
> >>
> >> After complete the LFS book, when I restart the compu
En 11/05/2012 15:58:14, Bruce Dubbs escribió:
> Lázaro Morales wrote:
>> Hello,
>>
>> After complete the LFS book, when I restart the computer I get a few
>> errors messages and the computer stuck after this:
>>
>> /lib/lsb/init-functions: line 590: /run/var/bootlog: No such file
>> or
>>
12 matches
Mail list logo