
* covici@ccs.covici.com [Tue Jan 19, 2016 at 03:42:42PM -0500]:
Michael Prokop mika@grml.org wrote:
# apt-get install linux-source-4.1 # cd /usr/src # file linux-source-4.1.tar.xz linux-source-4.1.tar.xz: POSIX tar archive (GNU) # tar atf linux-source-4.1.tar.xz | tail -5 linux-source-4.1/virt/kvm/eventfd.c linux-source-4.1/virt/kvm/irqchip.c linux-source-4.1/virt/kvm/kvm_main.c linux-source-4.1/virt/kvm/vfio.c linux-source-4.1/virt/kvm/vfio.h
So don't add the "J" option to the tar command line and it will work just fine.
OK, thanks -- that indeed did work, although I don't quite understand why.
Because as stated above in:
# file linux-source-4.1.tar.xz linux-source-4.1.tar.xz: POSIX tar archive (GNU)
it's a plain tar file and not further compressed, so the file extension is misleading.
(I don't know why that's actually the case, I'll try to keep an eye on it for our next kernel build.)
regards, -mika-