Antoine Martin
Antoine Martin
After converting to template, `qvm-run appvm-alpine-315 urxvt` doesn't work in AppVM. `qrexec-fork-server` gives following error: ``` 2022-07-17 22:33:04.813 qrexec-fork-server[12043]: qrexec-agent-data.c:244:handle_new_process_common: executed: QUBESRPC qubes.VMShell dom0 (pid 12045) 2022-07-17 22:33:04.816 qrexec-fork-server[12043]: qrexec-agent-data.c:272:handle_new_process_common:...
Fixed the `qvm-run` issue - still related to Alpine's `sh` pointing to Busybox. For previous version of this issue, I simply changed the shebang. For now I'm seeing if Alpine...
> > A workaround I've found is executing `kill -SIGUSR1 $(cat /run/qubes/qubes-meminfo-writer.pid)` as a `start_post()` > > qrexec agent should do that on the first call (first qvm-run). Have you...
Quick update on this project: I've been running Alpine Linux as my Qubes OS template for a few weeks now, and so far it's been quite a success! I've (moslty)...
Of note, with https://github.com/dotnet/runtime/pull/74504 changing `init-distro-rid.sh` is not necessary as `TargetRid` is now used to define `__DistroRid` when in source-build. `[System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier` should be changed as to parse all `VERSION_ID` variables...
To add to the above, this means the following manipulations should be supported on Alpine: `alpine.3.17.0-$arch` -» `alpine.3.17-$arch` `alpine.3.17-$arch` -» `alpine.3.17-$arch` `alpine.3.17_alpha-$arch` -» `alpine.3.17-$arch` `alpine.3.17.0_rc1` -» `alpine.3.17-$arch` My knowledge of...
> Hi all, I think I've run into the same issue as described above. > > I am using the official ASP.NET Core runtime image as my base image i.e....
Hmm, well I have the option in the UI on the tablet to view the document in landscape mode.
I am running 2.15.1.1189 on the rM2
Reflink support for ZFS is slated for release with OpenZFS 2.2. I've been using cfcs's work-in-progress ZFS driver, but this might make me drop it and use file-reflink directly.