Re: [lfs-support] LFS - 5.29 - perl-5.14.2 - possible errata

2012-01-11 Thread Qrux
On Jan 10, 2012, at 12:56 AM, jasonps...@jegas.com jasonps...@jegas.com wrote: On Mon, 2012-01-09 at 04:19 -0700, jasonps...@jegas.com wrote: But my REAL puzzle is the PERL thing I'm addressing here happens pretty early in the big picture, and AFTER a very global chown -R lfs /tools and

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-11 Thread Simon Geard
On Tue, 2012-01-10 at 02:20 -0700, jasonps...@jegas.com wrote: Well, I opend the previous untouchable RC file and tossed readline all over it ... and when I booted .. GUESS WHAT? I was able to step through the actual boot process one command at a time... and I saw the offending error for the

Re: [lfs-support] my latest project

2012-01-11 Thread jasonpsage
I will try out Jason’s scripts Alain Hey Alain. I have just put the latest of my scripts here ftp://jegas.net/os/lfs/misc/lfs7.jegas.0.2.tar.gz I unpack them in /mnt/lfs You'll end up with /mnt/lfs/lfs7 If done in right place. Then in /mnt/lfs/lfs7/Jegas/ You'll find the scripts in

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-11 Thread Simon Geard
On Tue, 2012-01-10 at 10:11 -0600, Bruce Dubbs wrote: Simon Geard wrote: On Mon, 2012-01-09 at 08:57 -0700, jasonps...@jegas.com wrote: Now, I wouldn't care that much except even running on a DEDICATED 32bit Linux (Slackware 13.37) with MAKEFLAGS set to EIGHT to use all CORES... it takes

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-11 Thread jasonpsage
I looked in my scripts that build LFS, and realized I forgot to UNTAR UDEV! Next lesson - when doing scripted builds, error handling is important. You want the entire build to stop immediately when something goes wrong, instead of trying to continue, making the original error hard to find.

Re: [lfs-support] Final GCC Compile Weirdness - 1 Time? No, 2 nd Time? Perfect!

2012-01-11 Thread jasonpsage
consuming.. We're talking hours on a new i7 DELL XPS Studio (Quad Core with hyper-threading - its like having EIGHT CPU) Is 'hours' an exaggeration, or is that really what you're seeing? On a modern machine like that, the gcc build should be something like five minutes... Well 5 minutes

[lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread jasonpsage
First of all, let me say that from everything I've read, Grub2 in particular is the best boot loader out there, but with its sophistication comes larger size and slightly more complicated configuration (for me anyways.) And I've read that there have been LILO/BRUB flame Wars in here - so PLEASE,

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread Eleanore Boyd
On 1/11/2012 5:20 AM, jasonps...@jegas.com wrote: First of all, let me say that from everything I've read, Grub2 in particular is the best boot loader out there, but with its sophistication comes larger size and slightly more complicated configuration (for me anyways.) And I've read that there

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-11 Thread jasonpsage
In the kernel (3.2), make menuconfig Device Drivers --- [*] Network device support --- [*] Ethernet driver support --- [*] Broadcom devices [*] Broadcom Tigon3 support Andy I missed that! I Selected it and other in that category for good measure And the other Ethernet Series below it - my cards

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread jasonpsage
I know it's likely my lack of knowledge in this Grubby Area, however I still felt like sharing the bits that have worked flawless for me as well. --Jason May I add that I use the GRUB bootloader found in Puppy 5.28? It finds everything installed on the system, and you can easily edit the

Re: [lfs-support] LFS 7.0 - No Devices in /dev on boot up - Kernel then shuts off PC

2012-01-11 Thread Baho Utot
On Wednesday 11 January 2012 05:04:31 am Simon Geard wrote: On Tue, 2012-01-10 at 02:20 -0700, jasonps...@jegas.com wrote: Well, I opend the previous untouchable RC file and tossed readline all over it ... and when I booted .. GUESS WHAT? I was able to step through the actual boot process

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-11 Thread Qrux
On Jan 10, 2012, at 3:58 PM, Andrew Benton wrote: Fix this. Glibc does not like mawk. Use gawk. Also, can you please stop top posting and trim your replies to the relevant content? Building binutils (pass 3?): http://www.linuxfromscratch.org/lfs/view/stable/chapter06/binutils.html

[lfs-support] Q: Diskless boot and initramfs final mount using LFS

2012-01-11 Thread Li, David
Hi, I am totally new to LFS but very interested to see how I can use it for my requirements. I 'll need to custom build a Linux distribution that eventually has to meet requirements: 1. Smaller than 200MB (kernel + intramfs image files). 2. Be able to support KVM-based

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread Bruce Dubbs
Eleanore Boyd wrote: May I add that I use the GRUB bootloader found in Puppy 5.28? It finds everything installed on the system, and you can easily edit the menu.lst to change the boot order and options. Just a note. If you are using menu.lst, you are using GRUB Legacy, not GRUB 2. GRUB

Re: [lfs-support] Q: Diskless boot and initramfs final mount using LFS

2012-01-11 Thread Bruce Dubbs
Li, David wrote: Hi, I am totally new to LFS but very interested to see how I can use it for my requirements. I 'll need to custom build a Linux distribution that eventually has to meet requirements: 1. Smaller than 200MB (kernel + intramfs image files). You'll have to delete some

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread Firerat
On Wed, Jan 11, 2012 at 11:20 AM, jasonps...@jegas.com wrote: First of all, let me say that from everything I've read, Grub2 in particular is the best boot loader out there, but with its sophistication comes larger size and slightly more complicated configuration (for me anyways.) And I've

Re: [lfs-support] Q: Diskless boot and initramfs final mount using LFS

2012-01-11 Thread Firerat
On Jan 11, 2012 5:22 PM, Li, David l...@cloudshield.com wrote: Hi, I am totally new to LFS but very interested to see how I can use it for my requirements. I ‘ll need to custom build a Linux distribution that eventually has to meet requirements: 1. Smaller than 200MB (kernel +

Re: [lfs-support] Q: Diskless boot and initramfs final mount using LFS

2012-01-11 Thread Matijn Woudt
On Wed, Jan 11, 2012 at 7:32 PM, Firerat fire...@googlemail.com wrote: On Jan 11, 2012 5:22 PM, Li, David l...@cloudshield.com wrote: Hi, I am totally new to LFS but very interested to see how I can use it for my requirements. I ‘ll need to custom build a Linux distribution that

Re: [lfs-support] Problem on compiling and installing Binutils-2.21.1a

2012-01-11 Thread Ken Moffat
On Wed, Jan 11, 2012 at 09:07:47AM -0800, Qrux wrote: On Jan 10, 2012, at 3:58 PM, Andrew Benton wrote: Fix this. Glibc does not like mawk. Use gawk. Also, can you please stop top posting and trim your replies to the relevant content? Building binutils (pass 3?):

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread Ken Moffat
On Wed, Jan 11, 2012 at 05:41:11PM +, Firerat wrote: On Wed, Jan 11, 2012 at 11:20 AM, jasonps...@jegas.com wrote: [ snipped - people, PLEASE trim what you are replying to ] lilo is plain and simple to use but at least for me there is no contest , grub wins hands down As a long-time

Re: [lfs-support] LILO and GRUB - LILO I can make work, GRUB often leaves me Grubby

2012-01-11 Thread Bruce Dubbs
Ken Moffat wrote: Going to grub2 was somewhat painful. There is a bit of a learning curve, but if you use a separate boot partition and specify it in fstab for each /, it's really quite easy in LFS: 1. Place the kernel in /boot 2. Edit /boot/grub/grub.cfg and add menuentry Descriptive

[lfs-support] Still fighting with Network Madness...

2012-01-11 Thread jasonpsage
Hello Folks, I'm still trying to get my nic card to work. We've established the driver is in the kernel, (Broadcom 57788, known as tg3 by linux). I've run lspci while the host is running to establish its there. In page 7.2.1 of the LFS 7.0 book, there is a script that you are supposed to run. It

Re: [lfs-support] Still fighting with Network Madness...

2012-01-11 Thread Ken Moffat
On Wed, Jan 11, 2012 at 04:20:00PM -0700, jasonps...@jegas.com wrote: In page 7.2.1 of the LFS 7.0 book, there is a script that you are supposed to run. It doesn't say if you should run it on the host, after you boot up or not but I've been running it once chroot'd and my /mnt/lfs/dev has

Re: [lfs-support] Still fighting with Network Madness...

2012-01-11 Thread Andrew Benton
On Wed, 11 Jan 2012 16:20:00 -0700 jasonps...@jegas.com wrote: It does make an entry in the /etc/udev/rules.d/70-persistent-net.rules file for my card and uses eth0, it even has a comment above it displaying a PCI device ID and in parens (tg3) THIS IS PROBABLY GOOD I THINK Yes, that looks

Re: [lfs-support] Still fighting with Network Madness...

2012-01-11 Thread Andrew Benton
On Wed, 11 Jan 2012 16:20:00 -0700 jasonps...@jegas.com wrote: I get the feeling that this is one of those areas that just works for people, and I'm admittedly frustrated. Additionally, to Evade this issue when I do a full build in VirtualBox using just default Kernel config, I get a

Re: [lfs-support] Still fighting with Network Madness...

2012-01-11 Thread Bruce Dubbs
jasonps...@jegas.com wrote: The init scripts during boot say trying to bring up interface eth0 than I'm WARNED eth0 doesn't exist. In your LFS system, run 'dmesg kernel.log'. Then in another system with network connectivity, go to http://pastebin.com/, sign up and paste the log there. Send

[lfs-support] LFS 7.0 Chapter 6.17 Gcc-4.6.1 compilation - test results

2012-01-11 Thread Franck Chuiton
Hi everybody ! I had first tried to build my LFS with a live CD but I eventually ended up installing this Crunbang on the hard drive and starting over for a new build. So far, I've had no problem (seems to me, at least...). I am not even sure I have one today : The gcc tests ended up with this :

Re: [lfs-support] LFS 7.0 Chapter 6.17 Gcc-4.6.1 compilation - test results

2012-01-11 Thread Ken Moffat
On Wed, Jan 11, 2012 at 10:33:25PM -0400, Franck Chuiton wrote: Hi everybody ! I had first tried to build my LFS with a live CD but I eventually ended up installing this Crunbang on the hard drive and starting over for a new build. So far, I've had no problem (seems to me, at least...). I am

Re: [lfs-support] Error during Glibc Installation

2012-01-11 Thread Firerat
On Jan 12, 2012 5:43 AM, Uthayanan suthaya...@gmail.com wrote: Hi Group, I got the following error during my Glibc installation process. Is this a known issue ? Please help me on this. mawk: scripts/gen-sorted.awk: line 19: regular expression compile failed (bad class -- [], [^] or [)

Re: [lfs-support] Still fighting with Network Madness...

2012-01-11 Thread Simon Geard
On Thu, 2012-01-12 at 01:50 +, Andrew Benton wrote: That reminds me of http://xkcd.com/349/ Andy Yes, that comic should sound familiar to all LFS users... :) Simon. signature.asc Description: This is a digitally signed message part --