
Michael Prokop mika@grml.org wrote:
- covici@ccs.covici.com [Mon Jan 18, 2016 at 07:53:11AM -0500]:
Michael Prokop mika@grml.org wrote:
Since you don't post your exact command line I'm assuming you're missing xz-utils being installed to have proper xz support?
Its the xz partwhich did not recognize the file system. I did tar Jxvf on the file and tried just with xz -d with same result. Can you check it yourself?
Works fine for me:
% wget http://deb.grml.org/pool/main/l/linux/linux_4.1.7.orig.tar.xz % tar atf linux_4.1.7.orig.tar.xz | tail -5 linux-4.1.7/virt/kvm/eventfd.c linux-4.1.7/virt/kvm/irqchip.c linux-4.1.7/virt/kvm/kvm_main.c linux-4.1.7/virt/kvm/vfio.c linux-4.1.7/virt/kvm/vfio.h tar atf linux_4.1.7.orig.tar.xz 6.36s user 0.41s system 108% cpu 6.248 total tail -5 0.03s user 0.23s system 4% cpu 6.248 total
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.