/srv/irclogs.ubuntu.com/2024/04/23/#ubuntu-devel.txt

=== JanC is now known as Guest4088
=== JanC is now known as Guest3279
ratchananHello. Has it been decided somewhere that `capnproto` will not be available in Noble armhf, or is it still possible to fix FTBFS on armhf? Apparently there's a new version on Debian which fixes the build.08:45
mwhudsonratchanan: it's getting very late but i guess it's not impossibly so09:28
Skiaratchanan: there is a sync ongoing, so should be available09:43
ginggscgmb: "there's a Navi 22/23/24 bug from an older version..." would this be fixed by the no-change rebuilds, ot is this something else?09:57
ratchananSkia: how does that work? Do I have to request a sync on the #ubuntu-release channel?10:02
ratchananSkia: ok nevermind. I see capnproto mentioned by queuebot in #ubuntu-release.10:07
Skiaratchanan: I've used `requestsync` to open LP #2063194, and then got ginggs to sponsor it for me using `syncpackage`10:08
-ubottu:#ubuntu-devel- Launchpad bug 2063194 in capnproto (Ubuntu) "Sync capnproto 1.0.1-4 (universe) from Debian unstable (main)" [Undecided, Fix Released] https://launchpad.net/bugs/206319410:08
ratchananSkia: Oh ok. Thank you.10:10
slyon@pilot in10:51
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Final Freeze | Devel of Ubuntu (not support) | packages with removed amd64 binaries that need resolving: https://pad.riseup.net/p/migrate-list-amd64 | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: slyon
enr0njbicha: it's not clear to me why you re-assigned bug 2063138 to u-r-u. Could you please provide some more context on the bug?14:38
-ubottu:#ubuntu-devel- Bug 2063138 in ubuntu-release-upgrader (Ubuntu) "upgrade from mantic to noble disables gr lanaguage" [Undecided, New] https://launchpad.net/bugs/206313814:38
jbichaenr0n: I don't think anyone would see the bug report against the language pack. I can reply to the bug asking if it is reproducible14:43
enr0nack, thanks14:43
=== ahasenack_ is now known as ahasenack
slyon@pilot out15:25
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Final Freeze | Devel of Ubuntu (not support) | packages with removed amd64 binaries that need resolving: https://pad.riseup.net/p/migrate-list-amd64 | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: N/A
lvoytek@pilot in15:34
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Final Freeze | Devel of Ubuntu (not support) | packages with removed amd64 binaries that need resolving: https://pad.riseup.net/p/migrate-list-amd64 | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: lvoytek
nicolasbockHi! Could someone have a look at https://bugs.launchpad.net/ubuntu/+source/octavia/+bug/2058286 and gently guide it along? Thanks!17:40
-ubottu:#ubuntu-devel- Launchpad bug 2058286 in octavia (Ubuntu Jammy) "Requesting SRU for Octavia 10.1.1" [High, Triaged]17:40
Eickmeyernicolasbock: Not SRU team here, but I'm certain everyone is all-hands-on-deck for the LTS release right now, so unfortunately that one is probably going to be waiting. :)17:42
nicolasbockThanks Eickmeyer . Is there a better place to reach the SRU team?17:43
Eickmeyernicolasbock: #ubuntu-release, but you're likely to get the same answer there.17:43
nicolasbockThanks, I'll wait until after the release :)17:43
=== liushuyu1 is now known as liushuyu
lvoytek@pilot out19:04
=== ChanServ changed the topic of #ubuntu-devel to: Archive: Final Freeze | Devel of Ubuntu (not support) | packages with removed amd64 binaries that need resolving: https://pad.riseup.net/p/migrate-list-amd64 | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Focal-Mantic | Patch Pilots: N/A
ahasenackwe seem to have lost `pam_lastlog.so` in bin:libpam-modules in noble20:06
ahasenackI see it in mantic20:06
ahasenackApr 23 20:03:16 n1 login[896]: PAM unable to dlopen(pam_lastlog.so): /usr/lib/security/pam_lastlog.so: cannot open shared object file: No such file or directory20:06
dbungertahasenack: dropped in sid looks like, so I think this is merged behavior20:08
ahasenackdid you find a changelog entry about it?20:08
dbungertlooking20:08
ahasenackmantic build log has this: make[4]: Entering directory '/<<PKGBUILDDIR>>/modules/pam_lastlog'20:11
ahasenackthe noble one doesn't20:11
textshelllastlog works on files that are not t64 safe, even on 64bit archs. And iirc it was deprecated upstream some while ago. But the situation is a bit confusing.20:11
dbungertright, the upstream changelog entry from 2023-02-15 sounds relevant20:12
ahasenackfor 1.5.320:12
ahasenackwhich is what noble ships, mantic has 1.5.220:12
textshelli think debian kept it a bit longer but stopped doing that.20:13
ahasenackthe bug in noble is that the pam config files are trying to load it still20:13
textshellalso maybe see https://wiki.debian.org/PamLastlog220:13
ahasenack /etc/pam.d/login:session    optional   pam_lastlog.so20:14
ahasenackwell, at least just login is20:14
ahasenackfrom what I have installed20:14
textshellwithout lastlog2 things might regress from what ubuntu did before. I i think things are not yet very settled on how things are going to work in the future in debian. But ubuntu is on a "slightly" different timeline.20:16
sudipafaik, it has been dropped by upstream - https://github.com/linux-pam/linux-pam/commit/357a4ddbe9b4b10ebd805d2af3e32f3ead5b881620:16
-ubottu:#ubuntu-devel- Commit 357a4dd in linux-pam/linux-pam "pam_lastlog: deprecate it and disable by default"20:16
ahasenackI'm checking the debian src:shadow package, that's where the pam config for login comes from20:16
ahasenackthey also still have it, at least in git20:17
ahasenackhttps://salsa.debian.org/debian/shadow/-/blob/master/debian/login.pam?ref_type=heads#L8220:17
textshelldroped but there is a replacement in a lastlog2. But iirc it does not replace all the database and of course apps might expect the old files to be updated. Or users might expect commands like "last" and "who" to work. But e.g. ssh does the old format files without pam. But login doesn't.20:20
textshellDebian is far away from a release, so they don't have to hurry much to get this sorted.20:21
ahasenackI filed https://salsa.debian.org/debian/shadow/-/blob/master/debian/login.pam?ref_type=heads#L8220:26
ahasenacker20:26
ahasenackhttps://bugs.launchpad.net/ubuntu/+source/shadow/+bug/206325720:27
-ubottu:#ubuntu-devel- Launchpad bug 2063257 in shadow (Ubuntu Noble) "Noble: default pam config for login tries do load non-existent pam module pam_lastlog.so" [Undecided, New]20:27
sudipfyi. https://bugs.debian.org/106822920:33
-ubottu:#ubuntu-devel- Debian bug 1068229 in login "login: remove pam_lastlog.so from config" [Normal, Open]20:33
ahasenackthx, I'll link it20:33

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