Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] No update for Stretch 9.2

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
linuxsat
Posts: 50
Joined: 2017-10-20 14:28
Has thanked: 1 time

[SOLVED] No update for Stretch 9.2

#1 Post by linuxsat »

Hello,

I installed stretch with kde Desktop on my Laptop (Dell Latitude 5480) two weeks ago. I'am a bit astonished that no update was proposed since?
So I perform the following tests which seems to indicate that no update are available is that true?

1)check the souce.list file here it is

Code: Select all

$more /etc/apt/sources.list
# 

# deb cdrom:[Official Debian GNU/Linux Live 9.2.0 kde 2017-10-07T16:31]/ stretch main

#deb cdrom:[Official Debian GNU/Linux Live 9.2.0 kde 2017-10-07T16:31]/ stretch main

deb http://ftp.fr.debian.org/debian/ stretch main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ stretch main non-free contrib

deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free

# stretch-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free
$
2) do an apt-get update

Code: Select all

$ sudo apt-get update
[sudo] password for toor: 
Ign:1 http://ftp.fr.debian.org/debian stretch InRelease
Hit:2 http://ftp.fr.debian.org/debian stretch-updates InRelease                  
Ign:3 http://deb.debian.org/debian stretch InRelease                                      
Hit:4 http://deb.debian.org/debian stretch Release                                        
Hit:5 http://ftp.fr.debian.org/debian stretch Release                                     
Hit:6 http://security.debian.org/debian-security stretch/updates InRelease             
Reading package lists... Done                     
$
3) check for an apt-get upgrade

Code: Select all

$ sudo apt-get -s upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$
I
Last edited by linuxsat on 2017-12-05 09:05, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: No update for Stretch 9.2

#2 Post by Head_on_a_Stick »

linuxsat wrote:I installed stretch with kde Desktop on my Laptop (Dell Latitude 5480) two weeks ago. I'am a bit astonished that no update was proposed since?
This is quite normal for Debian stable, only critical security fixes are applied and that's why it's called "stable" — the name has nothing to do with reliability, that is just a useful side-effect of the unchanging package versions.

I prefer Debian stable on the family laptops precisely because of the very low maintenance overhead involved, I'm sure this is the case for most Debian users.
deadbang

User avatar
Ardouos
Posts: 1077
Joined: 2013-11-03 00:30
Location: Elicoor II
Has thanked: 1 time
Been thanked: 4 times

Re: No update for Stretch 9.2

#3 Post by Ardouos »

AFAIK KDE installs unattended-upgrades. Check if it is install and running updates for you.

You can check if apt is installing upgrades in its log.

Code: Select all

cat /var/log/apt/history.log | tail
http://forums.debian.net/viewtopic.php?f=10&t=133825
There is only one Debian | Do not break Debian | Stability and Debian | Backports

⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1401
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 46 times
Been thanked: 68 times

Re: No update for Stretch 9.2

#4 Post by None1975 »

Hello. You can made subscription to Debian mailing list. The security team informs the users about security problems by posting security advisories about Debian packages on this list.
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

Bulkley
Posts: 6386
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: No update for Stretch 9.2

#5 Post by Bulkley »

linuxsat wrote:I installed stretch with kde Desktop on my Laptop (Dell Latitude 5480) two weeks ago. I'am a bit astonished that no update was proposed since?
Why? What were you expecting? You now have a release that is good for a couple of years. All it needs is occasional security fixes as they arise. Being able to boast about having the latest cutting edge shiny new stuff requires learning how to do it without messing up your system. For example, I have several browsers including Firefox 57 running in my user space without any part installed in root. I can experiment with various software programs without messing up my Debian Stable installation. There's a learning curve; just pushing buttons is a recipe for trouble.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: No update for Stretch 9.2

#6 Post by stevepusser »

There have been quite a few security updates to packages in Stretch in the past few weeks; so either you aren't using them or you're getting upgrades automatically...something which seems pretty presumptuous of KDE if it's true.

You could check the security mailing list for recent updates and then use

Code: Select all

apt policy <package>
to see if they are available to you.
MX Linux packager and developer

linuxsat
Posts: 50
Joined: 2017-10-20 14:28
Has thanked: 1 time

Re: No update for Stretch 9.2

#7 Post by linuxsat »

Thanks for all your answers and very usefull commands and comments.
There was some updates since my last post and finally all work well!

A word about what's motivated my question.
In fact, I used various linux distributions over the years: red hat, mandrke, suse and, the last decade,
kubuntu in its LTS version (which is still on my home lcomputer), the updates was pretty frequent on all that distributions,
so I was affraid that something was wrong.

Thanks again.

Post Reply