Bug#453277: apt-listbugs and apt-cacher-ng

2010-03-03 Thread Marc Bobillier
Hi,

> Please test the version from
> http://alioth.debian.org/~blade/experimental/ and report results (having
> the Acquire::http::Proxy::bugs.debian.org removed, of course).

Package version 0.4.4-2_i386 works for me.

With 0.4.4-1 I get on a client :
  # aptitude
  Reading package fields... Done
  Reading package status... Done
  Retrieving bug reports... 0% Fail
  Error retrieving bug reports from the server with the following error message:
  W: HTTPClient::KeepAliveDisconnected
  It could be because your network is down, or because of broken proxy servers, 
or the BTS server itself is down. Check network configuration and try again
  Retry downloading bug information?[Y/n]?

With 0.4.4-2 it works :
  # aptitude
  Reading package fields... Done
  Reading package status... Done
  Retrieving bug reports... Done
  Parsing Found/Fixed information... Done
  ...

Thanks!
-- 
marc





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#573222: apt-cacher-ng: packages with '~' character in name are downloaded and stored a second time

2010-03-09 Thread Marc Bobillier
Package: apt-cacher-ng
Version: 0.4.5-1
Severity: normal

Hi,

Quick example :
$ ls /var/cache/apt-cacher-ng/debrep/pool/main/s/soya/
python-soya_0.15%7erc1-2_i386.deb
python-soya_0.15%7erc1-2_i386.deb.head
python-soya_0.15~rc1-2_i386.deb
python-soya_0.15~rc1-2_i386.deb.head

Package is written on disk one time with '~' chracter, and one time with '%7e'
instead.

In my environment, the packages with '~' are downloaded directly by the server,
which has a modified source.list, like this :
  deb http://localhost:3142/ftp.fr.debian.org/debian/ sid

The packages with '%7e' are downloaded by a client which has the following
line in /etc/apt/apt.conf :
  Acquire::http::Proxy "http://server:3142";;

I verified this behavior with several packages having a '~' in their name.

Manually running the expiration on the server also removes packages containing
'%7e', even if current.

Kind regards

-- 
marc

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.33-2-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages apt-cacher-ng depends on:
ii  adduser 3.112add and remove users and groups
ii  debconf [debconf-2.0]   1.5.28   Debian configuration management sy
ii  libbz2-1.0  1.0.5-4  high-quality block-sorting file co
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libfuse22.8.1-1.2Filesystem in USErspace library
ii  libgcc1 1:4.4.3-3GCC support library
ii  libstdc++6  4.4.3-3  The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages apt-cacher-ng recommends:
ii  ed1.4-1  The classic UNIX line editor
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 

apt-cacher-ng suggests no packages.

-- debconf information:
* apt-cacher-ng/modifytargets: false
* apt-cacher-ng/gentargetmode: No automated setup






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#681724: lazygal: exits immediately with error, missing defaults.conf file

2012-07-15 Thread Marc Bobillier
Package: lazygal
Version: 0.7.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Lazygal exits immediately with an error, because the "defaults.conf"
file is missing from the package.

$ lazygal ../picsdir
Traceback (most recent call last):
  File "/usr/bin/lazygal", line 38, in 
from lazygal.generators import Album
  File "/usr/lib/python2.7/dist-packages/lazygal/generators.py", line 25, in 

from config import LazygalConfig, LazygalWebgalConfig,\
  File "/usr/lib/python2.7/dist-packages/lazygal/config.py", line 77, in 

'defaults.conf')))
IOError: [Errno 2] No such file or directory: 
'/usr/lib/python2.7/dist-packages/lazygal/defaults.conf'
$

Version 0.7.2-1 works correctly, as it includes the defaults.conf file.

Kind regards
-- 
marc

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.4-trunk-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages lazygal depends on:
ii  python  2.7.3-1
ii  python-genshi   0.6-2
ii  python-imaging  1.1.7-4
ii  python-pyexiv2  0.3.2-5
ii  python2.6   2.6.8-0.2
ii  python2.7   2.7.3-2

lazygal recommends no packages.

Versions of packages lazygal suggests:
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  python-gst0.10  0.10.22-3

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#451094: amavisd-new: logcheck rules don't catch anymore Passed CLEAN and BAD-HEADER

2007-11-29 Thread Marc Bobillier
Package: amavisd-new
Version: 1:2.5.2-2
Followup-For: Bug #451094
Tags: patch

The logcheck rules in /etc/logcheck/ignore.d.server/amavisd-new don't
catch anymore some syslog messages generated by amavis.

So the following changes make logcheck catch these messages again :

 In the Passed CLEAN rule :
  '{1,2}' needs to be changed to '{0,2}' to catch messages with no IP.
  'size: [[:xdigit:]]+,' needs to be added before 'queued_as'.
  'OK id=[-[:alnum:]]+,' needs to be added after 'queued_as'.

 In the Passed BAD-HEADER rule :
  conditionnal Resent-Message-ID copied from CLEAN rule.
  'size' and 'OK id' added as well.

Patch attached.

Thanks

marc

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amavisd-new depends on:
ii  adduser   3.105  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.17 Debian configuration management sy
ii  file  4.21-3 Determines file type using "magic"
ii  libarchive-tar-perl   1.36-1 Archive::Tar - manipulate tar file
ii  libarchive-zip-perl   1.18-1 Module for manipulation of ZIP arc
ii  libberkeleydb-perl0.31-1 use Berkeley DB 4 databases from P
ii  libcompress-zlib-perl 2.008-1Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-5 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.09-1 Perl interface to the uulib librar
pn  libdigest-md5-perl (no description available)
ii  libio-stringy-perl2.110-3Perl5 modules for IO from scalars 
ii  libmailtools-perl 1.77-1 Manipulate email in perl programs
pn  libmime-base64-perl(no description available)
ii  libmime-perl  5.420-2Perl5 modules for MIME-compliant m
ii  libnet-server-perl0.94-1 An extensible, general perl server
ii  libunix-syslog-perl   1.0-1  Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.8.8-12   Larry Wall's Practical Extraction 

amavisd-new recommends no packages.

-- debconf information:
  amavisd-new/outdated_config_style_warning:

-- 
marc
--- /etc/logcheck/ignore.d.server/amavisd-new	2007-08-23 14:25:51.0 +0200
+++ amavisd-new	2007-11-30 00:05:02.0 +0100
@@ -1,5 +1,5 @@
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed CLEAN,( \[[.:[:xdigit:]]+\]){1,2} <[^>]*> -> <[^>]*>(,<[^>]*>)*, Message-ID: <[^>]+>( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?,( Resent-Message-ID: <[^>]+>,)? mail_id: [-+[:alnum:]]+, Hits: (-[.[:digit:]]*)+, queued_as: [[:xdigit:]]+, [[:digit:]]+ ms$
-^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed (INFECTED \([-._[:alnum:]]+\)|BAD-HEADER),( \[[.:[:xdigit:]]+\]){1,2} <[^>]*> -> <[^>]*>, quarantine: (virus|badh)-[-+[:alnum:]]+, Message-ID: <[^>]+>( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?, mail_id: [-+[:alnum:]]+, Hits: -, queued_as: [[:xdigit:]]+, [[:digit:]]+ ms$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed CLEAN,( \[[.:[:xdigit:]]+\]){0,2} <[^>]*> -> <[^>]*>(,<[^>]*>)*, Message-ID: <[^>]+>( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?,( Resent-Message-ID: <[^>]+>,)? mail_id: [-+[:alnum:]]+, Hits: (-[.[:digit:]]*)+, size: [[:xdigit:]]+, queued_as: [[:xdigit:]]+ OK id=[-[:alnum:]]+, [[:digit:]]+ ms$
+^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) Passed (INFECTED \([-._[:alnum:]]+\)|BAD-HEADER),( \[[.:[:xdigit:]]+\]){1,2} <[^>]*> -> <[^>]*>, quarantine: (virus|badh)-[-+[:alnum:]]+, Message-ID: <[^>]+>( \((added by[^)]+|sfid-[_[:xdigit:]]+)\))?,( Resent-Message-ID: <[^>]+>,)? mail_id: [-+[:alnum:]]+, Hits: (-[.[:digit:]]*)+, size: [[:xdigit:]]+, queued_as: [[:xdigit:]]+ OK id=[-[:alnum:]]+, [[:digit:]]+ ms$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) NOTICE: Not sending DSN in response to bulk mail from <[^.]*> containing [[:upper:] ]+, mail intentionally dropped$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) INFO: unfolded [[:digit:]]+ illegal all-whitespace continuation lines$
 ^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ amavis\[[[:digit:]]+\]: \([-[:digit:]]+\) WARN: address modified \((sender|recipient)\): <[^>]+> -> <[^>]+>$


Bug#453519: logcheck-database: amavisd-new file looks like the one shipped by amavisd-new

2007-11-29 Thread Marc Bobillier
Package: logcheck-database
Version: 1.2.63
Severity: minor

The content of the file
/etc/logcheck/violations.ignore.d/logcheck-amavisd-new is contained
already in /etc/logcheck/violations.ignore.d/amavisd-new (this one
shipped with amavisd-new).

Regards

marc

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- debconf information:
* logcheck-database/rules-directories-note:
  logcheck-database/standard-rename-note:
  logcheck-database/conffile-cleanup: false




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#427687: monotone: fails to install

2007-06-05 Thread Marc Bobillier
Package: monotone
Version: 0.31-8
Severity: grave
Justification: renders package unusable

monotone depends on the following unavailable packages :
 libboost-date-time1.33.1
 libboost-filesystem1.33.1
 libboost-regex1.33.1

Same problem with 0.33-1 in experimental.

kind regards

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages monotone depends on:
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070528-1 GCC support library
ii  libstdc++6  4.2-20070528-1   The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3-15   compression library - runtime

monotone recommends no packages.

-- 
marc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#453519: logcheck-database: amavisd-new file looks like the one shipped by amavisd-new

2008-03-18 Thread Marc Bobillier
* Frédéric Brière [2008-03-16 02:25:50 -0400]:
> tags 453519 moreinfo
> In article <[EMAIL PROTECTED]> you wrote:
> > Version: 1.2.63
> >
> > The content of the file
> > /etc/logcheck/violations.ignore.d/logcheck-amavisd-new is contained
> > already in /etc/logcheck/violations.ignore.d/amavisd-new (this one
> > shipped with amavisd-new).
> 
> Both amavisd-new rules files were removed in 1.2.63 for that exact
> reason.  Are you saying that they are still present on your machine?

Yes, with logcheck and logcheck-database 1.2.63:

$ dpkg -S /etc/logcheck/violations.ignore.d/logcheck-amavisd-new
logcheck-database: /etc/logcheck/violations.ignore.d/logcheck-amavisd
-new

$ dpkg -S /etc/logcheck/violations.ignore.d/amavisd-new
amavisd-new: /etc/logcheck/violations.ignore.d/amavisd-new

-- 
marc




Bug#297000: grub: update-grub loop patch works for me

2005-03-04 Thread Marc Bobillier
Package: grub
Version: 0.95+cvs20040624-15
Followup-For: Bug #297000

FWIW, Matthias' patch makes update-grub working for me.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-m
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages grub depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5 5.4-4Shared libraries for terminal hand

-- no debconf information
--
marc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#319260: aptitude: doesn't ship .mo locale translation files

2005-07-20 Thread Marc Bobillier
Package: aptitude
Version: 0.2.15.9-3
Severity: normal

Translations are not shipped with this version of the package.
No .mo file in /usr/share/locale/*/LC_MESSAGES/.

$ dpkg -c /var/cache/apt/archives/aptitude_0.2.15.9-3_i386.deb
...
drwxr-xr-x root/root 0 2005-06-28 17:08:52
./usr/share/locale/tr/
drwxr-xr-x root/root 0 2005-06-28 17:08:52
./usr/share/locale/tr/LC_MESSAGES/
drwxr-xr-x root/root 0 2005-06-28 17:08:52
./usr/share/locale/zh_CN/
drwxr-xr-x root/root 0 2005-06-28 17:08:52
./usr/share/locale/zh_CN/LC_MESSAGES/
...
$

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.3-m
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.6.38   Advanced front-end for dpkg
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.1-2GCC support library
ii  libncurses5 5.4-9Shared libraries for terminal hand
ii  libsigc++-1.2-5c102 1.2.5-4  type-safe Signal Framework for C++
ii  libstdc++5  1:3.3.6-7The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.2.15.9-3 English manual for aptitude, a ter

-- no debconf information

-- 
marc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#316013: sysfsutils: fails to apply settings on system startup

2005-06-27 Thread Marc Bobillier
Package: sysfsutils
Version: 1.3.0-1
Severity: normal
Tags: patch

Settings in /etc/sysfs.conf are not applied on startup. The
/etc/init.d/sysfsutils script fails to set the $MNTPATH variable and so
exits right at the beginning. This is due to the -m option of
/usr/bin/systool no longer existing since the last upload.
( Debian changelog :
 * Removed debian/patches/01_systool_mntpath.patch: Mounting sysfs under
   a directory other than /sys is not supported any more. )

So, as it seems /sys is the only supported location for sysfs, the
following patch replaces the customizable $MNTPATH with a hardcoded
/sys. ( Or alternatively you can set MNTPATH=/sys )

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-m
Locale: LANG=C, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages sysfsutils depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libsysfs1   1.3.0-1  interface library to sysfs

sysfsutils recommends no packages.

-- no debconf information
--- /etc/init.d/sysfsutils  2005-06-22 00:13:50.0 +0200
+++ /etc/init.d/sysfsutils.new  2005-06-28 00:09:23.0 +0200
@@ -5,8 +5,6 @@
 
 CONFFILE=/etc/sysfs.conf
 
-MNTPATH=$(/usr/bin/systool -m 2>/dev/null) || exit 0
-
 [ -r "$CONFFILE" ] || exit 0
 
 case "$1" in
@@ -18,8 +16,8 @@
   $CONFFILE | (
while read key val; do
 if [ "$key" -a "$val" ]; then
-if [ -f $MNTPATH/$key ]; then
-echo $val > $MNTPATH/$key
+if [ -f /sys/$key ]; then
+echo $val > /sys/$key
 else
 echo "unknown attribute $key"
 fi