-
-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Closed
Bug
Copy link
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.diagnosedTechnical diagnosis of this issue has been performed.Technical diagnosis of this issue has been performed.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.
Description
Qubes OS release
r4.3-rc1
Brief summary
Preloaded disposables don't automatically start on r4.3-rc1. Disabling and re-enabling the checkbox helps to start them, but does not fix the after-reboot problems.
Seems to be caused by the systemd service not being enabled. I started and enabled the service to fix that. Upgraded to r4.3-rc1 in-place.
user@dom0 ~ % sudo systemctl status qubes-preload-dispvm.service
○ qubes-preload-dispvm.service - Preload Qubes DispVMs
Loaded: loaded (/usr/lib/systemd/system/qubes-preload-dispvm.service; disabled; preset: disabled)
Drop-In: /usr/lib/systemd/system/service.d
└─10-timeout-abort.conf, 50-keep-warm.conf
Active: inactive (dead)
user@dom0 ~ % sudo systemctl enable --now qubes-preload-dispvm.service
Created symlink '/etc/systemd/system/multi-user.target.wants/qubes-preload-dispvm.service' → '/usr/lib/systemd/system/qubes-preload-dispvm.service'.
Steps to reproduce
- Upgrade to r4.3-rc1 in-place
- Enable preloaded disposables
- Reboot
Expected behavior
Disposables get launched on boot.
Actual
Nuh uh.
antler5
Metadata
Metadata
Assignees
Labels
C: coreThis issue pertains to a Qubes core component.This issue pertains to a Qubes core component.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.affects-4.3This issue affects Qubes OS 4.3.This issue affects Qubes OS 4.3.diagnosedTechnical diagnosis of this issue has been performed.Technical diagnosis of this issue has been performed.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.
Type
Projects
Status
Done