/srv/irclogs.ubuntu.com/2020/07/16/#ubuntu-devel.txt

xnoxmwhudson:  somewhat, yes.00:27
xnoxmwhudson:  i think firmware ui hides that. As it simply goes "create raid volume" and it only lets you pick disks from same controller, if there are multiple.00:28
xnoxmwhudson:  and i have never actually used a system with more than one controller. so it's theoretical i think.00:28
* xnox is not even sure why one would have multiple controllers, maybe passthrough to a VM?!00:29
sarnoldlots of disks?00:31
sarnoldmultipath?00:31
xnoxsarnold:  in the context of Intel VROC raid, it would not be multipath, but actual disks.00:47
xnoxsarnold:  i mean the disks could be nvme, and pretend that they do multipath, and confuse multipath -ll by saying that they all have WWID, and they are multipath devices with # of paths being One.00:48
xnoxbut that's separate.00:48
sarnoldxnox: well, that certainly confused me :)00:51
mwhudsoneven better if the exported wwn is 0x000000001:10
mantas-baltixHi08:10
mantas-baltixCould someone tell why packaging recipe builds doesn't start today? Yesterday builds were started after few minutes, but this morning I'm waiting more than hour, see https://code.launchpad.net/~baltix/+archive/ubuntu/ppa/+recipebuild/260818508:12
mantas-baltixfor about 60 minutes I see info "Start in 7 minutes (2610)" or something, like "Start in 11 minutes (2610)" ;)08:13
Unit193https://lists.ubuntu.com/archives/ubuntu-devel/2020-July/041089.html There's a bug, I've pinged people multiple times including the person that made the bad merge, all to be ignored. \o/08:23
mitya57mantas-baltix: maybe better to ask on #launchpad08:28
cjwatsonmantas-baltix: build farm trouble after a network outage; being investigated08:31
cjwatson(and yes, this is more of a #launchpad thing)08:31
=== acheronuk is now known as RikMills
mantas-baltixcjwatson, thanks08:32
seb128rbalint, hey, do you know what's going on with the systemd autopkgtests?10:19
seb128 /bin/systemctl: /lib/s390x-linux-gnu/libselinux.so.1: no version information available (required by /bin/systemctl)10:19
seb128errors like that and the initramfs updates failing10:20
seb128bdmurray, hey, could you review again the wslu/focal SRU, you had some comments about the bug descriptions and those have been updated I think it's ready for review again10:23
rbalintseb128, not ye, looking at it13:36
seb128rbalint, thanks13:36
rbalintseb128, could you please drop libselinux from proposed?13:50
rbalintseb128, breaks glibc autopkgtest as well and the switch to versioned symbols did not fully work out breaking systemd :-\13:51
seb128bigon, ^ do you know about those issues with the libselinux update?13:54
seb128rbalint, is that issue existing in Debian? it doesn't seem reported in the BTS yet13:54
rbalintseb128, it breaks glibc autopkgtest and waiting just lets it breaking other packages13:55
rbalintseb128, i don't see Debian's systemd affected yet because it FTBFS :-\13:56
seb128rbalint,13:57
seb128makedb.c:849:3: error: ‘security_context_t’ is deprecated [-Werror=deprecated-declarations]13:57
seb128the glibc errors do sound like something that should be easy to fix though, wouldn't that be a better step forward to fix it rather than rollback libselinux?13:57
ebarrettoseb128, rbalint, this might help https://github.com/SELinuxProject/selinux/commit/9eb9c9327563014ad6a807814e7975424642d5b914:12
rbalintseb128, https://salsa.debian.org/selinux-team/libselinux/-/merge_requests/3 ?14:18
rbalintseb128, also filing a bug referencing this mr14:21
seb128rbalint, thx14:22
xnoxseb128:  rbalint: imho, libselinux broke all symbols14:31
xnoxthey used to be @Base but now they are @LIBSELINUX_1.014:31
xnoxno?14:31
xnoxcomparing 3.0 & 3.114:32
* xnox goes to run abi check on them.14:32
rbalintxnox, yes, see the mr14:32
seb128rbalint, removed from proposed now, thanks for the details14:36
xnoxrbalint:  well, i mean libselinux1 & soname must change.14:45
xnoxrbalint:  cause old binaries are installable with new libselinux1, yet don't work?!14:46
rbalintxnox, they seem to work, but checking that14:56
rbalintxnox, bumping so version and renaming the package would be cleaner, i agree14:57
xnoxrbalint:  i think it does15:00
rafaeldtinoco@pilot in15:00
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | 20.04 Released! | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Trusty-Focal | If you can't send messages here, authenticate to NickServ first | Patch Pilots: rafaeldtinoco
xnoxrbalint:  previously it was without a version, so i think any versioned symbol satisfies that.15:02
xnoxrbalint:  so yes merge is good enough, to set minimum version, as new binaries will pick versioned symbol and will not work with old lib.15:02
xnoxrbalint:  but yeah, old binaries will work with new library that ships versioned symbols15:03
juliankxnox, doko back on the pip thing, we could ship /usr/bin/pip in python3-pip as a symlink, and divert it in postinst and use trigger to undivert it on pip3 install. That way, we don't create an unowned file in /usr/bin at least15:37
xnoxjuliank: simply shipping pip in python3-pip package in focal sounds fine.15:55
xnoxjuliank:  does it break anything if it's python3 version?15:55
juliankxnox: Well I feel like if you install python-is-python2 it gets confusing?15:55
xnoxOn  Debian,  pip  is  the  command to use when installing packages for15:56
xnox       Python 2, while pip3 is the command to use  when  installing  packages15:56
xnox       for Python 3.15:56
xnoxin the manpage15:56
xnoxbut i'm not too sure that is actually true15:56
juliankit was true15:56
juliankNot sure we had a pip2?15:56
xnoxjuliank:  on groovy manpage says that, yet pip is python315:58
juliankyes, on groovy pip became pip3 but nobody updated mnapage15:59
xnoxjuliank:  take groovy python3-pip and put it into focal-backports?!15:59
juliankpossible15:59
juliankeasiest option15:59
bigon15:54 < seb128> bigon, ^ do you know about those issues with the libselinux update? << glibc tests seems to fail because a type(?) is deprecated and that warnings are somehow threated as errors16:00
bigon(like you said just bellow)16:00
bigonfor systemd, no I don't know16:00
rbalintbigon, i just file a bug to BTS which will show up soon, but the failure at https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy/groovy/amd64/s/systemd/20200716_044131_250e2@/log.gz16:06
rbalintbigon, #96513616:07
bigonmmmh16:10
bigonIIRC adding a version to symbol was OK and @base (the default) was supposed to match all the version (or something like that)16:11
bigon(but obviously not the opposite)16:13
juliankthat matches my understanding16:15
rbalintbigon, yes, but looking for the versioned symbol in older libselinux does not work :-(16:17
rbalintbigon, so packages built with 3.1-1 need to be rebuilt16:18
bigonbecause the application asks for symbol@version1 and the libs only provides symbol@base16:19
bigonright16:20
bigonrbalint: uploaded16:34
bigonthx16:34
bigonbut thinking about this I'm a bit surprised, shouldn't dpkg-shlibdeps see that symbol@version1 is not in the .symbols file and fall back to the version from the shlibs file?16:36
bigonwhich is not the upstream version if I'm not wrong16:36
bigonlibselinux 1 libselinux1 (>= 3.1)16:36
bigonscratch what I said..16:37
mwhudsonvorlon: did you ever get to the bottom of why grub-efi-amd64 was getting seeded?20:38
mwhudsoncpaelzer: ah hah so it really is a qemu regression20:47
=== ijohnson is now known as ijohnson|EOD
rafaeldtinocosqlite3 was blocked because of seqtools, seqtools had an issue on armhf -> fixed, new seqtools version uploaded, will try to address some of the python3 issues for sqlite321:08
rafaeldtinoco@pilot out21:53
=== udevbot changed the topic of #ubuntu-devel to: Archive: Open | 20.04 Released! | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Trusty-Focal | If you can't send messages here, authenticate to NickServ first | Patch Pilots:
vorlonmwhudson: ish; we made some seed changes on kubuntu and those seemed to dtrt22:36

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