Your message dated Mon, 28 Nov 2005 09:06:04 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#341069: udev: support for ifrename in net.agent
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 28 Nov 2005 06:23:18 +0000
>From [EMAIL PROTECTED] Sun Nov 27 22:23:18 2005
Return-path: <[EMAIL PROTECTED]>
Received: from barney.cbit.net.au ([202.55.154.5] helo=mail.cbit.net.au)
by spohr.debian.org with esmtp (Exim 4.50)
id 1EgcQ1-0003sD-MT
for [EMAIL PROTECTED]; Sun, 27 Nov 2005 22:23:18 -0800
Received: from localhost (localhost [127.0.0.1])
by mail.cbit.net.au (Postfix) with ESMTP id 49E151040E4;
Mon, 28 Nov 2005 17:28:41 +1100 (EST)
Received: from mail.cbit.net.au ([127.0.0.1])
by localhost (barney [127.0.0.1]) (amavisd-new, port 10024) with LMTP
id 27155-02-34; Mon, 28 Nov 2005 17:28:41 +1100 (EST)
Received: from keitarou (unknown [202.55.154.175])
by mail.cbit.net.au (Postfix) with ESMTP id 10BE81040D9;
Mon, 28 Nov 2005 17:28:41 +1100 (EST)
Received: from localhost (keitarou [127.0.0.1])
by keitarou (Postfix) with ESMTP id 2563A25F14A;
Mon, 28 Nov 2005 17:23:14 +1100 (EST)
Received: from keitarou ([127.0.0.1])
by localhost (keitarou [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id 31595-06; Mon, 28 Nov 2005 17:23:13 +1100 (EST)
Received: by keitarou (Postfix, from userid 1000)
id 4D27925F89B; Mon, 28 Nov 2005 17:23:13 +1100 (EST)
Date: Mon, 28 Nov 2005 17:23:13 +1100
From: Paul TBBle Hampson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: udev: support for ifrename in net.agent
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="fdj2RfSjLxBAspz7"
Content-Disposition: inline
X-Reportbug-Version: 3.17
User-Agent: mutt-ng/devel-r556 (Debian)
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at
queanbeyan.bubblesworth.net
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at cbit.net.au
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--fdj2RfSjLxBAspz7
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: udev
Version: 0.071-1
Severity: wishlist
Tags: patch
The below patch caues net.agent to attempt to ifrename the interface
before passing it to ifup.
The hotplug version of this script used to do this, so if anyone's
relying on this behvaiour, current udev breaks it.
(The lack of bug reports suggests that I'm the only one doing this and
also using udev... Which is a shame, ifrename goes so nicely with
hotpluggable nics.)
--- /lib/udev/net.agent 2005-11-14 05:59:33.000000000 +1100
+++ /lib/udev/net.agent 2005-11-18 09:15:49.000000000 +1100
@@ -75,6 +75,10 @@
exit 0 ;;
esac
=20
+ # ifrename things=20
+ [ -x /sbin/ifrename ] && NEWINTF=3D`ifrename -i $INTERFACE`
+ [ -n "$NEWINTF" ] && INTERFACE=3D$NEWINTF
+
net_ifup
;;
=20
-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 4
lrwxr-xr-x 1 root root 20 2005-04-12 09:36 020_permissions.rules -> ../per=
missions.rules
lrwxrwxrwx 1 root root 19 2005-10-16 13:22 025_libgphoto2.rules -> ../libg=
photo2.rules
lrwxrwxrwx 1 root root 16 2005-10-16 13:22 025_libsane.rules -> ../libsane=
=2Erules
-rw-r--r-- 1 root root 38 2005-07-31 17:41 99cdemu
lrwxrwxrwx 1 root root 13 2005-08-10 08:38 udev.rules -> ../udev.rules
lrwxrwxrwx 1 root root 19 2005-08-15 15:01 z20_persistent.rules -> ../pers=
istent.rules
lrwxrwxrwx 1 root root 16 2005-10-18 09:21 z55_hotplug.rules -> ../hotplug=
=2Erules
lrwxrwxrwx 1 root root 19 2005-08-05 00:04 z60_alsa-utils.rules -> ../alsa=
-utils.rules
lrwxrwxrwx 1 root root 15 2005-09-23 03:41 z60_hdparm.rules -> ../hdparm.r=
ules
-- /sys/:
/sys/block/hda/dev
/sys/block/hda/hda1/dev
/sys/block/hda/hda2/dev
/sys/block/hda/hda3/dev
/sys/block/hda/hda5/dev
/sys/block/hda/hda6/dev
/sys/block/hdb/dev
/sys/block/hdb/hdb1/dev
/sys/block/hdb/hdb5/dev
/sys/block/hdc/dev
/sys/block/hdd/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/hpet/dev
/sys/class/misc/rtc/dev
/sys/class/misc/tun/dev
/sys/class/ppp/ppp/dev
/sys/class/printer/lp0/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1p/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D2p/dev
/sys/class/sound/timer/dev
/sys/class/usb/lp0/dev
-- Kernel configuration:
isapnp_init not present.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (950, 'unstable'), (900, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=3Den_AU.UTF-8, LC_CTYPE=3Den_AU.UTF-8 (charmap=3DUTF-8)
Versions of packages udev depends on:
ii initscripts 2.86.ds1-4 Standard scripts needed for bo=
otin
ii libc6 2.3.5-7 GNU C Library: Shared librarie=
s an
ii libselinux1 1.26-1 SELinux shared libraries
ii libsepol1 1.8-1 Security Enhanced Linux policy=
lib
ii lsb-base 3.0-10 Linux Standard Base 3.0 init s=
crip
ii makedev 2.3.1-78 creates device files in /dev
ii sed 4.1.4-4 The GNU sed stream editor
udev recommends no packages.
-- debconf information excluded
--=20
Paul "TBBle" Hampson, [EMAIL PROTECTED]
8th year CompSci/Asian Studies student, ANU
Shorter .sig for a more eco-friendly paperless office.
--fdj2RfSjLxBAspz7
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDiqJRexDuohKLFuARArJoAJ0cVuE3hHcalCZ9HZJjJDUSxZaWbgCZAfFI
NRorpCyioNH65iPdE9cOQpI=
=QCGM
-----END PGP SIGNATURE-----
--fdj2RfSjLxBAspz7--
---------------------------------------
Received: (at 341069-done) by bugs.debian.org; 28 Nov 2005 08:06:16 +0000
>From [EMAIL PROTECTED] Mon Nov 28 00:06:16 2005
Return-path: <[EMAIL PROTECTED]>
Received: from attila.bofh.it ([213.92.8.2])
by spohr.debian.org with esmtp (Exim 4.50)
id 1Ege1f-0003Ws-RI
for [EMAIL PROTECTED]; Mon, 28 Nov 2005 00:06:16 -0800
Received: by attila.bofh.it (Postfix, from userid 10)
id 75ABC5F772; Mon, 28 Nov 2005 09:06:14 +0100 (CET)
Received: by wonderland.linux.it (Postfix, from userid 1001)
id 39FBC1C25B; Mon, 28 Nov 2005 09:06:04 +0100 (CET)
Date: Mon, 28 Nov 2005 09:06:04 +0100
To: Paul TBBle Hampson <[EMAIL PROTECTED]>,
[EMAIL PROTECTED]
Subject: Re: Bug#341069: udev: support for ifrename in net.agent
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd"
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.11
From: [EMAIL PROTECTED] (Marco d'Itri)
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Nov 28, Paul TBBle Hampson <[EMAIL PROTECTED]> wrote:
> The below patch caues net.agent to attempt to ifrename the interface
> before passing it to ifup.
udev has its own functions to rename interfaces.
--=20
ciao,
Marco
--ZPt4rx8FFjLCG7dd
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDirpsFGfw2OHuP7ERAtaPAJwPGFazq81Z7ZAONCwwCBhW/2AF9ACfT5S9
EEneE1zKzyd6b2aKIWum9ks=
=i6yB
-----END PGP SIGNATURE-----
--ZPt4rx8FFjLCG7dd--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]