Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upkernel 4.9 vs disposable VM online network change #2859
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Try regenerating DVM template after changing the kernel. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Zrubi
Jun 19, 2017
Member
Issue solved then.
Maybe the template regeneration should be forced after the kernel change?
|
Issue solved then. Maybe the template regeneration should be forced after the kernel change? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jun 19, 2017
Member
Or savefile should also include kernel version (and properly report it). Which one is better?
|
Or savefile should also include kernel version (and properly report it). Which one is better? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Zrubi
Jun 19, 2017
Member
While I don't see the background of the real problem here, If we can skip the "slow" template regeneration that would be nice.
|
While I don't see the background of the real problem here, If we can skip the "slow" template regeneration that would be nice. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Jun 19, 2017
Member
The problem is that changing kernel also change disk image mounted as /lib/modules. And when savefile is generated, it is mounted there - so changing the image underneath result in what you see - kernel is confused.
|
The problem is that changing kernel also change disk image mounted as /lib/modules. And when savefile is generated, it is mounted there - so changing the image underneath result in what you see - kernel is confused. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Zrubi
Jun 19, 2017
Member
So this problem not 4.9 related but affecting the "changing VM kernel" feature in general...
|
So this problem not 4.9 related but affecting the "changing VM kernel" feature in general... |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
Yes, exactly. |
andrewdavidwong
added
C: core
C: kernel
enhancement
labels
Jun 21, 2017
andrewdavidwong
added this to the Far in the future milestone
Jun 21, 2017
marmarek
modified the milestones:
Release 3.2 updates,
Far in the future
Jul 26, 2017
added a commit
to QubesOS/qubes-core-admin
that referenced
this issue
Jul 26, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Jul 26, 2017
Automated announcement from builder-github
The package qubes-core-dom0-3.2.15-1.fc23 has been pushed to the r3.2 testing repository for dom0.
To test this update, please install it with the following command:
sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing
qubesos-bot
commented
Jul 26, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r3.2-dom0-cur-test
label
Jul 26, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Jul 26, 2017
Closed
core-admin v3.2.15 (r3.2) #149
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Sep 18, 2017
Automated announcement from builder-github
The package qubes-core-dom0-3.2.15-1.fc23 has been pushed to the r3.2 stable repository for dom0.
To install this update, please use the standard update command:
sudo qubes-dom0-update
Or update dom0 via Qubes Manager.
qubesos-bot
commented
Sep 18, 2017
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
Zrubi commentedJun 19, 2017
•
edited
Edited 1 time
-
Zrubi
edited Jun 19, 2017 (most recent)
Qubes OS version (e.g.,
R3.2):Qubes 3.2
xen: 4.6.5
Affected TemplateVMs (e.g.,
fedora-23, if applicable):Fedora 24
VM kernel 4.9.31
Expected behavior:
Able to change the netvm of a running disposable VM
Actual behavior:
The Qubes manager shows it has been changed, however the VM has no networking. (as the default netvm is none)
I got this error in the VM:
kernel: EXT4-fs error (device xvdd): ext4_lookup:1583: inode #53358: comm systemd-udevd: deleted inode referenced: 59938
kernel: EXT4-fs (xvdd): previous I/O error to superblock detected
kernel: blk_update_request: I/O error, dev xvdd, sector 2
kernel: blk_update_request: I/O error, dev xvdd, sector 2
kernel: Buffer I/O error on dev xvdd, logical block 1, lost sync page write
And no network device appears in the VM.
while the same DVM works if I choose the VM kernel 4.4.x
kernel: xen_netfront: Initialising Xen virtual ethernet driver
And networking is working as expected.
Steps to reproduce the behavior:
General notes:
the used template is up to date from all testing and security-testing repos are also enabled.
Related issues: