<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hi,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    <div class="moz-cite-prefix">Am 16.02.21 um 19:20 schrieb Antoine Le
      Gonidec:<br>
    </div>
    <blockquote type="cite"
      cite="mid:ced582f5-418d-035f-f09f-7b0fb8b44ac0@dotslashplay.it"><br>
      From what I remember of your interventions in other bug reports,
      you tend to favour the packages versions from buster-backports?
      <br>
      Here I try to minimise the use of buster-backports in favour of
      regular buster versions as much as possible, so the differences
      between our instances might be on this front.
      <br>
    </blockquote>
    Yeah, that's right, I have almost everything on buster-backports.<br>
    <blockquote type="cite"
      cite="mid:ced582f5-418d-035f-f09f-7b0fb8b44ac0@dotslashplay.it">
      <br>
      Registrations are open on my instance, that can be found at
      forge.my-email-domain
      <br>
      Feel free to open an account there for testing purposes, as I am
      not a user of 2FA I might have missed something in my quick test.
      <br>
    </blockquote>
    No, you're right, it's working at your site as far as I can tell.<br>
    <blockquote type="cite"
      cite="mid:ced582f5-418d-035f-f09f-7b0fb8b44ac0@dotslashplay.it">
      <br>
      If the bug end up happening only on your instances and not on
      mine, we might find what triggers it by comparing `dpkg -l | grep
      ^ii` output and being careful about differences in packages
      versions.
      <br>
    </blockquote>
    <p>That's a great idea! I used apt-rdepends(1) to limit the output
      of dpkg to (recursive) dependencies of gitlab:</p>
    <p>apt-rdepends gitlab | grep '^\w' | awk '{print "^iiĀ  " $0}' >
      gitlab-rdepends</p>
    <p>dpkg -l | grep --file=gitlab-rdepends</p>
    <p>Please find my results attached. There are indeed a couple of
      backports packages among them.</p>
    <p>Best,</p>
    <p>Maximilian<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
    <div class="moz-signature">
      <p><span style="font-variant:small-caps"></span><br>
      </p>
    </div>
  </body>
</html>