[SOLVED] Debian Bullseye repo confusion

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
sherminator
Posts: 15
Joined: Mon Jul 18, 2016 8:30 am

[SOLVED] Debian Bullseye repo confusion

Post by sherminator »

Hi there,

we're currently on ZoneMinder 1.36.12 on a Debian Bullseye and want to update to... i think 1.36.14 is latest for amd64 systems. We use

Code: Select all

deb https://zmrepo.zoneminder.com/debian/release-1.36/bullseye/ /
in our repo file.

Code: Select all

apt update
works fine and shows zoneminder and zoneminder-doc ready to update. When doing

Code: Select all

apt upgrade
apt tells us

Code: Select all

Err:1 https://zmrepo.zoneminder.com/debian/release-1.36/bullseye  zoneminder 1.36.14-bullseye1
  404  Not Found [IP: 158.69.226.113 443]
Err:2 https://zmrepo.zoneminder.com/debian/release-1.36/bullseye  zoneminder-doc 1.36.15-bullseye1
  404  Not Found [IP: 158.69.226.113 443]
E: Failed to fetch https://zmrepo.zoneminder.com/debian/release-1.36/bullseye/bullseye/zoneminder_1.36.14-bullseye1_amd64.deb  404  Not Found [IP: 158.69.226.113 443]
E: Failed to fetch https://zmrepo.zoneminder.com/debian/release-1.36/bullseye/bullseye/zoneminder-doc_1.36.15-bullseye1_all.deb  404  Not Found [IP: 158.69.226.113 443]
Is this a mistake in your repos or do we miss something at our site?

Thanks for your support and greets
Stephan
Last edited by sherminator on Mon May 23, 2022 9:42 pm, edited 1 time in total.
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Debian Bullseye repo confusion

Post by Magic919 »

Too many /bullseye
-
sherminator
Posts: 15
Joined: Mon Jul 18, 2016 8:30 am

Re: Debian Bullseye repo confusion

Post by sherminator »

Magic919 wrote: Mon May 23, 2022 12:38 pm Too many /bullseye
Hey,

thanks for your reply!
I can see that too, but how can I fix it? If I remove "bullseye" from the URL in the repo file, apt update gives me

Code: Select all

Err:5 https://zmrepo.zoneminder.com/debian/release-1.36  Release
  404  Not Found [IP: 158.69.226.113 443]
Reading package lists... Done
E: The repository 'https://zmrepo.zoneminder.com/debian/release-1.36  Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: Debian Bullseye repo confusion

Post by Magic919 »

I don’t use Debian, but your url differs from in this doc https://zoneminder.readthedocs.io/en/la ... ebian.html
-
sherminator
Posts: 15
Joined: Mon Jul 18, 2016 8:30 am

Re: Debian Bullseye repo confusion

Post by sherminator »

Magic919 wrote: Mon May 23, 2022 2:21 pm I don’t use Debian, but your url differs from in this doc https://zoneminder.readthedocs.io/en/la ... ebian.html
yeah, your're right! The correct repo entry looks like this

Code: Select all

deb https://zmrepo.zoneminder.com/debian/release-1.36 bullseye/
no idea when and how this mistake sneaked into our file.

Sorry for that!

Greets
Stephan
Post Reply