=== JanC_ is now known as JanC [07:31] Does anyone know when Mesa will reach v19.1 in Ubuntu? [07:35] lag, tjaalton would know [07:36] seb128: Thanks Sebastien [07:36] np [07:36] maybe today [07:39] tjaalton: That would be awesome - thanks [07:39] tjaalton: Will just propagate to AArch64 pretty quickly too? [07:39] s/just/that/ [07:40] the holdup was a regression in libgles2 which would've needed libglvnd to provide the pkgconfig file for it, but it hasn't been merged yet there.. so I've reverted the regression in mesa instead [07:40] and now there's 19.1.2 too [07:41] tjaalton: I just need the changes landed in 19.1, but anything above that would be grand [07:42] all archs will build the same, so it should be useable from proposed at least by tomorrow [07:49] LocutusOfBorg: so, where d these packages waitinangi for an archive-admin go? [07:49] not the same as bionic-proposed ? [08:03] enyc: they go here: https://launchpad.net/ubuntu/bionic/+queue?queue_state=1 [08:04] enyc, we can read you yes [08:04] enyc, I uploaded the packages in my ppa and in unapproved queue [08:04] you can test packages in my ppa *now* [08:04] the packages in unapproved queue will be accepted and then go automatically in bionic-proposed [08:05] assuming they are accepted :) [08:05] after somebody verifies the fixes, no regressions are opened and a week or two, they will migrate in bionic-updates [08:05] lol true story! [08:05] e.g. 5.2.30 should be rejected because I already uploaded 5.2.32 [08:06] tjaalton: Which versions of Ubuntu will see the update to 19.1.x? [08:10] lag: 19.10 [08:10] will actually get 19.2.x [08:10] tjaalton: Works for me, thanks [09:08] LocutusOfBorg: hrm talking of virtualbox... maybe this should be improved by next LTS rather than in bionic-updates but... :- [09:08] LocutusOfBorg: the packaging, including -ext-pack provides no warning/help/support/etc for adding users to vboxusers group for usb passthrough support [09:17] LocutusOfBorg: i really theink eithre default permissions should be changed t not erquire this group, or [BOTH a warning about the fact that user is not in vboxusersgroup should occur with usb passthrough AND some facility to add users to vboxusers group should be provided] [09:32] I agree [09:37] LocutusOfBorg: maybe have a look how wireshark does it [09:38] problem is: should new users being automatically added to it? [09:39] they all work for current users [09:40] anyway yes, adding current user might already be nice [10:21] LocutusOfBorg: i would figrnst question what this permission system is doing and what it is protecting against [10:21] LocutusOfBorg: i guess some kind of raw access to all usb devices sort of thing [10:31] enyc, ls /dev/vboxusb/ -l [10:31] created via udev with ./src/VBox/Installer/linux/VBoxCreateUSBNode.sh [10:32] bridging usb devices into an internal vm might be a security issue? [10:32] e.g. what if the server has an external usb-attached hdd and some user is using it to steal data? [10:32] I mean, for example for shared servers [10:43] Ah, looks like LP is finally catching up on Debian uploads. [10:46] Unit193, you beat me for 3 minutes (exo) [10:46] but I syncd apparmor-profiles-extra [10:48] exo is one of our packages, I'm of course keeping an eye on it (since I'm involved in Xubuntu as well as pkg-xfce.) [10:49] thunar is the one I've been waiting on.. [10:54] Yeah, I broke it for a bit, sorry [10:54] Well thanks for fixing it too. :) [11:38] wgrant: I'd like to call your attention to this request for a new language: [11:38] https://answers.launchpad.net/launchpad/+question/682131 [11:38] Looks straightforward to me. 'Everything' is in place - team, locale in glibc, etc. [11:41] GunnarHj: Looking [11:46] GunnarHj: I've added the language and added the team to ubuntu-translators. [11:47] wgrant: Excellent, thanks! (The latter I would have access to, I think.) [11:47] Yep [11:57] wgrant: A detail: What's the reason for including the country code, i.e. "mjw_IN" instead of just "mjw"? [11:58] True, probably no need to split it. [11:59] GunnarHj: Fixed. [12:00] wgrant: Good; think that's better. Then if someone would create a mjw_BD locale, for instance, they can share translations. === ricab is now known as ricab|lunch [12:27] LocutusOfBorg: so far VirtualBox in PPA test, can't find anything working worse than 5.2.18 -- but 5.2.32 is indeed working with 5.0.0-20 kernel from LinuxMint 19.1 [12:28] enyc, host and guest? [12:28] both virtualbox and virtualbox-hwe? [12:28] also guest-additions? [12:28] LocutusOfBorg: host, intel 64bit linuxmint 19.1 (largely ubuntu 18.04.x), virtualbox, +ext-pack + guest-additions all insatll and work [12:29] LocutusOfBorg: guest -- pile of Windows machines in this case, guest additions install fine [12:31] LocutusOfBorg: did not find a sepaarate -hwe virtualbox package except guest addiions for ilnux which isn't my usage case [12:58] Is it safe to cast an int * to a bool * in general? [12:59] (specifically an stdbool.h bool, ie. a _Bool) [12:59] I'm patching something for the MySQL transition that uses std::vector to manage an array so that can point to individual elements [13:00] But now that my_bool is a bool, std::vector is specialised and uses bitfields, so we can't get pointers to them. [13:00] If I use std::vector instead then I get pointer conversion errors since the MySQL API does require bool pointers. [13:01] Save for massive refactoring I don't see how I can fix this without some kind of pointer compatibility between a bool * and some other data type. [13:02] Or, any way to get around the standard std::vector specialisation? A typedef maybe? [13:02] * rbasak tries _Bool directly [13:08] _Bool didn't work [13:08] The compiler still uses thd std::vector specialisation in that case AFAICT [13:15] doko: any chance you could process a few RM's for us - specifically: [13:15] https://bugs.launchpad.net/ubuntu/+source/glare/+bug/1836143 [13:15] Launchpad bug 1836143 in python-glareclient (Ubuntu) "[RM] glare, python-glareclient" [Undecided,New] [13:15] https://bugs.launchpad.net/ubuntu/+source/python-ceilometerclient/+bug/1836142 [13:15] Launchpad bug 1836142 in python-ceilometerclient (Ubuntu) "[RM] python-ceilometerclient" [Medium,Triaged] [13:15] https://bugs.launchpad.net/ubuntu/+source/openstack-resource-agents/+bug/1836623 [13:15] Launchpad bug 1836623 in openstack-resource-agents (Ubuntu) "[RM] openstack-resource-agents" [Medium,Triaged] [13:15] as we're unpicking python 2 from the openstack package set, would be better to clean that lot out rather than have to spend cycles on refreshing them [13:16] thanks :) [13:18] doko: here's the full list of RM bugs for us: https://paste.ubuntu.com/p/bDMPrkpysX/ [13:30] Wrapping the bool inside a struct and making an std::vector of that seems to have worked. === ricab|lunch is now known as ricab [13:42] hi, is there any progress in fixing https://launchpad.net/ubuntu/+source/systemd/240-6ubuntu10 ? [13:43] ricotz, I think Balint is out today/tomorrow but maybe bdmurray or vorlon know of the status? [13:48] seb128, hi, I see === Wryhder is now known as Lucas_Gray [15:00] seb128, ricotz: no, this wasn't on my radar yet (due to the extent of the backlog of foundations packages stuck in -proposed that we're working through). I expect it'll be on rbalint's plate on Monday [15:01] thx vorlon [15:02] ricotz, was it any specific problem created by that upload/the fact that it doesn't build (out of blocking the fix described to reach eoan)? === santa is now known as Guest49544 [15:30] seb128, sorry, no specific problem here, other than it is non-installable here for quite a while, and systemd is not just some random package ;) [15:31] ricotz, do you enable eoan-proposed? you shouldn't :) [15:31] waveform, do you know if agherzan plans to fix ram allocation ? it would really be nice if we could use the full 4GB on a 4GB pi4 (his u-boot only inits 1GB, using my kernel directly from config.txt gets me the full range of RAM) [15:32] ogra, good question - I've yet to even get it successfully booting on a pi4 (though I'm not using his patch directly - tried combining it with our current u-boot version, but evidently we need a later base) [15:32] seb128, I guess a few people should, I came across some packaging oversights in the past ;) [15:32] ogra, I would assume so though as that's one of the major benefits of the 4 so it's rather incomplete without it [15:33] yeah, that will be a pain, i'D got with a fresh checkout of the base (luckily i'm a bit more free with my core developer images not being official :) ) [15:33] *i'd go .. [15:34] your alternative would be to put a giant patch on top of our base and then put the pi4 stuff on top [15:34] iirc the deb sources are really old [15:36] u-boot in eoan has been bumped to 2019.04 so not *that* old (that's the version I attempted to bung the patches on - got a successful build that'd also boot a pi3 happily, but not the 4) [15:36] still, the patches are on master so we may need to bump u-boot further to 2019.07 (which is going to be my next attempt) - and yes, it's a huge patch so it's pretty ugly but if it's all one patch it should be easy enough to drop when support officially makes it upstream [15:38] well, u-boot is relatively safe to go with the very latest usually ... [15:39] (i always use the latest when i start with a new gadget snap for a new board, typically thats even an improvement ) [15:39] indeed - and given we're already at 2019.04 for eoan it wouldn't be a huge leap to 2019.07 [15:39] yeah [15:40] and we're at a point in the cycle where bumping it should still be okayish [15:41] ddstreet: nice job with the bind9 deadlock! [16:14] waveform, btw, do you know if omxplayer should already be able to play 4k (i just updated my omxplayer-pi snap today (i'm building from the popcornmix tree) and seem to not be able to play anything bigger than 1080p) [16:14] the console on the pi4 seems to come up fine in 4k though (the font is so small, its nearly unreadable ( [16:15] ogra, what's the format of the file? If it's h264 then no: the h264 decoder block in the GPU is the same as on the vc4 so it's limited to 1080p60 [16:15] ogra, that said I don't know if omxplayer has been updated to handle the h265 block yet [16:16] ah, no, it were all h264 trailers i tested ... [16:16] (4k ones though) [16:16] ogra, ah - apparently omxplayer doesn't support h265 yet: https://www.raspberrypi.org/forums/viewtopic.php?p=1484297#p1484297 [16:16] ah, thanks a lot ! [16:16] kodi's the only (current) means of playing 4k on the 4 [17:46] hi, is bileto out of comission for eoan? [17:47] all I get is "all tests passed", and when clicking on the report, it says all tests are running and have always failed [18:31] seb128: Should I have any snaps installed immediately after installing and rebooting eoan? [20:04] rbalint: hi. I have seen you made the last systemd upload, thanks for your work. I have found an issue with it: [20:04] executing this produces a hang: "systemctl start network-online.target" [20:05] this doesn't happen with the previous package version [20:07] and that "systemctl start network-online.target" is important imho, because it's used by the autopkgtest LXD backend after rebooting testbeds [20:10] you can start a target? I didn't know that [20:10] what does it do? [20:10] btw it hangs with the machine already up and the network already up, not sure what would happen in other conditions [20:11] ahasenack: I don't know much about systemd, but I guess it would start the network [20:11] or exit inmediately if it's already up [20:44] bdmurray, better to check with #snappy for details but the initial setup takes a while, we had issues with that in disco and the initial setup, it can easily take a few minutes for them to be ready (and there is also an issue with the 5.2 kernel, but it shouldn't impact the initial install since it requires more snap to be installed to trigger from what I understood) [20:45] seb128: well its been a while and still no snaps [20:47] kenvandine, ^ do you know if they are currently known issue with snap missing on new eoan installs? [20:47] that means the seeded failed [20:47] or is hung [20:48] bdmurray: which image was it? [20:49] i think that might only be fixed in the pending image [20:49] the current might be broken [20:53] kenvandine: I downloaded the current from today [20:54] current, not pending right? [20:54] i think current is from Monday [20:54] that's correct [20:54] which has a broken seed [20:58] lag: sorry, no 19.1.2 this week [21:38] am I doing something wrong or does systemd not build in Eoan? - https://launchpad.net/~bryanquigley/+archive/ubuntu/1796501/+packages [21:38] 322/514 test-json FAIL 0.22 s (killed by signal 11 SIGSEGV [22:15] gQuigs: https://people.canonical.com/~doko/ftbfs-report/test-rebuild-20190614-gcc9-eoan.html#foundations-bugs and https://launchpad.net/ubuntu/+source/systemd [22:20] cool, so it's not just me, ty [22:22] although the first amd64 build.. got lucky? - as arm64 failed with my same error..