[00:48] does anyone remember how to simulate multipath in a vm? [00:50] my first guess is iscsi on the host, perhaps with two IP addresses? [00:54] hmm i think you can do it more simply than that [00:55] that'd be nice :) it didn't sound fun when I typed it === popey9 is now known as popey [09:08] tdaitx: hmm, is this bug about alternate dependencies? [09:09] like, if we installed the openjdk-N instead of the default one, would that be a sensible thing? === sem2peie- is now known as sem2peie === sem2peie- is now known as sem2peie [16:04] Laney: well, yeah, that feel like a bug that should be fixed, but apart from that for openjdk we really only want to trigger for the openjdk uploads set in default-jdk/-jre [16:06] because... you don't care if they break stuff or? [18:01] Laney: how would you know if they break stuff? you're not testing with it === ijohnson is now known as ijohnson|lunch [18:04] doko: Question previously was about installing that one [18:05] that's a bogus question, depending on how you configure via update-java-alternatives [18:22] I feel like there should be a way to get the triggering one and only the triggering one installed and used and this would be better if we can manage to figure out how to do it === ijohnson|lunch is now known as ijohnson [22:12] i'm clearly doing something wrong. calling debootstrap like this. [22:12] DEBOOTSTRAP_DIR=$PWD ./debootstrap --verbose --verbose --keyring=/tmp/ubuntu-archive-keyring.gpg --arch=amd64 --extra-suites="focal-updates" "--components=main,universe" focal /tmp/root [22:13] and it dies with "Retrying failed download of http://archive.ubuntu.com/ubuntu/dists/focal/main/binary-amd64/Packages.xz" [22:13] but if i drop the '--extra-suites" it works fine. [22:13] so i'm guessing I'm doing that wrong. [22:13] but how am I supposed to accomplish that? [22:17] smoser: that may require a different tool, eg https://gitlab.mister-muffin.de/josch/mmdebstrap/ "security and updates mirror included for Debian stable chroots" [22:21] sarnold: well i'd never heard of that thing. [22:21] that is a heck of a sales pitch though [22:21] cat /etc/apt/sources.list | mmdebstrap > unstable-chroot.tar [22:25] but surely there is a way to do that, why else would it have those options? [22:25] I wondered the same thing, I thought perhaps it's more intended for an "overlay" kind of thing with unrelated packages .. that's just wild guessing, though [22:26] I see mmdebstrap mentioned in the various debian channels every week or two, usually with a "wow that's a lot faster" :)