Project

General

Profile

Actions

Bug #11283

closed

apt-mirror issues with i18n

Added by Travis Rhoden about 9 years ago. Updated about 9 years ago.

Status:
Can't reproduce
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Crash signature (v1):
Crash signature (v2):

Description

Lots of issues today with http://pulpito.front.sepia.ceph.com/teuthology-2015-03-30_10:59:36-ceph-deploy-hammer-distro-basic-multi/

Most of them caused by apt-mirror:

2015-03-30T15:40:25.938 INFO:teuthology.orchestra.run.plana57.stderr:[plana57][WARNING] W: Failed to fetch http://apt-mirror.front.sepia.ceph.com/archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Index  No sections in Release file /var/lib/apt/lists/partial/apt-mirror.front.sepia.ceph.com_archive.ubuntu.com_ubuntu_dists_precise-backports_restricted_i18n_Index

For what it's worth, I remember when I was at Penguin I used to hit this problem all the time with the ceph.com hosted apt repos. To work around the problem, I finally threw the following in an /etc/apt/apt.conf.d/99translations file:

Acquire::Languages "none";
Actions #1

Updated by Zack Cerza about 9 years ago

apt-mirror is a caching proxy in front of mirror-backend, the host which actually does the mirroring.

$ curl http://mirror-backend.front.sepia.ceph.com/archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Index
SHA1:
 da39a3ee5e6b4b0d3255bfef95601890afd80709  0 Translation-en
 64a543afbb5f4bf728636bdcbbe7a2ed0804adc2 14 Translation-en.bz2
 a0fddd5458378c1bf3c10dd2f5c060d1347741ed 20 Translation-en.gz
$ curl http://apt-mirror.front.sepia.ceph.com/archive.ubuntu.com/ubuntu/dists/precise-backports/restricted/i18n/Index

For some reason mirror-backend was passing a 304 to apt-mirror, so apt-mirror was serving up this blank file.

A restart of nginx cleared this up, for now...

Actions #2

Updated by Dan Mick about 9 years ago

  • Status changed from New to Can't reproduce
Actions

Also available in: Atom PDF