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 upDebian Templates: linux-headers-amd64 package installation fails #1353
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 23, 2015
Member
/lib/modules is indeed mounted read-only. Same as the kernel, it is
provided by dom0, so VM have no influence on the kernel. So, in short
it is senseless to install kernel modules in the VM (using distro package).
What exactly linux-headers package try to write there? And why do you
want to install it?
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
Best Regards, |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
adrelanos
Oct 23, 2015
Member
Use cases:
- Non-Qubes-Whonix builds try to install it (ok, that can be worked around)
- kernel module development, I wanted to compile a kernel module.
|
Use cases:
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
marmarek
Oct 23, 2015
Member
On Fri, Oct 23, 2015 at 04:10:53AM -0700, Patrick Schleizer wrote:
- kernel module development, I wanted to compile a kernel module.
That'd require having packaged headers exactly for kernel VM is using.
Currently we have them only as rpm package... So I think in practice the
only way to go is to get that rpm package (kernel-devel) and somehow
install it in Debian VM (either using "alien" or manually extracting to
some directory and pointing build scripts to use that).
This would be much easier when #1354 got implemented. I wonder why we
hadn't ticket for this already - the idea isn't anything new.
Best Regards,
Marek Marczykowski-Górecki
Invisible Things Lab
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
|
On Fri, Oct 23, 2015 at 04:10:53AM -0700, Patrick Schleizer wrote:
That'd require having packaged headers exactly for kernel VM is using. This would be much easier when #1354 got implemented. I wonder why we Best Regards, |
added a commit
to Whonix/Whonix
that referenced
this issue
Oct 25, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
We'll go PV Grub way (#1354). |
adrelanos commentedOct 23, 2015
Any idea?