Bug#893476: DNS setting is not reflected in netplan yaml file when domain name is empty string

2018-03-19 Thread 윤영수
Package: netcfg
Version: 1.142
Severity: normal

Dear Maintainer,

When we install ubuntu server and set DNS addresses (ex. 8.8.8.8), the event 
that the DNS setting is not reflected in netplan yaml file 
(/etc/netplan/*.yaml) may occur.

We finded that the reason is related to the source code of the network package 
'netcfg'.

In the function 'nc_wi_netplan_write_nameservers' of write_interface.c of 
netcfg-1.142ubuntu5(netcfg package source code directory), the nameservers are 
not written in the netplan yaml file if domain name is empty string.

We hope that the nameservers are written even if domain name is empty string.

Please check the bug.

Regards,

Yeongsoo Yoon.


Bug#893455: Cannot configure network when installing ubuntu server in language other than English

2018-03-18 Thread 윤영수
Package: netcfg
Version: 1.142
Severity: normal

Dear Maintainer,

We cannot configure network when installing ubuntu server in language other 
than English.

We finded that the reason is related to the source code of the network package 
‘netcfg’.

In dhcp.c of netcfg-1.142ubuntu5(netcfg package source code directory), the 
ubuntu server installer identifies the four network configuration methods by 
checking whether they begins with the letter ‘R’ or ‘C’ or ends in ‘k’ at line 
361~376(strcmp sucks), when we choose one of them.

Thus the four network configuration methods cannot be identified when 
installing in language other than English.

We hope that we can configure network when installing ubuntu server even in 
language other than English.

Please check the bug.

Regards,

Yeongsoo Yoon.