Bug#534669: /usr/share/kde4/apps/kdm/pics/users/

2010-05-11 Thread Andrew Schulman
 you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=534669 some 
 time 
 ago. Package kdm contains some user images in 
 /usr/share/kde4/apps/kdm/pics/users/. Does that fix your problem?

I suppose it does.  I don't have KDE installed any more, but apt-file
tells me that there are now 4 images in that directory.  IIRC in KDE 3
there were 30 or so.

Since I'm not using KDE any more, I don't have any more interest in this
bug.  I'll leave it up to you whether to close it if you think it's good
enough.

Thanks,
Andrew.



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



Bug#543544: reproducing input in flex scanner failed

2010-04-15 Thread Andrew Schulman
Daniel Kahn Gillmor wrote:
 Hi Jordi--
 
 I just hit debian #543544 (input in flex scanner failed) myself, and i
 think i can show you how to reproduce it:
 
  mkdir ~/.mail
 
 According to strace, /usr/bin/mail is trying to read() from ~/.mail, but
 when ~/.mail is a directory, it gets EISDIR, which triggers this error.
 
 I suspect that you don't have a directory at ~/.mail, but both Jameson
 and Andrew probably do in the circumstances that they're seeing this
 behavior.

Brilliant!  That's right, I do have a directory ~/.mail.  That's where
we keep our mail stores on my server.

Unfortunately I'm no longer able to test any workarounds for this bug,
since I've uninstalled Debian since it was filed.



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



Bug#573141: exim4-config: update-exim4.conf strips required characters from dc_other_hostnames

2010-03-09 Thread Andrew Schulman
Package: exim4-config
Version: 4.71-3
Severity: normal


I have a regular expression that I want to put into MAIN_LOCAL_DOMAINS, so that 
it ends up as

MAIN_LOCAL_DOMAINS=@:localhost:5200-glenwood.net:^[^.]+\$

The backslash before the $ is required in order to make exim interpret the $ as 
an anchor and not as the start of a parameter expansion.  If the backslash 
isn't there, exim issues an error to the paniclog whenever mail is sent.

In order to set this up with update-exim4.conf, I tried setting

dc_other_hostnames='5200-glenwood.net;^[^.]+\\$'

But update-exim4.conf strips both backslashes away, so there's none in 
MAIN_LOCAL_DOMAINS.  So next I tried

dc_other_hostnames='5200-glenwood.net;^[^.]+$'

But then update-exim4.conf complains that

/usr/sbin/update-exim4.conf: non-ascii value 5200-glenwood.net;^[^.]+\$ read 
from /etc/exim4/update-exim4.conf.conf, sanitizing to 5200-glenwood.net;^[^.]+\$

So it seems that at present, it's not possible to do this with 
dc_other_domains.  As a workaround, I put the assignment of MAIN_LOCAL_DOMAINS 
directly into my exim configuration.  That works fine.

Thanks,
Andrew.

-- Package-specific info:
Exim version 4.71 #1 built 01-Jan-2010 13:39:44
Copyright (c) University of Cambridge, 1995 - 2007
Berkeley DB: Berkeley DB 4.8.26: (December 18, 2009)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS 
move_frozen_messages Content_Scanning DKIM Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
GnuTLS compile-time version: 2.8.5
GnuTLS runtime version: 2.8.3
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to replace
# the DEBCONFsomethingDEBCONF strings in the configuration template files.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

# Cause exim to route mail sent to users at unqualified hostnames
# (e.g. and...@helium) for local delivery.  We don't want it sent out
# via the smarthost, which will fail.  There are three ways to do this:
# (1) Set primary_hostname = helium.  This works for u...@helium,
# which is the usual case, since by default MAIN_LOCAL_DOMAINS
# includes @, which is a synonym for primary_hostname.
# (2) Set MAIN_LOCAL_DOMAINS to include a regex for all unqualified
# hostnames.  This will also then work for e.g. and...@arsenic.
# (3) Add the above-mentioned regex to dc_other_hostnames.
# update-exim4.conf will then propagate that to MAIN_LOCAL_DOMAINS.
dc_other_hostnames='5200-glenwood.net;^[^.]+\\$'

dc_eximconfig_configtype='smarthost'
dc_local_interfaces='127.0.0.1;192.168.1.2'
dc_readhost='5200-glenwood.net'
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets='192.168.0.0/16'
dc_smarthost='smtp.comcast.net::587'
dc_localdelivery='maildir_home'

CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='false'
dc_mailname_in_oh='true'
mailname:5200-glenwood.net

-- System Information:
Distributor ID: Ubuntu
Description:Ubuntu 9.10
Release:9.10
Codename:   karmicArchitecture: amd64 (x86_64)

Kernel: Linux 2.6.31-20-generic (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages exim4-config depends on:
ii  adduser3.110ubuntu7  add and remove users and groups
ii  debconf [debconf-2.0]  1.5.27ubuntu2 Debian configuration management sy

exim4-config recommends no packages.

exim4-config suggests no packages.

-- debconf information:
  exim4/dc_other_hostnames: 5200-glenwood.net;^[^.]+\\$
  exim4/dc_eximconfig_configtype: mail sent by smarthost; received via SMTP or 
fetchmail
  exim4/no_config: true
  exim4/hide_mailname: false
  exim4/dc_postmaster:
  exim4/dc_smarthost: smtp.comcast.net::587
  exim4/dc_relay_domains:
  exim4/dc_relay_nets: 192.168.0.0/16
  exim4/mailname: 5200-glenwood.net
  exim4/dc_readhost: 5200-glenwood.net
  exim4/use_split_config: true
  exim4/exim4-config-title:
  exim4/dc_localdelivery: Maildir format in home directory
  exim4/dc_local_interfaces: 127.0.0.1;192.168.1.2
  exim4/dc_minimaldns: false



-- 
To UNSUBSCRIBE, 

Bug#546334: closed by Fathi Boudra f...@debian.org (reply to f...@debian.org) (k3b bug triage)

2010-02-27 Thread Andrew Schulman
Confirmed, I can no longer reproduce this in 1.70.0~beta1-2.  Thanks, 
Andrew.



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



Bug#570058: dovecot-common: sieve addflag doesn't work

2010-02-15 Thread Andrew Schulman
Package: dovecot-common
Version: 1:1.2.10-1
Severity: normal
Tags: patch


In the sieve plugin, the addflags command in imapflags doesn't work.
This is apparently a known issue, that's been fixed upstream: please
see http://article.gmane.org/gmane.mail.imap.dovecot/45718, which
includes a link to a patch that fixes this problem in dovecot 1.2.10.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-common depends on:
ii  adduser3.112 add and remove users and groups
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  libcomerr2 1.41.9-1  common error description library
ii  libdb4.8   4.8.26-1  Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-2   1.8+dfsg~alpha1-5 MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.8+dfsg~alpha1-5 MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.8+dfsg~alpha1-5 MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.17-2.1OpenLDAP libraries
ii  libmysqlclient16   5.1.43-1  MySQL database client library
ii  libpam-runtime 1.1.1-1   Runtime support for the PAM librar
ii  libpam0g   1.1.1-1   Pluggable Authentication Modules l
ii  libpq5 8.4.2-2   PostgreSQL C client library
ii  libsqlite3-0   3.6.22-1  SQLite 3 shared library
ii  libssl0.9.80.9.8k-8  SSL shared libraries
ii  openssl0.9.8k-8  Secure Socket Layer (SSL) binary a
ii  ucf3.0025Update Configuration File: preserv
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp 1:4.2.4p8+dfsg-1 Network Time Protocol daemon and u

-- 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
Archive: 
http://lists.debian.org/20100216070837.31067.14491.report...@helium.5200-glenwood.net



Bug#568517: schroot: segfaults at start

2010-02-05 Thread Andrew Schulman
Package: schroot
Version: 1.4.0-1
Severity: important


$ schroot
E: Child terminated by signal 'Segmentation fault'

schroot.conf is attached.  This is new since 1.4.0.  I could revert to
1.2.2, but I've upgraded by config for 1.4.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages schroot depends on:
ii  libboost-filesystem1.40.01.40.0-6+b1 filesystem operations (portable pa
ii  libboost-program-options1.40 1.40.0-6+b1 program options library for C++
ii  libboost-regex1.40.0 1.40.0-6+b1 regular expression library for C++
ii  libboost-system1.40.01.40.0-6+b1 Operating system (e.g. diagnostics
ii  libc62.10.2-5Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.2-9   GCC support library
ii  liblockdev1  1.0.3-1.3   Run-time shared library for lockin
ii  libpam0g 1.1.0-4 Pluggable Authentication Modules l
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libuuid1 2.16.2-0Universally Unique ID library
ii  schroot-common   1.4.0-1 common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
pn  aufs-modules | unionfs-module none (no description available)
ii  debootstrap   1.0.20 Bootstrap a basic Debian system
ii  lvm2  2.02.54-1  The Linux Logical Volume Manager
ii  unzip 6.0-1  De-archiver for .zip files

-- no debconf information
[ia32]
aliases=default,i386
command-prefix=/usr/bin/setarch,i386
description=ia32 chroot
groups=users
directory=/i386
personality=linux
priority=0
root-groups=
root-users=
type=plain


Bug#568517: [buildd-tools-devel] Bug#568517: schroot: segfaults at start

2010-02-05 Thread Andrew Schulman

 For the time being, this appears to be when reading a session file
 under /var/lib/schroot/session.  Unclear why at this point, but
 likely to be not coping with a missing type= parameter.  Removing
 the session file should fix it--there's no problem with session
 files created by the new schroot.  You could verify this by running
 with --debug=notice.

/var/lib/schroot/session is empty on my host. ??

In case it's helpful, here are the results of schroot --debug=notice.

D(1): Loading config file: /etc/schroot/schroot.conf
D(1): Loading data file: /etc/schroot/schroot.conf
D(2): Getting keyfile group=ia32, key=type
D(1): value=plain
D(2): Getting keyfile group=ia32, key=active
D(1): key not found
D(2): Getting keyfile group=ia32, key=run-setup-scripts
D(1): key not found
D(2): Getting keyfile group=ia32, key=run-session-scripts
D(1): key not found
D(2): Getting keyfile group=ia32, key=run-exec-scripts
D(1): key not found
D(2): Getting keyfile group=ia32, key=script-config
D(1): key not found
D(2): Getting keyfile group=ia32, key=priority
D(1): value=0
D(2): Getting keyfile group=ia32, key=aliases
D(1): value=default,i386
D(1): value=default
D(1): value=i386
D(2): Getting keyfile group=ia32, key=environment-filter
D(1): key not found
D(2): Getting keyfile group=ia32, key=description
D(1): value=ia32 chroot
D(2): Getting keyfile group=ia32, key=users
D(1): key not found
D(2): Getting keyfile group=ia32, key=groups
D(1): value=users
D(1): value=users
D(2): Getting keyfile group=ia32, key=root-users
D(1): value=
D(2): Getting keyfile group=ia32, key=root-groups
D(1): value=
D(2): Getting keyfile group=ia32, key=mount-location
D(1): key not found
D(2): Getting keyfile group=ia32, key=name
D(1): key not found
D(2): Getting keyfile group=ia32, key=command-prefix
D(1): value=/usr/bin/setarch,i386
D(1): value=/usr/bin/setarch
D(1): value=i386
D(2): Getting keyfile group=ia32, key=directory
D(1): value=/i386
D(2): Getting keyfile group=ia32, key=location
D(1): key not found
D(2): Getting keyfile group=ia32, key=personality
D(1): value=linux
D(1): Loading config directory: /etc/schroot/chroot.d
D(2): Creating schroot session
D(2): auth uid = 1,000, gid = 2,000
D(2): auth uid = 1,000, gid = 2,000
D(1): pam_start OK
D(2): In users: 0
In groups: 1
In root-users: 0
In root-groups: 0
D(1): Inserted into environment:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
D(1): Inserted into environment: HOME=/home/andrex
D(1): Inserted into environment: LOGNAME=andrex
D(1): Inserted into environment: USER=andrex
D(1): Inserted into environment: TERM=screen
D(1): Inserted into environment: SHELL=/bin/bash
D(2): pam_putenv: set HOME=/home/andrex
D(2): pam_putenv: set LOGNAME=andrex
D(2): pam_putenv: set
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
D(2): pam_putenv: set SHELL=/bin/bash
D(2): pam_putenv: set TERM=screen
D(2): pam_putenv: set USER=andrex
D(1): pam_putenv OK
D(1): pam_acct_mgmt OK
D(1): pam_setcred OK
D(2): PAM authentication succeeded for user
D(1): Running session in default chroot:
D(2): setup_chroot: chroot=ia32, setup_type=0, chroot_status=1,
lock_status=1
D(2): setup_chroot: chroot=ia32, setup_type=1, chroot_status=1,
lock_status=1
D(1): pam_open_session OK
D(2): CWD=/home/andrex
D(2): location=/i386
D(1): Set GID=2,000
D(1): Set supplementary groups
D(1): Set personality=linux
D(1): Changed directory to /i386
D(1): Changed root to /i386
D(1): Set UID=1,000
D(1): Dropped root privileges
D(1): Inserted into environment: HOME=/home/andrex
D(1): Inserted into environment: LOGNAME=andrex
D(1): Inserted into environment:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
D(1): Inserted into environment: SHELL=/bin/bash
D(1): Inserted into environment: TERM=screen
D(1): Inserted into environment: USER=andrex
D(1): Inserted into environment:
XDG_SESSION_COOKIE=c5c05a456c5d0734c0a48eb1924daa00-1265382881.32862-1886943345
D(2): Getting environment variable=HOME
D(1): value=/home/andrex
D(2): Directory fallbacks: /home/andrex, /
D(1): Changed directory to /home/andrex
D(1): Running shell: /bin/bash
D(1): command=/bin/bash
D(1): Inserted into environment: HOME=/home/andrex
D(1): Inserted into environment: LOGNAME=andrex
D(1): Inserted into environment:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
D(1): Inserted into environment: SHELL=/bin/bash
D(1): Inserted into environment: TERM=screen
D(1): Inserted into environment: USER=andrex
D(1): Inserted into environment:
XDG_SESSION_COOKIE=c5c05a456c5d0734c0a48eb1924daa00-1265382881.32862-1886943345
D(1): Inserted into environment: HOME=/home/andrex
D(1): Inserted into environment: LOGNAME=andrex
D(1): Inserted into environment:
PATH=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
D(1): Inserted into environment: SHELL=/bin/bash
D(1): Inserted into environment: TERM=screen
D(1): Inserted into environment: USER=andrex
D(1): Inserted into environment:
XDG_SESSION_COOKIE=c5c05a456c5d0734c0a48eb1924daa00-1265382881.32862-1886943345

Bug#568537: roundcube: claims incorrect email address

2010-02-05 Thread Andrew Schulman
Package: roundcube
Version: 0.3.1-2
Severity: normal


In roundcube, I'm trying to send email to 
559289-subyes-b71554e7823d610a0f1dc6a75dfe06b5-82b59f8c89e879a5d01195cd3d66b...@bugs.debian.org
 (in order to subscribe to a Debian bug report).  When I try, roundcube won't 
send the mail and gives me an error message that says:

Incorrect email address: 
559289-subyes-b71554e7823d610a0f1dc6a75dfe06b5-82b59f8c89e879a5d01195cd3d66b...@bugs.debian.org

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages roundcube depends on:
ii  roundcube-core0.3.1-2skinnable AJAX based webmail solut

roundcube recommends no packages.

roundcube suggests no packages.

Versions of packages roundcube-core depends on:
ii  apache22.2.14-5  Apache HTTP Server metapackage
ii  apache2-mpm-prefor 2.2.14-5  Apache HTTP Server - traditional n
ii  dbconfig-common1.8.43common framework for packaging dat
ii  debconf [debconf-2 1.5.28Debian configuration management sy
ii  libjs-jquery   1.4-1 JavaScript library for dynamic web
ii  libmagic1  5.03-5+b1 File type determination library us
ii  php-auth   1.6.2-1   PHP PEAR modules for creating an a
ii  php-mail-mime  1.5.3-0.1 PHP PEAR module for creating MIME 
ii  php-mdb2   2.5.0b2-1 PHP PEAR module to provide a commo
ii  php-net-smtp   1.3.1-1   PHP PEAR module implementing SMTP 
ii  php-net-socket 1.0.9-2   PHP PEAR Network Socket Interface 
ii  php5   5.2.6.dfsg.1-1+lenny4 server-side, HTML-embedded scripti
ii  php5-gd5.2.6.dfsg.1-1+lenny4 GD module for php5
ii  php5-mcrypt5.2.6.dfsg.1-1+lenny4 MCrypt module for php5
ii  php5-pspell5.2.6.dfsg.1-1+lenny4 pspell module for php5
ii  roundcube-mysql0.3.1-2   metapackage providing MySQL depend
ii  roundcube-sqlite   0.3.1-2   metapackage providing sqlite depen
ii  tinymce3.2.7-1   platform independent web based Jav
ii  ucf3.0025Update Configuration File: preserv

-- debconf information:
* roundcube/dbconfig-install: true
* roundcube/dbconfig-install: true
  roundcube/db/dbname: roundcube
  roundcube/db/dbname: roundcube
  roundcube/pgsql/authmethod-admin: ident
  roundcube/pgsql/authmethod-admin: ident
  roundcube/pgsql/admin-user: postgres
  roundcube/pgsql/admin-user: postgres
  roundcube/internal/skip-preseed: false
  roundcube/internal/skip-preseed: false
  roundcube/db/app-user: roundcube
  roundcube/db/app-user: roundcube
  roundcube/dbconfig-reinstall: false
  roundcube/dbconfig-reinstall: false
* roundcube/restart-webserver: true
* roundcube/restart-webserver: true
* roundcube/dbconfig-upgrade: true
* roundcube/dbconfig-upgrade: true
  roundcube/remote/port:
  roundcube/remote/port:
  roundcube/pgsql/no-empty-passwords:
  roundcube/pgsql/no-empty-passwords:
  roundcube/passwords-do-not-match:
  roundcube/passwords-do-not-match:
  roundcube/internal/reconfiguring: false
  roundcube/internal/reconfiguring: false
  roundcube/upgrade-error: abort
  roundcube/upgrade-error: abort
  roundcube/pgsql/authmethod-user: password
  roundcube/pgsql/authmethod-user: password
* roundcube/purge: true
* roundcube/purge: true
* roundcube/language: en_US
* roundcube/language: en_US
  roundcube/remote/newhost:
  roundcube/remote/newhost:
  roundcube/pgsql/changeconf: false
  roundcube/pgsql/changeconf: false
  roundcube/upgrade-backup: true
  roundcube/upgrade-backup: true
  roundcube/install-error: abort
  roundcube/install-error: abort
  roundcube/mysql/admin-user: root
  roundcube/mysql/admin-user: root
* roundcube/hosts: helium
* roundcube/hosts: helium
* roundcube/dbconfig-remove:
* roundcube/dbconfig-remove:
  roundcube/mysql/method: unix socket
  roundcube/mysql/method: unix socket
  roundcube/remove-error: abort
  roundcube/remove-error: abort
  roundcube/pgsql/method: unix socket
  roundcube/pgsql/method: unix socket
  roundcube/pgsql/manualconf:
  roundcube/pgsql/manualconf:
  roundcube/db/basepath:
  roundcube/db/basepath:
* roundcube/reconfigure-webserver: apache2
* roundcube/reconfigure-webserver: apache2
* roundcube/database-type: mysql
* roundcube/database-type: mysql
  roundcube/remote/host:
  roundcube/remote/host:
  roundcube/missing-db-package-error: abort
  roundcube/missing-db-package-error: abort



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



Bug#568517: [buildd-tools-devel] Bug#568517: schroot: segfaults at start

2010-02-05 Thread Andrew Schulman

 Thanks.  If you could possibly try to run in gdb, that would be
 even better.  You'll need to install gdb, schroot-dbg and also
 libc6-dbg and libstdc++6-4.4-dbg.  You can then (as root) run
 'gdb /usr/bin/schroot' and in gdb run 'run schroot-options',
 wait until the segfault and then type 'backtrace'.  The
 backtrace is what I need, and this should pinpoint the exact
 point of the failure.

The backtrace reports 'No stack', and before that, gdb says 'no debugging
symbols found'.  The full gdb log is below.  All of schroot-dbg, libc6-dbg,
and libstdc++6-4.4-dbg are installed.

# gdb /usr/bin/schroot
GNU gdb (GDB) 7.0-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/schroot...Reading symbols from
/usr/lib/debug/usr/bin/schroot...done.
(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/schroot
[Thread debugging using libthread_db enabled]
E: Child terminated by signal ‘Segmentation fault’

Program exited with code 01.
(gdb) bt
No stack.
(gdb) quit




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



Bug#568517: [buildd-tools-devel] Bug#568517: schroot: segfaults at start

2010-02-05 Thread Andrew Schulman

 Thanks for that.  It looks like a child process, probably one of the
 setup scripts, was what failed with the fault.  Could you please try
 repeating the gdb backtrace, but add 'catch throw' before you run.
 This should catch the exception which is thrown on child failure.

(gdb) catch throw
Catchpoint 1 (throw)
(gdb) run
Starting program: /usr/bin/schroot 
[Thread debugging using libthread_db enabled]
E: Failed to set supplementary groups: Operation not permitted




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



Bug#568416: 64-bit kernel/32-bit userland boot failure

2010-02-05 Thread Andrew Schulman
I can confirm this problem.  In my case my main userland is 64-bit, so it 
doesn't stop my host from booting, but I have a 32-bit chroot, which I use 
to run some important 32-bit applications.  With kernel 2.6.26, I can chroot 
with no trouble.  With kernel 2.6.32 (a custom build), I can't-- all 32-bit 
shells and applications segfault.



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



Bug#563700: incrontab(1) mangles comments in incrontab(5)

2010-01-04 Thread Andrew Schulman
Package: incron
Version: 0.5.9-4
Severity: normal


incrontab(1) mangles comments in incrontab(5): it changes the first
word on every comment line to 0.  For example, if I run incrontab
and create a file with the following comment lines:

# Only put 1 space between fields 2 and 3!  Additional whitespace will be
# assumed to be part of field 3, causing the command to fail!

then incrontab -l shows that I have the following incrontab file:

# 0 put 1 space between fields 2 and 3!  Additional whitespace will be
# 0 to be part of field 3, causing the command to fail!


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages incron depends on:
ii  adduser   3.112  add and remove users and groups
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-3  GCC support library
ii  libstdc++64.4.2-3The GNU Standard C++ Library v3
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

incron recommends no packages.

incron suggests no packages.

-- 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#563700: incrontab(1) mangles comments in incrontab(5)

2010-01-04 Thread Andrew Schulman

To clarify, this doesn't just matter because of comments, although they're
important.  It also means that I can't temporarily disable a line by
commenting it out-- if I do, then incrontab will replace the path entry by
a 0.

Thanks,
Andrew.




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



Bug#543544: mailutils: 'mail' reporting input in flex scanner failed

2010-01-04 Thread Andrew Schulman

This is a pretty obnoxious bug for me and I'd like to help solve it.  It's
probably something trivial that's causing it.

If you can make a debug package available, I can try it out with gdb to
find the problem.

Thanks,
Andrew.




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



Bug#543544: mailutils: 'mail' reporting input in flex scanner failed

2009-12-15 Thread Andrew Schulman
   servo:~ 0$ echo foo | /usr/bin/mail -s test
   jroll...@finestructure.net input in flex scanner failed
 
  I also have this problem.  It's breaking system scripts that rely on
  /usr/bin/mail, e.g. cron-apt.
 
  I also confirm that running /usr/bin/mailx instead avoids the problem.
 
 This is weird. I can't produce this at all, running a more or less up to
 date sid system.
 
 Executing exactly the command above (changing the email address, of
  course) does send email as expected. A quick grep in the sourcecode
  reveals that the problem might be coming from the configuration parser.
  Can you post your /etc/mail.rc or ~/.mail.rc files?

Here's /etc/mail.rc, with comments removed.  I have no .mail.rc.

set prompt= 
set indentprefix= 
set screen=20
set askcc
set dot
set save appenddeadletter
set hold
retain from to subject cc reply-to date

Thanks,
Andrew.



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



Bug#543544: mailutils: 'mail' reporting input in flex scanner failed

2009-12-09 Thread Andrew Schulman
severity 543544 critical
thanks

 servo:~ 0$ echo foo | /usr/bin/mail -s test jroll...@finestructure.net
 input in flex scanner failed

I also have this problem.  It's breaking system scripts that rely on 
/usr/bin/mail, e.g. cron-apt.

I also confirm that running /usr/bin/mailx instead avoids the problem.



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



Bug#551440: showauto incorrectly described in apt-mark(8)?

2009-10-18 Thread Andrew Schulman
Package: apt
Version: 0.7.23.1
Severity: minor


apt-mark(8) says that showauto is used to print a list of *manually*
installed packages.  If this is true, it's confusing, because then the
command should be called showmanual, not showauto.

But looking at the output of showauto on my host, it appears that this
does indeed print the list of automatically installed packages.  So
the word manually should be replaced by automatically in
apt-mark(8).

Thanks,
Andrew.

-- Package-specific info:

-- (/etc/apt/preferences present, but not submitted) --


-- (no /etc/apt/sources.list present) --


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  bzip2 1.0.5-3high-quality block-sorting file co
ii  dpkg-dev  1.15.3.1   Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.13.3   Python interface to libapt-pkg
ii  synaptic  0.62.9 Graphical package manager

-- 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#547364: digikam is not displaying photos again

2009-10-18 Thread Andrew Schulman
 Could I ask you to upgrade all your packages to the current unstable
  baseline 4:4.3.2, logout and then try digikam again.

I did this as much as I could-- kdeadmin and kdemultimedia are still 
currently at 4:4.3.1.  I also rebooted in the meanwhile.  digikam is now 
showing photos again for me.

Thanks,
Andrew.



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



Bug#547364: digikam is not displaying photos again

2009-10-12 Thread Andrew Schulman
 digikam is not displaying any photos -- again.

Ditto here, with versions 2:1.0.0~beta4-2 and 2:1.0.0~beta5-1.  No photos 
are displayed.

Thanks,
Andrew.



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



Bug#550334: fuse-utils: missing dependence on makedev

2009-10-09 Thread Andrew Schulman
Package: fuse-utils
Version: 2.7.4-2
Severity: important


fuse-utils.postinst uses the MAKEDEV command, which is provided by the
makedev package.  However, fuse-utils only depends on makedev | udev,
which means that for most people makedev won't be installed.  If
makedev isn't installed, then the postinst script fails, making
fuse-utils uninstallable.

fuse-utils should depend on both makedev and udev, or at least just
makedev.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages fuse-utils depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libfuse2  2.7.4-2Filesystem in USErspace library
ii  makedev   2.3.1-89   creates device files in /dev
ii  sed   4.2.1-3The GNU sed stream editor
ii  udev  0.141-2/dev/ and hotplug management daemo

fuse-utils recommends no packages.

fuse-utils suggests no packages.

-- 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#550337: memtest86+: won't install in a chroot

2009-10-09 Thread Andrew Schulman
Package: memtest86+
Version: 4.00-2
Severity: normal


I'm trying to install memtest86+ in a chroot environment, in order to
create a rescue disk image.  I've done this successfully in the past,
but now when I try, I get:

Setting up memtest86+ (4.00-2) ...
grub-probe: error: cannot find a device for /.

dpkg: error processing memtest86+ (--configure):
 subprocess installed post-installation script returned error exit status 1

I can't find a call to grub-probe in memtest86+.postinst, so I'm not
sure where this call is coming from.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

memtest86+ depends on no packages.

memtest86+ recommends no packages.

Versions of packages memtest86+ suggests:
ii  grub-legacy [grub]0.97-58GRand Unified Bootloader (Legacy v
pn  hwtools   none (no description available)
pn  kernel-patch-badram   none (no description available)
pn  memtest86 none (no description available)
pn  memtester none (no description available)
pn  mtoolsnone (no description available)

-- 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#550376: treeline is broken with newer python-qt4 (4.6-1)

2009-10-09 Thread Andrew Schulman
 After the last update of python-qt4 to version 4.6, treeline does not
 start:

Ditto here.  I have the identical error.  Reverting to python-qt4 4.4.4-6 
fixes the problem.



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



Bug#549112: daemontools: supervise stores state in /etc

2009-10-05 Thread Andrew Schulman
reopen 549112
thanks

  supervise stores its run-state information in
  /etc/service/${service}/supervise and
  /etc/service/${service}/log/supervise.  According to the FHS, this
  information should go into /var, e.g. in /var/lib/supervise/${service}.
 
 Hi, the supervise program stores the run-state information whereever you
 tell it to store it.  If you create a directory /etc/service/foo, and
 run 'supervise /etc/service/foo', it'll create
 /etc/service/foo/supervise/, true.  If you create /var/cache/foo, and a
 symlink /etc/service/foo - /var/cache/foo, and run 'supervise
 /etc/service/foo', it'll create /var/cache/foo/supervise/.  If you
 create /etc/sv/foo, a symlink /etc/sv/foo/supervise -
 /var/lib/supervise/foo, and a symlink /etc/service/foo - /etc/sv/foo,
 and run supervise, it'll use /var/lib/supervise/foo.
 
 To ease the setup of services with service directories in /etc/sv/
 that'll be linked into /etc/service/, there's the update-service(8)
 program that takes care of that.  All Debian packages I know that setup
 daemontools managed services use the update-service(8) program.

Gerritt, thanks for your answer.  Forgive me, but really, this is a mess.  
There are a several problems.

First, the documentation of update-service never explains that the contents 
of /etc/service must all be symlinks.  This is implied by 
/usr/share/doc/daemontools-run/README.Debian, but not stated or explained.  
Similarly,

# update-service --add /etc/service/vbox-TinyXP/
update-service: fatal: /etc/service/vbox-TinyXP exists, but is not a 
symbolic link.

is confusing since update-service(8) never says that a service directory 
must be a symbolic link.  I've been using daemontools for a few years, have 
read all of the documentation, and never understood this, so I think it's 
not clear.

But OK, so I'm supposed to put my configuration into, say, /etc/sv/name, 
then run 'update-service --add /etc/sv/name', and update-service will create 
a symlink /etc/service/name - /etc/sv/name.  It also creates 
/etc/sv/name/supervise - /var/lib/supervise/name.

Here again, daemontools is storing its state in /etc, now in two places:

(1) /etc/service is a tree of symlinks created and managed by daemontools, 
for the purpose of keeping track of its services.  This is run-state 
information that belongs in /var.

(2) /etc/sv/name/supervise is also created and managed by daemontools, to 
point to its state information for that service.  Again this is run-state 
information.  Instead of writing this data into /etc, supervise should just 
use the standard location for it: /var/lib/supervise/name.  There's no 
reason that a user would ever need to change that location, or even know 
about it, so it doesn't belong in /etc.  It's internal to daemontools.

The basic difference is:  /etc belongs to me.  /var/lib/daemontools or 
/var/lib/supervise belongs to daemontools.  daemontools (including update-
service) should never be writing into /etc.  Any information it needs to 
write to keep track of the installed services, it should put into 
/var/lib/daemontools or /var/lib/supervise.

It seems that daemontools is trying to be flexible, by allowing me to put my 
service descriptions anywhere, and then using update-service to create 
symlinks in /etc/service for me.  But this doesn't make sense.  Why not just 
require that they all go into /etc/service in the first place, and assume 
that any directories there describe services?  That's the standard approach, 
used by every other package I can think of.

Thanks,
Andrew.



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



Bug#549474: phpmyadmin: linked table features don't work

2009-10-03 Thread Andrew Schulman
Package: phpmyadmin
Version: 4:3.2.2-1
Severity: normal


At the phpmyadmin home page, I see the warning that additional
features related to linked tables have been deactivated.  Following
the link, I get

$cfg['Servers'][$i]['pmadb'] ...not OK [ Documentation ]
$cfg['Servers'][$i]['relation'] ... not OK [ Documentation ]
General relation features: Disabled
 
$cfg['Servers'][$i]['table_info'] ...   not OK [ Documentation ]
Display Features: Disabled
 
$cfg['Servers'][$i]['table_coords'] ... not OK [ Documentation ]
$cfg['Servers'][$i]['pdf_pages'] ...not OK [ Documentation ]
Creation of PDFs: Disabled
 
$cfg['Servers'][$i]['column_info'] ...  not OK [ Documentation ]
Displaying Column Comments: Disabled
Bookmarked SQL query: Disabled
Browser transformation: Disabled
 
$cfg['Servers'][$i]['history'] ...  not OK [ Documentation ]
SQL history: Disabled
 
$cfg['Servers'][$i]['designer_coords'] ...  not OK [ Documentation ]
Designer: Disabled

Following the documentation for the linked tables infrastructure, I've
created the pma user; imported create_tables.sql to create the pmadb;
set all of the appropriate settings in config.inc.php; and restarted
Apache.  Nevertheless, I still get the same warnings at login.

In config.inc.php, I have

$i = 1;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['auth_type']= 'cookie';
$cfg['Servers'][$i]['connect_type'] = 'socket';
//$cfg['Servers'][$i]['socket'] = '/var/run/mysqld/mysqld.sock';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['extension']= 'mysqli';
$cfg['Servers'][$i]['controluser']  = 'pma';
$cfg['Servers'][$i]['controlpass']  = 'thepassword';
$cfg['Servers'][$i]['pmadb']= 'phpmyadmin';
$cfg['Servers'][$i]['bookmarktable']= 'pma_bookmark';
$cfg['Servers'][$i]['relation'] = 'pma_relation';
$cfg['Servers'][$i]['table_info']   = 'pma_table_info';
$cfg['Servers'][$i]['table_coords'] = 'pma_table_coords';
$cfg['Servers'][$i]['pdf_pages']= 'pma_pdf_pages';
$cfg['Servers'][$i]['column_info']  = 'pma_column_info';
$cfg['Servers'][$i]['history']  = 'pma_history';
$cfg['Servers'][$i]['designer_coords']= 'pma_designer_coords';

In phpmyadmin, going to Privileges  pma  edit, I see that user pma
has all except grant privileges on the phpmyadmin database.  The
phpmyadmin database has all of the tables named above, and they appear
to have the right structure.

Many people are reporting this problem around the net.  The most
commonly reported solutions are: (1) use a different browser than
Firefox; (2) clear your browser cache and cookies; and (3) run
'dpkg-reconfigure phpmyadmin'.  I've tried all of these solutions, and
the problem remains.

Aside: phpmyadmin has been the very definition of making MySQL easy to
use.  It's astonishing to me that for this particular component, the
developers have made configuration so manual and hackish, with the
result that an awful lot of people are struggling with it.  There's
*got* to be an automated way of setting this up for people.  But, we
can leave that for another day.

Any help would be appreciated.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages phpmyadmin depends on:
ii  dbconfig-common   1.8.41 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  libapache2-mod-php5   5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 
ii  php5  5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  php5-cgi  5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  php5-mcrypt   5.2.9.dfsg.1-4 MCrypt module for php5
ii  php5-mysql5.2.9.dfsg.1-4 MySQL module for php5
ii  ucf   3.0022 Update Configuration File: preserv

Versions of packages phpmyadmin recommends:
ii  apache2   2.2.13-2   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [http 2.2.13-2   Apache HTTP Server - traditional n
ii  mysql-client  5.1.37-2   MySQL database client (metapackage
ii  mysql-client-5.1 [mysql-c 5.1.37-2   MySQL database client binaries
ii  php5-gd   5.2.9.dfsg.1-4 GD module for php5

Versions of packages phpmyadmin suggests:
ii  mysql-server  5.1.37-2   MySQL database server (metapackage
ii  mysql-server-5.1 [mysql-serve 5.1.37-2   MySQL database server binaries

-- debconf information:
  phpmyadmin/remove-error: 

Bug#549494: libstring-mkpasswd-perl: wrong help text in mkpasswd.pl

2009-10-03 Thread Andrew Schulman
Package: libstring-mkpasswd-perl
Version: 0.02-2
Severity: minor


mkpasswd.pl --help says that --nospecial is an alias for --upper=0.
Obviously that should be --special=0.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages libstring-mkpasswd-perl depends on:
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 

libstring-mkpasswd-perl recommends no packages.

libstring-mkpasswd-perl suggests no packages.

-- 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#549354: etckeeper: don't warn about ignored files

2009-10-02 Thread Andrew Schulman
Package: etckeeper
Version: 0.41
Severity: wishlist
Tags: patch

Every time etckeeper runs, it warns me about the same couple of files:

etckeeper warning: special files could cause problems with bzr:
./service/vbox-TinyXP/supervise/ok
./service/vbox-TinyXP/supervise/control

But I've already told bzr to ignore these files, so there is in fact
no problem.  It would be nice if 20warn-hardlinks and
20warn-special-file in /etc/etckeeper/pre-commit.d removed ignored
files from the list before warning me.

The attached patches for 20warn-special-file and 20warn-hardlinks,
together with the file /usr/share/etckeeper/functions.sh, do this, but
only for bzr so far.  To extend this to other VCSes, all that would be
needed is to add clauses for them to the 'if' statement in
filter_ignored(), with commands that output a newline-delimited list
of ignored files.

As things stand here, filter_ignored() is called twice, and it calls
the VCS to output the list of ignored files each time it's called.  So
this solution could be slow.  Obvious improvements would be to have
filter_ignored() exit immediately if it detects that there are no file
names on stdin, or else call out for the list of ignored files only
once, in /usr/sbin/etckeeper, and store the result in an environment
variable.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages etckeeper depends on:
ii  bzr   1.17-1 easy to use distributed version co
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy

Versions of packages etckeeper recommends:
ii  cron  3.0pl1-106 process scheduling daemon

etckeeper suggests no packages.

-- debconf information:
  etckeeper/purge: true
* etckeeper/commit_failed:
=== modified file 'etckeeper/pre-commit.d/20warn-hardlinks'
--- etckeeper/pre-commit.d/20warn-hardlinks 2009-09-30 18:54:50 +
+++ etckeeper/pre-commit.d/20warn-hardlinks 2009-10-02 17:52:10 +
@@ -1,8 +1,10 @@
 #!/bin/sh
 set -e
 
+. /usr/share/etckeeper/functions.sh
+
 if [ $VCS = git ] || [ $VCS = hg ] || [ $VCS = bzr ] || [ $VCS = darcs 
]; then
-   hardlinks=$(find -type f -not -links 1 | grep -v 
'/\(.git\|.hg\|.bzr\|_darcs\)/' ) || true
+   hardlinks=$(find -type f -not -links 1 | grep -v 
'/\(.git\|.hg\|.bzr\|_darcs\)/' | filter_ignored) || true
if [ -n $hardlinks ]; then
echo etckeeper warning: hardlinked files could cause problems 
with $VCS: 2
echo $hardlinks 2

=== modified file 'etckeeper/pre-commit.d/20warn-special-file'
--- etckeeper/pre-commit.d/20warn-special-file  2009-09-30 18:54:50 +
+++ etckeeper/pre-commit.d/20warn-special-file  2009-10-02 16:44:15 +
@@ -1,8 +1,10 @@
 #!/bin/sh
 set -e
 
+. /usr/share/etckeeper/functions.sh
+
 if [ $VCS = git ] || [ $VCS = hg ] || [ $VCS = bzr ] || [ $VCS = darcs 
]; then
-   special=$(find -not -type d -not -type f -not -type l | grep -v 
'/\(.git\|.hg\|.bzr\|_darcs\)/') || true
+   special=$(find -not -type d -not -type f -not -type l | grep -v 
'/\(.git\|.hg\|.bzr\|_darcs\)/' | filter_ignored) || true
if [ -n $special ]; then
echo etckeeper warning: special files could cause problems 
with $VCS: 2
echo $special 2

# Utility functions for etckeeper scripts
# This is a shell fragment

filter_ignored () {
perl -e '
use File::Spec;

# create a hash of files ignored by the VCS
if ($ENV{VCS}==bzr) {
$ignored = qx/bzr ls -R --ignored/; 
# suppress ??? that bzr ls appends to the names of 
pipes and sockets
$ignored =~ s/\?\?\?$//mg;
}
@ignored{ map {File::Spec-rel2abs($_)} split \n, $ignored } 
= ();

# filter out ignored files
while () {
chomp;
print $_\n unless exists 
$ignored{File::Spec-rel2abs($_)};
}
'
}


Bug#549354: etckeeper: don't warn about ignored files

2009-10-02 Thread Andrew Schulman
Hm... well, nevermind about the patches.  They work when I just run 
'etckeeper pre-commit', but not when I try to commit with bzr.  bzr 
complains that it can't get a lock, apparently because it's already running 
and then I try to run it again to get the ignored list.

So I guess the right place to get the 'ignored' list would be in the bzr 
etckeeper plugin.  I don't know much about how to do that but may give it a 
try.

Thanks,
Andrew.



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



Bug#549112: daemontools: supervise stores state in /etc

2009-09-30 Thread Andrew Schulman
Package: daemontools
Version: 1:0.76-3
Severity: serious
Justification: Policy 9.1.1


supervise stores its run-state information in
/etc/service/${service}/supervise and
/etc/service/${service}/log/supervise.  According to the FHS, this
information should go into /var, e.g. in /var/lib/supervise/${service}.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages daemontools depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries

daemontools recommends no packages.

Versions of packages daemontools suggests:
ii  daemontools-run   1:0.76-3   daemontools service supervision

-- 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#529253: etckeeper could ignore runit's supervise/ok supervise/control

2009-09-30 Thread Andrew Schulman

Yes, please.  daemontools also uses named pipes at
/etc/service/*/{,log/}supervise/{ok,control}.

In fact, etckeeper should ignore all of /etc/service/*/supervise and
/etc/service/*/log/supervise, since these directories only contain state of
the supervise process (at least, with daemontools).  Which means they're in
the wrong place... see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549112.

While we wait for daemontools (and I guess runit too) to clean up its act,
for Bazaar I put the following into .bzrignore:

service/**/supervise/**

which ignores the whole supervise directory.

Thanks,
Andrew.




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



Bug#182970: samba-common: smbpasswd complains about missing unexpected.tdb

2009-09-15 Thread Andrew Schulman
I have this bug with samba-common 2:3.4.0-5.  nmbd is running.

$ nmblookup helium
added interface lo ip=127.0.0.1 bcast=127.255.255.255 netmask=255.0.0.0
interpret_interface: using netmask value 24 from config file on interface 
lan
added interface lan ip=192.168.1.1 bcast=192.168.1.255 netmask=255.255.255.0
querying helium on 127.255.255.255
Got a positive name query response from 127.0.0.1 ( 192.168.1.1 )
tdb(unnamed): tdb_open_ex: could not open file 
/var/run/samba/unexpected.tdb: No such file or directory
tdb(unnamed): tdb_open_ex: could not open file 
/var/run/samba/unexpected.tdb: No such file or directory
tdb(unnamed): tdb_open_ex: could not open file 
/var/run/samba/unexpected.tdb: No such file or directory
192.168.1.1 helium00

$ ls -l /var/run/samba
total 376
-rw-r--r-- 1 root root  40200 2009-09-11 06:47 brlock.tdb
-rw-r--r-- 1 root root  90112 2009-09-15 03:37 connections.tdb
-rw-r--r-- 1 root root696 2009-09-11 05:48 gencache.tdb
-rw-r--r-- 1 root root  65536 2009-09-13 18:15 locking.tdb
-rw--- 1 root root696 2009-09-11 05:48 messages.tdb
-rw-r--r-- 1 root root   6917 2009-09-13 03:09 namelist.debug
-rw-r--r-- 1 root root  5 2009-09-11 05:48 nmbd.pid
-rw-r--r-- 1 root root696 2009-09-11 06:47 notify.tdb
-rw-r--r-- 1 root root 163840 2009-09-13 18:15 sessionid.tdb
drwxr-xr-x 2 root root 48 2009-09-11 05:47 upgrades/

Thanks,
Andrew.



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



Bug#546334: k3b: can't decode any audio files; plugin list is empty

2009-09-12 Thread Andrew Schulman
Package: k3b
Version: 1.66.0~alpha2-1
Severity: important


k3b is currently unable to add any audio files to an audio CD project.
Any time I try, it tells me that it's unable to handle the following
files due to an unsupported format.

At Settings  Configure K3b  Plugins, the list of plugins is empty.
Yet I'm able to play e.g. ogg and mp3 files in any of my audio
players, e.g. amarok.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages k3b depends on:
ii  cdparanoia   3.10.2+debian-8 audio extraction tool for sampling
ii  cdrdao   1:1.2.2-18  records CDs in Disk-At-Once (DAO) 
ii  genisoimage  9:1.1.9-1   Creates ISO-9660 CD-ROM filesystem
ii  k3b-data 1.66.0~alpha2-1 A sophisticated CD/DVD burning app
ii  kdebase-runtime  4:4.3.1-1   runtime components from the offici
ii  kdelibs5 4:4.3.1-1   core libraries for all KDE 4 appli
ii  libc62.9-25  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-1   GCC support library
ii  libk3b6  1.66.0~alpha2-1 The KDE CD/DVD burning application
ii  libkcddb44:4.3.1-1   CDDB library for KDE 4 (runtime)
ii  libmusicbrainz4c2a   2.1.5-2 Second generation incarnation of t
ii  libqt4-dbus  4:4.5.2-2   Qt 4 D-Bus module
ii  libqt4-network   4:4.5.2-2   Qt 4 network module
ii  libqt4-qt3support4:4.5.2-2   Qt 3 compatibility library for Qt 
ii  libqt4-svg   4:4.5.2-2   Qt 4 SVG module
ii  libqt4-webkit4:4.5.2-2   Qt 4 WebKit module
ii  libqt4-xml   4:4.5.2-2   Qt 4 XML module
ii  libqtcore4   4:4.5.2-2   Qt 4 core module
ii  libqtgui44:4.5.2-2   Qt 4 GUI module
ii  libstdc++6   4.4.1-1 The GNU Standard C++ Library v3
ii  wodim9:1.1.9-1   command line CD/DVD writing tool

Versions of packages k3b recommends:
ii  dvd+rw-tools 7.1-5   DVD+-RW/R tools
ii  libk3b6-extracodecs  1.66.0~alpha2-1 The KDE CD/DVD burning application
ii  vcdimager0.7.23-4+b2 A VideoCD (VCD) image mastering an

Versions of packages k3b suggests:
pn  k3b-i18n  none (no description available)
pn  movixmaker-2  none (no description available)
ii  normalize-audio   0.7.7-4adjusts the volume of WAV, MP3 and
ii  sox   14.3.0-1   Swiss army knife of sound processi
ii  toolame   02l-7  MPEG-1 layer 2 audio encoder

-- 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#545120: ingo1: uses deprecated imapflags option in Sieve

2009-09-05 Thread Andrew Schulman
Package: ingo1
Version: 1.2.1-1
Severity: normal


When a user sets an IMAP flag as part of a rule in a Sieve script, the
script that ingo1 emits includes

require [imapflags]

But according to the Dovecot wiki (http://wiki.dovecot.org/LDA/Sieve),
the imapflags extension is deprecated in favor of imap4flags.  Dovecot
supports the old imapflags extension ... for backwards
compatibility, which suggests that ingo1 should go ahead and move to
imap4flags, to avoid incompatibilities in the future.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages ingo1 depends on:
ii  horde3   3.3.4+debian0-1 horde web application framework

Versions of packages ingo1 recommends:
ii  php5-imap 5.2.9.dfsg.1-4 IMAP module for php5

Versions of packages ingo1 suggests:
ii  imp4 4.3.4+debian0-1 webmail component for horde framew
ii  php-net-sieve1.1.6-1 net_sieve module for PEAR

-- 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#545120: ingo1: uses deprecated imapflags option in Sieve

2009-09-05 Thread Andrew Schulman
Users of the Dovecot LDA (deliver), as of version 1.2, now have to 
separately enable imapflags by adding

plugin {
  sieve_extensions = +imapflags
}

to their dovecot.conf.  Otherwise, they'll get an error message from ingo1 
about imapflags being unsupported, when they try to save their filter 
scripts.



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



Bug#543533: mailutils: 'mail' reporting input in flex scanner failed

2009-09-04 Thread Andrew Schulman
I also have this problem.  All input to mail gives the error.  mailx works 
fine.  Andrew.



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



Bug#544529: docs don't explain that one has to replace e.g. apt-get by ia32-apt-get

2009-09-01 Thread Andrew Schulman
Package: ia32-apt-get
Version: 22
Severity: normal


The documentation for ia32-apt-get doesn't say that having installed
and configured ia32-apt-get, once now has to use the ia32-apt-get,
ia32-apt-cache, ia32-dpkg, and ia32-dpkg-deb commands in place of
apt-get, apt-cache etc.  Maybe this seems obvious, but it wasn't to
me-- I had the same confusion as the reporter of bug #536526, until I
read that bug report and figured it out.  Unfortunately
/usr/share/doc/ia32-apt-get/README.Debian, although very clear in
other respects, fails to mention this basic fact.

I suggest that something like the text below be added to
README.Debian.  In addition, the advice in section (4) of
README.Debian that 'You can check the pinning by running apt-cache
policy' is incorrect: apt-cache policy won't work; the user has to
run ia32-apt-cache policy.

Thanks,
Andrew.

6) Using ia32-apt-get
-

Once ia32-apt-get is installed and configured as described above, you
now have to use the ia32-apt-get, ia32-apt-cache, ia32-dpkg, and
ia32-dpkg-deb commands in place of apt-get, apt-cache, etc., to
install both 32bit and 64bit packages.  The ordinary apt-get and
apt-cache commands will continue to see only 64bit packages.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/3 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-apt-get depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  ia32-libs-tools   22 Tools for converting i386 debs for

Versions of packages ia32-apt-get recommends:
ii  fakeroot  1.13   Gives a fake root environment

ia32-apt-get suggests no packages.

-- debconf information:
* ia32-apt-get/allowed-packages: All
  ia32-apt-get/undo-old-sources-list:



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



Bug#540194: ia32-apt-get: won't install acroread

2009-08-06 Thread Andrew Schulman
Package: ia32-apt-get
Version: 22
Severity: normal


When I try to install acroread, ia32-apt-get fails with a version
dependency error:

# ia32-apt-get -t unstable-i386 acroread
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  acroread: Depends: acroread-debian-files (= 0.0.38) but 0.0.38~22 is to be 
installed
E: Broken packages

So ia32-apt-get (or really I guess, ia32-dpkg) thinks that version
0.0.38~22 doesn't meet the requirement of = 0.0.38.  But that is the
correct version of acroread-debian-files for i386.

# ia32-apt-cache policy acroread{,-debian-files}
acroread:
  Installed: (none)
  Candidate: 9.1.2-0.0
  Version table:
 9.1.3-0.0~22 0
 50 http://www.debian-multimedia.org unstable-i386/main Packages
 9.1.2-0.0 0
990 http://www.debian-multimedia.org testing-amd64/main Packages
 9.1.2-0.0~22 0
 60 http://www.debian-multimedia.org testing-i386/main Packages
acroread-debian-files:
  Installed: (none)
  Candidate: 0.0.36
  Version table:
 0.0.38 0
500 http://www.debian-multimedia.org unstable-amd64/main Packages
 0.0.38~22 0
 50 http://www.debian-multimedia.org unstable-i386/main Packages
 0.0.36 0
990 http://www.debian-multimedia.org testing-amd64/main Packages
 0.0.36~22 0
 60 http://www.debian-multimedia.org testing-i386/main Packages

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-apt-get depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  ia32-libs-tools   22 Tools for converting i386 debs for

Versions of packages ia32-apt-get recommends:
ii  fakeroot  1.12.4 Gives a fake root environment

ia32-apt-get suggests no packages.

-- debconf information:
* ia32-apt-get/allowed-packages: All
  ia32-apt-get/undo-old-sources-list:



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



Bug#536526: ia32-apt-get: cannot install 32bit libraries

2009-08-05 Thread Andrew Schulman
I think that the original report of this bug points to a problem in the
documentation:  the reporter didn't understand that having installed and
configured ia32-apt-get, he now had to use the ia32-apt-get and
ia32-apt-cache commands, in place of apt-get and apt-cache.  Maybe this
should be obvious, but it wasn't to me-- I had the same problem until I
read this bug report and figured that out.  Unfortunately
/usr/share/doc/ia32-apt-get/README.Debian, although very clear in other
respects, fails to mention this basic fact.

I suggest that something like the following text be added to README.Debian:

6) Using ia32-apt-get
-

Once ia32-apt-get is installed and configured as described above, you now
have to use the ia32-apt-get and ia32-apt-cache commands in place of
apt-get and apt-cache, respectively, to install both 32bit and 64bit
packages.  The ordinary apt-get and apt-cache commands will continue to see
only 64bit packages.

In addition, the advice in section (4) of README.Debian that 'You can check
the pinning by running apt-cache policy' is incorrect:  apt-cache policy
won't work; the user has to run ia32-apt-cache policy.

Thanks,
Andrew.




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



Bug#539896: binary operator expected in /usr/share/ia32-apt-get/apt-conf-defaults

2009-08-04 Thread Andrew Schulman
Package: ia32-apt-get
Version: 22
Severity: normal
Tags: patch


# ia32-apt-get install libgtk2.0-0 ia32-libgtk2.0-0
/usr/share/ia32-apt-get/apt-conf-defaults: line 15: [: amd64: binary operator 
expected
snip

A patch to fix this is attached.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (400, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-apt-get depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  ia32-libs-tools   22 Tools for converting i386 debs for

Versions of packages ia32-apt-get recommends:
ii  fakeroot  1.12.4 Gives a fake root environment

ia32-apt-get suggests no packages.

-- debconf information:
* ia32-apt-get/allowed-packages: All
  ia32-apt-get/undo-old-sources-list:
--- apt-conf-defaults~  2009-08-04 05:59:20.0 -0400
+++ apt-conf-defaults   2009-08-04 05:59:20.0 -0400
@@ -12,7 +12,7 @@
   ARCHITECTURES=$ARCHITECTURES $(eval echo $i)
 done
 
-if [ -z $ARCHITECTURES ]; then
+if [ -z $ARCHITECTURES ]; then
   case $NATIVE_ARCH in
 (i386) ARCHITECTURES=i386 amd64;;
 (amd64) ARCHITECTURES=amd64 i386;;


Bug#530787: invoke-rc.d: initscript mysql, action start failed after installation

2009-07-26 Thread Andrew Schulman
 Starting MySQL database server: mysqld . . . . . . . . . . . . . .
 failed!

I also had this problem, after upgrading mysql-server to 5.1.36-3.  I 
downgraded back to 5.0.51a-24+lenny1, but the server still wouldn't start.  
/var/log/daemon.log said:

Jul 26 05:19:01 helium mysqld_safe[3640]: 090726  5:19:01 [ERROR] 
/usr/sbin/mysqld: unknown option '--skip-federated'
Jul 26 05:19:01 helium mysqld_safe[3640]: Installation of system tables 
failed!

So I removed the 'skip-federated' option from /etc/mysql/my.cnf, and now 
mysqld starts again.




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



Bug#487807: debsecan: doesn't send mail

2009-07-12 Thread Andrew Schulman
I still have this problem with debsecan 0.4.12.  I run

debsecan --format report --mailto root

and it returns after a few seconds with status 0, but no mail is sent.




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



Bug#536675: firehol: panic option tries to add DROP rule to nat chains

2009-07-12 Thread Andrew Schulman
Package: firehol
Version: 1.256-4
Severity: normal
Tags: patch


'firehol panic' tries to add a DROP rule at the end of every built-in
nat chain, e.g.

iptables -t nat -A OUTPUT -j DROP

but recent versions of iptables don't allow DROP in nat chains.
Here's the result:

# firehol panic
FireHOL: Blocking all communications:iptables v1.4.4:
The nat table is not intended for filtering, the use of DROP is therefore 
inhibited.


Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4:
The nat table is not intended for filtering, the use of DROP is therefore 
inhibited.


Try `iptables -h' or 'iptables --help' for more information.
iptables v1.4.4:
The nat table is not intended for filtering, the use of DROP is therefore 
inhibited.


Try `iptables -h' or 'iptables --help' for more information.
 OK

There's no need to put DROP rules in nat chains, since they don't do
any filtering.  (That's why iptables doesn't support DROP there any
more.)  The attached patch corrects the problem.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages firehol depends on:
ii  bash  3.2-5  The GNU Bourne Again SHell
ii  iproute   20090324-1 networking and traffic control too
ii  iptables  1.4.4-1administration tools for packet fi
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
ii  net-tools 1.60-23The NET-3 networking toolkit

Versions of packages firehol recommends:
ii  aggregate 1.6-5  ipv4 cidr prefix aggregator
ii  curl  7.18.2-8.1 Get a file from an HTTP, HTTPS or 
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo
ii  wget  1.11.4-2   retrieves files from the web

firehol suggests no packages.

-- no debconf information
--- /sbin/firehol.orig  2008-07-18 17:10:16.0 -0400
+++ /sbin/firehol   2009-07-12 06:34:00.0 -0400
@@ -5500,7 +5500,9 @@
${IPTABLES_CMD} -t ${t} -A ${c} -p 
tcp -s ${ssh_src} --sport ${ssh_sport} --dport ${ssh_dport} -m state 
--state ESTABLISHED -j ACCEPT
${IPTABLES_CMD} -t ${t} -A ${c} -p 
tcp -d ${ssh_src} --dport ${ssh_sport} --sport ${ssh_dport} -m state 
--state ESTABLISHED -j ACCEPT
fi
-   ${IPTABLES_CMD} -t ${t} -A ${c} -j DROP
+   if [ $t != nat ] ; then
+   ${IPTABLES_CMD} -t ${t} -A ${c} -j 
DROP
+   fi
done
done
success $FireHOL: Blocking all communications:


Bug#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-11 Thread Andrew Schulman
On Wed, 08 Jul 2009 13:12:39 -0400, Timo Sirainen t...@iki.fi wrote:
 On Wed, 2009-07-08 at 10:56 -0400, Andrew Schulman wrote:
 messages.4.gz:Jul  2 12:26:24 helium kernel: dovecot-auth[26364]:
 segfault at 10008 ip 7faf466441eb sp 7fff50a3f260 error 4 in
 libc-2.9.so[7faf465d2000+149000]
 
 Any chance of getting a gdb backtrace? http://dovecot.org/bugreport.html

Good news:  I got a core file from a segfault.  Bad news:  I'm using a
standard Debian package with no debugging symbols.  Backtrace is below, but
it looks as though it's not going to be very useful.

I suppose that in order to get a useful backtrace, I have to compile my own
dovecot, or at least dovecot-auth, with debugging symbols?

(gdb) bt full
#0  0x7f06ac1f41eb in ?? () from /lib/libc.so.6
No symbol table info available.
#1  0x7f06ac1f6b6e in ?? () from /lib/libc.so.6
No symbol table info available.
#2  0x7f06ac1f854f in calloc () from /lib/libc.so.6
No symbol table info available.
#3  0x00435502 in ?? ()
No symbol table info available.
#4  0x004355b6 in pool_alloconly_create ()
No symbol table info available.
#5  0x00413f19 in auth_request_new_dummy ()
No symbol table info available.
#6  0x0041563c in ?? ()
No symbol table info available.
#7  0x00415971 in ?? ()
No symbol table info available.
#8  0x00432eeb in io_loop_handler_run ()
No symbol table info available.
#9  0x00432358 in io_loop_run ()
No symbol table info available.
#10 0x00418132 in main ()
No symbol table info available.




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



Bug#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-11 Thread Andrew Schulman
  #2  0x7f06ac1f854f in calloc () from /lib/libc.so.6

 The crash is in memory allocation, which means something had corrupted
 memory already. The only way to really solve this would be to run
 dovecot-auth via valgrind:

 auth_executable = /usr/bin/valgrind /usr/lib/dovecot/imap/dovecot-auth
 
 That slows things down of course.. 

I don't mind, in order to help solve it.  Let me know if there are any valgrind
options I should use, aside from --log-file.

 What PAM plugins are you using?
 Those would be my first guess as to what's broken.

I think the answer is pam_unix, pam_permit, pam_deny, and possibly 
pam_ck_connector:

# cd /etc/pam.d
# cat dovecot
#%PAM-1.0

@include common-auth
@include common-account
@include common-session

# egrep -v '^(#| *$)' common-{auth,account,session}
common-auth:auth[success=1 default=ignore]  pam_unix.so 
nullok_secure
common-auth:authrequisite   pam_deny.so
common-auth:authrequiredpam_permit.so
common-account:account  [success=1 new_authtok_reqd=done default=ignore] 
pam_unix.so
common-account:account  requisite   pam_deny.so
common-account:account  requiredpam_permit.so
common-session:session  [default=1] pam_permit.so
common-session:session  requisite   pam_deny.so
common-session:session  requiredpam_permit.so
common-session:session  requiredpam_unix.so
common-session:session  optionalpam_ck_connector.so 
nox11




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



Bug#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-11 Thread Andrew Schulman
OK, I restarted dovecot with

auth_executable = /usr/bin/valgrind --log-file=/var/run/dovecot/valgrind.%p
/usr/lib/dovecot/dovecot-auth

as you suggested.  My dovecot-auth process just quit:

Jul 11 17:50:33 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly
Jul 11 17:50:33 helium dovecot: child 14415 (auth-worker) returned error 1

but this time with signal 1, apparently because valgrind wasn't able to
allocate any more memory.  The valgrind log is below.

It seems that valgrind did find some memory problems, but then crashed
before dovecot-auth.  So, is the information that it found sufficient, or
should I go back and rerun it, paying more careful attention to ulimit?

Thanks,
Andrew.

# cat /var/run/dovecot/valgrind.14415
==14415== Memcheck, a memory error detector.
==14415== Copyright (C) 2002-2008, and GNU GPL'd, by Julian Seward et al.
==14415== Using LibVEX rev 1884, a library for dynamic binary translation.
==14415== Copyright (C) 2004-2008, and GNU GPL'd, by OpenWorks LLP.
==14415== Using valgrind-3.4.1-Debian, a dynamic binary instrumentation
framework.
==14415== Copyright (C) 2000-2008, and GNU GPL'd, by Julian Seward et al.
==14415== For more details, rerun with: -v
==14415== 
==14415== My PID = 14415, parent PID = 14406.  Prog and args are:
==14415==/usr/lib/dovecot/dovecot-auth
==14415==-w
==14415== 
==14415== Invalid write of size 8
==14415==at 0x400D420: (within /lib/ld-2.9.so)
==14415==by 0x6B2330B: (within /lib/libdl-2.9.so)
==14415==by 0x6B2300E: dlclose (in /lib/libdl-2.9.so)
==14415==by 0x5062E66: (within /lib/libpam.so.0.81.12)
==14415==by 0x5062059: pam_end (in /lib/libpam.so.0.81.12)
==14415==by 0x41ED96: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x4159E7: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x432EEA: io_loop_handler_run (in
/usr/lib/dovecot/dovecot-auth)
==14415==by 0x432357: io_loop_run (in /usr/lib/dovecot/dovecot-auth)
==14415==by 0x418131: main (in /usr/lib/dovecot/dovecot-auth)
==14415==  Address 0x8e33f58 is 16 bytes inside a block of size 32 free'd
==14415==at 0x4C2261F: free (vg_replace_malloc.c:323)
==14415==by 0x9A6E319: ???
==14415==by 0x9A60E1E: ???
==14415==by 0x9A6FEB0: ???
==14415==by 0x40130DB: (within /lib/ld-2.9.so)
==14415==by 0x400D405: (within /lib/ld-2.9.so)
==14415==by 0x6B2330B: (within /lib/libdl-2.9.so)
==14415==by 0x6B2300E: dlclose (in /lib/libdl-2.9.so)
==14415==by 0x5062E66: (within /lib/libpam.so.0.81.12)
==14415==by 0x5062059: pam_end (in /lib/libpam.so.0.81.12)
==14415==by 0x41ED96: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x4159E7: (within /usr/lib/dovecot/dovecot-auth)
==14415== 
==14415== Invalid write of size 8
==14415==at 0x400D42C: (within /lib/ld-2.9.so)
==14415==by 0x6B2330B: (within /lib/libdl-2.9.so)
==14415==by 0x6B2300E: dlclose (in /lib/libdl-2.9.so)
==14415==by 0x5062E66: (within /lib/libpam.so.0.81.12)
==14415==by 0x5062059: pam_end (in /lib/libpam.so.0.81.12)
==14415==by 0x41ED96: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x4159E7: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x432EEA: io_loop_handler_run (in
/usr/lib/dovecot/dovecot-auth)
==14415==by 0x432357: io_loop_run (in /usr/lib/dovecot/dovecot-auth)
==14415==by 0x418131: main (in /usr/lib/dovecot/dovecot-auth)
==14415==  Address 0x8e33f60 is 24 bytes inside a block of size 32 free'd
==14415==at 0x4C2261F: free (vg_replace_malloc.c:323)
==14415==by 0x9A6E319: ???
==14415==by 0x9A60E1E: ???
==14415==by 0x9A6FEB0: ???
==14415==by 0x40130DB: (within /lib/ld-2.9.so)
==14415==by 0x400D405: (within /lib/ld-2.9.so)
==14415==by 0x6B2330B: (within /lib/libdl-2.9.so)
==14415==by 0x6B2300E: dlclose (in /lib/libdl-2.9.so)
==14415==by 0x5062E66: (within /lib/libpam.so.0.81.12)
==14415==by 0x5062059: pam_end (in /lib/libpam.so.0.81.12)
==14415==by 0x41ED96: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x4159E7: (within /usr/lib/dovecot/dovecot-auth)
==14415== 
==14415== Invalid write of size 1
==14415==at 0x400D433: (within /lib/ld-2.9.so)
==14415==by 0x6B2330B: (within /lib/libdl-2.9.so)
==14415==by 0x6B2300E: dlclose (in /lib/libdl-2.9.so)
==14415==by 0x5062E66: (within /lib/libpam.so.0.81.12)
==14415==by 0x5062059: pam_end (in /lib/libpam.so.0.81.12)
==14415==by 0x41ED96: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x4159E7: (within /usr/lib/dovecot/dovecot-auth)
==14415==by 0x432EEA: io_loop_handler_run (in
/usr/lib/dovecot/dovecot-auth)
==14415==by 0x432357: io_loop_run (in /usr/lib/dovecot/dovecot-auth)
==14415==by 0x418131: main (in /usr/lib/dovecot/dovecot-auth)
==14415==  Address 0x8e33f50 is 8 bytes inside a block of size 32 free'd
==14415==at 0x4C2261F: free (vg_replace_malloc.c:323)
==14415==by 0x9A6E319: ???
==14415==by 0x9A60E1E: 

Bug#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-08 Thread Andrew Schulman
Package: dovecot-common
Version: 1:1.1.16-1
Severity: important


Several times a day, dovecot-auth crashes, disconnecting the connected
users of course.  syslog output from one day is below.  Thanks, Andrew.

messages.4.gz:Jul  2 12:26:24 helium kernel: dovecot-auth[26364]: segfault at 
10008 ip 7faf466441eb sp 7fff50a3f260 error 4 in 
libc-2.9.so[7faf465d2000+149000]
messages.4.gz:Jul  2 13:43:31 helium kernel: dovecot-auth[32422]: segfault at 
10008 ip 7fd2bc7551eb sp 7fffc6b50370 error 4 in 
libc-2.9.so[7fd2bc6e3000+149000]
messages.4.gz:Jul  2 15:06:39 helium kernel: dovecot-auth[1611]: segfault at 
10008 ip 7f59c2df61eb sp 7fffcd1f2a10 error 4 in 
libc-2.9.so[7f59c2d84000+149000]
messages.4.gz:Jul  2 16:28:47 helium kernel: dovecot-auth[17309]: segfault at 
10008 ip 7f5b0a2f51eb sp 7fff146eff10 error 4 in 
libc-2.9.so[7f5b0a283000+149000]


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-common depends on:
ii  adduser3.110 add and remove users and groups
ii  libbz2-1.0 1.0.5-2   high-quality block-sorting file co
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libcomerr2 1.41.3-1  common error description library
ii  libdb4.7   4.7.25-7  Berkeley v4.7 Database Libraries [
ii  libgssapi-krb5-2   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - k
ii  libk5crypto3   1.7dfsg~beta3-1   MIT Kerberos runtime libraries - C
ii  libkrb5-3  1.7dfsg~beta3-1   MIT Kerberos runtime libraries
ii  libldap-2.4-2  2.4.15-1.1OpenLDAP libraries
ii  libmysqlclient15off5.0.81-1  MySQL database client library
ii  libpam-runtime 1.0.1-9   Runtime support for the PAM librar
ii  libpam0g   1.0.1-9   Pluggable Authentication Modules l
ii  libpq5 8.3.7-1   PostgreSQL C client library
ii  libsqlite3-0   3.6.14.2-1SQLite 3 shared library
ii  libssl0.9.80.9.8k-3  SSL shared libraries
ii  openssl0.9.8k-3  Secure Socket Layer (SSL) binary a
ii  ucf3.0018Update Configuration File: preserv
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

dovecot-common recommends no packages.

Versions of packages dovecot-common suggests:
ii  ntp 1:4.2.4p6+dfsg-2 Network Time Protocol daemon and u
ii  ntpdate 1:4.2.4p6+dfsg-2 client for setting system time fro

-- 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#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-08 Thread Andrew Schulman
 Any chance of getting a gdb backtrace?
 http://dovecot.org/bugreport.html

Sure, but it looks a little involved.  I'll work on this and report back
when I have it.

 Also show your dovecot -n output.

# dovecot -n
# 1.1.16: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26 x86_64 Debian squeeze/sid
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap imaps managesieve
listen(default): localhost
listen(imap): localhost
listen(managesieve): localhost:2000
ssl_listen: imap
ssl_cert_file: /etc/dovecot/helium-imaps.cert.pem
ssl_key_file: /etc/dovecot/helium-imaps.key.pem
ssl_parameters_regenerate: 0
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap): /usr/lib/dovecot/imap-login
login_executable(managesieve): /usr/lib/dovecot/managesieve-login
mail_privileged_group: mail
mail_location: maildir:~/.mail
mail_full_filesystem_access: yes
mmap_disable: yes
mail_executable(default): /usr/lib/dovecot/imap
mail_executable(imap): /usr/lib/dovecot/imap
mail_executable(managesieve): /usr/lib/dovecot/managesieve
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
auth default:
  passdb:
driver: pam
  userdb:
driver: passwd

Thanks,
Andrew.




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



Bug#536247: dovecot-common: dovecot-auth segfaults randomly

2009-07-08 Thread Andrew Schulman
On Wed, 08 Jul 2009 13:42:33 -0400, Timo Sirainen t...@iki.fi wrote:
 On Wed, 2009-07-08 at 10:56 -0400, Andrew Schulman wrote:
 Several times a day, dovecot-auth crashes, disconnecting the connected
 users of course.  syslog output from one day is below.  Thanks, Andrew.
 
 messages.4.gz:Jul  2 12:26:24 helium kernel: dovecot-auth[26364]:
 segfault at 10008 ip 7faf466441eb sp 7fff50a3f260 error 4 in
 libc-2.9.so[7faf465d2000+149000]
 
 Also what does Dovecot's logs show about this crash? I'd like to know if
 it was auth or auth-worker that crashed (it's logged).

Here it is:

Jul  2 09:21:10 helium dovecot: IMAP(andrex):
inotify_add_watch(/home/andrex/.mail/new) failed: No space left on device
Jul  2 09:23:17 helium dovecot: IMAP(andrex):
inotify_add_watch(/home/andrex/.mail/.Sent/new) failed: No space left on
device
Jul  2 12:26:24 helium dovecot: child 26364 (auth-worker) killed with
signal 11 (core dumps disabled)
Jul  2 12:26:24 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly
Jul  2 13:43:31 helium dovecot: child 32422 (auth-worker) killed with
signal 11 (core dumps disabled)
Jul  2 13:43:31 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly
Jul  2 15:06:39 helium dovecot: child 1611 (auth-worker) killed with signal
11 (core dumps disabled)
Jul  2 15:06:39 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly
Jul  2 16:28:47 helium dovecot: child 17309 (auth-worker) killed with
signal 11 (core dumps disabled)
Jul  2 16:28:47 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly
Jul  3 07:50:38 helium dovecot: IMAP(carey):
inotify_add_watch(/home/carey/.mail/new) failed: No space left on device
Jul  3 08:54:29 helium dovecot: IMAP(carey):
inotify_add_watch(/home/carey/.mail/.Sent/new) failed: No space left on
device
Jul  3 11:12:32 helium dovecot: IMAP(carey):
inotify_add_watch(/home/carey/.mail/new) failed: No space left on device
Jul  3 11:37:12 helium dovecot: IMAP(carey):
inotify_add_watch(/home/carey/.mail/new) failed: No space left on device
Jul  6 12:50:28 helium spamc[21434]: skipped message, greater than max
message size (512000 bytes)
Jul  7 23:26:04 helium spamc[21504]: skipped message, greater than max
message size (512000 bytes)
Jul  8 10:37:31 helium dovecot: child 19232 (auth-worker) killed with
signal 11 (core dumps disabled)
Jul  8 10:37:31 helium dovecot: auth(default):
worker-server(andrex,127.0.0.1): Aborted: Worker process died unexpectedly

OT:  I don't know what that business is about No space left on device. 
The /home partition isn't full.

Thanks,
Andrew.




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



Bug#534669: kdm: missing faces

2009-06-26 Thread Andrew Schulman
Package: kdm
Version: 4:4.2.4-1+b1
Severity: normal


/usr/share/kde4/apps/kdm/faces is empty.  Should it be?  In KDE3,
there was a whole directory of images that users could use for their
kdm faces.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdm depends on:
ii  consolekit  0.3.0-2  framework for defining and trackin
ii  debconf [debconf-2.0]   1.5.26   Debian configuration management sy
ii  kdebase-runtime 4:4.2.2-1runtime components from the offici
ii  kdebase-workspace-kgreet-pl 4:4.2.4-1+b1 KDE greet libraries for authentica
ii  kdelibs54:4.2.4-1core libraries for all KDE 4 appli
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libck-connector00.3.0-2  ConsoleKit libraries
ii  libdbus-1-3 1.2.14-3 simple interprocess messaging syst
ii  libpam0g1.0.1-9  Pluggable Authentication Modules l
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-qt3support   4.5.1-2  Qt 3 compatibility library for Qt 
ii  libqt4-svg  4.5.1-2  Qt 4 SVG module
ii  libqt4-xml  4.5.1-2  Qt 4 XML module
ii  libqtcore4  4.5.1-2  Qt 4 core module
ii  libqtgui4   4.5.1-2  Qt 4 GUI module
ii  libstdc++6  4.4.0-5  The GNU Standard C++ Library v3
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxau6 1:1.0.4-2X11 authorisation library
ii  libxdmcp6   1:1.0.2-3X11 Display Manager Control Protoc
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  lsb-base3.2-22   Linux Standard Base 3.2 init scrip

Versions of packages kdm recommends:
ii  kde-window-manager [x-wind 4:4.2.4-1+b1  the KDE 4 window manager (KWin)
ii  kdebase4:4.2.4-1 base applications from the officia
ii  konsole [x-terminal-emulat 4:4.2.4-1 X terminal emulator for KDE 4
ii  logrotate  3.7.7-3   Log rotation utility
ii  tightvncserver [xserver]   1.3.9-4   virtual network computing server s
ii  xserver-xorg-core [xserver 2:1.6.1.901-3 Xorg X server - core server
ii  xterm [x-terminal-emulator 242-1 X terminal emulator

Versions of packages kdm suggests:
ii  kdepasswd 4:4.2.4-1  password changer for KDE 4

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm



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



Bug#534714: kdm: login fails due to missing /etc/pam.d/kde

2009-06-26 Thread Andrew Schulman
Package: kdm
Version: 4:4.2.4-1+b1
Severity: important

When I lock my display and then try to log in again via kdm, the login
is always denied.  /var/log/auth.log shows:

Jun 25 07:12:16 helium kcheckpass[10973]: pam_unix(kde:auth): authentication 
failure; logname=andrex uid=1000 euid=1000 tty=:0 ruser= rhost=  user=andrex
Jun 25 07:12:16 helium kcheckpass[10973]: Authentication failure for andrex 
(invoked by uid 1000)

Note that the service name above is kde, not kdm.  In /etc/pam.d,
there is no file named kde.  Guessing that this might be the cause of
the trouble, I ran

ln -s kdm /etc/pam.d/kde

and sure enough, I can now log in again from a locked display.

It seems that kdm needs to either change the PAM service name for
logging in from a locked display (probably the right solution), or
else ship with a symlink as above.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdm depends on:
ii  consolekit  0.3.0-2  framework for defining and trackin
ii  debconf [debconf-2.0]   1.5.26   Debian configuration management sy
ii  kdebase-runtime 4:4.2.2-1runtime components from the offici
ii  kdebase-workspace-kgreet-pl 4:4.2.4-1+b1 KDE greet libraries for authentica
ii  kdelibs54:4.2.4-1core libraries for all KDE 4 appli
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libck-connector00.3.0-2  ConsoleKit libraries
ii  libdbus-1-3 1.2.14-3 simple interprocess messaging syst
ii  libpam0g1.0.1-9  Pluggable Authentication Modules l
ii  libqimageblitz4 1:0.0.4-4QImageBlitz image effects library
ii  libqt4-qt3support   4.5.1-2  Qt 3 compatibility library for Qt 
ii  libqt4-svg  4.5.1-2  Qt 4 SVG module
ii  libqt4-xml  4.5.1-2  Qt 4 XML module
ii  libqtcore4  4.5.1-2  Qt 4 core module
ii  libqtgui4   4.5.1-2  Qt 4 GUI module
ii  libstdc++6  4.4.0-5  The GNU Standard C++ Library v3
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxau6 1:1.0.4-2X11 authorisation library
ii  libxdmcp6   1:1.0.2-3X11 Display Manager Control Protoc
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  lsb-base3.2-22   Linux Standard Base 3.2 init scrip

Versions of packages kdm recommends:
ii  kde-window-manager [x-wind 4:4.2.4-1+b1  the KDE 4 window manager (KWin)
ii  kdebase4:4.2.4-1 base applications from the officia
ii  konsole [x-terminal-emulat 4:4.2.4-1 X terminal emulator for KDE 4
ii  logrotate  3.7.7-3   Log rotation utility
ii  tightvncserver [xserver]   1.3.9-4   virtual network computing server s
ii  xserver-xorg-core [xserver 2:1.6.1.901-3 Xorg X server - core server
ii  xterm [x-terminal-emulator 242-1 X terminal emulator

Versions of packages kdm suggests:
ii  kdepasswd 4:4.2.4-1  password changer for KDE 4

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm



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



Bug#534714: kdm: login fails due to missing /etc/pam.d/kde

2009-06-26 Thread Andrew Schulman
severity 534714 normal
thanks

I should clarify that I have /etc/pam.d/other set to deny all 
authentication, which is what happened in this case.  Other users who have a 
more standard password authentication in other wouldn't notice this bug.  
For that reason I'm reducing the severity of this bug to normal.




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



Bug#534611: rss-glx: no screensavers available in KDE4

2009-06-25 Thread Andrew Schulman
Package: rss-glx
Version: 0.9.0-2
Severity: normal

None of the rss-glx screensavers is currently available in KDE 4.2.4.
When I placed symlinks to each of the .desktop files in
/usr/share/kde4/services/ScreenSavers and ran kbuildsycoca4, they all
became available in System settings  Desktop  Screen Saver  OpenGL.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages rss-glx depends on:
ii  libalut0   1.1.0-2   OpenAL Utility Toolkit
ii  libbz2-1.0 1.0.5-2   high-quality block-sorting file co
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libgcc11:4.4.0-5 GCC support library
ii  libgl1-mesa-glx [libgl1]   7.4.1-1   A free implementation of the OpenG
ii  libglew1.5 1.5.1-4   The OpenGL Extension Wrangler - ru
ii  libglu1-mesa [libglu1] 7.0.3-7   The OpenGL utility library (GLU)
ii  libmagickcore2 7:6.5.1.0-1.1 low-level image manipulation libra
ii  libmagickwand2 7:6.5.1.0-1.1 image manipulation library
ii  libopenal1 1:1.8.466-1   Software implementation of the Ope
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar

rss-glx recommends no packages.

Versions of packages rss-glx suggests:
ii  xscreensaver  5.05-3 Automatic screensaver for X

-- 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#534611: rss-glx: no screensavers available in KDE4

2009-06-25 Thread Andrew Schulman
Sorry, I wasn't very clear.  To make the screensavers available in KDE4, I 
ran

cd /usr/share/kde4/services/ScreenSavers
for d in /usr/share/applnk/System/ScreenSavers/*.desktop ; do ln -s $d ; 
done
kbuildsycoca4

Thanks,
Andrew.




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



Bug#531645: horde3: logout fails

2009-06-02 Thread Andrew Schulman
Package: horde3
Version: 3.3.4+debian0-1
Severity: normal


When I try to log out from horde, I get the following error messages:

Notice: Undefined index: token_lifetime in /usr/share/horde3/lib/Horde.php on 
line 334

Notice: Undefined index: token_lifetime in /usr/share/horde3/lib/Horde.php on 
line 335
This request cannot be completed because the link you followed or the form you 
submitted was only valid for minutes. Please try again now.

I try reloading the page, but it doesn't help.  I'm not logged out
from horde; I can go back in the browser history and continuing
working with my mail.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages horde3 depends on:
ii  apache2   2.2.11-5   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [http 2.2.11-5   Apache HTTP Server - traditional n
ii  libapache2-mod-php5   5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  libjs-scriptaculous   1.8.2-1JavaScript library for dynamic web
ii  php-log   1.10.0-1   Log module for PEAR
ii  php-mail  1.1.14-1   PHP PEAR module for sending email
ii  php-mail-mime 1.5.2-0.1  PHP PEAR module for creating MIME 
ii  php5-cgi  5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  php5-gd   5.2.9.dfsg.1-4 GD module for php5
ii  php5-mcrypt   5.2.9.dfsg.1-4 MCrypt module for php5

Versions of packages horde3 recommends:
ii  fckeditor 1:2.6.4-1  rich text format javascript web ed
ii  locales   2.9-12 GNU C Library: National Language (
ii  logrotate 3.7.7-3Log rotation utility
ii  php-date  1.4.7-1PHP PEAR module for date and time 
ii  php-db1.7.13-2   PHP PEAR Database Abstraction Laye
ii  php-file  1.3.0-1PHP Pear modules for common file a
ii  php-services-weather  1.4.2-2acts as an interface to various on
ii  php5-cli  5.2.9.dfsg.1-4 command-line interpreter for the p
ii  php5-ldap 5.2.9.dfsg.1-4 LDAP module for php5
ii  php5-mysql5.2.9.dfsg.1-4 MySQL module for php5
ii  tinymce   3.2.1.1-0.1platform independent web based Jav

Versions of packages horde3 suggests:
pn  chora2   none  (no description available)
ii  enscript 1.6.4-13Converts ASCII text to Postscript,
ii  gettext  0.17-6  GNU Internationalization utilities
pn  gollem   none  (no description available)
ii  imp4 4.3.4+debian0-1 webmail component for horde framew
pn  kronolith2   none  (no description available)
ii  libgeoip11.4.6.dfsg-3A non-DNS IP-to-country resolver l
pn  libwpd-tools none  (no description available)
pn  mnemo2   none  (no description available)
pn  php-net-imap none  (no description available)
ii  php5-auth-pam0.4-10  A PHP5 extension for PAM authentic
ii  php5-mhash   5.2.9.dfsg.1-4  MHASH module for php5
pn  ppthtml  none  (no description available)
ii  rpm  4.4.2.3-1   Red Hat package manager
pn  source-highlight none  (no description available)
ii  turba2   2.3.1-1 contact management component for h
pn  unrtfnone  (no description available)
pn  webcpp   none  (no description available)
pn  wv   none  (no description available)
pn  xlhtml   none  (no description available)

-- 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#531066: bad file name in require_once() in /etc/horde/ingo1/prefs.php

2009-05-29 Thread Andrew Schulman
Package: ingo1
Version: 1.2.1-1
Severity: normal

I haven't used ingo1 in several months.  Now I just tried, and all I
get is a page full of warnings and fatal errors like the following:

Warning: require_once(/etc/horde/ingo1/../lib/Storage.php) 
[function.require-once]: failed to open stream: No such file or directory in 
/etc/horde/ingo1/prefs.php on line 9

Fortunately the error message points me directly to the problem.  Sure enough, 
/etc/horde/ingo1/prefs.php line 9 says

require_once dirname(__FILE__) . '/../lib/Storage.php';

which resolves to /etc/horde/lib/Storage.php, but there is no /etc/horde/lib.  
Changing that line to

require_once '/usr/share/horde3/ingo/lib/Storage.php';

fixes the problem.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages ingo1 depends on:
ii  horde3   3.3.4+debian0-1 horde web application framework

Versions of packages ingo1 recommends:
ii  php5-imap 5.2.9.dfsg.1-4 IMAP module for php5

Versions of packages ingo1 suggests:
ii  imp4 4.3.4+debian0-1 webmail component for horde framew
ii  php-net-sieve1.1.6-1 net_sieve module for PEAR

-- 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#517698: closed by Pierre Chifflier (Bug#517698: fixed in xtables-addons 1.15-1)

2009-05-07 Thread Andrew Schulman
  - 10-uncouple-userspace-from-kernel-build.patch
* Re-introduce xtables-addons-common

Thank you!




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



Bug#521347: openssh-server: X11 forwarding fails

2009-03-26 Thread Andrew Schulman
Package: openssh-server
Version: 1:5.1p1-5
Severity: normal


X11 forwarding from my openssh server has been working fine for years.
Now suddenly, it doesn't any more.  See the session log below.

I'm not sure what else to report, except that I see a recent, almost
identical report at
http://www.usenet-forums.com/openssh-development/411642-openssh_5-1-untrusted-x11-forwarding-ssh-x-no-longer-works.html
 .

Thanks,
Andrew.

$ ssh -vY helium emacs
OpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /home/andrex/.ssh/config
debug1: Applying options for helium
debug1: Applying options for *
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 5200-glenwood.net [68.55.218.17] port 22.
debug1: Connection established.
debug1: identity file /home/andrex/.ssh/identity type -1
debug1: identity file /home/andrex/.ssh/id_rsa type -1
debug1: identity file /home/andrex/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 
Debian-5
debug1: match: OpenSSH_5.1p1 Debian-5 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-3ubuntu1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server-client aes128-cbc hmac-md5 z...@openssh.com
debug1: kex: client-server aes128-cbc hmac-md5 z...@openssh.com
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102410248192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '5200-glenwood.net' is known and matches the RSA host key.
debug1: Found key in /home/andrex/.ssh/known_hosts:9
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: Public Key
debug1: Server accepts key: pkalg ssh-rsa blen 277
debug1: Enabling compression at level 6.
debug1: Authentication succeeded (publickey).
debug1: Local connections to LOCALHOST:1080 forwarded to remote address socks:0
debug1: Local forwarding listening on 127.0.0.1 port 1080.
bind: Address already in use
debug1: Local forwarding listening on ::1 port 1080.
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 1080
debug1: Local connections to LOCALHOST:14301 forwarded to remote address 
localhost:143
debug1: Local forwarding listening on 127.0.0.1 port 14301.
bind: Address already in use
debug1: Local forwarding listening on ::1 port 14301.
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 14301
debug1: Local connections to LOCALHOST:2501 forwarded to remote address 
localhost:25
debug1: Local forwarding listening on 127.0.0.1 port 2501.
bind: Address already in use
debug1: Local forwarding listening on ::1 port 2501.
bind: Address already in use
channel_setup_fwd_listener: cannot listen to port: 2501
Could not request local forwarding.
debug1: channel 0: new [client-session]
debug1: Requesting no-more-sessi...@openssh.com
debug1: Entering interactive session.
debug1: No xauth program.
Warning: No xauth data; using fake authentication data for X11 forwarding.
debug1: Requesting X11 forwarding with authentication spoofing.
debug1: Sending environment.
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending command: emacs
debug1: client_input_channel_open: ctype x11 rchan 2 win 65536 max 16384
debug1: client_request_x11: request from 127.0.0.1 50658
debug1: channel 1: new [x11]
debug1: confirm x11
Invalid MIT-MAGIC-COOKIE-1 key
Gtkdebug1: channel 1: free: x11, nchannels 2
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype e...@openssh.com reply 0
-WARNING **: cannot open display: localhost:11.0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 2400, received 2560 bytes, in 0.2 seconds
Bytes per second: sent 12342.2, received 13165.0
debug1: Exit status 1
debug1: compress outgoing: raw data 278, compressed 229, factor 0.82
debug1: compress incoming: raw data 369, compressed 273, factor 0.74

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages openssh-server depends on:
ii  adduser  3.110   add and remove users and groups
ii  debconf [debconf-2.0 1.5.26  Debian configuration management sy
ii  dpkg 1.14.25 Debian package management system
ii  libc6 

Bug#520069: dovecot-imapd: segfault at start

2009-03-17 Thread Andrew Schulman
Package: dovecot-imapd
Version: 1:1.1.12-1
Severity: important


# /etc/init.d/dovecot restart
Restarting IMAP/POP3 mail server: dovecot/etc/init.d/dovecot: line 80: 30757 
Segmentation fault  start-stop-daemon --start --quiet --pidfile $PIDFILE 
--exec $DAEMON -- $DAEMON_ARGS
 failed!

For now I've reverted to version 1.11.1-4, which works fine here.

Thanks,
Andrew.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-imapd depends on:
ii  dovecot-common1:1.1.12-1 secure mail server that supports m
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libssl0.9.8   0.9.8g-15  SSL shared libraries

dovecot-imapd recommends no packages.

dovecot-imapd suggests no packages.

-- 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#517699: not fixed yet

2009-03-12 Thread Andrew Schulman
 Could you try rm -rf /usr/src/modules/xtables-addons, and run

 m-a a-i -t xtables-addons-source

 and see if that fixes the problem ?

No, it doesn't.  I ran

m-a a-b -t -k linux-source-2.6.28 xtables-addons-source

and the result is the same.  Full output is below.  Note the lines that say e.g.

make[4]: Entering directory `/usr/src/linux-source-2.6.26'

Thanks,
Andrew.

# uname -r
2.6.26
# cd /usr/src
# rm -rf modules/xtables-addons
# m-a a-b -t -k linux-source-2.6.28 xtables-addons-source
Extracting the package tarball, /usr/src/xtables-addons.tar.bz2, please wait...
dh_testdir
#dh_testroot
rm -f build-arch-stamp build-indep-stamp
# Add here commands to clean up after the build process.
#[ ! -f Makefile ] || /usr/bin/make kbuilddir=/lib/modules/-/build distclean
#rm -f config.sub config.guess
#rm -f xtables-addons.8 extensions/matches.man extensions/targets.man
dh_clean
/usr/bin/make  -f debian/rules clean
make[1]: Entering directory `/usr/src/modules/xtables-addons'
dh_testdir
#dh_testroot
rm -f build-arch-stamp build-indep-stamp
# Add here commands to clean up after the build process.
#[ ! -f Makefile ] || /usr/bin/make kbuilddir=/lib/modules/-/build distclean
#rm -f config.sub config.guess
#rm -f xtables-addons.8 extensions/matches.man extensions/targets.man
dh_clean
make[1]: Leaving directory `/usr/src/modules/xtables-addons'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/xtables-addons'
dh_testdir
#dh_testroot
rm -f build-arch-stamp build-indep-stamp
# Add here commands to clean up after the build process.
#[ ! -f Makefile ] || /usr/bin/make kbuilddir=/lib/modules/-/build distclean
#rm -f config.sub config.guess
#rm -f xtables-addons.8 extensions/matches.man extensions/targets.man
dh_clean
/usr/bin/make -w -f debian/rules clean
make[2]: Entering directory `/usr/src/modules/xtables-addons'
dh_testdir
#dh_testroot
rm -f build-arch-stamp build-indep-stamp
# Add here commands to clean up after the build process.
#[ ! -f Makefile ] || /usr/bin/make kbuilddir=/lib/modules/-/build distclean
#rm -f config.sub config.guess
#rm -f xtables-addons.8 extensions/matches.man extensions/targets.man
dh_clean
make[2]: Leaving directory `/usr/src/modules/xtables-addons'
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.28/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.28/g ;s/#KVERS#/2.6.28/g ; s/_KVERS_/2.6.28/g ; 
s/##KDREV##/helium.1/g ; s/#KDREV#/helium.1/g ; 
s/_KDREV_/helium.1/g  '  $templ  ${templ%.modules.in}; \
  done
dh_testroot
dh_clean -k
dh_installdirs lib/modules/2.6.28/kernel/net/netfilter
dh_installdirs lib/modules/2.6.28/kernel/net/netfilter/ipset
./configure --prefix=/usr \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--libexecdir=/lib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands +=... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for 

Bug#517699: not fixed yet

2009-03-11 Thread Andrew Schulman
reopen 517699
thanks

I just updated to xtables-addons-source 1.12-1 and rebuilt
xtables-addons-modules-2.6.28.  The generated map files are gone now, but
the kernel module files are still going into the wrong directory:
/lib/modules/2.6.26.

$ dpkg-deb -c xtables-addons-modules-2.6.28_1.12-1+helium.1_amd64.deb | sort -k6
drwxr-xr-x root/root 0 2009-03-11 03:47 ./
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/2.6.26/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/2.6.26/extra/
-rw-r--r-- root/root 11740 2009-03-11 03:47 
./lib/modules/2.6.26/extra/compat_xtables.ko
drwxr-xr-x root/root 0 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/
-rw-r--r-- root/root 14369 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_iphash.ko
-rw-r--r-- root/root  9053 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_ipmap.ko
-rw-r--r-- root/root 16046 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_ipporthash.ko
-rw-r--r-- root/root 13968 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_iptree.ko
-rw-r--r-- root/root 21087 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_iptreemap.ko
-rw-r--r-- root/root 41861 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set.ko
-rw-r--r-- root/root  9224 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_macipmap.ko
-rw-r--r-- root/root 16314 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_nethash.ko
-rw-r--r-- root/root  9589 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ip_set_portmap.ko
-rw-r--r-- root/root  5690 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ipt_set.ko
-rw-r--r-- root/root  6205 2009-03-11 03:47 
./lib/modules/2.6.26/extra/ipset/ipt_SET.ko
-rw-r--r-- root/root  9434 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_CHAOS.ko
-rw-r--r-- root/root 11433 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_condition.ko
-rw-r--r-- root/root  6597 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_DELUDE.ko
-rw-r--r-- root/root  6432 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_DHCPADDR.ko
-rw-r--r-- root/root  5512 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_fuzzy.ko
-rw-r--r-- root/root  8395 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_geoip.ko
-rw-r--r-- root/root  4915 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_IPMARK.ko
-rw-r--r-- root/root 16523 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_ipp2p.ko
-rw-r--r-- root/root  5715 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_length2.ko
-rw-r--r-- root/root  7494 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_LOGMARK.ko
-rw-r--r-- root/root 12446 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_lscan.ko
-rw-r--r-- root/root 11427 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_quota2.ko
-rw-r--r-- root/root 14712 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_SYSRQ.ko
-rw-r--r-- root/root  7505 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_TARPIT.ko
-rw-r--r-- root/root  7641 2009-03-11 03:47 
./lib/modules/2.6.26/extra/xt_TEE.ko
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/2.6.28/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/2.6.28/kernel/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/modules/2.6.28/kernel/net/
drwxr-xr-x root/root 0 2009-03-11 03:47 
./lib/modules/2.6.28/kernel/net/netfilter/
drwxr-xr-x root/root 0 2009-03-11 03:47 
./lib/modules/2.6.28/kernel/net/netfilter/ipset/
drwxr-xr-x root/root 0 2009-03-11 03:47 ./lib/xtables/
-rw-r--r-- root/root 20333 2009-03-11 03:47 ./lib/xtables/libipset_iphash.so
-rw-r--r-- root/root 24421 2009-03-11 03:47 ./lib/xtables/libipset_ipmap.so
-rw-r--r-- root/root 25098 2009-03-11 03:47 
./lib/xtables/libipset_ipporthash.so
-rw-r--r-- root/root 24917 2009-03-11 03:47 
./lib/xtables/libipset_ipportiphash.so
-rw-r--r-- root/root 27820 2009-03-11 03:47 
./lib/xtables/libipset_ipportnethash.so
-rw-r--r-- root/root 20512 2009-03-11 03:47 
./lib/xtables/libipset_iptreemap.so
-rw-r--r-- root/root 20383 2009-03-11 03:47 ./lib/xtables/libipset_iptree.so
-rw-r--r-- root/root 24664 2009-03-11 03:47 
./lib/xtables/libipset_macipmap.so
-rw-r--r-- root/root 24705 2009-03-11 03:47 
./lib/xtables/libipset_nethash.so
-rw-r--r-- root/root 19499 2009-03-11 03:47 
./lib/xtables/libipset_portmap.so
-rw-r--r-- root/root 21026 2009-03-11 03:47 
./lib/xtables/libipset_setlist.so
-rw-r--r-- root/root 14368 2009-03-11 03:47 ./lib/xtables/libxt_CHAOS.so
-rw-r--r-- root/root 15365 2009-03-11 03:47 ./lib/xtables/libxt_condition.so
-rw-r--r-- root/root 11884 2009-03-11 03:47 ./lib/xtables/libxt_DELUDE.so
-rw-r--r-- root/root 17254 2009-03-11 03:47 ./lib/xtables/libxt_dhcpaddr.so
-rw-r--r-- root/root 17271 2009-03-11 03:47 

Bug#517698: xtables-addons-source: undeclared conflict btw xtables-addons-modules-X, xtables-addons-modules-Y when X != Y

2009-03-01 Thread Andrew Schulman
Package: xtables-addons-source
Version: 1.10-1
Severity: normal

I have xtables-addons-modules-2.6.26 installed.  I build
xtables-addons-modules-2.6.28, but when I try to install it I get

dpkg: error processing 
/var/cache/apt/archives/xtables-addons-modules-2.6.28_1.10-1+helium.1_amd64.deb 
(--unpack):
 trying to overwrite `/lib/xtables/libipset_portmap.so', which is also in 
package xtables-addons-modules-2.6.26

Obviously there's an undeclared conflict here.  This is tricky for
several reasons:

(1) Any two xtables-addons-modules-* packages should conflict with
each other if their kernel versions are different.  Is it possible to
specify that in the Conflicts: line?

(2) It means that we can't ever have xtables-addons-modules installed
for more than one kernel version at a time.

(3) In fact the conflict is more than that.  It depends on the kernel
revision number, i.e. helium.1 in my example.  If I build
xtables-addons-modules against a different kernel that has the same
version (e.g. 2.6.26) but a different revision number, dpkg will let
me install it whether or not it matches the installed kernel.

Anyway for now the workaround is to uninstall
xtables-addons-modules-2.6.26 first.  This is fine, unless I have to
go back and boot 2.6.26 again, then I'll have to do without
xtables-addons.

Thanks,
Andrew.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages xtables-addons-source depends on:
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  debhelper 7.0.17 helper programs for debian/rules
ii  iptables-dev  1.4.2-6development files for iptable's li
ii  make  3.81-5 The GNU version of the make util
ii  module-assistant  0.10.11.0  tool to make module package creati

xtables-addons-source recommends no packages.

xtables-addons-source suggests no packages.

-- 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#517699: xtables-addons-source: more bad module installation directories

2009-03-01 Thread Andrew Schulman
Package: xtables-addons-source
Version: 1.10-1
Severity: important


I just built xtables-addons-modules-2.6.28.  I removed
xtables-addons-modules-2.6.26, so .28 would install without any
conflict.  But it still won't install, because it's trying to install
the module files into /lib/modules/2.6.26:

# apt-get install xtables-addons-modules-2.6.28
snip
dpkg: error processing 
/var/cache/apt/archives/xtables-addons-modules-2.6.28_1.10-1+helium.1_amd64.deb 
(--unpack):
 trying to overwrite `/lib/modules/2.6.26/modules.usbmap', which is also in 
package linux-image-2.6.26

# dpkg -c 
/var/cache/apt/archives/xtables-addons-modules-2.6.28_1.10-1+helium.1_amd64.deb
drwxr-xr-x root/root 0 2009-03-01 10:00 ./
drwxr-xr-x root/root 0 2009-03-01 10:00 ./lib/
drwxr-xr-x root/root 0 2009-03-01 10:00 ./lib/xtables/
-rw-r--r-- root/root 19627 2009-03-01 10:00 
./lib/xtables/libipset_portmap.so
-rw-r--r-- root/root 24604 2009-03-01 10:00 ./lib/xtables/libxt_geoip.so
-rw-r--r-- root/root 24833 2009-03-01 10:00 
./lib/xtables/libipset_nethash.so
-rw-r--r-- root/root 21170 2009-03-01 10:00 
./lib/xtables/libipset_setlist.so
-rw-r--r-- root/root 12028 2009-03-01 10:00 ./lib/xtables/libxt_TARPIT.so
-rw-r--r-- root/root 25226 2009-03-01 10:00 
./lib/xtables/libipset_ipporthash.so
-rw-r--r-- root/root 27964 2009-03-01 10:00 
./lib/xtables/libipset_ipportnethash.so
-rw-r--r-- root/root 19310 2009-03-01 10:00 ./lib/xtables/libxt_TEE.so
-rw-r--r-- root/root 20511 2009-03-01 10:00 ./lib/xtables/libipset_iptree.so
-rw-r--r-- root/root 14512 2009-03-01 10:00 ./lib/xtables/libxt_CHAOS.so
-rw-r--r-- root/root 20477 2009-03-01 10:00 ./lib/xtables/libipset_iphash.so
-rw-r--r-- root/root 12028 2009-03-01 10:00 ./lib/xtables/libxt_DELUDE.so
-rw-r--r-- root/root 24565 2009-03-01 10:00 ./lib/xtables/libipset_ipmap.so
-rw-r--r-- root/root 15509 2009-03-01 10:00 ./lib/xtables/libxt_condition.so
-rw-r--r-- root/root 19309 2009-03-01 10:00 ./lib/xtables/libxt_length2.so
-rw-r--r-- root/root 17415 2009-03-01 10:00 ./lib/xtables/libxt_DHCPADDR.so
-rw-r--r-- root/root 20640 2009-03-01 10:00 
./lib/xtables/libipset_iptreemap.so
-rw-r--r-- root/root 24792 2009-03-01 10:00 
./lib/xtables/libipset_macipmap.so
-rw-r--r-- root/root 20378 2009-03-01 10:00 ./lib/xtables/libxt_ipp2p.so
-rw-r--r-- root/root 16917 2009-03-01 10:00 ./lib/xtables/libxt_LOGMARK.so
-rw-r--r-- root/root 12533 2009-03-01 10:00 ./lib/xtables/libxt_SYSRQ.so
-rw-r--r-- root/root 17577 2009-03-01 10:00 ./lib/xtables/libxt_quota2.so
-rw-r--r-- root/root 17382 2009-03-01 10:00 ./lib/xtables/libxt_dhcpaddr.so
-rw-r--r-- root/root 18647 2009-03-01 10:00 ./lib/xtables/libxt_IPMARK.so
-rw-r--r-- root/root 17370 2009-03-01 10:00 ./lib/xtables/libxt_fuzzy.so
-rw-r--r-- root/root 15364 2009-03-01 10:00 ./lib/xtables/libxt_portscan.so
-rw-r--r-- root/root 25045 2009-03-01 10:00 
./lib/xtables/libipset_ipportiphash.so
drwxr-xr-x root/root 0 2009-03-01 10:00 ./lib/modules/
drwxr-xr-x root/root 0 2009-03-01 10:00 ./lib/modules/2.6.26/
-rw-r--r-- root/root   189 2009-03-01 10:00 
./lib/modules/2.6.26/modules.usbmap
drwxr-xr-x root/root 0 2009-03-01 10:00 ./lib/modules/2.6.26/extra/
-rw-r--r-- root/root  5715 2009-03-01 10:00 
./lib/modules/2.6.26/extra/xt_length2.ko
-rw-r--r-- root/root 12363 2009-03-01 10:00 
./lib/modules/2.6.26/extra/xt_portscan.ko
-rw-r--r-- root/root 11433 2009-03-01 10:00 
./lib/modules/2.6.26/extra/xt_condition.ko
drwxr-xr-x root/root 0 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/
-rw-r--r-- root/root 13968 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_iptree.ko
-rw-r--r-- root/root 21087 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_iptreemap.ko
-rw-r--r-- root/root 14369 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_iphash.ko
-rw-r--r-- root/root 41861 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set.ko
-rw-r--r-- root/root  5690 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ipt_set.ko
-rw-r--r-- root/root  9224 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_macipmap.ko
-rw-r--r-- root/root 16046 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_ipporthash.ko
-rw-r--r-- root/root  9589 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_portmap.ko
-rw-r--r-- root/root 16314 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_nethash.ko
-rw-r--r-- root/root  6205 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ipt_SET.ko
-rw-r--r-- root/root  9053 2009-03-01 10:00 
./lib/modules/2.6.26/extra/ipset/ip_set_ipmap.ko
-rw-r--r-- root/root  6597 2009-03-01 10:00 
./lib/modules/2.6.26/extra/xt_DELUDE.ko
-rw-r--r-- root/root  9434 2009-03-01 10:00 
./lib/modules/2.6.26/extra/xt_CHAOS.ko
-rw-r--r-- root/root  7494 2009-03-01 10:00 

Bug#511591: xtables-addons-source: bad module installation directories

2009-01-13 Thread Andrew Schulman
 Could you remove the xtables-addons-common package and try
 xtables-addons from experimental (1.7-2) ?
 The packaging method is different, and this problem should be solved.

Pierre, thanks.  Confirmed that version 1.7-2 builds without any errors.  
Two other minor problems did come up along the way, but I'll file separate 
reports about them.

BTW, thanks for packaging xtables-addons for Debian.  It's way more
convenient to have it that way.  I looked a little bit at packaging it
myself, but I've never created a Debian package before, and kernel module
sources seem to be about the most complicated kind.  I had to put it aside.

Andrew.



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



Bug#509235: iceweasel crashes when libcurl3-gnutls is not installed

2009-01-12 Thread Andrew Schulman
I confirm here that if I disable the Shockwave Flash plugin, then iceweasel 
starts fine without libcurl3/libcurl3-gnutls.  So it seems that this bug 
really should belong to flashplugin-nonfree.

Andrew.



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



Bug#511591: xtables-addons-source: bad module installation directories

2009-01-12 Thread Andrew Schulman
Package: xtables-addons-source
Version: 1.5.7-2
Severity: important


I'm trying to use make-kpkg to build xtables-addons-*.deb to go with
my kernel.  I build the kernel, then run

cd /usr/src
tar -jxf xtables-addons.tar.bz2
cd /usr/src/linux
make-kpkg --revision=helium.3 modules_image

The build fails, with the error

make: *** /lib/modules/2.6.26-1-amd64/build: No such file or directory.  Stop.

At various places, xtables-addons wants to install the compiled
modules into either /lib/modules/2.6.26-1-amd64, or
/lib/modules/2.6.26-1-x86_64.  The first of these, at least, is
hard-coded into the rules files.  But, for my custom kernel, also
built with make-kpkg, all of the modules are installed into
/lib/modules/2.6.26.  Other add-on kernel module packages,
e.g. nvidia-kernel-source, also install their modules into that
location.

Thanks,
Andrew.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages xtables-addons-source depends on:
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  debhelper 7.0.15 helper programs for debian/rules
ii  make  3.81-5 The GNU version of the make util
ii  module-assistant  0.10.11.0  tool to make module package creati

xtables-addons-source recommends no packages.

xtables-addons-source suggests no packages.

-- 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#509559: libapache2-mod-proxy-html: ProxyHTMLLogVerbose doesn't work

2008-12-23 Thread Andrew Schulman
Package: libapache2-mod-proxy-html
Version: 3.0.1-1
Severity: normal

I have

ProxyHTMLLogVerbose On
LogLevel debug

in my apache2 configuration.  I fetch a page that's processed by
mod_proxy_html; I can tell it has been because the links are
transformed.  

In /var/log/apache2/error.log, there is debug output from some other
modules, but none from mod_proxy_html.

Thanks,
Andrew.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-proxy-html depends on:
ii  apache2  2.2.9-10+lenny1 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [apa 2.2.9-10+lenny1 Apache HTTP Server - traditional n
ii  apache2.2-common 2.2.9-10+lenny1 Apache HTTP Server common files
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libxml2  2.6.32.dfsg-5   GNOME XML library

libapache2-mod-proxy-html recommends no packages.

libapache2-mod-proxy-html suggests no packages.

-- 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#508183: perl: cpan install fails with No action '-j3' defined

2008-12-08 Thread Andrew Schulman
Package: perl
Version: 5.10.0-18
Severity: normal


When I use cpan to try to install SVG::Parser, the build fails with the message 
No action '-j3' defined.  See log below.  MAKEFLAGS is not set.

http://grokbase.com/post/2008/09/04/cpan-module-build/KkivPPt2SKODmyQbhqhUvdQO_5w
 refers to the bug report at 
http://rt.cpan.org/Public/Bug/Display.html?id=32823 and claims that this bug is 
fixed upstream in CPAN 1.92_57.

Thanks,
Andrew.

cpan[1] install SVG::Parser
CPAN: Storable loaded ok (v2.18)
Going to read /root/.cpan/Metadata
  Database was generated on Mon, 08 Dec 2008 02:28:20 GMT
Running install for module 'SVG::Parser'
Running make for P/PE/PETERW/SVG-Parser-1.03.tar.gz
CPAN: Digest::SHA loaded ok (v5.45)
CPAN: Compress::Zlib loaded ok (v2.012)
Checksum for /root/.cpan/sources/authors/id/P/PE/PETERW/SVG-Parser-1.03.tar.gz 
ok
Scanning cache /root/.cpan/build for sizes
.DONE
SVG-Parser-1.03/
SVG-Parser-1.03/CHANGES
SVG-Parser-1.03/lib/
SVG-Parser-1.03/lib/SVG/
SVG-Parser-1.03/lib/SVG/Parser/
SVG-Parser-1.03/lib/SVG/Parser/Expat.pm
SVG-Parser-1.03/lib/SVG/Parser/SAX.pm
SVG-Parser-1.03/lib/SVG/Parser/Base.pm
SVG-Parser-1.03/lib/SVG/Parser/SAX/
SVG-Parser-1.03/lib/SVG/Parser/SAX/Handler.pm
SVG-Parser-1.03/lib/SVG/Parser.pm
SVG-Parser-1.03/META.yml
SVG-Parser-1.03/Build.PL
SVG-Parser-1.03/MANIFEST
SVG-Parser-1.03/examples/
SVG-Parser-1.03/examples/svgsaxparse
SVG-Parser-1.03/examples/svgparse
SVG-Parser-1.03/examples/svgexpatparse
SVG-Parser-1.03/examples/svgparse3
SVG-Parser-1.03/examples/svgparse2
SVG-Parser-1.03/t/
SVG-Parser-1.03/t/6-parse_file.t
SVG-Parser-1.03/t/1-loadexpatparser.t
SVG-Parser-1.03/t/in/
SVG-Parser-1.03/t/in/svg.xml
SVG-Parser-1.03/t/3-loadparser.t
SVG-Parser-1.03/t/5-parsefile.t
SVG-Parser-1.03/t/4-parse.t
SVG-Parser-1.03/t/2-loadsaxparser.t
SVG-Parser-1.03/t/7-parsefile2.t
SVG-Parser-1.03/README
CPAN: File::Temp loaded ok (v0.20)
CPAN: Time::HiRes loaded ok (v1.9711)

  CPAN.pm: Going to build P/PE/PETERW/SVG-Parser-1.03.tar.gz

--
Found installed XML parsers: XML::Parser
0
--
Checking whether your kit is complete...
Looks good

Checking prerequisites...
Looks good

Creating new 'Build' script for 'SVG-Parser' version '1.03'
Could not read '/root/.cpan/build/SVG-Parser-1.03-V5eIKN/META.yml'. Falling 
back to other methods to determine prerequisites
CPAN: Module::Build loaded ok (v0.280801)
No action '-j3' defined, try running the 'help' action.
  PETERW/SVG-Parser-1.03.tar.gz
  ./Build -j3 -- NOT OK
Warning (usually harmless): 'YAML' not installed, will not store persistent 
state
Running Build test
  Can't test without successful make
Running Build install
  Make had returned bad status, install seems impossible
Failed during this command:
 PETERW/SVG-Parser-1.03.tar.gz: make NO



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages perl depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-11  Berkeley v4.6 Database Libraries [
ii  libgdbm3  1.8.3-3GNU dbm database routines (runtime
ii  perl-base 5.10.0-18  minimal Perl system
ii  perl-modules  5.10.0-18  Core Perl modules

Versions of packages perl recommends:
ii  netbase   4.34   Basic TCP/IP networking system
ii  perl-doc  5.10.0-18  Perl documentation

Versions of packages perl suggests:
ii  libterm-readline-perl-perl1.0302-1   Perl implementation of Readline li

-- no debconf information



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



Bug#507040: system-config-lvm: crash at start

2008-11-27 Thread Andrew Schulman
Package: system-config-lvm
Version: 1.1.4-2
Severity: important


I start system-config-lvm, as root.  The main window appears, then
briefly the little popup window that says Reloading LVM.  Then
system-config-lvm crashes, with the following traceback:

Traceback (most recent call last):
  File /usr/share/system-config-lvm/system-config-lvm.py, line 173, in 
module
runFullGUI()
  File /usr/share/system-config-lvm/system-config-lvm.py, line 158, in 
runFullGUI
blvm = baselvm(glade_xml, app)
  File /usr/share/system-config-lvm/system-config-lvm.py, line 108, in 
__init__
self.volume_tab_view = Volume_Tab_View(glade_xml, self.lvmm, self.main_win)
  File /usr/share/system-config-lvm/Volume_Tab_View.py, line 133, in __init__
self.prepare_tree()
  File /usr/share/system-config-lvm/Volume_Tab_View.py, line 214, in 
prepare_tree
self.model_factory.reload()
  File /usr/share/system-config-lvm/lvm_model.py, line 164, in reload
self.__PVs = self.__query_partitions()
  File /usr/share/system-config-lvm/lvm_model.py, line 198, in 
__query_partitions
multipath_data = multipath_obj.get_multipath_data()
  File /usr/share/system-config-lvm/Multipath.py, line 53, in 
get_multipath_data
block_devices.append(['/dev/' + words[9], words[4].rstrip(','), words[5]])
IndexError: list index out of range

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages system-config-lvm depends on:
ii  gettext   0.17-4 GNU Internationalization utilities
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre
ii  lvm2  2.02.39-2  The Linux Logical Volume Manager
ii  menu  2.1.41 generates programs menu for all me
ii  python2.5.2-3An interactive high-level object-o
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-suppor 0.8.4  automated rebuilding support for P

system-config-lvm recommends no packages.

system-config-lvm suggests no packages.

-- no debconf information



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



Bug#351056: state of apt endless-upgrade bug

2008-11-09 Thread Andrew Schulman
On Sunday 09 November 2008 04:48:37 Eugene V. Lyubimkin wrote:

 Is anyone experienced this bug when using apt = 0.7.10 ?

No, I can no longer reproduce this bug.  Looking back over my earlier 
comments, it seems that it was caused by multiple package files being 
available from multiple sources including amd64.debian.net, but I've long 
since removed that source from my sources.list.  I don't know if it's even 
available any more.

Thanks for continuing to work on this bug, though.
Andrew.



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



Bug#502468: keychain: always starts a new ssh-agent with --inherit any and SSH_AUTH_SOCK not set

2008-10-16 Thread Andrew Schulman
Package: keychain
Version: 2.6.8-2
Severity: normal


When SSH_AUTH_SOCK is not set, keychain --inherit any never finds
an existing ssh-agent.  It always starts a new one:

$ echo $SSH_AUTH_SOCK
$ cat .keychain/helium-sh
SSH_AUTH_SOCK=/tmp/ssh-AeUWcuq462/agent.462; export SSH_AUTH_SOCK;
SSH_AGENT_PID=463; export SSH_AGENT_PID;
$ pgrep -U andrex ssh-agent
463
$ keychain --inherit any

KeyChain 2.6.8; http://www.gentoo.org/proj/en/keychain/
Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL

 * Initializing /home/andrex/.keychain/helium-sh file...
 * Initializing /home/andrex/.keychain/helium-csh file...
 * Initializing /home/andrex/.keychain/helium-fish file...
 * Starting ssh-agent
 * Inheriting gpg-agent (32013)
 * Initializing /home/andrex/.keychain/helium-sh-gpg file...
 * Initializing /home/andrex/.keychain/helium-csh-gpg file...
 * Initializing /home/andrex/.keychain/helium-fish-gpg file...

$ pgrep -U andrex ssh-agent
463
872

In this case keychain should have found the existing ssh-agent, but
instead it started a new one.

Note that if SSH_AUTH_SOCK is set, then keychain --inherit any does
the right thing and inherits the socket for the existing agent.

Similarly, keychain --inherit any will start a new gpg-agent even if
one is already running, if GPG_AGENT_INFO is unset.

For now, the workaround is to use keychain --inherit any-once, which
works as described in the man page, although it's not exactly what I
want.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages keychain depends on:
ii  grep2.5.3~dfsg-6 GNU grep, egrep and fgrep
ii  openssh-client [ssh-client] 1:5.1p1-3secure shell client, an rlogin/rsh

keychain recommends no packages.

Versions of packages keychain suggests:
ii  gnupg-agent   2.0.9-3.1  GNU privacy guard - password agent
pn  ssh-askpass   none (no description available)

-- no debconf information



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



Bug#499152: udev: /dev/tape is no longer a symlink; breaks mt

2008-09-16 Thread Andrew Schulman
Package: udev
Version: 0.125-6
Severity: normal

Since way back in the mists of time, /dev/tape has been a symlink
pointing to the device file for the default tape drive.  Now without
warning, /dev/tape has changed: it's now a directory of symlinks to
tape devices.

This change has broken all of my backup scripts that assume /dev/tape.
Maybe more important, it has also broken /bin/mt (from the mt-st
package), which assumes /dev/tape as its tape device, based on the
value of DEFTAPE in /usr/include/sys/mtio.h.

I suppose that we can all change our scripts and adapt to this change,
but I don't see why it was necessary at all.  Couldn't the new
directory of symlinks have been named /dev/tapes?

Thanks,
Andrew.

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 192
lrwxrwxrwx 1 root root17 2006-03-06 23:36 001_local-if.rules - 
../local-if.rules
lrwxrwxrwx 1 root root19 2006-03-06 23:36 001_local-misc.rules - 
../local-misc.rules
-rw-r--r-- 1 root root  1547 2008-07-16 05:29 024_hpmud.rules
lrwxrwxrwx 1 root root19 2006-03-11 02:35 025_libgphoto2.rules - 
../libgphoto2.rules
lrwxrwxrwx 1 root root22 2006-03-11 02:35 025_logitechmouse.rules - 
../logitechmouse.rules
-rw-r--r-- 1 root root   115 2008-07-16 05:29 45-hplip.rules
-rw-r--r-- 1 root root  3586 2008-08-08 05:43 50-udev.rules
-rw-r--r-- 1 root root   115 2008-07-16 05:29 55-hpmud.rules
-rw-r--r-- 1 root root  1543 2008-08-08 05:43 60-persistent-input.rules
-rw-r--r-- 1 root root  4554 2008-08-08 05:43 60-persistent-storage.rules
-rw-r--r-- 1 root root  1582 2008-08-08 05:43 60-persistent-storage-tape.rules
-rw-r--r-- 1 root root   523 2008-08-08 05:43 60-persistent-v4l.rules
-rw-r--r-- 1 root root75 2008-09-13 11:55 60-vboxdrv.rules
-rw-r--r-- 1 root root  1083 2008-07-17 05:16 65_dmsetup.rules
-rw-r--r-- 1 root root  1043 2006-10-10 14:48 70-persistent-cd.rules
-rw-r--r-- 1 root root  1086 2007-08-11 11:42 70-persistent-net.rules
-rw-r--r-- 1 root root   452 2008-08-08 05:43 75-cd-aliases-generator.rules
-rw-r--r-- 1 root root  3081 2008-08-08 05:43 75-persistent-net-generator.rules
-rw-r--r-- 1 root root  2282 2008-08-08 05:43 80-drivers.rules
-rw-r--r-- 1 root root82 2008-08-17 14:53 90-hal.rules
-rw-r--r-- 1 root root  4247 2008-08-08 05:43 91-permissions.rules
-rw-r--r-- 1 root root   593 2008-08-08 05:43 95-late.rules
-rw-r--r-- 1 root root62 2007-05-18 12:36 cdemud-udev.rules
lrwxrwxrwx 1 root root16 2008-07-09 15:27 libmtp7.rules - ../libmtp7.rules
lrwxrwxrwx 1 root root15 2008-02-03 01:35 libnjb.rules - ../libnjb.rules
lrwxrwxrwx 1 root root19 2006-03-08 20:45 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root15 2006-03-09 05:09 z60_hdparm.rules - 
../hdparm.rules
-rw-r--r-- 1 root root  1914 2007-12-31 11:57 z60_libccid.rules
-rw-r--r-- 1 root root  2656 2008-01-01 14:15 z60_libpisock9.rules
-rw-r--r-- 1 root root 14883 2008-03-01 09:59 z60_libsane-extras.rules
-rw-r--r-- 1 root root 72908 2008-08-28 04:39 z60_libsane.rules
-rw-r--r-- 1 root root   183 2007-06-25 10:07 z60_mt-st.rules
-rw-r--r-- 1 root root  5716 2007-06-06 05:35 z60_xserver-xorg-input-wacom.rules

-- /sys/:
/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2/dev
/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1/dev
/sys/devices/pci:00/:00:02.0/usb1/1-0:1.0/usb_endpoint/usbdev1.1_ep81/dev
/sys/devices/pci:00/:00:02.0/usb1/1-1/1-1:1.0/input/input3/event3/dev
/sys/devices/pci:00/:00:02.0/usb1/1-1/1-1:1.0/input/input3/mouse0/dev
/sys/devices/pci:00/:00:02.0/usb1/1-1/1-1:1.0/usb_endpoint/usbdev1.2_ep81/dev
/sys/devices/pci:00/:00:02.0/usb1/1-1/dev
/sys/devices/pci:00/:00:02.0/usb1/1-1/usb_endpoint/usbdev1.2_ep00/dev
/sys/devices/pci:00/:00:02.0/usb1/1-7/1-7:1.0/usb_endpoint/usbdev1.8_ep02/dev
/sys/devices/pci:00/:00:02.0/usb1/1-7/1-7:1.0/usb_endpoint/usbdev1.8_ep81/dev
/sys/devices/pci:00/:00:02.0/usb1/1-7/1-7:1.0/usb/lp0/dev
/sys/devices/pci:00/:00:02.0/usb1/1-7/dev
/sys/devices/pci:00/:00:02.0/usb1/1-7/usb_endpoint/usbdev1.8_ep00/dev
/sys/devices/pci:00/:00:02.0/usb1/dev
/sys/devices/pci:00/:00:02.0/usb1/usb_endpoint/usbdev1.1_ep00/dev
/sys/devices/pci:00/:00:02.1/usb2/2-0:1.0/usb_endpoint/usbdev2.1_ep81/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2:1.0/usb_endpoint/usbdev2.3_ep81/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2.2/2-2.2:1.0/usb_endpoint/usbdev2.6_ep02/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2.2/2-2.2:1.0/usb_endpoint/usbdev2.6_ep81/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2.2/2-2.2:1.0/usb_endpoint/usbdev2.6_ep83/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2.2/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/2-2.2/usb_endpoint/usbdev2.6_ep00/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/dev
/sys/devices/pci:00/:00:02.1/usb2/2-2/usb_endpoint/usbdev2.3_ep00/dev

Bug#499152: udev: /dev/tape is no longer a symlink; breaks mt

2008-09-16 Thread Andrew Schulman
reopen 499152
thanks

Pretending that this bug doesn't exist won't make it go away.  It is a fact
that udev has just broken mt-st.

 Since way back in the mists of time, /dev/tape has been a symlink
 pointing to the device file for the default tape drive.  Now without
 [citation needed]

From mt(1):

   The path of the tape device on which to operate can
   be given with the -f or -t option.  If  neither  of  those  options 
is
   given,  and  the  environment variable TAPE is set, it is used. 
Other-
   wise, a default device defined in the file  /usr/include/sys/mtio.h 
is
   used.

$ sed '272,275!d'  /usr/include/sys/mtio.h
/* Specify default tape device.  */
#ifndef DEFTAPE
# define DEFTAPE/dev/tape
#endif

Maybe it would be more correct to say that udev is in conflict with
libc6-dev, since mtio.h belongs to it.  udev is also now in conflict with
the Linux kernel, since from /usr/src/linux/Documentation.txt we have:

Locally defined links

The following links may be established locally to conform to the
configuration of the system.  This is merely a tabulation of existing
practice, and does not constitute a recommendation.  However, **if they
exist, they should have the following uses**.

/dev/mouse  mouse port  symbolicCurrent mouse device
/dev/tape   tape device symbolicCurrent tape device
...

(emphasis added)  Use of /dev/tape as a symlink to the current tape drive
is indeed a long-standing practice.  Here are a few citations:

http://books.google.com/books?id=YxRsAcDuo7sCpg=PA734lpg=PA734dq=/dev/tape+essential+system+administrationsource=webots=VvUtLV26Xysig=1sOLGfhOpVxKEFB2fEF4nnE9pzIhl=ensa=Xoi=book_resultresnum=1ct=result
http://books.google.com/books?id=_KOVjr-pn9ECpg=PA95lpg=PA95dq=/dev/tapesource=webots=c5pKZT2UCvsig=xO8rH-Qlwq-qdXLnVyZu3gZvJWghl=ensa=Xoi=book_resultresnum=9ct=result#PPA96,M1
https://bugzilla.redhat.com/show_bug.cgi?id=289381

 I suppose that we can all change our scripts and adapt to this change,
 but I don't see why it was necessary at all.  Couldn't the new
 directory of symlinks have been named /dev/tapes?
 No, because it is the name used by every linux distribution.

... Yes, as of now, because udev has just decreed that it should be so, and
pushed its decision out to all of our hosts.

Thanks,
Andrew.




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



Bug#491159: spamassassin: sa-learn tries to read a message from stdin if given an empty message/folder list

2008-07-17 Thread Andrew Schulman
Package: spamassassin
Version: 3.2.5-1
Severity: normal
Tags: patch


$ sa-learn -f /dev/stdin  /dev/null
Learned tokens from 1 message(s) (1 message(s) examined)

I call sa-learn in a script, and give it a list of messages that I
know are ham or spam, using -f.  Sometimes the list is empty, and to
my surprise sa-learn always reports that it has learned from 1
message.

The problem is that on line 379, sa-learn decides that if its list of
targets is empty, it must be reading a message from stdin.  But that's
not true if it's been given an empty list of messages.  The attached
patch corrects the error.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamassassin depends on:
ii  libdigest-sha1-perl   2.11-2+b1  NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.56-1+b1  A collection of modules that parse
ii  libnet-dns-perl   0.63-2 Perform DNS queries from a Perl sc
ii  libsocket6-perl   0.20-1 Perl extensions for IPv6
ii  libsys-hostname-long-perl 1.4-2  Figure out the long (fully-qualifi
ii  libwww-perl   5.812-1WWW client/server library for Perl
ii  perl  5.10.0-11  Larry Wall's Practical Extraction 
ii  perl-modules [libarchive-tar- 5.10.0-11  Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc   4:4.3.1-1  The GNU C compiler
ii  gnupg 1.4.9-2GNU privacy guard - a free PGP rep
ii  libc6-dev 2.7-10 GNU C Library: Development Librari
pn  libmail-spf-perl  none (no description available)
pn  libsys-syslog-perlnone (no description available)
ii  make  3.81-5 The GNU version of the make util
pn  re2c  none (no description available)
ii  spamc 3.2.5-1Client for SpamAssassin spam filte

-- no debconf information
--- /usr/bin/sa-learn.orig  2008-07-17 05:58:03.0 -0400
+++ /usr/bin/sa-learn   2008-07-17 05:58:05.0 -0400
@@ -376,7 +376,7 @@
 
   my $tempfile; # will be defined if stdin - tempfile
   push(@targets, @ARGV);
-  @targets = ('-') unless @targets;
+  @targets = ('-') unless @targets || $opt{folders};
 
   for(my $elem = 0; $elem = $#targets; $elem++) {
 # ArchiveIterator doesn't really like STDIN, so if - is specified


Bug#491253: fail2ban: all regexes fail

2008-07-17 Thread Andrew Schulman
Package: fail2ban
Version: 0.8.2-3
Severity: important


Hi.  I'm trying to develop a new filter rule for SSL Explorer.  A
typical authentication failure in
/opt/sslexplorer/logs/sslexplorer.log looks like this:

17-07-2008 17:23:25 [main-6] ERROR LogonAction - [161.80.31.219] authentication 
failed

Seems simple enough to match:

failregex = \[HOST\] authentication failed

But neither this, nor in fact any other regex that I can think to try
so far, works.  All of the following result in 'Sorry, no match':

line='17-07-2008 17:23:25 [main-6] ERROR LogonAction - [161.80.31.219] 
authentication failed'
fail2ban-regex $line '\[HOST\]'
fail2ban-regex $line '^.*\[HOST\]'
fail2ban-regex $line 'HOST'

In fact, AFAICT all regexes fail in all cases:  even

fail2ban-regex '1.2.3.4' '(?Phost.*)'

results in 'Sorry, no match' on my host.

At this point I'm completely out of ideas about what I'm doing wrong
or how to makes any regexes match.  Any help would be greatly
appreciated.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages fail2ban depends on:
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.7  register and build utility for Pyt

Versions of packages fail2ban recommends:
ii  iptables  1.4.0-1administration tools for packet fi
ii  whois 4.7.26 the GNU whois client

-- no debconf information



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



Bug#490398: storebackup: exceptDirsSep causes an error

2008-07-11 Thread Andrew Schulman
Package: storebackup
Version: 1.19-6
Severity: normal


storeBackup(1) and /usr/share/doc/storebackup/README.gz both refer to
the 'exceptDirsSep' option.  There are two problems with this option:

(1) The documentation says that its default value is ,, but in fact
its default value is a space.  Without trying to set exceptDirsSep, if
I try to use a comma as a separator I get

ERROR 2008.07.12 00:34:08  9272 no directory resulting from pattern 
etc/dokuwiki,var/lib/dokuwiki

while if I use a space instead, there's no error.

(2) When I try to set the option, storeBackup chokes:

# storeBackup -f dokuwiki
ERROR 2008.07.12 00:38:31  9357 unknown key exceptDirsSep in (dokuwiki, 2)

# cat dokuwiki
sourceDir   = /
exceptDirsSep = ,
includeDirs = etc/dokuwiki,var/lib/dokuwiki

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages storebackup depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debianutils   2.28.4 Miscellaneous utilities specific t
ii  perl  5.10.0-11  Larry Wall's Practical Extraction 

storebackup recommends no packages.

-- no debconf information



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



Bug#490016: ingo1: missing dependency on php-net-sieve

2008-07-09 Thread Andrew Schulman
Package: ingo1
Version: 1.1.5-1
Severity: normal


When I use ingo1 with a timsieved driver and try to save my script, I get

Warning: require_once(Net/Sieve.php) [function.require-once]: failed to open 
stream: No such file or directory in 
/usr/share/horde3/ingo/lib/Driver/timsieved.php on line 3

Fatal error: require_once() [function.require]: Failed opening required 
'Net/Sieve.php' 
(include_path='/usr/share/horde3/lib:.:/usr/share/php:/usr/share/pear') in 
/usr/share/horde3/ingo/lib/Driver/timsieved.php on line 3

Installing php-net-sieve resolves the problem.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages ingo1 depends on:
ii  horde3   3.2.1+debian0-1 horde web application framework

Versions of packages ingo1 recommends:
ii  php5-imap 5.2.6-2IMAP module for php5

-- no debconf information



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



Bug#489481: dovecot-common: configurable managesieve CAPABILITIES string

2008-07-08 Thread Andrew Schulman
 If you already have a full idea on how to do this, I'd be happy to hear
 it. However, I do not think that just making the sieve capability string
 configurable is a good solution to use Exim together with dovecot
 managesieve.

OK, fair enough.  No, I haven't thought about how to validate a script
against exim's sieve parser, although no doubt it could be done.

However, I don't recommend that you spend much time on that, because as I
realized later, there's an easy workaround:  use deliver as the LDA,
instead of exim.  deliver comes free in dovecot-common, and its
capabilities string exactly matches what managesieve is advertising :)

Thanks,
Andrew.




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



Bug#489760: dovecot-common: sieve reject sends rejection message to recipient, not sender

2008-07-07 Thread Andrew Schulman
Package: dovecot-common
Version: 1:1.0.14-1
Severity: normal


I'm using deliver as my LDA, with the cmusieve plugin.  I have the
following reject rule in a sieve script:

if address :contains From [EMAIL PROTECTED]
{
reject text:
It's a test.
..
;
stop;
}

When a message arrives from [EMAIL PROTECTED], the rule fires, the
message is discarded, and a rejection message is sent-- all correct.
The problem is that the rejection message is sent to the recipient of
the original message, not the sender.

Here's the exim log:

2008-07-07 11:17:18 1KFsSs-0006WJ-R8 = [EMAIL PROTECTED] U=andrex P=local 
S=1914 [EMAIL PROTECTED]
2008-07-07 11:17:18 1KFsSs-0006WO-S8 =  U=andrex P=local S=3154 [EMAIL 
PROTECTED]
2008-07-07 11:17:18 1KFsSs-0006WJ-R8 = andrex [EMAIL PROTECTED] R=deliver 
T=deliver_pipe
2008-07-07 11:17:18 1KFsSs-0006WJ-R8 Completed
2008-07-07 11:17:19 1KFsSs-0006WO-S8 = [EMAIL PROTECTED] R=smarthost 
T=remote_smtp_smarthost H=smtp.g.comcast.net [76.96.62.117] 
X=TLS1.0:RSA_AES_256_CBC_SHA1:32 
DN=C=US,ST=Pennsylvania,L=Philadelphia,O=Comcast Cable Communications 
Management LLC,OU=Business Center,CN=smtp.comcast.net
2008-07-07 11:17:19 1KFsSs-0006WO-S8 Completed

This shows the message being received (I believe the 2nd line has to
do with the rejection by deliver), and 1 second later the rejection
message being sent-- to me, the recipient of the original message,
and not to the sender.  Sure enough, I got the rejection message in my
inbox a minute later.

Here's what deliver wrote to syslog:

Jul  7 11:17:18 helium deliver(andrex): msgid=[EMAIL PROTECTED]: rejected

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-common depends on:
ii  adduser   3.108  add and remove users and groups
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcomerr21.40.8-2   common error description library
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.9-1OpenLDAP libraries
ii  libmysqlclient15off   5.0.51a-9  MySQL database client library
ii  libpam-runtime0.99.7.1-6 Runtime support for the PAM librar
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  libpq58.3.3-1PostgreSQL C client library
ii  libsqlite3-0  3.5.9-3SQLite 3 shared library
ii  libssl0.9.8   0.9.8g-10.1SSL shared libraries
ii  openssl   0.9.8g-10.1Secure Socket Layer (SSL) binary a
ii  ucf   3.007  Update Configuration File: preserv
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

dovecot-common recommends no packages.

-- no debconf information



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



Bug#489760: dovecot-common: sieve reject sends rejection message to recipient, not sender

2008-07-07 Thread Andrew Schulman
  When a message arrives from [EMAIL PROTECTED], the rule fires, the
  message is discarded, and a rejection message is sent-- all correct.
  The problem is that the rejection message is sent to the recipient of
  the original message, not the sender.
 
  Here's the exim log:
 
  2008-07-07 11:17:18 1KFsSs-0006WJ-R8 = [EMAIL PROTECTED] U=andrex
  P=local S=1914
 
[EMAIL PROTECTED]
  2008-07-07 11:17:18 1KFsSs-0006WO-S8 =  U=andrex P=local S=3154
  [EMAIL PROTECTED]
  2008-07-07 11:17:18 1KFsSs-0006WJ-R8 = andrex [EMAIL PROTECTED]
  R=deliver T=deliver_pipe
 
  How exactly do you invoke deliver in the 'deliver_pipe' transport? That
  might be the cause of your problem.

$ cat /etc/exim4/conf.d/transport/50_exim4-config_deliver_pipe
deliver_pipe:
  debug_print = T: deliver_pipe for [EMAIL PROTECTED]
  driver = pipe
  path = /bin:/usr/bin:/usr/local/bin
  command = /usr/lib/dovecot/deliver
  log_output
  return_path_add
  delivery_date_add
  envelope_to_add

$ egrep -v '^[[:space:]]*(#|$)'  /etc/dovecot/dovecot.conf
protocols = imap imaps managesieve
listen = localhost
log_timestamp = %Y-%m-%d %H:%M:%S 
ssl_listen = imap
ssl_disable = no
ssl_cert_file = /etc/dovecot/helium-imaps.cert.pem
ssl_key_file  = /etc/dovecot/helium-imaps.key.pem
ssl_parameters_regenerate = 0
mail_location = maildir:~/.mail
mail_privileged_group = mail
mail_full_filesystem_access = yes
mail_debug = no
mmap_disable = yes
protocol imap {
}
protocol lda {
  postmaster_address = [EMAIL PROTECTED]
  mail_plugin_dir = /usr/lib/dovecot/modules/lda
  mail_plugins = cmusieve
}
protocol managesieve {
  listen = localhost:2000
  login_executable = /usr/lib/dovecot/managesieve-login
  mail_executable  = /usr/lib/dovecot/managesieve
}
auth default {
  mechanisms = plain
  passdb pam {
  }
  userdb passwd {
  }
  user = root
}
dict {
}
plugin {
}




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



Bug#489481: dovecot-common: configurable managesieve CAPABILITIES string

2008-07-05 Thread Andrew Schulman
Package: dovecot-common
Version: 1:1.0.14-1
Severity: wishlist


I'm trying to use Avelsieve with Dovecot managesieve, to generate
sieve scripts for exim.  This almost works, except for one thing:
Dovecot reports a fixed ManageSieve CAPABILITIES string, that includes
several caps (reject, imapflags, relational, regex, notify) that exim
doesn't support.  The client (Avelsieve) dutifully copies those caps
into the sieve script, where exim chokes on them:

$ /usr/lib/sendmail -v -bf .forward testmsg.mbox
Sender taken from From  line
Return-path taken from Return-path: header line
Return-path = [EMAIL PROTECTED]
Sender  = [EMAIL PROTECTED]
Recipient   = [EMAIL PROTECTED]
Testing Sieve filter file .forward

fileinto `inbox'
Sieve error: unknown capability in line 9

The result from the user's point of view is that his/her filter script
doesn't work: all messages get filed into inbox.

If managesieve included a configurable capabilities string, then we
could work around this problem and use it with exim.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages dovecot-common depends on:
ii  adduser   3.108  add and remove users and groups
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcomerr21.40.8-2   common error description library
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.9-1OpenLDAP libraries
ii  libmysqlclient15off   5.0.51a-6  MySQL database client library
ii  libpam-runtime0.99.7.1-6 Runtime support for the PAM librar
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  libpq58.3.3-1PostgreSQL C client library
ii  libsqlite3-0  3.5.9-2SQLite 3 shared library
ii  libssl0.9.8   0.9.8g-10.1SSL shared libraries
ii  openssl   0.9.8g-10.1Secure Socket Layer (SSL) binary a
ii  ucf   3.007  Update Configuration File: preserv
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

dovecot-common recommends no packages.

-- no debconf information



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



Bug#460268: still broken in gosa 2.5.16.1-2

2008-06-29 Thread Andrew Schulman
Agreed that Conflicts: gosa-help-en is needed.  I just tried to install
gosa 2.5.16.1-2, and installation failed with

dpkg: error processing /var/cache/apt/archives/gosa_2.5.16.1-2_all.deb
(--unpack):
 trying to overwrite
`/usr/share/gosa/doc/guide/user/en/html/groups/node14.html', which is also
in package gosa-help-en

Thanks,
Andrew.




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



Bug#487807: debsecan: doesn't send mail

2008-06-24 Thread Andrew Schulman
Package: debsecan
Version: 0.4.10+nmu1
Severity: normal


I run 'debsecan --format report --mailto andrex', but it seems that no
mail is sent.  /usr/sbin/sendmail (which debsecan calls) is a symlink
to exim4, but after I run this above no activity shows up in
/var/log/exim4/mainlog.  No mail is delivered, and the mail queue is
empty.

I have the above command running through the cron job, and I used to
get a debsecan report in my inbox once a day.  That happened with a
few exceptions through June 3, than not again until June 10, and now
not since.

/etc/defaults/debsecan has

REPORT=true
SUITE=sid
MAILTO=root
SOURCE=

Thanks,
Andrew.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages debsecan depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  python2.5.2-1An interactive high-level object-o
ii  python-apt0.7.5  Python interface to libapt-pkg

Versions of packages debsecan recommends:
ii  cron  3.0pl1-104 management of regular background p
ii  exim4 4.69-5 meta-package to ease Exim MTA (v4)
ii  exim4-daemon-light [mail-tran 4.69-5+b1  lightweight Exim MTA (v4) daemon

-- debconf information:
  debsecan/source:
  debsecan/mailto: root
* debsecan/suite: sid
* debsecan/report: true



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



Bug#486695: samba-doc: missing Using Samba book

2008-06-18 Thread Andrew Schulman
 Within the samba-doc package, we distribute everything that upstream
 gives us in the htmldocs subdirectory.  This manual isn't in samba-doc
 2:3.0.30-2 because it's been dropped upstream; I don't know why, the
 upstream changelog (WHATSNEW.txt) also doesn't provide much explanation.

Would it not be possible to add the book back in?  Of course people can go 
and find it at samba.org, but if it was good enough to include before, it 
should still be.

OTOH the 3rd ed. is out and maybe that's why they removed the 2nd ed. from 
the tarball.

Otherwise, I think it would be better to adjust the link 
in /usr/share/doc/samba-docs/htmldocs/index.html to point to 
http://us1.samba.org/samba/docs/using_samba/toc.html, rather than removing 
it altogether.

Thanks,
Andrew.



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



Bug#486695: samba-doc: missing Using Samba book

2008-06-18 Thread Andrew Schulman
 Within the samba-doc package, we distribute everything that upstream
 gives us in the htmldocs subdirectory.  This manual isn't in samba-doc
 2:3.0.30-2 because it's been dropped upstream; I don't know why, the
 upstream changelog (WHATSNEW.txt) also doesn't provide much explanation.

Would it not be possible to add the book back in?  Of course people can go 
and find it at samba.org, but if it was good enough to include before, it 
should still be.

OTOH the 3rd ed. is out and maybe that's why they removed the 2nd ed. from 
the tarball.

Otherwise, I think it would be better to adjust the link 
in /usr/share/doc/samba-docs/htmldocs/index.html to point to 
http://us1.samba.org/samba/docs/using_samba/toc.html, rather than removing 
it altogether.

Thanks,
Andrew.




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



Bug#486695: samba-doc: missing Using Samba book

2008-06-17 Thread Andrew Schulman
Package: samba-doc
Version: 2:3.0.30-2
Severity: normal


/usr/share/doc/samba-doc/htmldocs/using_samba used to contain the HTML
version of Using Samba, 2nd ed.  In version 2:3.0.24 it etch, it still
does.  As of version 2:3.0.30-2 in lenny, the book is no longer there.

Was Using Samba deliberately removed from samba-doc?  If it was, I
can't find any information about that, e.g. in the changelog.  

There are at least two places in the file system that still point to
using_samba:

* /usr/share/samba/swat/help/using_samba (from the swat package) is a
  symlink to it.

* /use/share/doc/samba-docs/htmldocs/index.html still has a hyperlink to it.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



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



Bug#484154: roundcube-core: Identities Save and Delete buttons don't work

2008-06-02 Thread Andrew Schulman
Package: roundcube-core
Version: 0.1.1-4
Severity: normal


In Personal Settings  Identities, when I try to either edit an
existing identity or create a new identity, the Save button doesn't
work.  I click on it, nothing happens.

When I'm editing an existing identity, the Delete button also doesn't work.

This happens in Firefox on Windows.  All Javascript is enabled.  I
haven't had time to test it on other clients yet, but I can do that or
perform other testing if it would be helpful.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages roundcube-core depends on:
ii  apache2   2.2.8-4Next generation, scalable, extenda
ii  apache2-mpm-prefork [httpd]   2.2.8-4Traditional model for Apache HTTPD
ii  dbconfig-common   1.8.38 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libmagic1 4.24-2 File type determination library us
ii  php-auth  1.6.1-1PHP PEAR modules for creating an a
ii  php-db1.7.13-2   PHP PEAR Database Abstraction Laye
ii  php-mail-mime 1.5.2-0.1  PHP PEAR module for creating MIME 
ii  php-net-smtp  1.3.0-1PHP PEAR module implementing SMTP 
ii  php-net-socket1.0.8-2PHP PEAR Network Socket Interface 
ii  php5  5.2.6-1server-side, HTML-embedded scripti
ii  php5-mcrypt   5.2.6-1MCrypt module for php5
ii  roundcube-mysql [roundcube-db 0.1.1-4virtual package providing MySQL de
ii  tinymce2  2.1.3-1platform independent web based Jav
ii  ucf   3.006  Update Configuration File: preserv

roundcube-core recommends no packages.

-- debconf information:
* roundcube/dbconfig-install: true
  roundcube/db/dbname: roundcube
  roundcube/pgsql/authmethod-admin: ident
  roundcube/pgsql/admin-user: postgres
  roundcube/internal/skip-preseed: false
  roundcube/db/app-user: roundcube
  roundcube/dbconfig-reinstall: false
* roundcube/restart-webserver: true
* roundcube/dbconfig-upgrade: true
  roundcube/remote/port:
  roundcube/pgsql/no-empty-passwords:
  roundcube/passwords-do-not-match:
  roundcube/internal/reconfiguring: false
  roundcube/upgrade-error: abort
  roundcube/pgsql/authmethod-user: password
* roundcube/purge: true
* roundcube/language: en_US
  roundcube/remote/newhost:
  roundcube/pgsql/changeconf: false
  roundcube/upgrade-backup: true
  roundcube/install-error: abort
  roundcube/mysql/admin-user: root
* roundcube/hosts: helium
* roundcube/dbconfig-remove:
  roundcube/mysql/method: unix socket
  roundcube/remove-error: abort
  roundcube/pgsql/method: unix socket
  roundcube/pgsql/manualconf:
  roundcube/db/basepath:
* roundcube/reconfigure-webserver: apache2
* roundcube/database-type: mysql
  roundcube/remote/host:
  roundcube/missing-db-package-error: abort



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



Bug#480788: closed by Bastian Blank (Bug#480788: fixed in ibm-3270 3.3.7p5-1)

2008-05-22 Thread Andrew Schulman
Confirmed that this is fixed in version 3.3.7p5-1.  Thank you.  Andrew.





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



Bug#482295: roundcube: font tags appear in reply and forward pages

2008-05-21 Thread Andrew Schulman
 Could you confirm me that downgrading tinymce solve the problem? In this
 case, your bug will be marked as a duplicate of #481145.

Yes, thank you very much!  Confirmed that downgrading tinymce to version
2.0.8-1 (stable) solved the problem.

Thanks for your quick response.  Sorry I didn't see bug #481145-- I only
looked for bugs against roundcube, not roundcube-core.  Annoying thing
about the BTS.

Andrew.




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



Bug#481622: unoconv: preserve timestamps

2008-05-17 Thread Andrew Schulman
Package: unoconv
Version: 0.3-3
Severity: wishlist


It would be nice for unoconv to have a --preserve option, which would
tell it to assign the timestamp (and maybe ownership, permissions?) of
the original file onto the target file.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages unoconv depends on:
ii  python2.5.2-1An interactive high-level object-o
ii  python-uno1:2.4.0-5  Python interface for OpenOffice.or

unoconv recommends no packages.

-- no debconf information



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



Bug#480788: x3270: won't start: cannot find keypad resource

2008-05-12 Thread Andrew Schulman
Package: x3270
Version: 3.3.7p2-1
Severity: important


x3270 won't start for me:

$ x3270
Error: Cannot find keypad resource
$ 

The following may be of interest:

$ cat ~/.x3270pro
! x3270 profile
!
! toggles (-set, -clear)
x3270.showTiming: true
! keymap (-keymap)
x3270.keymap: local,base,@server
! charset (-charset)
x3270.charset: bracket
! 'local' keymap:
! allow PageUp and PageDown to work for PF7 and PF8
x3270.keymap.local: #override \
KeyPrior: PF(7)\n\
KeyNext: PF(8)

$ xrdb -query | grep 3270

$ env | sort
COLORTERM=
CVS_RSH=ssh
DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-Gw31wy7yHt,guid=e948eaa01c51eb46feeef7c648271669
DESKTOP_SESSION=kde
DISPLAY=:0
DM_CONTROL=/var/run/xdmctl
EDITOR=kate
EPA_HOME=/home/andrex/EPA
GPG_AGENT_INFO=/tmp/gpg-tw17Ke/S.gpg-agent:11401:1
GS_LIB=/home/andrex/.fonts
GTK2_RC_FILES=/home/andrex/.gtkrc-2.0
GTK_RC_FILES=/etc/gtk/gtkrc:/home/andrex/.gtkrc:/home/andrex/.kde/share/config/gtkrc
HEXEDITOR=khexedit
HISTFILE=/home/andrex/.bash_history
HISTFILESIZE=5000
HISTIGNORE=:exit:ls:ll:[bf]g:nq
HOME=/home/andrex
HOSTNAME=helium
JAVA_HOME=/usr/lib/jvm/java-6-sun
JUNK=*.aux *.bbl *.blg *.class *.ilg *.lof *.log *.lot *.o *.obj *.tmp *.toc *~ 
.*~ \#* \~\$*
KDEDIRS=/usr:/usr/local:/i386/usr
KDE_FULL_SESSION=true
KDE_MULTIHEAD=false
KDE_SESSION_UID=1000
KONSOLE_DCOP=DCOPRef(konsole-21957,konsole)
KONSOLE_DCOP_SESSION=DCOPRef(konsole-21957,session-1)
LANG=en_US
LC_ALL=en_US
LESS=-sme -j 10 -x4
LOGNAME=andrex
MANPATH=/home/andrex/usr/linux/man:/home/andrex/usr/share/man:/usr/local/share/man:/usr/share/man:/opt/sas9/utilities/man
ORACLE_HOME=/opt/oracle/instantclient10_1
PAGER=less
PARINIT=rTbgqR B=.,?_A_a Q=_s|
PATH=/home/andrex/usr/linux/bin:/home/andrex/usr/share/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin:/usr/games:/opt/sas9
PERL5LIB=/home/andrex/usr/share/share/perl5:/home/andrex/EPA/archive/va/current/cgi/test/pqk/effluents:/home/andrex/usr/share/share/perl5:/home/andrex/EPA/archive/va/current/cgi/test/pqk/effluents
PROMPT_CHARS=$
PWD=/home/andrex
QTDIR=/usr/share/qt3
RAR=-s -m5 -rr1%
REPREPRO_BASE_DIR=/var/repos/debian
SAS_HOME=/home/andrex/software/SAS
SESSION_MANAGER=local/helium:/tmp/.ICE-unix/21852
SHELL=/bin/bash
SHLVL=2
SSFT_FRONTEND=kdialog
SSH_AGENT_PID=11375
SSH_AUTH_SOCK=/tmp/ssh-RuDnB11374/agent.11374
TERM=xterm
TEXMFHOME=/home/andrex/software/TeX/{andrex:mathtime}
TMPDIR=/tmp/andrex
TZ=US/Eastern
UNISONBACKUPDIR=/home/andrex/.unison/helium/backup
UNISON=/home/andrex/.unison/helium
USER=andrex
_=/usr/bin/env
WINDOWID=41943048
WORKHOME=/home/andrex/EPA
XCURSOR_THEME=ComixCursors-Green-Regular-Slim
XDM_MANAGED=/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched,rsvd,method=classic

Note that my .x3270pro file hasn't changed in quite a while; it was
definitely the same the last time I successfully used x3270.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages x3270 depends on:
ii  3270-common 3.3.7p2-1Common files for IBM 3270 emulator
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libicu383.8.1-1  International Components for Unico
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libssl0.9.8 0.9.8g-10SSL shared libraries
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library

Versions of packages x3270 recommends:
ii  xfonts-x3270-misc 3.3.7p2-1  Font files for the x3270(1) IBM 32

-- no debconf information



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



Bug#480827: large portions of x3270(1x) are missing

2008-05-12 Thread Andrew Schulman
Package: x3270
Version: 3.3.7p2-1
Severity: normal

The upstream man page for x3270, at
http://x3270.bgp.nu/x3270-man.html, includes 19 sections, from Fonts
through Proxy, that have apparently been deleted from the man page
in Debian.  At least some of that information is important.  I needed
the Keymap and Keypad sections to try to diagnose bug #480788.

With those sections missing, one problem is that x3270(1x) says See
KEYMAPS below, but there is no such section.

If the missing information is for some reason not suitable for
inclusion in Debian, then could you please at least include a link to
the upstream HTML man page?  A link to the upstream docs would be very
useful anyway, as there is other important information there for
configuring x3270, especially in
http://x3270.bgp.nu/documentation-misc.html .  Or maybe the contents
of the html directory in the source archive could be included in
/usr/share/doc/x3270 ?

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages x3270 depends on:
ii  3270-common 3.3.7p2-1Common files for IBM 3270 emulator
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libicu383.8.1-1  International Components for Unico
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libssl0.9.8 0.9.8g-10SSL shared libraries
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxaw7 2:1.0.4-1X11 Athena Widget library
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxmu6 2:1.0.4-1X11 miscellaneous utility library
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library

Versions of packages x3270 recommends:
ii  xfonts-x3270-misc 3.3.7p2-1  Font files for the x3270(1) IBM 32

-- no debconf information



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



Bug#470303: gosa: doesn't escape illegal characters in admin password

2008-03-11 Thread Andrew Schulman
 I've fixed this problem upstream. It's not that critical, so I'm not 
 uploading 
 a new version ;-)

Thanks.  Agreed-- not one most users will run into, and there's a known
workaround.  Thanks, Andrew. 



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



Bug#470303: gosa: doesn't escape illegal characters in admin password

2008-03-10 Thread Andrew Schulman
Package: gosa
Version: 2.5.15-2
Severity: normal


During GOsa setup, I entered a randomly generated admin password,
which happened to contain a '' character.  Setup passed this character
unescaped into the generated gosa.conf.  Then when I tried to start
GOsa, I got an XML parser error.  Replacing '' by '#x3C;' in
gosa.conf resolved the problem.

I'm not able to find a definitive list of which characters aren't
allowed unescaped into an XML xs:string type, but it seems that

 '

are all on the list and will have to be escaped in order to avoid
parsing errors.

Thanks,
Andrew.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages gosa depends on:
ii  apache2 2.2.8-1  Next generation, scalable, extenda
ii  apache2-mpm-pre 2.2.8-1  Traditional model for Apache HTTPD
ii  exim4   4.69-2   meta-package to ease Exim MTA (v4)
ii  exim4-daemon-li 4.69-2   lightweight Exim MTA (v4) daemon
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to
ii  imagemagick 7:6.2.4.5.dfsg1-1+lenny1 Image manipulation programs
ii  libcrypt-smbhas 0.12-2   generate LM/NT hash of a password 
ii  php55.2.5-3  server-side, HTML-embedded scripti
ii  php5-gd 5.2.5-3  GD module for php5
ii  php5-imap   5.2.5-3  IMAP module for php5
ii  php5-ldap   5.2.5-3  LDAP module for php5
ii  php5-mhash  5.2.5-3  MHASH module for php5
ii  php5-mysql  5.2.5-3  MySQL module for php5
ii  php5-recode 5.2.5-3  recode module for php5
ii  smarty  2.6.18-1 Template engine for PHP
ii  smarty-gettext  1.0b1-2  provides gettext support for smart
ii  wwwconfig-commo 0.0.48   Debian web auto configuration

gosa recommends no packages.

-- no debconf information



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



Bug#469915: Cannot modify header information

2008-03-08 Thread Andrew Schulman
retitle 469915 Cannot modify header information when Javascript is disabled
severity 469915 normal
thanks

 It shows php errors, OK. But you can continue if you scroll down,
 actually. I don't see why this bug is important!?

OK-- thanks.  I didn't see that.  Retitling and changing severity to normal.



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



Bug#469915: gosa: fails with Cannot modify header information

2008-03-07 Thread Andrew Schulman
Package: gosa
Version: 2.5.15-1
Severity: important


I install gosa and go to http://server/gosa.  I'm greeted with a page
full of the following errors:

PHP error Cannot modify header information - headers already sent by (output 
started at /usr/share/gosa/html/setup.php:59)
Trace[0]: function gosaRaiseError   File: (Line )   Type: -
Arguments: 2, Cannot modify header information - headers already sent by 
(output started at /usr/share/gosa/html/setup.php:59), 
/usr/share/gosa/include/accept-to-gettext.inc, 203, Array
Trace[1]: function header   File: 
/usr/share/gosa/include/accept-to-gettext.inc (Line 203)  Type: -
Arguments: Content-Language: en-us
Trace[2]: function al2gtFile: /usr/share/gosa/include/functions.inc 
(Line 181)  Type: -
Arguments: Array, text/html
Trace[3]: function get_browser_language File: /usr/share/gosa/html/setup.php 
(Line 84)  Type: -
Arguments: -


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages gosa depends on:
ii  apache2 2.2.8-1  Next generation, scalable, extenda
ii  apache2-mpm-pre 2.2.8-1  Traditional model for Apache HTTPD
ii  exim4   4.69-2   meta-package to ease Exim MTA (v4)
ii  exim4-daemon-li 4.69-2   lightweight Exim MTA (v4) daemon
ii  fping   2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to
ii  imagemagick 7:6.2.4.5.dfsg1-1+lenny1 Image manipulation programs
ii  libcrypt-smbhas 0.12-2   generate LM/NT hash of a password 
ii  php55.2.5-3  server-side, HTML-embedded scripti
ii  php5-gd 5.2.5-3  GD module for php5
ii  php5-imap   5.2.5-3  IMAP module for php5
ii  php5-ldap   5.2.5-3  LDAP module for php5
ii  php5-mhash  5.2.5-3  MHASH module for php5
ii  php5-mysql  5.2.5-3  MySQL module for php5
ii  php5-recode 5.2.5-3  recode module for php5
ii  smarty  2.6.18-1 Template engine for PHP
ii  smarty-gettext  1.0b1-2  provides gettext support for smart
ii  wwwconfig-commo 0.0.48   Debian web auto configuration

gosa recommends no packages.

-- no debconf information



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



Bug#469915: Acknowledgement (gosa: fails with Cannot modifyheader information)

2008-03-07 Thread Andrew Schulman
OK, I just figured out that this error only happens when Javascript is
disabled.





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



Bug#464889: tcpwatch-httpproxy: missing dependency on python-tk

2008-02-09 Thread Andrew Schulman
Package: tcpwatch-httpproxy
Version: 1.3b-1
Severity: grave
Justification: renders package unusable


$ tcpwatch-httpproxy -L8000:80
Traceback (most recent call last):
  File /usr/bin/tcpwatch-httpproxy, line 1485, in ?
main(sys.argv[1:])
  File /usr/bin/tcpwatch-httpproxy, line 1427, in main
obs_factory, mainloop = setupTk(titlepart, config_info, colorized)
  File /usr/bin/tcpwatch-httpproxy, line 475, in setupTk
import Tkinter
  File /usr/lib/python2.4/lib-tk/Tkinter.py, line 41, in ?
raise ImportError, str(msg) + ', please install the python-tk package'
ImportError: No module named _tkinter, please install the python-tk package

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages tcpwatch-httpproxy depends on:
ii  python2.4.4-6An interactive high-level object-o

Versions of packages tcpwatch-httpproxy recommends:
ii  funkload  1.6.2-3web testing tool

-- no debconf information



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



Bug#462926: denyhosts: fails to block invalid root login

2008-01-28 Thread Andrew Schulman
Package: denyhosts
Version: 2.6-2.1
Severity: normal


I have DENY_THRESHOLD_INVALID=3 and DENY_THRESHOLD_ROOT=1 in
denyhosts.conf.  root is not allowed to log in directly to sshd.  But
this morning denyhosts failed to block an attempt to log in as root by
dictionary attack:

Jan 28 01:57:17 helium sshd[18743]: Connection from 189.17.176.130 port 34930
Jan 28 01:57:17 helium sshd[18743]: Did not receive identification string from 
189.17.176.130
Jan 28 02:02:11 helium sshd[18821]: Connection from 189.17.176.130 port 39212
Jan 28 02:02:13 helium sshd[18821]: Invalid user rhiroot from 189.17.176.130
Jan 28 02:02:14 helium sshd[18825]: Connection from 189.17.176.130 port 39738
Jan 28 02:02:15 helium sshd[18825]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:16 helium sshd[18829]: Connection from 189.17.176.130 port 39832
Jan 28 02:02:17 helium sshd[18829]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:18 helium sshd[18833]: Connection from 189.17.176.130 port 40348
Jan 28 02:02:19 helium sshd[18833]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:20 helium sshd[18837]: Connection from 189.17.176.130 port 40444
Jan 28 02:02:21 helium sshd[18837]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:22 helium sshd[18841]: Connection from 189.17.176.130 port 40954
Jan 28 02:02:23 helium sshd[18841]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:23 helium sshd[18845]: Connection from 189.17.176.130 port 41056
Jan 28 02:02:25 helium sshd[18845]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:25 helium sshd[18849]: Connection from 189.17.176.130 port 41220
Jan 28 02:02:27 helium sshd[18849]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:27 helium sshd[18854]: Connection from 189.17.176.130 port 41665
Jan 28 02:02:29 helium sshd[18854]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:29 helium sshd[18858]: Connection from 189.17.176.130 port 41760
Jan 28 02:02:31 helium sshd[18858]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:31 helium sshd[18862]: Connection from 189.17.176.130 port 41926
Jan 28 02:02:33 helium sshd[18862]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers
Jan 28 02:02:33 helium sshd[18866]: Connection from 189.17.176.130 port 42470
Jan 28 02:02:35 helium sshd[18866]: User root from ns1.redewsnet.com.br not 
allowed because not listed in AllowUsers

and so on.  The above continued for several hundred attempts before I
noticed the disk activity and took down the network interface.

In the above case, denyhosts should have blocked the attack by either
DENY_THRESHOLD_INVALID=3 or DENY_THRESHOLD_ROOT=1, but it did neither.
/var/log/denyhosts doesn't show anything very illuminating:

2008-01-28 00:11:48,576 - denyfileutil: INFO purging entries older than: 
Mon Dec 31 00:11:48 2007
2008-01-28 00:11:48,578 - denyfileutil: INFO num entries purged: 0
2008-01-28 01:04:19,998 - denyhosts   : INFO new denied hosts: 
['222.184.232.164']
2008-01-28 01:11:50,192 - denyfileutil: INFO purging entries older than: 
Mon Dec 31 01:11:50 2007
2008-01-28 01:11:50,195 - denyfileutil: INFO num entries purged: 0
2008-01-28 01:11:50,594 - sync: INFO sent 1 new host
2008-01-28 02:11:52,725 - denyfileutil: INFO purging entries older than: 
Mon Dec 31 02:11:52 2007
2008-01-28 02:11:52,729 - denyfileutil: INFO num entries purged: 0
2008-01-28 03:11:54,626 - denyfileutil: INFO purging entries older than: 
Mon Dec 31 03:11:54 2007
2008-01-28 03:11:54,629 - denyfileutil: INFO num entries purged: 0

Note that denyhosts did correctly block an earlier attack, at 1:04 AM,
after three invalid login attempts.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages denyhosts depends on:
ii  lsb-base  3.1-24 Linux Standard Base 3.1 init scrip
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15-0.1 register and build utility for Pyt

denyhosts recommends no packages.

-- no debconf information



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



Bug#457435: bugs.debian.org: subscribing to bugs does not work

2008-01-03 Thread Andrew Schulman
  2007-12-27 04:10:08 1J7oki-0007sz-AW = [EMAIL PROTECTED]
  H=helium [127.0.0.1] P=esmtp S=541
  [EMAIL PROTECTED] 2007-12-27 04:10:08
  1J7oki-0007sz-AW = [EMAIL PROTECTED] R=smarthost
  T=remote_smtp_smarthost H=smtp.g.comcast.net [76.96.62.117]
  X=TLS-1.0:RSA_AES_256_CBC_SHA1:32
  DN=C=US,ST=Pennsylvania,L=Philadelphia,O=Comcast Cable Communications
  Management LLC,OU=Business Center,CN=smtp.comcast.net
  2007-12-27 04:10:08 1J7oki-0007sz-AW Completed

 I don't actually see this message show up in the debbugs processing
 scripts. However, I don't have access to the exim4 mainlog there right
 this second, so I can't tell you for certain that it didn't show up at
 all. I've asked DSA to take a look at it; hopefully they'll do so when
 they have a chance.

Do we have any progress on this?  Since last week I've tried to subscribe 
to a few more bugs, still with no result.

I've recently succeeded in subscribing to bugs from my work email account, 
coming through different servers.  Also, other mail that I've sent from 
this address has arrived as usual.  So the trouble seems to be in the 
combination of this address/server with bugs.debian.org.  How we can 
figure out where the trouble is?

Thanks,
Andrew.



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



Bug#458179: specto: crashes on start

2007-12-29 Thread Andrew Schulman
Package: specto
Version: 0.2.2-2
Severity: important

$ specto
Traceback (most recent call last):
  File /usr/bin/specto, line 38, in ?
specto = Specto()
  File /usr/lib/python2.4/site-packages/spectlib/main.py, line 113, in 
__init__
self.toggle_notifier()
  File /usr/lib/python2.4/site-packages/spectlib/main.py, line 511, in 
toggle_notifier
self.notifier = Notifier(self)
  File /usr/lib/python2.4/site-packages/spectlib/notifier.py, line 93, in 
__init__
self.create_notifier_gui()
  File /usr/lib/python2.4/site-packages/spectlib/notifier.py, line 653, in 
create_notifier_gui

self.wTree.get_widget(imgWatch).set_from_pixbuf(self.specto.icon_theme.load_icon(dialog-information,
 64, 0))
gobject.GError: Icon 'dialog-information' not present in theme

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (200, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages specto depends on:
ii  gconf2   2.20.1-2GNOME configuration database syste
ii  python   2.4.4-6 An interactive high-level object-o
ii  python-central   0.5.15  register and build utility for Pyt
ii  python-dbus  0.82.4-1simple interprocess messaging syst
ii  python-glade22.12.0-2GTK+ bindings: Glade support
ii  python-gnome22.20.0-1Python bindings for the GNOME desk
ii  python-gnome2-extras 2.14.3-1+b1 Python bindings for the GNOME desk
ii  python-gtk2  2.12.0-2Python bindings for the GTK+ widge
ii  python-notify0.1.1-2 Python bindings for libnotify
ii  zenity   2.20.1-1Display graphical dialog boxes fro

specto recommends no packages.

-- no debconf information



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



Bug#457435: bugs.debian.org: subscribing to bugs does not work

2007-12-27 Thread Andrew Schulman
 You need to send us both the message id of the message you have sent
 and ideally your own MTA's mail record for subscription messages which
 have not been acked which were sent recently. [That is, sent in the
 past 48 hours.]

OK, earlier today I sent the message below.  There's been no response.  
From exim4, all I can find is the following in /var/log/exim4/mainlog:

2007-12-27 04:10:08 1J7oki-0007sz-AW = [EMAIL PROTECTED] H=helium 
[127.0.0.1] P=esmtp S=541 [EMAIL PROTECTED]
2007-12-27 04:10:08 1J7oki-0007sz-AW = [EMAIL PROTECTED] 
R=smarthost T=remote_smtp_smarthost H=smtp.g.comcast.net [76.96.62.117] 
X=TLS-1.0:RSA_AES_256_CBC_SHA1:32 
DN=C=US,ST=Pennsylvania,L=Philadelphia,O=Comcast Cable Communications 
Management LLC,OU=Business Center,CN=smtp.comcast.net
2007-12-27 04:10:08 1J7oki-0007sz-AW Completed



From: Andrew Schulman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Date: Thu, 27 Dec 2007 04:10:08 -0500
User-Agent: KMail/1.9.7
MIME-Version: 1.0
Content-Type: text/plain;
 charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: [EMAIL PROTECTED]
Status: RO
X-Status: RSC
X-KMail-EncryptionState: 
X-KMail-SignatureState: 
X-KMail-MDN-Sent: 
X-Length: 450
X-UID: 2716




  1   2   3   >