Fedora 36 templates available

Nope, still the same problem after Dom0 update. The fedora-36 template cannot be downloaded.

Nope, same error here via gui.

Strange, I installed the template 1h ago without any issue.

Yes, I thought this is the issue but after updating Dom0, i am still getting this error.

1 Like

Idem with minimal:

Downloading 'qubes-template-fedora-36-minimal-0:4.0.6-202205270243'...
qubes-template-fedora-36-minimal-0:4.0.6-202205270243:  40%|████      | 293M/724M [24:20<35:55, 200kB/s]
Error canonicalizing file: Payload forged!
ERROR: [Errno 2] No such file or directory: '/home/bruno/.cache/qvm-template/tmpdyt6dn91/qubes-template-fedora-36-minimal-0:4.0.6-202205270243.rpm.UNTRUSTED'

Can it be a network latency problem (very slow network here)?

Found this:

It seems specific to 36 - other templates can be installed or
reinstalled.

Yes, looks like this is the case. I can download other templates.

Same here. And tried to use sys-whonix too (over tor) with the same exact issue.

same issue (no proxy/vpn/tor)

I had this error using qvm-template-qui, but success on retry. On other machine, no error.

I had this error using qvm-template-qui, but success on retry. On other machine, no error.

Amazing and at the same time wired, but qvm-template-qui works. at least I am seeing that I am downloading but it is very very slow.

The other wired thing is that I am not able to update my VMs and Dom0 on GUI but I can do that by right click on VM name in Qubes Manager, and now command line is no good for installing template but GUI is working fine. Just wired.

Update: No! it did not worked. I am having this error now:

Downloading 'qubes-template-fedora-36-0:4.0.6-202205270243'...
qubes-template-fedora-36-0:4.0.6-202205270243:   9%|▉         | 152M/1.72G [38:13<6:33:51, 66.3kB/s]
Error canonicalizing file: Payload forged!
ERROR: [Errno 2] No such file or directory: '/home/sa/.cache/qvm-template/tmpv28slbbl/qubes-template-fedora-36-0:4.0.6-202205270243.rpm.UNTRUSTED'

did you expand the dom0 root space?

I did not touch it. Do I need to expand it? if yes, how can i do that?

How much of that space>?

How much of that space>?

this is my Dom0:

Filesystem                   Size  Used Avail Use% Mounted on
devtmpfs                     1.9G     0  1.9G   0% /dev
tmpfs                        2.0G     0  2.0G   0% /dev/shm
tmpfs                        2.0G  2.4M  2.0G   1% /run
/dev/mapper/qubes_dom0-root  808G  7.7G  759G   1% /
tmpfs                        2.0G  8.0K  2.0G   1% /tmp
xenstore                     2.0G  568K  2.0G   1% /var/lib/xenstored
/dev/sda1                    976M  271M  639M  30% /boot
tmpfs                        392M   28K  392M   1% /run/user/1000

and generally 377.5G of 821.2G is used.

I think you need to upgrade your dom0 mapper from 7.7 G to around 50G

But if that is the case, why I am able to download other templates. I do not have any issue with Fedora 35.
Also, what is the best practices to expand Dom0?

sudo lvresize --size 45G /dev/mapper/qubes_dom0-root

Then

sudo resize2fs /dev/mapper/qubes_dom0-root

2 Likes