I am using salixos-14-XFCE with Mate desktop and vmlinuz-huge-smp-3.2.45-smp kernel (without initrd). I am finding it a beautiful, lean, fast and smooth distribution with regular updates and a very good overall Linux experience. I also noticed that Salixos has risen in Distrowatch.com rankings. Congratulations to all the Salixos developers.
However, whenever there is an update, following packages are shown to be excluded from update:
glibc 2.15-i486-8_slack14.0
kernel-firmware 20130512git-noarch-1
kernel-headers 3.2.45_smp-x86-3
Why are these 3 packages excluded from the update process? Thanks for your help.
Excluded packages during udpate process
Re: Excluded packages during udpate process
Because these are considered "dangerous" updates.
Upgrading glibc may result in a completely broken system that can only be fixed from another installation. In this specific case though, the update is harmless and you can update from the command line:
Updating the kernel packages is also dangerous if the user updates it without realizing it. That is because after you update the kernel, you need to run lilo to refresh the boot loader. Otherwise, your new kernel won't boot. If you take care of running lilo after upgrading, you can safely upgrade every kernel package using slapt-get as above.
Upgrading glibc may result in a completely broken system that can only be fixed from another installation. In this specific case though, the update is harmless and you can update from the command line:
Code: Select all
slapt-get -i glibc
Re: Excluded packages during udpate process
I think it is very sensible to keep "dangerous" package updation separate from usual updates as you have done here.
I am using grub-legacy for booting. Will I need to change the menu.lst entry after updating kernel-firmware and kernel-headers?
I am using grub-legacy for booting. Will I need to change the menu.lst entry after updating kernel-firmware and kernel-headers?
Re: Excluded packages during udpate process
Currently it has only following lines:
Code: Select all
title Salix14-xfce huge-kernel
kernel (hd0,5)/boot/vmlinuz-huge-smp-3.2.45-smp root=/dev/sda6 ro quiet
Re: Excluded packages during udpate process
I installed all 3 packages with "slapt-get -i" command. Everything went well and the system is working well even after reboot.
This approach of updating important/dangerous/system packages separately from other packages seems unique to Salixos. It allows both novice and expert users to run Salixos in their own way while maintaining stability. I did not see this feature in Debian or Arch linux, where all packages are updated together and are not categorized. I wonder if regular Slackware linux has this feature?
This approach of updating important/dangerous/system packages separately from other packages seems unique to Salixos. It allows both novice and expert users to run Salixos in their own way while maintaining stability. I did not see this feature in Debian or Arch linux, where all packages are updated together and are not categorized. I wonder if regular Slackware linux has this feature?
Re: Excluded packages during udpate process
Of course. Using slackpkg instead of slapt-get, but it does.rsal wrote:I wonder if regular Slackware linux has this feature?