Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1701  / 3 Years ago, fri, june 11, 2021, 6:41:48

Ubuntu 14.04 was released on 17 April 2014, and today it is already the 18th.



Why isn't the distribution showing up in my ubuntu update-manager?



(I have set it so it will anounce every new version)



The content of /etc/update-manager/meta-release contains a link to: http://changelogs.ubuntu.com/meta-release-lts

Is it correct, that it doesn't show trusty yet?






So the only solution I see for me would be to set it manually with:



source /etc/lsb-release
sudo cp /etc/apt/sources.list /etc/apt/sources.list.$DISTRIB_CODENAME
sudo sed -i s/$DISTRIB_CODENAME/trusty/g /etc/apt/sources.list


and then upgrade.



Do I have to disable the partner repos in this case?



#deb http://archive.canonical.com/ubuntu trusty partner

More From » apt

 Answers
5

I found out, that it is a problem when /tmp is mounted as noexec



$ grep tmp /etc/fstab

tmpfs /tmp tmpfs nosuid,noatime,noexec,mode=1777,size=999M 0 0


(I did this, cause I use an SSD and with 8GB Ram I am never short on it.)



I unmounted it with



umount -l /tmp


and commented out the line in /etc/fstab



#tmpfs   /tmp    tmpfs   nosuid,noatime,noexec,mode=1777,size=999M      


now it shows up in update-manager or



sudo do-release-upgrade

[#25966] Saturday, June 12, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
atereress

Total Points: 79
Total Questions: 106
Total Answers: 119

Location: Federated States of Micronesia
Member since Sun, May 16, 2021
3 Years ago
atereress questions
Wed, Aug 4, 21, 03:15, 3 Years ago
Sat, Apr 16, 22, 17:34, 2 Years ago
Thu, Dec 22, 22, 05:56, 1 Year ago
Sun, May 15, 22, 15:59, 2 Years ago
;