LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-01-2016, 03:45 PM   #1
Ericj
LQ Newbie
 
Registered: Nov 2015
Posts: 8

Rep: Reputation: Disabled
Newbie having update errors in Mint 17.2


Keep getting these errors ??

But then it says my system is up to date.

W: Failed to fetch http://packages.domain.com/dists/trusty/InRelease

W: Failed to fetch http://packages.domain.com/dists/trusty/Release.gpg Unable to connect to packages.domain.com:http:

W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release i386 20150627/dists/trusty/contrib/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release i386 20150627/dists/trusty/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Failed to fetch cdrom://Linux Mint 17.2 _Rafaela_ - Release i386 20150627/dists/trusty/non-free/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs

W: Some index files failed to download. They have been ignored, or old ones used instead.


I haven't changed anything that should cause this... just started doing it out of nowhere. I tried to go http://packages.domain.com and nothing there and don't know why the reference to a CD

Thanks for any help... remember I'm kind of new to Linux
 
Old 05-01-2016, 04:43 PM   #2
donald3.heckel
Member
 
Registered: Aug 2014
Posts: 60

Rep: Reputation: Disabled
Reply and inquiry

Hello Eric,

I am glad you have made the jump.

Just need to pull Linux Mint out of the altoids.

Can you post the output of:


Code:
sudo cat /etc/apt/sources.list
Sincerely,

donald3.heckel
 
Old 05-01-2016, 04:50 PM   #3
Ericj
LQ Newbie
 
Registered: Nov 2015
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donald3.heckel View Post
Hello Eric,

I am glad you have made the jump.

Just need to pull Linux Mint out of the altoids.

Can you post the output of:


Code:
sudo cat /etc/apt/sources.list
Sincerely,

donald3.heckel
this is what I got

"deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free"

Thanks for the reply, hope Mint doesn't start acting like Windows... many times shut down my system as normal, boot up the next day with issues.
 
Old 05-01-2016, 05:31 PM   #4
donald3.heckel
Member
 
Registered: Aug 2014
Posts: 60

Rep: Reputation: Disabled
Quote:
Originally Posted by Ericj View Post
this is what I got

"deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free"

Thanks for the reply, hope Mint doesn't start acting like Windows... many times shut down my system as normal, boot up the next day with issues.
Hello Eric,

No problem. The aforementioned line that says "deb cdrom..." is what may be causing the issue. Try commenting that line out. To do so,

change:

Code:
deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free
to

Code:
# deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free
and then run

Code:
sudo apt-get update &&
sudo apt-get upgrade --yes &&
sudo apt-get dist-upgrade --yes
That just might take care of it.

Let me know your results and how it goes.

Sincerely,

donald3.heckel
 
Old 05-01-2016, 05:53 PM   #5
Ericj
LQ Newbie
 
Registered: Nov 2015
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by donald3.heckel View Post
Hello Eric,

No problem. The aforementioned line that says "deb cdrom..." is what may be causing the issue. Try commenting that line out. To do so,

change:

Code:
deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free
to

Code:
# deb cdrom:[Linux Mint 17.2 _Rafaela_ - Release i386 20150627]/ trusty contrib main non-free
and then run

Code:
sudo apt-get update &&
sudo apt-get upgrade --yes &&
sudo apt-get dist-upgrade --yes
That just might take care of it.

Let me know your results and how it goes.

Sincerely,

donald3.heckel
Well, I followed your instructions carefully, so a lot of stuff was installed (maybe too much to post here) and then I ran the software updater again and same errors

UPDATE:

I did the same edit but in a different file than what you said before.
It was in a sub-folder sources.list.d and it was file name additional-repositories.list

Then reran the updater and got no error message, just hope all the other installations I just did don't cause other issues.

Thanks a lot for your help

Last edited by Ericj; 05-01-2016 at 06:03 PM.
 
Old 05-01-2016, 07:44 PM   #6
donald3.heckel
Member
 
Registered: Aug 2014
Posts: 60

Rep: Reputation: Disabled
Hello Eric,

No problem! I am very glad you got it fixed.

Enjoy your installation. If you had a sources.list.d, I guess that was where the problem was. Updating your system should keep the packages and deps installed that are necessary to run your system and keep it up to date and secure.

Glad I could help.

Sincerely,

donald3.heckel

Last edited by donald3.heckel; 05-01-2016 at 07:47 PM.
 
Old 05-01-2016, 07:48 PM   #7
donald3.heckel
Member
 
Registered: Aug 2014
Posts: 60

Rep: Reputation: Disabled
Be sure to mark this thread as "SOLVED" when your issues are solved.

Enjoy!

Sincerely,

donald3.heckel
 
  


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
Mint 14 update manager has some failed to fetch items and other errors james2b Linux Mint 2 02-24-2014 11:00 PM
Mint Update has stopped loading the notification icon at startup (Mint 10) icekool Linux Mint 6 12-19-2010 07:49 AM
yum update transaction check errors & mirror errors tonycunn Linux - Software 2 11-29-2010 08:16 AM
apt-get update: Sources.bz2 Hash Sum mismatch, aptitude update: no errors Aidin Sabetian Linux - Software 7 08-11-2010 06:33 PM
Mint 6 Update Causes Error in MInt Installer Novatian Linux Mint 0 10-19-2009 04:07 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:53 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