=== salem_ is now known as _salem === yuning-afk is now known as yuning [05:36] good morning [07:03] infinity: right, I remember again -- we made the libpam-systemd a recommends instead of a depends to keep out dbus etc. from being quasi-essential [07:03] infinity: but now that the entire init dropped out of essential, that's actually okay and desirable [07:04] Good morning [07:04] pitti: I made all the changes, FYI. I'm going to look at fallout for "weird" images (people who don't ship minimal/standard, because reasons) when I wake up and fix any oddities. [07:09] cyphermox: this morning when I tried to boot my laptop, EFI refused to boot because it could not verify the signature; I disabled secureboot for now, but I suppose that Should Not Happen™; how can I debug this? [07:09] cyphermox: (yakkety du jour) [07:28] mdeslaur, jdstrand: IIRC you started working on loading apparmor profiles in systemd directly, like it does with SELinux, to get rid of the apparmor rcS init.d script and the associated race conditions, right? [07:29] mdeslaur, jdstrand: I was curious what the status of that was, as Debian is trying to get rid of rcS init.d scripts (they tend to cause problems) [07:33] Hm. *Some* update appears to have broken the Mir build. With weird template linker errors! [07:43] urgh, what happened to prodstack swift [08:02] mapreri: was away for a few days; will look soon [09:04] Hello. I can't manage to create a bootable stick with my preseeded *.iso file... It works fine in a VM and Also creating a bootable stick from the orginal ubuntu image works fine [09:37] tjaalton: please see my followup/question in bug 1577735 [09:37] bug 1577735 in libdrm (Ubuntu Xenial) "Add missing SKL/BXT PCI-ID's" [Medium,Fix committed] https://launchpad.net/bugs/1577735 [09:48] pitti: I see systemd 230 is in Yakkety. What are the plans for KillUserProcesses? Does the server team need to consider our view on the screen/tmux use case? That is, will there be a behaviour change in Yakkety? [09:48] rbasak: the change is already reverted in the packaging git, so 230-2 will be back to the 229 behaviour [09:50] pitti: ah, thanks. [09:51] pitti: Can we get that out sooner rather than later, to avoid the impending whine-fest (and people like me who've been sprinkling config snippets around already...) [09:52] infinity: yeah, can do; it'll be stuck in -proposed for a while though, as autopkgtesting is currently blocked on swift being down [09:52] but people could get it from -proposed then [09:52] pitti: Whee. But yeah, better than nothing. [09:53] pitti: Is there ongoing upstream discussion about the madness, or are downstreams just expected to fork that bit forever? [09:53] infinity: there are upstream discussions, yes [09:54] e. g. upstream bugs for screen/tmux [09:54] but until that has settled down, we'll just revert to the old behaviour [09:54] infinity: it's just a ./configure option, not that much of a fork [09:54] and given how much opposition it met, I wouldn't be surprised if the default flips back in 231 upstream too [09:54] pitti: So, in the new world order, how does a user intentionally detach a process so it doesn't get whacked? [09:55] infinity: there's a systemd thing you can call [09:55] Ick. [09:55] infinity: that's still being discussed actually; IMHO it'd be cleanest to start a PAM session, or use systemd-run to start a new scope (like a "mini" session) [09:55] You have to enable lingering first AIUI? Or is that not necessary? [09:55] but I haven't seen a really satisfying answer to that [09:55] yes, but lingering is global [09:56] if you enable it, all other leftover processes from your session will survive too [09:56] I see. So one or the other will suffice? [09:56] this is still a problem at the conceptual level, before we even can discuss technical solutions [09:56] pitti: None of that would satisfy the simple use case of "./long-job > log 2>&1 &" oh crap, need to logout "disown && logout". [09:56] pitti: But I guess we'll see where it goes. [09:57] Breaking UNIX, one use-case at a time. [09:57] we either accept tons of leftover processes, or change the ones that are deliberately long running [09:57] infinity: e. g. I wouldn't expect ./long-job & to survive on logout [09:57] that'd go straight against my idea of logging in and out [09:57] Or we fix the bugs so processes exit when they should? [09:57] screen and tmux I can understand [09:58] but, as said, we first need to define what we actually want before discussing implementation [09:58] pitti: I suppose one could write a souped-up disown that moves the process out of the cgroup instead of just unparenting it? [09:58] and everyone seems to want something different [09:58] infinity: yes, that's more or less what systemd-run or a new PAM session would do [09:58] pitti: Well, but post-run is the key. [09:59] pitti: Having to think of this in advance is a massive behavioural change for old farts. :P [10:00] this is a prime example for https://xkcd.com/1172/ [10:00] I disagree entirely. [10:00] I think it's a bug and counter-intuitive that session processes survive logout, you consider it a feature, one of us will always be unhappy :) [10:00] pitti: do you consider an ssh disconnect a logout? [10:00] rbasak: Yes. [10:01] Anything that will result in killing your shell (or base process) is a logout. [10:01] rbasak: I'd say yes [10:01] disown exists specifically to unparent processes from the controlling shell, so the HUP sent on disconnect isn't propagated. [10:01] It's a feature, not a misfeature. It's not spacebar heating. :P [10:02] yes, I can close the terminal and the process goes on [10:02] And HUP has a very specific meaning, and has done for decades. Again, I don't think it's sane to say "actually, that should have been KILL all along". [10:03] anyway, 230-2 building, and I'll upload it to sid then; should get autosynced to y in half a day or so [10:03] As in, some things intentionally deamonize on HUP, so they don't get rudely interrupted by a remote disconnect. [10:04] In fact, even apt does that. :P [10:04] (To avoid half-done dpkg runs) [10:06] pitti: Anyhow. I agree that making tmux/screen spawn new login sessions would be a workaround for the problem, but I disagree that remapping HUP to KILL for disconnects is in any way POSIX/UNIX friendly. :P [10:06] And, honestly, it'll just lead me to set my shell to /usr/bin/tmux [10:07] Which then gives me the same behaviour I had before, and renders the new world order a no-op. [10:07] infinity: I don't actually expect it to become a new world order anytime soon [10:08] this was an idea, it failed, it gets reverted, maybe the next concept and iteration works better [10:13] pitti: adding a handful of missing pci-ids so that compiz works properly shouldn't break anything [10:14] tjaalton: maybe, but it still needs to be confirmed that the package upgrades and runs correctly, and that X still works with the -proposed package [10:14] tjaalton: we've had SRUs of binutils and gcc, for example [10:14] pitti: well I copied a comment from the private bug [10:16] tjaalton: that comment makes little sense [10:16] huh? [10:16] tjaalton: 2.4.67 *is* the version in t/x-proposed [10:16] if it's only fixed by .68, then that needs to be SRUed as well, that's only in y [10:16] well yes the version in the comment is wrong [10:16] and it also doesn't say whether that's t or x [10:16] no, it just needs the pci-id's that the rest of the stack already has... [10:16] (kernel, mesa) [10:17] sigh [10:17] if you insist, I'll ask chih to comment himself [10:18] well, I insist on someone testing the actual package from -proposed and confirming the version and that it still works [10:18] pitti: and the only diff between t/x is the version number [10:19] tjaalton: doesn't matter -- we are looking for regressions here; confirming that it fixes the bug is nice, but not actually the first priority [10:19] but if the xenial-proposed one misbuilt because of our gcc or binutils SRU, we want to know this [10:19] just trusting "the diff is simple" isn't sufficient, and has led to catastrophes more than once [10:20] have you even looked at the diff? [10:20] the diff is *completely* irrelevant [10:20] it's completely relevant [10:20] this is not gcc [10:20] or binutils [10:20] (well, it's not in geneal, but the diff doesn't change the fact that we need to test teh proposed package) [10:20] and it was tested, I don't have the hw for that [10:21] testing for regressions on any intel hardware is fine [10:21] it's more important that it doesn't regress on existing systems than that it actually fixes the bug [10:21] we can always do a followup SRU if we missed a PCI ID, but we don't want to leave existing systems with a broken X [10:22] sorry, but just saying "it'll work without testing" for a compiled library is not acceptable [10:31] xnox, hey, could you help with bug #1585517 please - between vivid and xenial we can no longer cross-build unity8 again - I've tried :any, :native for the two B-Ds, but I suppose that's wrong (and it didn't work anyway...) [10:31] bug 1585517 in python-setuptools (Ubuntu) "Can't install for cross-building" [Undecided,New] https://launchpad.net/bugs/1585517 [10:50] Laney: ok, don't worry :) Thanks for prodding the thing! [10:50] * mapreri now waits for the mirror to updates [10:50] -s [11:03] pitti: jdstrand can confirm, but I don't believe we ever started that work, as the init script worked ok and we got busy doing other stuff [11:04] mdeslaur: thanks, what I thought; the usual fate of makeshift solutions which work well enough :) [11:04] *cough* ddeb-retriever *cough* [11:04] heh, yeah :) [11:18] I think qtchooser qt4-x11 qtbase-opensource-src could migrate to release pocket, together, but some hinting would be definitely needed still. [11:19] there are also "Test in progress" ones that seem to be ghosts - kactivities under qt4-x11, ktnef under qtbase-opensource-src (others are always failed ones) [11:22] some KDE update remaining autopkgtest breakage is there, but they don't completely go away too soon. [11:45] Saviq, commented. [11:45] xnox, thanks [11:45] but it's been a while since i did multi-arch fixes [11:45] @pilot in === udevbot changed the topic of #ubuntu-devel to: Xenial (16.04) Released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of precise-xenial | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur [11:45] so maybe barry and/or slangasek would be best to doublecheck the assertions I stated on bug #1585517 [11:45] bug 1585517 in python-setuptools (Ubuntu Xenial) "Can't install for cross-building" [Undecided,New] https://launchpad.net/bugs/1585517 === hikiko is now known as hikiko|ln === JanC is now known as Guest93383 === JanC_ is now known as JanC === _salem is now known as salem_ === hikiko|ln is now known as hikiko [13:05] pitti, "cloud-init hash seed issue" ? you mean bug 1584147 right ? [13:05] bug 1584147 in cloud-images "cloud-init hangs on boot as Python waits for sufficient randomness to start" [High,Confirmed] https://launchpad.net/bugs/1584147 [13:53] pitti (FYI mdeslaur & jdstrand): the hard work is done - the parser code that handled policy loads has been moved into libapparmor with a nice simple interface for systemd to use [13:53] pitti: what we didn't get to are the systemd changes to use libapparmor [13:53] tyhicks: oh, cool [13:54] that should be reasonable trivial [13:54] reasonably [13:54] smoser: right, that; that causes looong boot times (and adt-run timeouts; I could bump them, but it's still a nuisance) [13:57] pitti, o' [13:57] i'm open to suggestions [13:58] tyhicks: ah, thanks; that sounds a lot better indeed [13:58] * pitti still in meeting, sorry for lag [14:10] yay, swift is back, re-enabling the autopkgtest minions === davidcalle is now known as davidcalle_x86_6 === davidcalle_x86_6 is now known as davidcalle [14:49] pitti: Is this a misconfiguration in scalingstack, by not providing virtio_rng to the guests? [14:50] infinity: could very well be, yes; the RNG takes aaages to initialize [14:50] pitti: (Not that I'm agreeing with the new python behaviour, it seems a bit daft, but not starting instances with zero entropy certainly wouldn't hurt) [14:50] *nod* [14:52] pitti: Well, s/a bit daft/completely daft/ really. Given the irresponsible people tend to fork hundreds of python scripts as if it were as cheap as POSIX shell, sucking your RNG dry when you might not even end up using it seems batty. [14:53] infinity: I also don't quite see why one needs cryptographically secure hash randomization [14:53] s/Given the/Given that/ [14:53] in most programming languages hashes have a reproducible order [14:54] I did read the upstream report about the resource exploits with CGI arguments, but this appears to be a bit silly [14:54] pitti: There's certainly that argument too, yes. Though, I can certainly firmly place myself on both sides of that fence. But I'd prefer, as a programmer and sysadmin, to make that decision per call, not have it made for me. [14:54] if your CGI program allows me to specify a thousand GET arguments, then making that more efficient rather than just preventing so many args in the first place isn't a good fix [14:55] pitti: I have zero hope of influencing python upstream, however, but nudging IS/LP to see if you can get some virtual rng might at least get you past the hump. [14:56] I do wish we lived in a world where reliable randomness was a thing all computers had in abundance. Can't quite sort out how we've failed so miserably to do that by now. [14:57] @pilot out === udevbot changed the topic of #ubuntu-devel to: Xenial (16.04) Released! | Archive: open | Devel of Ubuntu (not support or app devel) | build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of precise-xenial | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: [14:57] infinity: at first the upstream bug report sounded like a wontfix, but I think they were pondering adding a NOBLOCK flag to the getrandom call [14:58] pitti: Yeah, I read the whole thread. Still seems a bit up in the air, and the behaviour still seems incorrect (to me), even with the NOBLOCK, but meh. [14:58] If I want cryptographically awesome randomness, I should ask for it, I think assuming it (and, indeed, draining my RNG to seed it on every python call) is silly. [14:58] But, whatever. One more reason for me to not be a Python fan. As if I didn't have enough of those. [14:59] I actually am, all the more reason to fend off insanity :) [15:00] I suppose it could be worse, they could make /usr/bin/python3 dial-up Amazon and order a hardware fuzz dongle, and block until you plug it in. [15:00] "throw a dice 200.000 times and type in the results" [15:00] "No cheating, we've turned on your webcam to make sure." [15:04] Hey neat, I just tore open my stomach. [15:04] For some value of "neat". [15:04] Also, ow. [15:05] (afk) [15:17] eek? [15:25] infinity: are you ok? [15:27] "reliable randomness was a thing all computers had in abundance." [15:27] That exists. It's called flaky hardware :-P === ssweeny is now known as ssweeny-lunch === ssweeny-lunch is now known as ssweeny [21:22] anyone else seeing ubuntu connection failures ? [21:22] everyone is yes [21:22] k [21:22] thanks [21:23] * smoser out === salem_ is now known as _salem [22:14] why is https://launchpad.net/debian/+source/vlc missing the stretch branch (2.2.2-6 or the current 2.2.3-2) ? [22:38] jbicha: https://launchpad.net/debian/+source/vlc/+publishinghistory [22:38] jbicha: i'm guessing that pacakge isn't actually using lp for development, so it might be that someone just hasn't made a tracking branch appropriately [22:38] jbicha: i'm not sure how those work in lp.net/debian, maybe ask on #launchpad [22:41] I believe it has the result that Ubuntu isn't auto-syncing vlc from Debian [22:43] nacc: no that's not a "using LP for development" thing [22:43] will check after call [22:44] cjwatson: oh ok [22:44] but stretch also isn't pertinent to auto-sync [22:44] jbicha: yakkety is synced? [22:44] sid is [22:44] well, with a rebuild [22:44] 2.2.2-6 from unstable, it seesm [22:44] https://launchpad.net/debian/+source/vlc/+publishinghistory has it as deleted for some reason [22:45] weird, and without an attribution as to who did it? [22:45] it's entirely automatic [22:45] checking logs [22:46] ok, i thought even then it said by the bot or something [22:48] nacc: not for /debian, that's more like reflecting external status than a deletion as such [22:49] it could be deleted by ~janitor I guess but it wouldn't add any useful information [22:49] jbicha: so in this case the problem is apparently that the dpkg-dev we're using can't unpack sid's vlc [22:49] cjwatson: ok, i must be misremembering [22:50] dpkg-source: error: unrecognized file for a v2.0 source package: vlc_2.2.3.orig.tar.xz.asc [22:50] damnit [22:51] https://lists.debian.org/debian-dpkg/2016/05/msg00041.html and thread [22:51] I hit that with bzr earlier today, bug 1587659 [22:51] bug 1587659 in bzr-builddeb (Ubuntu) "bzr-bd chokes if tarball .asc in directory" [Undecided,New] https://launchpad.net/bugs/1587659 [22:52] separate issue [22:52] right [22:52] I'm pretty cross at the excessively rapid introduction of this feature [22:53] jbicha: can you file a bug against Launchpad itself about this? we're clearly forced to do something [22:53] yes [22:54] it'll probably also require some other changes to LP beyond the dpkg backport [22:54] SourcePackageFileType for starters [22:55] in fact we might need those first, would need to check [22:57] ... yup, that sure looks like it'd be an IntegrityError or similar if we try to insert it without knowing its file type [22:59] filed bug 1587667 [22:59] bug 1587667 in Launchpad itself "Import from Debian fails for source packages with included tarball .asc" [Undecided,New] https://launchpad.net/bugs/1587667 [23:01] thanks. will try to get to it ASAP