
18 Jan
2016
18 Jan
'16
16:48
* covici@ccs.covici.com [Mon Jan 18, 2016 at 10:24:01AM -0500]:
But that was not the one I tried to install -- I tried to install by doing apt-get install linux-source-4.1 tar Jxvf linux-source-4.1.tar.xz and this gave me a broken file.
# 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.
regards, -mika-