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
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
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
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.
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