cancel
Showing results for 
Search instead for 
Did you mean: 

Advice required please [Solved]

gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Advice required please [Solved]

Any idea where I go from here as Mint 17 is not updating.
03.23@15:23 ++ Launching mintUpdate
03.23@15:23 ++ Starting refresh
03.23@15:23 ++ Initial refresh will happen in 10 minutes, 0 hours and 0 days
03.23@15:23 ++ System is up to date
03.23@15:23 ++ Refresh finished
03.23@15:33 ++ MintUpdate is in tray mode, performing initial refresh
03.23@15:33 ++ Starting refresh (including refreshing the APT cache)
03.23@15:33 ++ Auto-refresh will happen in 0 minutes, 2 hours and 0 days
03.23@15:33 ++ Error in checkAPT.py, could not refresh the list of updates
03.23@15:36 ++ Starting refresh (including refreshing the APT cache)
03.23@15:37 ++ Error in checkAPT.py, could not refresh the list of updates
We are born into history and history is born into us.
17 REPLIES 17
chenks76
All Star
Posts: 3,274
Thanks: 338
Fixes: 12
Registered: ‎24-10-2013

Re: Advice required please

what does sudo apt-get update say ?
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: Advice required please

Try this from a console
sudo apt-get clean
sudo mv -v /var/lib/apt/lists /var/lib/apt/lists.broken
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get update
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

Downloads a fair amount of stuff but the bottom lines are,
Failed to fetch http://dl.google.com/linux/chrome/deb/dists/stable/release
Unable to find expected entry 'main/binary-i386/packages' in release file (Wrong sources.list entry or malformed file)
some index files failed to download They have been ignored, or old ones used instead.

We are born into history and history is born into us.
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: Advice required please

OK that is a problem with the chrome repo, ignore it as it is flackey. I had issues with it last week.
As long as the rest are loading you could try #'ing out the chrome repo for the moment.
ejs
Aspiring Hero
Posts: 5,442
Thanks: 631
Fixes: 25
Registered: ‎10-06-2010

Re: Advice required please

Has Google stopped producing Chrome for 32bit Linux yet?
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

@HMb,
Can you advise where the spaces should be in those lines as despite a few guesses I get the message, command not found when inputting the second line.
Thanks
We are born into history and history is born into us.
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

sudo: mv-v /var/lib/apt/lists/var/lib/apt/lists.broken: command not found
We are born into history and history is born into us.
Anonymous
Not applicable

Re: Advice required please

Quote from: ejs
Has Google stopped producing Chrome for 32bit Linux yet?

Do you mean this ?  -  How To Fix The (Annoying) ‘Failed to Fetch’ Chrome apt Error
HairyMcbiker
All Star
Posts: 6,792
Thanks: 266
Fixes: 21
Registered: ‎16-02-2009

Re: Advice required please

Quote from: gleneagles
sudo: mv-v /var/lib/apt/lists/var/lib/apt/lists.broken: command not found

mv <space> -v <etc>
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

After inputting the second line I am getting,
‘/var/lib/apt/lists’ -> ‘/var/lib/apt/lists.broken/lists’
We are born into history and history is born into us.
VileReynard
Hero
Posts: 12,616
Thanks: 582
Fixes: 20
Registered: ‎01-09-2007

Re: Advice required please

The mv  -v causes mv to operate in "verbose" mode, so its just explaining what its done.
However, you are supposed to be moving /var/lib/apt/lists  to  /var/lib/apt/lists.broken
So you should be getting a message
Quote
'/var/lib/apt/lists'  ->  '/var/lib/apt/lists.broken'

Quote from: gleneagles
After inputting the second line I am getting,
‘/var/lib/apt/lists’ -> ‘/var/lib/apt/lists.broken/lists’

When running these commands, its safest to copy & paste them.

"In The Beginning Was The Word, And The Word Was Aardvark."

gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

Thanks,
I will check this out tomorrow.
We are born into history and history is born into us.
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

Gets worse ,
E: Could not open lock file /var/lib/apt/lists/lock - open (2: No such file or directory)
E: Could not open file descriptor -1
E: Unable to lock the list directory
At least it gives me something to do
Smiley Smiley
We are born into history and history is born into us.
gleneagles
Aspiring Legend
Posts: 11,105
Thanks: 2,459
Fixes: 17
Registered: ‎02-08-2007

Re: Advice required please

No idea exactly what this means but it seems to have solved it.
sudo su -c "apt-get update"
sudo su -c "dpkg --configure-a"
sudo su -c "apt-get -f install"

We are born into history and history is born into us.