LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 12-14-2020, 02:14 AM   #1
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 369
Blog Entries: 1

Rep: Reputation: 49
You are about to install software that can't be authenticated


https://i.imgur.com/YdRCMUK.png

This has been a first since I am using mint (2015). I didn't touch my sources file, only added a repo for slack and another one for google earth, but the warning message is about system packages, not third party apps.

Code:
chaouche#ychaouche-PC 16:35:35 ~ $ cat /etc/apt/sources.list /etc/apt/sources.list.d/*
#deb cdrom:[Linux Mint 17 _Qiana_ - Release amd64 20140619]/ trusty contrib main non-free
# deb http://archive.getdeb.net/ubuntu trusty-getdeb apps
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb http://dl.google.com/linux/earth/deb/ stable main
### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
# deb http://dl.google.com/linux/talkplugin/deb/ stable main
# Do not edit this file manually, use Software Sources instead.

deb http://packages.linuxmint.com qiana main upstream import  #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra

deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
# deb http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu trusty main
# deb-src http://ppa.launchpad.net/oguzhaninan/stacer/ubuntu trusty main
# deb http://dl.ajaxplorer.info/repos/apt stable main
# deb-src http://dl.ajaxplorer.info/repos/apt stable main### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main
# Written by ubuntu-advantage-tools
deb https://esm.ubuntu.com/ubuntu trusty-infra-security main
# deb-src https://esm.ubuntu.com/ubuntu trusty-infra-security main

deb https://esm.ubuntu.com/ubuntu trusty-infra-updates main
# deb-src https://esm.ubuntu.com/ubuntu trusty-infra-updates main
ychaouche#ychaouche-PC 16:35:45 ~ $
Any comments ?
 
Old 12-14-2020, 02:42 AM   #2
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
Quote:
Originally Posted by ychaouche View Post
Code:
deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main
This line seems to be the culprit. It doesn't look like a secure deb repository, just like a trivial, home-made one (it lacks the Release/Release.gpg/InRelease files).

Last edited by shruggy; 12-14-2020 at 02:56 AM.
 
1 members found this post helpful.
Old 12-14-2020, 04:27 AM   #3
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 369

Original Poster
Blog Entries: 1

Rep: Reputation: 49
Quote:
Originally Posted by shruggy View Post
This line seems to be the culprit. It doesn't look like a secure deb repository, just like a trivial, home-made one (it lacks the Release/Release.gpg/InRelease files).
It only contains the slack software updates, nothing else. Check out https://packagecloud.io/slacktechnologies/slack/

Last edited by ychaouche; 12-14-2020 at 04:28 AM. Reason: spelling
 
Old 12-14-2020, 04:35 AM   #4
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
So what? It's not secure, that's all. You should either not use it, or explicitly tell APT not to complain about it:
Code:
deb [allow-insecure=yes] https://packagecloud.io/slacktechnologies/slack/debian/ jessie main
 
Old 12-14-2020, 04:41 AM   #5
ychaouche
Member
 
Registered: Mar 2017
Distribution: Mint, Debian, Q4OS, Mageia, KDE Neon
Posts: 369

Original Poster
Blog Entries: 1

Rep: Reputation: 49
Quote:
Originally Posted by shruggy View Post
So what?
The point I was trying to make is that it likely isn't the culprit.
I added that repo way before the warning message happend. You see,
I didn't recieve system updates in years, because the system isn't
supported anymore. The only updates I was receiving were those of
slack and slack only. The only packages that were updated was a single
package (slack). But a few days ago, when ESM kicked in, I started
receiving updates from either the ubuntu repo or the linuxmint repo
(in my opinion) about important system packages like apt and bash,
which are clearly not in the slack repo you pointed out.

see https://i.imgur.com/YdRCMUK.png if you haven't yet.

Last edited by ychaouche; 12-14-2020 at 04:42 AM.
 
Old 12-14-2020, 05:27 AM   #6
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,678

Rep: Reputation: Disabled
Sorry, I cannot see the picture.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wanted: Spam filter to bounce authenticated mail to authenticated address Wassercrats Linux - Software 4 11-08-2007 06:56 PM
Can Linux Client be authenticated via Samba PDC? kartheekpn Linux - Software 5 08-26-2006 12:46 AM
Can Linux connect to a Certificate-authenticated network? J_K9 Linux - General 6 11-27-2005 02:00 PM
mplayer can't be authenticated howarddevore Ubuntu 3 07-30-2005 07:56 AM
cyrus-imap: can be authenticated but can't login? Chowroc Linux - Networking 0 01-02-2005 04:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 09:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration