Re: 70-persistent-net.rules not created in section 7.13 of LFS 6.6 Book

2010-04-08 Thread Trent Shea
On April 8, 2010 03:17:38 am jumbophut wrote: > After running the code in section 7.13, viz: > > "for NIC in /sys/class/net/* ; do > INTERFACE=${NIC##*/} udevadm test --action=add $NIC > done" > > I cannot find the /etc/udev/rules.d/70-persistent-net.rules file that > is supposed to have been

Re: 70-persistent-net.rules not created in section 7.13 of LFS 6.6 Book

2010-04-08 Thread Andrew Benton
On 08/04/10 10:17, jumbophut wrote: > After running the code in section 7.13, viz: > > "for NIC in /sys/class/net/* ; do > INTERFACE=${NIC##*/} udevadm test --action=add $NIC > done" > > I cannot find the /etc/udev/rules.d/70-persistent-net.rules file that > is supposed to have been generated.

LFS6.6 - chap 5.20. Gawk-3.1.7 - make check errors

2010-04-08 Thread Master ZU
Hello I have the same errors then Christian Rauhut with gawk :( but with other more. The list of tests failed are: double1, double2, intformat, lc_num1, mbfw1, mbprintf1 I would be sure to have good temp tools before I go ahead. My context problem: Book: LFS 6.6 Host: x86_64 with Centos 5.4 wit

70-persistent-net.rules not created in section 7.13 of LFS 6.6 Book

2010-04-08 Thread jumbophut
After running the code in section 7.13, viz: "for NIC in /sys/class/net/* ; do INTERFACE=${NIC##*/} udevadm test --action=add $NIC done" I cannot find the /etc/udev/rules.d/70-persistent-net.rules file that is supposed to have been generated. I have spent some time trying to track down the r