<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Hi Adam,<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
If I have diagnosed this problem correctly, then there would not be any actual errors during either the sync nor the publish.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The reason is that the sync (silently) does not download/process all of the files that it should (if you will, the "feature" to process these files is simply missing).</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The verbatim publisher is designed to simply publish everything that was downloaded as is and consider it a job well done (it does not do any integrity checking of the published repository), so no errors there either.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
The error will therefore only be noticed once an actual APT client attempts to consume the published repository and notices the missing files.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
>From a usage point of view, this is clearly a bug, and I expect we will fix this at some point, but it will probably take us some time (could be several pulpcore release cycles) to get around to it.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Kind regards,
<div>Quirin Pamp (quba42)</div>
Software Engineer, pulp_deb plugin maintainer, ATIX AG<br>
</div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Alejandro Cortina <alejandro.cortina2@gmail.com><br>
<b>Sent:</b> 05 February 2021 00:31<br>
<b>To:</b> Quirin Pamp <pamp@atix.de><br>
<b>Cc:</b> pulp-list <pulp-list@redhat.com><br>
<b>Subject:</b> Re: [Pulp-list] pulp_deb, I18n files missing</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hello quba42 and list,
<div><br>
</div>
<div>Thanks for the quick reply.</div>
<div><br>
</div>
<div>While I would love to help, unfortunately I am an infra guy with no programming skills.</div>
<div><br>
</div>
<div>I had <i>journalctl -xfl</i> running on another terminal while synchronizing and there is no relevant error message, then is there any log or error message I could check in order to see where or why it is failing?</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Alex</div>
<div><br>
</div>
<div><br>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Wed, Feb 3, 2021 at 8:57 PM Quirin Pamp <<a href="mailto:pamp@atix.de">pamp@atix.de</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I am aware of this bug, unfortunately I can't be sure when I (or anyone else) will get around to it.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
It is just not that high on my list of priorities right now.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
My best guess is that the sync is not downloading these files for some reason.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
If the sync does not download them, the verbatim publisher can't publish them, so they are simply missing from the clients point of view.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
If that is it, then something is missing or broken within the following function:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<a href="https://github.com/pulp/pulp_deb/blob/b69165953f3cf8884c30b8f1594be256bd14efd5/pulp_deb/app/tasks/synchronizing.py#L652" id="x_gmail-m_5276396595744325624LPlnk" target="_blank">https://github.com/pulp/pulp_deb/blob/b69165953f3cf8884c30b8f1594be256bd14efd5/pulp_deb/app/tasks/synchronizing.py#L652</a></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
If anyone is interested to have a go at fixing this themselves, I would be happy to help with setting up a pulp_deb development environment (or whatever else is needed to get started).</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
You can contact me by email, pulp IRC channel, or via the Issue tracker.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Kind regards,
<div>Quirin Pamp (quba42)</div>
Software Engineer, pulp_deb plugin maintainer, ATIX AG<br>
</div>
<div></div>
<div id="x_gmail-m_5276396595744325624appendonsend"></div>
<hr style="display:inline-block; width:98%">
<div id="x_gmail-m_5276396595744325624divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b>
<a href="mailto:pulp-list-bounces@redhat.com" target="_blank">pulp-list-bounces@redhat.com</a> <<a href="mailto:pulp-list-bounces@redhat.com" target="_blank">pulp-list-bounces@redhat.com</a>> on behalf of Alejandro Cortina <<a href="mailto:alejandro.cortina2@gmail.com" target="_blank">alejandro.cortina2@gmail.com</a>><br>
<b>Sent:</b> 03 February 2021 06:49<br>
<b>To:</b> pulp-list <<a href="mailto:pulp-list@redhat.com" target="_blank">pulp-list@redhat.com</a>><br>
<b>Subject:</b> [Pulp-list] pulp_deb, I18n files missing</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>Hi there,</div>
<div><br>
</div>
<div>I am currently facing same issue as reported here:</div>
<a href="https://pulp.plan.io/issues/8096" target="_blank">https://pulp.plan.io/issues/8096</a><br>
<div><br>
</div>
<div>I tried with bullseye and buster repositories and got same result:</div>
<div><br>
</div>
<div><i><repo>/main/i18n/Translation-en 404 not found</i></div>
<div><br>
</div>
<div>I tried with both streaming and immediate policy with the same results. I also tried different feed url, no success.</div>
<div><br>
</div>
<div>installed pulp with ansible and running these versions:</div>
<div><br>
</div>
<div>[<br>
  {<br>
    "component": "pulpcore",<br>
    "version": "3.9.0"<br>
  },<br>
  {<br>
    "component": "pulp_rpm",<br>
    "version": "3.8.0"<br>
  },<br>
  {<br>
    "component": "pulp_deb",<br>
    "version": "2.9.0"<br>
  }<br>
</div>
<div><br>
</div>
<div>help!</div>
<div><br>
</div>
<div>Cheers,</div>
<div><br>
</div>
<div>Alex</div>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</body>
</html>