/srv/irclogs.ubuntu.com/2019/02/05/#ubuntu-server.txt

lordievaderGood morning07:39
jamespagecpaelzer: libvirt+qemu is now into stein-proposed for the UCA13:50
cpaelzerthank you ++ jamespage13:52
cpaelzeryou get +1 on my "need to spend a beer list"13:52
jamespagecpaelzer: I'll exchange that beer for help with14:11
jamespage"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
jamespagewhen backporting openvswitch to bionic (complete with meson and dpdk from disco as well)14:11
jamespage:)14:11
ahasenackcpaelzer: do I need to do something special to get the *-dbgsym packages from the bileto ppa?14:25
ahasenackcpaelzer: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3631/+packages I see, for example, samba-dbgsym in there14:25
ahasenackbut apt-cache policy doesn't, it's still trying to fetch the dbgsym packages from the archive (ddebs.ubuntu.com)14:25
ahasenackrbasak: do you know? ^14:28
ahasenackanyone?14:34
rbasakahasenack: pastebin the policy output please?14:35
rbasakOh, hang on.14:35
rbasakThe ddebs go through some special process to get built I think?14:35
rbasakDo PPAs even build them?14:36
rbasakOh yes, they are there.14:36
ahasenackrbasak: https://pastebin.ubuntu.com/p/2cp8xgTgqK/14:36
rbasakahasenack: looks like you'll need to add the debug bit to your sources.list.14:38
ahasenackand 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/status14:38
rbasakTry http://ppa.launchpad.net/ci-train-ppa-service/3631/ubuntu bionic/main/debug14:38
ahasenackrbasak: how? The ddeb entries I have look like normal sources.list lines14:38
ahasenack# cat /etc/apt/sources.list.d/ddebs.list14:38
ahasenackdeb http://ddebs.ubuntu.com bionic main restricted universe multiverse14:38
ahasenack...14:38
rbasakUh14:38
rbasakdeb http://ppa.launchpad.net/ci-train-ppa-service/3631/ubuntu bionic main/debug14:39
rbasakMaybe14:39
ahasenackthat worked14:39
ahasenackwitchcraft14:39
ahasenackthanks!14:40
rbasakYou'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
ahasenackas I said, witchcraft14:41
ahasenack:)14:41
rbasakOh, and manually looked in the Packages.gz to confirm it contained the ddebs14:41
rbasak:-)14:41
cpaelzerahasenack: sorry to be late , but a while ago I think I added this https://wiki.ubuntu.com/DebuggingProgramCrash#Installing_dbgsym_packages_from_a_PPA14:52
cpaelzeris that the way you ended up using?14:53
ahasenackyes14:53
ahasenack"have no fear", heh14:53
cpaelzerjamespage: I usually built it in a sbuild env to debug it when I had that error14:53
cpaelzerthat was what was leading me to the OVS upstream patch to suppotr pkg-config based libs14:53
cpaelzerit very likely is related to the same14:54
cpaelzerjamespage: do you have the configure.log available?14:54
jamespagecpaelzer: no that's from the backporter14:54
cpaelzerwhat could it be - I bundled the new pkg-config macros14:56
cpaelzerhmm14:56
cpaelzerjamespage: I think without a configure.log we are lost :-/14:56
parideahasenack, 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
ubottuLaunchpad bug 1783129 in subiquity "Only "main" component enabled after install" [High,Confirmed] https://launchpad.net/bugs/178312915:01
jamespagecpaelzer: I'll need to repro then doing something else right now15:02
tewardstgraber: 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:35
tewardi 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 snap16:36
tewardnot sure what exactly but16:36
sdezielteward: 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 restart16:38
tewardsdeziel: there needs to be an easier 'reload' mechanism :P16:39
tewardsdeziel: thanks though16:39
tewardsdeziel: still intersting to note that AppArmor can't start if LXD is running though, in the case of, say, an AppArmor crash16:40
tewardit can't start itself up in that case of LXD containers running snapped.16:40
=== lotuspsychje__ is now known as lotuspsychje
ahasenackrbasak: do you know what this is about in mysql-server-8.0?18:27
ahasenack2019-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
ahasenackmysql itself seems to be running fine, I can connect to it18:27
ahasenackmysqlx is something new18:27
rbasakahasenack: I'm not seen that. I'd need Skuggen's (not here) help with that.18:39
rbasakYou can ask him in #ubuntu-devel, but see my message there just now.18:40
ahasenackrbasak: I think we will need new apparmor rules18:40
ahasenackrbasak: https://pastebin.ubuntu.com/p/cWq7ymJKBR/18:41
ahasenackrbasak: last one is about that mysqlx socket18:41
ahasenackrbasak: and there is openssl, since it links with it now18:41
ahasenackthe /sys ones I thought was resolved already?18:42
ahasenackwaat (deleting mysql8 from proposed)18:43
ahasenackwell, 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.x18:43
ahasenacker, 5.7.x18:43
rbasakThat makes sense.18:48
rbasakPlease tell Skuggen though!18:48
ahasenackrbasak: I can file a bug, objections?18:50
rbasakNo objections, but might be worth checking the bug won't be impacted by the delete.18:51
rbasakApart from that, bugs against 8.0 would be helpful for tracking, thanks.18:52
how2hackhi, 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
how2hacka quick look in the journal shows these two errors: https://paste.ubuntu.com/p/XDMVx2BMyY/21:54
how2hackcan anyone tell me how to fix this?21:55
lordcirth__how2hack, check that your time on the two systems is accurate (<1s)22:00
lordcirth__'date'22:00
how2hackoh, it's not22:03
how2hackit's off, by exactly 1hour22:03
sarnoldlordcirth__: nice :)22:03
how2hackhttps://paste.ubuntu.com/p/DS7b6czYTc/22:05
how2hacki changed the hour so it's the same in both but still i get that error in the journal22:05
=== Sveta_ is now known as Sveta
zzlatev_Hi guys22:43

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!