Update-notiifier - Failure to download extra data file
I recently upgraded to Ubuntu 18.04 Ever since then the upgrade-notifier keeps giving me the following message:
Failure to download extra data files
The following packages requested additional data downloads after package installation, but the data could not be downloaded or could not be processed.
ttf-mscorefonts
The download will be attempted again later, or you can try the download again now. Running this command requires an active Internet connection.
I checked with synaptic and a version of the package is installed.
Also when I select the update-notifier's "RUN this Action now" button" the need to Authenticate message appears and says I failed to enter a correct password or sometimes the box just flashes on the screen and dosen't let me enter anything.
I tried removing the ttf-mscorefonts
So, I guess my problem is how do I stop this message from appearing and how do I get the correct package installed?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Robert Parsons
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
Maybe the problem is with accepting the license.
execute the following commands in a terminal window:
uname -a
lsb_release -crid
sudo apt-get update
sudo apt-get dist-upgrade
dpkg -l ttf-mscorefonts
and then select all output (with the terminal window's menu command "edit - select all", copy it ("edit - copy") and paste everything into this question document that we can verify the results.
Revision history for this message
|
#2 |
obert@robert-
Linux robert-desktop 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 13:44:35 UTC 2018 i686 i686 i686 GNU/Linux
robert@
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
robert@
[sudo] password for robert:
Get:1 http://
Hit:2 http://
Hit:3 http://
Get:4 http://
Hit:5 http://
Get:6 http://
Get:7 http://
Get:8 http://
Get:9 http://
Get:10 http://
Get:11 http://
Get:12 http://
Get:13 http://
Fetched 1,187 kB in 3s (411 kB/s)
Reading package lists... Done
robert@
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
gnome-
ubuntu-
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 2,074 kB/2,213 kB of archives.
After this operation, 4,096 B disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://
Get:2 http://
Get:3 http://
Get:4 http://
Fetched 2,074 kB in 1s (1,604 kB/s)
(Reading database ... 237440 files and directories currently installed.)
Preparing to unpack .../0-libx11-
Unpacking libx11-data (2:1.6.
Preparing to unpack .../1-libx11-
Unpacking libx11-6:i386 (2:1.6.
Preparing to unpack .../2-ubuntu-
Unpacking ubuntu-
Preparing to unpack .../3-ubuntu-
Unpacking ubuntu-
Preparing to unpack .../4-python3-
Unpacking python3-distupgrade (1:18.04.25) over (1:18.04.24) ...
Preparing to unpack .../5-gnome-
Unpacking gnome-initial-setup (3.28.0-
Preparing to unpack .../6-libx11-
Unpacking libx11-xcb1:i386 (2:1.6.
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.
Setting up libx11-xcb1:i386 (2:1.6.
Processing triggers for libc-bin (2.27-3ubuntu1) ...
/sbin/ldconfig.
/sbin/ldconfig.
Setting up gnome-initial-setup (3.28.0-
Installing new version of config file /etc/xdg/
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for gnome-menus (3.13.3-
Setting up libx11-data (2:1.6.
Setting up python3-distupgrade (1:18.04.25) ...
Setting up libx11-6:i386 (2:1.6.
Setting up ubuntu-
Processing triggers for bamfdaemon (0.5.3+
Rebuilding /usr/share/
Setting up ubuntu-
Processing triggers for libc-bin (2.27-3ubuntu1) ...
/sbin/ldconfig.
/sbin/ldconfig.
robert@
Desired=
| Status=
|/ Err?=(none)
||/ Name Version Architecture Description
+++-===
ii ttf-mscorefont 3.6ubuntu2 all Installer for Microsoft TrueType
robert@
0*$ byobu-shell robert@
HERE YOU GO Manfred!!
Revision history for this message
|
#3 |
According to dpkg the ttf-mscorefonts
Do you still see the "Failure to download extra data files" message?
(Remark: There are two warnings from ldconfig about file inconsistencies. If you want, I can try to help getting rid of them.)
Revision history for this message
|
#4 |
Yes, I'm still getting the "Failure to download extra data files" from the update notifier.
Right now I don't even get the "Need to Authenticate" message.
Yes, lets get rid of those warnings.
Revision history for this message
|
#5 |
Can you please provide the full text of the message(s) that you see in update-notifier about that download problem, or eventually create a screen shot and upload it to some image hosting service for public access and paste the link here?
For the ldconfig message:
What is the output of the commands
cat /etc/ld.
cat /etc/ld.
Revision history for this message
|
#6 |
Here is the output you wanted.
robert@
cat: /etc/ld.
robert@
cat: /etc/ld.
Could the update notifier problem be related to the nvidia_
Revision history for this message
|
#7 |
I forgot to mention all the text of the messages I see for update-notifier are what was listed when I first open the problem report. I hope that answers your question.
Revision history for this message
|
#8 |
I do not think hat these two issues are related.
For the ldconfig warnings:
What is the output of the command
ls -l /etc/ld.so.conf.d/
And for the fonts problem, try the command
sudo apt-get install --reinstall ttf-mscorefonts
If you get a screen requesting to accept the license, you have to navigate with the tab, space and enter keys.
In any case please copy/paste all output that you get into this question document.
Revision history for this message
|
#9 |
The output of ls -l /etc/ld.so.conf.d/ is:
robert@
total 12
-rw-rw-r-- 1 root root 36 Mar 24 2014 fakeroot-
-rw-r--r-- 1 root root 168 Apr 16 15:14 i386-linux-gnu.conf
-rw-r--r-- 1 root root 44 Apr 22 2010 libc.conf
lrwxrwxrwx 1 root root 38 Apr 28 2013 nvidia_
lrwxrwxrwx 1 root root 42 Nov 12 2016 x86_64-
r
The putput from sudo apt-get install --reinstall ttf-mscorefonts
sudo apt-get install --reinstall ttf-mscorefonts
[sudo] password for robert:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/27.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 237440 files and directories currently installed.)
Preparing to unpack .../ttf-
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts
Processing triggers for update-
ttf-mscorefonts
ttf-mscorefonts
Get:1 http://
Fetched 198 kB in 1s (252 kB/s)
ttf-mscorefonts
Get:1 http://
Fetched 554 kB in 1s (838 kB/s)
ttf-mscorefonts
Err:1 http://
Redirection from https to 'http://
E: Failed to fetch https:/
E: Download Failed
Setting up ttf-mscorefonts
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
It looks to me as though the problem is with sourceforge.net. The command didn't ask me for any licensing information.
Revision history for this message
|
#10 |
ok.
For the ldconfig warnings:
What is the output of the commands
ls -ld /etc/alternativ
ls -ld /etc/alternativ
And for the fonts problem, repeat the command
sudo apt-get install --reinstall ttf-mscorefonts
another two times. Do you always receive the same error message?
I agree with you that this seems to be a sourceforge problem and nothing related to your system.
Revision history for this message
|
#11 |
The output of the two commands follows|
The first is:
robert@
lrwxrwxrwx 1 root root 13 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 29 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 15 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 35 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 15 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 35 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 37 Jul 29 2016 /etc/alternativ
lrwxrwxrwx 1 root root 24 Apr 28 2011 /etc/alternativ
lrwxrwxrwx 1 root root 51 Apr 28 2013 /etc/alternativ
lrwxrwxrwx 1 root root 56 Apr 28 2013 /etc/alternativ
lrwxrwxrwx 1 root root 47 Apr 28 2013 /etc/alternativ
robert@
the second is:
robert@
lrwxrwxrwx 1 root root 34 Nov 12 2016 /etc/alternativ
lrwxrwxrwx 1 root root 39 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 22 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 38 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 31 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 39 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 17 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 33 May 12 2010 /etc/alternativ
lrwxrwxrwx 1 root root 16 May 12 2010 /etc/alternativ
robert@
THE output of "sudo apt-get install --reinstall ttf-mscorefonts
The first run:
robert@
[sudo] password for robert:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/27.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 237440 files and directories currently installed.)
Preparing to unpack .../ttf-
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts
Processing triggers for update-
ttf-mscorefonts
ttf-mscorefonts
Err:1 http://
Could not wait for server fd - select (11: Resource temporarily unavailable) [IP: 64.79.96.4 443]
E: Failed to fetch https:/
E: Download Failed
Setting up ttf-mscorefonts
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
The second run:
robert@
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/27.6 kB of archives.
After this operation, 0 B of additional disk space will be used.
Preconfiguring packages ...
(Reading database ... 237440 files and directories currently installed.)
Preparing to unpack .../ttf-
mscorefonts-eula license has already been accepted
Unpacking ttf-mscorefonts
Processing triggers for update-
ttf-mscorefonts
ttf-mscorefonts
Get:1 http://
Fetched 198 kB in 1s (192 kB/s)
ttf-mscorefonts
Err:1 http://
Redirection from https to 'http://
E: Failed to fetch https:/
E: Download Failed
Setting up ttf-mscorefonts
Processing triggers for fontconfig (2.12.6-0ubuntu2) ...
So, as you can see I don't always get the same error messages.
Revision history for this message
|
#12 |
The lsconfig problem:
The chain of links is as follows:
/etc/ld.
/etc/ld.
and
/etc/alternativ
/etc/alternativ
So, what is the output of
ls -ls /usr/lib/
ls -ls /usr/lib/
The ttf-mscorefonts problem:
Use your web browser to download the following files to your Downloads directory:
http://
http://
http://
http://
http://
http://
http://
http://
http://
http://
http://
Then issue the following command in a terminal window:
sudo /usr/lib/
This should care for a correct installation of the font files.
In case that after this the message about incomplete download is shown again, you can get rid of it with the command
sudo touch /var/lib/
Revision history for this message
|
#13 |
The output of the commands follows:
robert@
ls: cannot access '/usr/lib/
robert@
ls: cannot access '/usr/lib/
The installation of the font files went Okay.
Revision history for this message
|
#14 |
The output shows that some files do not (or no more) exist, but links still point to them.
The following commands should remove those dangling links:
sudo rm /etc/alternativ
sudo rm /etc/alternativ
sudo rm /etc/ld.
sudo rm /etc/ld.
Revision history for this message
|
#15 |
There has been no new messages for the Font package problem. And I assume the ldconfig problem is resolved. So I guess we can declare victory and say the problems are solved.
Thanks Manfred for all your help!!!
Revision history for this message
|
#16 |
No, this bug still exists. In fact, the package ttf-mscorefonts
I have downloaden a working version from the Debian repos (ttf-mscorefont
Steps to reproduce (on any 18.10) install I have tried (3 so far):
sudo apt remove ttf-mscorefonts
sudo apt install ttf-mscorefonts
Revision history for this message
|
#17 |
@Silvio Bierman: Please do not piggyback on somebody else's question, but create a question document of your own.
There is no way to record the status of your problem in a question document that has already been marked as 'solved'.
Revision history for this message
|
#18 |
It's not actually solved, though. All that exists above is an ugly workaround, the bug still exists in the ttf-mscorefonts
Here's an example of it doing exactly the same (buggy) behaviour in 19.04:
ttf-mscorefonts
ttf-mscorefonts
Get:1 http://
Fetched 198 kB in 9s (23.0 kB/s)
ttf-mscorefonts
Err:1 http://
Redirection from https to 'http://
E: Failed to fetch https:/
E: Download Failed
Processing triggers for fontconfig (2.13.1-2ubuntu2) ...
Revision history for this message
|
#19 |
Same comment to Paul Graydon: Please do not piggyback on somebody else's question, but create a question document of your own.
There is no way to record the status of your problem in a question document that has already been marked as 'solved'.
And for a workaround see the second half of comment #12 in https:/