Hi,
lacking competence or support to build bridges under DEBIAN 12, I tried FEDORA and this feeeeeels cool.
Yep yet this worry some message :
Errors during downloading metadata for repository 'tor':
- Status code: 404 for https://rpm.torproject.org/fedora/repodata/repomd.xml (IP: 2620:7:6002:0:466:39ff:fe7f:1826)
Error: Failed to download metadata for repo 'tor': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
here is my bash script before the error that I find absolutely fine... kindly prove me wrong, please.
Carlos.
(would PGP encryption make sense when sending these types of emails to tor-relays@lists.torproject.org ? can't see the mailing list PGP publicly)
dnf update dnf install dnf-automatic -y systemctl enable --now dnf-automatic-install.timer
echo "[tor]" > /etc/yum.repos.d/Tor.repo echo "name=Tor for Fedora $releasever - $basearch" >> /etc/yum.repos.d/Tor.repo echo "baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch"
/etc/yum.repos.d/Tor.repo
echo "enabled=1" >> /etc/yum.repos.d/Tor.repo echo "gpgcheck=1" >> /etc/yum.repos.d/Tor.repo echo "gpgkey=https://rpm.torproject.org/fedora/public_gpg.key" >> /etc/yum.repos.d/Tor.repo echo "cost=100" >> /etc/yum.repos.d/Tor.repo
dnf install tor -y dnf install obfs4 -y
You can browse the repo and see what the error is. https://rpm.torproject.org/fedora/
You're missing the "$releasever/$basearch https://rpm.torproject.org/fedora/$releasever/$basearch/" part of the URL for repomd.xml.
On Mon, Apr 15, 2024 at 3:07 PM Carlos eff_03675549@posteo.se wrote:
Hi,
lacking competence or support to build bridges under DEBIAN 12, I tried FEDORA and this feeeeeels cool.
Yep yet this worry some message :
Errors during downloading metadata for repository 'tor':
- Status code: 404 for
https://rpm.torproject.org/fedora/repodata/repomd.xml (IP: 2620:7:6002:0:466:39ff:fe7f:1826)
Error: Failed to download metadata for repo 'tor': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
here is my bash script before the error that I find absolutely fine... kindly prove me wrong, please.
Carlos.
(would PGP encryption make sense when sending these types of emails to tor-relays@lists.torproject.org ? can't see the mailing list PGP publicly)
dnf update dnf install dnf-automatic -y systemctl enable --now dnf-automatic-install.timer
echo "[tor]" > /etc/yum.repos.d/Tor.repo echo "name=Tor for Fedora $releasever - $basearch" >> /etc/yum.repos.d/Tor.repo echo "baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch"
/etc/yum.repos.d/Tor.repo
echo "enabled=1" >> /etc/yum.repos.d/Tor.repo echo "gpgcheck=1" >> /etc/yum.repos.d/Tor.repo echo "gpgkey=https://rpm.torproject.org/fedora/public_gpg.key" >> /etc/yum.repos.d/Tor.repo echo "cost=100" >> /etc/yum.repos.d/Tor.repo
dnf install tor -y dnf install obfs4 -y
-- PGP updated every second week : please actualize our communication every time.
tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
On Mon, 08 Apr 2024, Carlos wrote:
echo "[tor]" > /etc/yum.repos.d/Tor.repo echo "name=Tor for Fedora $releasever - $basearch" >> /etc/yum.repos.d/Tor.repo echo "baseurl=https://rpm.torproject.org/fedora/$releasever/$basearch" >> /etc/yum.repos.d/Tor.repo
Can you show the content of /etc/yum.repos.d/Tor.repo after variable substitution?
It looks like the baseurl might be missing $releasever/$basearch.
tor-relays@lists.torproject.org