FYI: "disabled on upgrade to trusty"
Posted: November 17th, 2014, 6:55 am
A a FYI:
I discovered SABnzbd on my Ubuntu VPS was still on 0.7.18. I then found the reason:
"disabled on upgrade to trusty"? Ah, great.
I removed the comment-hash from /etc/apt/sources.list, and ran update/upgrade:
A dist-upgrade solved that: sabnzbdplus-0.7.20RC2
I discovered SABnzbd on my Ubuntu VPS was still on 0.7.18. I then found the reason:
Code: Select all
$ grep -ir jcfp /etc/apt/*
/etc/apt/sources.list:# deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main # disabled on upgrade to trusty
/etc/apt/sources.list.d/jcfp-ppa-precise.list:# deb-src http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main # disabled on upgrade to trusty
/etc/apt/sources.list.d/jcfp-ppa-precise.list.save:# deb-src http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main # disabled on upgrade to trusty
/etc/apt/sources.list.d/jcfp-ppa-precise.list.distUpgrade:deb-src http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
/etc/apt/sources.list.distUpgrade:deb http://ppa.launchpad.net/jcfp/ppa/ubuntu precise main
/etc/apt/sources.list.save:# deb http://ppa.launchpad.net/jcfp/ppa/ubuntu trusty main # disabled on upgrade to trusty

I removed the comment-hash from /etc/apt/sources.list, and ran update/upgrade:
Code: Select all
The following packages have been kept back:
sabnzbdplus sabnzbdplus-theme-classic sabnzbdplus-theme-plush
sabnzbdplus-theme-smpl
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.