You are not logged in.
Pages: 1
I'm curious how others are configuring pacman for a server system. I've read in multiple places the normal thing to do is have an "IgnorePkg = kernel26" line in pacman.conf. But is this really enough? What about the packages that depend on kernel26? Isn't it possible for kernel-headers and glibc (etc) to easily become out of date causing user land apps to fail since newer entry points might/would be missing in the older kernel?
Thanks.
Offline
Also what about pacman configurations for Arch running within UML or Xen where Arch isn't managing a kernel package?
Offline
What about the packages that depend on kernel26?
Not a problem, they are still upgraded by the usual: pacman -Syu
To detect out-of-sync library soname versions (which will probably be your next question), use findbrokenpkgs.
Improve your desktop responsiveness and font rendering and ALSA sound and BusyBox init
Offline
Pages: 1