/srv/irclogs.ubuntu.com/2020/10/27/#ubuntu-devel.txt

RikMillsjibel: is there really a fix committed for LP: #1901137 ?08:58
ubottuLaunchpad bug 1901137 in ubiquity (Ubuntu) "UEFI on Legacy - grub-install fails due to no space left on ESP" [Critical,Triaged] https://launchpad.net/bugs/190113708:58
RikMillsor is that wrongly marked08:59
jibelRikMills, no it is not09:25
jibelthat's why I set it back to triaged09:26
=== cpaelzer__ is now known as cpaelzer
xnoxjibel:  commented on that bug. Have you managed to create a reproducer for it? It looks like everyone from dupes has dual-boot/tripple boot installs?09:52
xnox(aka attempting to add one more ubuntu, onto win+ubuntu combo?)09:52
xnoxit's not clear if they are trying to replace old ubuntu with new, or something else?09:52
jibelxnox, no not yet, I've been busy with something else. Yeah the initial setup is not clear yet. Often there are several disks, other OSes installed in legacy mode and it seems they're trying to replace one of them with 20.1009:54
jibelI'll comment on the bug once I reproduce09:54
jibelthe bug09:54
seb128RAOF (or someone else from SRU), any chance to review bug #1896073 again, I've answered the questions there14:00
ubottubug 1896073 in tracker (Ubuntu Focal) "SRU the current 2.3.6 stable update " [Low,In progress] https://launchpad.net/bugs/189607314:00
adiroibanhi. is this the right place to request an update to the openssl library?15:13
adiroibanI hit this issue with PyPY3 on Ubuntu 20.04 and openssl/cryptography https://github.com/pyca/cryptography/issues/5521#issuecomment-71729314515:13
adiroibanUbuntu 20.04 has openssl 1.1.1f  ... the issue is not observed with 1.1.1h  --- and most probably it was fixed here https://github.com/openssl/openssl/commit/35bb0e44c6168facbb3acedbc7d4f2dcbdd6522415:13
cjwatsonxnox: ^ maybe?15:21
xnoxopened https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1901723 to track this.15:30
ubottuLaunchpad bug 1901723 in openssl (Ubuntu) "backport Refactor BN_R_NO_INVERSE logic in internal functions" [Undecided,New]15:30
cjwatsonThanks15:31
=== falcojr3 is now known as falcojr
rbasakxnox: FWIW, I'm dubious about backporting a bunch of refactoring that inadvertently fixes a bug and prefer to see just the bugfix. But I accept that needs weighing up against the risk of getting it wrong.15:45
bdmurrayWhy doesn't apt-get source work w/ bind9-libs?17:45
bdmurrayPicking 'bind9' as source package instead of 'bind9-libs'17:45
bdmurrayniedbalski: Can we talk about bug 1872118? I'm confused about how isc-dhcp-server would get fixed given that there is no relationship afaict between isc-dhcp and bind9-libs.17:50
ubottubug 1872118 in DHCP "[SRU] DHCP Cluster crashes after a few hours" [Unknown,New] https://launchpad.net/bugs/187211817:50
rbasakbdmurray: it's confusing. bind9-libs is a binary package built from src:bind9 that depends on packages built by src:bind9-libs17:53
bdmurraythen why is there a source package listing for it in LP?17:53
bdmurrayhttps://launchpad.net/ubuntu/+source/bind9-libs/17:53
rbasakThe source package does exist17:53
rbasakAnd is used17:53
rbasakBut the binary package with the same name comes from a different source package17:54
rbasakMaybe "apt-get source" expects a binary package name and maps it to the source itself? The manpage isn't clear to me.17:54
rbasakAh17:55
rbasakI think you want "apt-get --only-source bind9-libs"17:55
bdmurrayniedbalski: I'm sorted now.18:12
blackboxswbdmurray: related to the now stale convesation we had about broken translations in update-notifier package, I just filed a bug and a potential remedy so that debconf-updatepo "works" now on update-notifier: master. I'm not sure if that's the right approach or not, but wanted your input: https://code.launchpad.net/~chad.smith/update-notifier/+git/update-notifier/+merge/39289618:12
blackboxswoops and force-pushed updated changelog version18:13
=== mborzeck1 is now known as mborzecki
niedbalskibdmurray: oh sorry, late to the party, but seems you figured it out , isn't?19:20
xnoxrbasak:  openssl stable point releases are odd..... stable fixes that all distros ship they don't take; and then new "features" that fix standard compliance and change interop they do take. Every bug / backport is very case by case with openssl, sadly =( i think there is someone that relies on every quirk in it =)19:27
blackboxswwaveform: heya, I saw you may have been related to uploading update-notifier for groovy rev  3.192.34 ... to which branch did you propose updates?  I'm confused that I see that commit in git-ubuntu clone update-notifer (pkg/ubuntu/devel) branch (and released to groovy) but not on the master branch https://code.launchpad.net/~ubuntu-core-dev/update-notifier/+git/update-notifier/+ref/master19:38
blackboxswI had the impression that commits would have to hit the master branch, and then queue uploads for groovy separately.  I guess I was trying to dig into what branches/commits might exist which delivered the fix for https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/183647519:43
ubottuLaunchpad bug 1836475 in ubuntu-release-upgrader (Ubuntu Groovy) "update-notifier-common weekly cron job runs at the same time for all computers across the globe" [Undecided,Confirmed]19:43
waveformblackboxsw, I think bdmurray just uploaded from the PPA - no mp19:45
blackboxswthanks waveform. I saw your ppa and couldn't find the rest of the breadcrumbs containing the commit (other than directly in git-ubuntu pkg branches). As I'm trying to add a followup which will ultimately collide with the existing deb pkg versioning:  https://code.launchpad.net/~chad.smith/update-notifier/+git/update-notifier/+merge/39289619:46
blackboxswI can rebase my branch off of pkg/ubuntu/devel (groovy) at the moment and include your changeset, but I still feel we have a gap in commits due to master not containing your changeset19:47
waveformapologies, that was probably before I figured out cloning launchpad stuff without git-ubuntu (no arm build, and I'm working from a pi currently)19:47
blackboxswI found another commit by Andreas that also fell into the same camp (added to pkg/ubuntu/focal) but not pulled into master19:48
blackboxswwaveform: I think there might just a policy unclarity on this pkg, so I'll try to iron that out while touching that to support ubuntu-advantage-tools needs19:49
blackboxswthe way this particular pkg is organized doesn't quite make sense to me at the moment :) So, we'll remedy. thanks again.19:49
blackboxswthe way this particular *project branches are* organized  upstream vs git-ubuntu branches is what is confusing, or seems partially migrated. Which is why I'm confused when I put up pull requests.19:51
=== acheronuk is now known as RikMills

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