[Bug 1791108] Re: open-iscsi uses domainsearch instead of search for /etc/resolv.conf
Ubuntu Foundations Team Bug Bot
1791108 at bugs.launchpad.net
Thu Sep 6 16:25:11 UTC 2018
The attachment "domainsearch-to-search.patch" seems to be a patch. If
it isn't, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are a member of the ~ubuntu-reviewers,
unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]
** Tags added: patch
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to open-iscsi in Ubuntu.
https://bugs.launchpad.net/bugs/1791108
Title:
open-iscsi uses domainsearch instead of search for /etc/resolv.conf
Status in open-iscsi package in Ubuntu:
New
Bug description:
Having an interface file such as /run/net-eno2.conf with the following
content:
DEVICE='eno2'
PROTO='dhcp'
IPV4ADDR='10.10.10.10'
IPV4BROADCAST='10.10.10.255'
IPV4NETMASK='255.255.255.0'
IPV4GATEWAY='10.10.10.1'
IPV4DNS0='169.254.169.254'
IPV4DNS1='0.0.0.0'
HOSTNAME=''
DNSDOMAIN='test.com'
NISDOMAIN=''
ROOTSERVER='169.254.169.254'
ROOTPATH=''
filename='/ipxe.efi'
UPTIME='45'
DHCPLEASETIME='86400'
DOMAINSEARCH='test.com'
net-interface-handler translates it to:
nameserver 169.254.169.254
domainsearch test.com
instead of:
nameserver 169.254.169.254
search test.com
The problem is that domainsearch is not a valid configuration option
for /etc/resolv.conf and is ignored.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1791108/+subscriptions
More information about the foundations-bugs
mailing list