Your message dated Tue, 15 May 2012 19:27:14 +0200
with message-id <20120515192714.37407838@ileemo>
and subject line Re: Bug#673043: new ifupdown does not understand comments in 
interfaces, breaking existing setups
has caused the Debian Bug report #673043,
regarding new ifupdown does not understand comments in interfaces, breaking 
existing setups
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.)


-- 
673043: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673043
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ifupdown
Version: 0.7~rc3
Severity: serious

The new ifupdown package does not recognize comments in middle of lines in
/etc/network/interfaces anymore.  For example, I have the following on one
of our hosts:

iface eth0 inet static
 address 192.168.177.7
 netmask 255.255.255.192  # /26, 0..63
 gateway 192.168.177.5

And now, ifup -v eth0 gives the following:

ip addr add 192.168.177.7/255.255.255.192       # /26, 0..63 broadcast +        
  dev eth0 label eth0
Not enough information: "dev" argument is required.

Which results in no network.

This setup has been working for many years and such comments are used
heavily here, describing many options, and now it does not work anymore.
So I've choosen severity "serious", I think it should be fixed before
wheezy (preferrable), or, failing that, some automatic conversion/upgrade
procedure must be run to make network/interfaces compatible with the new
way of things.

Thanks,

/mjt



--- End Message ---
--- Begin Message ---
Hello,

On Tue, 15 May 2012 21:20:15 +0400
Michael Tokarev <[email protected]> wrote:

> The new ifupdown package does not recognize comments in middle of
> lines in /etc/network/interfaces anymore.  For example, I have the
> following on one of our hosts:

> iface eth0 inet static
>  address 192.168.177.7
>  netmask 255.255.255.192  # /26, 0..63
>  gateway 192.168.177.5

> And now, ifup -v eth0 gives the following:

> ip addr add 192.168.177.7/255.255.255.192       # /26, 0..63
> broadcast +          dev eth0 label eth0 Not enough information:
> "dev" argument is required.

> Which results in no network.

> This setup has been working for many years and such comments are used
> heavily here, describing many options, and now it does not work
> anymore. So I've choosen severity "serious", I think it should be
> fixed before wheezy (preferrable), or, failing that, some automatic
> conversion/upgrade procedure must be run to make network/interfaces
> compatible with the new way of things.

This has NEVER worked.

       Lines starting with `#' are ignored. Note that end-of-line
       comments are NOT supported, comments must be on a line of their
       own.

-- 
WBR, Andrew

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to