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

Correctly start qmemman daemon #635

Closed
marmarek opened this Issue Mar 8, 2015 · 2 comments

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 20 Jul 2012 12:32 UTC
We currently start it this way:

  /usr/lib/qubes/qmemman_daemon.py >/var/log/qubes/qmemman.log 2>/var/log/qubes/qmemman.errs &

...which seems to create a race when there is a slow disk (a race resulting in qvm-start running before qmemman is initialized). We should instead let the daemon init and go to the background itself (once initialized), and not use & when starting it in the qubes_core script.

Migrated-From: https://wiki.qubes-os.org/ticket/635

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 20 Jul 2012 12:33 UTC
Also use the same starting scheme for meminfo write in Dom0 qubes_core (just in case).

Member

marmarek commented Mar 8, 2015

Comment by joanna on 20 Jul 2012 12:33 UTC
Also use the same starting scheme for meminfo write in Dom0 qubes_core (just in case).

@marmarek marmarek closed this Mar 8, 2015

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