I fully understood "promox" branding and features, would expect POM to be more polished and targeted application.Not much guessing required, the feature list is documented and in the initial announcement post of this thread..
Anyhow, apt-cache-ng is more a proxy hosts are directly using, and such not air-gapped from the WAN, it also cannot manage Proxmox subscriptions in an offline manner. So, the whole offline part is rather lacking there, while the proxy functionallity works out of the box, while POM would require some (small) manual setup to work similar like that.
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_main/2022-12-07T11%3A44%3A08Z/dists/bullseye/ bullseye main contrib non-free
# security updates
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_security/2022-12-07T11%3A42%3A44Z/dists/bullseye-security/ bullseye-security main contrib non-free
#update
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_updates/2022-12-07T11%3A52%3A52Z/dists/bullseye-updates bullseye-updates main contrib non-free
The dist is given after the base URL, so drop the quoted part from each sources list entry, and it should work - given there's no other configuration error.dists/bullseye-security/
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_main/2022-12-07T11:42:44Z bullseye main contrib non-free
# security updates
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_security/2022-12-07T11:42:44Z bullseye-security main contrib non-free
# update
deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_updates/2022-12-07T11:42:44Z bullseye-updates main contrib non-free
thanks everything worked!The dist is given after the base URL, so drop the quoted part from each sources list entry, and it should work - given there's no other configuration error.
For your case it should probably look something like:
Code:deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_main/2022-12-07T11:42:44Z bullseye main contrib non-free # security updates deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_security/2022-12-07T11:42:44Z bullseye-security main contrib non-free # update deb [check-valid-until=false] http://proxmox-mirror/debian_bullseye_updates/2022-12-07T11:42:44Z bullseye-updates main contrib non-free
Yes, I excluded debug and games, is this the reason?probably you set up your mirror to skip debug packages? it's the suggestion when using the setup wizard
https://bugzilla.proxmox.com/show_bug.cgi?id=4445there's currently not proxy support, but it shouldn't be too hard to implement. could you maybe file an enhancement request at https://bugzilla.proxmox.com ?
Yes - any/most apt-repositories should work - the docs use the bullseye security repository as one example:Can I use your mirror to download updates not related to pve/pbs/pgm ?
couldn't find the answer in the documentation
Thank youYes - any/most apt-repositories should work - the docs use the bullseye security repository as one example:
https://pom.proxmox.com/offline-mirror.html#setting-up-a-mirror
I hope this helps!
mirror: linstor_proxmox_plugins
architectures amd64
architectures all
base-dir /var/lib/proxmox-offline-mirror/mirrors/
ignore-errors false
key-path /etc/apt/trusted.gpg.d/linstor-proxmox-plugin.gpg
repository deb https://packages.linbit.com/public/dists/proxmox-7/ proxmox-7
sync true
verify true