- Joined
- Apr 26, 2019
- Messages
- 8
- Reaction score
- 12
I open again a discussion as in the closed thread https://www.3cx.com/community/threads/raspberry-pi-sbc-wont-update-18-0-30-to-18-1-34.86386/
As stated by loyer I also have experienced that after an upgrade from v16 tp v18 on Windows the connected SBC/raspberry pi was asking for an UPDATE to 18.1.34 but impossible to start the update.
Looking in the raspberry /etc/apt/source.list.d/3cxpbx-testing.list I noticed that it was missing 'stretch' before '-testing'
deb http://downloads-global.3cx.com/downloads/debian -testing main
so I changed to
deb http://downloads-global.3cx.com/downloads/debian stretch-testing main
and started updates again:
sudo apt update
sudo apt upgrade
After finishing the upgrades (it took around 5 minutes) I tried again to press "update" from 3CX console (SIP trunk menu) after selecting and it finally worked.
I hope this could be helpful to others people facing the same issue.
P.S.: I moved out raspi.list file from /etc/apt/source.list.d/ before to start upgrading
As stated by loyer I also have experienced that after an upgrade from v16 tp v18 on Windows the connected SBC/raspberry pi was asking for an UPDATE to 18.1.34 but impossible to start the update.
Looking in the raspberry /etc/apt/source.list.d/3cxpbx-testing.list I noticed that it was missing 'stretch' before '-testing'
deb http://downloads-global.3cx.com/downloads/debian -testing main
so I changed to
deb http://downloads-global.3cx.com/downloads/debian stretch-testing main
and started updates again:
sudo apt update
sudo apt upgrade
After finishing the upgrades (it took around 5 minutes) I tried again to press "update" from 3CX console (SIP trunk menu) after selecting and it finally worked.
I hope this could be helpful to others people facing the same issue.
P.S.: I moved out raspi.list file from /etc/apt/source.list.d/ before to start upgrading