Ladar Levison

Results 145 comments of Ladar Levison
trafficstars

@chrisroberts with 4 jobs running, I saw a different kind of failure. See the output below. This what I used to see when I used the old upload API. Note...

Not sure if you're making realtime tweaks, but I just saw a different type of error scroll by. This time it was a 500 error code, and it looks like...

@chrisroberts I still had 19 upload failures... even after I limited the upload to 4 parallel jobs. Below is a list of the boxes that failed and the HTTP status...

A lot was mentioned. The new install script should be installing an updated virt-manager and virglrender package. To confirm: ```bash # rpm -q virglrenderer virglrenderer-devel virglrenderer-test-server virt-manager virt-manager-common virglrenderer-0.10.4-2.20230104git88b9fe3b.btrh9.x86_64 virglrenderer-devel-0.10.4-2.20230104git88b9fe3b.btrh9.x86_64...

> could it be that the virt-manager is missing some dependencies, see older posts because the error messages are "almost" the same? @gueniewie I think you're right. The good news...

@gueniewie two more footnotes. A big chunk of my effort this build has been getting the` qt-virt-manager` package built with SPICE support. It's required a bit of effort, as there...

@gueniewie try something like: `dnf --enablerepo=* --source download virt-manager` That's the easiest way to get a source RPM, from within a C9S system. It usually works, although sometimes binary RPMs...

@gueniewie the updated packages/install script is uploading now to the `experimental/expanded-dependency-rebuild` branch. Can you give it a try? I played around with the install logic quite a bit, and had...

I think the problem is that you're missing the EPEL repo. Run this first: ``` dnf --enablerepo=extras --quiet --assumeyes install epel-release ``` That should fix some of the errors. I...

> How do I actually get the experiment archive with git? You could clone the entire repo, and then checkout the experimental branch. But the repo has gotten pretty massive....