[Touch-packages] [Bug 1577724] Re: NM doesn't sets the DNS properly, forces local dnsmasq as a resolver

2016-05-29 Thread Saikrishna Arcot
If you choose to only get the IP address from DHCP and you don't specify and DNS servers to use, then there won't be any DNS servers configured (besides 127.0.1.1). What will happen is that a DNS request will be sent to 127.0.1.1 (dnsmasq). dnsmasq doesn't have any upstream servers configured, so

[Touch-packages] [Bug 1577724] Re: NM doesn't sets the DNS properly, forces local dnsmasq as a resolver

2016-05-29 Thread Saikrishna Arcot
Alternatively, you can create a file (choose any file name) in /etc/NetworkManager/conf.d/ with the following in it: [main] dns=default This should have NetworkManager not use dnsmasq and update resolv.conf. -- You received this bug notification because you are a member of Ubuntu Touch seeded p

[Touch-packages] [Bug 1577724] Re: NM doesn't sets the DNS properly, forces local dnsmasq as a resolver

2016-05-29 Thread Saikrishna Arcot
I believe this is by design. NetworkManager starts up a dnsmasq instance that then uses the DNS servers provided by the DHCP server to resolve queries. This is so that dnsmasq acts as a DNS caching application. If you run tcpdump or wireshark to log DNS queries made, you should see that the DNS se

[Touch-packages] [Bug 1509725] [NEW] Some ICMPv6 packets rejected due to rule ordering

2015-10-24 Thread Saikrishna Arcot
Public bug reported: In the default before6.rules file, the following lines: # drop INVALID packets (logs these in loglevel medium and higher) -A ufw6-before-input -m conntrack --ctstate INVALID -j ufw6-logging-deny -A ufw6-before-input -m conntrack --ctstate INVALID -j DROP are present before t

[Touch-packages] [Bug 1162781] Re: bluez package out of date, 5.23 is available in debian sid/jessie

2015-05-19 Thread Saikrishna Arcot
This likely won't be in vivid-backports, since there are many components that depends on bluez and only work with bluez 4. (See also https://blueprints.launchpad.net/ubuntu/+spec/desktop-v-bluez5) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, whic

[Touch-packages] [Bug 1366207] Re: qgl.h typedefs GLdouble to float instead of double

2014-09-05 Thread Saikrishna Arcot
Correction: the link to the actual change review is https://codereview .qt-project.org/#/c/93984/1. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qt4-x11 in Ubuntu. https://bugs.launchpad.net/bugs/1366207 Title: qgl.h typ

[Touch-packages] [Bug 1366207] [NEW] qgl.h typedefs GLdouble to float instead of double

2014-09-05 Thread Saikrishna Arcot
Public bug reported: In qgl.h, for the OpenGL ES 2.0, GLdouble is typedef'ed to float. This causes a compile error in the armhf architcture in downstream programs including OpenSceneGraph and other programs. Recently, Qt committed a patch (https://codereview.qt-project.org/#/c/93984/1//ALL) for Qt