[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2022-03-16 Thread Lukas Märdian
The installer bug task seems to be fixed.

I cannot reproduce this with recent versions of netplan (it accepts
quoted and unquoted IPv6 addresses).

Please re-open if this is still an issue.

** Changed in: nplan (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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


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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-07-19 Thread Daniel Axtens
** Changed in: nplan (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-07-19 Thread Daniel Axtens
Hi!

(I'm going through and trying to clean up some old bugs, so apologies if
this is a bit out of the blue.)

I just want to confirm how you got this /etc/netplan/01-netcfg.yaml. If
I understand you correctly it was created by the installer and you had
to insert the quotes manually. Is that right? Or did you create it
manually and it just didn't work until you inserted quotes?

Regards,
Daniel

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-06-01 Thread Thomas
ok, I also could add the quotes and now netplan accept the file:

root@bk1:~# cat /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
ens18:
  dhcp4: false
  dhcp6: false
  accept-ra: false
  addresses: [ "2a01:4f8:XX:::XX/64" ]
  gateway6: "2a01:4f8:XX:::X"
  nameservers:
addresses: ["2a01:4f8:0:1::add:1010", "2a01:4f8:0:1::add:", 
"2a01:4f8:0:1::add:9898"]


** Changed in: nplan (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-06-01 Thread Thomas
ok, I also could add the quotes and now netplan accept the file:

root@bk1:~# cat /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
ens18:
  dhcp4: false
  dhcp6: false
  accept-ra: false
  addresses: [ "2a01:4f8:a0:1386::23/64" ]
  gateway6: "2a01:4f8:a0:1386::2"
  nameservers:
addresses: ["2a01:4f8:0:1::add:1010", "2a01:4f8:0:1::add:", 
"2a01:4f8:0:1::add:9898"]

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-06-01 Thread Thomas
Hi, I am at Ubuntu 18.04 LTS (complete updated) and also can't apply my
01-netcfg.yaml:

root@bk1:~# cat /etc/netplan/01-netcfg.yaml
# This file describes the network interfaces available on your system
# For more information, see netplan(5).
network:
  version: 2
  renderer: networkd
  ethernets:
ens18:
  dhcp4: false
  dhcp6: false
  accept-ra: false
  addresses: [2a01:4f8:XX:::XX/64]
  gateway6: 2a01:4f8:XX:::X
  nameservers:
addresses: addresses: [2a01:4f8:0:1::add:1010, 2a01:4f8:0:1::add:, 
2a01:4f8:0:1::add:9898]

root@bk1:~# netplan apply
Invalid YAML at //etc/netplan/01-netcfg.yaml line 10 column 22: found 
unexpected ':'

It seams that the Bug still exist?!

root@bk1:~# apt policy netplan
netplan:
  Installiert:   (keine)
  Installationskandidat: 1.10.1-5build1
  Versionstabelle:
 1.10.1-5build1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-06-01 Thread Thomas
ups, I pasted my modified nameserver line with the duplicate
"addresses:" - please ignore this

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-03-18 Thread Launchpad Bug Tracker
This bug was fixed in the package netcfg - 1.142ubuntu6

---
netcfg (1.142ubuntu6) bionic; urgency=medium

  * IPv6 addresses in netplan YAML usually need to be quoted, let's make sure
they are always surrounded by double-quotes. (LP: #1751151)

 -- Mathieu Trudel-Lapierre   Sun, 18 Mar 2018
21:24:47 -0400

** Changed in: netcfg (Ubuntu)
   Status: Triaged => 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/1751151

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-02-26 Thread Mathieu Trudel-Lapierre
Good catch, this is a bug in netcfg.

** Package changed: debian-installer (Ubuntu) => netcfg (Ubuntu)

** Changed in: netcfg (Ubuntu)
   Importance: Undecided => Critical

** Changed in: netcfg (Ubuntu)
   Status: New => Triaged

** Changed in: netcfg (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (cyphermox)

** Changed in: nplan (Ubuntu)
   Status: New => Invalid

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-02-23 Thread Brian Murray
** Tags added: artful

** Also affects: nplan (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Installing via IPv6 results in invalid netplan yaml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1751151/+subscriptions

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-02-22 Thread Keno Fischer
** Package changed: ubuntu => debian-installer (Ubuntu)

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

Title:
  Installing via IPv6 results in invalid netplan yaml

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1751151/+subscriptions

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

[Bug 1751151] Re: Installing via IPv6 results in invalid netplan yaml

2018-02-22 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1751151/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Installing via IPv6 results in invalid netplan yaml

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

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