/srv/irclogs.ubuntu.com/2017/06/21/#ubuntu-devel.txt

slangasekmapreri: are you fixing mldemos for the new opencv?01:06
=== JanC is now known as Guest88964
=== JanC_ is now known as JanC
Loganjbicha: do you remember why you stopped building qmmp-plugin-projectm on arm64 with this change? https://launchpad.net/ubuntu/+source/qmmp/1.1.3-0ubuntu105:24
Logantrying to determine whether to drop/keep that delta05:24
cpaelzernacc: glad I could help serving a few bugs for the importer :-)06:59
cpaelzernacc: looking at the new tree now06:59
LocutusOfBorgjbicha, is the xmonad patch retro-compatible with an older gnome-settings-daemon? I would like to upstream it in Debian too08:21
lagCan anyone help me access a private PPA (which I have access to) please?09:37
ckinglag, ^ if you explain the exact issue it may help somebody figure out what's wrong09:40
lagW: The repository '<REMOVED_FOR_SECURITY> zesty Release' does not have a Release file.09:42
lagN: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.09:42
lagE: Failed to fetch <REMOVED_FOR_SECURITY>/ppa/ubuntu/dists/zesty/main/source/Sources  401  Authorization Required09:42
maprerislangasek: actually, I wanted to ask for removal of mldemos.  It FTBFSed even before opencv 3.1.09:46
mapreri(well, new opencv caused a different failure too, but still)09:46
mapreriIn that transition I already have 2 packages that FTBFS but didn't during my build tests, so if you want to fix one or 2 go ahead :)09:47
jbichaLocutusOfBorg: no, g-s-d was split into separate binaries in 3.24; I believe RequiredComponents means that all listed binaries must be running09:49
jbichaLogan: maybe it failed to build? if it builds, syncing is fine with me :)09:52
mwhudsonlag: stupid questions would be, you did get your password right? the particular ppa does actually have publications for zesty?10:11
lagmwhudson: Stupid answer would be, yes, I copied and pasted the PPA deb lines directly from LP to sources.list10:17
lagmwhudson: Yes, Zesty is published/tested10:17
lagmwhudson: FYI: This is dja's PPA10:18
mwhudsonlag: huh then i don't know :/10:19
mwhudsoni guess you could try poking around in the browser10:19
lagmwhudson: On subsequent issue of `sudo apt-get update` it's now professing a GPG error, but the key is not --recv-keys gettable10:20
mwhudson!/10:20
mwhudson!? rather10:20
lagmwhudson: A1CC0926363E55AB -- is that your experience?10:20
mwhudsonlag: --keyserver keyserver.ubuntu.com ?10:21
mwhudsonaka "the one that works"10:21
mwhudson(i fetched the key fine from there)10:21
lagmwhudson: Oooo10:22
lagmwhudson: Nice, thanks10:22
lagmwhudson: Interesting that they are not propagated to other servers?10:23
mwhudsonlag: i don't know that that is deliberate...10:23
lagmwhudson: Same error though -- still saying the key is not available -- do I have to give `apt-get update` any further args?10:24
mwhudsonoh10:24
mwhudsonyou need some apt-key invocation10:24
lagThe following signatures couldn't be verified because the public key is not available: NO_PUBKEY A1CC0926363E55AB10:24
mwhudsonapt doesn't care about your keyring :-)10:24
lagmwhudson: :)10:24
mwhudsonsudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $fingerprint10:24
mwhudsonthis reminds me i have some keys to sign but i'm not sure i have enough whisky in the house to deal with caff10:25
lagmwhudson: :)10:28
lagmwhudson: Is caff a person?10:29
mwhudsonhttps://wiki.debian.org/caff10:29
lagmwhudson: I have a nice little script that helps me to sign keys10:29
lagmwhudson: Ewww, good luck with that :(10:29
ginggshas anything recently changed with the way 'hardening=+all,-pie' is handled in Ubuntu?  I thought we are now doing things the same as Debian.  p4vasp FTBFS in artful, but builds fine in Debian unstable10:41
jbichapitti: hi, I believe you're sponsoring meson 0.41.1? it fixes build failures for some vala apps10:44
rbasakIs it just me or has various things sent to ubuntu-devel@ started arriving twice?10:57
pittijbicha: I am, yes; I just saw jussi's sponsor request mail11:06
djalag/mwhudson - I'll copy it to a public ppa in a couple of hours11:07
djajust have some cleaning etc to do11:07
lagdja: It's fine -- I have it now, thanks11:08
djalag, ah excellent11:08
lagdja: Just installing now11:08
djaI will save the effort for housework then :)11:08
lagdja: Actually I'm looking for your Grub entry (did you send that via mail)11:09
djaoh11:09
djaI sent 1 line of it11:10
djalet me see what I sent you11:10
lagdja: Found it, rebooting11:12
djaah good11:12
djayou can also examine it interactively in grub when you're booting11:12
djathe commands are printed somewhere on screen :)11:13
djaanyway, housework time11:13
lagdja: Ya, I do that a lot11:14
lagdja reaches for his feather duster and pinni11:15
=== santa is now known as Guest47677
rbasaknacc: some of our tooling (eg. queue sync) doens't work with a locally imported tree any more by default, since it's looking for a remote for pkg, rather than at local importer/ prefixed branches. Not sure how to resolve this. I think I'm happy with where we're putting things, so perhaps tooling needs to be able to look in the right places, or else we need some code abstraction to find them?11:44
naccrbasak: can you file a bug or pastebin an example so i can debug?15:14
rbasaknacc: I know where the bug is, it's a just the architectural question of how to resolve.15:17
naccrbasak: can you point me at a line?15:18
rbasaknacc: queue.py:21515:18
rbasak                devel_head_ref = repo.lookup_reference('refs/remotes/pkg/ubuntu/%s-devel' % series)15:18
rbasakBut for a local import, it's refs/heads/importer/ubuntu/%s-devel15:18
rbasakI could look for both for example15:18
naccrbasak: i think that's only a problem for the queue code, which doesn't use the git_repository functions15:19
naccrbasak: oh wait, i see what you mean15:20
naccrbasak: it *could* happen elsewhere15:21
naccrbasak: but i meant that line, at least, explicitly is looking at a remote ref15:21
rbasakYeah - so what should it do instead?15:21
rbasakLook for both?15:21
rbasakOr require an option for local? Etc.15:21
ginggs<ginggs> has anything recently changed with the way 'hardening=+all,-pie' is handled in Ubuntu?  I thought we are now doing things the same as Debian.  p4vasp FTBFS in artful, but builds fine in Debian unstable <-- fixed by no-change rebuild of fltk1.315:22
naccrbasak: let me look a bit more after the call15:22
naccrbasak: ok, so contextually, sync() is trying to find the -devel branches for all possible series?15:28
naccrbasak: what should it do if both pkg/ubuntu/*-devel and importer/ubuntu/*-devel are present?15:28
rbasaknacc: that's right. And yes - what should it do?15:30
rbasakPerhaps favour the local branches?15:30
rbasakOr fail and ask?15:30
naccrbasak: well, it's your subcommand :) I'm trying to think out loud a bit15:30
rbasakSure. What about the general case though? Are there other subcommands that need to look at the imported trees (rather than HEAD), and what should they do15:34
rbasak?15:34
naccrbasak: yeah, so I think what we should do is write a wrapper in git_repository.py that takes a series name and returns the 'later' (or possibly sorted by version, all) branches that are devel pointers of that series15:36
rbasakWhat if we need things that aren't devel pointers? :)15:39
naccrbasak: series parameter15:39
naccrbasak: *pocket parameter15:39
rbasakI mean I need to see all the pointers. For example in my lint tool, to figure out the SRU version number.15:39
rbasakAlso, what should the return type be? pygit2.Reference?15:39
naccrbasak: well the linter should be using get_heads_and_versions15:40
naccrbasak: which will give you all of them in a given namespace15:40
rbasakAh, OK. Thanks15:41
naccrbasak: i think it can be made more flexible to allow no namespace, etc. (and not insert '/' if not provided)15:41
rbasakThat makes sense15:41
naccrbasak: i think it's ok to have two APIs for now, they probably can consolidate eventually15:42
naccrbasak: the consolidation being a third parameter to get_heads_and_versions which also takes a suffix (or well-defined 'pocket' argument)15:42
naccrbasak: that i think you could actually use in the queue code too, just need to peel the head to get the ref object15:43
naccrbasak: but i think you're right, you'd need to do both in the queue code, and have some sort of prioritization (or query to the user) -- i think favoring local imports (or 'later' version?) would work to start?15:44
rbasaknacc: yeah. I'll file a bug. In queue sync, I can workaround with my new --series, --no-trim, --no-fetch, --parent and --source options.15:51
rbasakLP: #1699541 for reference. Leaving for now.15:54
ubottuLaunchpad bug 1699541 in usd-importer "subcommands fail when only a local import exists" [Undecided,New] https://launchpad.net/bugs/169954115:54
naccrbasak: ack, thanks15:55
ogra_cyphermox, yo ... regarding netplan in the core snap ... we dont build from proposed ... so nplan should be copied to the snappy image PPA to be picked up by edge core builds15:56
cyphermoxit will be in updates soon15:58
naccrbasak: also, i think we had previously said that only the importer would know about importer/ ... obviously that can't be true for 'offline imports'15:59
naccrbasak: so we might need to rethink other bits16:00
ogra_cyphermox, ah, cool, for the next time we can copy from proposed to https://launchpad.net/~snappy-dev/+archive/ubuntu/image ... in case there is testing needed just give me a ping when you have some package for it16:01
naccrbasak: i'm triggering the assertion at git_repository.py:941 with websockify (0.5.1+dfsg1-1 specifically)16:01
rbasaknacc: on origin/master I don't see an assertion on 941 but there is one nearby.16:02
naccrbasak: err, right, 937 in master16:03
naccrbasak: sorry was on the wrong branch locally (but the bastion import is what shows it, so it's in master too)16:03
* rbasak is reminding himself of the code16:04
naccrbasak: i'm getting us some more debugging output as well16:05
naccrbasak: pygit2.TreeEntry('include', blob, f5030fe889982444316aa710b12026d377e187e0)16:07
naccrbasak: that's the tree_entry variable before the assertion triggers16:07
* rbasak tries to reproduce16:10
naccrbasak: thanks16:10
rbasakI can reproduce16:11
bdmurrayjuliank, infinity: Looking at apt and those 'dpkg exited unexpectedly' bugs - is there some additional information we could gather here? https://git.launchpad.net/apt/tree/apt-pkg/deb/dpkgpm.cc#n207816:14
naccrbasak: ah tests/include -> ../include16:17
naccrbasak: another symlink issue?16:18
rbasakAh16:19
rbasakos.path.isdir returns True for a symlink to a directory.16:21
naccrbasak: yeah, i think you have to explicilty check for a symlink16:22
rbasakBetter to use lstat and check using S_ISDIR I think.16:23
naccrbasak: as you see fit :) the python docs basically say isfile/isdir will be true for symlinks (it doesn't mean 'regular file'/'regular dir')16:24
rbasakYeah, my mistake16:26
naccrbasak: oh not meant as criticism :) i find it surprising too16:27
naccrbasak: so the fix is changing _add_missing_tree_dirs to not use isdir, but lstat and ISDIR?16:34
rbasakYep. https://code.launchpad.net/~racb/usd-importer/+git/usd-importer/+merge/32608416:34
naccrbasak: so that we only recurse on directories16:34
rbasak(filed just this moment)16:34
naccrbasak: ack, reviewing16:34
juliankbdmurray: I guess we could at least log the status code or something. AFAICT, the branch is entered on signals that are not SEGV, but I'm not sure it's really useful, you'll see the type of signal anyway16:35
=== girish946 is now known as girishjoshi
naccrbasak: merged, thanks!16:39
bdmurrayjuliank: Can you elaborate on "see the type of signal anyway"?16:52
slangasekmapreri: removal is also fine! are you requesting its removal from Debian or Ubuntu, and can I get a more formal paper trail?17:06
juliankbdmurray: Well, in the error tracker you saw that it was calling abort() anyway17:16
juliankBut we can add it, I just wouldn't do an out-of-band release for that, it seems really low priority17:17
bdmurrayjuliank: I was trying to get more information than "Error: Sub-process /usr/bin/dpkg exited unexpectedly" as seen in https://launchpadlibrarian.net/320875815/DpkgHistoryLog.txt17:19
juliankAh, yes in that log file it would be more helpful. But at least you know it's not a segfault or a error exit17:20
bdmurrayOh yeah, that's true.17:21
=== tomreyn_ is now known as tomreyn
juliankbdmurray: I guess we should (1) add a return _error->Error(_("Sub-process %s received signal %u."),Name, WTERMSIG(Status)); branch and (2) just print the waitpid status as is somewhere in the unexpected path17:23
juliankThere are three users of that string in the apt code, I'd obviously prefer generalizing this for all of them17:23
smosersil2100, still there?18:24
smoseri'm on holiday at the moment. i just was going to check in for a cuople hours.18:24
sarnolddangerous thing to do on holiday :)18:25
smoserthe new-upstream-snapshot change was done in one of the branches, i'm not sure which.  it was a result of bzr insisting that a file had changed been fully removed and then added again with 100% the same contents.18:25
smoseri'd seen this in other places in the past...18:25
smoser'bzr diff' between two branches will show you 100% difference on 100% equal files.18:26
smoserthe end result is that it doesn't matter as long as it was correct.18:26
smoserits really just an 'upstream revision control management' thing. i'm looking forward to it being replaced by one that uses git in the future.18:27
=== wxl_ is now known as wxl
nacccyphermox: systemd-resolve question -- lxd has a /etc/systemd/network/lxd.network with DNS=10.0.4.1 and Domains=lxd. But systemd-resolve <container>.lxd does not query 10.0.4.1. What am I missing?19:02
cyphermoxxnox: slangasek: ^19:03
slangasekhaha19:03
cyphermoxwe were just discussing that19:03
naccheh19:03
naccI have been reading lots of manpages ... which are eye-bleeders19:03
slangasekwhat did xnox say was the right bit? '[DHCP] UseDomains=yes' into the systemd-resolved config?19:04
cyphermoxnacc: systemd's defaults for UseDomains= break that19:04
cyphermoxyep19:04
nacccyphermox: ah i see19:04
cyphermoxto be precise, UseDomains=route would fix this; UseDomains=yes would fix this and make <container> work too19:04
* cyphermox goes to verify this19:05
nacccyphermox: ok, that goes into /etc/systemd/resolved.conf in the [Resolve] section? it's not in the manpage :)19:05
cyphermoxnacc: no, it goes into /etc/systemd/network/lxd.network19:05
nacccyphermox: oh ok19:06
slangasekcyphermox: is that by convention, or is that actually a different config namespace than the other bits read for resolved?19:12
cyphermoxslangasek: it's a DHCP setting, so it goes with each interface19:14
nacccyphermox: well, clearly i don't know which services i need to restart/reload (and which can be). Rebooted after mucking with the files and I do now get resolution of <container>19:14
nacccyphermox: but not <container>.lxd, is that expected too?19:15
nacccyphermox: hrm, worked for one container, rather, but not another, debugging19:16
cyphermoxwhat setting did you use? it's probably something else19:16
cyphermoxyou'd want to check what systemd-resolve --status reports, I suppose19:16
nacccyphermox: weird, it works for some random subset -- UseDomains=yes in /etc/systemd/network/lxd.network19:17
nacccyphermox: should status indicate which domains, if any are being used?19:17
cyphermoxnacc: I don't know. Right now I'm not able to make lxc work correctly on my system19:17
nacccyphermox: excellent :)19:18
cyphermoxstatus should indicate everything19:18
nacccyphermox: ok, there are some domains in "Global", but none per-link19:19
nacchttp://paste.ubuntu.com/24918979/19:19
cyphermox... and nothing lxc there.19:19
nacccyphermox: oh an interesting, no 'DNS Servers" entry at all (whereas my wifi entry does have it (but no domain, which is ok): http://paste.ubuntu.com/24918987/19:21
nacccyphermox: sorry, i'll stop pinging you random pastes until you're in a working state yourself :)19:22
cyphermoxwon't be long, I fallback to another system that does work19:22
nacccyphermox: cool, last paste of partial resolution, correctly on per-link basis (I think), and that all three should resolve: http://paste.ubuntu.com/24919010/19:24
cyphermoxnacc: what is in resolv.conf?19:29
cyphermoxbecause by default you might well also have dnsmasq running, the one from NM, and things in resolv.conf which may or may not have been picked up by systemd-resolve19:30
nacccyphermox: nameserver 127.0.0.5319:30
nacccyphermox: which, iiuc, is just systemd-resolved?19:31
cyphermoxyes19:31
nacccyphermox: i do have dnsmasq running for NM, that's true19:31
cyphermoxok, in that case, what is in /run/systemd/resolve/resolv.conf?19:31
nacccyphermox: that contains 'nameserver 192.168.1.1'19:31
nacccyphermox: interesting19:31
cyphermoxwell, that's expected19:32
cyphermoxthat would be your wifi19:32
cyphermox(I guess)19:32
nacccyphermox: yep19:32
nacccyphermox: how does systemd-network know to map 'lxd.network' to lxdbr0? Is that perhaps what's missing? e.g., Name=lxdbr0 in a [Match] section?19:42
nacccyphermox: or does the lack of [Match] mean it will always be tried?19:42
nacccyphermox: nm, answered my question by finishing the manpage section :)19:42
xnoxnacc, cyphermox, slangasek: one is missing [Match] Name=eth0 [DHCP] UseDomains=true as a /etc/systemd/network/usedomains.network19:50
xnoxnacc, it's a per-link / .network configuration. Not a resolved daemon option.19:50
naccxnox: right, so i added [DHCP] ... to lxd.network19:50
naccxnox: the manpage says no Match is match all19:50
xnoxyeap. or whichever you need =)19:50
xnoxsure.19:51
naccxnox: but it still doesn't work :)19:51
naccxnox: well, not fully, at least19:51
nacci get partial resolution, which is weird19:51
xnoxnacc, it does for me here. $ sudo systemctl restart systemd-networkd systemd-resolved19:51
xnoxnacc, what doesn't work?19:51
naccxnox: one sec, let me grab the paste19:51
xnoxand what is your /etc/resolv.conf?19:51
naccxnox: /etc/resolv.conf is pointing to just systemd-resolved, /run/resolvconf/resolv.conf is pointing to my wifi nameserver19:52
xnoxnacc, also who are you trying to resolve, from where, and where the target actually is. For me I get container <-> container resolving each other.19:52
naccxnox: i want host resolving container19:52
naccxnox: http://paste.ubuntu.com/24919010/19:52
xnoxnacc, we do not do that at all. because that would conflict when one has multiple container bridges.19:52
naccxnox: sure, but i don't.19:52
naccxnox: so i should be able to configure something to do it, right?19:53
xnoxnacc, what we do provide and support, is one container resolving the other container, with search domains. e.g. cuty-animal resolving ugly-animal.19:53
xnoxright, yes you should be able to.19:53
xnoxhowever, you need to have a dhcp client for your host, running on that bridge, and specifying that to resolved.19:53
xnoxi do not think we feed that on the host.19:54
xnox(by default)19:54
xnoxnot sure how to configure that properly.19:54
xnoxwhat is your lxd.network on the host?19:54
naccxnox: confirmed that the containers do see other properly (i hadn't even tested that before)19:54
naccxnox: http://paste.ubuntu.com/24919186/19:54
xnoxnacc, i think i want your output of $ systemd-resolve --status19:54
xnoxtoo19:54
xnoxright, that would not work.19:55
xnoxas that unit makes no sense at all.19:55
xnoxwhat you do want is dhcp network file that will get an ip address on the bridge.19:55
naccxnox: the only thing i added was the last two lines, the others were there already19:55
xnoxhm. but that's very backwards.19:55
xnoxo_O19:56
xnoxwhere did the first two come from?19:56
naccxnox: http://paste.ubuntu.com/24919194/ (--status) and the frustrating part is: http://paste.ubuntu.com/24919190/19:56
naccxnox: oh wait, nm, i probably added it tryign to get this all to work19:56
naccxnox: so i will admit to PEBCAK :)19:56
naccxnox: but i'd also like to understand what i should be doing instead ... it feels like my host has all the information it needs to resolve everything, i just don't know how to tell systemd to use 10.0.4.1 to resolve *.lxd19:57
xnoxnacc, i think on the host, you simply want to adjust /etc/systemd/resolved.conf and change DNS= to have the whatever dnsmasq on the lxd bridge binds to (10.0.4.1) and then Domains=lxd in that file too19:57
xnoxthen restart systemd-resolved19:57
xnoxand then it should work for host to resolve cute-animal19:57
xnoxthis is basically hand tuning the host.19:57
naccxnox: right, but that ends up putting it global, instead of per-link?19:58
xnoxa more generic way, is to write .network files for systemd-networkd on the host to get a dhcp lease, just like a container would, and then resolve names as if host is one more containers.19:58
naccxnox: e.g.: http://paste.ubuntu.com/24919212/19:58
xnoxcorrect.19:58
xnoxyou can do per-link via dbus api.19:58
naccxnox: the issue i found was that it ended up pegging my cpu eventually :)19:59
naccxnox: as in immediately afterwards (it's doing so now)19:59
nacc*after restarting systemd-resolved19:59
xnoxplease file a bug with output of /proc/<pid>/stack20:00
xnoxwhen it does.20:00
nacclol20:00
nacc[<ffffffffffffffff>] 0xffffffffffffffff20:00
xnoxnacc, i think you may be able to create a decent enough .network file to do per link resolution.20:00
xnoxsoemthing like20:00
xnox[Match] Name=lxdbr0 [Network] DNS=10.0.4.1 Domains=lxd20:01
xnoxinstead of changing /etc/systemd/resolved.conf20:02
xnoxrestart systemd-netwrokd, restart systemd-resolved20:02
xnoxthen look at status of $ systemd-resolve --status20:02
xnoxand it should have that DNS/domains at a per-link under lxdbr020:02
xnoxdoes above make sense? i haven't tried this, just going by the manpages.20:02
naccxnox: yep it does, testing it now20:03
naccxnox: nice! i think that does it20:03
naccxnox: well that makes --status show it20:03
naccxnox: but systemd-resolve still doesn't resolve it? odd20:04
naccxnox: oh it made it ipv6 only20:04
naccxnox: ok, i think i can tweak it from here20:04
xnoxit should just work.20:05
xnoxe.g. $ getent ahosts cute-animal20:05
xnoxshould return ipv6 and ipv4 for cute.animal.lxd20:05
xnoxshould return ipv6 and ipv4 for cute-animal.lxd20:05
naccxnox: agreed, but it doesn't :) ... trying to figure out why20:06
naccxnox: http://paste.ubuntu.com/24919265/20:06
naccxnox: and still some running containers resolve and some don't20:06
xnoxthat's weird.20:07
xnoxyour setup looks very odd.20:07
xnoxi'll play with things locally, to see if i can configure it to do what is needed right.20:07
xnoxand what is your current output of systemd-resolve --status?20:08
naccxnox: sure, i'd appreciate it! (i'm on artful, fwiw)20:08
xnoxand did you restart both networkd and resolved?20:08
naccxnox: yep, restarted both20:08
naccxnox: http://paste.ubuntu.com/24919275/20:08
naccxnox: note that beofre, lxdbr0 had LLMNR/IPv4 and IPv620:08
xnoxthat looks correct to me.20:11
xnoxnacc, now I see you have _both_ lxd and lxc, are the names that are not working are for the lxc containers, rather than lxd containers?20:11
xnoxe.g. containers that are running, in the output of $ lxc list -> should be resolvable as short names, and hopefully as long names too.20:12
cyphermoxnacc:20:21
cyphermoxare you connected to the VPN?20:21
cyphermoxs/the/a/20:21
naccxnox: no, only lxd containers20:23
naccxnox: i have no actual lxc containers (that bridge config is legacy)20:23
nacccyphermox: not currently20:23
cyphermoxok20:25
naccxnox: i agree 100% with your earlier statement: "containers that are running, in the output of $ lxc list ..." but sadly that has never been the case for me (i believe mwhudson also experiences this)20:26
cyphermoxnacc: after you restarted systemd-networkd/systemd-resolved, did you restart lxd as well?20:28
cyphermoxie. do you have an IP for lxdbr0?20:29
maprerislangasek: actually, I was thinking of demoting it from release to -proposed, not a complete removal.  I believe at some point the maintainer is going to fix what he caused not so long ago…20:46
slangasekmapreri: demoting instead of deleting clutters update-excuses.  If we're not fixing it, I'd like a bug ref and to delete it, and then bring it back when it's reuploaded to Debian with the fix20:56
maprerislangasek: what I "fear" is that once deleted, nobody is going to notice that it's fixed in debian, and the auto-syncer is not going to bring it back by itself…21:03
maprerithen, for a package with popcon 12 in debian I probably won't care much21:05
maprerislangasek: I'll file a bug later in the process if no fix comes out of nothing, just for a change.21:05
slangasekmapreri: that's a bug in the autoimporter in my view, which I intend eventually to fix; and I do run the importer manually in the meantime to make sure we pick those up21:05
maprerioh, cool, that's nice to hear21:06
nacccyphermox: heh, so restarting lxd also causes systemd-resolved to peg cpu22:00
nacccyphermox: interesting, restarting the containers is causing them to show up as resolve-able. Which makes sense, I suppose, they have to re-issue their dhcp requests.22:02
nacccyphermox: let me reboot22:02
nacccyphermox: urgh, on reboot, my systemd-resolved --status changed back to not be per-link somehow...22:12
nacccyphermox: restarting both networkd and resolved, the per-link DNS and domain come back22:12
nacccyphermox: hrm, but the 'Current Scopes' is now "none"22:18
nacccyphermox: well, i'm not sure what changed, maybe the last lxd restart did it, but now the scopes is "DNS LLMNR/IPv4 LLMNR/IPv6" but and 2 of 3 freshly started containers resovle from the host, but systemd-resolved is pegging cpu ...22:28

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