/srv/irclogs.ubuntu.com/2024/12/10/#ubuntu-devel.txt

=== john-cabaj1 is now known as john-cabaj
JackFrostaha: FWIW, actually hit that on a Debian trixie system too.05:45
=== JanC is now known as Guest4670
=== JanC is now known as Guest1329
adrienI can see openmpi at https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_excuses.html#openmpi but I can't find it in https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_output.txt ; I'm not sure that's a big issue but I'm quite surprised and not sure how to completely understand that situation. Is there a known explanation for that?11:45
ginggsadrien: openmpi is no longer a candidate due to new autopkgtest regressions11:52
ginggsyou can see it here https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_output_notest.txt11:52
seb128adrien, update_output.txt is the next step, it only includes things have no blocker on the first report11:52
seb128+which11:52
slyon@pilot in11:54
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Oracular | Patch Pilots: slyon
adrienThanks both of you; it makes perfect sense indeed. I had assumed that every package always appears in update_output.txt, not only packages without regressions (which have all been retriggered and are now passing btw)12:04
adrienginggs: is the _notest variant the same but basically with the assumptions that there are no failing tests?12:04
ginggsadrien: exactly12:05
adrienthanks! :)12:06
* sudip sees adrien has all the new openmpi autopkgtest regressions under control12:08
ahasenackschopin: hi, did you see my updates in the unprivileged-ping bug?12:13
ahasenackschopin: I'm about to upload workarounds for backuppc and fence-agents12:13
ahasenackbasically setting the group range to 0-65534, that works from inside the lxd, and should be sufficient12:13
ahasenackdep8 runs in the infra confirmed12:14
ahasenackhttps://pastebin.ubuntu.com/p/dr6nbTrfPN/ second line12:14
adriensudip: tsimonq2 did a few retries too; and I'm merely monitoring stuff from a distance at the moment since I'm also busy with openssl 3.4 (and m2crypto, nodejs and ruby3.3 which have failing tests with openssl 3.4 :/ )12:17
adrienbut I see the transition tracker is almost completely happy about openmpi, nice! :)12:18
ahasenacksomething I can help with? I'm on +112:20
ahasenackpicking my targets12:20
sudipadrien: yeah, if boost passes then it should be a valid candidate on next run12:27
sudipthanks doko for removing those binaries and the extra ones :)12:28
sudipahasenack: if you are looking for something then I can suggest 'iptux'. i could not figure out why the build tests are failing but working in Debian12:39
ahasenackok12:39
ypwongHi! There are two packages that could use some sponsorship love: backport-iwlwifi-dkms in Oracular for unblocking oracular kernel build in next kernel sru, and usbio-drivers in Oracular which is needed for some mipi camera to work. Thanks!12:43
sudipthanks ahasenack12:50
schopinahasenack: re iputils, I saw. I'm wondering if we shouldn't set that range in the default file to begin with, though.13:30
ahasenackunsure13:30
ahasenackwhatever range we pick, it's bound to leave some people confused when their user is outside that range13:31
ahasenackI'm not so sure I like this change13:31
ahasenackon one hand, we are giving up on NET_RAW capability for ping, which is more than it needs13:31
ahasenackbut on the other hand, we have to pick gids13:31
ahasenackoh, hmm, it's group ids13:31
ahasenackah, but we have private groups13:31
ahasenackotherwise we could just pick the group "users"13:31
schopinWell, I can't see a context for which you have a gid > 65k (from your PoV)13:32
schopinAIUI above values are for userns mapping aren't they?13:32
ahasenackactive directory users, for example13:32
ahasenackvery high ids by default13:34
schopinyes but from the user perspective you get the low one don't you?13:35
ahasenacknot sure what you mean13:35
ahasenackyou get stuff like13:35
ahasenack$ id EXAMPLE\\jammy13:35
ahasenackuid=2001103(EXAMPLE\jammy) gid=2000513(EXAMPLE\domain users) groups=2000513(EXAMPLE\domain users),2001103(EXAMPLE\jammy)13:35
schopinOh, nevermind, I misread the forum thread I was looking at.13:35
schopinDamned.13:35
ahasenackthat range could allow something like 0 -1, to "wrap around" :)13:36
schopinWouldn't that be nice.13:36
ahasenackor "all"13:37
schopinhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1089626 I was wondering yesterday why nobody complained in Debian...13:38
-ubottu:#ubuntu-devel- Debian bug 1089626 in iputils-ping "iputils-ping: ping command does not work any more as non-root user" [Important, Open]13:38
ahasenackI also don't know yet how this works (or doesn't work) by default inside docker containers13:41
ahasenackso in debian that iputils migrated?13:41
schopinYes, presumably because they use full virtualization in autopkgtests13:41
ahasenackand they have the systemd change13:42
ahasenackalso migrated, perhaps13:42
ahasenackbut we have bugs on backuppc on the debian side, dep8 failing13:42
ahasenackand I think debian uses lxc, not vms. VMs is something more recent, not everywhere, I heard13:42
schopinbackuppc was removed from testing for a short while.13:43
schopinwell, short... 5 months13:43
schopinUgh. I need some coffee, I can't see straight. It was removed from testing between Nov 17 and Nov 2313:44
schopinI'm betting iputils migrated during that window.13:44
schopinhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085289 even worse, it was removed *because of this issue*13:44
-ubottu:#ubuntu-devel- Debian bug 1085289 in src:backuppc "Please set net.ipv4.ping_group_range sysctl in autopkgtests" [Serious, Open]13:44
ahasenackso they had a warning, but removed the package that was warning them :)13:48
ahasenackwas iputils code algo changed with the capability drop, i.e., it stopped doing some safety checks?13:49
ahasenackjust wondering if we could/should revert that and again install it with the capability set13:49
ahasenackdid security have a say in this change, like "oh yeah, drop the capability, much safer"?13:49
schopinYeah that's my current line of thought as well.13:49
schopinNo, we inherited this from Debian and only noticed because autopkgtests started failing.13:50
schopinI never contacted security on this.13:51
ahasenacklet me ping13:51
slyonypwong: looking. for backport-iwlwifi-dkms did you already get a written SRU exception? Considering an older full version backport was rejected? https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/2046871/comments/1413:51
-ubottu:#ubuntu-devel- Launchpad bug 2046871 in backport-iwlwifi-dkms (Ubuntu Noble) "migrate to upstream release/coreNN branch" [High, Incomplete]13:51
slyonypwong: sorry, not sponsoring backport-iwlwifi-dmks yet: https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/2085453/comments/814:21
-ubottu:#ubuntu-devel- Launchpad bug 2085453 in backport-iwlwifi-dkms (Ubuntu Oracular) "New upstream core91 release" [High, In Progress]14:21
=== JanC is now known as Guest3444
slyoncc vicamo ^14:27
=== JanC is now known as Guest9590
schopinahasenack: is it possible to have AD users in a container? If so, how does the mapping work?14:29
ahasenackschopin: it's possible, but usually you would have to increase the mapping range14:31
ahasenackcontainer == lxd, I don't know about docker et al14:31
ahasenackfor my dep8 tests around AD integration, I restrict those to VMs, for that reason14:32
mfoubuntu-archive: hi o/ update_excuses for jammy apparently stopped updating at December 4th; others look good (10th/today), looking at https://ubuntu-archive-team.ubuntu.com/proposed-migration/log/<series>. Can someone take a look please? (I'd ask for pointers to try to help, but it seems this requires access to a specific system). Thanks in advance!14:33
ahasenacksudip: re iptux, it seems like an assertion error inside gtk, I'm really not familiar with that area and I think my time would be better spent in other issues where I can help more quickly14:34
seb128mfo, hey, it's probably more of an #ubuntu-release topic14:34
mfoseb128, ack, thanks!14:34
seb128I also personally don't know where that's set up14:34
ahasenackthings to try would be drop lto, or frame pointers (less likely), and perhaps -Wl,-Bsymbolic-links14:34
ahasenackoh, and -O3, move back to -O214:34
ahasenackthere have been issues recently with the combination of -O3 and LTO14:34
ahasenackactually, I would switch to -O2 first14:35
adrienI've investigated openmpi migrating based on update_output_notest.txt and I think there will be an issue around some packages (scotch|parmetis|metis, deal.ii, opm-*) but I haven't been able to investigate fully (plus, what is going on with scotch/parmetis/metis/whatever?!)14:49
slyonypwong: sponsored usbio-drivers14:50
sudipahasenack: ack, thanks. will try those later.14:52
ahasenacksudip: fwiw, building with -O0 also fails the build-time test14:54
ahasenackalso SIGTRAP14:55
=== JanC is now known as Guest9046
blucaso currently in noble-updates linux is at version 6.8.0-49.49 but linux-meta is already at version 6.8.0-50.5115:01
blucalinux 6.8.0-50.51 is in noble-proposed, not in noble-updates15:01
blucaso we get: linux-headers-generic : Depends: linux-headers-6.8.0-50-generic but it is not installable15:01
blucais this a known issue?15:01
blucaie, the linux-meta binary packages in noble-updates depend on the linux binary packages in noble-proposed15:02
ahasenackapw: ^?15:05
=== JanC is now known as Guest3297
=== dviererbe1 is now known as dviererbe
slyon@pilot out15:57
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Oracular | Patch Pilots: N/A
lvoytek@pilot in16:00
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Oracular | Patch Pilots: lvoytek
ypwongslyon: thanks for sponsoring usbio-drivers, and will look at the sru exception tomorrow16:37
sudipthanks for checking ahasenack_19:51
lvoytek@pilot out20:01
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Open | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Oracular | Patch Pilots: N/A

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