Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Sunday 04 October 2020 10:17:31 ajh-valmer via tde-users wrote:
Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
You need to get the key for this repo, I think. But in the meanwhile, temporarily, you can add "--allow-unauthenticated" to your apt-get command.
sudo apt-get --allow-unauthenticated install
etc.
That ought to work.
Bill
On Sunday 04 October 2020 12:17:31 pm ajh-valmer via tde-users wrote:
Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease Forbidden You don't have permission to access /trinity-sb/dists/buster/InRelease on this server. Apache/2.2.22 (Debian) Server at mirror.xcer.cz Port 80
Try a different mirror?
This is deb buster install code for TDE, use what you want/need:
# Import GPG signing key wget -O /tmp/trinity-keyring.deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb dpkg -i /tmp/trinity-keyring.deb rm /tmp/trinity-keyring.deb 2>/dev/null # Configure the package manager rm /etc/apt/sources.list.d/trinitydesktop.org.list 2>/dev/null echo "# Trinity Desktop Environment - Stable">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "# deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list echo "# deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main">>/etc/apt/sources.list.d/trinitydesktop.org.list # Download new package information apt-get update
On Sunday 04 October 2020 10:17:31 ajh-valmer via tde-users wrote:
Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
You need to get the key for this repo, I think. But in the meanwhile, temporarily, you can add "--allow-unauthenticated" to your apt-get command.
sudo apt-get --allow-unauthenticated install
etc.
That ought to work.
Bill
P.S. I had to check my own sources.list to make sure, but also I think that yours may be out-of-date. My own repos (copied from the Trinity pages about a month ago) are listed below. Change according to your own system, of course.
# Trinity - TDE deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.0.x buster main deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-builddeps-r14.0.x buster main
# Trinity preliminary stable builds deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14
# Trinity preliminary testing builds # deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main # deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main
Dne Sunday 04 of October 2020 19:17:31 ajh-valmer via tde-users napsal(a):
Hello,
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Thank you, cheers,
André
Hi André,
mirror for PSB repository on mirror.xcer.cz is unavailable for some time. Use the mirror at a more official address instead - see the wiki page:
https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
Cheers
On Sunday 04 October 2020 20:07:50 Slávek Banko via tde-users wrote:
Dne Sunday 04 of October 2020 19:17:31 ajh-valmer :
# apt-get update "No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated". Quid, what to do ?
Hi André, mirror for PSB repository on mirror.xcer.cz is unavailable for some time. Use the mirror at a more official address instead - see the wiki page: https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
Hi Slávek,
To add this line in "/etc/apt/sources.list" ? before apt-get upgrade and apt-get dist-upgrade
thanks,
André
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Sunday 04 October 2020 20:07:50 Slávek Banko via tde-users wrote:
Hi André, mirror for PSB repository on mirror.xcer.cz is unavailable for some time. Use the mirror at a more official address instead - see the wiki page: https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
Hello,
I have upgraded my Debian Buster + the last tde-trinity version : Full success for the both, (with new links from wiki.trinitydesktop.org/Preliminary_Stable_Builds in sources .list).
trinity-desktop, the best desktop of the world ! :-)
André
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Wednesday 07 October 2020 11:19:03 ajh-valmer via tde-users wrote:
On Sunday 04 October 2020 20:07:50 Slávek Banko via tde-users wrote:
Hi André, mirror for PSB repository on mirror.xcer.cz is unavailable for some time. Use the mirror at a more official address instead - see the wiki page: https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
Hello,
I have upgraded my Debian Buster + the last tde-trinity version : Full success for the both, (with new links from wiki.trinitydesktop.org/Preliminary_Stable_Builds in sources .list).
trinity-desktop, the best desktop of the world ! :-)
André
Yes, definitely the best; far and away, the best. Now there is something that we can all agree on.
Bill
On Sun October 4 2020 10:17:31 ajh-valmer via tde-users wrote:
# apt-get update
"No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated".
Quid, what to do ?
Do you have the following in /etc/apt/sources.list all on one line?
deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14
Do you NOT have any mention of xcer.cz in /etc/apt/sources.list?
cf: https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
--Mike
On Sunday 04 October 2020 20:22:12 Mike Bird via tde-users wrote:
On Sun October 4 2020 10:17:31 ajh-valmer via tde-users wrote:
# apt-get update "No acces to : http://mirror.xcer.cz/trinity-sb/dists/buster/InRelease 403 Forbidden [IP : 91.241.23.210 80] The deposit http://mirror.xcer.cz/trinity-sb buster InRelease is not signed. The upgrades cannot be secured and so, are desactivated". Quid, what to do ?
Do you have the following in /etc/apt/sources.list all on one line? deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14 Do you NOT have any mention of xcer.cz in /etc/apt/sources.list? cf: https://wiki.trinitydesktop.org/Preliminary_Stable_Builds
I have these two lines (no good) :
deb http://mirror.xcer.cz/trinity-sb buster deps-r14 main-r14 deb-src http://mirror.xcer.cz/trinity-sb buster deps-r14 main-r14
The two following seem better : deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb buster deps-r14 main-r14
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting