[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#757945: marked as done (approx: delivers outdated data)



Your message dated Tue, 02 Jul 2024 08:36:26 +0000
with message-id <E1sOYzy-008gz1-AI@fasolo.debian.org>
and subject line Bug#757945: fixed in approx 5.13-1
has caused the Debian Bug report #757945,
regarding approx: delivers outdated data
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
757945: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757945
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: approx
Version: 5.3-1
Severity: normal

Dear Maintainer,
Thank you for your time and work on packaging Approx.
I'm using Approx for long time. I have no problems on central
locality, where approx is running on architecture amd64.
I noticed some problems on remote locality and solved this by cleaning
Approx's cache.
I looked on problem a bit more today.
I'm running a regular job to prepare the PXE boot with Debian installer.
Debian installer on my remote locality behaved strangely (different
versions of kernel and modules...)

My script does this:

  ...
  MIRROR=http://localhost:9999/debian
  ...
  curl -s $MIRROR/dists/$dist/main/installer-$arch/current/images/netboot/netboot.tar.gz \
  	    | tar -zxf -
  ...

The extracted installer is outdated. I looked into cache and yes:

  -rw-r--r-- 1 approx approx 13688418 Jun 13  2013 /var/cache/approx/debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz

I have switched debug and verbose on and try to download the file using
curl from upstream and via Approx:

  zito@lin:~$ curl -v http://ftp.debian.cz/debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz >/dev/null
  * About to connect() to ftp.debian.cz port 80 (#0)
  *   Trying 195.113.161.73...
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* connected
  * Connected to ftp.debian.cz (195.113.161.73) port 80 (#0)
  > GET /debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz HTTP/1.1
  > User-Agent: curl/7.26.0
  > Host: ftp.debian.cz
  > Accept: */*
  > 
  * additional stuff not fine transfer.c:1037: 0 0
  * HTTP 1.1 or later with persistent connection, pipelining supported
  < HTTP/1.1 200 OK
  < Date: Tue, 12 Aug 2014 16:01:39 GMT
  < Server: Apache/2.2.22 (Debian)
  < Last-Modified: Thu, 24 Apr 2014 07:45:31 GMT
  < ETag: "1e00443-d1474b-4f7c5088e3cc0"
  < Accept-Ranges: bytes
  < Content-Length: 13715275
  < Content-Type: application/x-gzip
  < 
  { [data not shown]
    3 13.0M    3  526k    0     0   225k      0  0:00:59  0:00:02  0:00:57  234k^C
  
The upstream returned header Last-Modified: Thu, 24 Apr 2014 07:45:31 GMT.

  zito@lin:~$ curl -v http://localhost:9999/debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz >/dev/null
  * About to connect() to localhost port 9999 (#0)
  *   Trying 127.0.0.1...
    % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                   Dload  Upload   Total   Spent    Left  Speed
    0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* connected
  * Connected to localhost (127.0.0.1) port 9999 (#0)
  > GET /debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz HTTP/1.1
  > User-Agent: curl/7.26.0
  > Host: localhost:9999
  > Accept: */*
  > 
  * additional stuff not fine transfer.c:1037: 0 0
  * HTTP 1.1 or later with persistent connection, pipelining supported
  < HTTP/1.1 200 OK
  < Last-Modified: Thu, 13 Jun 2013 10:15:26 GMT
  < Content-Type: text/plain
  < Content-Length: 13688418
  < Date: Tue, 12 Aug 2014 16:03:37 GMT
  < Server: approx/5.3 Ocamlnet/3.5.1
  < 
  { [data not shown]
  100 13.0M  100 13.0M    0     0  97.9M      0 --:--:-- --:--:-- --:--:-- 99.6M
  * Connection #0 to host localhost left intact
  * Closing connection #0

Approx returned old data.

  Aug 12 18:03:37 lin approx[5897]: Connection from 127.0.0.1 port 38302
  Aug 12 18:03:37 lin approx[5897]: Request: GET /debian/dists/stable/main/installer-amd64/current/images/netboot/netboot.tar.gz
  Aug 12 18:03:37 lin approx[5897]:   User-Agent: curl/7.26.0
  Aug 12 18:03:37 lin approx[5897]:   Host: localhost:9999
  Aug 12 18:03:37 lin approx[5897]:   Accept: */*
  Aug 12 18:03:37 lin approx[5897]:   => delivering from cache
  Aug 12 18:03:37 lin approx[5897]: Local response
  Aug 12 18:03:37 lin approx[5897]:   Last-Modified: Thu, 13 Jun 2013 10:15:26 GMT
  Aug 12 18:03:37 lin approx[5897]:   Content-Type: text/plain
  Aug 12 18:03:37 lin approx[5897]:   Content-Length: 13688418


I hope this is not my miss-configuration somewhere...
Cheers
-- 
Zito


-- System Information:
Debian Release: 7.6
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'stable-updates')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages approx depends on:
ii  adduser                      3.113+nmu3
ii  curl                         7.26.0-1+wheezy9
ii  debconf [debconf-2.0]        1.5.49
ii  libc6                        2.13-38+deb7u3
ii  libpcre3                     1:8.30-5
ii  rsyslog [system-log-daemon]  5.8.11-3
ii  update-inetd                 4.43
ii  xinetd [inet-superserver]    1:2.3.14-7.1+deb7u1

approx recommends no packages.

Versions of packages approx suggests:
pn  libconfig-model-approx-perl  <none>

-- Configuration Files:
/etc/approx/approx.conf changed:
debian          http://ftp.debian.cz/debian
security        http://security.debian.org/debian-security
volatile        http://volatile.debian.org/debian-volatile
backports       http://backports.debian.org/debian-backports
multimedia      http://www.deb-multimedia.org/
ubuntu          http://cz.archive.ubuntu.com/
dellomsa        http://ftp.sara.nl/pub/sara-omsa
dellomsa-latest http://linux.dell.com/repo/community/deb/latest
dellomsa-6.5    http://linux.dell.com/repo/community/deb/OMSA_6.5
debian-icz      file:///srv/www/debian-icz
$interval	10
$offline	false
$verbose	true
$debug		true


-- debconf information:
  approx/port: 9999

--- End Message ---
--- Begin Message ---
Source: approx
Source-Version: 5.13-1
Done: Stéphane Glondu <glondu@debian.org>

We believe that the bug you reported is fixed in the latest version of
approx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 757945@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stéphane Glondu <glondu@debian.org> (supplier of updated approx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 02 Jul 2024 09:50:29 +0200
Source: approx
Architecture: source
Version: 5.13-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Changed-By: Stéphane Glondu <glondu@debian.org>
Closes: 757945 810255 867377 930327 987604 1031411 1072019 1073871
Changes:
 approx (5.13-1) unstable; urgency=medium
 .
   * Team upload
 .
   [ Arnaud Rebillout ]
   * gbp.conf: No patch numbers
   * Update d/changelog to add missing entries that closed some bugs
   * Update d/copyright to machine-readable format
   * cron.weekly: Support when the cache dir is a symlink (Closes: #987604)
   * cron.weekly: Silent by default (Closes: #867377, #930327)
   * cron.weekly: Use ctime (status) to pick old files, reduce max_age to 365
   * Patch to fix lowercase and capitalize warnings (Closes: #1073871)
   * Patches to fix config parser with blank lines (Closes: #1031411)
   * Patch to update FAQ regarding changing the cache path
   * Patch for nowadays debian-security
   * Patch to use https in URL
   * Patches for tarballs in dists/ that are NOT immutable
     (Closes: #757945, #810255)
   * Patch to disable burst limit in systemd socket
   * Build-Depends: ocaml >= 4.13
   * Drop dependency on system-log-daemon (Closes: #1072019)
 .
   [ Stéphane Glondu ]
   * Patch to fix flaky fold_test test
   * New upstream release, incorporating all above patches
Checksums-Sha1:
 9049b6884d41c8e0f112135d26bf54d33d201fd1 1790 approx_5.13-1.dsc
 af7c1eb22aceff87a7c2b43262ce3a1adecc35f5 33669 approx_5.13.orig.tar.gz
 8e50c6282da87fd8a247501bdece3765261923f9 12552 approx_5.13-1.debian.tar.xz
Checksums-Sha256:
 5afff5c380117d1a8385ef78b91045188b5a50a4f4a99feaa7c95c4c80998bdf 1790 approx_5.13-1.dsc
 7a4a642c15c9d9b18af039cf01ca4f910e38da12bc5aa391e5a8283402d08dde 33669 approx_5.13.orig.tar.gz
 f693754cfe8bdb476f0e51d32fdbd9decfd9a015a2e5337f785dc678ef84fddc 12552 approx_5.13-1.debian.tar.xz
Files:
 b182153c630dfa604288f62d8a68631e 1790 admin optional approx_5.13-1.dsc
 0e8307967543095d6fca919c40096d12 33669 admin optional approx_5.13.orig.tar.gz
 d811526f3435ad46b25a8da74ae00a9b 12552 admin optional approx_5.13-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQFFBAEBCgAwFiEEbeJOl+yohsxW5iUOIbju8bGJMIEFAmaDslcSHGdsb25kdUBk
ZWJpYW4ub3JnAAoJECG47vGxiTCBuroH93SIX4i226yQPfSdCJ+OKMBNiPVhpkQO
YYvJIzW1Du0YXtmJ2TnLr6bEZf+c0nfuQCPm8rDIFab0xfp3RHOp/1TVZ9EspoaY
+aOBaUUXl4hqptTnog6+M+At+WpmNwb1R5yIcex2eCjrtVwbLRK1LCdbXaCmR8Ud
AmwrmeO0wFQA4B9fTFUIosl6P9+Jly14RrVpGCiJHHPxsmL0P2ToYi+MtIcbqrDG
Ku2LXaEkFn+xPCo7POId3L/BNuG9rBCF6WcEpTyOdxrmASl/aEKxgJW1Yf9u1MtP
iCgUtS0yH7ieDUK4Ydklels0yy2BHa2BxwwtlEvOGMd3SxrbjqM+4A==
=ukkn
-----END PGP SIGNATURE-----

Attachment: pgpumZP5sPZX8.pgp
Description: PGP signature


--- End Message ---

Reply to: