Re: lfs installation issue

2008-08-25 Thread Eric Stout
A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? Epic :) Eric Stout -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Glibc with target 386 - NPTL, LinuxThreads fail to `make`

2008-03-17 Thread Eric Stout
I'm cross-compiling Linux for a 386. If you just scoffed at reading that, then let me tell you that (1) of all the purported i386 distros not a single one runs on a real 386 (caveats galore - see Q4), and (2) the questions have more to do with glibc, NPTL, and LinuxThreads than Linux and

Re: LiveCD or No LiveCD?

2008-02-25 Thread Eric Stout
- Seems like the ultimate build platform for newbs. That's exactly what I am against. LiveCD users create 90% of support requests. Noobs (not to be confused with newbs) should be filtered out, e.g., by telling them to install and configure a real distro. Agreed. Besides, the LFS LiveCD

Re: LiveCD or No LiveCD?

2008-02-25 Thread Eric Stout
Eric Stout wrote: (that is, tools for raid, not the specific package raidtools.. mdadm is much better in my opinion) When was the last time you used the CD? mdadm has been available on it for a long time. Or were you saying that there are other tools it is missing? Two years ago

Re: LiveCD or No LiveCD?

2008-02-25 Thread Eric Stout
I think there is an unwarranted aversion to support requests in this community. If LFS is truly about education, it should welcome helping users through the experience, instead of pushing them away. If anything, this is more argument to have the FAQ kept up to date so that it is easy to

Re: LiveCD or No LiveCD?

2008-02-25 Thread Eric Stout
But main stream distros these days have a lot more tools available to them than the LiveCD can even dream of (simple technological fact due to the storage capacity of the medium; CD/DVD versus HD) and typically include a very simple means of installing what tools you don't have.

Re: root or user, getting picky

2007-08-17 Thread Eric Stout
newsserver. So there you have it, it is listed 5 times that one should not include all the text. Eric Stout -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Proper choice of package management strategy

2007-01-17 Thread Eric Stout
currently I am setting up my first LFS build, which I do primarily to learn more about linux, while great performance or flexibility are less important (My machine is a standard Athlon i586 PC). On the other hand I also want to have a certain possibility to upgrade single packages (apart

Re: Problem Using Grub with Reiser4

2007-01-02 Thread Eric Stout
I just finished going through the LFS 6.2 book and am trying to get my new system to boot, but all that happens is it comes up and says GRUB Loading stage2 and then hangs. My root partition is Reiser4 on a SCSI RAID 5 array. I'm using a PCI SCSI RAID card for this. I believe I have all

Re: Re[2]: Determining chipset

2006-12-26 Thread Eric Stout
It's a good way to open the case, but the computer is at work and can not be opened. Do you know any software tool to do this? Sure, the command 'lspci' can usually figure it out for you. For example, on my Tyan S2390B, I get the following: [EMAIL PROTECTED]:~$ /sbin/lspci 00:00.0 Host

Re: Determining chipset

2006-12-25 Thread Eric Stout
How can I determine what chipset is on my computer? If you know what model motherboard you have, look it up at the manufactorers website. If not, pop open the case and take a look. The northbridge chipset in modern machines is usually covered by a heatsink which you may have to remove, be sure

Re: Chapter 8:Host system Booting Problem

2006-11-23 Thread Eric Stout
. Eric Stout -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Sundance ethernet card doesn't update carrier properties

2006-10-14 Thread Eric Stout
blah blah blah, yackity smackity, blah blah blah ifconfig should never have been tossed away. If a connection was down (no carrier), it wasn't listed in output, easy to parse. Of course, it didn't exactly act that way with aliases, but thats special case (tho technically, it never did list

Re: LFS 6.1.1: /usr/bin/mv: No such file or directory in chapter 6.15 after moving /usr/bin/mv to /bin/mv

2006-04-29 Thread Eric Stout
hashing so that new programs are found as they become available. I bet if you run the exec line then redo the above set of mv commands, everything will work fine :) Eric Stout -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe

Re: no more PTYs

2006-04-07 Thread Eric Stout
faq, they tell to search for in my kernel config file : CONFIG_UNIX98_PTYS=y CONFIG_DEVPTS_FS=y but the second one is not present in my kernel config file but there are two which seem to be the same thing : CONFIG_DEVPTS_FS_XATTR=y CONFIG_DEVPTS_FS_SECURITY=y At this point, I don't know

Re: no more PTYs

2006-04-07 Thread Eric Stout
Do you have none /dev/pts devpts gid=5,mode=620 0 0 in your fstab? Tee hee, my bad. I copy/pasted that directly off google, your gid=,mode= portion may be different. Eric -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html

Re: To Indiana LFS'ers

2006-04-02 Thread Eric Stout
As fellow Hoosiers probably know, our fine government has again decided Goodness! I didn't know there were Scottish school children in Indiana! (Well that's the excuse our so-called government uses to justify the insane British Summer Time rules - Scottish school children can't find their

Re: Routing/DNS problem (RP-pppoe)

2006-03-27 Thread Eric Stout
On Mon, 27 Mar 2006, DJ Lucas wrote: Nikolai wrote: RP-Pppoe can connect normally, but I can't access anything outside the local network. I get the normal DNS list (/etc/resolv.com Probably a typo, but just in case, you do mean /etc/resolv.conf correct? Hehe, I had that problem last

Re: grub setup Error 22

2006-02-24 Thread Eric Stout
On Thu, 23 Feb 2006, Alan Lord wrote: as grub won't be able to install to a boot sector of a virtual disk it needs a physical device. Grub won't have loaded any drivers to make the raid array visable at boot time you need a single disk really. Matt I installed grub on an

Re: binutils pass 1

2006-02-15 Thread Eric Stout
On Wed, 15 Feb 2006, Shane Shields wrote: On Wed, 2006-02-15 at 04:39 -0600, [EMAIL PROTECTED] wrote: Swap should be greater than your RAM, example if you have a memory of 256 MB, then make your swap 300MB or 257MB etc. As a general rule of thumb swap should be at least twice your ram. Eg

Re: doubt

2006-02-11 Thread Eric Stout
I want to do a LFS. I have an amd 64 bits laptop, so my doubt is if I should do a multilib 64system, all 64, or like if it was a normal i386? Can someone, please, tell me the pros and cons and give me an advice of what is the best option. All 64 should be tossed out of the option list

Building 64bit perl on 32bit system

2005-12-27 Thread Eric Stout
book :) Thanks for everything! Eric Stout stout I just did some major crappage and got 64bit perl built. Yay me. There should be a much easier way tho, like sh Configure -Dbuild-64bit-on-32bit-system stout instead of building 32bit, waiting for the massive slueg of error messages