Re: Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Nikolai
2006/10/10, Jibon Doley <[EMAIL PROTECTED]>: I have not installed the DHCP client. Is not it possible to connect to a network from the LFS system alone without installing packages from BLFS? It is possible to connect to a static network, but to connect to a network with a DHCP server it is neede

Re: Unable to connect to LAN from inside an LFS system

2006-10-10 Thread Nikolai
Did you install the DHCP client daemon? It is needed if Qemu has DHCP enabled. Otherwise, you need to learn to use ifconfig; but my guess is that it uses DHCP if the livecd detected the network. Pings don't work until you get a valid IP. You can find the DHCPCD or DHClient on the BLFS book. 2006

Re: Compiling with MSYS

2006-08-04 Thread Nikolai
If you really need to run Linux under Windoze, try the CoLinux (http://www.colinux.org/) project. It contains a kernel fully ported to run under windows, and once you install it, you just run it and it's like you have a full linux environment accessed through SSH. You need image files to use LFS.

Re: Compile problem with module-init-tools

2006-04-06 Thread Nikolai
Parker, Chris escreveu: Up until now, I have been cruising along. I am on step 6.50 and am getting a compile error trying to make module-init-tools-3.1. The error is: gcc -g -O2 -Wunused -Wall -o lsmod lsmod.o -Wl,-Bstatic -lz -Wl,-Bdynamic /usr/bin/ld: cannot find -lz

Which one is better: Kernel-mode PPPoE or user mode?

2006-03-29 Thread Nikolai
Which PPPoE mode is better/faster/more stable? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Gentoo LiveCD

2006-03-28 Thread Nikolai
Jeremy Huntwork escreveu: Nikolai wrote: Is it possible to build the base LFS system from a Gentoo livecd, fetching the packages from the Windows partition? Not really - at least, not without some major tweaking. Gentoo doesn't include dev tools on their LiveCDs. Have you tried th

Gentoo LiveCD

2006-03-28 Thread Nikolai
Is it possible to build the base LFS system from a Gentoo livecd, fetching the packages from the Windows partition? -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Command sequence I used (Rp-pppoe program)

2006-03-28 Thread Nikolai
[EMAIL PROTECTED]:/etc# pppoe-start ... Connected! [EMAIL PROTECTED]:/etc# ifconfig eth0 Link encap:Ethernet HWaddr 00:11:5B:CE:9E:20 inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:132

Re: Routing/DNS problem (RP-pppoe)

2006-03-28 Thread Nikolai
DJ Lucas escreveu: 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? is changed), ifconfig says the interface ppp0

Routing/DNS problem (RP-pppoe)

2006-03-27 Thread Nikolai
RP-Pppoe can connect normally, but I can't access anything outside the local network. I get the normal DNS list (/etc/resolv.com is changed), ifconfig says the interface ppp0 is up, but I can't ping the DNS. Ping says the "network is unreachable". What can solve this? -- http://linuxfromscratch

Re: Glibc configure problems with LFS 6.1 after chroot

2006-03-22 Thread Nikolai
Richard Melville escreveu: Hi I'd really appreciate some help from somebody. I'm trying to build LFS 6.1 with errata. Chapter 5 seems to have built OK, but glibc, the first package to be compiled in chapter 6, fails to configure, complaining that there is no such file as /tools/bin/gcc, when

2 Bash problems

2006-03-22 Thread Nikolai
The first one is that I can't make bash warp the lines. When I type a command that is longer than the terminal width (or sometimes I don't even need to reach the screen edge), instead of continuing on the next line bash starts to overwrite the first one. And if I backspace or delete any charach

Re: Problem with pwconv (shadow package)

2006-03-21 Thread Nikolai
Ken Moffat wrote: On Mon, 20 Mar 2006, Nikolai wrote: I am using the development LFS, and after the installation of the shadow package, when I run pwconv, the program quits with no error message and error status of 1. The lock files stay on the /etc folder, but no shadow file is created

Problem with pwconv (shadow package)

2006-03-20 Thread Nikolai
I am using the development LFS, and after the installation of the shadow package, when I run pwconv, the program quits with no error message and error status of 1. The lock files stay on the /etc folder, but no shadow file is created. Even when I fake a shadow file; I can't use user{add,del,mod