[07:39] Good morning [13:50] cpaelzer: libvirt+qemu is now into stein-proposed for the UCA [13:52] thank you ++ jamespage [13:52] you get +1 on my "need to spend a beer list" [14:11] cpaelzer: I'll exchange that beer for help with [14:11] "configure: error: Could not find DPDK library in default search path, Use --with-dpdk to specify the DPDK library installed in non-standard location" [14:11] when backporting openvswitch to bionic (complete with meson and dpdk from disco as well) [14:11] :) [14:25] cpaelzer: do I need to do something special to get the *-dbgsym packages from the bileto ppa? [14:25] cpaelzer: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3631/+packages I see, for example, samba-dbgsym in there [14:25] but apt-cache policy doesn't, it's still trying to fetch the dbgsym packages from the archive (ddebs.ubuntu.com) [14:28] rbasak: do you know? ^ [14:34] anyone? [14:35] ahasenack: pastebin the policy output please? [14:35] Oh, hang on. [14:35] The ddebs go through some special process to get built I think? [14:36] Do PPAs even build them? [14:36] Oh yes, they are there. [14:36] rbasak: https://pastebin.ubuntu.com/p/2cp8xgTgqK/ [14:38] ahasenack: looks like you'll need to add the debug bit to your sources.list. [14:38] and if I download the deb, and install it with dpkg -i, apt-cache policy shows it as installed of course, but from /var/lib/dpkg/status [14:38] Try http://ppa.launchpad.net/ci-train-ppa-service/3631/ubuntu bionic/main/debug [14:38] rbasak: how? The ddeb entries I have look like normal sources.list lines [14:38] # cat /etc/apt/sources.list.d/ddebs.list [14:38] deb http://ddebs.ubuntu.com bionic main restricted universe multiverse [14:38] ... [14:38] Uh [14:39] deb http://ppa.launchpad.net/ci-train-ppa-service/3631/ubuntu bionic main/debug [14:39] Maybe [14:39] that worked [14:39] witchcraft [14:40] thanks! [14:41] You're welcome! If it helps, what I did was: found the ddebs being built in https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3631/+packages; browsed at the URL given by the PPA sources.list; found http://ppa.launchpad.net/ci-train-ppa-service/3631/ubuntu/dists/bionic/main/debug/binary-amd64/Packages.gz; and reverse engineered the correct sources.list line from that. [14:41] as I said, witchcraft [14:41] :) [14:41] Oh, and manually looked in the Packages.gz to confirm it contained the ddebs [14:41] :-) [14:52] ahasenack: sorry to be late , but a while ago I think I added this https://wiki.ubuntu.com/DebuggingProgramCrash#Installing_dbgsym_packages_from_a_PPA [14:53] is that the way you ended up using? [14:53] yes [14:53] "have no fear", heh [14:53] jamespage: I usually built it in a sbuild env to debug it when I had that error [14:53] that was what was leading me to the OVS upstream patch to suppotr pkg-config based libs [14:54] it very likely is related to the same [14:54] jamespage: do you have the configure.log available? [14:54] cpaelzer: no that's from the backporter [14:56] what could it be - I bundled the new pkg-config macros [14:56] hmm [14:56] jamespage: I think without a configure.log we are lost :-/ [15:01] ahasenack, I can confirm LP #1783129 is solved in the 18.04.2 RC. I was a bit surprised by finding the bionic-backports repo enabled by default, but its Release file has a 'NotAutomatic: yes' line, so I'm sure everything is as it should be. [15:01] Launchpad bug 1783129 in subiquity "Only "main" component enabled after install" [High,Confirmed] https://launchpad.net/bugs/1783129 [15:02] cpaelzer: I'll need to repro then doing something else right now [16:35] stgraber: do you know any oddities with AppArmor on a host system running LXD not being able ot reload or restart itself to refresh apparmor rulesets? [16:36] i ask because i ran into this yesterday when adjusting my apparmor overrides for bind9 so it could use a location ondisk without getting killed, and then apparmor couldn't restart/reload/refresh itself because of something related to the LXD snap [16:36] not sure what exactly but [16:38] teward: to apply changes made to a profile, you not need to restart Apparmor. Instead: apparmor_parser -r -T -W /etc/apparmor.d/usr.sbin.named && service bind9 restart [16:39] sdeziel: there needs to be an easier 'reload' mechanism :P [16:39] sdeziel: thanks though [16:40] sdeziel: still intersting to note that AppArmor can't start if LXD is running though, in the case of, say, an AppArmor crash [16:40] it can't start itself up in that case of LXD containers running snapped. === lotuspsychje__ is now known as lotuspsychje [18:27] rbasak: do you know what this is about in mysql-server-8.0? [18:27] 2019-02-05T18:23:37.165647Z 0 [ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of socket: '/var/run/mysqld/mysqlx.sock' failed, can't create lock file /var/run/mysqld/mysqlx.sock.lock' [18:27] mysql itself seems to be running fine, I can connect to it [18:27] mysqlx is something new [18:39] ahasenack: I'm not seen that. I'd need Skuggen's (not here) help with that. [18:40] You can ask him in #ubuntu-devel, but see my message there just now. [18:40] rbasak: I think we will need new apparmor rules [18:41] rbasak: https://pastebin.ubuntu.com/p/cWq7ymJKBR/ [18:41] rbasak: last one is about that mysqlx socket [18:41] rbasak: and there is openssl, since it links with it now [18:42] the /sys ones I thought was resolved already? [18:43] waat (deleting mysql8 from proposed) [18:43] well, at least the patches I added to net-snmp were not mysql-8 exclusive, I took the extra work so that it should still build with 5.6.x [18:43] er, 5.7.x [18:48] That makes sense. [18:48] Please tell Skuggen though! [18:50] rbasak: I can file a bug, objections? [18:51] No objections, but might be worth checking the bug won't be impacted by the delete. [18:52] Apart from that, bugs against 8.0 would be helpful for tracking, thanks. [21:54] hi, i'm trying to join a ubuntu client to a ubuntu server domain controller, but i run into the following error: https://paste.ubuntu.com/p/vyppT2SCQf/ [21:54] a quick look in the journal shows these two errors: https://paste.ubuntu.com/p/XDMVx2BMyY/ [21:55] can anyone tell me how to fix this? [22:00] how2hack, check that your time on the two systems is accurate (<1s) [22:00] 'date' [22:03] oh, it's not [22:03] it's off, by exactly 1hour [22:03] lordcirth__: nice :) [22:05] https://paste.ubuntu.com/p/DS7b6czYTc/ [22:05] i changed the hour so it's the same in both but still i get that error in the journal === Sveta_ is now known as Sveta [22:43] Hi guys