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

qubes-dom0-updates fails always after one fail #987

Closed
v6ak opened this Issue May 4, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@v6ak

v6ak commented May 4, 2015

Since /var/lib/qubes/updates/errors is not automatically deleted, qubes-dom0-updates gives up if there was a problem in the past. See abeluck/qubes-core@a680976#diff-c2fc1ccc6b7d0d54b8baa948e60180d3R90 .

Workaround: run sudo rm /var/lib/qubes/updates/errors in Dom0 and try again.

I think /var/lib/qubes/updates/errors (and maybe some other files) should be automatically cleaned:

  1. before qubes-dom0-update – in order to handle suddenly stopped update process correctly
  2. after qubes-dom0-update – in order to clean unneeded files as soon as possible

Maybe some files should be moved to /tmp.

@marmarek marmarek added this to the Release 3.0 milestone May 12, 2015

@marmarek marmarek self-assigned this May 12, 2015

marmarek added a commit to marmarek/old-qubes-core-admin-linux that referenced this issue Jun 20, 2015

dom0-update: clear error marker before downloading new packages (#987)
Otherwise if some package download fails once - further tries will also
report errors.

Fixes QubesOS/qubes-issues#987

(cherry picked from commit f2b5cf1)
@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 29, 2015

Member

Automated announcement from builder-github

The package qubes-core-dom0-linux-2.0.31-1.fc20 has been pushed to the r2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Member

marmarek commented Oct 29, 2015

Automated announcement from builder-github

The package qubes-core-dom0-linux-2.0.31-1.fc20 has been pushed to the r2 stable repository for dom0.
To install this update, please use the standard update command:

sudo qubes-dom0-update

Or update dom0 via Qubes Manager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment