Your message dated Wed, 24 Jul 2024 11:45:32 +0100
with message-id <zqdbswnl70-py...@riva.ucam.org>
and subject line Re: Bug#650139: /lib/udev/rules.d/19-ifrename.rules: udev rule 
incorrect with at least udev 175
has caused the Debian Bug report #650139,
regarding /lib/udev/rules.d/19-ifrename.rules: udev rule incorrect with at 
least udev 175
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
650139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ifrename
Version: 30~pre9-7
Severity: normal
File: /lib/udev/rules.d/19-ifrename.rules

Dear Maintainer,
/lib/udev/rules.d/19-ifrename.rules uses IMPORT without attribute which fails 
at least with udev 175.
add {program} as attributes fixes this and prevent random interfaces names at 
boot. From:
SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -u -i %k", 
NAME:="$env{INTERFACE}"
to:
SUBSYSTEM=="net", ACTION=="add", IMPORT{program}="/sbin/ifrename -u -i %k", 
NAME:="$env{INTERFACE}"

This let my flow rules for openvswitch work . Otherwise with random interfaces 
names the flows are unmanageable.

Thanks
Alban

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ifrename depends on:
ii  libc6    2.13-21  
ii  libiw30  30~pre9-7

ifrename recommends no packages.

ifrename suggests no packages.

-- no debconf information

-- debsums errors found:
debsums: changed file /lib/udev/rules.d/19-ifrename.rules (from ifrename 
package)



--- End Message ---
--- Begin Message ---
Source: wireless-tools
Source-Version: 30~pre9-8

On Sat, Nov 26, 2011 at 10:35:58PM +0100, Alban Browaeys wrote:
> /lib/udev/rules.d/19-ifrename.rules uses IMPORT without attribute which fails 
> at least with udev 175.
> add {program} as attributes fixes this and prevent random interfaces names at 
> boot. From:
> SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -u -i %k", 
> NAME:="$env{INTERFACE}"
> to:
> SUBSYSTEM=="net", ACTION=="add", IMPORT{program}="/sbin/ifrename -u -i %k", 
> NAME:="$env{INTERFACE}"
> 
> This let my flow rules for openvswitch work . Otherwise with random 
> interfaces names the flows are unmanageable.

This seems to have been fixed a long time ago in response to another
similar bug:

wireless-tools (30~pre9-8) unstable; urgency=low

  * Add type to IMPORT keyword in ifrename's udev rules file. Closes: #650606

 -- Guus Sliepen <g...@debian.org>  Fri, 23 Dec 2011 16:02:18 +0100

Thanks,

-- 
Colin Watson (he/him)                              [cjwat...@debian.org]

--- End Message ---

Reply via email to