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

2010-04-11 Thread jumbophut
On Fri, Apr 9, 2010 at 8:57 PM, 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

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

2010-04-09 Thread jumbophut
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 g

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.

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