Yann Dirson

Results 99 comments of Yann Dirson

It may also be that egl.pc needs "Requires: x11", since eglplatform.h includes it unconditionally. We'll have to see if it's really missing.

`$HOME/mock` was `0755` and `$HOME/mock/lib` was `2775` (was moved from `/var/lib`): ``` $ ls -ld ~/mock/lib/ drwxrwsr-x 6 root mock 4096 Oct 4 16:45 /home/user/mock/lib/ $ ls -ld ~/mock/ drwxr-xr-x...

`0775` does not change anything. That does not surprise me much: at the point the error occurs, the filesystem has already be (at least in large part) initialized: ``` $...

One domain in which logging would be useful: troubleshooting a proxy setup such as https://forum.qubes-os.org/t/password-management-now-howto/. When the Firefox plugin says "Cannot decrypt message", it would be great to have the...

> #7229 is a cosmetic issue which does not affect the update process I rather see this as a UI issue. If there is no problem there's no reason to...

> On a quick poll of 4.1 Debian users I know most of them had not even registered the message. It's understandable to skip that message when everything works -...

> I tried the prototype, but it failed on startup Obviously it's not really the place to discuss this, don't hesitate to submit feedback in [the relevant PR](https://gitlab.com/xen-project/xen-guest-agent/-/merge_requests/2) ;)

Something that could turn out useful to understand what happens on such installs that previously used ZFS, would be: 1. detail what was the specific ZFS setup (how many ZFS...

Just did a quick test, installed Ubuntu 22.04 with ZFS, and xcp-ng 8.2.1 over that. Clearly there are ZFS leftovers that should not be there: ``` [17:41 xcp-ng-eesiapsl ~]# blkid...

This support is implemented in the following PR: - https://github.com/xenserver/host-installer/pull/37 - https://github.com/xapi-project/xen-api/pull/4333