[Solved] A question about update manager error

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
LinuxGoblin
Level 1
Level 1
Posts: 7
Joined: Tue Apr 19, 2022 9:27 am

[Solved] A question about update manager error

Post by LinuxGoblin »

Hello ,
when I click Refresh in the update manager and click on "show individual files"
i noticed one with "failed" and another with "hit"

what does those mean?should i ignore that or there is a solution?
and i tried changing mirror ,restart system but still the issue is the same

here is a screenshot
Image

thank you in advance :wink:
Attachments
Screenshot_2022-05-20_11-24-02.png
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
djph
Level 7
Level 7
Posts: 1928
Joined: Thu Jun 27, 2019 5:43 am
Location: ::1

Re: A question about update manager error

Post by djph »

means that there was something wrong with that mirror / source.

Without more information (i.e. an actual error message), it's impossible to say why that repo is having trouble. Could be as simple as the server is undergoing maintenance / in the middle of updating itself /etc.
LinuxGoblin
Level 1
Level 1
Posts: 7
Joined: Tue Apr 19, 2022 9:27 am

Re: A question about update manager error

Post by LinuxGoblin »

djph wrote: Fri May 20, 2022 11:48 am means that there was something wrong with that mirror / source.

Without more information (i.e. an actual error message), it's impossible to say why that repo is having trouble. Could be as simple as the server is undergoing maintenance / in the middle of updating itself /etc.
ok thanks !
i noticed its present in every single mirror (using mint xfce) , so the reason i'm asking is bcz i wanted to know if there is something i have to fix or i should just move on .
also the librewolf repo is just changed to "hit" under its status
Nikolai5
Level 4
Level 4
Posts: 309
Joined: Thu Dec 23, 2021 5:25 pm
Location: Northern England

Re: A question about update manager error

Post by Nikolai5 »

I've had this happen before, and it was fine when I tried it again a day later.

Rather than running it through update manager, can you try going into terminal and running:

Code: Select all

apt update
which is basically what it's doing in update manager and if it fails in there it might give you more info as to why it failed.
pbear
Level 16
Level 16
Posts: 6569
Joined: Wed Jun 21, 2017 12:25 pm
Location: San Francisco

Re: A question about update manager error

Post by pbear »

+1 to Nicholai's suggestion. FYI, apt in Mint doesn't require sudo (Ubuntu does), but you'll be prompted for your password.
LinuxGoblin
Level 1
Level 1
Posts: 7
Joined: Tue Apr 19, 2022 9:27 am

Re: A question about update manager error

Post by LinuxGoblin »

I've had this happen before, and it was fine when I tried it again a day later.

Rather than running it through update manager, can you try going into terminal and running:
CODE: SELECT ALL

apt update
which is basically what it's doing in update manager and if it fails in there it might give you more info as to why it failed.
pbear wrote: Sat May 21, 2022 10:26 pm +1 to Nicholai's suggestion. FYI, apt in Mint doesn't require sudo (Ubuntu does), but you'll be prompted for your password.
i did run the apt update as i did yesterday . the mirror that shows failed in the picture have " Ign" the rest are all "hit" and one is "get"

Code: Select all

 Hit:1 http://ubuntu.mirror.garr.it/ubuntu focal InRelease                      
Hit:2 http://ubuntu.mirror.garr.it/ubuntu focal-updates InRelease              
Hit:3 http://ubuntu.mirror.garr.it/ubuntu focal-backports InRelease            
Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]      
Hit:5 http://archive.canonical.com/ubuntu focal InRelease                      
Ign:7 http://mirrors.epst-tlemcen.dz/mint una InRelease                        
Hit:8 https://brave-browser-apt-release.s3.brave.com stable InRelease          
Hit:9 http://mirrors.epst-tlemcen.dz/mint una Release
Hit:6 https://deb.librewolf.net una InRelease
Fetched 114 kB in 4s (29.3 kB/s)    
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
 
things seem fine idk not an expert ,maybe the mirror "ign" or ignored as i have searched is being under maintenance as djph have said before, but all other mirrors are like this for the past 2 days.
i dont really know what "get" "hit" and "ign" mean and im a curious idiot thats how i learn :)
User avatar
karlchen
Level 23
Level 23
Posts: 18212
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: A question about update manager error

Post by karlchen »

Hi, LinuxGoblin.

Checking on the relevant server, http://mirrors.epst-tlemcen.dz/mint/dists/una/, one sees that this repository has got a file named Release, but no file named inRelease.
Yet, as Release exists, the absence of inRelease can be ignored.
This is what the line Ign:7 http://mirrors.epst-tlemcen.dz/mint una InRelease tells.

As long as the command sudo apt update does not end with an error message, which it does not do in your case, refreshing the list of available software updates has been completed correctly, and there is no need for any corrective action.

Regards,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 771 days now.
Lifeline
LinuxGoblin
Level 1
Level 1
Posts: 7
Joined: Tue Apr 19, 2022 9:27 am

[SOLVED] A question about update manager error

Post by LinuxGoblin »

Ok got it , thank you !
Locked

Return to “Beginner Questions”