[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-23 Thread Steve Langasek
** Changed in: debian-installer (Ubuntu Artful)
   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/1721798

Title:
  netcfg does not setup search domains and nameservers via netplan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1721798/+subscriptions

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-13 Thread Frank Heimes
** Also affects: ubuntu-z-systems
   Importance: Undecided
   Status: New

** Changed in: ubuntu-z-systems
   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/1721798

Title:
  netcfg does not setup search domains and nameservers via netplan

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1721798/+subscriptions

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-12 Thread Brian Murray
** Changed in: debian-installer (Ubuntu Artful)
   Status: New => Triaged

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

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-12 Thread Launchpad Bug Tracker
This bug was fixed in the package netcfg - 1.142ubuntu5

---
netcfg (1.142ubuntu5) artful; urgency=medium

  * Make sure we write nameservers and search domains correctly when using
netplan to drive network configuration. (LP: #1721798)
  * Fix writing IPv6 static config in the netplan case.

 -- Mathieu Trudel-Lapierre   Thu, 12 Oct 2017
09:31:02 -0400

** Changed in: netcfg (Ubuntu Artful)
   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/1721798

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-07 Thread Francis Ginther
** Tags added: id-59d7a16fa78cd5587a06b6f9

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

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-06 Thread Dimitri John Ledkov
It looks like in the static.c case, we call

683netcfg_write_interface(client, iface);   


684netcfg_write_resolvconf_options(domain, iface);  


685netcfg_write_resolv(domain, iface); 

This results in dns-* strings written into e-n-i, instead of writing keys in 
netplan.
imho domain should be passed to write_interface, and the later two functions 
should be no-op in netplan case.

** Tags added: s390x

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

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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

[Bug 1721798] Re: netcfg does not setup search domains and nameservers via netplan

2017-10-06 Thread Frank Heimes
$ 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:
encc000:
  dhcp4: no
  dhcp6: no
  vlans:
encc000.2653:
  link: encc000
  id: 2653
  addresses: [ 10.245.236.11/24 ]
  gateway4: 10.245.236.1


$ cat /etc/network/interfaces 
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 10.245.236.1
dns-search canonical.com


$ cat /etc/resolv.conf 
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# 127.0.0.53 is the systemd-resolved stub resolver.
# run "systemd-resolve --status" to see details about the actual nameservers.
nameserver 127.0.0.53

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

Title:
  netcfg does not setup search domains and nameservers via netplan

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

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