Hi,

After a few times i got a working LFS 6.1 to boot.
But as last message before the login prompt i get an error;

Bringing up the eth0 interface...
   Interface eth0 doesn't exist.    [ WARN ]

i have allready installed DHCP-3.0.2 client as suggested in the last chapter, beacuse i am behind
a router which serves as a dhcp server.

There is only one pc connected to it, and it gets the ip 192.168.2.101 assinged.

I checked the "ifup" script, and the error message is shown after:

if [ -n "${SERVICE}" -a -x "${network_devices}/services/${SERVICE}" ]; then
if [ -z "${CHECK_LINK}" -o "${CHECK_LINK}" = "y" -o "${CHECK_LINK}" = "yes" -o "${CHECK_LINK}" = "1" ]; then
               if ip link show ${1} > /dev/null 2>&1; then
                   link_status=`ip link show ${1} 2> /dev/null`
                   if [ -n "${link_status}" ]; then
                       if ! echo "${link_status}" | grep -q UP; then
                           ip link set ${1} up
                       fi
                   fi
               else
                   boot_mesg "Interface ${1} doesn't exist." ${WARNING}
                   echo_warning
                   continue
               fi
           fi
           IFCONFIG=${file} ${network_devices}/services/${SERVICE} ${1} up

So the script is almost at the end, but it goes wrong with the CHECK_LINK or link_status.
I already learned a lot, but i can't figure this out.

Where can i check or/and change the link (status) or ortherwise fix the problem.

Thanks,

Michiel
The Netherlands




--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to