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

Unable to add software to AppVM through TemplateVM update #3181

Closed
pietrushnic opened this Issue Oct 17, 2017 · 4 comments

Comments

Projects
None yet
5 participants
@pietrushnic

Qubes OS version:

R4.0

Affected TemplateVMs:

fedora-25


Steps to reproduce the behavior:

  1. Create AppVM using fedora-25
  2. Run AppVM - check there is no commad eg. tmux
  3. Power off AppVM
  4. Run fedora-25 and install tmux
  5. Poweroff fedora-25
  6. Run AppVM and check if tmux exist

Expected behavior:

tmux exist

Actual behavior:

tmux not found

General notes:

IIRC this affects other templates.

I found this when trying to add recent ucode file to sys-net since I have problem with making my Intel 8260 card working, so persistent file adding also not working.

Question is, if I'm missing some sync feature for Qubes 4.0 ?


Related issues:

@0spinboson

This comment has been minimized.

Show comment
Hide comment
@0spinboson

0spinboson Oct 17, 2017

Could you try cloning the template and assigning that as template to the appvm? I ran into this once as well a few weeks ago.

Could you try cloning the template and assigning that as template to the appvm? I ran into this once as well a few weeks ago.

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 17, 2017

Member

This may be related to #3164. Try starting and stopping template again.

Member

marmarek commented Oct 17, 2017

This may be related to #3164. Try starting and stopping template again.

@pietrushnic

This comment has been minimized.

Show comment
Hide comment
@pietrushnic

pietrushnic Oct 17, 2017

@marmarek @0spinboson shutdown and start seem to work:

qvm-shutdown fedora-25
qvm-shutdown test-1
qvm-start fedora-25
qvm-shutdown fedora-25
qvm-start fedora-25
qvm-start test-1

After above sequence test-1 were synchronized. Is there any chance that not using qvm-start lead to problem ? Will try to observe that if this may be the case.

@marmarek @0spinboson shutdown and start seem to work:

qvm-shutdown fedora-25
qvm-shutdown test-1
qvm-start fedora-25
qvm-shutdown fedora-25
qvm-start fedora-25
qvm-start test-1

After above sequence test-1 were synchronized. Is there any chance that not using qvm-start lead to problem ? Will try to observe that if this may be the case.

@marmarta

This comment has been minimized.

Show comment
Hide comment
@marmarta

marmarta Jul 15, 2018

I'll close this - there were fixes in #3164 that should have helped. If it has happened again after the fixes were introduced, please reopen this issue.

I'll close this - there were fixes in #3164 that should have helped. If it has happened again after the fixes were introduced, please reopen this issue.

@marmarta marmarta closed this Jul 15, 2018

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