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

2016-12-02 Thread rod
I kinda figured that. I was trying to be clear in case someone else was following along. My question still is, is it necessary to run "update-initramfs -c -k 4.8.11" if "make install" performs that function? Does make install do the same thing as the update-initramfs command or do they do

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

2016-12-02 Thread rod
On 12/2/2016 12:13 PM, John Paul Adrian Glaubitz wrote: > Did you run "make install" in the kernel's source directory after building > kernel or did I forget mentioning it? > > Adrian > > PS: Sorry for the bad quoting style. Currently on mobile. > >> On Dec 2, 2016, at 7:05 PM, rod

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

2016-12-02 Thread John Paul Adrian Glaubitz
Did you run "make install" in the kernel's source directory after building kernel or did I forget mentioning it? Adrian PS: Sorry for the bad quoting style. Currently on mobile. > On Dec 2, 2016, at 7:05 PM, rod wrote: > >> On 12/2/2016 11:51 AM, John Paul

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

2016-12-02 Thread rod
On 12/2/2016 11:51 AM, John Paul Adrian Glaubitz wrote: > Change the first SILO entry to: > > image=/boot/vmlinuz-4.8.11 >label=Linux >initrd=/boot/initrd.img-4.8.11 > > You simply forgot to modify silo.conf to point to the correct kernel and > initrd. > > Currently it's

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

2016-12-02 Thread John Paul Adrian Glaubitz
Change the first SILO entry to: image=/boot/vmlinuz-4.8.11 label=Linux initrd=/boot/initrd.img-4.8.11 You simply forgot to modify silo.conf to point to the correct kernel and initrd. Currently it's configured to boot "vmlinuz" from the system's root directory which is most likely

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

2016-12-02 Thread rod
On 12/2/2016 9:50 AM, John Paul Adrian Glaubitz wrote: > On 12/02/2016 04:35 PM, rod wrote: >> [0.00] PROMLIB: Sun IEEE Boot Prom 'OBP 4.22.33 2007/06/18 12:45' >> [0.00] PROMLIB: Root node compatible: >> [0.00] Linux version 4.8.0-1-sparc64-smp >>