- Joined
- May 5, 2016
- Messages
- 107
- Reaction score
- 46
I have a similar question/issue to: https://www.3cx.com/community/threads/sbc-wont-update.84326/
First, my info:
SBC is running on a Raspberry Pi 3 Model B+, Debian version 9.4 (stretch) with 3cx SBC version 18.0.30 running ---- and everything is working great for a while (at least a year).
The 3cx server recently upgraded to v18 Update 2 so I thought I would try and update the SBC too. I attempted to upgrade the SBC from the web admin and it looked like nothing happened (waited 10+ minutes). So I started to search the forums. That's when I found Lee Cramman's post here: https://www.3cx.com/community/threads/sbc-wont-update.84326/
I followed the debugging process, remoted into the command line via dataplicity.com then looked at the directory of /etc/apt/sources.list.d I have three files:
3cxpbx.list
3cxpbx-testing.list
raspi.list
tail 3cxpbx.list looks normal:
deb http://downloads-global.3cx.com/downloads/debian stretch main
tail 3cxpbx-testing.list ---- LOOKS DIFFERENT FROM @ChrisC_3CX said should be in the file.
deb [arch=armhf] http://downloads-global.3cx.com/downloads/debian -testing main
Chris said it should say:
deb [arch=amd64] http://downloads-global.3cx.com/downloads/debian stretch-testing main
I noticed two difference (the arch is different) and my file is missing the "stretch" before the -testing.
When I run sudo apt-get update ---- at the end it says:
W: The repository 'http://downloads-global.3cx.com/downloads/debian -testing Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://downloads-global.3cx.com/downloads/debian/dists/-testing/main/binary-armhf/Packages 404 Not Found [IP: 172.67.39.236 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
MY QUESTION
Before I continue, should I update/correct the 3cxpbx-testing.list file?
Thank you for your help!
First, my info:
SBC is running on a Raspberry Pi 3 Model B+, Debian version 9.4 (stretch) with 3cx SBC version 18.0.30 running ---- and everything is working great for a while (at least a year).
The 3cx server recently upgraded to v18 Update 2 so I thought I would try and update the SBC too. I attempted to upgrade the SBC from the web admin and it looked like nothing happened (waited 10+ minutes). So I started to search the forums. That's when I found Lee Cramman's post here: https://www.3cx.com/community/threads/sbc-wont-update.84326/
I followed the debugging process, remoted into the command line via dataplicity.com then looked at the directory of /etc/apt/sources.list.d I have three files:
3cxpbx.list
3cxpbx-testing.list
raspi.list
tail 3cxpbx.list looks normal:
deb http://downloads-global.3cx.com/downloads/debian stretch main
tail 3cxpbx-testing.list ---- LOOKS DIFFERENT FROM @ChrisC_3CX said should be in the file.
deb [arch=armhf] http://downloads-global.3cx.com/downloads/debian -testing main
Chris said it should say:
deb [arch=amd64] http://downloads-global.3cx.com/downloads/debian stretch-testing main
I noticed two difference (the arch is different) and my file is missing the "stretch" before the -testing.
When I run sudo apt-get update ---- at the end it says:
W: The repository 'http://downloads-global.3cx.com/downloads/debian -testing Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://downloads-global.3cx.com/downloads/debian/dists/-testing/main/binary-armhf/Packages 404 Not Found [IP: 172.67.39.236 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
MY QUESTION
Before I continue, should I update/correct the 3cxpbx-testing.list file?
Thank you for your help!