/srv/irclogs.ubuntu.com/2021/10/21/#ubuntu-devel.txt

dbungertso I've got a partial fix for LP: #1821412 that I think is worth an upload - how do I changelog a partial fix?  That bug also mentions wayland-specific issues that my fix doesn't address.  Or I could track the wayland stuff in a new bug maybe?01:09
ubottuLaunchpad bug 1821412 in update-notifier (Ubuntu) "'System program problem' report button does nothing" [High, In Progress] https://launchpad.net/bugs/182141201:09
mwhudsondbungert: my take is that the wayland stuff is a different issue so yeah01:13
mwhudsonput that bug in your changelog and make sure the other stuff is covered in a different bug01:14
mwhudsondbungert: also want me to target that bug to some series? just focal or also h and i?01:14
dbungertmwhudson: I think this should be a pretty easy SRU actually, let's try B/F/H/I.  Does this need higher launchpad permissions?  I attempted to target the bug to a series but didn't see anything relevant.01:26
mwhudsonyes, it requires some permission bit or other, i forget exactly which01:26
mwhudsondbungert: ok updated01:27
mwhudsonhow do i get apt-get update to output progress info when stdout is not a terminal?01:45
Eickmeyer[m]mwhudson: If you figure it out, I'd like to know. I feel like there's a dbus backend, but I've always wanted progress in a gui.01:46
mwhudsonEickmeyer[m]: well you can do it with python-apt if you want01:47
mwhudsonbut i don't really want to do that01:47
Eickmeyer[m]Yeah, that's fair.01:47
sarnoldmwhudson: pv -d pid maybe?01:48
jchittumtook a bit, but i've confirmed that lxc containers for jammy are available now. lxc launch ubuntu-daily:jammy will get you something made today01:55
brycehjchittum, ooh awesome, thanks01:56
jchittumcloud-images.ubuntu.com have dailies up as well, and streams are gtg. had some bumps getting streams together :/01:56
mwhudsonEickmeyer[m]: seems it's -q002:40
Eickmeyer[m]mwhudson: Oh! Thanks!02:41
=== sem2peie- is now known as sem2peie
=== alan_g_ is now known as alan_g
=== mfo_ is now known as mfo
=== genii-core is now known as genii
mwhudsonoh boy the numbers on https://autopkgtest.ubuntu.com/running are not good18:27
sarnoldoh my18:41
tumbleweedtest all the things!18:54
=== jdstrand_ is now known as jdstrand
bdmurraydbungert: Given that KillMode=process isn't recommended can you explain a bit more why this needed? Bug 1821412 for reference21:27
ubottuBug 1821412 in update-notifier (Ubuntu) "'System program problem' report button does nothing" [High, In Progress] https://launchpad.net/bugs/182141221:27
dbungertbdmurray: you may remember that I have branches that work and involve code changes.  Those successful ones all have in common that the main process sticks around until the report process is allowed to finish.  I mistakenly diagnosed problems with the report process to be a glib issue, but when I put together a simpler test case using glib but not systemd I saw no problem.21:29
dbungertthe system crash dialog is being run by a chain of processes that ultimately is started by that systemd user service.  With the current code, the dialog process finishes first and leaves a child report process around.  systemd is cleaning up that child process and we don't want it to.21:30
dbungertwe need the original process to go away or the gtk dialog stays around until the report process is done.21:31
bdmurraydbungert: okay, I'll upload it for jammy but the bug report could likely use more information for SRU'ing it.21:45
dbungertbdmurray: I agree, I not consider it SRU ready yet.  Was going to sort that out while the Jammy version was aging :)21:47
dbungert*I do not21:48
=== genii is now known as genii-core

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