[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-02-07 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

Glad to hear ttf-mscorefonts-installer now installs successfully.

I got the warnings too, they were there before (in addition to the
error). They don't show up every time. This is probably something to
report against update-notifier or apt-helper one day.

** Changed in: msttcorefonts (Ubuntu)
   Status: Incomplete => Fix Released

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-02-06 Thread Nathanaël Naeri
** Description changed:

  [Symptoms]
  
  When installing or updating the package ttf-mscorefonts-installer in
  Ubuntu 16.04 or 16.10, an error message appears in a GUI window,
  indicating "failure to download extra data files" (the fonts themselves)
  "after package installation" (the package itself appears to have been
  installed). This error message re-appears regularly, as a cron-job re-
  tries the failed download.
  
  If installing or updating from the command line, additional failure
  information is given in an error message prefixed by "E:", but this
  error message depends on the mirror server which is contacted for the
  download: "404 Not Found" is common, but there is also "Protocol http
  not supported or disabled in libcurl", and complains about invalid
  Content-Range headers.
  
  [Cause]
  
  The current 3.4 version of ttf-mscorefonts-installer in Ubuntu 16.04
  delegates the download of the proprietary Microsoft Core Fonts for the
  Web (Andale, Arial...) to the package update-notifier, which itself
  delegates it to the program apt-helper provided by the package apt. The
  download URL points to the host downloads.sourceforge.net, which
  redirects to a randomly-chosen mirror server
  .dl.sourceforge.net.
  
  Unfortunately, the program apt-helper has a bug in the way it treats
  redirections. This bug makes apt-helper keep a space in the URL instead
  of encoding it to %20 before contacting the mirror. It is more
  extensively documented in bug 1655431 and bug 1651923. The mirror
  replies to this malformed request with an error message (e.g. "404 Not
  Found"), and download fails.
  
  Some mirrors appear to understand the malformed request nonetheless, and
  send the requested font file, however since there are 11 fonts to
  download, the chances of getting 11 understanding mirrors are low. Hence
  why the error message usually concerns andale32.exe or arial32.exe
  instead of webdin32.exe.
  
  [Workaround 1]
  
  Download the fonts manually and put them all in the same directory. You
  can use wget for that, because contrary to apt-helper, it handles
  redirections fine (command line formatted for readability, do not
  include line breaks and line indents):
  
    $ wget http://downloads.sourceforge.net/corefonts/
    {andale32.exe,arial32.exe,arialb32.exe,comic32.exe,courie32.exe,
    georgi32.exe,impact32.exe,times32.exe,trebuc32.exe,verdan32.exe,
    webdin32.exe}
  
  Or you can use your browser: point it to
  https://sourceforge.net/projects/corefonts/files/the%20fonts/final and
  download the same files.
  
  Make sure the package is purged and no remaining setup triggers are
  remaining, using your favorite package manager or command-line APT:
  
    $ sudo apt-get purge ttf-mscorefonts-installer
  
  Then reinstall the package, this time pointing to the previously-
  downloaded fonts in a second step:
  
    $ sudo apt-get install ttf-mscorefonts-installer
  # (this will most likely fail again)
    $ sudo dpkg-reconfigure ttf-mscorefonts-installer
  
  The second command should return a "graphical" interface in the
  terminal. Use it to point to the directory where you downloaded the
  fonts (/path/to/directory/containing/the/fonts). Make sure no .deb files
  are in this directory, they seem to be picked up too and then it fails.
  
  If a pop-up shows up for a post-install action later, just let it run,
  it shouldn't come back. It may triggered by the file /var/lib/update-
  notifier/user.d/data-downloads-failed and you may be successful in
  avoiding the regularly-reappearing message by removing this file. But
  this point is less clear.
  
  Once everything is working, you can delete the downloaded fonts in .exe
  format, they have been uncompressed and installed in
  /usr/share/fonts/truetype/msttcorefonts in .ttf format.
  
  Adapted from: Vincent Gerris (comment 17), Lesley Binks (comment 18).
  
  [Workaround 2]
  
  Remove Ubuntu's version of ttf-mscorefonts-installer and install
  Debian's version instead. Indeed, Debian's version uses wget to download
  the fonts, and contrary to apt-helper, wget handles redirections fine.
  
  Download the package from https://packages.debian.org/ttf-mscorefonts-
  installer. Version 3.6 has been tested by several users. This workaround
  should work with Debian's version 3.4+nmu1 too, but then you'd be
  prompted to update to Ubuntu's problematic version 3.4+nmu1ubuntu2 next
  time you update your packages.
  
  To download the package with wget (command line formatted for
  readability, do not include line break and line indent):
  
    $ wget http://httpredir.debian.org/debian/pool/contrib/m/
    msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb
  
  Purge your currently-installed Ubuntu version of the package using your
  favorite package manager or command-line APT, and install the Debian
  version with dpkg:
  
    $ sudo apt-get purge ttf-mscorefonts-installer
    $ sudo dpkg --install 

[Bug 1658707] Re: ttf-mscorefonts-installer drop-priv warnings and download errors during install

2017-02-06 Thread Nathanaël Naeri
On Yakkety? That's weird. What error message does "sudo apt-get install
--reinstall ttf-mscorefonts-installer" return, precisely?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658707

Title:
  ttf-mscorefonts-installer drop-priv warnings and download errors
  during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1658707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658000] Re: Package fails to install fonts

2017-02-06 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

Awesome, thanks for the feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658000

Title:
  Package fails to install fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1658000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660556] Re: Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install/upgrade, is left in half-installed state, and can not be removed/reinstalled

2017-02-05 Thread Nathanaël Naeri
Wahrscheinlich ein Duplikat von bug 1222654, aber ich bin überrascht,
dass dieser bug Fix Released sagt.

Ralf, kannst du dich Informationen errinern, warum die Installation
scheiterte? Vielleicht etwas, das sie anhaltete?

Bitte auf Englisch antworte, wenn du kannst, so dass andere Leuten
vielleicht helfen können. (Ich nutze Google Translate für eine Basis,
die ich mit Unterrichtserrinerungen versuche, besser zu machen.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to
  install/upgrade, is left in half-installed state, and can not be
  removed/reinstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1660556] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momen

2017-02-05 Thread Nathanaël Naeri
Solch ein Problem hatte ich noch nie gesehen. Ich habe die folgenden
potenziellen Lösungen auf Google gefunden (frag "package is in a very
inconsistent state"). Vom weichsten bis zum härtesten:

1) Sieh mal in /var/lib/update-notifier/package-data-downloads/partial/
wenn es Dateien gibt, die aussehen, als ob sie teilweise von ttf-
mscorefonts-installer heruntergeladen wurden (z.B. Schriftarten). Wenn
ja, entfern sie:

  sudo rm /var/lib/update-notifier/package-data-downloads/partial/

Dann rekonfiguriere das Paket (ich wäre überrascht, wenn es genug ist):

  sudo dpkg-reconfigure ttf-mscorefonts-installer

2) Korrigiere eine defekte Installation mit apt-get:

  sudo apt-get clean
  sudo apt-get update
  sudo apt-get upgrade
  sudo apt-get install --fix-broken

Dann entfern das halbinstallierte Paket:

  sudo apt-get purge ttf-mscorefonts-installer

3) Erzwinge das Entfernen eines Pakets, auch wenn es gebrochen und
markiert ist, eine Neuinstallation zu brauchen (ich glaube, das sollte
dein Problem lösen):

  sudo dpkg --purge --force-remove-reinstreq ttf-mscorefonts-installer

Wenn dpkg über Abhängigkeiten klagt, gib die Option --force-depends an
dieser Befehlszeile dazu, und führe danach "sudo apt-get install --fix-
broken" aus, um die Abhängigkeiten zu reparieren, die du gerade
gebrochen habst.

Du kannst dann das Paket normalerweise wie in Kommentar 3 beschrieben
neu installieren (vergiss nicht, apt-transport-https auf Version 1.2.19
zu aktualisieren, bevor du es neu installierst).

4) Brute-force alles. Diese Befehle wurden berichtet, in einem Fall zu
arbeiten:

  mkdir /tmp/msttcorefonts
  sudo mv /var/lib/dpkg/info/ttf-mscorefonts-installer.* /tmp/msttcorefonts/
  sudo dpkg --purge --force-remove-reinstreq ttf-mscorefonts-installer
  sudo apt-get purge ttf-mscorefonts-installer
  sudo apt-get autoremove
  sudo apt-get autoclean

Wenn diese Befehle ohne Fehler ausgeführt werden, kannst du das Paket
nun wie in Kommentar 3 beschrieben neu installieren (vergiss nicht, apt-
transport-https auf Version 1.2.19 zu aktualisieren, bevor du es erneut
installierst).

Wenn du diese Befehle nicht fehlerfrei ausführen kannst, verschiebe die
dpkg-Informationen zurück:

  sudo mv /tmp/msttcorefonts/* /var/lib/dpkg/info/

5) Suche und entfern den Abschnitt über ttf-mscorefonts-installer in
/var/lib/dpkg/status (du musst es als root öffnen, z.B. mit "sudo gedit
/var/lib/dpkg/status"). Versuche dann, das Paket wie in Kommentar 3
beschrieben neu zu installieren (vergiss nicht, apt-transport-https auf
Version 1.2.19 zu aktualisieren).

Quellen: bug 1222654 und http://askubuntu.com/questions/148715

** Summary changed:

- package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: 
Paket ttf-mscorefonts-installer ist nicht bereit zur Konfiguration  kann nicht 
konfiguriert werden (momentaner Status »half-installed«)
+ Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install/upgrade, 
is left in half-installed state, and can not be removed/reinstalled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to
  install/upgrade, is left in half-installed state, and can not be
  removed/reinstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1660556] Re: Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install/upgrade, is left in half-installed state, and can not be removed/reinstalled

2017-02-05 Thread Nathanaël Naeri
Probably a duplicate of bug 1222654 but I'm surprised that this bug says
Fix Released.

Ralf, can you remember any information about why the installation failed
in the first place? Something that stopped it perhaps?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to
  install/upgrade, is left in half-installed state, and can not be
  removed/reinstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660556] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momen

2017-02-05 Thread Nathanaël Naeri
I had never seen such an issue. I found the following potential
solutions on Google (look up "package is in a very bad inconsistent
state"). From softest to hardest:

1) Check in /var/lib/update-notifier/package-data-downloads/partial/ if
there are files that look like they were partially downloaded by ttf-
mscorefonts-installer (e.g. fonts). If yes remove them:

  sudo rm /var/lib/update-notifier/package-data-downloads/partial/

Then reconfigure the package (I'd be surprised if it's enough):

  sudo dpkg-reconfigure ttf-mscorefonts-installer

2) Correct a broken installation with apt-get:

  sudo apt-get clean
  sudo apt-get update
  sudo apt-get upgrade
  sudo apt-get install --fix-broken

Then try removing the half-installed package:

  sudo apt-get purge ttf-mscorefonts-installer

3) Force the removal of a package even if it's broken and marked to
require reinstallation (I think this should fix your problem):

  sudo dpkg --purge --force-remove-reinstreq ttf-mscorefonts-installer

If dpkg complains about dependencies, add the option --force-depends to
this command line, and right afterwards run "sudo apt-get install --fix-
broken" to fix the dependencies you just broke.

You can then normally reinstall the package as explained in comment 3
(don't forget to update apt-transport-https to version 1.2.19 before
reinstalling).

4) Brute force everything, these commands have been reported to work in
one case:

  mkdir /tmp/msttcorefonts
  sudo mv /var/lib/dpkg/info/ttf-mscorefonts-installer.* /tmp/msttcorefonts/
  sudo dpkg --purge --force-remove-reinstreq ttf-mscorefonts-installer
  sudo apt-get purge ttf-mscorefonts-installer
  sudo apt-get autoremove
  sudo apt-get autoclean

If these commands run without error, you can now normally reinstall the
package as explained in comment 3 (don't forget to update apt-transport-
https to version 1.2.19 before reinstalling).

But if you couldn't complete these commands without error, move the dpkg
information back:

  sudo mv /tmp/msttcorefonts/* /var/lib/dpkg/info/

5) Find and remove the section about ttf-mscorefonts-installer in
/var/lib/dpkg/status (you must open it as root, e.g. with "sudo gedit
/var/lib/dpkg/status"). Then try reinstalling the package as explained
in comment 3 (don't forget to update apt-transport-https to version
1.2.19).

Sources: bug 1222654 and http://askubuntu.com/questions/148715

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  Package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to
  install/upgrade, is left in half-installed state, and can not be
  removed/reinstalled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-02-04 Thread Nathanaël Naeri
** Description changed:

  [Symptoms]
  
  When installing or updating the package ttf-mscorefonts-installer in
  Ubuntu 16.04 or 16.10, an error message appears in a GUI window,
  indicating "failure to download extra data files" (the fonts themselves)
  "after package installation" (the package itself appears to have been
  installed). This error message re-appears regularly, as a cron-job re-
  tries the failed download.
  
  If installing or updating from the command line, additional failure
  information is given in an error message prefixed by "E:", but this
  error message depends on the mirror server which is contacted for the
  download: "404 Not Found" is common, but there is also "Protocol http
  not supported or disabled in libcurl", and complains about invalid
  Content-Range headers.
  
  [Cause]
  
  The current 3.4 version of ttf-mscorefonts-installer in Ubuntu 16.04
  delegates the download of the proprietary Microsoft Core Fonts for the
  Web (Andale, Arial...) to the package update-notifier, which itself
  delegates it to the program apt-helper provided by the package apt. The
  download URL points to the host downloads.sourceforge.net, which
  redirects to a randomly-chosen mirror server
  .dl.sourceforge.net.
  
  Unfortunately, the program apt-helper has a bug in the way it treats
  redirections. This bug makes apt-helper keep a space in the URL instead
  of encoding it to %20 before contacting the mirror. It is more
  extensively documented in bug 1655431 and bug 1651923. The mirror
  replies to this malformed request with an error message (e.g. "404 Not
  Found"), and download fails.
  
  Some mirrors appear to understand the malformed request nonetheless, and
  send the requested font file, however since there are 11 fonts to
  download, the chances of getting 11 understanding mirrors are low. Hence
  why the error message usually concerns andale32.exe or arial32.exe
  instead of webdin32.exe.
  
  [Workaround 1]
  
  Download the fonts manually and put them all in the same directory. You
  can use wget for that, because contrary to apt-helper, it handles
  redirections fine (command line formatted for readability, do not
  include line breaks and line indents):
  
-   $ wget http://downloads.sourceforge.net/corefonts/
-   {andale32.exe,arial32.exe,arialb32.exe,comic32.exe,courie32.exe,
-   georgi32.exe,impact32.exe,times32.exe,trebuc32.exe,verdan32.exe,
-   webdin32.exe}
+   $ wget http://downloads.sourceforge.net/corefonts/
+   {andale32.exe,arial32.exe,arialb32.exe,comic32.exe,courie32.exe,
+   georgi32.exe,impact32.exe,times32.exe,trebuc32.exe,verdan32.exe,
+   webdin32.exe}
  
  Or you can use your browser: point it to
  https://sourceforge.net/projects/corefonts/files/the%20fonts/final and
  download the same files.
  
  Make sure the package is purged and no remaining setup triggers are
  remaining, using your favorite package manager or command-line APT:
  
-   $ sudo apt-get purge ttf-mscorefonts-installer
+   $ sudo apt-get purge ttf-mscorefonts-installer
  
  Then reinstall the package, this time pointing to the previously-
  downloaded fonts in a second step:
  
-   $ sudo apt-get install ttf-mscorefonts-installer
- # (this will most likely fail again)
-   $ sudo dpkg-reconfigure ttf-mscorefonts-installer
+   $ sudo apt-get install ttf-mscorefonts-installer
+ # (this will most likely fail again)
+   $ sudo dpkg-reconfigure ttf-mscorefonts-installer
  
  The second command should return a "graphical" interface in the
  terminal. Use it to point to the directory where you downloaded the
  fonts (/path/to/directory/containing/the/fonts). Make sure no .deb files
  are in this directory, they seem to be picked up too and then it fails.
  
  If a pop-up shows up for a post-install action later, just let it run,
  it shouldn't come back. It may triggered by the file /var/lib/update-
  notifier/user.d/data-downloads-failed and you may be successful in
  avoiding the regularly-reappearing message by removing this file. But
  this point is less clear.
  
  Once everything is working, you can delete the downloaded fonts in .exe
  format, they have been uncompressed and installed in
  /usr/share/fonts/truetype/msttcorefonts in .ttf format.
  
  Adapted from: Vincent Gerris (comment 17), Lesley Binks (comment 18).
  
  [Workaround 2]
  
  Remove Ubuntu's version of ttf-mscorefonts-installer and install
  Debian's version instead. Indeed, Debian's version uses wget to download
  the fonts, and contrary to apt-helper, wget handles redirections fine.
  
  Download the package from https://packages.debian.org/ttf-mscorefonts-
  installer. Version 3.6 has been tested by several users. This workaround
  should work with Debian's version 3.4+nmu1 too, but then you'd be
  prompted to update to Ubuntu's problematic version 3.4+nmu1ubuntu2 next
  time you update your packages.
  
  To download the package with wget (command line formatted for
  readability, do 

[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-02-04 Thread Nathanaël Naeri
This bug has been fixed in apt-transport-https 1.2.19 (xenial) and 1.3.4
(yakkety), released 2017-01-26, by Julian Klode in bug 1651923.

If you are still affected by it, update apt-transport-https to the
appropriate version and reinstall Ubuntu's version of ttf-mscorefonts-
installer. You should remove Debian's version of ttf-mscorefonts-
installer beforehand, if you installed it (unless you want to keep using
Debian's version of course).

If you run into Content-Range errors when reinstalling ttf-mscorefonts-
installer, remove the downloaded fonts in /var/lib/update-notifier
/package-data-downloads/partial/ and try again. This is a different bug,
also fixed recently, but not backported to Xenial and Yakkety yet (bug
1657567).

** Changed in: msttcorefonts (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-02-04 Thread Nathanaël Naeri
Robin:

Sorry I couldn't reply sooner.

For 16.04, this bug has been fixed in apt-transport-https 1.2.19,
released Jan 26, 2017, so you shouldn't run into it again with the
Ubuntu ttf-mscorefonts-installer 3.4 package, provided you update apt-
transport-https to 1.2.19.

For 14.04, I cannot reproduce what you describe. On my own 14.04
machine, I am able to install Ubuntu's ttf-mscorefonts-installer 3.4
without any error. Your issue may have a different cause. If you can
still reproduce it, please open a new bug report with as much
information as you can give, and subscribe me to it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1656776] Re: should depend on apt-transport-https (was: fails to download andale32.exe, spams my cron every night)

2017-02-04 Thread Nathanaël Naeri
** Changed in: msttcorefonts (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656776

Title:
  should depend on apt-transport-https (was: fails to download
  andale32.exe, spams my cron every night)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-02-04 Thread Nathanaël Naeri
The fix for this bug has been released to Xenial on Jan 26. Can you try
again? Purge Debian's ttf-mscorefonts-installer 3.6, update apt-
transport-https, install Ubuntu's ttf-mscorefonts-installer 3.4. It
should work now.

** Changed in: msttcorefonts (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658482] Re: Installer unable to recover from previous failures

2017-02-04 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

This is bug 1607535, fixed in package apt-transport-https 1.2.19
(released to Xenial and Yakkety on Jan 26) by Julian Klode in bug
1651923. Update apt-transport-https (and possibly the other apt
packages, for good measure) to 1.2.19 (Xenial) or 1.3.4 (Yakkety), and
reinstall ttf-mscorefonts-installer (or purge and install). Please
report if it fails.

See bug 1649203#13 if you run into Content-Range error messages.

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

** Summary changed:

- Installer unable to recover from previous failures
+ Installer unable to download core fonts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658482

Title:
  Installer unable to download core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1658482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1437764] Re: ttf-mscorefonts-installer doesn't work from Ubuntu Software Center because of EULA, breaks APT

2017-02-04 Thread Nathanaël Naeri
@Alain: not the same bug, you clearly have accepted the EULA already
(it's written in the output). See bug 1649203/comments/13 for your
Content-Range issue. Also make sure that apt-transport-https is 1.2.19
to avoid bug 1607535. Then you can remove Debian's version of ttf-
mscorefonts-installer with "sudo dpkg -P /path/to/ttf-mscorefonts-
installer_3.6_all.deb", and reinstall the Ubuntu one (that said the
Debian version works fine too).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1437764

Title:
  ttf-mscorefonts-installer doesn't work from Ubuntu Software Center
  because of EULA, breaks APT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1437764/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658000] Re: Package fails to install fonts

2017-02-04 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

This is bug 1607535, fixed in package apt-transport-https 1.2.19
(released to Xenial on Jan 26) by Julian Klode in bug 1651923. Update
apt-transport-https (and possibly the other apt packages, for good
measure) to 1.2.19, and reinstall. Please report if it fails.

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658000

Title:
  Package fails to install fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1658000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1660556] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momen

2017-02-04 Thread Nathanaël Naeri
Wahrscheinlich war ttf-mscorefonts-installer nicht erfolgreich
installiert. Leider wird eine neue Installation ttf-mscorefonts-
installer wegen bug 1607535 auch scheitern, weil es sieht aus, deine
Version apt < 1.2.19 ist. Versuch mal, ttf-mscorefonts-installer zu
löschen, deine apt Pakete bis 1.2.19 zu upgraden, und ttf-mscorefonts-
installer wiederzuinstallieren:

  sudo apt-get purge ttf-mscorefonts-installer

  sudo apt-get update
  sudo apt-get dist-upgrade

  sudo apt-get install ttf-mscorefonts-installer

Wenn du das ganze System nicht aktualisieren möchtest, schreibst du
"install apt-transport-https" an Stelle von "dist-upgrade", um nur
bestimmte Pakete zu aktualisieren. Die Fehlerbehebung befindet sich im
apt-transport-https, aber du kannst alle aktualisierbaren apt Pakete
aktualisieren, wenn du willst: du kannst sie mit "apt list --upgradable
apt\*" finden.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to
  install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur
  Konfiguration  kann nicht konfiguriert werden (momentaner Status
  »half-installed«)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1660556] Re: package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur Konfiguration kann nicht konfiguriert werden (momen

2017-02-04 Thread Nathanaël Naeri
It looks like a previous install of ttf-mscorefonts-installer failed.
But reinstalling it may fail because of bug 1607535, since your version
of apt is apparently < 1.2.19. Try removing it completely, updating apt
packages to 1.2.19, and reinstalling it:

  sudo apt-get purge ttf-mscorefonts-installer

  sudo apt-get update
  sudo apt-get dist-upgrade

  sudo apt-get install ttf-mscorefonts-installer

If you don't want to upgrade your whole system, use "install apt-
transport-https" instead of "dist-upgrade" to upgrade only specific
packages. The fix is in apt-transport-https, but you may want to upgrade
all upgradeable APT packages for consistency: you can find them with
"apt list --upgradable apt\*".

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1660556

Title:
  package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to
  install/upgrade: Paket ttf-mscorefonts-installer ist nicht bereit zur
  Konfiguration  kann nicht konfiguriert werden (momentaner Status
  »half-installed«)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1660556/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1658707] Re: ttf-mscorefonts-installer drop-priv warnings and download errors during install

2017-02-04 Thread Nathanaël Naeri
Not exactly the same error message as in widely-impacting bug 1607535,
but almost, and judging by the attachments to your bug report, your
version of package apt-transport-https is < 1.2.19. Please update this
package (and other apt packages, for good measure) to 1.2.19, and retry
(reinstall ttf-mscorefonts-installer). Chances are it's the same bug,
fixed in apt-transport-https 1.2.19.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658707

Title:
  ttf-mscorefonts-installer drop-priv warnings and download errors
  during install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1658707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1132736] Re: Xorg fails to start after installing the Hardware Enablement Stack due to missing symlink after purging old xserver-xorg

2017-01-31 Thread Nathanaël Naeri
Still affects xorg-lts-trusty (for Precise users)

** Changed in: xorg (Ubuntu)
   Status: Triaged => Invalid

** Changed in: xorg-lts-trusty (Ubuntu)
   Status: Invalid => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1132736

Title:
  Xorg fails to start after installing the Hardware Enablement Stack due
  to missing symlink after purging old xserver-xorg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1132736/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2017-01-30 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

That particular error ("The HTTP server sent an invalid Content-Range
header"), contrary to the previous one ("Protocol "http" not supported
or disabled in libcurl"), has a different cause than apt-transport-https
being v < 1.2.19. It is due to Sourceforge not answering correctly to a
request for partial download on a redirect, when the file has already
been partially downloaded (if I understand correctly). See bug 1651923,
comments 45 47 50.

That Content-Range issue with partial downloads on Sourceforge was fixed
in bug 1657567 a few days ago, but the fix might only land in the next
release of Ubuntu, it might not be backported to the current releases.

>From what I understand you can solve this issue by deleting the partial
downloads in /var/lib/update-notifier/package-data-downloads/partial/,
and trying again. But I'm not 100% sure. If not perhaps try sudo apt-get
purge ttf-mscorefonts-installer?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1657092] Re: deja-dup refers to "Files" instead of "Caja"

2017-01-30 Thread Nathanaël Naeri
It could be fixed in Ubuntu MATE if they had their own fork of Déjà-Dup,
like they have their own fork of Files, Gedit, Eye of GNOME, Evince,
GNOME Terminal, File Roller.

Another Nautilus fork, Nemo, retained the name Files for its icon in the
menus. Didn't MATE did the same?

I can only suggest the following patch, as I'm not a Déjà-Dup developer.
I can't tell if it's a good change : "a compatible file manager" is less
computer-illiterate-friendly than "Files" or "Caja".

** Patch added: "Change "Files" to "a compatible file manager" to encompass 
Nautilus forks e.g. Caja"
   
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+attachment/4810787/+files/dont-specifically-mention-nautilus-since-it-works-with-its-forks-too.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1657092

Title:
  deja-dup refers to "Files" instead of "Caja"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2017-01-29 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Did you upgrade apt-transport-https? The fix is in this binary package,
not in the apt binary package (both being compiled from the same source
package named apt, yes it is confusing). See bug 1651923 comments 39 to
45.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1079552] Re: Unexpectedly asks for authentication halfway through file restore process

2017-01-28 Thread Nathanaël Naeri
I have recently encountered that message during the verification step of
a backup. This was extremely disconcerting, as the data being backed up
was user data with adequate permissions.

Déjà Dup should not ask for elevated privileges without explaining why
it needs them, and it probably should not ask for elevated privileges at
all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079552

Title:
  Unexpectedly asks for authentication halfway through file restore
  process

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1079552/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1657092] Re: deja-dup refers to "Files" instead of "Caja"

2017-01-28 Thread Nathanaël Naeri
Does it work though? In Caja? Do you get the restore/revert options when
you right-click?

Cause if I understand correctly those are allowed by libdeja-dup.so in
/usr/lib/[x86_64-linux-gnu]/nautilus/extensions-3.0, so perhaps Caja
looks into a different directory (.../caja/extensions-3.0?).

"Files" should be changed to "the file manager" rather than "Caja" since
the name is still Files in Ubuntu (Unity and GNOME). Unless someone
particularly motivated wants to fork Déjà-Dup to make a MATE version
that specifically says "Caja".

** Changed in: deja-dup (Ubuntu)
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1657092

Title:
  deja-dup refers to "Files" instead of "Caja"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1657092/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-19 Thread Nathanaël Naeri
Yes, this is well-known. The Debian and Ubuntu versions of ttf-
mscorefonts installer cannot be compared, with respect to this bug, and
no matter their respective version numbers, because of how differently
they download the fonts. See bug 1607535.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-18 Thread Nathanaël Naeri
Sigh. Your first two downloads worked though, the third one failed. You
should report this on bug 1651923, Julian Klode might be able to help.
The error message you get now, "Protocol http not supported or disabled
in libcurl", is symptomatic of the same bug 1607535/1651923 I suggested
as a duplicate, just like the error "404 Not Found". The error message
depends on the contacted mirror.

In particular, see Elvis Stansvik's comment 25 in bug 1651923: he got
the same error message as you from the vorboss.dl.sourceforge.net mirror
even after he upgraded apt-transport-https to 1.2.19.

You can use apt-helper for tests instead of reinstalling ttf-
mscorefonts-installer over and over again (line breaks for readability
only):

$ /usr/lib/apt/apt-helper
[-o debug::acquire::https=1 -o debug::acquire::http=1]
download-file
http://downloads.sourceforge.net/corefonts/andale32.exe test.exe
OR
"https://people.debian.org/~jak/a b/c" test.exe

The optional part is for debug output.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-18 Thread Nathanaël Naeri
Did you update apt-transport-https to 1.2.19 too? If I understand
correctly the fix is in this binary package. apt is the source package,
compiled into several binary packages: apt, apt-utils, apt-transport-
https, libapt-*, ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1656776] Re: should depend on apt-transport-https (was: fails to download andale32.exe, spams my cron every night)

2017-01-17 Thread Nathanaël Naeri
Thanks for the additional information. Even though normal installs have
the package already, I personally feel that the apt-transport-https
dependency should be added, be it only for consistency's sake. But I am
not the package maintainer and I can't help further, sorry. Perhaps ping
them directly if they don't weight in.

This is probably an Ubuntu-only bug since the Debian package downloads
the fonts with wget instead of update-notifier and apt-helper.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656776

Title:
  should depend on apt-transport-https (was: fails to download
  andale32.exe, spams my cron every night)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651923] Re: apt https method decodes redirect locations and sends them to the destination undecoded.

2017-01-17 Thread Nathanaël Naeri
Thanks for the hard work!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651923

Title:
  apt https method decodes redirect locations and sends them to the
  destination undecoded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1651923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1656776] Re: should depend on apt-transport-https (was: fails to download andale32.exe, spams my cron every night)

2017-01-17 Thread Nathanaël Naeri
You're right indeed, your issue is likely different from bug 1607535,
but once you install apt-transport-https you should run into bug
1607535.

That package is normally installed as a Recommends of ubuntu-standard:
did you install your system without Recommends?

Going through the comments of bug 1651923's duplicates (a lot of them
are wrongly marked IMHO), it appears downloads.sourceforge.net was
already redirecting to HTTPS urls on 2016-11-24 (if not before, but I
couldn't find evidence of it). You're having that issue since 2017-01-12
only: was it when you first tried installing this package?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656776

Title:
  should depend on apt-transport-https (was: fails to download
  andale32.exe, spams my cron every night)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-16 Thread Nathanaël Naeri
I'm glad we could help!

All the best
Naël

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1656776] Re: fails to download andale32.exe, spams my cron every night

2017-01-16 Thread Nathanaël Naeri
More likely to be a manifestation of bug 1607535, fixed in the
development release by bug 1651923.

Please check those bugs, try and install manually with "sudo apt-get
install [--reinstall] ttf-mscorefonts-installer" or "sudo dpkg-
reconfigure ttf-mscorefonts-installer" depending on whether the package
is installed or not on your system, compare error messages, and add
duplicate status if it is indeed one.

Also, you'll find possible workarounds in bug 1607535.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656776

Title:
  fails to download andale32.exe, spams my cron every night

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-16 Thread Nathanaël Naeri
The file and function I examined are those mentioned in the traceback
reported by David for Ubuntu 16.04, deja-dup 34.2-0ubuntu1.1, duplicity
0.7.06-2ubuntu2:

  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py",
  line 105, in add_filename
(self.volume_name_dict, filename)
  AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'},
'duplicity-full.20161129T015237Z.vol1.difftar.gz')

For Ubuntu 14.04, deja-dup 30.0-0ubuntu4.1, duplicity 0.6.23-1ubuntu4.1:

  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py",
  line 100, in add_filename
(self.volume_name_dict, filename)
  AssertionError: ({1: 'duplicity-full.20170115T235149Z.vol1.difftar'},
'duplicity-full.20170115T235149Z.vol1.difftar.gz')

Function add_filename(self, filename) parses the examined filename (in
this case "duplicity-full.$timestring.vol1.difftar.gz") and decides if
it should be added to the examined backup set (self, an instance of the
BackupSet class, consisting for now of just one backup volume,
"duplicity-full.$timestring.vol1.difftar").

The function returns True if it adds the examined filename to the
current backup set, False if it rejects it, for instance it rejects
files whose parse results don't include "full" or "inc", and files whose
parse results indicate a different timestring than the timestring of the
current backup set.

The assertion that fails is "not
self.volume_name_dict.has_key(pr.volume_number)", meaning that the
volume number found in the parse results (in our case 1) is already in
the backup set (stored as a volumenumber/filename dictionnary: {1:
duplicity-full.$timestring.vol1.difftar}).

A quick way to avoid that bug would be to turn the assertion into an "if
volume-number already in backup-set, reject filename" (i.e. return
False), which means that when encountering two or more of:

  duplicity-$type.$timestring.vol$n.difftar
  duplicity-$type.$timestring.vol$n.difftar.gz
  duplicity-$type.$timestring.vol$n.difftar.gpg

duplicity would accept into the backup set the first filename it
processes, and reject the others.

A probably better way would be to also compare compression flags when
grouping the files into sets, in addition to backup type (full/inc) and
times. That way an uncompressed file couldn't be added to a backup set
made up of compressed files, and vice versa. In the simplest case, this
would require:

  adding the attribute self.compressed to the class BackupSet

  adding self.compressed = bool(pr.compressed) to the method
  BackupSet.set_info, that initializes the attributes of the
  class instances

  adding something like
if bool(pr.compressed) != bool(self.compressed):
return False
  to BackupSet.add_filename after it tests for backup type
  and backup times

But then it gets complicated by the fact that a backup set can be
partially encrypted, if I understand correctly the rest of the
add_filename function ("if bool(pr.encrypted) !=
bool(self.encrypted)..."). So perhaps the function should also
accommodate backup sets which are partially compressed? Also, assuming
the add_filename is changed to group files into sets of homogeneous
compression/encryption status, then how would the function that groups
sets into chains have to be modified?

I don't know duplicity's source code well enough, and won't any time
soon, to take a decision regarding this issue and fix it by myself,
sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651923] Re: apt https method decodes redirect locations and sends them to the destination undecoded.

2017-01-16 Thread Nathanaël Naeri
downloads.sourceforge.net is just a redirection service to an auto-
selected mirror. Using the full URL
(sourceforge.net/projects/corefonts/files/...) also auto-selects a
mirror (credited on the right of the web page: "Mirror provided by
...").

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651923

Title:
  apt https method decodes redirect locations and sends them to the
  destination undecoded.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1651923/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-15 Thread Nathanaël Naeri
** Attachment added: "deja-dup.log2"
   
https://bugs.launchpad.net/deja-dup/+bug/1652410/+attachment/4804856/+files/deja-dup.log2

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-15 Thread Nathanaël Naeri
I have also replicated the bug, on Ubuntu 14.04 deja-dup 30.0 duplicity
0.6.23 (haven't got a more recent version yet but David has), as a
newly-created user with the default Déjà-Dup settings:

1. Perform the first full backup and check that the backup, the file
signatures, and the manifest file have been successfully created:

$ ls -l ~/deja-dup
-rw--- 1 luke luke   171 Jan 16 00:51 
duplicity-full.20170115T235149Z.manifest
-rw--- 1 luke luke 48989 Jan 16 00:51 
duplicity-full.20170115T235149Z.vol1.difftar.gz
-rw--- 1 luke luke  9965 Jan 16 00:51 
duplicity-full-signatures.20170115T235149Z.sigtar.gz

2. Uncompress the backup volume:

$ gunzip --to-stdout duplicity-full.20170115T235149Z.vol1.difftar.gz >
duplicity-full.20170115T235149Z.vol1.difftar

$ ls -l ~/deja-dup
-rw--- 1 luke luke171 Jan 16 00:51 
duplicity-full.20170115T235149Z.manifest
-rw-rw-r-- 1 luke luke 480256 Jan 16 00:57 
duplicity-full.20170115T235149Z.vol1.difftar
-rw--- 1 luke luke  48989 Jan 16 00:51 
duplicity-full.20170115T235149Z.vol1.difftar.gz
-rw--- 1 luke luke   9965 Jan 16 00:51 
duplicity-full-signatures.20170115T235149Z.sigtar.gz

3. Start the first incremental backup and witness the assertion error in
duplicity that David reported:

$ deja-dup --backup
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1494, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1488, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1337, in main
do_backup(action)
  File "/usr/bin/duplicity", line 1370, in do_backup
globals.archive_dir).set_values()
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 697, 
in set_values
self.get_backup_chains(partials + backend_filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 819, 
in get_backup_chains
map(add_to_sets, filename_list)
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 809, 
in add_to_sets
if set.add_filename(filename):
  File "/usr/lib/python2.7/dist-packages/duplicity/collections.py", line 100, 
in add_filename
(self.volume_name_dict, filename)
AssertionError: ({1: 'duplicity-full.20170115T235149Z.vol1.difftar'}, 
'duplicity-full.20170115T235149Z.vol1.difftar.gz')

$ DEJA_DUP_DEBUG=1 deja-dup --backup > deja-dup.log1
# see attached file for details

4. Interestingly, duplicity already has checks to avoid considering
files whose names don't look like they could be part of a backup set, as
proven by the success and log file of the following incremental backup:

$ ls -l ~/deja-dup
-rw-rw-r-- 1 luke luke 0 Jan 16 01:08 assignment.odt
-rw-rw-r-- 1 luke luke 0 Jan 16 01:08 creative-writing-syllabus.pdf
-rw-rw-r-- 1 luke luke 0 Jan 16 01:08 duplicity-commandline-memo.txt
-rw-rw-r-- 1 luke luke 0 Jan 16 01:08 duplicity-full-1995-movie.mkv.vol1.rar
-rw--- 1 luke luke   171 Jan 16 00:51 
duplicity-full.20170115T235149Z.manifest
-rw--- 1 luke luke 48989 Jan 16 00:51 
duplicity-full.20170115T235149Z.vol1.difftar.gz
-rw--- 1 luke luke  9965 Jan 16 00:51 
duplicity-full-signatures.20170115T235149Z.sigtar.gz

$ DEJA_DUP_DEBUG=1 deja-dup --backup > deja-dup.log2
# see attached file for details (truncated to the interesting bits)

So there's no need to come up with a brand-new extensive filename
filter, it's already here, only improve it so it doesn't burp so hard
when a backup volume is present in both compressed and uncompressed
forms.

** Attachment added: "deja-dup.log1"
   
https://bugs.launchpad.net/deja-dup/+bug/1652410/+attachment/4804855/+files/deja-dup.log1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-15 Thread Nathanaël Naeri
>> To fix this bug from happening in the future, we could perhaps
>> restrict the file list that is passed from Déjà-Dup to duplicity
>> collection-status? Perhaps to *.{diff,sig}tar.{gz,gpg} and
>> *.manifest files only, or something like that?

> This sounds good to me!

On further investigation, unfortunately, I realize it is not a file list
that Déjà-Dup passes to duplicity collection-status, but the path/URL of
the backup repository, e.g.:

  duplicity collection-status [options] file://home/luke/deja-dup

This is what duplicity expects for this action, according to the man
page. So it might be trickier than I thought to have duplicity not
examine certain files, and perhaps this bug would be better solved on
duplicity's side than on Déjà-Dup's side.

Worst case, if the bug can't be fixed and the situation requires a human
to examine the contents of the backup repository to take adequate
action, then duplicity should return a more descriptive message than the
current terse assertion error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652410] Re: Undescriptive duplicity/collection-status error when the backup directory contains two volumes with different file names and same volume number in the same backup set

2017-01-15 Thread Nathanaël Naeri
** Summary changed:

- duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}
+ Undescriptive duplicity/collection-status error when the backup directory 
contains two volumes with different file names and same volume number in the 
same backup set

** Changed in: deja-dup (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-15 Thread Nathanaël Naeri
>> You apparently performed a full backup on 2016-11-29 at 01:52 UTC,
>> did everything work fine during this backup? Was it successful ?
> Don't think so

Don't think so either, because your full backup on that date is only one
volume long and that volume is 120 bytes long:

  ls -l /home/david/Dropbox/Backups
  [...]
  ... 120 Nov 28 17:52 duplicity-full.20161129T015237Z.vol1.difftar.gz
  [...]

FYI duplicity makes backups into sets of normally 25 MB volumes.

And then there's your first incremental backup on Dec 1 which doesn't
look good since there are only volumes 2, 7, 15, 16, 23, 41, 49 of that
backup set in your backup repository. Where are all the other ones? Did
Dropbox eat them? And the normally-accompanying signatures and manifest
files are nowhere to be found either.

I don't know if Déjà-Dup can recover from this situation and finish the
partial incremental backup set but I wouldn't even lose time trying to
be honest. I've always found the easiest way to recover from a severely
failed backup is to delete the failed part (everything in your case) and
start again. For good measure you can also delete the backup's cache
directory:

  rm -r /home/david/Dropbox/Backups
  rm -r /home/david/.cache/deja-dup/f00ff76508010e2a830dd26b1d39db42

When you try again, you may want to test backing up a small subset of
your documents instead of your whole user directory. That way you'll
know quickly if it works or fails again. If it works, you can delete
this test backup and start again with the whole thing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  Undescriptive duplicity/collection-status error when the backup
  directory contains two volumes with different file names and same
  volume number in the same backup set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-15 Thread Nathanaël Naeri
Thanks for the information. First of all, as reported by the log file
you sent and the listing of your backup directory, there is an
uncompressed backup volume in your volume directory, and an uncompressed
file of files signatures, created or last modified on Dec 22:

  duplicity-full.20161129T015237Z.vol1.difftar
  duplicity-full-signatures.20161129T015237Z.sigtar

along with their older compressed versions, created on Nov 28:

  duplicity-full.20161129T015237Z.vol1.difftar.gz
  duplicity-full-signatures.20161129T015237Z.sigtar.gz

As far as I know there shouldn't be any such uncompressed files in the
backup location. Did you uncompress them yourself perhaps? In any case,
they're confusing duplicity (the command-line backup tool Déjà-Dup is a
graphical front-end to), if I understand the log file and error message
correctly:

  DUPLICITY: INFO 1
  DUPLICITY: . Args: /usr/bin/duplicity collection-status [...]

  [...]

  DUPLICITY: DEBUG 1
  DUPLICITY: . 12 files exist on backend

  DUPLICITY: DEBUG 1
  DUPLICITY: . Extracting backup chains from list of files:
   [u'duplicity-full.20161129T015237Z.vol1.difftar',
u'duplicity-full.20161129T015237Z.manifest',
u'duplicity-full.20161129T015237Z.vol1.difftar.gz',
u'duplicity-full-signatures.20161129T015237Z.sigtar.gz',
u'duplicity-full-signatures.20161129T015237Z.sigtar',
[...]

  DUPLICITY: DEBUG 1
  DUPLICITY: . File duplicity-full.20161129T015237Z.vol1.difftar is not part of 
a
known set; creating new set

  DUPLICITY: DEBUG 1
  DUPLICITY: . File duplicity-full.20161129T015237Z.manifest is part of known 
set

  DUPLICITY: ERROR 30 AssertionError
  [...]
  DUPLICITY: . File "/usr/lib/python2.7/dist-packages/duplicity/collections.py",
line 105, in add_filename(self.volume_name_dict, filename)
  DUPLICITY: . AssertionError:
({1: 'duplicity-full.20161129T015237Z.vol1.difftar'},
'duplicity-full.20161129T015237Z.vol1.difftar.gz')

>From my understanding of the duplicity source code in the incriminated
file, this is what happens when happens Déjà-Dup launches the
collection-status action to have duplicity find out which backup chains
are in the backup repository: Déjà-Dup passes the list of files in this
directory to duplicity, which takes the uncompressed duplicity-
full.20161129T015237Z.vol1.difftar for the start of a backup set, then
tries to add the compressed duplicity-
full.20161129T015237Z.vol1.difftar.gz to this set, and fails because the
volume number of this file has already been added to the set. Otherwise
there would be two backup volumes with the same volume number in the
backup set, and duplicity can't guess which one to take into account.

To fix this bug from happening in the future, we could perhaps restrict
the file list that is passed from Déjà-Dup to duplicity collection-
status? Perhaps to *.{diff,sig}tar.{gz,gpg} and *.manifest files only,
or something like that?

Or perhaps it could be fixed in duplicity, by having duplicity prefer a
particular filename when there are two volumes with the same number in
the same backup set? But then which one and on what grounds?

Vej, your take on that?

In the meantime, David, I believe it's safe for you to delete those
extraneous uncompressed files (or move them outside of your backup
repository). The assertion error should no longer be triggered, but you
should bump into other errors, because your backup repository clearly
doesn't have a complete, well-formed backup chain. More on that later.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  duja-dup AssertionError: ({1: 'duplicity-
  full.20161129T015237Z.vol1.difftar'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-14 Thread Nathanaël Naeri
Also, from the content of your log-file, I've got the impression that
there isn't a single well-formed backup chain in your backup directory.
Can you check with:

  ls -l /home/david/Dropbox/Backups

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  duja-dup AssertionError: ({1: 'duplicity-
  full.20161129T015237Z.vol1.difftar'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-14 Thread Nathanaël Naeri
You apparently performed a full backup on 2016-11-29 at 01:52 UTC, did
everything work fine during this backup? Was it successful ?

When did you run first into this problem - on the first incremental
backup ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  duja-dup AssertionError: ({1: 'duplicity-
  full.20161129T015237Z.vol1.difftar'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-14 Thread Nathanaël Naeri
The "status" Vej refers to is the bug status, on this web page, to
switch from "incomplete" to "new".

Thanks for the log. Can you please show the content of your cache
directory?

  ls -lR ~/.cache/deja-dup

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  duja-dup AssertionError: ({1: 'duplicity-
  full.20161129T015237Z.vol1.difftar'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652410] Re: duja-dup AssertionError: ({1: 'duplicity-full.20161129T015237Z.vol1.difftar'}

2017-01-14 Thread Nathanaël Naeri
It's because you're using the fish shell instead of the more common bash
shell. If I understand correctly, the fish translation of Vej's command
is:

  env DEJA_DUP_DEBUG=1 deja-dup --backup | tail -n 1000 > /tmp/deja-
dup.log

or:

  set -x DEJA_DUP_DEBUG 1
  deja-dup --backup | tail -n 1000 > /tmp/deja-dup.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652410

Title:
  duja-dup AssertionError: ({1: 'duplicity-
  full.20161129T015237Z.vol1.difftar'}

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1652410/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1656451] Re: msttcorefonts installer unable to download Andale font

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

Duplicate of bug 1607535, that you couldn't find easily because it is
itself the duplicate of a bug in apt that doesn't look related at all on
first sight.

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656451

Title:
  msttcorefonts installer unable to download Andale font

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656451/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
As proposed in comments 56 57, I have temporarily removed the duplicate
status of this bug to un-hide it in the package's bug list, in the hope
that people will find it more easily and stop opening new bugs to report
this problem.

I have updated the description with all the findings made about this
bug, in particular its cause, two workarounds, and Julian Klode's work
to fix it in bug 1651923. Please improve on this description if you can.
Thanks to all the people who contributed to investigating this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
** Description changed:

- As noted in
- 
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1371783/comments/45,
- the current 3.4 version of ttf-mscorefonts-installer searches for the
- font files in an incorrect network location. The consequence of this is
- that the core fonts are never installed.
+ [Symptoms]
  
- The Debian (upstream) version 3.6 of ttf-mscorefonts-installer searches
- for the font files in the correct network location, and will
- successfully install the core fonts.
+ When installing or updating the package ttf-mscorefonts-installer in
+ Ubuntu 16.04 or 16.10, an error message appears in a GUI window,
+ indicating "failure to download extra data files" (the fonts themselves)
+ "after package installation" (the package itself appears to have been
+ installed). This error message re-appears regularly, as a cron-job re-
+ tries the failed download.
  
- This problem occurs with Ubuntu 16.04 as of July 2016. (And with earlier
- versions, including current LTS.)
+ If installing or updating from the command line, additional failure
+ information is given in an error message prefixed by "E:", but this
+ error message depends on the mirror server which is contacted for the
+ download: "404 Not Found" is common, but there is also "Protocol http
+ not supported or disabled in libcurl", and complains about invalid
+ Content-Range headers.
+ 
+ [Cause]
+ 
+ The current 3.4 version of ttf-mscorefonts-installer in Ubuntu 16.04
+ delegates the download of the proprietary Microsoft Core Fonts for the
+ Web (Andale, Arial...) to the package update-notifier, which itself
+ delegates it to the program apt-helper provided by the package apt. The
+ download URL points to the host downloads.sourceforge.net, which
+ redirects to a randomly-chosen mirror server
+ .dl.sourceforge.net.
+ 
+ Unfortunately, the program apt-helper has a bug in the way it treats
+ redirections. This bug makes apt-helper keep a space in the URL instead
+ of encoding it to %20 before contacting the mirror. It is more
+ extensively documented in bug 1655431 and bug 1651923. The mirror
+ replies to this malformed request with an error message (e.g. "404 Not
+ Found"), and download fails.
+ 
+ Some mirrors appear to understand the malformed request nonetheless, and
+ send the requested font file, however since there are 11 fonts to
+ download, the chances of getting 11 understanding mirrors are low. Hence
+ why the error message usually concerns andale32.exe or arial32.exe
+ instead of webdin32.exe.
+ 
+ [Workaround 1]
+ 
+ Download the fonts manually and put them all in the same directory. You
+ can use wget for that, because contrary to apt-helper, it handles
+ redirections fine (command line formatted for readability, do not
+ include line breaks and line indents):
+ 
+   $ wget http://downloads.sourceforge.net/corefonts/
+   {andale32.exe,arial32.exe,arialb32.exe,comic32.exe,courie32.exe,
+   georgi32.exe,impact32.exe,times32.exe,trebuc32.exe,verdan32.exe,
+   webdin32.exe}
+ 
+ Or you can use your browser: point it to
+ https://sourceforge.net/projects/corefonts/files/the%20fonts/final and
+ download the same files.
+ 
+ Make sure the package is purged and no remaining setup triggers are
+ remaining, using your favorite package manager or command-line APT:
+ 
+   $ sudo apt-get purge ttf-mscorefonts-installer
+ 
+ Then reinstall the package, this time pointing to the previously-
+ downloaded fonts in a second step:
+ 
+   $ sudo apt-get install ttf-mscorefonts-installer
+ # (this will most likely fail again)
+   $ sudo dpkg-reconfigure ttf-mscorefonts-installer
+ 
+ The second command should return a "graphical" interface in the
+ terminal. Use it to point to the directory where you downloaded the
+ fonts (/path/to/directory/containing/the/fonts). Make sure no .deb files
+ are in this directory, they seem to be picked up too and then it fails.
+ 
+ If a pop-up shows up for a post-install action later, just let it run,
+ it shouldn't come back. It may triggered by the file /var/lib/update-
+ notifier/user.d/data-downloads-failed and you may be successful in
+ avoiding the regularly-reappearing message by removing this file. But
+ this point is less clear.
+ 
+ Once everything is working, you can delete the downloaded fonts in .exe
+ format, they have been uncompressed and installed in
+ /usr/share/fonts/truetype/msttcorefonts in .ttf format.
+ 
+ Adapted from: Vincent Gerris (comment 17), Lesley Binks (comment 18).
+ 
+ [Workaround 2]
+ 
+ Remove Ubuntu's version of ttf-mscorefonts-installer and install
+ Debian's version instead. Indeed, Debian's version uses wget to download
+ the fonts, and contrary to apt-helper, wget handles redirections fine.
+ 
+ Download the package from https://packages.debian.org/ttf-mscorefonts-
+ installer. Version 3.6 has been tested by several users. This workaround
+ should work with Debian's version 3.4+nmu1 too, but then you'd be
+ prompted to update to Ubuntu's 

[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
Robin, comment 63:

> This package comes originally from Debian, where the current
> version is 3.6. That version seems to work without problem,
> no matter how ugly it may be in doing so.

As a matter of fact, even Debian's version 3.4 works. It works because
it uses wget to download the fonts, while Ubuntu's version of the
package uses apt-helper, which has a bug, see comments 50 52 by Adrien
Beau, and the bug 1655431 he links to, which points to the root cause in
bug 1651923.

So it's not a case of "version 3.4 is broken, version 3.6 fixes the
problem" but a case of "Ubuntu versions of the package are broken,
Debian versions of the package work".

I do not know why the Ubuntu package was modified in the first place,
rather than simply copied from Debian (and I personally wish there were
less delta between the two distributions, to avoid these Ubuntu-only
bugs). Perhaps we can find out the reasons in the changelog for the
Ubuntu package.

> An update to the existing 3.6 code would
> provide a clean solution

Yes and no. On the one hand, using Debian's 3.6 package as-is certainly
works, as mentionned in this thread.

But the Ubuntu package cannot be updated to pure Debian 3.6 without
losing the Ubuntu-specific changes. So the changes made in Debian
between 3.4 and 3.6 should instead be merged to the Ubuntu package, for
it to benefit from both the features of the new version and the Ubuntu-
specific changes.

Since one of these Ubuntu-specific changes is using apt-helper instead
of wget, the bug would remain.

> problem which, as you will have noticed,
> affects a very large number of people

It affects me too.

> Unless someone is going actively to develop and test an updated
> package which resolves the problems with version 3.4

Someone is: Julian Klode, see bug 1651923, of which this bug is a
duplicate (although I am going to temporarily remove duplicate status,
see this bug, comments 56 57).

Julian has already released a fix, available in Ubuntu's upcoming 17.04
release, as is the correct procedure. Fixes aren't released directly to
production releases, they are first tested in the development release,
in case they don't work or cause new bugs.

If you can use the development release, please test this package and
report in bug 1651923. Feedback will be appreciated and will help the
fix to be backported to the production releases.

> (As a point of information, this bug also appears with 14.04.)

Crap. I was quite sure it was specific to 16.06 and 16.10. Can you give
more details? In bug 1651923, bottom of comment 24, Julian Klode
mentions that there is a different issue with the downloads on Trusty
(14.04). Can you confirm whether you are running into this different
issue (download hangs) or the issue discussed in this bug (download
fails)?

** This bug is no longer a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

** Tags removed: upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Jeremy, comment 59:

> the next Ubuntu bugfix update for this package (if there is one)
> will be numbered something like 3.4+nmu1ubuntu2.1

It would be 3.4+nmu1ubuntu3 I believe. But there will be no new version
of this package to fix this bug, as it has to be fixed in another
package (apt), not in this package (ttf-mscorefonts-installer).

cbcymru, comment 60:

> So have those of us who have switched to version 3.6, and there
> seem to be many, left our computers vulnerable?

Only if there is a security vulnerability in Debian's v3.6 ttf-
mscorefonts-installer, and only if it is found...

> When the 3.4 version bug is finally fixed how could we switch back
> to the fixed version 3.4?

I was just wondering about that and it seems as trivial as using dpkg
with the "purge" action (-P, --purge) instead of the "install" action
(-i, --install):

  $ dpkg -P /path/to/ttf-mscorefonts-installer_3.6_all.deb

And then you'd install the Ubuntu package. Running what Jeremy proposes
in comment 61 would also install the Ubuntu package but without
uninstalling the Debian package before, and given that these packages
have differences, I'd rather be on the safe side and run whatever pre-
removal and post-removal scripts are included in the Debian package.

cbcymru, comment 62:

> If you should discover how to stop the install prompt before
> the fix is found, please post the details.

Lesley Binks in comment 18 suggests removing the file:

  /var/lib/update-notifier/user.d/data-downloads-failed

which he says triggers the message. Unfortunately he hasn't reported yet
if it works and is safe. Also, note that this is in the context of
Vincent Gerris's workaround in comment 17, not in the context of using
Debian's version 3.6.

Obviously, if you don't need Microsoft's Core Fonts, you may just
uninstall the package.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Is there a way to list this bug in the bug list of msttcorefonts without
removing duplicate status, so that people stop reporting this problem as
a new bug? The apt bug this bug is a duplicate of is not obvious to find
for most users running into this problem.

If not, can we temporarily remove duplicate status?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655565] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Duplicate of bug 1607535, whose cause was found in package apt, see bug
1651923.

** This bug has been marked a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655565

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655896] Re: Failed to fetch andale32.exe

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Duplicate of bug 1607535, whose cause was found in package apt, see bug
1651923.

** This bug has been marked a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655896

Title:
  Failed to fetch andale32.exe

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655896/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1655531] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Duplicate of bug 1607535, whose cause was found in package apt, see bug
1651923.

** This bug has been marked a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1655531

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1655531/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Removing the "...and should be updated to version 3.6 from Debian" part
of the bug title to reflect that the fix isn't in version 3.6 per se
(but in package apt, as explained in bug 1651923). Version 3.6 only
works around this bug by using wget instead of apt-helper to download
the fonts, it doesn't fix it. And should Ubuntu's package be merged with
Debian's, the bug would stay because usage of apt-helper would be kept
in the Ubuntu package.

That said a merge would still be nice, for reasons exposed in bug
1656102 and duplicates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1607535] Re: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

** Summary changed:

- ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian
+ ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1607535

Title:
  ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1607535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

Further investigation indicates that this bug is indeed a duplicate of
bug 1607535, although the error message is different (because the
contacted mirror server is different, see bug 1655431).

The root cause for this bug (and several others) is in the program apt-
helper from package apt, which handles the download of the fonts. It is
explored in bug 1651923 (see also bug 1655431), which is being fixed for
zesty, hopefully yakkety and xenial will follow.

** This bug has been marked a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1653117] Re: Can not download fonts any more

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

** This bug is no longer a duplicate of bug 1649203
   ttf-mscorefonts-installer always complains about cannot download data 
because http is not support by libcurl?
** This bug has been marked a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1653117

Title:
  Can not download fonts any more

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1653117/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1651923 ***
https://bugs.launchpad.net/bugs/1651923

(In the meantime that a fix for bug 1651923 lands in xenial and yakkety,
you can still workaround this issue by installing Debian's 3.6 version
instead, which uses wget instead of apt-helper for downloading the
fonts, or you can download the fonts manually and point dpkg-reconfigure
to them, see bug 1607535 for instructions.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1542710] Re: [FFe] Merge latest version (3.6) with Debian

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1656102 ***
https://bugs.launchpad.net/bugs/1656102

** This bug is no longer a duplicate of bug 1563840
   Please merge msttcorefonts 3.6 (multiverse) from Debian testing (contrib)
** This bug has been marked a duplicate of bug 1656102
   Please merge with Debian's msttcorefonts 3.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1542710

Title:
  [FFe] Merge latest version (3.6) with Debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1542710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1563840] Re: Please merge msttcorefonts 3.6 (multiverse) from Debian testing (contrib)

2017-01-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1656102 ***
https://bugs.launchpad.net/bugs/1656102

** This bug has been marked a duplicate of bug 1656102
   Please merge with Debian's msttcorefonts 3.6

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1563840

Title:
  Please merge msttcorefonts 3.6 (multiverse) from Debian testing
  (contrib)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1563840/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1656102] Re: Please merge with Debian's msttcorefonts 3.6

2017-01-13 Thread Nathanaël Naeri
> This update request was originally requested in bug 1607535

It was also previously requested in bug 1563840 and bug 1542710. Adding
duplicates.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1656102

Title:
  Please merge with Debian's msttcorefonts 3.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1656102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1649203] Re: ttf-mscorefonts-installer always complains about cannot download data because http is not support by libcurl?

2017-01-08 Thread Nathanaël Naeri
NOT the same error message as in bug 1607535 ("http disabled in libcurl"
vs. "404 not found") BUT a few users have seen this message too in bug
1607535 so both bugs MIGHT have the same cause (SourceForge servers are
unreliable and not adapted to headless downloads).

As with bug 1607535, you might have success working around this bug by
purging Ubuntu's 3.4 version of ttf-mscorefonts-installer and installing
Debian's 3.6 version instead. Please consult bug 1607535, test, and
report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1649203

Title:
  ttf-mscorefonts-installer always complains about cannot download data
  because http is not support by libcurl?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1649203/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652241] Re: ttf-mscorefonts-installer fails download

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug is no longer a duplicate of bug 1649203
   ttf-mscorefonts-installer always complains about cannot download data 
because http is not support by libcurl?
** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652241

Title:
  ttf-mscorefonts-installer fails download

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1652241/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652626] Re: Error downloading andale32.exe: 404 NOT FOUND

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug is no longer a duplicate of bug 1649203
   ttf-mscorefonts-installer always complains about cannot download data 
because http is not support by libcurl?
** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652626

Title:
  Error downloading andale32.exe: 404 NOT FOUND

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1652626/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645000] Re: Insists in reporting an unsuccessful extra download

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug is no longer a duplicate of bug 1649203
   ttf-mscorefonts-installer always complains about cannot download data 
because http is not support by libcurl?

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645000

Title:
  Insists in reporting an unsuccessful extra download

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1645000/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654623] Re: package ttf-mscorefonts-installer 3.4 failed to install/upgrade

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654623

Title:
  package ttf-mscorefonts-installer 3.4 failed to install/upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1654623/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1540865] Re: sorry to disturb you...new to development...system did not crash...simply got an error message

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1369043 ***
https://bugs.launchpad.net/bugs/1369043

** This bug has been marked a duplicate of bug 1369043
   package ttf-mscorefonts-installer 3.4+nmu1ubuntu1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 128

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1540865

Title:
  sorry to disturb you...new to development...system did not
  crash...simply got an error message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1540865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1428842] Re: package ttf-mscorefonts-installer (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1369043 ***
https://bugs.launchpad.net/bugs/1369043

** This bug has been marked a duplicate of bug 1369043
   package ttf-mscorefonts-installer 3.4+nmu1ubuntu1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 128

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1428842

Title:
  package ttf-mscorefonts-installer (not installed) failed to
  install/upgrade: subprocess new pre-installation script returned error
  exit status 128

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1428842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652907] Re: ttf-mscorefonts-installer 404 errors

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652907

Title:
  ttf-mscorefonts-installer 404 errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1652907/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1654855] Re: ttf-mscorefonts-installer fails to download fonts

2017-01-08 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1607535 ***
https://bugs.launchpad.net/bugs/1607535

** This bug has been marked a duplicate of bug 1607535
   ttf-mscorefonts-installer 3.4+nmu1ubuntu2 fails to install core fonts and 
should be updated to version 3.6 from Debian

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654855

Title:
  ttf-mscorefonts-installer fails to download fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/msttcorefonts/+bug/1654855/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1596027] Re: No hardware acceleration for H264 decoding of Flash videos on Chromium with Pepper Flash plugin

2017-01-02 Thread Nathanaël Naeri
You shouldn't compare the PPAPI plugin and the NPAPI plugin. They are
not exactly the same. This was obvious in the past when the NPAPI plugin
was frozen at version 11.2, but it is still true now even though both
plugins are version 24.0 (since Dec 13).

In particular, the new 24.0 NPAPI plugin is a security initiative that
does not include certain features implemented in the PPAPI version, most
notably GPU acceleration of 3D graphics and support of videos with DRM
[1]. This new 24.0 NPAPI plugin is shipped by the adobe-flashplugin
package, version 20161213, that you are using. Perhaps GPU acceleration
of H.264 videos is not supported either? Although that is surprising,
that fits your experience of hardware acceleration stopping working
recently.

In any case, it's the PPAPI plugin in Chromium and the PPAPI plugin in
Firefox (through the PPAPI-to-NPAPI wrapper, browser-plugin-freshplayer-
pepperflash) that you should compare. If you do, please consider
installing the wrapper from ppa:nilarimogard/webupd8 [2] or
ppa:jonathonf/pepperflashplugin-nonfree [3] instead of the one available
in Xenial's official archive [4], as this version is already old and
hasn't benefited yet of several bug fixes (e.g. bug 1633678).

Also make sure that hardware accelerated decoding is enabled by the
wrapper [5]: switch enable_hwdec to 1 in the wrapper's configuration
file, and check that enable_vaapi and enable_vdpau are also set to 1 so
that hardware accelerated decoding uses VA-API/VDPAU.

[1] 
http://blogs.adobe.com/flashplayer/2016/08/beta-news-flash-player-npapi-for-linux.html
[2] https://launchpad.net/~nilarimogard/+archive/ubuntu/webupd8
[3] https://launchpad.net/~jonathonf/+archive/ubuntu/pepperflashplugin-nonfree
[4] http://packages.ubuntu.com/browser-plugin-freshplayer-pepperflash
[5] 
https://github.com/i-rinat/freshplayerplugin/blob/master/data/freshwrapper.conf.example

Have you had any luck with the links I posted in comment 6?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596027

Title:
  No hardware acceleration for H264 decoding of Flash videos on Chromium
  with Pepper Flash plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1596027/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2016-12-30 Thread Nathanaël Naeri
Thanks for this log. It shows that your current backup chain started on
Oct 10, contains the offending incremental backup (Dec 19 to Dec 20),
and has later incremental backups (three more on Dec 20, one on Dec 21,
one on Dec 22, one on Dec 30). You can see for yourself under "primary
backup chain" (you also have 9 older backup chains).

So your backups are apparently still performed, despite the error
message (!?!).

As far as I understand, the SHA1 hash mismatch means that the indicated
file (first volume of Dec 19 to Dec 20 incremental backup) is different
from when it was created and its SHA1 hash was written in the
accompanying .manifest file (a text file that stores the hashes of each
volume at creation time). Is it conceivable that the transfer of this
file to your backup location failed somehow? Or that it was modified
afterwards?

I think the easiest way for you to get rid of this issue is to delete
(or rather, move away) the tail of your current backup chain, starting
at the offending file, and launch an incremental backup to cover the Dec
19 to today period.

That won't tell us how this file got corrupted however, but I for one am
not able to help further.

You may also want to delete (or rather move away) Déjà-Dup's cache
directory (~/.cache/deja-dup) in case something weird creeped into it
and is causing a problem. It will be recreated with fresh information
downloaded from the backup location (manifest and signature files).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651396

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1596027] Re: No hardware acceleration for H264 Decoding in Pepper Flash Plugin

2016-12-30 Thread Nathanaël Naeri
Flash with Chromium-based browsers is out of my knowledge, sorry.

A quick Google search shows that apparently, at least a few years ago,
Chromium/Chrome used to disable hardware acceleration for certain
graphic cards. Knowing the limited capabilities of the AMD/ATI Radeon HD
6310 (an APU-integrated graphic card that equipped my dad's early 2010s
mini-desktop computer), perhaps hardware acceleration is indeed disabled
for this card. In which case, it might be forced, and perhaps the
following (dated) links can still help:

http://askubuntu.com/questions/325431/hardware-acceleration-of-chromes-flash-plugin
http://www.webupd8.org/2014/01/enable-hardware-acceleration-in-chrome.html

You should also install a Mozilla-based browser (and the PPAPI/NPAPI
wrapper browser-plugin-freshplayer-pepperflash), enable hardware
accelerated decoding (see comment 1), and see if you can reproduce this
issue (no hardware accelerated H.264 in Flash videos). This would help
find out whether it's the browser's fault or the plugin's fault (cause
I'm not sure this bug should be filed against the plugin).

** Changed in: adobe-flashplugin (Ubuntu)
   Status: Expired => Incomplete

** Summary changed:

- No hardware acceleration for H264 Decoding in Pepper Flash Plugin
+ No hardware acceleration for H264 decoding of Flash videos on Chromium with 
Pepper Flash plugin

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596027

Title:
  No hardware acceleration for H264 decoding of Flash videos on Chromium
  with Pepper Flash plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1596027/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1600783] Re: Not translated string

2016-12-29 Thread Nathanaël Naeri
Could this be a message from duplicity instead?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1600783

Title:
  Not translated string

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/1600783/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1651396] Re: Backup fails every time after one incremental file is possibly corrupted

2016-12-29 Thread Nathanaël Naeri
To create a new full backup, simply backup to a new location, or move
the files in the current location to some other place. Déjà Dup will
detect the absence of previous backups and start a new full backup.

The backup location is the directory that stores the duplicity files
that Déjà Dup produces (compressed and possibly encrypted
duplicity-... files). For
instance ftp://user@server:port/path/to/backup/location.

You may also want to run the incremental backup that fails, from the
command line, with verbose output, to try and understand what leads to
that failure, and help triage this bug, because right now we
unfortunately don't know enough to reproduce or fix it:

  $ DEJA_DUP_DEBUG=1 deja-dup --backup

As Aaron said Déjà Dup is a good balance between ease of use and
reliability. Since it is a front-end to duplicity, I would recommend
using duplicity directly for more reliability (see manpage for usage).
You would then avoid all the potential front-end bugs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1651396

Title:
  Backup fails every time after one incremental file is possibly
  corrupted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1651396/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645083] Re: pepperflash chromium plugin doesn't work

2016-12-05 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1632870 ***
https://bugs.launchpad.net/bugs/1632870

pepperflashplugin-nonfree is well-known to be broken since Google
stopped shipping the PPAPI Flash plugin with Chrome 54: see e.g. bug
1632870. The package has not been fixed yet. Besides, if it worked, it
would install PPAPI Flash version 23.0, not the NPAPI Flash version 11.2
that is inexplicably detected by chrome://plugins in your case (I
thought Chromium only supported PPAPI plugins?).

If you want an up-to-date version of pepperflashplugin-nonfree
specifically, try the one in Jonathon Fernyhough's PPA, it's fixed
(https://launchpad.net/~jonathonf/+archive/ubuntu/pepperflashplugin-
nonfree).

The recommended way to install the NPAPI and PPAPI Flash plugins is
through the adobe-flashplugin package though, which is in Canonical's
Partner repository (https://wiki.ubuntu.com/Chromium/Getting-Flash).
Enable this repository, remove ALL other Flash-providing packages
(pepflashplugin-nonfree, flashplugin-installer, pepperflashplugin-
nonfree...), and install adobe-flashplugin.

** This bug has been marked a duplicate of bug 1632870
   Package is broken since Google stopped shipping Flash with Chrome 54 for 
Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645083

Title:
  pepperflash chromium plugin doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1645083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1644551] Re: install fails because downloaded file does not match the script

2016-12-05 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1632870 ***
https://bugs.launchpad.net/bugs/1632870

> cannot stat 
> 'unpackchrome/opt/google/chrome/PepperFlash/libpepflashplayer.so': No such 
> file
>
> The .deb package no longer contains such file and as a result, the script 
> cannot work.

pepperflashplugin-nonfree is well-known to be broken since Google
stopped shipping the PPAPI Flash plugin with Chrome 54: see e.g. bug
1632870. The package has not been fixed yet.

See package adobe-flashplugin, in Canonical's Partner repository, for
the currently recommended way to install the NPAPI and the PPAPI Flash
plugins (https://wiki.ubuntu.com/Chromium/Getting-Flash).

Enable this repository, remove all other Flash-providing packages
(pepflashplugin-nonfree, flashplugin-installer, pepperflashplugin-
nonfree...), and install adobe-flashplugin.

** This bug has been marked a duplicate of bug 1632870
   Package is broken since Google stopped shipping Flash with Chrome 54 for 
Linux

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1644551

Title:
  install fails because downloaded file does not match the script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1644551/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-12-05 Thread Nathanaël Naeri
Yes, I contacted Daniel a few weeks ago to let him know about the
Chrome/Flash unbundling and suggest he downloads from Adobe or retires
his PPA. Since there is now a variety of ways to get the NPAPI/PPAPI
Flash plugin, he decided to retire his PPA, and I updated my Flash memo
to stop mentioning it. I remember there used to be a time around Ubuntu
Precise where his pepflashplugin-nonfree was the sole packaged way to
install the PPAPI plugin for other browsers than Chrome. Let him be
thanked for this pioneer work.

Regarding the pepperflashplugin-nonfree package in the Ubuntu archive, I
am in favor of proposing to drop it from the archive in zesty (I believe
you mean zesty). As it stands now, this package will stay broken until
the original Debian maintainer fixes it, and there hasn't been a sign on
debbugs 833741 and 841373 that this will happen soon. And even if it
does, this package offers no advantage over the adobe-flashplugin
package in partner, besides being in multiverse rather than in partner.
Unless that last point is crucial, I vote for proposing to drop the
package.

BTW, was there ever a consensus in favor or against enabling partner at
install time, when you contacted the ubuntu-devel list?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632870

Title:
  Package is broken since Google stopped shipping Flash with Chrome 54
  for Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1632870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1576394] Re: deja-dup package dependencies in 16.04

2016-11-20 Thread Nathanaël Naeri
@D. Schuurman:

> Perhaps the "on-demand" installation only checks when new backups are
configured?

Yes, I believe so, it matches my experience. Also, see bugs 1606449 and
1641423. If I understand correctly, it's not duplicity and python-gi
we're supposed to install (by hand or through this "on-demand"
installation), but deja-dup-backend-gvfs.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1576394

Title:
  deja-dup package dependencies in 16.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1576394/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1592735] Re: deja-dup 34.2 fails on dependencies

2016-11-20 Thread Nathanaël Naeri
The link you provided (http://askubuntu.com/q/787244/25388) shows you
solved the dependency problem (it's indeed a matter of installing deja-
dup AND deja-dup-backend-gvfs), so I'm closing this bug. See also bugs
1606449 and 1641423 for more about this dependency issue.

The other problem you mention in that AskUbuntu question is related to
permissions on a NTFS volume mounted as root, if I understand correctly.
This is unrelated to the dependency issue and this bug report. Also,
Déjà Dup is supposed to be used by a normal user to back up their own
user data to a location that is writable by that user. There are better
tools for root to back up a complete disk or several users' data. This
is not the focus of Déjà Dup.

** Changed in: deja-dup (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1592735

Title:
  deja-dup 34.2 fails on dependencies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1592735/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1641950] [NEW] ubuntu-restricted-addons amd64 package should have the same Adobe Flash dependencies as the i386 package

2016-11-15 Thread Nathanaël Naeri
Public bug reported:

The i386 version of ubuntu-restricted-addons Recommends adobe-
flashplugin | flashplugin-installer, whereas the amd64 version only
Recommends flashplugin-installer.

It's been years that the adobe-flashplugin package (in partner) work for
both architectures, and it is the recommended way of installing the
Flash plugin nowadays (https://wiki.ubuntu.com/Chromium/Getting-Flash).

Could you please update the dependencies so that both amd64 and i386
packages Recommend adobe-flashplugin | flashplugin-installer?

Not a duplicate of bug 869559.

** Affects: ubuntu-restricted-addons (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641950

Title:
  ubuntu-restricted-addons amd64 package should have the same Adobe
  Flash dependencies as the i386 package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-restricted-addons/+bug/1641950/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1544409] Re: Flash plugin from pepperflashplugin-nonfree is installed as a Recommends of browser-plugin-freshplayer-pepperflash (source: freshplayerplugin) even if it is already installed from an

2016-11-13 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1633678 ***
https://bugs.launchpad.net/bugs/1633678

> As regards having adobe-flashplugin and pepperflashplugin-nonfree
> conflict to each other [...] Since it can't be done easily, I
> guess we have to live with this inconvenience. I've closed the
> adobe-flashplugin and pepperflashplugin-nonfree tasks.

I understand why the Conflicts can't be added. I can think of one last
way of fixing this inconvenience in published releases: make
pepperflashplugin-nonfree a metapackage Depending on adobe-flashplugin
(assuming this is possible since the later is in Canonical Partner).
This would transparently substitute the former with the later.

> As regards which package browser-plugin-freshplayer-pepperflash
recommends, it's about to be fixed via bug #1633678. Marking this bug as
a duplicate.

Agreed. Looking forward to your work making its way into the published
releases, and we can close this bug.

> As regards the future of pepperflashplugin-nonfree, we don't need it
in Ubuntu any longer since we have adobe-flashplugin.

Unless Canonical Partner can't be enabled for new desktop installations,
isn't it?

> a reasonable measure would probably be to drop it from the Ubuntu
archive in 17.04

I would love to see that happening. How does one go about stopping a
package from being imported from Debian?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1544409

Title:
  Flash plugin from pepperflashplugin-nonfree is installed as a
  Recommends of browser-plugin-freshplayer-pepperflash (source:
  freshplayerplugin) even if it is already installed from another
  package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1544409/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531199] Re: double flashplayer installation by mint-meta-debian-codecs

2016-11-03 Thread Nathanaël Naeri
Sorry, didn't see you were using Linux Mint Debian Edition. You can
theoretically use deb-multimedia with this Debian derivative; however,
note that the maintainer of that unofficial package archive doesn't have
to keep his packaging compatible with and similar to that of the
corresponding official Debian packages, let alone the corresponding
official LMDE packages.

** Changed in: linuxmint
   Status: Invalid => New

** Summary changed:

- double flashplayer installation by mint-meta-debian-codecs
+ [LMDE] double flashplayer installation by mint-meta-debian-codecs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531199

Title:
  [LMDE] double flashplayer installation by mint-meta-debian-codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1531199/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531199] Re: double flashplayer installation by mint-meta-debian-codecs

2016-11-03 Thread Nathanaël Naeri
I'm pretty sure you shouldn't use the deb-multimedia repository with
Ubuntu or Ubuntu derivatives. It is an unofficial repository of packages
made with Debian in mind and meant to be used with Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531199

Title:
  double flashplayer installation by mint-meta-debian-codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1531199/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531199] Re: double flashplayer installation by mint-meta-debian-codecs

2016-11-03 Thread Nathanaël Naeri
Actually, doesn't affect Linux Mint either. Package libhal1-flash still
suggests, not depends on, flashplugin-installer.

** Changed in: linuxmint
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531199

Title:
  double flashplayer installation by mint-meta-debian-codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1531199/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1531199] Re: double flashplayer installation by mint-meta-debian-codecs

2016-11-03 Thread Nathanaël Naeri
Doesn't affect Ubuntu. Package libhal1-flash still suggests, not depends
on, flashplugin-nonfree.

** Changed in: ubuntu
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1531199

Title:
  double flashplayer installation by mint-meta-debian-codecs

To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxmint/+bug/1531199/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633842] Re: Package is not installable in Ubuntu 16.10 since Google stopped shipping Flash with Chrome 54 for Linux. Workaround to get Flash in Yandex Browser.

2016-10-29 Thread Nathanaël Naeri
** Summary changed:

- Install in Ubuntu 16.10: error the public key is not available
+ Package is not installable in Ubuntu 16.10 since Google stopped shipping 
Flash with Chrome 54 for Linux. Workaround to get Flash in Yandex Browser.

** Description changed:

+ [bug description]
+ 
+ pepperflashplugin-nonfree is broken since Google stopped shipping Flash
+ with Chrome 54 for Linux (bug 1632870). Installing it used to result in
+ the PPAPI Flash plugin libpepflashplayer.so being installed in /usr/lib
+ /pepperflashplugin-nonfree/, but it is no longer the case.
+ 
+ Consequently, browsers that look in this directory for the PPAPI Flash
+ plugin, such as Yandex Browser, don't find it.
+ 
+ Until they are updated to look in other directories where the plugin may
+ be (e.g. /usr/lib/adobe-flashplugin, where the adobe-flashplugin package
+ puts it), see workarounds in comment 7 and comment 8.
+ 
+ [previous bug description]
+ 
  pepperflashplugin-nonfree: 1.8.2+nmu1ubuntu1
  OS: Ubuntu 16.10
  
  sudo apt install pepperflashplugin-nonfree:
  
  ERROR: failed to retrieve status information from google : W: GPG error: 
http://dl.google.com/linux/chrome/deb stable Release: The following signatures 
couldn't be verified because the public key is not available: NO_PUBKEY 
A040830F7FAC5991 NO_PUBKEY 1397BC53640DB551
  W: The repository 'http://dl.google.com/linux/chrome/deb stable Release' is 
not signed.
  E: flAbsPath on ./var/lib/dpkg/status failed - realpath (2: No such file or 
directory)
  E: Could not open file  - open (2: No such file or directory)
- E: Problem opening 
+ E: Problem opening
  E: The package lists or status file could not be parsed or opened.
  More information might be available at:
-   http://wiki.debian.org/PepperFlashPlayer
+   http://wiki.debian.org/PepperFlashPlayer

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633842

Title:
  Package is not installable in Ubuntu 16.10 since Google stopped
  shipping Flash with Chrome 54 for Linux. Workaround to get Flash in
  Yandex Browser.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-29 Thread Nathanaël Naeri
Glad this solves your problem. I suspected the browser looked in certain
directories, the problem being to find out which ones.

You should report to Yandex support, if you can, that their browser
should also look for the PPAPI Flash plugin in /usr/lib/adobe-
flashplugin/ as it is now its official location in Ubuntu (see
https://wiki.ubuntu.com/Chromium/Getting-Flash) (/usr/lib/PepperFlash/
is for Slackware and /usr/lib/pepperflashplugin-nonfree for Debian and
previously Ubuntu).

Beware that you'll have to update the plugin manually from time to time
by repeating the steps 1 and 2 Yandex support told you. If you'd like
the PPAPI Flash plugin to update with the rest of your packages, I
suppose you could do that instead:

1. Get the plugin from package adobe-flashplugin in the partner
repository (NOT pepperflashplugin-nonfree, it is currently broken, bug
1632870). The plugin is the same as the one you extract from the tar.gz
archive from Adobe's website, and is updated regularly:

sudo apt-get purge pepperflashplugin-nonfree
sudo apt-get install adobe-flashplugin

2. Symlink to the plugin from either one of the directories Yandex
support told you about:

sudo ln -s /usr/lib/adobe-flashplugin/libpepflashplayer.so 
/usr/lib/PepperFlash/libpepflashplayer.so
or
sudo ln -s /usr/lib/adobe-flashplugin/libpepflashplayer.so 
/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so

Closing this bug, feel free to reopen if necessary.

** Changed in: pepperflashplugin-nonfree (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633842

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-10-28 Thread Nathanaël Naeri
I read the ubuntu-devel thread and agree with everything you said.
Thanks for trying to solve that issue at installation level.

As a side note about that thread: AFAIK, flashplugin-installer (NPAPI
11.2, src:flashplugin-nonfree) comes from Debian too, just like
pepperflashplugin-nonfree (PPAPI, src:pepperflashplugin-nonfree), and
they have the same Debian maintainer (Bart Martens), and the same update
mechanism on Debian (sudo update-update-[pepper]flashplugin-nonfree
--install).

https://wiki.debian.org/FlashPlayer
https://wiki.debian.org/PepperFlashPlayer

So that's all the more surprising that the first one has been heavily
modified for Ubuntu (plugin actually downloaded from partner behind the
scene, and package version bumped with Flash updates) while the second
one hasn't (only small details if I understand the changelog correctly).

In case that helps now or in the future: I have some notes about Flash
plugins and wrapper that I read and update everytime I have to setup a
new computer (which happens quite frequently). Without this memo I'd be
lost in the maze of similarly-named Flash packages:

https://gist.github.com/nathanael-naeri/0ba3d8aba09743221d76142e896ab2c0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632870

Title:
  Package is broken since Google stopped shipping Flash with Chrome 54
  for Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1632870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-28 Thread Nathanaël Naeri
I'm trying to install Yandex Browser to have a look, but I can't find
the specific version you're using (16.10.0.2260 beta 64-bit), only the
current stable (16.10.1.545-1 64-bit). Can you point me to the source
for your version, or perhaps better, update yours to the current stable
which seems to be slightly ahead?

Also I suppose you've seen the following resource:
  https://yandex.com/support/yabrowser/feedback/flash-music-games.xml
Is there a version of Flash reported in browser://plugins? Did you check that 
you're not in Turbo mode? That Flash banners and videos aren't blocked?

> libpepflashplayer.so -didn't help. Browser doesn't find this plugin
Where did you put it?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633842

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1632870] Re: Package is broken since Google stopped shipping Flash with Chrome 54 for Linux

2016-10-28 Thread Nathanaël Naeri
Gunnar:
>
> As regards dependencies in Ubuntu, I don't think it's
> possible to let a package in universe/multiverse
> recommend or depend on a package in Canonical Partner,
> since the latter is not enabled by default.

I thought so too, but now I'm not sure it's that much of a problem, as
long as a fallback is in place. Take ubuntu-restricted-addons for
instance, which is installed with a new copy of Ubuntu when the option
about non-free software is selected: it recommends adobe-flashplugin |
flashplugin-installer for i386 architectures (and, weirdly enough, only
flashplugin-installer for amd64 architectures) (flashplugin-installer is
the one that only installs the NPAPI plugin, adobe-flashplugin is the
one in partner with NPAPI and PPAPI).

http://packages.ubuntu.com/xenial/ubuntu-restricted-addons

Stéphane:
>
> In the past I had a cron job reinstalling the package
> everyday to make sure that a secure version of Flash
> plugin was in use; this approach is does not work
> anymore since the installation fails.

This nice approach is also implemented in Jonathon Fernyhough's version
of pepperflashplugin-nonfree. His version also downloads the plugin from
Adobe instead of Chrome, so it should have survived Google's
unbundling's decision. (I haven't tested it though, I use adobe-
flashplugin.)

https://launchpad.net/~jonathonf/+archive/ubuntu/pepperflashplugin-
nonfree

Gunnar:

I agree that the PPAPI/NPAPI wrapper shouldn't be retired given that a
few features present in the existing PPAPI version won't be fully
implemented in the future NPAPI version. Besides, Adobe could change
their mind again regarding NPAPI support.

> Are those extra features preserved when connecting the PPAPI
> to e.g. Firefox via the "wrapper"? If they are, it will be
> in the interest of some users to keep maintaining
> browser-plugin-freshplayer-pepperflash, after all.

Yes I'm pretty sure they are preserved by the PPAPI-to-NPAPI translation
process: the wrapper's configuration file has a "enable_3d = 1" option
that probably refers to the support of GPU 3D acceleration, and its
Known Issues page mentions how DRM support is only provided by Chrome
OS's PPAPI plugin, not by the desktop PPAPI plugins.

https://github.com/i-rinat/freshplayerplugin/blob/master/data/freshwrapper.conf.example
https://github.com/i-rinat/freshplayerplugin/blob/master/doc/known-issues.md#drm-doesnt-work

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1632870

Title:
  Package is broken since Google stopped shipping Flash with Chrome 54
  for Linux

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1632870/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1633678] Re: Compability issue with adobe-flashplugin

2016-10-28 Thread Nathanaël Naeri
Thanks for taking care of this bug Gunnar.

Unfortunately I can't test your packages since I still use Trusty for
the time being. I did at least compare the contents of your Xenial build
against the one available in multiverse and the one in Andrei Alin's
PPA. It looks good to me and should fix the two grievances reported here
(the dependency and the alternative).

You should be the official maintainer for the Ubuntu version of that
package, since there isn't any.

One point of detail: it looks like you made your Xenial package from the
Debian or Alin one and your Yakkety/Zesty packages from the Ubuntu ones.
This shows in the Maintainer and Original-Maintainer fields of
d/control, but that's the only difference AFAICT.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633678

Title:
  Compability issue with adobe-flashplugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freshplayerplugin/+bug/1633678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1311237] Re: Pepper Flash needs to be backported to 12.04

2016-10-28 Thread Nathanaël Naeri
The preferred source for Flash is now adobe-flashplugin from partner,
not pepperflashplugin-nonfree from multiverse. It has been so for all
supported releases of Ubuntu, including Precise, since 2015-05.

https://wiki.ubuntu.com/Chromium/Getting-Flash
https://launchpad.net/ubuntu/+source/adobe-flashplugin

There is therefore no need to backport pepperflashplugin-nonfree to
Precise anymore (which was never done), or to use external repositories
(I used to use ppa:skunk/pepper-flash as my source for Pepper Flash
plugin when I was using Precise before 2015-05). Closing the bug.

** Changed in: pepperflashplugin-nonfree (Baltix)
   Status: In Progress => Invalid

** Changed in: pepperflashplugin-nonfree (Baltix)
 Assignee: Mantas Kriaučiūnas (mantas) => (unassigned)

** Changed in: pepperflashplugin-nonfree (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: pepperflashplugin-nonfree (Ubuntu)
   Status: In Progress => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311237

Title:
  Pepper Flash needs to be backported to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1311237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1311237] Re: Pepper Flash needs to be backported to 12.04

2016-10-28 Thread Nathanaël Naeri
** Summary changed:

- Pepper Flash needs backport to 12.04
+ Pepper Flash needs to be backported to 12.04

** Changed in: chromium-browser (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1311237

Title:
  Pepper Flash needs to be backported to 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1311237/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1507542] Re: pepperflashplugin-nonfree is not updated with google-chrome's plugin version updates

2016-10-28 Thread Nathanaël Naeri
*** This bug is a duplicate of bug 1312219 ***
https://bugs.launchpad.net/bugs/1312219

** Changed in: pepperflashplugin-nonfree
 Remote watch: Email to bartm@debian # => None

** Changed in: pepperflashplugin-nonfree
   Status: New => Invalid

** This bug has been marked a duplicate of bug 1312219
   Plugin needs to update automatically

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1507542

Title:
  pepperflashplugin-nonfree is not updated with google-chrome's plugin
  version updates

To manage notifications about this bug go to:
https://bugs.launchpad.net/pepperflashplugin-nonfree/+bug/1507542/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1628247] Re: yakkety 1.8.2+nmu1ubuntu1 does not install due to changed chrome keys

2016-10-28 Thread Nathanaël Naeri
** Changed in: pepperflashplugin-nonfree (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1628247

Title:
  yakkety 1.8.2+nmu1ubuntu1 does not install due to changed chrome keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1628247/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1596027] Re: No hardware acceleration for H264 Decoding in Pepper Flash Plugin

2016-10-28 Thread Nathanaël Naeri
What browser are you using the Pepper Flash plugin in?

** Summary changed:

- No harware acceleration for H264 Decoding in Pepper Flush Plugin
+ No hardware acceleration for H264 Decoding in Pepper Flash Plugin

** Changed in: adobe-flashplugin (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596027

Title:
  No hardware acceleration for H264 Decoding in Pepper Flash Plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1596027/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1596027] Re: No harware acceleration for H264 Decoding in Pepper Flush Plugin

2016-10-27 Thread Nathanaël Naeri
If using the Pepper Flash plugin from e.g. adobe-flashplugin through the
PPAPI/NPAPI wrapper from browser-plugin-freshplayer-pepperflash in a
Mozilla-based browser: hardware accelerated decoding is disabled by
default, you can switch it on in ~/.config/freshwrapper.conf
(enable_hwdec = 1, enable_vaapi = 1, enable_vdpau = 1). See
https://github.com/i-rinat/freshplayerplugin/blob/master/data/freshwrapper.conf.example.

If using the Pepper Flash plugin from e.g. adobe-flashplugin in a
Chrome-based browser: no idea, sorry.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596027

Title:
  No harware acceleration for H264 Decoding in Pepper Flush Plugin

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adobe-flashplugin/+bug/1596027/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1633842] Re: Install in Ubuntu 16.10: error the public key is not available

2016-10-27 Thread Nathanaël Naeri
Ah. Too bad.

Like I said you could try adobe-flashplugin instead of
pepperflashplugin-nonfree. Unfortunately it was confirmed non-working
for Yandex.Browser in Nov. 2015, but hopefully the situation has
improved. Good luck.

If that fails, an option is to download the Flash plugin
(libpepflashplayer.so) directly from Adobe and place it wherever
Yandex.Browser expects it to be. Certainly not ideal or a sustainable
solution, but at least you'll have Flash.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1633842

Title:
  Install in Ubuntu 16.10: error the public key is not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pepperflashplugin-nonfree/+bug/1633842/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   >