As I am building debian packages of recent kernels, I have to build the same thing over and over again – pretty much three times to be exact. Once for ‘vanilla’, second time for virtual machines and third time for gameservers using the gentoo patchset. If you check back on my post about ccache on gentoo you might […]
Tag: kernel
My own kernel repo
Debian is awesome. Really. I love Debian – but sometimes the well-aged kernel is a tad too old for me. Currently it’s about fstrim and as I’m already doing my own Gentoo-Kernel for Debian, I had to do it properly and build an upstream ‘vanilla’ kernel too. What I dislike about my current setup is having to install […]
Building a Gentoo Linux Kernel on Debian
Debian is a solid Linux distribution with nearly nothing to complain about besides its well aged software. And in my case this ‘nearly nothing’ was more about the nearly than the nothing as due to the old kernel, fstrim didn’t do its job. So I decided to build a new kernel. But as I am running Gentoo on […]
Kernel Blues?
You know, thanks to Intel’s little ‘design flaw’ in its CPUs and all of that buzz going on, we’re forced to patch around a little. This time, the linux kernel bails out *– * AR /usr/src/linux-4.14.12/tools/objtool/libsubcmd.a * CC /usr/src/linux-4.14.12/tools/objtool/libstring.o * CC /usr/src/linux-4.14.12/tools/objtool/str_error_r.o * LD /usr/src/linux-4.14.12/tools/objtool/objtool-in.o *make[2]: execvp: ./sync-check.sh: Permission denied *make[2]: *** [Makefile:49: /usr/src/linux-4.14.12/tools/objtool/objtool] Error 127 *make[1]: *** […]
Kernel.org Changelog
The good old Changelog of the Linux-Kernel is quite a monster to read and I cannot imagine that you’d like to read it commit by commit for just maintaining your kernel builds in case of getting a rough idea what happened during the last release. So why not making things a little more short and sweet instead? Let’s […]
Today’s hint
Today I was trying to free some space on my server and came across my kernel sources which were a space hog here – especially if they’re already compiled: denkbrett src # du -sh linux-2.6.39.3 718M linux-2.6.39.3 denkbrett src # cd linux-2.6.39.3 denkbrett linux-2.6.39.3 # make distclean denkbrett src # du -sh 437M . As you see, a […]