Your message dated Wed, 01 Dec 2010 11:32:06 +0000
with message-id <[email protected]>
and subject line Bug#605232: fixed in ifupdown-scripts-zg2 0.3-4.1
has caused the Debian Bug report #605232,
regarding /etc/network/ifupdown-scripts-zg2.d/vlan fails with dash as /bin/sh
bashism in common-funktions
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 [email protected]
immediately.)
--
605232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605232
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ifupdown-scripts-zg2
Version: 0.3-4
Severity: serious
Tags: squeeze sid patch
hi,
/etc/network/ifupdown-scripts-zg2.d/vlan fails if /bin/sh is dash
because of a bashism in common-functions.
But vlan is the only script which has /bin/sh. All others have
/bin/bash. Either change vlan to user /bin/bash or apply the folloing
patch:
--- /etc/network/ifupdown-scripts-zg2.d/common-functions.bak 2010-11-25
11:22:49.000000000 +0100
+++ /etc/network/ifupdown-scripts-zg2.d/common-functions 2010-11-25
11:23:11.000000000 +0100
@@ -381,7 +381,7 @@
# Sanitize environment variables
-IF_VLAN_ID=$[${IF_VLAN_ID:-0}+0]
+IF_VLAN_ID=$((${IF_VLAN_ID:-0}+0))
IF_TYPE=${IF_TYPE:-}
IF_MASTER=${IF_MASTER:-}
IF_SCOPE=${IF_SCOPE:-}
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ifupdown-scripts-zg2 depends on:
ii debianutils 3.4 Miscellaneous utilities specific t
ii ifupdown 0.6.10 high level tools to configure netw
ii iproute 20100519-3 networking and traffic control too
ifupdown-scripts-zg2 recommends no packages.
Versions of packages ifupdown-scripts-zg2 suggests:
ii vlan 1.9-3 user mode programs to enable VLANs
-- Configuration Files:
/etc/network/ifupdown-scripts-zg2.d/common-functions changed [not included]
-- no debconf information
-
Besuchen Sie unsere neue Website. Visit our new website.
http://www.BERCHTOLD.biz
Unser Unternehmen ist vom 06.-09. Januar 2011 geschlossen. Our company will be
closed from 06.-09. January 2011.
Diese E-Mail kann vertrauliche Informationen enthalten. Wenn Sie nicht der
Adressat sind, sind Sie nicht zur Verwendung der in dieser E-Mail
enthaltenen Informationen befugt. Bitte benachrichtigen Sie uns sofort ueber
den irrtuemlichen Empfang.
This e-mail may contain confidential information. If you are not the
addressee you are not authorized to make use of the information contained
in this e-mail. Please inform us immediately that you have received it by
mistake.
--- End Message ---
--- Begin Message ---
Source: ifupdown-scripts-zg2
Source-Version: 0.3-4.1
We believe that the bug you reported is fixed in the latest version of
ifupdown-scripts-zg2, which is due to be installed in the Debian FTP archive:
ifupdown-scripts-zg2_0.3-4.1.diff.gz
to main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4.1.diff.gz
ifupdown-scripts-zg2_0.3-4.1.dsc
to main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4.1.dsc
ifupdown-scripts-zg2_0.3-4.1_all.deb
to main/i/ifupdown-scripts-zg2/ifupdown-scripts-zg2_0.3-4.1_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Didier Raboud <[email protected]> (supplier of updated ifupdown-scripts-zg2
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 29 Nov 2010 11:33:31 +0100
Source: ifupdown-scripts-zg2
Binary: ifupdown-scripts-zg2
Architecture: source all
Version: 0.3-4.1
Distribution: unstable
Urgency: low
Maintainer: Marc Haber <[email protected]>
Changed-By: Didier Raboud <[email protected]>
Description:
ifupdown-scripts-zg2 - Zugschlus' interface scripts for ifupdown's manual
method
Closes: 605232
Changes:
ifupdown-scripts-zg2 (0.3-4.1) unstable; urgency=low
.
* Non-maintainer upload.
* Use bash for ifupdown-scripts-zg2.d/vlan too. Thanks to Joerg Friedrich.
Closes: #605232
Checksums-Sha1:
62d0e865fd2f148ea3f2d87693250d64d1151080 1777 ifupdown-scripts-zg2_0.3-4.1.dsc
bdc5d03c571042ff108f0909291cdc90e31579e9 1917
ifupdown-scripts-zg2_0.3-4.1.diff.gz
68ba8ae25e06d269b95915b24e58b9f5b6aa84ef 25890
ifupdown-scripts-zg2_0.3-4.1_all.deb
Checksums-Sha256:
b60fd8bc715ecb0bc900973f66059b5c5e1119d7410f2cbf4a932d60eaa7a681 1777
ifupdown-scripts-zg2_0.3-4.1.dsc
8b78536b838cbc280360c022f6de194b4d1df2c0ce34f843edb7bf5d24f21b86 1917
ifupdown-scripts-zg2_0.3-4.1.diff.gz
497599fcb0f004a5c599177bf55114013683984cf7790a7e08b724e029ef069f 25890
ifupdown-scripts-zg2_0.3-4.1_all.deb
Files:
92d225a248c0064eddc756562ef28a05 1777 net optional
ifupdown-scripts-zg2_0.3-4.1.dsc
9a03be24079700713f0ad22c63c2d851 1917 net optional
ifupdown-scripts-zg2_0.3-4.1.diff.gz
b0818c34ee5f9e605b73463d546c1c4d 25890 net optional
ifupdown-scripts-zg2_0.3-4.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCAAGBQJM84nxAAoJEIW5DSNGS43jKFoQAL0I2qiFT7Blw04vSjhzqPi5
7JSTL2it9dLRF9VtI1zwF6RDNem3k2rDS92+jYxYcngaE1lkv/xpf8yNk+hLfY3Q
1x5fgdDGEzW1GC8ZMZ7wnikIKm7ClD4oUHyKKkKGRNHUbo1a/ZT7B/Lho72/dF+t
DHJSEkxPLbgH0vY3NZ2hM3E1Va5mM9FaAYQVHkm4jCj5F7lwhOedfQ+HOvJo0DUG
htGUrxd3sF1dzjgomK04AI+PEuKE1vpTFy9wZHD6jufB4qrY8i6Y8SzPVtIYkmdL
12ONOKHkB2VraQhLenkuxFiIC3oVKNT0I4PCCQFHIPYqBx6libsEbyKOJL53+UQI
LZEbmHzXUNnNpACL+lECXTIOH70yth0uA4gq+iCqRRezp0b/nizO4AwyUpKfTER4
67s4yygJnzko/h7tV2wzxWnfM77cAYUeZbcZNsz9HFgWxUZO2ThIP5739SFvDtLV
hEuKXPKmkolmmlcodJqMk7/DzjWvEA/CllUkeC0BwM4wdmJpiH8++6FLskLdqRxb
wd/AwV34FM67iRjoaw6DctHQssZApiohnR/fT8B3Qq7wv3dZo9W04At8NYuvS0M3
QXwWYuteG3IDknmCthylLOfsV0mlRtLBzymwgEjdKsFuYgi1I02BRbwDnZGkRhMJ
exiJhcQP7MsdT3spp8a+
=7g7K
-----END PGP SIGNATURE-----
--- End Message ---