Bug #81861 | Installation with MySQL APT Repository causing slow APT UPDATE | ||
---|---|---|---|
Submitted: | 15 Jun 2016 10:33 | Modified: | 20 Jun 2016 7:00 |
Reporter: | Lucas Chigami | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Package Repos | Severity: | S3 (Non-critical) |
Version: | 5.7 | OS: | Ubuntu (elementaryOS 0.3.2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | 404, apt, installation, slow |
[15 Jun 2016 10:33]
Lucas Chigami
[16 Jun 2016 9:08]
MySQL Verification Team
Hello Lucas Chigami, Thank you for the report and feedback. Observed many 'Not Found' issues. Thanks, Umesh
[16 Jun 2016 11:02]
Lars Tangvald
Posted by developer: Hi, The issue here is simply that we don't offer the translations, which apt will generally try to request regardless. So unfortunately not a quick or simple fix. However, actually having the translation files wouldn't be any faster, since a 404 won't be any slower than return actual content.
[16 Jun 2016 11:14]
Lars Tangvald
Posted by developer: To test, can you try appending -o Acquire::Languages="none" to the command and see if it works better?
[16 Jun 2016 11:21]
Lucas Chigami
Hi, Just as recommended, I added the following line at /etc/apt/apt.conf.d/00aptitude: Acquire::Languages "none"; Issued the update command, and it's working fast. Thanks for the suggestion.
[20 Jun 2016 7:00]
Lars Tangvald
Posted by developer: Good to hear. Note that this will mean apt will no longer try to fetch any translation files, so might not be ideal for a global config. Closing the issue since it's more a side effect of apt default behavior than a bug.