[Touch-packages] [Bug 1647031] Re: systemd-resolved’s 127.0.0.53 server does not follow CNAME records

2017-03-15 Thread Blaisorblade
Replying to #35: > So, I'm downgrading this from critical to high since it only hits users of > 16.10 server in a few corner cases (i.e. containers, chroots without > libnss-resolve installed). It should still be SRUed. Another corner case seems to be binaries linked against musl libc, since the

[Touch-packages] [Bug 1321854] Re: useradd doesn't add the default shell to /etc/passwd entry

2015-09-16 Thread Blaisorblade
I found a possible culprit. Patch debian/patches/1000_configure_userns swaps the order of `get_defaults`* and `process_flags`, but it's the job of `process_flags` to read the defaults if they weren't overridden on the command line. For instance, `process_flags` contains ``` if (!gflg) {

[Touch-packages] [Bug 1321854] Re: useradd doesn't add the default shell to /etc/passwd entry

2015-09-16 Thread Blaisorblade
Sorry, I shouldn't have made the previous comment — I had just looked at the last comment. Now I looked at the rest of the code, and discovered that you have already a fix, you just didn't apply it to trusty. Would you please do so? Roberto (#7), you are correct, but IIUC that *is* addressed by th