[01:17] So I just discovered a regression in qemu-img affecting bionic-updates/stein [01:25] My (very basic) bisection so far: https://gist.github.com/fridtjof/dbf985c1a6e7ec2a0ee9d5ec3412aa76 [01:26] I would love some advice on how I could get started to bisect this further - Ubuntu packaging is unknown territory to me. Alternatively, I can of course just file a bug [01:34] fridtjof[m]: nice [01:35] fridtjof[m]: you could strace them and see if there's something obvious that it's waiting on [01:35] good call! [01:36] i'll include that in the gist [01:36] fridtjof[m]: there's a chance this package may have more detailed steps available .. the server team at least is using git to manage some of the packaging https://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow [01:37] fridtjof[m]: I wonder if there'd be an opportunity for tracking down the problem to something this way .. another possibility, if you've got the time and motiviation, is to try the upstream sources directly, and see if those had similar problems or not [01:43] sarnold: updated the gist [01:44] oh, thanks for that doc link! I tried the GettingInvolved link in the topic, but it's dead(ish) [01:45] hm, good point. Trying the upstream base for the ubuntu version should be a good start. [01:47] expect to hear more from me tomorrow (GMT+2), then! [01:47] fridtjof[m]: can you spot which file descriptors / files / devices etc might have been added to that ppoll set? [01:47] good luck fridtjof[m] :) [01:51] thanks :) [01:51] seems to be just fd 7 (2nd arg, nfds is 1), which is.... [01:52] /proc/12860/fd/7: broken symbolic link to anon_inode:[eventfd] [01:53] ohhhh. hah. I assumed (math professor joke here) that this was more like epoll-family of interfaces than the select interface. d'oh. [01:53] I had to look at the manpage, my linux API knowledge isn't the best either ^^ [01:58] what's the tool of choice to mirror these days, debmirror seems to be a hot mess... apt-mirror? aptly? [01:59] phibs: I rsync the whole thing, but that fits my needs well. aptly looks promising. [01:59] Yeah I need something parallel [01:59] aptly seems abandoned but otherwise ok [01:59] debmirror is a hot mess, apt-mirror wants a config file vs cli args ;0 [01:59] but yeah figured I'd ask here ;0 [15:30] anyone knows how to set up the xmit_hash_policy in netplan?