Just wanted to confirm this bug: I experienced the same issue.
z25_persistent-net.rules was not being generated automatically.
manually running
# /lib/udev/write_net_rules all_interfaces
worked however.
The driver in question is the recent e1000 (2 pci cards)
# PCI device 8086:107c (e1000)
# PC
Kay Sievers wrote:
...
> PHYSDEVDRIVER is an environment variable set by the kernel and needs to
> be in an ENV{} key to match the value.
ENV{PHYSDEVDRIVER}!="?*", GOTO="persistent_net_generator_end"
This seems to work, z25_persistent-net.rules was generated during boot.
Andreas
--
To UNSUBS
On Wed, 2006-07-05 at 14:51 +0200, Andreas Beckmann wrote:
> I switched testing to another machine that can be rebooted more easily.
> It has only one (onboard) network interface:
> # PCI device 10ec:8139 (8139too)
>
> Kay Sievers wrote:
> ...
> > Care to provide:
> > udevinfo -a -p /class/net/e
reopen 376589
retitle 376589 udev: z25_persistent-net.rules is no longer generated/updated
during boot
thanks
Hi Kay, hi Marco,
I switched testing to another machine that can be rebooted more easily.
It has only one (onboard) network interface:
# PCI device 10ec:8139 (8139too)
Kay Sievers wrote
On Jul 04, Andreas Beckmann <[EMAIL PROTECTED]> wrote:
> # ignore interfaces without a driver link
> DRIVER!="?*", GOTO="persistent_net_generator_end"
So try replacing this rule with:
PHYSDEVDRIVER!="?*", GOTO="persistent_net_generator_end"
and check if it works better.
--
ciao,
Marco
signat
On Tue, 2006-07-04 at 19:35 +0200, Marco d'Itri wrote:
> On Jul 04, Andreas Beckmann <[EMAIL PROTECTED]> wrote:
>
> > # ignore interfaces without a driver link
> > DRIVER!="?*", GOTO="persistent_net_generator_end"
> >
> > If I comment out this line, z25_persistent-net.rules is generated on
> > bo
On Jul 04, Andreas Beckmann <[EMAIL PROTECTED]> wrote:
> # ignore interfaces without a driver link
> DRIVER!="?*", GOTO="persistent_net_generator_end"
>
> If I comment out this line, z25_persistent-net.rules is generated on
> boot (if it was missing), so the test seems to be too limiting.
Too bad
reopen 376589
thanks
I'm reopening this bug because manually running
/lib/udev/write_net_rules all_interfaces
creates z25_persistent-net.rules
Marco d'Itri wrote:
> You can easily run the rules generator from the prompt to debug it,
> look at postinst.
OK, I started playing with /lib/udev/wri
Package: udev
Version: 0.093-1
Severity: normal
Hi,
I wanted to regenerate the persistent rules for net and cd (because
their format regularily changes and I want to use the current one), so I
moved z25_* out of the way and rebooted, but only
z25_persistent-cd.rules was created, z25_persistent-ne
9 matches
Mail list logo