On Sat, May 14, 2005 at 09:14:16AM +0530, Chakkaradeep C C wrote: > hi all, > > thanks for the full support friendz, i have completed LFS version > 6.0,am happy abt that. But i am still getting one error in Network > Device Configuration. Am havng Realtek Network Card Interface and i > have written the > [B]/etc/sysconfig/network-devices/ifconfig.eth0/ipv4[/B] as given in > LFS Book except for the values. But am getting this error, > > "IP Variable Missing in > /etc/sysconfig/network-devices/ifconfig.eth0/ipv4:Cannot continue"
The problem is exactly what this line says. The variable IP wasn't set in the file /etc/sysconfig/network-devices/ifconfig.eth0/ipv4 So. Open up that file (in vim or nano, or whatever you prefer as an editor) and make sure there's a line like "IP=[your ip addres]". Then run: /etc/rc.d/init.d/network restart HTH, -- Jeremy Huntwork -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
