Re: [lfs-support] Kernel file not found

2013-12-22 Thread Cliff McDiarmid
> - Original Message - > From: cont...@igor-zivkovic.from.hr > Sent: 12/22/13 08:50 AM > To: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] Kernel file not found > > On 12/22/2013 09:02 AM, Cliff McDiarmid wrote: > > > >>> set r

Re: [lfs-support] Kernel file not found

2013-12-22 Thread Cliff McDiarmid
> - Original Message - > From: cont...@igor-zivkovic.from.hr > Sent: 12/21/13 09:05 PM > To: lfs-support@linuxfromscratch.org > Subject: Re: [lfs-support] Kernel file not found > > On 12/21/2013 09:35 PM, Cliff McDiarmid wrote: > > Hi > > > > I&#x

[lfs-support] Kernel file not found

2013-12-21 Thread Cliff McDiarmid
Hi I've built LFS six times and never had this issue.  After rebooting I'm getting an error saying 'file /boot/lfskernel-3.12.5 not found' My 'grub.cfg' file from the host system(also LFS)reads: # Begin /boot/grub/grub.cfg set default=0 set timeout=20 set root=(hd0,7) menuentry "LFS6, Linux 3

Wireless setup

2009-02-04 Thread Cliff McDiarmid
Hi I'm new to wireless and am trying to set it up on LFS6.4 using the setup in BLFS under http://wiki.linuxfromscratch.org/blfs/wiki/WirelessTools. Two problems: The wireless script provided at http://www.linuxfromscratch.org/~jciccone/wireless won't load wpa_supplicant. The command wpa_suppl

Re: Problems with gcc-3.3.4 in blfs

2006-02-11 Thread Cliff McDiarmid
"Ken Moffat" wrote Sat, 11 Feb 2006 01:03:14 + (GMT) > I think that's the second of these this week! Cliff, what on > earth did you do to end up with -gnuoldld ? Installed elfutils and its own linker by the look of it, although I'm still getting errors. MAC -- __

Script problem

2006-01-02 Thread Cliff McDiarmid
On the 2.1.06 Allard wrote: http://games.mail.com/ -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Script problem

2006-01-01 Thread Cliff McDiarmid
Hi I've just completed LFS 6.1 and rebooted. I get the following error from the cleanfs script: Cleaning file systems: /tmpfind: invalid predicate `-delete' This can't be a misprint so what have I missed? thanks MAC -- ___ Play 100s of gam

Itables/firewall problem

2005-10-18 Thread Cliff McDiarmid
Hi Following the firewall setup in BLFS 6.1, I've got a problem at boot time with 'nat' table support. All the options chosen for netfiltering are built into the kernel, i.e. I'm not loading any modules and I've disabled the loading of modules at the beginning of the itables start-up script.

Re: 'Compiler cannot create executables'

2005-08-30 Thread Cliff McDiarmid
Declan wrote on the 28.8.05 > I would first try compiling binutils-2.14 as per ch.6 of the book (i.e. > --prefix=/usr --enable-shared or whatever the instructions were > I fail to see the value of the chroot. The idea of that is to point at > the new root dir, so your new system won't be inst

fontconfig-2.3.2 compile error

2005-06-10 Thread Cliff McDiarmid
David Jenson wrote: >These functions are now part of glibc as: iconv_open, iconv_close and iconv. >You should likely not have installed the following libiconv, it >overwrote iconv.h. It hasn't overwrote it as it's in a different dir./usr/local/include, but it does mean I have two iconv.h on my

Re: populating /dev

2005-04-02 Thread Cliff McDiarmid
From: thorsten <[EMAIL PROTECTED]> > > LFS 6.0 - Is it necessary to populate dev every time you enter > > the chroot env. > > Yes, prior entering you have to check that: > $LFS/proc > $LFS/sys > is mounted. > > Do the fake mounts: > mount -f -t ramfs ramfs $LFS/dev > mount -f -t tmpfs tmpfs

populating /dev

2005-04-02 Thread Cliff McDiarmid
Hi LFS 6.0 - Is it necessary to populate dev every time you enter the chroot env. Why I ask, is because I'm losing the /dev nodes whenever I leave the LFS env and then log back in later. Maybe I'm doing something wrong. I am mounting the kernel filesystems prior to reentering. thanks MAC