Package: approx
Version: 5.3-1
Severity: normal

Dear Maintainer,

Apt and/or Approx are having trouble fetching packages for
'wheezy-updates'.


Without Approx, Apt is happy:

# cat /etc/apt/sources.list
deb     http://ftp.us.debian.org/debian         wheezy          main
deb-src http://ftp.us.debian.org/debian         wheezy          main
deb     http://ftp.us.debian.org/debian         wheezy-updates  main
deb-src http://ftp.us.debian.org/debian         wheezy-updates  main
deb     http://security.debian.org/             wheezy/updates  main
deb-src http://security.debian.org/             wheezy/updates  main

2016-04-17 11:59:52 root@cd2533 /etc/apt
# apt-get update
Get:1 http://ftp.us.debian.org wheezy Release.gpg [2373 B]              
Get:2 http://security.debian.org wheezy/updates Release.gpg [1554 B]    
Get:3 http://ftp.us.debian.org wheezy-updates Release.gpg [1554 B]
Get:4 http://security.debian.org wheezy/updates Release [102 kB]
Get:5 http://ftp.us.debian.org wheezy Release [191 kB]
Get:6 http://security.debian.org wheezy/updates/main Sources [212 kB]
Get:7 http://ftp.us.debian.org wheezy-updates Release [151 kB]
Get:8 http://ftp.us.debian.org wheezy/main Sources [5984 kB]          
Get:9 http://security.debian.org wheezy/updates/main amd64 Packages [347 kB] 
Get:10 http://security.debian.org wheezy/updates/main Translation-en [202 kB]  
Get:11 http://ftp.us.debian.org wheezy/main amd64 Packages [5838 kB]           
Get:12 http://ftp.us.debian.org wheezy/main Translation-en [3846 kB]           
Get:13 http://ftp.us.debian.org wheezy-updates/main Sources [5516 B]           
Get:14 http://ftp.us.debian.org wheezy-updates/main amd64 Packages [7056 B]    
Get:15 http://ftp.us.debian.org wheezy-updates/main Translation-en [4879 B]    
Fetched 16.9 MB in 29s (579 kB/s)                                              
Reading package lists... Done


But with Approx, Apt is not happy:

2016-04-17 12:00:58 root@cd2533 /etc/apt
# cat /etc/apt/sources.list
deb     http://approx:9999/debian               wheezy          main
deb-src http://approx:9999/debian               wheezy          main
deb     http://approx:9999/debian               wheezy-updates  main
deb-src http://approx:9999/debian               wheezy-updates  main
deb     http://approx:9999/security             wheezy/updates  main
deb-src http://approx:9999/security             wheezy/updates  main

2016-04-17 12:01:02 root@cd2533 /etc/apt
# grep -v '#' /etc/approx/approx.conf

debian          http://ftp.debian.org/debian
security        http://security.debian.org/debian-security



2016-04-17 12:01:14 root@cd2533 /etc/apt
# apt-get update
Get:1 http://approx wheezy Release.gpg [2373 B]
Get:2 http://approx wheezy-updates Release.gpg [1554 B]
Get:3 http://approx wheezy/updates Release.gpg [1554 B]
Get:4 http://approx wheezy Release [191 kB]
Get:5 http://approx wheezy-updates Release [151 kB]
Get:6 http://approx wheezy/updates Release [102 kB]
Get:7 http://approx wheezy/main Translation-en [3846 kB]
Get:8 http://approx wheezy-updates/main Translation-en [4879 B]
Get:9 http://approx wheezy/updates/main Translation-en [202 kB]
Get:10 http://approx wheezy/main Sources [7529 kB]                  
Get:11 http://approx wheezy/main amd64 Packages [7635 kB]                    
Get:12 http://approx wheezy-updates/main Sources [5651 B]                      
Get:13 http://approx wheezy/updates/main Sources [270 kB]                    
Get:14 http://approx wheezy/updates/main amd64 Packages [438 kB]               
Err http://approx wheezy-updates/main amd64 Packages                           
  
Get:15 http://approx wheezy-updates/main amd64 Packages [7475 B]               
Fetched 20.4 MB in 9s (2049 kB/s)                                              
Reading package lists... Done


Perhaps the hyphen '-' in 'wheezy-updates' has something to do with
the error (?).


As a work-around, I can use Approx for 'wheezy' and 'wheezy/updates'
only:

2016-04-17 12:07:26 root@cd2533 /etc/apt
# grep -v '#' /etc/apt/sources.list
deb     http://approx:9999/debian               wheezy          main
deb-src http://approx:9999/debian               wheezy          main
deb     http://approx:9999/security             wheezy/updates  main
deb-src http://approx:9999/security             wheezy/updates  main


deb     http://ftp.us.debian.org/debian         wheezy-updates  main
deb-src http://ftp.us.debian.org/debian         wheezy-updates  main

2016-04-17 12:07:35 root@cd2533 /etc/apt
# apt-get update
Hit http://approx wheezy Release.gpg
Hit http://approx wheezy/updates Release.gpg               
Hit http://approx wheezy Release                           
Hit http://approx wheezy/updates Release                             
Get:1 http://ftp.us.debian.org wheezy-updates Release.gpg [1554 B]   
Get:2 http://ftp.us.debian.org wheezy-updates Release [151 kB]
Hit http://approx wheezy/main Translation-en         
Get:3 http://ftp.us.debian.org wheezy-updates/main Sources [5516 B]            
Get:4 http://approx wheezy/updates/main Translation-en [202 kB]                
Get:5 http://ftp.us.debian.org wheezy-updates/main amd64 Packages [7056 B]     
Get:6 http://ftp.us.debian.org wheezy-updates/main Translation-en [4879 B]     
Hit http://approx wheezy/main Sources                                          
Hit http://approx wheezy/main amd64 Packages                                   
Get:7 http://approx wheezy/updates/main Sources [270 kB]
Get:8 http://approx wheezy/updates/main amd64 Packages [438 kB]  
Fetched 1081 kB in 4s (252 kB/s)                      
Reading package lists... Done


Please advise.


TIA,

David



-- System Information:
Debian Release: 7.10
  APT prefers oldstable-updates
  APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages approx depends on:
ii  adduser                           3.113+nmu3
ii  curl                              7.26.0-1+wheezy13
ii  debconf [debconf-2.0]             1.5.49
ii  libc6                             2.13-38+deb7u10
ii  libpcre3                          1:8.30-5
ii  openbsd-inetd [inet-superserver]  0.20091229-2
ii  rsyslog [system-log-daemon]       5.8.11-3+deb7u2
ii  update-inetd                      4.43

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.org/debian
security        http://security.debian.org/debian-security


-- debconf information:
  approx/port: 9999

Reply via email to