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 / kernel sources version inconsistencies #2641
Comments
andrewdavidwong
added
the
C: kernel
label
Feb 19, 2017
andrewdavidwong
added this to the Release 3.2 updates milestone
Feb 19, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
@marmarek, is this intentional (i.e., not a bug)? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Feb 20, 2017
Member
Generally the most elegant way to have custom modules is to use VM-provided kernel, see here: https://www.qubes-os.org/doc/managing-vm-kernel/#using-kernel-installed-in-the-vm
As for kernel-devel version not matching the kernel - yep, this is a bug, apparently updated kernel-devel was uploaded only to dom0 repository.
|
Generally the most elegant way to have custom modules is to use VM-provided kernel, see here: https://www.qubes-os.org/doc/managing-vm-kernel/#using-kernel-installed-in-the-vm As for kernel-devel version not matching the kernel - yep, this is a bug, apparently updated kernel-devel was uploaded only to dom0 repository. |
andrewdavidwong
added
the
bug
label
Feb 21, 2017
marmarek
closed this
in
marmarek/qubes-linux-kernel@15514ac
Mar 21, 2017
qubesos-bot
referenced this issue
in QubesOS/updates-status
Mar 21, 2017
Closed
linux-kernel v4.4.55-11 (r3.2) #16
added a commit
to marmarek/qubes-linux-kernel
that referenced
this issue
May 15, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
May 16, 2017
Automated announcement from builder-github
The package kernel-4.9.28-16.pvops.qubes 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
May 16, 2017
|
Automated announcement from builder-github The package
|
qubesos-bot
added
the
r3.2-dom0-cur-test
label
May 16, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
qubesos-bot
Aug 10, 2017
Automated announcement from builder-github
The package kernel-4.9.35-19.pvops.qubes 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
Aug 10, 2017
|
Automated announcement from builder-github The package
Or update dom0 via Qubes Manager. |
tzelch commentedFeb 18, 2017
Qubes OS version (e.g.,
R3.2):R3.2
Affected TemplateVMs (e.g.,
fedora-23, if applicable):fedora-24 / minimal
fedora-23 / minimal
Expected behavior:
Actual behavior:
current official qubes kernel version is 4.4.38-11
the official kernel sources (package kernel-devel) are only at version 4.4.31-11
in order to use the kernel sources, a link needs to be created manually currently
Steps to reproduce the behavior:
General notes:
After fiddling with this for a while i realized the modules for the kernel get mounted automatically in read-only.
Is there any process to add modules in a comfortable way?
Or do i have to do a work around?
Related issues: