Update Failing (SaltStack issue?)

Status
Not open for further replies.

ip25

Customer
Joined
Jan 5, 2012
Messages
5
Reaction score
0
Evening All,
We've got a few instances that won't update with the below logs, all running on Debian and deployed using the PBX Express tool. Trying to get the latest update rollup...


Hit:1 http://downloads-global.3cx.com/downloads/debian stretch-testing InRelease
Hit:2 http://security.debian.org/debian-security stretch/updates InRelease
Ign:3 http://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0 stretch
InRelease
Err:4 http://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0 stretch Release
404 Not Found [IP: 13.224.67.36 80]
Hit:5 http://downloads-global.3cx.com/downloads/debian stretch InRelease
Ign:6 http://cdn-aws.deb.debian.org/debian stretch InRelease
Hit:7 http://cdn-aws.deb.debian.org/debian stretch-updates InRelease
Hit:8 http://cdn-aws.deb.debian.org/debian stretch Release
Reading package lists...
E: The repository 'http://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0
stretch Release' does no longer have a Release file.


Any thoughts?

Kind Regards,
Nathan
 
Same here.
Exact same log execpt
404 Not Found [IP: 13.224.198.27 80]
 
Same issue here
 
Having same issue. Just tried to update of my clients then.
 
Just remove the repo saltstack at /etc/apt/sources.list.d, or comment the line inside the file.
 
That did the trick. Thanks nsbr.
 
Not very suitable for me to do this with 50 installs :(
 
"Just remove the repo saltstack at /etc/apt/sources.list.d, or comment the line inside the file."

hi, sorry, how do I make this edit?
 
  • Like
Reactions: [email protected]
SSH to your server as root run this command
Code:
nano /etc/apt/sources.list.d
or as a user run this command
Code:
sudo nano /etc/apt/sources.list.d
 
  • Like
Reactions: [email protected]
Hi,

We noticed some cases that reported this error, we are looking into it so we can provide a solution
 
Thanks, however it tells me that "/etc/apt/sources.list.d" is a diretory & doesnt show anything(?)
 
nano /etc/apt/sources.list
Remove the .d
 
  • Like
Reactions: JLSeagull
hi,
To allow everyone to see the procedure in a single publication.

SSH
C#:
nano /etc/apt/sources.list.d/saltstack.list


Add a # to the problematic repo link.
and add new repo link ;

Code:
deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main


The result should look like this ;


Code:
#deb http://repo.saltstack.com/apt/debian/9/amd64/archive/2019.2.0/ stretch main
deb http://repo.saltstack.com/apt/debian/9/amd64/latest stretch main



Press CTRL + X to exit, confirm the modification by pressing Y followed by the ENTER key


Update with this command ;

C#:
apt update && apt full-upgrade





thx @nsbr for directory
thx @timmbo for new repo link.
 
You may use this script to fix the OS and update the instance manager installer

Bash:
wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | bash
 
You may use this script to fix the OS and update the instance manager installer

Bash:
wget -O - https://downloads.3cx.com/downloads/misc/debianpatches/9/16/0/5/20200619-os-update.sh | bash

Perfect! Many thanks, all done & updated, happy Friday :):D:):D
 
Thank you so much for this info, will give it a go, but it looks like it's working for others!
 
Just started getting this error. Anyone know a way to resolve it without SSH access? Its preventing me from being able to upgrade
 
Hi @tonybgi

You will absolutely need SSH access to resolve this.
 
Same issue here with Update 6 Alpha.

Solved with the new repo. Thanks!!!
 
Status
Not open for further replies.

Forum statistics

Threads
111,956
Messages
589,927
Members
164,858
Latest member
MichaelRussell3