SUSE / rmt

RPM repository mirroring tool and registration proxy for SUSE Customer Center.
Other
37 stars 46 forks source link

rmt-server 2.16: downloaded files not used #1135

Open olafhering opened 2 months ago

olafhering commented 2 months ago

Files downloaded for a custom repository do not appear in the download area:

rmt-cli mirror repository $name
I, [2024-05-03T02:29:45.513953 #28674]  INFO -- : Mirroring repository $name to /usr/share/rmt/public/repo/$somewhere
...
I, [2024-05-03T02:23:04.587654 #28612]  INFO -- : ↓ 0eaac83e5355594cea54adedb6b2c8d3e5d41710573cdd8691eac7b449118f24-primary.xml.gz
...
find /var/ /usr/share/rmt/public/repo/ /Data/ -xdev  -name 0eaac83e5355594cea54adedb6b2c8d3e5d41710573cdd8691eac7b449118f24-primary.xml.gz -ls
<nothing>

They are downloaded to /tmp, and finally thrown away, instead of being moved to /usr/share/rmt/public/repo/$somewhere.

felixsch commented 1 month ago

Can you provide a URL to one of your custom repositories, having this problem? My local instance does not show the problem with my custom repositories.

olafhering commented 1 month ago

rmt.rmt-mirror.repos.custom.conf.txt devlab_155 was what I used.

olafhering commented 1 month ago

/usr/share/rmt/public/repo points to a separate partition, might be related.