[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Segmentation faults with aptitude and apt-get on some packages



On 11/29/2016 11:33 PM, rod wrote:
> 1) I have noodled around with this all day (slow day here) and I'm not
> any closer to understanding the process to compile the 4.8.11 kernel. If
> you could point me to a HOWTO or other documentation by which I can
> further my knowledge and understanding of the process I'd be appreciative.

Try:

$ apt update
$ apt-get build-dep linux
$ cd /usr/src/
$ wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.8.11.tar.xz
$ tar xf linux-4.8.11.tar.xz
$ cd linux-4.8.11
$ cp -av /boot/config-$(uname -r)
$ make oldconfig (Just always <Enter> until the prompt comes back)
$ make && make modules_install
$ update-initramfs -c -k 4.8.11

Make sure that one of the entries in /etc/silo.conf points to the correct
kernel and initrd. I suggest always having a backup kernel available
under a second label. If you look at /etc/silo.conf, the configuration
format should be straight-forward to understand.

> 2) In looking at the buildd status, have 'we' rebuilt enough of the
> packages to safely move the sources.list back to the debian-ports and
> away from the snapshot prior to NOV 2?

Yes.

-- 
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@debian.org
`. `'   Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913


Reply to: