/srv/irclogs.ubuntu.com/2019/02/04/#ubuntu-devel.txt

alkisgvorlon: great, except that... then all shims need to add the distro name in the paths that they use, otherwise they end up in the same grub name. They don't currently do that, afaik.06:12
alkisgSo it would be: UEFI > ubuntu shim > ubuntu grub > fedora shim > meh, ubuntu grub again, as the shimx64.efi name is hardcoded for all distros, with no distro name in their paths06:13
alkisg(same for dhcp/tftp too)06:14
vorlonalkisg: oboting ubuntu grub -> fedora shim means booting the fedora shim by its full path; and shim loads grub from the same directory06:25
vorlonbooting06:25
alkisgvorlon: ah, thanks; I'll run some tests, as I think that many paths there were hardcoded, but I'm not sure if it was in the pxe or the local disk case. Merci!06:26
voltagexHi, does anyone know what the performance impacts of ZFS on kernel  5.0 will be? Looks like a pretty major patch. I'm on an Atom 2758 box with 32TB of disks and I don't see another way of testing this short of running a full scrub (20 hours or so)06:27
Skuggenahasenack: my_load_defaults should be there, but not load_defaults07:03
SkuggenThe net-snmp package I tested with some time back was patched to add the my_07:03
ahasenackSkuggen: yeah, but it didn't find my_load_defaults. I wonder if it's related to the missing my_global.h header file10:17
ahasenackSkuggen: net-snmp upstream has basically an if/then/else now. It tries load_defaults, then my_load_defaults, and if neither exist, uses mysql_options()10:18
ahasenackSkuggen: line 450: https://sourceforge.net/p/net-snmp/code/ci/master/tree/apps/snmptrapd_sql.c10:25
ahasenackit calls mysql_options (if conditions are met) in line 56510:25
ahasenackI'm trying to backport that10:25
Skuggenahasenack: my_global (and my_sys) have been removed from 8.0. Should only need mysql.h10:43
ahasenackSkuggen: and my_load_defaults? A grep for it in /usr/include -r doesn't find it10:44
SkuggenHm, maybe I was wrong10:47
ahasenackit looks like mysql_options() can be used to load ~/.my.cnf10:47
ahasenackI'll keep on that path10:48
SkuggenYeah, looks like that's the intended way now https://dev.mysql.com/doc/refman/8.0/en/mysql-options.html10:50
ahasenackk10:52
SkuggenTalked with devs. my_load_defaults was added back to the export list when we did the 5.7 transition in 16.04, but it was only meant to be a temporary measure :)11:01
ahasenackI see that kind of thing happening a lot11:04
ahasenackfound a bug in mysql8 where another name, that had been removed, was added back by mistake (in the 8 series)11:05
ahasenackforgot what it was11:05
ahasenackso the bug was to remove it again, for good :)11:05
rbasakHas anyone successfully used "git ubuntu import-ppa" recently?11:32
ahasenackfor cacti-spine: https://bugs.launchpad.net/ubuntu/+source/cacti-spine/+bug/181452611:50
ubottuLaunchpad bug 1814526 in cacti-spine (Ubuntu) "FTBFS mysql8: my_bool" [Undecided,New]11:50
ahasenackrbasak: I didn't even know it existed11:50
ahasenackrbasak: do you have a tag for mysql8 ftbfs?11:50
rbasakahasenack: I invented mysql-8.0-transition earlier. Perhaps use that and the ftbfs tag?11:56
rbasakSkuggen: FYI ^11:57
Skuggenahasenack: I'm testing just putting my_bool back in now (it's a meaningless type, but at this stage it's better to patch mysql than the ~50 packages that use the type :))11:57
SkuggenCan use cacti-spine to verify the fix11:59
ahasenackok12:00
ahasenackwe could still use the bugs, though, to slowly migrate the packages away from my_bool then12:01
SkuggenYeah. I sent in bug reports about this for all rdeps of libmysqlclient21 (or I thought I did, but maybe the commands I used to find them didn't list everything)12:02
ahasenackbugs in ubuntu?12:03
ahasenackany particular tag or pattern to search for?12:03
Skuggen"FTBFS with MySQL 8.0"12:04
SkuggenA few of them are for other things like my_sys.h and/or my_global.h, but the my_bool issue is the most common12:04
ahasenackI hit 4 in net-snmp12:06
ahasenack- my_bool12:06
ahasenack- my_load_defaults12:06
ahasenack- my_glpobal.h and my_sys.h12:06
ahasenack- something with my_init, MY_INIT, but that might have changed in a later 5.7 already12:06
SkuggenI got net-snmp to build by fixing the two headers and my_bool, I think12:06
ahasenackmy_load_defaults is gone, that needs fixing12:06
ahasenackit's the last fix I need12:07
SkuggenBut net-snmp can use mysql_options, can't it?12:07
ahasenackyes12:07
ahasenackthat is the fix12:07
ahasenackit's just not in our package yet12:07
ahasenackabout init, it was "there is mysql_init(), MY_INIT(), and my_init()"12:08
ahasenackif-defs all over the place12:08
SkuggenMaybe my_load_defaults was still in there in earlier 8.0 versions (it was an "unofficial" export in 5.7) and only removed recently.12:09
Skuggenhttps://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mysql-8.0/+packages test of cacti-spine12:09
=== ricab is now known as ricab|lunch
* apw just did a dist-upgrade in disco ... and grub-efi-amd64-signed and shim-signed failed to install14:08
apwwhich seems to be stemming from grub-efi-amd64-signed complaining about 'db is empty' maybe14:11
=== ricab|lunch is now known as ricab
apw/usr/share/grub/grub-check-signatures <-- seems it is this which is failing14:24
apwit seems this is because mokutil --export --db is saying db is empty; and this is fatal to bootloader installation15:24
ahasenackhi, does anybody know what this means: ERROR: erroneous package: rules extract failed with exit code 115:53
ahasenackhttps://pastebin.ubuntu.com/p/JxJFfCVB24/ more context15:53
ahasenackit's an autopkgtest run in disco, for freeipa15:53
ahasenackfreeipa is in disco-proposed15:53
ahasenackbut apparently was removed from disco, is that it?15:53
ahasenackhm, looks like freeipa needs to be removed from disco-proposed then?15:54
ahasenackhttps://bugs.launchpad.net/ubuntu/+source/dogtag-pki/+bug/181315515:54
ubottuLaunchpad bug 1813155 in freeipa (Ubuntu) "remove from disco-proposed, Dogtag doesn't support TLS 1.3/Java 11 yet" [Undecided,New]15:54
ahasenacktjaalton: ^ ?15:54
tjaaltonahasenack: I'll upload a client-only version soon17:00
tjaaltonto debian first17:01
LocutusOfBorgtjaalton, hello, what is the rationale for this delta? https://launchpad.net/ubuntu/+source/httpcomponents-client/4.5.6-1ubuntu1 ? can it be syncd?18:20
tjaaltonLocutusOfBorg: yep18:21
LocutusOfBorgtjaalton, can you please sync it, or should I do it?18:33
tjaaltonLocutusOfBorg: done19:15
jilocasinevening all23:13
jilocasinanyone have any idea why *the* default installer for 18.04.1 LTS Server is a subiquity based cloud one?23:13
rbasakI answered you in #ubuntu-server.23:16
rbasak!crosspost23:17
ubottuPlease don't ask the same question in multiple Ubuntu channels at the same time. Many helpers are in more than one channel and it's not fair to them or the other people seeking support.23:17
jilocasinrbasak: thanks, I responded there as well.23:17
jilocasinrbasak: sorry, I was told in #ubuntu to ask in #ubuntu-devel, #ubuntu-discuss, snd #ubuntu-server23:18
rbasakSorry you were misled. General consensus on Ubuntu IRC channels is what the bot says on that - please don't crosspost.23:21
krytarikThey didn't indicate to post it in all of them at once though.23:26

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