Opened 15 months ago
Closed 14 months ago
#461 closed defect (notanissue)
qvm-shutdown spits out lots of permission errors
| Reported by: | joanna | Owned by: | joanna |
|---|---|---|---|
| Priority: | minor | Milestone: | Release 1 |
| Component: | core | Keywords: | |
| Cc: |
Description
Change History (5)
comment:1 Changed 15 months ago by joanna
- Priority changed from major to minor
comment:2 Changed 15 months ago by marmarek
comment:3 Changed 15 months ago by joanna
[joanna@dom0 win7]$ 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...
comment:4 Changed 15 months ago by marmarek
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).
comment:5 Changed 14 months ago by joanna
- Resolution set to notanissue
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Can you provide some?