Page 1 of 1

Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Tue Mar 17, 2020 6:56 am
by IncompleteString
I'm getting the following error when trying to run "apt update" on my zoneminder box.

Code: Select all

Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release
  403  Forbidden [IP: 91.189.95.83 80]
OS: Ubuntu 16.04
ZM Version 1.34.2

Full terminal output

Code: Select all

root@zm:/home/user# apt update
Hit:1 http://repository.veeam.com/backup/linux/agent/dpkg/debian/public stable InRelease
Hit:2 http://security.ubuntu.com/ubuntu xenial-security InRelease                              
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial InRelease                                     
Hit:4 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial InRelease   
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease                              
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease                            
Hit:7 http://ppa.launchpad.net/iconnor/zoneminder-master/ubuntu xenial InRelease                
Ign:8 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial InRelease     
Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release
  403  Forbidden [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial 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.

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Tue Mar 17, 2020 6:58 pm
by bbunge
The PPA works for me on Ubuntu 16.04. Recommend you remove the PPA and add it again.

sudo apt-add-repository --remove ppa:iconnor/zoneminder-1.34

sudo add-apt-repository ppa:iconnor/zoneminder-1.34

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Tue Mar 17, 2020 7:31 pm
by IncompleteString
Have tried that, no effect

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Wed Mar 18, 2020 10:59 pm
by IncompleteString
I've tried changing from the master PPA to the 1.34 PPA and back again. I still get the same error

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Sat Mar 21, 2020 7:35 pm
by iconnor
ppa:iconnor/zoneminder no longer exists. We do not support running ancient versions of ZM. Remove it.

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Fri Mar 27, 2020 11:19 am
by loopingz
Hi there, same issue here, I dont know how to remove ppa:iconnor/zoneminder
I have even tried to fully remove zoneminder that I no longer need, but I still have this issue popping up.

OK my bad:
https://itsfoss.com/how-to-remove-or-de ... quick-tip/
Done

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Fri Mar 27, 2020 12:09 pm
by IncompleteString
Ok Im probably missing something obvious, but here's what I get when I try and remove that old PPA

Code: Select all

root@zm:/home/user# sudo add-apt-repository --remove ppa:iconnor/zoneminder
Cannot add PPA: 'ppa:~iconnor/ubuntu/zoneminder'.
The user named '~iconnor' has no PPA named 'ubuntu/zoneminder'
Please choose from the following available PPAs:
 * 'zoneminder-1.32':  ZoneMinder 1.32
 * 'zoneminder-1.34':  ZoneMinder 1.34
 * 'zoneminder-master':  ZoneMinder Master Snapshots
 * 'zoneminder-master-wsl':  ZoneMinder Master for WSL
Does anyone have advice about what I'm doing wrong?

Re: Err:9 http://ppa.launchpad.net/iconnor/zoneminder/ubuntu xenial Release 403 Forbidden [IP: 91.189.95.83 80]

Posted: Fri Mar 27, 2020 12:19 pm
by IncompleteString
Got it. I had to do the following:

Code: Select all

root@zm:/home/user# ls /etc/apt/sources.list.d
certbot-ubuntu-certbot-xenial.list
certbot-ubuntu-certbot-xenial.list.save
iconnor-ubuntu-zoneminder-1_32-xenial.list
iconnor-ubuntu-zoneminder-1_32-xenial.list.save
iconnor-ubuntu-zoneminder-1_34-xenial.list
iconnor-ubuntu-zoneminder-1_34-xenial.list.save
iconnor-ubuntu-zoneminder-master-xenial.list
iconnor-ubuntu-zoneminder-master-xenial.list.save
iconnor-ubuntu-zoneminder-xenial.list
iconnor-ubuntu-zoneminder-xenial.list.save
and

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-1_32-xenial.list

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-1_32-xenial.list.save

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-master-xenial.list

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-master-xenial.list.save

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-xenial.list

Code: Select all

rm -i /etc/apt/sources.list.d/iconnor-ubuntu-zoneminder-xenial.list.save

running

Code: Select all

apt update -y && apt upgrade -y
worked after removing the sources for previous versions of zoneminder that this machine has had on it in the past.