Apt-Pinning
Hi all.
It's been too long since I last used 64Studio, but luck came my way and I took the opportunity to have another crack at setting one up!
American Trends Motherboard, NVIDIA 8500GT Graphics and a RME HDSP 9632 Soundcard.
Hmmm... Now it all works... Must be the Motherboard! :D
Atheros Wireless PCI card is brilliant too! (dhcdhd kept hanging everytime it connected to any router last time).
Done quite a bit of tweaking and I have everything setup perfect! (Even have DVD play that works better than Ubuntu Hardy!)
So I've practically locked my user out of everything to do with root, and I've softlinked the Synaptic and Apt Preference files and I've pinned every package at it's current version number.
The only question I have left is that will this line put all newer security updates to have a higher priority than everything I have so far if everything is locked at priority=1001?
Package: *
Pin: origin http://security.debian.org
Pin-Priority: 2000
Because I want to keep on top of these things just incase another huge security fiasco happens again.
Regards
Iain
- Login to post comments

pinning everything
I see the meaning in your point...
Thanks!
Apt-Pinning 2
> RE: I dont quite
ln -s /var/lib/synaptic/preferences /etc/apt/preferencesAnd "locked every package at it's current version" means that I've added to the file: Package: 64studio Pin: version 2.0 Pin-Priority: 1001 #...etc...# Package: bash Pin: version 3.1dfsg-8 Pin-Priority: 1001 #...etc...# Package: sudo Pin: version 1.6.8p12-4 Pin-Priority: 1001 And it is like that for all currently installed packages, so nothing should get upgraded/auto upgraded ever, even if there is a newer version in the repositories (I've setup a script in /etc/apt/apt.conf.d/50unattendedupgrades so the security repository can be auto upgraded without my permission). Hence why I asked if about whether or not I give the security repository a higher priority number that it will take priority over of all the locked packages and install that security update (as I've never tried to lock something up like this before). And my sources list looks like this:deb http://apt.64studio.com/64studio/stable 64studio main deb http://debian-multimedia.fx-services.com/ stable main deb http://ftp.uk.debian.org/debian/ stable main contrib non-free deb http://security.debian.org stable/updates main contrib non-free deb http://www.backports.org/debian/ etch-backports main contrib non-free deb http://wine.budgetdedicated.com/apt etch main deb-src http://ftp.uk.debian.org/debian/ stable main contrib non-freeRegards Iain