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-shutdown spits out lots of permission errors #461

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

Comments

Projects
None yet
2 participants
@marmarek
Member

marmarek commented Mar 8, 2015

Reported by joanna on 1 Mar 2012 18:45 UTC
None

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

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 8 Mar 2012 23:32 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 8 Mar 2012 23:32 UTC

@marmarek marmarek added P: minor and removed P: major labels Mar 8, 2015

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 9 Mar 2012 09:30 UTC
Can you provide some?

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 9 Mar 2012 09:30 UTC
Can you provide some?

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by joanna on 12 Mar 2012 12:23 UTC

[win7](joanna@dom0)$ qvm-shutdown --all --wait
Shutting down VM: 'netvm'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'firewallvm'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'qubes'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'personal'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'work-pub'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'work'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'vault'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'itlvpn'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Waiting for the VM(s) to shutdown...


Member

marmarek commented Mar 8, 2015

Comment by joanna on 12 Mar 2012 12:23 UTC

[win7](joanna@dom0)$ qvm-shutdown --all --wait
Shutting down VM: 'netvm'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'firewallvm'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'qubes'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'personal'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'work-pub'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'work'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'vault'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Shutting down VM: 'itlvpn'...
libxl: error: libxl_utils.c:320:libxl_read_file_contents failed to open /etc/xen/xl.conf: Permission denied
Failed to read config file: /etc/xen/xl.conf: Permission denied
Waiting for the VM(s) to shutdown...


@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Comment by marmarek on 12 Mar 2012 12:29 UTC
This is because you haven't restarted system after xen upgrade. xen %post resets /etc/xen permissions (which is fixed in qubes_core init script).

Member

marmarek commented Mar 8, 2015

Comment by marmarek on 12 Mar 2012 12:29 UTC
This is because you haven't restarted system after xen upgrade. xen %post resets /etc/xen permissions (which is fixed in qubes_core init script).

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Mar 8, 2015

Member

Modified by joanna on 12 Apr 2012 10:17 UTC

Member

marmarek commented Mar 8, 2015

Modified by joanna on 12 Apr 2012 10:17 UTC

@marmarek marmarek added the notanissue label Mar 8, 2015

@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