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

=== slyon is now known as slyon_
mitya57sil2100: hi! Now that groovy is open, can you please add it to Bileto?09:16
mitya57I guess it will be reverting https://git.launchpad.net/bileto/commit/?id=48137fa785297961c2a3c090ed557ef2393aa268 or something like that :)09:16
Laneybahaha that commit09:19
sil2100Yeah, darn lru cache09:24
sil2100mitya57: sure ;p09:24
=== sil2100 changed the topic of #ubuntu-devel to: Archive: Open | 20.04 Released! | Devel of Ubuntu (not support) | Build failures: http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of Trusty-Focal | If you can't send messages here, authenticate to NickServ first | Patch Pilots:
sil2100I'm really thinking of removing the lru_cache for that one, but then again this only needs to be done twice a year, so oh well09:26
julianksil2100: can't you like make it so it rechecks every hour or so, like a timeout?09:32
juliankthat'd be enough09:32
juliankheck, 24 hours would be enough09:33
rbasakYou could use cachetools, which lets you specify a cache key10:03
rbasakThen additionally key on the day number or something like that.10:03
rbasak(or maybe (year, month, day) to avoid regressing on the same day each month actually)10:03
rbasakOh10:04
rbasakcachetools has a TTL cache10:04
rbasakEven easier :)10:04
popeyis there a canonical way to see why a package was removed from focal (not python2 related, i think)?10:07
cjwatsonpopey: LP publishing history10:07
popeyis that accessible via some url nonsense?10:08
cjwatsonThere are links in the UI ...10:08
cjwatson(assuming you mean a source package)10:08
popeyhttps://launchpad.net/ubuntu/+source/spek10:08
popeyi am there10:08
popeyaha, top right10:08
cjwatson"View full publishing history", top right10:09
popeyta10:09
popeyI was in a maze of corridors10:09
cjwatsonSo reflected from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=94133810:09
ubottuDebian bug 941338 in ftp.debian.org "RM: spek -- RoQA; dead upstream; unmaintained; low popcon; RC-buggy" [Normal,Open]10:09
popeyperfecto, thank you!10:09
ricotzLaney, msttcorefonts fails to install, PermissionError: [Errno 13] Permission denied: '/usr/lib/msttcorefonts/update-ms-fonts'10:17
ricotzLocutusOfBorg, ^10:17
ricotz-rw-r--r-- 1 root root 6155 Apr 26 18:51 /usr/lib/msttcorefonts/update-ms-fonts10:18
mitya57sil2100: it works now, thanks!10:20
LaneyLocutusOfBorg: Looks like protobuf FTBFS on i38610:43
LocutusOfBorgLaney, do you have an hit for that?10:57
LocutusOfBorgricotz, on my way10:57
LaneyLocutusOfBorg: Probably don't build that elpa-... package on i38611:00
LocutusOfBorgI was trying to figure out if we can add something to that i386 whitelist11:00
LocutusOfBorgdh-elpa should be installable on i386...11:00
LocutusOfBorgbut yes, your solution works if the first is not viable11:00
Laneythat means building emacs11:01
LocutusOfBorgbuilding an OS on i386 seems a good thing to do, right? :)11:02
LocutusOfBorgI have a patch ongoing testbuild on my ppa11:07
LocutusOfBorgricotz, its in queue/uploaded, it was a missing +x11:12
ricotzLocutusOfBorg, I figured that much ;)11:30
santa_hello everybody14:01
santa_ahasenack: I have been suffering a bug in samba 4.11.6; I have seen yo tried to get the 4.11.7 version here: https://launchpad.net/~ahasenack/+archive/ubuntu/samba-4117/+packages14:05
ahasenacksanta_: what bug? Do you have a link?14:05
santa_so I tried to finish the work here: https://launchpad.net/~panfaust/+archive/ubuntu/samba-411714:05
santa_ahasenack: yes, to summarize: some files are shown as folders so I can't access it, let me find the bug report...14:06
ahasenackah, that one14:06
ahasenackI just added a comment to it this morning14:06
santa_yeah, that one14:08
santa_https://bugs.launchpad.net/ubuntu/+source/samba/+bug/187247614:08
ubottuLaunchpad bug 1872476 in samba (Ubuntu) "Shared files are shown as folders" [Undecided,New]14:08
santa_ahasenack: FYI when working for my company I had to set these two in smb.conf14:10
santa_client min protocol = NT114:11
santa_client max protocol = NT114:11
ahasenacksanta_: we won't do that in the package, that is enabling the deprecated and insecure SMB1 protocol version14:12
ahasenacknot just enabling, but forcing it14:12
santa_ahasenack: I know I'm not asking you to do that in the package, but perhaps you could use that kind of configuration to reproduce the bug?14:13
ahasenackhave you tried smbclient with -m?14:13
santa_ahasenack: the few tests I did were with kde's plasma and smb://14:16
ahasenacksanta_: ah, ok14:16
ahasenacksanta_: yeah, forcing NT1 showed the bug for me14:17
ahasenackin the gui14:17
santa_ok, so you should be able to test the 4.11.7 packages and just check that the bug doesn't happen there14:17
ahasenacksmbclient works fine still (with -m NT1)14:18
ahasenacksanta_: you confirmed that it works in 4.11.7?14:18
santa_ahasenack: yes, with kde's kio smb://14:18
* ahasenack checks the release notes at https://www.samba.org/samba/history/samba-4.11.7.html14:18
ahasenackI almost added that to focal, but something else more urgent got in the way14:18
santa_yeah, I have seen you just didn't have time to update the ldb symbols files ;)14:19
ahasenackI might be able to grab the fix14:19
ahasenacksanta_: can you please add to the bug that 4.11.7 works, and that to reproduce the bug one has to really force NT1? (both max and min)14:21
santa_ahasenack: ack, I will do that. how this could be fixed for focal? just patching 4.11.6 or having 4.11.7 as SRU?14:28
ahasenackpreferably patching 4.11.614:28
ahasenack4.11.7, even though it has only bug fixes, would be harder as an sru14:28
santa_allright, a co-worker suggested me to dig into this https://bugzilla.samba.org/show_bug.cgi?id=1410114:29
ubottuError: Could not parse XML returned by bugzilla.samba.org: mismatched tag: line 100, column 4 (https://bugzilla.samba.org/show_bug.cgi?id=14101&ctype=xml)14:29
ahasenacksanta_: that looks promising, but doesn't explain why 4.11.7 works14:31
santa_ahasenack: so, I presume you don't have yet a patch candidate? needless to say I will be very glad to prepare a fixed package for a focal SRU if you want to sponsor it14:32
ahasenackI was checking the 11.7 release notes and was going to try https://bugzilla.samba.org/show_bug.cgi?id=14285, which was in the 4.11.7 release notes list, even though doesn't look too related14:33
ubottuError: Could not parse XML returned by bugzilla.samba.org: mismatched tag: line 100, column 4 (https://bugzilla.samba.org/show_bug.cgi?id=14285&ctype=xml)14:33
ahasenackyour link looks more related14:34
santa_ack, so we just need to find which commit fixed this14:36
ahasenacksanta_: #14101 was claimed to be fixed in 4.11.6, maybe 4.11.7 reverted it without a note in the release notes, let me check the code14:38
ahasenack#14101 being the revert14:39
ahasenackwell, fix and revert14:39
santa_ahasenack: commented @ the bug, I will try to find out which commit fixed it, feel free to investigate in parallel, and thanks for your time :)14:53
ahasenacksanta_: I have a feeling it's not fixed in 4.11.7, did you build that yourself and tested?14:53
santa_ahasenack: yes, I did a quick test and the problem goes away14:53
ahasenacksanta_: because fedora actually patched 4.11.714:54
santa_ahasenack: interesting, maybe it worked by coincidence, let me check again then...14:55
ahasenacksanta_: https://gitlab.com/samba-team/devel/samba/-/commit/39c910fd9cba3caf7414274b678b9eee33d7e20b is what fedora used in 4.11.714:58
wiemk42Hi, I'm trying to install Ubuntu 20.04 over the network automatically. I have followed https://discourse.ubuntu.com/t/netbooting-the-live-server-installer/14510 for this, which works. The focal-live ISO is downloaded over the network in initramfs, then mounted and started. However, I now have the problem that the new autoinstall config seems to be15:00
wiemk42ignored when the PXE loader specifies `autoinstall ds=nocloud-net;s=<URL-to-user-data-folder>` as kernel parmeter as shown at https://wiki.ubuntu.com/FoundationsTeam/AutomatedServerInstalls/QuickStart point 6. The system starts with the usual systemd-messages but then `cloud-init: Cloud init v. 20.1-10-g71af48df-0ubuntu5 running 'init-local' at15:00
wiemk42<timestamp>` shows up and execution is held until the network is ready (which I think is because the confguration was not loaded). After a long time the ISO starts again but this time the manual installation overview is shown.Could someone explain to me how I have to provide the configuration file on a network boot or how I have to specify it as a15:00
wiemk42kernel parameter in the PXELoader?15:00
=== xnox is now known as xnox|sessions
santa_ahasenack: ok I have retested with 4.11.7 and I can see now one file shown as a directory. so indeed, not fixed yet in 4.11.715:17
ahasenackok, thanks for double checking15:17
=== heliocastro is now known as helio|afk
=== ben_r_ is now known as ben_r
=== diddledan1 is now known as diddledan

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