-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
qvm-backup error: Connection to qubesd terminated, followed by traceback #5004
Comments
Looks like qubesd was restarted during the process. Maybe you've installed updates at the same time? Anyway, see journalctl messages about that time. |
Nope.
Here it is:
|
Ok, now the question is: why? |
Yes, looks like you're right:
|
Also reported by djb: https://groups.google.com/d/msgid/qubes-users/20190804053803.2565.qmail%40cr.yp.to |
stderr already ends goes to syslog. Stop duplicating the messages to /var/lib/qubes/qubes.log (or /tmp/qubes.log), so logrotate doesn't have to restart qubesd - causing problems such as aborted backups. Fixes QubesOS/qubes-issues#5004
Automated announcement from builder-github The package
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
I encountered this same error (R4.0, fully updated dom0). I used the GUI to start a backup, went to bed (only dom0 and system qubes were running), and woke up to the same error "Backup error: Got empty response from qubesd. See journalctl in dom0 for details." Relevent portion of dom0 log:
it appears as though the fix was pushed to the R4.1 repos but I don't know if it made it to the R4.0 repos. Considering the backup I'm trying to make is absolutely massive is a workaround just to cancel the logrotate job temporarily? |
Pinging @marmarek |
I can confirm that this is still a problem on 4.0. Here's a thread that's probably reporting the same thing. |
This needs to be backported. @marmarek ping |
Fixes QubesOS/qubes-issues#5004 (cherry picked from commit bb6e73c)
Automated announcement from builder-github The component
|
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
Qubes OS version
R4.0
Affected component(s) or functionality
qvm-backup
Brief summary
While making a backup,
qvm-backup
fails with the messageConnection to qubesd terminated, reconnecting in 1.0 seconds
, followed by the usual VM list, followed by a traceback (see below).To Reproduce
Additional context
This
qvm-backup
is run as part of a nightly script. It has worked fine with no changes almost all other nights for a long time (months to years). I made no configuration changes between this run and the previous successful run.The text was updated successfully, but these errors were encountered: