kernel-tools
kernel-tools copied to clipboard
:penguin: Kernels on Scaleway
Hi, I need cgroup_enable=memory swapaccount=1 parameters added to my kernel command line arguments so that I could better limit memory consumption of my Docker containers. I was googleing around but...
The whole uncompressed kernel source is more than 700 MB, and extracting it takes a while. We can do something similar to what is done in distributions like Debian and...
I was advised to use mainline bootscripts, to make use of TUN. However, 4.4.127 failed to boot with Ubuntu 14.04, and 4.9.93 seems to lack TUN support: # ls /lib/modules/4.9.93-mainline-rev1/kernel/drivers/net...
sudo apt-get --reinstall install linux-headers-`uname -r` fails, also "linux-image-extra-$(uname -r)" fails. Tried to reinstall kernel according to your docs, first it needed apt-get install gcc and apt-get install libssl-dev ,...
Is it possible to have CONFIG_CHECKPOINT_RESTORE=y in the current kernel on VPS SCALEWAY (VC1L for instance) ? Currently due to this lack, CRIU is not working and we can't use...
On my VC1S server, the asni_intel module is listed in the /proc/config.gz file, but is not present : ``` ---> uname -a Linux hermoth.oudin.ml 4.15.7-mainline-rev1 #1 SMP Wed Feb 28...
Like in issue #271 but for the new aarch64 kernel
Hi, C1 machine + Debian Jessie: ``` cat /proc/sys/kernel/random/entropy_avail 0 ``` This is on na fresh C1 instance, however it was not always this way, here is munin chart of...
Hi, Could you consider enabling CONFIG_TRANSPARENT_HUGEPAGE ? It’ll be a (free) perf gain for a couple apps. AFAIK, that should not have any consequence on virt, but I’m no kernel...
They're required for 'nat' chains in 'ip' tables in `nftables`. The respective IPv6 options are already enabled.