[00:08] valorie: wait a day and I should appear by itself when we do monday triage [00:09] it* [00:13] ok [00:19] valorie: also I saw that Debian applied these fixes, that might help too [00:19] s/applied/released/ [00:21] excellent [00:26] valorie: You might want to point them towards bug 1745635 as it seems to be the tracking bug for this. [00:26] bug 1745635 in clamav (Ubuntu) "Security release 0.99.3 available (CVE-2017-12374 CVE-2017-12375 CVE-2017-12376 CVE-2017-12377 CVE-2017-12378 CVE-2017-12379 CVE-2017-12380)" [Undecided,Confirmed] https://launchpad.net/bugs/1745635 [00:28] tsimonq2: thanks for that -- passed along [05:41] bdrung: hi [05:41] bdrung: I think smb will do the next iproute2 merge somewhere along kernel 4.15 === maclin1 is now known as maclin [07:00] I'm wondering which way to install a file to use [07:00] dh_install doe sonly want to move, but not rename [07:00] suggestions are made to dh-exec [07:00] but I need mv + rename + chmod afterwards [07:01] should I just go for a few lines in d/rules instead? [07:30] Hi, some package in the Ubuntu archive has some security issue (details deliberately omitted) that ends up in all /home/*/.config folders being world-readable. Is it possible to reset that directory to its proper permissions for all users with a package upgrade, or is that prohibited by the Debian policy? [07:31] alkisg: if it can be safely detected that the reason access is open is the bug in said package an update can fix it up I think [07:31] alkisg: but otherwise I think it is bad to mess with access controls kind of unconditionally [07:31] after all people might have set up the same intentionally [07:31] therfore the "is it safe to detect" question [07:32] in general LP bugs can be opened private + security which allos discussions on non disclosed security issues [07:32] cpaelzer: very nice, where would you put the detect/restore login, in postinst or in an /etc/xdg/autostart script? [07:32] alkisg: depends too much on the actual issue that caused it to answer, I'd expect a postinst actually [07:33] as packages could be used on non graphical environments - so xdg/autostart would never trigger [07:33] Hmm indeed, although they may also be installed when /home is unmounted :/ [07:34] Thanks, I think a private+security bug report might be the best place to discuss this [07:48] I filed LP: #1745929. [07:48] Error: Launchpad bug 1745929 could not be found [07:54] alkisg: none of use will be able to look at it unless we're part of the security team [07:54] thanks for doing that [07:54] valorie: the package maintainer (I assigned the bug to him) will still be able to see it, right? [07:55] that I don't know [07:55] "Should" [07:55] I think I've seen some security issues that were assigned to my packages in the past, so I believe so... [07:55] (wrongly assigned to my packages :P :D) [07:55] I would assume that the maintainer will see the proposed patch at least [07:56] My favorite are errors.ubuntu.com bugs, contain no info and just link to a place you can't view details (though to be fair, a quick poke and people usually are very willing to help by pasting stuff into the report.) [08:10] ugh, systemd-journal uses 100% CPU again. [08:10] ah / remounted r/o again [08:10] yay [08:10] Why'd you do that? [08:10] You're silly. [08:11] btrfs remounted itself r/o because it was "full" [08:16] And I'm back. [08:16] Rebooted, deleted a few snapshots of / and added another 100 MB to the LV it's on [08:17] now my vg has no free space left :( [08:17] I'm not sure I like btrfs remounting r/o when it's out of space [08:19] or journald going insane on CPU usage [08:26] Remount-ro on errors sounds sane, 100% cpu, not so much [08:34] alkisg: well at least it helps you notice the problem! [08:34] Haha, an effective way :D [09:45] jibel: I think I figured u-r-u / bug 1744722 out https://code.launchpad.net/~juliank/ubuntu-release-upgrader/valid-release/+merge/336761 [09:45] bug 1744722 in ubuntu-release-upgrader (Ubuntu) "Unknown bad source brings up during 'zesty' to 'artful' upgrade and It break the process" [Critical,In progress] https://launchpad.net/bugs/1744722 [09:46] The goal was to check if the entry we are creating is valid. Checking that the dist is a valid toDist seems to be the right thing [09:47] Rather than just checking if the old entry was a valid old distribution [09:48] juliank, ok, but actually wouldn't the right fix to change the current entries to old-releases.u.c if it's a valid mirror? [09:49] then recheck if there is a basemetapackage and proceed with the upgrade [09:49] nowhere we tell the user that its release is EOL afaik [09:51] huh [09:52] Doesn't it look at the meta package for the target release? [09:52] * juliank not sure what it does [09:52] juliank, let me check again but I don't think so. I does the veirfication before rewriting sources.list [09:52] In any case this fix seems like a fixed variant of your fix [09:53] juliank, indeed, sounds good to me === Spads_ is now known as Spads [10:15] jibel: So I'd merge and upload this then. Unfortunately, I don't see how we could SRU that to artful - we need a proper test case for it. [10:16] If only we had the sources.list [10:17] jibel: Ah, got a test case [10:18] juliank, we have the sources.list from the reporter. I'm testing your fix with his list === ret2libc_ is now known as ret2libc [10:19] jibel: I added "deb https://dl.bintray.com/aluxian/deb/ stable main" to the test data which causes the problem to occur [10:20] It then generates deb http://archive.ubuntu.com/ubuntu stable main # auto generated by ubuntu-release-upgrader [10:21] It's not even that code generating that entry [10:23] Maybe I just ran the test wrong :D [10:24] Yeah, it works [10:28] or not [10:28] well it also worked before [10:33] juliank, for the test you need a valid mirror with an obsolete release and an entry with a third part repo eg a ppa [10:33] third party* [10:37] jibel: I'm trying to write a test case for it, but I have not found anything that breaks yet [10:39] It breaks and fixes when I run tests/test_sources_list.py manually, but if I run via nose-tests it works in both cases. [10:39] the test suite is of course, somewhat broken, as usual. [10:40] (if you run tests with python-apt, you basically have to run apt_pkg init at least in a setupClass or something) [10:40] otherwise some state might stick around from other tests [10:45] Oh, my test case is broken. [10:45] # deb https://dl.bintray.com/aluxian/deb/ stable main # disabled on upgrade to gutsy [10:45] is there all the time [10:45] but before, there also is [10:45] deb http://archive.ubuntu.com/ubuntu stable main # auto generated by ubuntu-release-upgrader [10:54] there are a ton of bugs in the test suite because we only check that the expected sources are there, not any unexpected [11:02] jibel: I added/modified a test case now in https://code.launchpad.net/~juliank/ubuntu-release-upgrader/valid-release/+merge/336761 and verified that it was broken before and passes now [12:27] xnox: please open a new bug for your comment at LP: #400573 [12:27] Launchpad bug 400573 in ubuntu-meta (Ubuntu) "[include in live-cd] wvdial (1.60.1+nmu2)" [Wishlist,Fix released] https://launchpad.net/bugs/400573 [12:33] jbicha, the comment was on purpose, such that people who are subscribed to that bug get the notification. As I was trying to reach them. If there is no responses there for a while, I will be opening a brand new bug to "demote" wvdial. [12:34] could you go ahead and open that bug now? :) [12:35] I am a fan of demoting/removing stuff earlier in the release cycle if possible so there's more time to notice problems :) [12:40] xnox: I'll pull the OpenSSL 1.1 patch in during the Qt 5.9.4 transition I'm currently prepping in Bileto if that's OK? [12:43] tsimonq2, if that does dual-build, where the qt builds with either openssls, then yes, please. [12:43] tsimonq2, if it does "require openssl1.1.0 only" then that would obviously will ftbfs. [12:44] tsimonq2, still discussing when and how to introduce openssl1.1.0 [12:45] xnox: ok, I'll take a closer look later and let you know [12:45] tsimonq2, tah! [13:04] doko: this is from your test rebuild - https://launchpadlibrarian.net/353098637/buildlog_ubuntu-bionic-arm64.linux_4.13.0-17.20_BUILDING.txt.gz [13:58] sforshee: ohh, it's in superseded section :-/ does 4.15 build? [14:03] doko: I don't think I've tried 4.15 yet with that binutils, will test [14:04] sforshee: maybe wait for the final 2.30, once it's built [14:04] ack [14:07] doko: ld from proposed segfaults on armhf trying to build systemd: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3114/+build/14286752 [14:07] it also does not build on i386 or arm64 [14:08] i386: /usr/bin/ld: /tmp/ccp5bmno.ltrans0.ltrans.o(.text+0x3362): unresolvable R_386_PLT32 relocation against symbol `__udivdi3' [14:08] arm64: ld: /usr/lib/crt0-efi-aarch64.o: relocation R_AARCH64_ABS16 against `EFI_SUBSYSTEM' can not be used when making a shared object [14:12] could someone re-run the failed autopkgtest for network-manager on ppc64el https://people.canonical.com/~ubuntu-archive/proposed-migration/update_excuses.html#network-manager [14:17] jibel, done [14:17] seb128, thanks [14:17] yw! === Spads_ is now known as Spads [15:32] How can I figure out why the build-dependencies of hwloc-contrib and eztrace-contrib are not installable? [15:44] xnox, slangasek, is systemd/persistant log something you are (still?) looking at for the LTS? [15:44] there was an ubuntu-devel@ list discussion but it didn't get any real traction [15:44] seb128, it's enabled, not sure if it has migrated yet. [15:45] xnox, oh ok, might be good to follow up on that list discussion to say that then :) [15:45] good news [15:45] ack [15:45] yeah, looks like it migrated [15:51] juliank, https://sourceware.org/bugzilla/show_bug.cgi?id=22751 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888478 :) [15:51] sourceware.org bug 22751 in ld "LTO broken for libgcc libcalls" [Normal,Resolved: fixed] [15:51] Debian bug 888478 in binutils "binutils: lto broken for libgcc libcalls" [Serious,Open] [16:25] cpaelzer: Oh, you updated sanlock. Now we just need to get it into main [16:25] lvm2 wants it :( [16:32] juliank: well I didn't want ti MIR it [16:33] juliank: I just wanted to make it somewhat usable [16:33] like able to install :-) [16:33] cpaelzer: :) [16:33] juliank: it didn't seem MIR-worth to me when I looked at the code this afternoon [16:33] juliank: could you go without in lvm2 ? [16:34] cpaelzer: Well lvm2-lockd needs it. some people want lvm2-lockd. [16:35] doko: Did you see my ping at #ubuntu-desktop? [16:35] https://irclogs.ubuntu.com/2018/01/29/%23ubuntu-desktop.html#t12:31 [16:35] cpaelzer: nacc knows more about that https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1741986 [16:35] Launchpad bug 1741986 in lvm2 (Ubuntu) "Please merge lvm2 from Debian unstable for lvmlockd and sanlock support" [Wishlist,Fix committed] [16:36] cpaelzer: But I'm sure we'll figure something out eventually [16:36] We could also demote lvm2-lockd to universe [16:36] but I don't want to decide that :D [16:44] juliank: Yes, we very much would like lvm2 with proper lock support, several users of it [16:44] juliank: nacc took it on when we dealt with it recently [16:50] TJ-: Right. It will go to universe it seems, unless a team MIRs it. [16:52] juliank: that'll be good; saves having to maintain a custom build :) [16:55] xnox: you've enabled persistent log in systemd? What steps have you taken to avoid double-logging to syslog? [16:55] * juliank thinks double logging sounds like a good idea for now [16:57] Well, at least you don't lose logs that way :) [17:24] you can still double lose them. [17:57] kor [17:57] (mistype) [18:02] slangasek, given that one has full timestamps, and the other one does not, i choose to keep data. [18:03] slangasek, let's talk about enabling nano-timestamps in syslog by default, and thus breaking everyone's syslog parsing regexp-es? aka all the logwatch / graylisting things. [18:03] slangasek, and enable journald module of syslog by default [18:09] xnox: the full timestamps are in the journal, yes? I'm not saying we shouldn't do the persistent journal, I'm asking how we get rid of the duplication of data that is syslog [18:13] slangasek, well, imho we currently have dataloss since `systemclt status` and `journalctl` do not read syslog files and the user gets the "no logs available" messages and/or incomplete output. [18:13] slangasek, imho syslog should be pulling data from journal using the journald module that it has. [18:14] xnox: I think you're misunderstanding my objection [18:14] slangasek, I think you are misunderstanding our users =) [18:14] enabling persistent journal - yes, +1 [18:14] slangasek, all of our users want more logs, not less. [18:14] still having data logged to syslog, causing redundant disk usage - -1 [18:14] well. [18:15] slangasek, our users expect to have both plain text logs; and useful `systemctl status` output. [18:15] i have as many people shouting at me that we shall not remove plain text logs; and that we should have complete journals across reboots. [18:15] slangasek, note that xenial's journalctl fails to read bionic's .journal files =/ [18:16] xnox: so I'll gather a bunch of people on my side to also shout about the wasted disk space ;-) [18:16] and everything can read plain text syslog. [18:16] and then it'll be well-balanced [18:16] slangasek, disk space is not wasted, as logs are rotated..... [18:17] slangasek, oh, i totally do have roughly equal amount of people shouting at me about all the logs and disk space =) [18:17] at the moment, keep everything prevents dataloss. [18:17] * xnox .... log-loss? [18:19] slangasek, do you know of a way to support 1) plain text logging 2) remote syslog logging 3) full journals -> without duplication? [18:20] Plain text logging isn't very important if there's a command that can display plain text output... [18:20] xnox: nope :) [18:20] slangasek, cause to have full remote logging journal should be pushed to syslog, and to not have duplicate disk space somehow plain text syslog and journal should be picked for some/all/split logs. [18:22] xnox: right - so rsyslog has all kinds of clever filtering, and I think it would be appropriate for us to configure rsyslog by default to not write to disk logs that systemd is also writing to the journal [18:22] while having systemd continue to /send/ them to syslog, for remote logging etc [18:23] slangasek, interesting. [19:03] !dmb-ping [19:03] bdmurray, BenC, cyphermox, jbicha, micahg, rbasak, sil2100: DMB ping. === Spads__ is now known as Spads