/srv/irclogs.ubuntu.com/2019/03/21/#ubuntu-devel.txt

mwhudsonteward: no a native package means patches are not applied00:10
mwhudson(not that i've attempted to SRU a native package with a debian/patches directory or anything embarassing like that)00:11
mwhudsonand the mechanism for making changes is ... making changes00:12
mwhudsonif that's not appropriate it probably shouldn't be a native package i guess00:12
tjaaltonRAOF: thanks, I'll clean it up04:43
tjaaltonmeh, I'll just let intel split ipp in a public repo first04:52
tjaaltonthere's no way to download ipp anywhere without filling a form04:52
RAOFOh, really? WTF?04:54
RAOFOh, wow. Yeah.04:55
tjaaltonI'll try stripping it off, only used for some sw fallback04:55
RAOFGood hustle, Intel.04:55
tjaaltonand let them know about it04:56
JZAhi got a question about how to mantain a package on launchpad05:17
JZAcurrently there is a team account with a package, but I want to get a testing branch from my user05:17
JZAhow do I go about that05:17
tjaaltonRAOF: oh well, can't build it without embedded ipp or gtest. I'll just wait for them to fix it07:16
lagHmm ... not sure my messages went through - apologies for the churn if they did:07:17
lagDoes anyone know how to tell the Ubuntu Installer to install additional modules into the rootfs?07:18
lags/modules/kernel modules/07:18
lagI guess we could hack initramfs-tools.deb to include them in the '/etc/initramfs-tools/modules' template, but is there a better/proper way to do this?07:18
RAOFtjaalton: ipp is not a (strong) blocker, but it should really use the perfectly sensible copy of googletest we have.07:21
tjaaltonor disable tests07:21
tjaaltonanyway, filed tickets upstream07:22
lagxnox: mwhudson: FYI --^08:07
dupondjeIts to late in the release schedule for merges? Or are some still accepted?08:19
dupondjemwhudson: https://merges.ubuntu.com/g/golang-1.12/REPORT08:20
MirvTrevinho: thank you so much for continous maintenance of the AppIndicator/KStatusNotifierItem extension!11:45
TrevinhoMirv: :) well actually I should spend much more time on it as there are various issues I had no time to address yet, but thank you :)11:49
=== Wryhder is now known as Lucas_Gray
=== ricab is now known as ricab|lunch
tjaaltonahasenack: hey, do you have plans to push the samba/talloc etc py3 work to debian?13:14
ahasenacktjaalton: yep13:20
ahasenacktjaalton: as soon as I'm done with the disco work, which should be tomorrow13:21
tjaaltonahasenack: ok cool, for experimental I assume?13:22
ahasenackthat will be up to them13:22
ahasenackI'm planning on salsa mps13:22
tjaaltonright13:22
ahasenack(I can't upload to debian myself)13:22
ahasenackexperimental sounds right13:23
coreycbsil2100: hello, if you have a moment we have swift and nova SRUs in the bionic unapproved queue that we'd like to get going on with testing.13:28
sil2100coreycb: let me try getting to those after the kernels13:35
sil2100o/13:35
coreycbsil2100: thanks!13:36
juliankWhat's the status of Kubuntu package management?13:51
juliankDoes it use PackageKit or that QApt thing?13:51
juliankI'm porting software-properties to PackageKit, but only the GTK+ one so far13:52
juliankCurrently the Qt one is a weird mix of aptdaemon and qapt-batch13:53
=== ricab|lunch is now known as ricab
tewardmwhudson: just saw your message.  It probably doesn't matter much either way, but iptables-persistent has a liiitle bit of a bug in it - https://bugs.launchpad.net/ubuntu/+source/iptables-persistent/+bug/1820144 - so i was wondering how best to prep changes for the SRU.  So just changing it directly, then, would be the proper course since its a native package and not a quilt one?15:34
ubottuLaunchpad bug 1820144 in iptables-persistent (Ubuntu Cosmic) "iptables-persistent fails in containers due to modprobe being unavailable even though module could've been loaded outside of the container" [Undecided,Confirmed]15:34
KiranosHi I have an issue, I'm trying to automate the ubuntu 18.04 installation with preseed, this is how partitioning look like: https://pastebin.com/xm6dQiuV15:46
Kiranoshowever I get a prompt like this: https://imgur.com/a/W2sj7yu15:46
KiranosI'm not sure which option I miss15:46
KiranosI look at https://help.ubuntu.com/lts/installation-guide/i386/apbs04.html and seem to follow it15:46
Kiranosif I just hit enter on that screen all is just continuing and finalizing15:46
sil2100coreycb: sorry for it to take so long, let me take a look at your SRUs now16:55
cyphermoxKiranos: your config is not selecting the recipe; or you are not specifying guided_size, up to you ;)17:34
cyphermoxyou would need either "d-i partman-auto/choose_recipe select root"17:35
cyphermoxthat's if you want preseed to follow exactly your recipe there17:35
cyphermoxKiranos: or if you want to use the guided partitioning, you'll want to preseed:17:36
cyphermoxd-i partman-auto-lvm/guided_size string "max"17:37
cyphermoxfor example17:37
CarlFKd-i partman-auto-lvm/guided_size string max17:37
CarlFKbefore d-i partman-auto/expert_recipe string                           \17:37
sil2100coreycb: ugh, why is there an UNRELEASED changelog entry in the changelog for swift?17:40
coreycbsil2100: checking17:40
sil2100coreycb: if 2.17.0-0ubuntu1.1 was unreleased, I guess it should be included in 2.17.1-0ubuntu117:40
sil2100coreycb: could you re-upload with that fixed? Other than that it's good to go17:41
coreycbsil2100: yeah let me fix that. thanks for catching it.17:41
sil2100coreycb: give me a sign once you upload, I accepted nova in the meantime17:46
sil2100I'll reject the old swift17:46
coreycbsil2100: should be there soon, just uploaded it. thank you.17:47
sil2100yw! Thanks for reuploading, approved17:52
jdstrandcjwatson: hey, does debmirror need any special support for cnf? (command-not-found)18:29
jdstrandcjwatson: I noticed apt-get update errors on disco and it doesn't seem to pull it. I'm going to use --include and see if that helps18:30
cjwatsonjdstrand: it probably will do, yes19:08
jdstrandcjwatson: I couldn't get that to work. looked at the dep11 handling and can steal code from there. if I get it to work I'll file a bug with patch19:18
mwhudsondupondje: i should merge golang-1.12 yeah20:10
mwhudsonteward: yes20:10
tewardmwhudson: ack.  I'll take that approach then.20:11
CarlFKwhen bionic runs my systemd script, HOME is not set.  disco and stretch it is set.  I can work around this in my script.  Should I file a bug?20:58
rbasakrharper: FYI, that bcache bug I asked about was apparently a udev bug21:21
rharperrbasak: thanks; i really looked like a udev issue; I suspected that many other rules could break as wekk21:30
rharperwell21:30
jdstrandcjwatson: fyi, bug #182125121:38
ubottubug 1821251 in debmirror (Ubuntu) "please add cnf support to debmirror" [Undecided,New] https://launchpad.net/bugs/182125121:38
jdstrandcjwatson: patch is attached21:38
xnoxCarlFK, yes, and also describing the sample script, systemd unit, and whether it is installed as user or system wide.22:56
xnoxCarlFK, potentially you might be able to reproduce it with like systemd-run22:56
CarlFKxnox: is there a package I should file against ?22:57
xnoxCarlFK, $ ubuntu-bug systemd22:57
CarlFKthanks22:57
CarlFKis there a "hello systemd" I can use to demo my HOME issue?23:06

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