[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2014-08-10 Thread Robert Sander
It looks like ifupdown tries to configure the VLAN a second time when it
comes across the inet6 definition in /etc/network/interfaces.

This fails as the VLAN interface was already setup in the inet
definition of the same interface. It looks like a conceptual error in
the interfaces(5) syntax.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-02-15 Thread Sebastian Unger
Could this be fixed in oneiric as well? I cannot use the precise version
in oneiric because it pulls in libc V2.15 which is broken (see
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/932621 )

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-02-15 Thread Vivien GUEANT
The bug if not fixed in oneiric.
IPv6 not mont with VLAN.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-02-15 Thread Stéphane Graber
Vivien: As stated above, the bug was fixed in Precise, not in Oneiric.

Whether we backport it to Oneiric will depend on how critical it's and if it 
can be bundled with other fixes.
I'd at least wait for beta3 to land in Precise before considering more fixes 
for Oneiric.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-02-15 Thread Sebastian Unger
I thought IPv6 not working would be reasonably critical? I know it only
happens if you run IPv6 over a VLAN, but I think that is a reasonably
common occurrence.

Unfortunately, I can't even work around this by pulling beta2 from
precise into oneiric due to the problem with libc (which has been closed
as invalid for reasons not entirely clear to me)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-02-13 Thread Sebastian Unger
Is there any chance to get this fixed in oneiric? Pulling
0.7~beta2ubuntu1 from precise also pulls in libc6 2.15 and some other
libs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2012-01-12 Thread Launchpad Bug Tracker
This bug was fixed in the package ifupdown - 0.7~beta2ubuntu1

---
ifupdown (0.7~beta2ubuntu1) precise; urgency=low

  * Resynchronise with Debian experimental.  Remaining changes
(LP: #905660, LP: #850566, LP: #611877, LP: #678425):
- ifupdown.nw: Use 100 as default route metric unless an explicit metric
  parameter is set in /etc/network/interface.
- Add iniparser3.0b sources (dictionary.c, dictionary.h, iniparser.c,
  iniparser.h), to let ifupdown avoid auto-up/down of interfaces if
  network-manager's ifupdown plugin is in managed=true mode.
- Add a new query interface, 'ifquery', that can be used by upstart
  hooks to ask for the list of possible interfaces that they might need
  to bring up.
- debian/ifupdown.network-interface.upstart: Replace the init scripts
  with a per-interface Upstart job.
- debian/ifupdown.networking.upstart: Add a networking job that
  partially replaces the networking init script from netbase.
- debian/control: Bump build-dependency on debhelper for Upstart-aware
  dh_installinit.
- debian/rules: Due to debhelper always adding /etc/init.d symlinks, we
  must manually remove /etc/init.d/networking for as long as netbase
  still provides it.
- Add if-up and if-down scripts to emit Upstart events when interfaces
  come up and go down.
- debian/ifupdown.network-interface-security.upstart: Ensure apport is
  started before interfaces are brought up by either ifupdown or
  network-manager.
- debian/postinst: If the loopback interface is missing from the config
  in /etc/network/interfaces, add it on upgrade.
- debian/ifupdown.preinst: Since files in /etc were not conffiles in
  lucid, and /etc/network/if-up.d/upstart and
  /etc/init/network-interface.conf changed between lucid final and
  maverick, add extra handling to avoid spurious conffile prompts.
- invoke dhclient3 with '-1', meaning it should exit failure if it does
  not receive a response in 60 seconds. (LP: #838968)
- contrib/ifstate-check: Use /run/ntework/ifstate instead of
  /etc/network/run/ifstate
- ifup.8: Update man page to indicate that Ubuntu uses /run
  and that it's always writable as it's a temporary filesystem
  * ifupdown.nw: When calling dhclient3, also use /var/lib/dhcp as
dhclient3 is now a symlink to dhclient and /var/lib/dhcp3 no longer
exists. (LP: #900234)
  * Mark ifupdown as Multi-Arch foreign
  * Replace remaining references to /var/run/network by /run/network
(LP: #885506)

ifupdown (0.7~beta2) experimental; urgency=low

  * Put interfaces down in the reverse order than they were
brought up (Closes: #477650).
  * Fix postinst issues with loopback interface naming
(Closes: #572396, #545250).
  * Remove old .dpkg-old symlink (Closes: #639612).
  * Document some details on processing /etc/network/if-*.d directories.
  * Terminate ifup if it's still running when doing ifdown.
  * Finally migrate to /run/network.
  * Use FHS names for wvdial pid files (Closes: #255222).
  * Stop on run-parts failure (Closes: #547587).
  * Execute scripts before interface options on *-down (Closes: #346459).
  * Display missing variable name in the error message; make it also a bit
less obscure (Closes: #502630).
  * Fix wvdial options description (Closes: #534181).
  * Specify interface label (Closes: #645813).
  * Add address scope option for static IPv4 and IPv6 setups.
  * Use FreeBSD version of route, thanks to Robert Millan (Closes: #646291).

ifupdown (0.7~beta1) experimental; urgency=low

  * Update the examples (Closes: #630551).
  * Remove Default-Stop from the LSB headers (Closes: #630506).
  * Add IPv4LL method (Closes: #204641).
  * Add initial DHCPv6 support.
  * Suggest isc-dhcp-client instead of dhcp3-client (Closes: #631414).
  * Support per-architecture build-time rule definitions.
  * Add a syntax (%iface/a/b%) to perform character replacement over
variable values.
  * Accept VLAN interface names (Closes: #632902).
  * Update test cases.
  * Correct the spelling of the maintainer's last name.
  * Add partial kFreeBSD support (Closes: #630512).
  * Drop 'ifupdown-clean' init script (not needed any more with /run).
 -- Stephane Graber stgra...@ubuntu.com   Thu, 12 Jan 2012 10:25:30 +0100

** Changed in: ifupdown (Ubuntu)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 905660] Re: [ifupdown] ipv6 refuse vlan interfaces

2011-12-17 Thread Vivien GUEANT
Affect Ubuntu 11.10 (Oneiric Ocelot)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905660

Title:
  [ifupdown] ipv6 refuse vlan interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/905660/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs