qubes-core-agent-linux icon indicating copy to clipboard operation
qubes-core-agent-linux copied to clipboard

Qubes component: core-agent-linux

Results 32 qubes-core-agent-linux issues
Sort by recently updated
recently updated
newest added

Convert qubes.UpdatesProxy and qubes.ConnectTCP services to use TCP support built into qrexec itself since https://github.com/QubesOS/qubes-issues/issues/9037

openqa-pending

This allows to run arbitrary commands early in initialization, which is useful for things like replacing Qubes GUI packages in a specific VM.

Add support for IPv6 DNS together with this pull request: https://github.com/QubesOS/qubes-core-admin/pull/558

This change reduces intramfs size to about 20MB, but the VM still fails to boot. Fixes QubesOS/qubes-issues#8540

This is already started by qubes-network-uplink.service, so stopping it is a bad idea. Since setup-ip is not idempotent, the result is a down network interface. Fixes: QubesOS/qubes-issues#8362 Fixes: QubesOS/qubes-issues#8305

Fedora now ships with btrfs as default, add support for it. QubesOS/qubes-issues#7310

QubesOS/qubes-issues#7051

Draft pull request for automated port forwarding in Qubes. The required changes are in: - [qubes-core-admin](https://github.com/QubesOS/qubes-core-admin/pull/434) - [qubes-core-admin-client](https://github.com/QubesOS/qubes-core-admin-client/pull/190) - [qubes-core-agent-linux](https://github.com/QubesOS/qubes-core-agent-linux/pull/333) Original documentation for the development process and the forwarding logic...

This feels ugly because it doesn't fix the underlying bug, but it's incredibly hard to trace down the root cause in this situation and it causes updates to fail which...