[qubes-users] Fedora 32: dnf update fails

Hello,

The update on my fedora 32 template VM fails with a 404 on any source in the update repo.
Currently I’m not able to install any package on my template.

Can someone advice?

Thanks.

Below is the output:

[root@fedora-32 yum.repos.d]# dnf update --refresh
Fedora 32 openh264 (From Cisco) - x86_64 1.9 kB/s | 2.5 kB 00:01
Fedora Modular 32 - x86_64 2.0 MB/s | 4.9 MB 00:02
Fedora Modular 32 - x86_64 - Updates 1.3 MB/s | 4.4 MB 00:03
Fedora 32 - x86_64 - Updates 13 kB/s | 434 kB 00:32
Errors during downloading metadata for repository ‘updates’:

Forgot to add the repository config:

[updates]
name=Fedora $releasever - $basearch - Updates
#baseurl=http://download.example/pub/fedora/linux/updates/$releasever/Everything/$basearch/
metalink=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
countme=1
repo_gpgcheck=0
type=rpm
gpgcheck=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch
skip_if_unavailable=False

Any suggestion would be highly appreciated.

Thanks!

Just checked it dnf update succeeds in an AppVM (using the same templatevm ) without using the tinyproxy.
So guess this is probably due to tinyproxy??

Well, run dnf again and without doing anything this time it worked.
Have no idea what went wrong but the issue was solved.

Thanks everyone!