/srv/irclogs.ubuntu.com/2023/01/09/#ubuntu-devel.txt

mmikowskiarraybolt3: Got your mention on the bug. Yes, we already use a file in /etc/initramfs-tools/conf.d/kfocus.conf to set xz compression which fixes the issue with NX. Although we played with modules=dep, we avoided it because it can break some peripherals support (as you mention in your bug).01:21
arraybolt3K, good to know. Thank you!01:24
=== cpaelzer_ is now known as cpaelzer
GunnarHjsil2100: Thanks for the langpacks in the making. :)11:33
=== sem2peie- is now known as sem2peie
sil2100GunnarHj: yw! But there's a problem: we don't have the potemplate-stats updated12:30
sil2100GunnarHj: I need to poke IS or someone to see why we don't see lunar stats updated here https://people.canonical.com/~people-l10n/data/ubuntu-l10n/12:30
GunnarHjsil2100: Ok. That's something I didn't even know it exists. :/12:33
sil2100GunnarHj: it's very vague, recently it was migrated to another place that does the auto-updates, but uh, it doesn't seem to work. I need to investigate who's actually maintaining it (I assume IS)12:35
=== klebers_ is now known as klebers
seb128sil2100, could you note down what you figure out, we should drop that down in some maintainance notes for futur cycles?13:37
sil2100seb128: +113:38
seb128sil2100, thanks!13:38
LocutusOfBorgzhsj, hello, thanks for the dpkg work! I was doing exactly the very same with Guillem (the Debian maintainer) and after doing it he pointed me to your branch13:38
LocutusOfBorgso I just did upload13:38
LocutusOfBorgwith your name on it, of course :D13:39
sil2100I looked for documentation just now and found nothing about this, sadly :| Besides one RT that I'm trying to read through13:39
zhsjLocutusOfBorg: thanks for sponsoring as well as other places that i've missed.13:44
sergiodjLocutusOfBorg: hi, when you merged dpkg you dropped the changes I made on https://launchpad.net/ubuntu/+source/dpkg/1.21.12ubuntu215:38
LocutusOfBorgsorry!15:39
LocutusOfBorgwill fix soon!15:39
sergiodjLocutusOfBorg: thanks15:39
LocutusOfBorgbad when stuff doesn't migrate and MoM fails to detect it :/15:39
sergiodjyeah15:40
LocutusOfBorgdamn it doesn't apply anymore15:40
LocutusOfBorgwill have a look later15:40
sergiodjLocutusOfBorg: nevermind, I will work on adding them again15:40
LocutusOfBorglet me know if you have issues, otherwise I can work on it in 1h or so15:42
LocutusOfBorgI'm afk now for some time15:42
* LocutusOfBorg goes grab child to kindengarden15:42
sergiodjLocutusOfBorg: will do, thank15:43
seb128!dmb-ping16:05
ubottubdmurray, kanashiro, rbasak, seb128, sil2100, teward, utkarsh2102: DMB ping16:05
mariogripCan anyone request a rebuild for lunar here? https://launchpad.net/ubuntu/+source/lomiri-url-dispatcher it tests fine on debian, but seems to be a bit flaky on ubuntu infra, i cannot reproduce it locally.16:13
mariogripAlso, i am a DM on debian, is there a way i can also get upl access on ubuntu? how does that work?16:15
tewardmariogrip: amd64, ppc64el requeued.16:16
mariogripteward: Thank you :)16:16
tewardmariogrip: regarding "upload access" - https://wiki.ubuntu.com/DeveloperMembershipBoard/ApplicationProcess#Debian_Developers_applying_for_Per-Package_upload_rights see this.  note that Ubuntu and Debian processes differ greatly on old releases, etc. (Stable Release UPdates, etc.) so you might want to review all the Ubuntu developer processes first before you consider whether you need upload in Ubuntu16:20
mariogripThanks, will read it16:21
tewardso in your case if you have no Ubuntu rights currently you should apply for Per Package Uploader (see the same page) for your package with justification16:21
mariogripalso can we try https://launchpad.net/ubuntu/+source/u1db-qt and https://launchpad.net/ubuntu/+source/lomiri-ui-extras armhf rebuild?16:22
RikMillsmariogrip: I have retried those 3 on the architectures they failed on16:23
mariogriptnx :)16:24
RikMillsu1db-qt succeeded at least16:27
RikMillsah and lomiri-ui-extras16:27
mariogriplomiri-url-dispatcher also worked :D so all good now16:27
RikMillsthe ppc64el fail on lomiri-url-dispatcher looks stubborn though :/16:28
mariogripi have patched all my packages to work with LTO so, so all builds on ubuntu now16:28
mariogripthose dbus tests are tricky and racy16:28
RikMillsgiving it another go16:30
tewardyeah i was gonna say ppc64el was still failing16:30
mariogripI need to look more into those tests should not be like this, we have not seen those upstream,, but i need to find a way to trigger the bug16:30
RikMillsmariogrip: teward looks like 3 go was the charm16:33
tewardlooks like that one built this time16:33
RikMills*3rd go16:33
tewardRikMills: racy tests are racy :P16:33
mariogripyay :D16:34
teward*returns to the warmth of blankets and hot coffee*16:34
mariogripyeah, i need to look into it more, maybe i  need to try it in qemu16:35
LocutusOfBorgsergiodj, I did upload and it failed17:55
LocutusOfBorgI hate perl17:55
arraybolt3Slight version number problem I need help with if anyone's around. I'm working with a package that is native to Ubuntu, lubuntu-update-notifier. We recently made some changes and uploaded version 0.5.1 into Lunar, and I'm now about to prepare an SRU for Kinetic and Jammy that is a backport of the entire version, as all of the changes are bugfixes for high- or critical-severity problems. What17:59
arraybolt3version numbers should I make the Kinetic and Lunar packages?17:59
arraybolt3The Security Team docs tell me that Kinetic should be 0.5.1-0ubuntu0.22.10.1, BUT, dpkg --compare-versions tells me that this version number is *higher* than 0.5.1, which doesn't work well with upgrades.18:00
arraybolt3I suspect I should actually use 0.5.1~22.10.1, but I wanted to check first.18:00
arraybolt3For those who are interested in the SRU details, the bug report is https://bugs.launchpad.net/ubuntu/+source/lubuntu-update-notifier/+bug/200225518:01
-ubottu:#ubuntu-devel- Launchpad bug 2002255 in lubuntu-update-notifier (Ubuntu Jammy) "lubuntu-update-notifier provides no good way to resolve a forcibly terminated system update" [Critical, Confirmed]18:01
arraybolt3I have not yet uploaded the Kinetic and Jammy fixes for that bug, however, since I'm stuck on version numbering.18:01
sergiodjLocutusOfBorg: are you taking a look or do you want me to handle this?18:04
LocutusOfBorgfeel free if you understand the issue, I didn't yet18:31
LocutusOfBorgand ENOTIME for tonight18:31
sergiodjLocutusOfBorg: ACK, I'll work on it18:35
sergiodjLocutusOfBorg: FTBFS should be fixed now18:50
jbichaarraybolt3: using a ~ version number like you suggested for an SRU is fine19:16
arraybolt3Nice, thank you!19:17
=== sem2peie- is now known as sem2peie
=== sem2peie- is now known as sem2peie
=== sem2peie- is now known as sem2peie

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