Bug#652862: gearman-job-server: init script does not provide status action

2011-12-20 Thread Fladischer Michael
Source: gearman-job-server
Severity: wishlist

According to LSB all init script should at least define a certain subset
of supported actions.
Currently /etc/init.d/gearman-job-server does not support the status
action.
I've attached a patch to add status to the supported commands.

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

Kernel: Linux 3.1.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- gearman-job-server.orig	2011-12-21 08:10:46.232004656 +0100
+++ gearman-job-server	2011-12-21 08:08:24.404008393 +0100
@@ -19,6 +19,7 @@
 
 prefix=/usr
 exec_prefix=${prefix}
+NAME=gearmand
 DAEMON=${exec_prefix}/sbin/gearmand
 PIDDIR=/var/run/gearman
 PIDFILE=${PIDDIR}/gearmand.pid
@@ -72,6 +73,11 @@
   fi
 }
 
+status()
+{
+  status_of_proc -p $PIDFILE $DAEMON $NAME  exit 0 || exit $?
+}
+
 case $1 in
 
   start)
@@ -82,13 +88,17 @@
 stop
   ;;
 
+  status)
+status
+  ;;
+
   restart|force-reload)
 stop
 start
   ;;
 
   *)
-echo Usage: $0 {start|stop|restart|force-reload}
+echo Usage: $0 {start|stop|restart|force-reload|status}
   ;;
 
 esac


Bug#646232: s3ql: Google Storage backend raises ValueError on mount

2011-10-22 Thread Fladischer Michael
Package: s3ql
Version: 1.4-1
Severity: important

Mounting a newly created FS (Google Storage backend with encryption)
results in a PYthon exception:

root@root # mkfs.s3ql gs://my-bucket/root
Enter encryption password: 
Confirm encryption password: 
Generating random encryption key...
Creating metadata tables...
Dumping metadata...
..objects..
..blocks..
..inode_blocks..
..inodes..
..symlink_targets..
..names..
..contents..
..ext_attributes..
Compressing and uploading metadata...
[jobs:0][screens:0] {#1085}  14:14   ~ 
root@root # mount.s3ql gs://my-bucket/root /mnt
Using 16 upload threads.
Uncaught top-level exception
Traceback (most recent call last):
  File /usr/bin/mount.s3ql, line 9, in module
load_entry_point('s3ql==1.4', 'console_scripts', 'mount.s3ql')()
  File /usr/share/s3ql/s3ql/cli/mount.py, line 92, in main
(param, db) = get_metadata(bucket, cachepath)
  File /usr/lib/python2.6/contextlib.py, line 34, in __exit__
self.gen.throw(type, value, traceback)
  File /usr/share/s3ql/s3ql/backends/common.py, line 131, in __call__
yield conn
  File /usr/share/s3ql/s3ql/cli/mount.py, line 92, in main
(param, db) = get_metadata(bucket, cachepath)
  File /usr/share/s3ql/s3ql/cli/mount.py, line 273, in get_metadata
seq_no = get_seq_no(bucket)
  File /usr/share/s3ql/s3ql/common.py, line 106, in get_seq_no
seq_nos = [ int(x[len('s3ql_seq_no_'):]) for x in seq_nos ]
ValueError: invalid literal for int() with base 10: '_no_1'

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 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 s3ql depends on:
ii  fuse   2.8.6-1 
ii  libjs-jquery   1.6.4-1 
ii  libjs-underscore   1.1.6-1 
ii  libsqlite3-0   3.7.8-1 
ii  psmisc 22.14-1 
ii  python 2.6.7-3 
ii  python-apsw3.7.6.3-r1-1
ii  python-argparse1.2.1-1 
ii  python-llfuse  0.36-1  
ii  python-lzma0.5.3-2 
ii  python-paramiko1.7.7.1-2   
ii  python-pycryptopp  0.5.29-1
ii  python-setuptools  0.6.16-1.1  

s3ql recommends no packages.

s3ql 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#643961: RFP: libmonitoring-availability-perl -- Calculate Availability Data from Nagios and Icinga Logfiles

2011-10-01 Thread Fladischer Michael
Package: wnpp
Severity: wishlist

* Package name: libmonitoring-availability-perl
  Version : 0.20
  Upstream Author : Sven Nierlein, nierl...@cpan.org
* URL : 
http://search.cpan.org/~nierlein/Monitoring-Availability-0.20/lib/Monitoring/Availability.pm
* License : Perl
  Programming Lang: Perl
  Description : Calculate Availability Data from Nagios and Icinga Logfiles

This module calculates the availability for hosts/server from given
logfiles. The Logfileformat is Nagios/Icinga only.
It accepts log messages for calculation in several ways:
 * Strings
 * Single files
 * Directories containing *.log files
 * Livestatus messages (obtained through Monitoring::Livestatus)



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



Bug#639184: tryton-server: Does not listen on IPv4 if net.ipv6.bindv6only = 1

2011-09-12 Thread Fladischer Michael
Package: tryton-server
Version: 2.0.1+dfsg-3
Followup-For: Bug #639184

What I meant was that with net.ipv6.bindv6only = 1 it is not possible to have
tryton-server listen on both IPv4 and IPv6 sockets at the same time. This is a 
bit of a show-stopper for dual-stack networks.

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 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 tryton-server depends on:
ii  adduser   3.113 
ii  python2.6.7-3   
ii  python-dateutil   1.5-1 
ii  python-genshi 0.6-2 
ii  python-lxml   2.3-0.1+b2
ii  python-pkg-resources  0.6.16-1  
ii  python-psycopg2   2.4.2-1   
ii  python-relatorio  0.5.5-4   
ii  python-simplejson 2.2.0-1   
ii  python2.6 2.6.7-4   
ii  python2.7 2.7.2-5   
ii  tango-icon-theme  0.8.90-5  

Versions of packages tryton-server recommends:
ii  postgresql 9.1+121  
ii  postgresql-client-9.0 [postgresql-client]  9.0.4-3  
ii  postgresql-client-9.1 [postgresql-client]  9.1~rc1-3
ii  python-openssl 0.13-1   
ii  python-pydot   1.0.2-1  
ii  python-tz  2010b-1  
ii  python-webdav  0.9.4.1-1

Versions of packages tryton-server suggests:
pn  libreoffice-draw none
pn  libreoffice-writer   none
pn  python-openofficenone
pn  python-psyco none
pn  python-sphinxnone
pn  tryton-client | tryton-neso  none

-- Configuration Files:
/etc/trytond.conf [Errno 13] Permission denied: u'/etc/trytond.conf'

-- 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#639184: tryton-server: Does not listen on IPv4 if net.ipv6.bindv6only = 1

2011-08-24 Thread Fladischer Michael
Package: tryton-server
Version: 2.0.1+dfsg-3
Severity: normal

If the sysctl setting net.ipv6.bindv6only = 1 is present on a system,
it's required for a daemon who is interested in accepting both ipv4 and
ipv6 connection to open two separate sockets.
tryton-server does only open tcp6 sockets:

% sudo netstat -ntpl |grep python
tcp6   0  0 :::8070 :::*
LISTEN  12368/python
tcp6   0  0 :::8071 :::*
LISTEN  12368/python  

% sudo grep 'port = 80' /etc/trytond.conf
netport = 8070
webdavport = 8071

This leaves tryton in a state where it's only able to accept incoming
connections over ipv6.

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

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 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 tryton-server depends on:
ii  adduser   3.113  add and remove users and groups
ii  python2.6.7-3interactive high-level object-orie
ii  python-dateutil   1.5-1  powerful extensions to the standar
ii  python-genshi 0.6-1+b1   Python XML-based template engine
ii  python-lxml   2.3-0.1+b2 pythonic binding for the libxml2 a
ii  python-pkg-resources  0.6.16-1   Package Discovery and Resource Acc
ii  python-psycopg2   2.4.2-1Python module for PostgreSQL
ii  python-relatorio  0.5.5-4Python module to create reports fr
ii  python-simplejson 2.1.6-1simple, fast, extensible JSON enco
ii  python2.6 2.6.7-4An interactive high-level object-o
ii  python2.7 2.7.2-5An interactive high-level object-o
ii  tango-icon-theme  0.8.90-5   Tango icon theme

Versions of packages tryton-server recommends:
ii  postgresql9.0.4-1object-relational SQL database (su
ii  postgresql-client-9.0 [postgr 9.0.4-1+b1 front-end programs for PostgreSQL 
ii  python-openssl0.13~a1-1  Python wrapper around the OpenSSL 
ii  python-pydot  1.0.2-1Python interface to Graphviz's dot
ii  python-tz 2010b-1Python version of the Olson timezo
ii  python-webdav 0.9.4.1-1  WebDAV server implementation in Py

Versions of packages tryton-server suggests:
pn  libreoffice-draw  none (no description available)
pn  libreoffice-writernone (no description available)
pn  python-openoffice none (no description available)
pn  python-psyco  none (no description available)
pn  python-sphinx none (no description available)
pn  tryton-client | tryton-neso   none (no description available)

-- Configuration Files:
/etc/trytond.conf [Errno 13] Permission denied: u'/etc/trytond.conf'

-- 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#637992: python-dateutil: switch to debhelper/3.0 quilt source format

2011-08-16 Thread Fladischer Michael
Package: python-dateutil
Version: 1.4.1-4
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've prepared some patches to port python-dateutil to debhelper/3.0
quilt source format.


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

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_AT.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-dateutil depends on:
ii  python2.6.7-3interactive high-level object-orie
ii  python2.6 2.6.7-4An interactive high-level object-o
ii  tzdata2011h-3time zone and daylight-saving time

python-dateutil recommends no packages.

python-dateutil suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk5KWi4ACgkQeJ3z1zFMUGbR1wCfdbAHn41JlB4CKY2tvJ915/3m
IIkAmgMs9+4TYiiwkrFdgmxtYYTFEQfI
=RunE
-END PGP SIGNATURE-



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



Bug#637992: [PATCH 4/4] Add DEP3 header to patch.

2011-08-16 Thread Fladischer Michael
---
 debian/patches/fix_locale.diff |5 +
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/patches/fix_locale.diff b/debian/patches/fix_locale.diff
index 53d4bb8..60e0ada 100644
--- a/debian/patches/fix_locale.diff
+++ b/debian/patches/fix_locale.diff
@@ -1,3 +1,8 @@
+Description: Use C locale when calling date.
+Author: Guido Günther a...@sigxcpu.org
+Last-Update: 2011-08-16
+Forwarded: no
+
 Index: python-dateutil/example.py
 ===
 --- python-dateutil.orig/example.py2006-09-06 13:21:44.0 +0200
-- 
1.7.5.4




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



Bug#637992: [PATCH 2/4] Remove correct timezone file.

2011-08-16 Thread Fladischer Michael
---
 debian/rules |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 89500fe..b9e82d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,4 @@

 override_dh_auto_install:
dh_auto_install $@
-   rm -f debian/python-dateutil/usr/lib/`pyversions 
-d`/site-packages/dateutil/zoneinfo/zoneinfo-2008e.tar.gz
+   rm -f debian/python-dateutil/usr/lib/`pyversions 
-d`/site-packages/dateutil/zoneinfo/zoneinfo-2010g.tar.gz
-- 
1.7.5.4




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



Bug#637992: [PATCH 3/4] Remove XS- prefix from VCS headers.

2011-08-16 Thread Fladischer Michael
---
 debian/control |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cf80c18..67c5817 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Maintainer: Guido Günther a...@sigxcpu.org
 Build-Depends: debhelper (= 8), python-all (= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.2
-XS-Vcs-Git: git://git.debian.org/git/calendarserver/python-dateutil.git
-XS-Vcs-Browser: http://git.debian.org/?p=calendarserver/python-dateutil.git
+Vcs-Git: git://git.debian.org/git/calendarserver/python-dateutil.git
+Vcs-Browser: http://git.debian.org/?p=calendarserver/python-dateutil.git
 X-Python-Version: = 2.3
 
 Package: python-dateutil
-- 
1.7.5.4




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



Bug#637992: [PATCH 1/4] Switch to debhelper, dh_python2 and source format 3.0 (quilt).

2011-08-16 Thread Fladischer Michael
---
 debian/control   |2 +-
 debian/rules |   18 --
 debian/source/format |1 +
 3 files changed, 10 insertions(+), 11 deletions(-)
 create mode 100644 debian/source/format

diff --git a/debian/control b/debian/control
index 9abe632..cf80c18 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-dateutil
 Section: python
 Priority: optional
 Maintainer: Guido Günther a...@sigxcpu.org
-Build-Depends: cdbs (= 0.4.90~), debhelper (= 5), quilt, python-all (= 
2.6.6-3~), python-setuptools
+Build-Depends: debhelper (= 8), python-all (= 2.6.6-3~), python-setuptools
 Standards-Version: 3.9.2
 XS-Vcs-Git: git://git.debian.org/git/calendarserver/python-dateutil.git
 XS-Vcs-Browser: http://git.debian.org/?p=calendarserver/python-dateutil.git
diff --git a/debian/rules b/debian/rules
index 076a747..89500fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
-  
-DEB_TAR_SRCDIR  := python-dateutil
-DEB_AUTO_CLEANUP_RCS:= yes
 
-DEB_PYTHON_CLEAN_ARGS = --all
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-
-install/python-dateutil::
-   rm -f debian/python-dateutil/usr/lib/`pyversions 
-d`/site-packages/dateutil/zoneinfo/zoneinfo-*.tar.gz
+%:
+   dh $@ --with python2
+   
+override_dh_auto_install:
+   dh_auto_install $@
+   rm -f debian/python-dateutil/usr/lib/`pyversions 
-d`/site-packages/dateutil/zoneinfo/zoneinfo-2008e.tar.gz
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
-- 
1.7.5.4




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



Bug#634016: check-mk-config-nagios3: Wrong directory for configuration

2011-07-18 Thread Fladischer Michael
Package: check-mk-config-nagios3
Version: 1.1.10-1
Followup-For: Bug #634016

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Configuration for Nagios is installed in
/etc/icinga/objects/check_mk_templates.cfg
which is not the correct location.

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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4kN+AACgkQeJ3z1zFMUGZ1JACffriD7D3M8NGFRe0vaDOfABZE
zT8AnjXo2I9RxAKpHv/32oC9E5n2No1h
=+InQ
-END PGP SIGNATURE-



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



Bug#633851: gnome-session-bin: Settings schema 'org.gnome.SessionManager' is not installed

2011-07-14 Thread Fladischer Michael
Package: gnome-session-bin
Version: 3.0.2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Starting a Gnome3 session from gdm3 crashes and returns to gdm3 without
error messages displayed to the user.

This is what get's written to ~/.xsession-errors:

/etc/gdm3/Xsession: Beginning session setup...
Setting IM through im-switch for locale=de_AT.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
Use of uninitialized value $loglevel in lc at 
/usr/share/perl5/Crypt/Monkeysphere/MSVA/Logger.pm line 91.
x-session-manager[6318]: GLib-GIO-ERROR: Settings schema 
'org.gnome.SessionManager' is not installed

aborting...
Xsession: X session started for FladischerMichael at Don Jul 14 13:21:37 CEST 
2011
Setting IM through im-switch for locale=de_AT.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
Use of uninitialized value $loglevel in lc at 
/usr/share/perl5/Crypt/Monkeysphere/MSVA/Logger.pm line 91.
x-session-manager[6553]: GLib-GIO-ERROR: Settings schema 
'org.gnome.SessionManager' is not installed

aborting...


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

Kernel: Linux 3.0.0-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-session-bin depends on:
ii  dbus-x11 1.5.4-2 simple interprocess messaging syst
ii  dconf-gsettings-backend [gse 0.7.5-3 simple configuration storage syste
ii  gsettings-desktop-schemas3.0.1-1 GSettings deskop-wide schemas
ii  libc62.13-10 Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-6The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.12-4simple interprocess messaging syst
ii  libdbus-glib-1-2 0.94-4  simple interprocess messaging syst
ii  libgconf2-4  2.32.4-1GNOME configuration database syste
ii  libgdk-pixbuf2.0-0   2.23.5-1GDK Pixbuf library
ii  libgl1-mesa-glx [libgl1] 7.11~0-2free implementation of the OpenGL 
ii  libglib2.0-0 2.28.6-2GLib library of C routines
ii  libgtk-3-0   3.0.10-1GTK+ graphical user interface libr
ii  libice6  2:1.0.7-2   X11 Inter-Client Exchange library
ii  libsm6   2:1.2.0-2   X11 Session Management library
ii  libupower-glib1  0.9.12-1+b1 abstraction for power management -
ii  libx11-6 2:1.4.3-2   X11 client-side library
ii  libxau6  1:1.0.6-3   X11 authorisation library
ii  libxcomposite1   1:0.4.3-2   X11 Composite extension library
ii  libxext6 2:1.3.0-3   X11 miscellaneous extension librar
ii  libxrender1  1:0.9.6-2   X Rendering Extension client libra
ii  libxtst6 2:1.2.0-2   X11 Testing -- Record extension li
ii  upower   0.9.12-1+b1 abstraction for power management

gnome-session-bin recommends no packages.

gnome-session-bin suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk4e1bsACgkQeJ3z1zFMUGYoYQCePptRrnk/M/4ugl4XYF8I2QuI
NG4An3lnOOiLv906wfAoylWoyImJhlAa
=VVqi
-END PGP SIGNATURE-



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



Bug#624317: uscan: devscripts should Recommend: libio-socket-ssl-perl

2011-04-27 Thread Fladischer Michael
Package: devscripts
Version: 2.10.72
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Without having libio-socket-ssl-perl installed, a uscan run for this
watchfile failed with Crypt-SSLeay can't verify hostnames:

version=3
http://githubredir.debian.net/github/etianen/django-reversion \
(.*).tar.gz

It seems to be related to the use of the Subject Alternative Names
field in the X.509v3 certificate.
Once libio-socket-ssl-perl is installed uscan is again able to download
the source tarballs.

- -- Package-specific info:

- --- /etc/devscripts.conf ---

- --- ~/.devscripts ---
Not present

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 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 devscripts depends on:
ii  dpkg-dev  1.16.0.2   Debian package development tools
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  perl  5.10.1-20  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  atnone (no description available)
ii  curl  7.21.6-1   Get a file from an HTTP, HTTPS or 
ii  dctrl-tools   2.18   Command-line tools to process Debi
pn  debian-keyringnone (no description available)
pn  debian-maintainersnone (no description available)
ii  dput  0.9.6.2Debian package upload tool
ii  dupload   2.7.0  utility to upload Debian packages
pn  equivsnone (no description available)
ii  fakeroot  1.15.1-1   tool for simulating superuser priv
ii  gnupg 1.4.11-3   GNU privacy guard - a free PGP rep
ii  libcrypt-ssleay-perl  0.57-2+b1  Support for https protocol in LWP
pn  libjson-perl  none (no description available)
ii  libparse-debcontrol-perl  2.005-3parser for debian control-like fil
pn  libsoap-lite-perl none (no description available)
ii  liburi-perl   1.58-1 module to manipulate and access UR
ii  libwww-perl   6.01-3 simple and consistent interface to
ii  lintian   2.5.0~rc3  Debian package checker
ii  lsb-release   3.2-27 Linux Standard Base version report
ii  man-db2.6.0.2-1  on-line manual pager
ii  patch 2.6.1-1Apply a diff file to an original
pn  patchutilsnone (no description available)
ii  sensible-utils0.0.6  Utilities for sensible alternative
ii  strace4.5.20-2.3 A system call tracer
ii  unzip 6.0-4  De-archiver for .zip files
pn  wdiff none (no description available)
ii  wget  1.12-3 retrieves files from the web
ii  xz-utils  5.0.0-2XZ-format compression utilities

Versions of packages devscripts suggests:
pn  bsd-mailx | mailx none (no description available)
ii  build-essential   11.5   Informational list of build-essent
pn  cvs-buildpackage  none (no description available)
pn  devscripts-el none (no description available)
pn  gnuplot   none (no description available)
pn  libauthen-sasl-perl   none (no description available)
pn  libfile-desktopentry-perl none (no description available)
pn  libnet-smtp-ssl-perl  none (no description available)
pn  libterm-size-perl none (no description available)
ii  libtimedate-perl  1.2000-1   collection of modules to manipulat
pn  libyaml-syck-perl none (no description available)
pn  mutt  none (no description available)
ii  openssh-client [ssh-client]   1:5.8p1-4  secure shell (SSH) client, for sec
ii  svn-buildpackage  0.8.3  helper programs to maintain Debian
pn  w3m   none (no description available)

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk24AqUACgkQeJ3z1zFMUGYlowCcDpoRKjvZJxIOxFjvA9fSPBpZ
D5wAniWRLy51+rGGz+HPk/Gz8VB2Qr3u
=npgd
-END PGP SIGNATURE-



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



Bug#624194: sssd: Dangling dependency on libldb0

2011-04-26 Thread Fladischer Michael
Package: sssd
Version: 1.2.1-4.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

sssd depends on libldb0, which is no longer in the archive. It has been
replaced by libldb1. Also, there's a new upstream release for sssd.

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sssd depends on:
ii  libc-ares2   1.7.4-1 library for asyncronous name resol
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcomerr2   1.41.14-1   common error description library
ii  libdbus-1-3  1.4.8-2 simple interprocess messaging syst
ii  libk5crypto3 1.9+dfsg-1+b1   MIT Kerberos runtime libraries - C
ii  libkrb5-31.9+dfsg-1+b1   MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.25-1OpenLDAP libraries
ii  libldb0  1:0.9.16~git20101019-1  LDAP-like embedded database - shar
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpam0g 1.1.2-2 Pluggable Authentication Modules l
ii  libpcre3 8.12-3  Perl 5 Compatible Regular Expressi
ii  libpopt0 1.16-1  lib for parsing cmdline parameters
ii  libselinux1  2.0.98-1SELinux runtime shared libraries
ii  libsemanage1 2.0.46-1SELinux policy management library.
ii  libtalloc2   2.0.5-1 hierarchical pool based memory all
ii  libtdb1  1.2.9-1 Trivial Database - shared library
ii  libtevent0   0.9.11~git20110311-1talloc-based event loop library - 
ii  python   2.6.6-14interactive high-level object-orie
ii  python-sss   1.2.1-4.1   Pam module for the System Security

Versions of packages sssd recommends:
ii  bind9-host 1:9.7.3.dfsg-1+b1 Version of 'host' bundled with BIN
ii  ldap-utils 2.4.25-1  OpenLDAP utilities

Versions of packages sssd suggests:
ii  libnss-sss1.2.1-4.1  Nss library for the System Securit
ii  libpam-sss1.2.1-4.1  Pam module for the System Security

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk22ncQACgkQeJ3z1zFMUGYj0gCeKJIYOHOtdO1Q/EtsTTxLi7i3
SFAAn2OOMk6X1tBQLxz9CXJbgW6vGUL2
=O50D
-END PGP SIGNATURE-



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



Bug#623433: python-zsi: Faulty detection of nillable elements

2011-04-20 Thread Fladischer Michael
Package: python-zsi
Version: 2.1~a1-3
Severity: normal
Tags: upstream patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

ZSI fails at doing a proper attribute check for nillable elements. It
doen not take into account the XML namespace prefix xsi for the nil
attribute. It has been reported upstream but there has been no reaction
for more then 3 month.

This is rather nasty as it prevents ZSI from being able to query most of
the information from the Debian BTS SOAP interface:

 from ZSI.client import Binding
 b = Binding('http://bugs.debian.org/cgi-bin/soap.cgi')
 b.get_status(123456)
ZSI.EvaluateException: Non-nillable element is NIL
[Element trace:

/soap:Envelope/soap:Body/get_statusResponse/s-gensym3/item/value/fixed/item/value]

The upstream bugreport at [0] contains a patch written by me to fix this
problem. I've modified this patch a bit and it would be great if it could 
be included in the python-zsi package.

[0] 
http://sourceforge.net/tracker/index.php?func=detailaid=3155574group_id=26590atid=387667

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

Kernel: Linux 2.6.38-2-amd64 (SMP w/2 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 python-zsi depends on:
ii  python2.6.6-14   interactive high-level object-orie
ii  python-support1.0.13 automated rebuilding support for P

python-zsi recommends no packages.

python-zsi suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2uilYACgkQeJ3z1zFMUGZlWQCghZPkj4uTId0zpSODd/E6BgWg
/8YAnAgl7WLDxmE2BA+d1C+ksYdui4fD
=eeKx
-END PGP SIGNATURE-
--- /usr/lib/pymodules/python2.6/ZSI/TC.py  2011-01-11 14:49:24.653560293 
+0100
+++ TC.py   2011-01-11 14:49:50.619867506 +0100
@@ -29,7 +29,7 @@
 
 _is_xsd_or_soap_ns = lambda ns: ns in [
 SCHEMA.XSD3, SOAP.ENC, SCHEMA.XSD1, SCHEMA.XSD2, ]
-_find_nil = lambda E: _find_xsi_attr(E, null) or _find_xsi_attr(E, nil)
+_find_nil = lambda E: _find_xsi_attr(E, null) or _find_xsi_attr(E, 
xsi:nil) or _find_xsi_attr(E, nil)
 
 def _get_xsitype(pyclass):
 '''returns the xsi:type as a tuple, coupled with ZSI.schema


Bug#620959: python-anyjson: New upstream version to deprecate cjson

2011-04-05 Thread Fladischer Michael
Package: python-anyjson
Version: 0.2.3-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new upstream release 0.3.1 of anyjson moves cjson to the least
favoured position of the possible json implementations because of it's
bad state. Also a deprecation warning is issued if cjson is used.

Newer packages like kombu rely on this behaviour in their unit-tests.

Please consider packaging at least 0.3.1.

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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 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 python-anyjson depends on:
ii  python-cjson  1.0.5-4Very fast JSON encoder/decoder for
ii  python-simplejson 2.1.3-1simple, fast, extensible JSON enco
ii  python-support1.0.12 automated rebuilding support for P

python-anyjson recommends no packages.

python-anyjson suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2bCvEACgkQeJ3z1zFMUGa50wCeIYHqQhHEIGHNGTjr6Lm6VXAg
OGAAoIqjh0DqSeEd2tJ7DE3ymeMYErXY
=pfMR
-END PGP SIGNATURE-



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



Bug#620336: rabbitmq-server: Starting fails after upgrade to 2.4.0-1

2011-04-01 Thread Fladischer Michael
Package: rabbitmq-server
Version: 2.4.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After upgrading to 2.4.0-1 `/etc/init.d/rabbitmq-server start` fails
with the following error in /var/log/rabbitmq/startup_log:


Activating RabbitMQ plugins ...
0 plugins activated:


+---+   +---+
|   |   |   |
|   |   |   |
|   |   |   |
|   +---+   +---+
|   |
| RabbitMQ  +---+   |
|   |   |   |
|   v2.4.0  +---+   |
|   |
+---+
AMQP 0-9-1 / 0-9 / 0-8
Copyright (C) 2007-2011 VMware, Inc.
Licensed under the MPL.  See http://www.rabbitmq.com/

node   : rabbit@uni
app descriptor : 
/usr/lib/rabbitmq/lib/rabbitmq_server-2.4.0/sbin/../ebin/rabbit.app
home dir   : /var/lib/rabbitmq
config file(s) : (none)
cookie hash: 
log: /var/log/rabbitmq/rab...@uni.log
sasl log   : /var/log/rabbitmq/rab...@uni-sasl.log
database dir   : /var/lib/rabbitmq/mnesia/rabbit@uni
erlang version : 5.8.2

starting file handle cache server ...done
starting worker pool  ...done
starting database ...BOOT 
ERROR: FAILED
Reason: {error,previous_upgrade_failed}
Stacktrace: [{rabbit_upgrade,apply_upgrades,1},
 {rabbit_upgrade,with_upgrade_graph,1},
 {rabbit_mnesia,init_db,2},
 {rabbit_mnesia,init,0},
 {rabbit,'-run_boot_step/1-lc$^1/1-1-',1},
 {rabbit,run_boot_step,1},
 {rabbit,'-start/2-lc$^0/1-0-',1},
 {rabbit,start,2}]
{Kernel pid 
terminated,application_controller,{application_start_failure,rabbit,{bad_return,{{rabbit,start,[normal,[]]},{'EXIT',{rabbit,failure_during_boot}}

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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rabbitmq-server depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  erlang-nox   1:14.b.1-dfsg-1 Erlang/OTP applications that don't
ii  logrotate3.7.8-6 Log rotation utility

rabbitmq-server recommends no packages.

rabbitmq-server suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk2VgdoACgkQeJ3z1zFMUGYDeACfah2VlV4/UM+OtKes0iDxATux
uNQAnjKx8xIw68c0p6Zjz+XflpTZsMEN
=xXg/
-END PGP SIGNATURE-



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



Bug#619567: icedove: segfaut on IMAP connection

2011-03-25 Thread Fladischer Michael
Package: icedove
Version: 3.1.9-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

icedove segfaults shortly after it's started. backtrace is as follows:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffab0ff700 (LWP 2009)]
NS_strspnp (delims=0x7fffe02167fb  \r\n, str=0x7fff5c64b4c6 Address 
0x7fff5c64b4c6 out of bounds) at nsCRTGlue.cpp:58
58  nsCRTGlue.cpp: Datei oder Verzeichnis nicht gefunden.
in nsCRTGlue.cpp
(gdb) bt
#0  NS_strspnp (delims=0x7fffe02167fb  \r\n, str=0x7fff5c64b4c6 Address 
0x7fff5c64b4c6 out of bounds) at nsCRTGlue.cpp:58
#1  0x7792a35e in NS_strtok (delims=0x7fffe02167fb  \r\n, 
str=0x7fffc0560ab0) at nsCRTGlue.cpp:74
#2  0x7fffe0139daf in nsIMAPGenericParser::AdvanceToNextToken 
(this=0x7fffc0560a88) at nsIMAPGenericParser.cpp:168
#3  0x7fffe0173ad1 in nsImapServerResponseParser::msg_fetch_literal 
(this=0x7fffc0560a88, chunk=value optimized out, origin=0) at 
nsImapServerResponseParser.cpp:3129
#4  0x7fffe0173d10 in nsImapServerResponseParser::msg_fetch_content 
(this=0x7fffc0560a88, chunk=0, origin=value optimized out, 
content_type=value optimized out)
at nsImapServerResponseParser.cpp:2127
#5  0x7fffe0176cdb in nsImapServerResponseParser::msg_fetch 
(this=0x7fffc0560a88) at nsImapServerResponseParser.cpp:1253
#6  0x7fffe0178854 in nsImapServerResponseParser::response_data 
(this=0x7fffc0560a88) at nsImapServerResponseParser.cpp:757
#7  0x7fffe0175b92 in nsImapServerResponseParser::ParseIMAPServerResponse 
(this=0x7fffc0560a88, aCurrentCommand=value optimized out, 
aIgnoreBadAndNOResponses=0, 
aGreetingWithCapability=0x0) at nsImapServerResponseParser.cpp:246
#8  0x7fffe016b582 in nsImapProtocol::FetchMessage (this=0x7fffc0560800, 
messageIds=..., whatToFetch=kEveryThingRFC822Peek, fetchModifier=0x0, 
startByte=value optimized out, numBytes=value optimized out, part=0x0) 
at nsImapProtocol.cpp:3455
#9  0x7fffe0171366 in nsImapProtocol::ProcessSelectedStateURL 
(this=0x7fffc0560800) at nsImapProtocol.cpp:2422
#10 0x7fffe01727de in nsImapProtocol::ProcessCurrentURL 
(this=0x7fffc0560800) at nsImapProtocol.cpp:1741
#11 0x7fffe016c1fb in nsImapProtocol::ImapThreadMainLoop 
(this=0x7fffc0560800) at nsImapProtocol.cpp:1380
#12 0x7fffe016c35a in nsImapProtocol::Run (this=0x7fffc0560800) at 
nsImapProtocol.cpp:1076
#13 0x779593b2 in nsThread::ProcessNextEvent (this=0x7fffbb9e6ca0, 
mayWait=1, result=0x7fffab0febec) at nsThread.cpp:527
#14 0x7792e027 in NS_ProcessNextEvent_P (thread=value optimized out, 
mayWait=value optimized out) at nsThreadUtils.cpp:250
#15 0x77959073 in nsThread::ThreadFunc (arg=0x7fffbb9e6ca0) at 
nsThread.cpp:254
#16 0x76f58863 in ?? () from /usr/lib/libnspr4.so.0d
#17 0x776d88ba in start_thread () from /lib/libpthread.so.0
#18 0x7743f3cd in clone () from /lib/libc.so.6
#19 0x in ?? ()



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

Kernel: Linux 2.6.38-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages icedove depends on:
ii  debianutils  3.4.4   Miscellaneous utilities specific t
ii  fontconfig   2.8.0-2.1   generic font configuration library
ii  libasound2   1.0.23-2.1  shared library for ALSA applicatio
ii  libatk1.0-0  1.32.0-2The ATK accessibility toolkit
ii  libc62.11.2-13   Embedded GNU C Library: Shared lib
ii  libcairo21.10.2-4The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.4.6-1 simple interprocess messaging syst
ii  libffi5  3.0.9-3 Foreign Function Interface library
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.4-1 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.5.2-7   GCC support library
ii  libglib2.0-0 2.28.2-1The GLib library of C routines
ii  libgtk2.0-0  2.24.3-1~sid1   The GTK+ graphical user interface 
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.7-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.9.with.ckbi.1.82-1 Network Security Service libraries
ii  libpango1.0-01.28.3-4Layout and rendering of internatio
ii  libpixman-1-00.21.4-2pixel-manipulation library for X a
ii  libsqlite3-0 3.7.5-1 SQLite 3 shared library
ii  libstartup-notif 0.10-1  library for program launch feedbac
ii  libstdc++6   4.6.0~rc1-3 The GNU Standard C++ Library v3
ii  libx11-6 2:1.4.1-5   X11 

Bug#617799: python-mock: New upstream version 0.7.0 available

2011-03-11 Thread Fladischer Michael
Package: python-mock
Version: 0.6.0-1.1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

There is a new release available which introduced the MagickMock, which
is starting to get used for unittests in python packages.
It would be nice to have the new version in the archive.


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

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 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 python-mock depends on:
ii  python  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-support  1.0.12   automated rebuilding support for P

Versions of packages python-mock recommends:
ii  libjs-jquery  1.5.1-1JavaScript library for dynamic web

python-mock suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk16LMwACgkQeJ3z1zFMUGYikwCfT5ToYfI3Ut010f4VycAPI7jg
ck8Amwc/xpVAeoqwrTkdO2xH5UXBBQt+
=llMF
-END PGP SIGNATURE-



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



Bug#617489: python-django-south: Should have Breaks: python-django-markupfield ( 1.0.1)

2011-03-09 Thread Fladischer Michael
Package: python-django-south
Version: 0.7.3-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It would be nice if python-django-south could have 

Breaks: python-django-markupfield ( 1.0.1)

to avoid troubles when older versions of 
python-django-markupfield ( 1.0.1) are installed
in parallel.

See
https://github.com/jamesturk/django-markupfield/commit/49dee69ed673a4c2c28a0a9d8fdbe2e9a40faca2
for the problem itself (and the fix in markupfield).

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

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-django-south depends on:
ii  python2.6.6-9interactive high-level object-orie
ii  python-django 1.2.5-1High-level Python web development 
ii  python-support1.0.12 automated rebuilding support for P

python-django-south recommends no packages.

python-django-south suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk13WrwACgkQeJ3z1zFMUGZvvwCff5NHXlsbgy0ehYquQw6KfcNr
oNoAn1w5j12zXs7JX0Mty33Rwwwxm8Rd
=VsAo
-END PGP SIGNATURE-



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



Bug#617327: compiz-fusion-plugins-extra: '/usr/share/compiz/grid.xml' is also in compiz-core

2011-03-07 Thread Fladischer Michael
Package: compiz-fusion-plugins-extra
Version: 0.9.2.1+git20110224.e621355c-2
Severity: important
Tags: experimental

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Unpacking compiz-fusion-plugins-extra (from
.../compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_amd64.deb)
...
dpkg: error processing
/var/cache/apt/archives/compiz-fusion-plugins-extra_0.9.2.1+git20110224.e621355c-2_amd64.deb
(--unpack):
 trying to overwrite '/usr/share/compiz/grid.xml', which is also in
 package compiz-core 0.9.2.1+git20110226.f059fae9-2


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

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk11yd8ACgkQeJ3z1zFMUGZjGQCfc9rX9C5urzcn/EJcKQz7sBPy
myIAn1789mJZaDY/dfLAB9a5W6hPoCre
=Dz1y
-END PGP SIGNATURE-



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



Bug#616354: python-couchdb: New upstream version 0.8 available

2011-03-03 Thread Fladischer Michael
Package: python-couchdb
Version: 0.6-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A package in DPMT queue (kombu) requires a more recent version of
python-couchdb. Latest upstream version is currently 0.8. Maybe this
package can be updated to this version.

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

Kernel: Linux 2.6.37-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1v2N8ACgkQeJ3z1zFMUGbEIQCeO3FOPpK4m/DdQVSTnj4BYhpf
SGQAn06UZ0rXZOf4ZNIx2AUVtMu+izrZ
=t4MF
-END PGP SIGNATURE-



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



Bug#616000: python-redis: Depends on python ( 2.6) but 2.6.6-3+squeeze5 is to be installed

2011-03-01 Thread Fladischer Michael
Package: python-redis
Version: 2.0.0-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Trying to install python-redis in unstable results in:
The following packages have unmet dependencies:
 python-redis : Depends: python ( 2.6) but 2.6.6-3+squeeze5 is to be
 installed

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

Kernel: Linux 2.6.37-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-redis depends on:
ii  python-support1.0.12 automated rebuilding support for P

python-redis recommends no packages.

python-redis suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1tKlIACgkQeJ3z1zFMUGYn2QCfe0w2Mn1FgoWEXMXrn6ahdEkN
PKQAnjohlZMXrY6Rz6X7TiJsWjen28HB
=bGWr
-END PGP SIGNATURE-



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



Bug#615839: initramfs-tools: Kernel panic - not syncing: No init found

2011-02-28 Thread Fladischer Michael
Package: initramfs-tools
Version: 0.98.8
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm affected by this too. Though it seems to be unrelated to the Linux
kernel package itself as after an update-initramfs -k all -u all the
other initrd files for the older kernels were also showing the same
problem after a reboot.

I managed to fix this by building the initrd from within a grml-2010.12
live CD (using their version of initramfs-tools). So I guess it is
related to initramfs-tools.

If anyone needs more information to investigate this I'm happy to assist.

- -- Package-specific info:
- -- initramfs sizes
- -rw-r--r-- 1 root root 3.9M Feb 28 12:21 /boot/initrd.img-2.6.37-1-amd64
- -rw-r--r-- 1 root root  18M Feb 28 12:09 
/boot/initrd.img-2.6.37-1-amd64.working
- -- /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.37-1-amd64 root=/dev/mapper/data-root ro quiet

- -- resume
RESUME=/dev/mapper/data-swap
- -- /proc/filesystems
squashfs
btrfs
jfs
ext3
xfs
ext2
fuseblk
ext4
reiserfs
msdos
vfat
ntfs
minix
hfs
hfsplus
qnx4
ufs

- -- lsmod
Module  Size  Used by
ufs56494  0 
qnx46200  0 
hfsplus65988  0 
hfs37469  0 
minix  21569  0 
ntfs  159164  0 
vfat8023  0 
msdos   6360  0 
fat40535  2 vfat,msdos
reiserfs  194243  0 
ext4  279337  1 
jbd2   57867  1 ext4
crc16   1327  1 ext4
tcp_diag 920  0 
inet_diag   6898  5 tcp_diag
act_police  3824  0 
cls_flow6778  0 
cls_fw  3551  0 
cls_u32 5760  0 
sch_tbf 3644  0 
sch_prio3587  0 
sch_hfsc   11723  0 
sch_htb11532  0 
sch_ingress 1648  0 
sch_sfq 5110  0 
xt_connlimit2914  0 
xt_realm 959  0 
iptable_raw 1252  0 
xt_comment   931  50 
xt_recent   6895  0 
ipt_ULOG7097  1 
ipt_REJECT  2009  4 
ipt_REDIRECT1119  0 
ipt_NETMAP  1161  0 
ipt_MASQUERADE  1546  0 
ipt_ECN 1712  0 
ipt_ecn 1296  0 
ipt_CLUSTERIP   5136  0 
ipt_ah  1101  0 
ipt_addrtype1793  2 
nf_nat_tftp 1006  0 
nf_nat_snmp_basic   7631  0 
nf_nat_sip  5452  0 
nf_nat_pptp 2202  0 
nf_nat_proto_gre1285  1 nf_nat_pptp
nf_nat_irc  1438  0 
nf_nat_h323 5311  0 
nf_nat_ftp  1652  0 
ip6_queue   4621  0 
nf_nat_amanda   1184  0 
nf_conntrack_sane   3684  0 
nf_conntrack_tftp   3353  1 nf_nat_tftp
nf_conntrack_proto_udplite 2615  0 
nf_conntrack_sip   17148  1 nf_nat_sip
nf_conntrack_proto_sctp 6038  0 
nf_conntrack_pptp   3932  1 nf_nat_pptp
nf_conntrack_proto_gre 3515  1 nf_conntrack_pptp
nf_conntrack_netlink14545  0 
nf_conntrack_netbios_ns 1306  0 
ts_kmp  1711  5 
nf_conntrack_irc3339  1 nf_nat_irc
nf_conntrack_amanda 2205  1 nf_nat_amanda
nf_conntrack_h323  36902  1 nf_nat_h323
xt_time 1731  0 
nf_conntrack_ftp5396  1 nf_nat_ftp
xt_TCPMSS   2847  0 
xt_TPROXY   3885  0 
nf_tproxy_core  1159  1 xt_TPROXY,[permanent]
xt_sctp 1928  0 
xt_tcpmss   1409  0 
xt_policy   2194  0 
xt_pkttype  1027  0 
xt_physdev  1532  0 
xt_owner1103  0 
xt_NFQUEUE  1893  0 
xt_NFLOG1078  0 
nfnetlink_log   7122  1 xt_NFLOG
xt_multiport1598  8 
xt_mark 1149  2 
xt_mac  1019  0 
xt_limit1838  0 
xt_length   1188  0 
xt_iprange  1441  0 
xt_helper   1283  0 
xt_hashlimit6372  0 
xt_DSCP 2019  0 
xt_dscp 1619  0 
xt_dccp 1834  0 
ip6t_LOG6225  1 
xt_connmark 1685  0 
ip6t_REJECT 2561  4 
xt_CLASSIFY  949  0 
ipt_LOG 6285  0 
xt_tcpudp   2311  31 
xt_state1183  0 
nf_conntrack_ipv6   5549  13 
nf_defrag_ipv6  5749  2 xt_TPROXY,nf_conntrack_ipv6
iptable_nat 3624  1 
nf_nat 13322  12 
ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,iptable_nat
xt_conntrack2415  27 
nf_conntrack_ipv4   9825  17 iptable_nat,nf_nat
nf_defrag_ipv4  1259  2 

Bug#614672: python-librdf: Depends on librasqal2 which is no longer in the archive

2011-02-22 Thread Fladischer Michael
Package: python-librdf
Version: 1.0.10.1-3
Severity: important
Tags: sid

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

python-librdf is currently uninstallable in sid due to depending on
librasqal2, which seems to haven been replaced by librasqal3 in sid.

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-librdf depends on:
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libraptor1   1.4.21-2Raptor RDF parser and serializer l
ii  librasqal2   0.9.20-1Rasqal RDF query library
ii  librdf0  1.0.13-1Redland Resource Description Frame
ii  python   2.6.6-9 interactive high-level object-orie
ii  python-central   0.6.16+nmu1 register and build utility for Pyt

python-librdf recommends no packages.

python-librdf suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1kMvUACgkQeJ3z1zFMUGaQ9wCeIBPIUkL19pA4mk3K2kED6va+
Dw8An17c5GqhNISCu2A2eTQQZqrKHm5l
=WmZE
-END PGP SIGNATURE-



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



Bug#611895: ITP: django-kombu -- Kombu transport using the Django database as a message store

2011-02-03 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: django-kombu
  Version : 0.9.1
  Upstream Author : Ask Solem a...@celeryproject.org
* URL : http://github.com/ask/django-kombu/
* License : BSD
  Programming Lang: Python
  Description : Kombu transport using the Django database as a message store

This package provides a message store for Kombu inside a Django database. 
It is intended be used together with python-kombu and provides a transport 
for it.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1KnRgACgkQeJ3z1zFMUGZEigCfcYJ8qJYOEhauvOANOEZ2Dqwt
Or0AnRKCfuyyIKqaeMkSqu1iXvBZ7dzs
=PG+U
-END PGP SIGNATURE-



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



Bug#611809: ITP: kombu -- AMQP Messaging Framework for Python

2011-02-02 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: kombu
  Version : 1.0.2
  Upstream Author : Ask Solem a...@celeryproject.org
* URL : https://github.com/ask/kombu/
* License : BSD
  Programming Lang: Python
  Description : AMQP Messaging Framework for Python

The aim of Kombu is to make messaging in Python as easy as possible by
providing an idiomatic high-level interface for the AMQP protocol.
It is meant to replace the carrot library by providing a compatibility 
layer.
..
Features:
 * Allows application authors to support several message
   server solutions by using pluggable transports.
 * Supports automatic encoding, serialization and compression of message
   payloads.
 * The ability to ensure that an operation is performed by gracefully 
   handling connection and channel errors.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk1JXsAACgkQeJ3z1zFMUGaHBwCgkJsE4hBXUvhVqVr1lvxUtyiV
TXgAnjtRx7ccUnYF1ERTcdmPwQDqkGQs
=SDIE
-END PGP SIGNATURE-



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



Bug#609662: ITP: useragent-switcher -- extension to switch the user agent of Iceweasel/Firefox

2011-01-11 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

* Package name: useragent-switcher
  Version : 0.7.3
  Upstream Author : Chris Pederick
* URL : http://chrispederick.com/work/user-agent-switcher/
* License : GPL
  Programming Lang: JavaScript, XUL
  Description : extension to switch the user agent of Iceweasel/Firefox

The User Agent Switcher extension adds a menu and a toolbar button to
switch the user agent of a Iceweasel/Firefox browser. It comes with a set
of predefined useragent strings from popular browsers and custom strings
can be added manually or imported through XML files.



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



Bug#609667: ITP: server-spy -- display brand of web servers in Firefox/Iceweasel

2011-01-11 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

* Package name: server-spy
  Version : 0.2.1
  Upstream Author : Christophe Jacquet jacqu...@free.fr
* URL : http://www.jacquet80.eu/mozilla/exts/ServerSpy/
* License : MPL-1.1 or GPL-2 or LGPL-2.1
  Programming Lang: JavaScript, XUL
  Description : display brand of web servers in Firefox/Iceweasel

Server Spy is a small Firefox/Iceweasel extension that displays the brand 
of web servers (e.g. Apache, IIS, etc.) in the right-hand side of the 
browser window's status bar. 
When a tab is selected, Server Spy shows the name of the server that has 
served up the corresponding page. 



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



Bug#522243: Bug#609662: ITP: useragent-switcher -- extension to switch the user agent of Iceweasel/Firefox

2011-01-11 Thread Fladischer Michael
Williams Orellana, 2011-01-11 15:27:
 2011/1/11 Gabriele Giacone 1o5g4...@gmail.com:
 ITP already existent http://bugs.debian.org/588346
 and already merged with 522243, 569961.

Thanks for pointing out, I missed that.

 Yes, I'm still interested in the package. Indeed I have a packaged
 version mentors.debian.org waiting for a mentor

IANADDY but I'll take a look at your package. From what I can see by now
is that there is already a new upstream version available (0.7.3). Maybe
you could update your package.

I'll come back to you later once I have done a complete review (if you
want that).

Regards



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



Bug#608810: lintian: check for compressed objects.inv file in sphinx-built documentation

2011-01-03 Thread Fladischer Michael
Package: lintian
Version: 2.4.3
Severity: wishlist
Tags: patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Building documentation for python packages is often done through sphinx
which generates an inventory file named objects.inv alongside the
documentation.
This file can grow over 4k in size and will then get compressed by
dh_compress if not explicitly excluded. If the file is compressed it is
no longer readable for documenation tools like sphinx.ext.intersphinx.

The attached patch proposes a check on the presence of a objects.inv.gz
file in the package documentation.


- -- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils   2.21-3The GNU assembler, linker and bina
ii  diffstat   1.54-1produces graph of changes introduc
ii  dpkg-dev   1.15.8.7  Debian package development tools
ii  file   5.04-6Determines file type using magic
ii  gettext0.18.1.1-3GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.24+b1 Perl interface to libapt-pkg
ii  libclass-accessor-perl 0.34-1Perl module that automatically gen
ii  libdigest-sha-perl 5.50-1Perl extension for SHA-1/224/256/3
ii  libipc-run-perl0.89-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2.1 parse Debian changelogs and output
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.56-1module to manipulate and access UR
ii  locales2.11.2-7  Embedded GNU C Library: National L
ii  locales-all [locales]  2.11.2-7  Embedded GNU C Library: Precompile
ii  man-db 2.5.7-7   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.1-16 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  man-db2.5.7-7on-line manual pager

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk0iBDcACgkQeJ3z1zFMUGbT0QCeLc6GYt9sH5n6qA90EPSkkufK
cuMAn2lfQ0rT/8LoBZVEPdSbx9yYolTN
=o+Hr
-END PGP SIGNATURE-
--- /usr/share/lintian/checks/files 2010-07-26 06:50:52.0 +0200
+++ files   2011-01-03 17:42:29.531200394 +0100
@@ -411,6 +411,13 @@
windows)(?:\.txt)?(?:\.gz)?$,xi){
tag package-contains-readme-for-other-platform-or-distro, 
$file;
}
+
+   # contains a compressed version of objects.inv in sphinx-generated 
documentation?
+   if ($file =~ m,^usr/share/doc/$tmp/html/objects\.inv\.gz$,
+   and $info-file_info-{$file} =~ m/gzip compressed/) {
+   tag compressed-objects.inv, $file;
+   }
+
}
}
#  /usr/doc
--- /usr/share/lintian/checks/files.desc2010-07-26 06:50:52.0 
+0200
+++ files.desc  2011-01-03 16:51:48.765010493 +0100
@@ -1180,3 +1180,11 @@
  .
  It is possible that the language code was mistyped or incorrectly
  guessed from the language's or country's name.
+
+Tag: compressed-objects.inv
+Severity: normal
+Certainty: possible
+Info: The package appears to ship a gzip compressed objects.inv file
+ in it's documentation. This is usually the result of dh_compress.
+ .
+ This file should be excluded from compression during build time.


Bug#603136: ITP: sphinx-issuetracker -- Sphinx integration with different issuetrackers

2010-11-11 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: python-sphinx-issuetracker
  Version : 0.5.2
  Upstream Author : Sebastian Wiesner lunary...@googlemail.com
* URL : http://packages.python.org/sphinxcontrib-issuetracker
* License : BSD
  Programming Lang: Python
  Description : Sphinx integration with different issuetrackers

This extension for Sphinx 1.0 parses textual issue references like #10, looks
up the issue in the configured issue tracker, and includes a link to the issue.
.
Currently the following issue trackers are supported:
 * GitHub
 * BitBucket
 * Launchpad
 * Google Code
.
Furthermore this extension provides a simple API to add other issue trackers.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzbrAUACgkQeJ3z1zFMUGZgWQCdHxBg0CoxINdvkOFvB8AHxouB
OGgAnRCE4L68c0q3HZ+cKo2XBJoLZgv/
=GTPB
-END PGP SIGNATURE-



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



Bug#602581: python-multiprocessing: Header in *.py mentions COPYING.txt for license which is not present

2010-11-06 Thread Fladischer Michael
Package: python-multiprocessing
Version: 2.6.2.1-4
Severity: serious
Tags: upstream
Justification: Policy 2.3

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The header in the *.py files shipped with this package mention a file
COPYING.txt for their license. This file is nowhere to be found in the
source package.

python-multiprocessing-2.6.2.1 % grep COPYING -R *
Lib/multiprocessing/forking.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/heap.py:# Copyright (c) 2007-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/pool.py:# Copyright (c) 2007-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/util.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/dummy/__init__.py:# Copyright (c) 2006-2008, R Oudkerk --- 
see COPYING.txt
Lib/multiprocessing/dummy/connection.py:# Copyright (c) 2006-2008, R Oudkerk 
--- see COPYING.txt
Lib/multiprocessing/process.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/sharedctypes.py:# Copyright (c) 2007-2008, R Oudkerk --- 
see COPYING.txt
Lib/multiprocessing/managers.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/reduction.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/queues.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/connection.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Lib/multiprocessing/synchronize.py:# Copyright (c) 2006-2008, R Oudkerk --- see 
COPYING.txt
Modules/_multiprocessing/win32_functions.c: * Copyright (c) 2006-2008, R 
Oudkerk --- see COPYING.txt
Modules/_multiprocessing/socket_connection.c: * Copyright (c) 2006-2008, R 
Oudkerk --- see COPYING.txt
Modules/_multiprocessing/connection.h: * Copyright (c) 2006-2008, R Oudkerk --- 
see COPYING.txt
Modules/_multiprocessing/semaphore.c: * Copyright (c) 2006-2008, R Oudkerk --- 
see COPYING.txt
Modules/_multiprocessing/pipe_connection.c: * Copyright (c) 2006-2008, R 
Oudkerk --- see COPYING.txt
Modules/_multiprocessing/multiprocessing.c: * Copyright (c) 2006-2008, R 
Oudkerk --- see COPYING.txt

This issue is related to http://bugs.python.org/issue9162.


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

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-multiprocessing depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib
ii  libjs-jquery  1.4.2-2JavaScript library for dynamic web
ii  python-support1.0.11 automated rebuilding support for P
ii  python2.5 2.5.5-10   An interactive high-level object-o

python-multiprocessing recommends no packages.

python-multiprocessing suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkzVBGoACgkQeJ3z1zFMUGZMhQCfcD3MizUAmG4y+3a9LctPAoEr
amMAnig91sw/XsUc8aArVm7Su5j9mI08
=K2gc
-END PGP SIGNATURE-



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



Bug#600828: unblock: panflute/0.6.2-2

2010-10-20 Thread Fladischer Michael
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: unblock

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please unblock package panflute

I hereby ask for an unblock for 0.6.2-2 so paflute can migrate to
testing.

It fixes the following bugs:
 #04 (wishlist)
 #597590 (grave)
 #597591 (important)
All these bug reports are related to controllable media players and 0.6.2-2
makes the package finally usable with each supported player.
I would really like to see this version in Squeeze because the former
one would provide a really bad user experience if used with
non-mainstream media players.

This is the relevant part of the changelog:
  * Update to Debian policy 3.9.1.
  * List supported players (Closes: #04).
  * Add dependency on python-gnomeapplet (Closes: #597590).
  * Add suggests on python-pyinotify (Closes: #597591).
  * Add suggests on python-kde3 and python-xmmsclient.
  * Add XMMS2 to list of supported players.
  * Add README.Debian to panflute-daemon to describe optional package
dependencies.

Thanks for your help!

unblock panflute/0.6.2-2

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

Kernel: Linux 2.6.35-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAky+4DMACgkQeJ3z1zFMUGaT/wCeKzEztFi59oNSBw9bdKc8mW80
us4AnR9YNLNGeusPTfxUez50jRggyf5R
=LyVP
-END PGP SIGNATURE-



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



Bug#597086: gstreamer0.10-plugins-base: no element audioconvert

2010-09-17 Thread Fladischer Michael
Sebastian Dröge, 2010-09-16 15:04:
 Do you have /usr/lib/gstreamer-0.10/libgstaudioconvert.so?
Yes, it's there:

-- snip
% /usr/bin/stat /usr/lib/gstreamer-0.10/libgstaudioconvert.so
  File: „/usr/lib/gstreamer-0.10/libgstaudioconvert.so“
  Size: 82832   Blocks: 168IO Block: 4096   reguläre Datei
Device: fe00h/65024dInode: 126183  Links: 1
Access: (0644/-rw-r--r--)  Uid: (0/root)   Gid: (0/root)
Access: 2010-09-17 08:46:02.0 +0200
Modify: 2010-09-09 11:47:54.0 +0200
Change: 2010-09-17 08:46:04.800311802 +0200
-- snip

 What's the output of
 gst-inspect-0.10 -b

-- snip
% gst-inspect-0.10 -b

(gst-plugin-scanner:6205): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstadder.so':
/usr/lib/gstreamer-0.10/libgstadder.so: undefined symbol:
orc_program_append_2

(gst-plugin-scanner:6205): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstaudioconvert.so':
/usr/lib/gstreamer-0.10/libgstaudioconvert.so: undefined symbol:
orc_program_append_2

(gst-plugin-scanner:6205): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstvideoscale.so':
/usr/lib/gstreamer-0.10/libgstvideoscale.so: undefined symbol:
orc_program_append_2

(gst-plugin-scanner:6205): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstvideotestsrc.so':
/usr/lib/gstreamer-0.10/libgstvideotestsrc.so: undefined symbol:
orc_program_append_2

(gst-plugin-scanner:6205): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstvolume.so':
/usr/lib/gstreamer-0.10/libgstvolume.so: undefined symbol:
orc_program_append_2
Dateien auf der schwarzen Liste:
  libgstvolume.so
  libgstvideotestsrc.so
  libgstvideoscale.so
  libgstaudioconvert.so
  libgstadder.so

Gesamtzahl: 5 Dateien auf der schwarzen Liste
-- snip



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



Bug#597086: gstreamer0.10-plugins-base: no element audioconvert

2010-09-17 Thread Fladischer Michael
Sebastian Dröge, 2010-09-17 11:24:
 Ok, please install liborc-0.4-0 from experimental too. There's a
 dependency problem now.

Everything is now working as expected:

% gst-inspect-0.10 -b
librdf warning - Model does not support contexts
librdf warning - Model does not support contexts
librdf warning - Model does not support contexts
Dateien auf der schwarzen Liste:
Gesamtzahl: 0 Dateien auf der schwarzen Liste

 I'll upload a fixed gstreamer0.10-plugins-bad to experimental later
 today.

Thanks for your help!



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



Bug#584211: Acknowledgement (sssd: Using wrong KRB5 credentials cache file)

2010-06-02 Thread Fladischer Michael
After a bit of investigation it seems that this was caused by a
malicious entry in /var/lib/sss/db/cache_FLADI.AT.ldb (FLADI.AT is my
KRB5 doamin) in the ccacheFile attribute for both users. Somehow the
values got swapped:

dn: name=FladischerMichael,cn=users,cn=FLADI.AT,cn=sysdb
createTimestamp: 1274786913
gidNumber: 200
homeDirectory: /home/users/FladischerMichael
loginShell: /usr/bin/zsh
name: FladischerMichael
objectClass: user
uidNumber: 1006
originalDN:
krb5principalname=fladischermich...@fladi.at,ou=users,dc=fladi,dc=at
memberof: ...
ccacheFile: FILE:/tmp/krb5cc_1014_dpYK7G
failedLoginAttempts: 0
initgrExpireTimestamp: 1275484581
lastUpdate: 1275479181
dataExpireTimestamp: 1275484581
cachedPassword: ...
lastCachedPasswordChange: 1275479181
lastOnlineAuth: 1275479181
lastLogin: 1275479181
distinguishedName: name=FladischerMichael,cn=users,cn=FLADI.AT,cn=sysdb

And for the other user it's the other way around:

dn: name=ReinerWalter,cn=users,cn=FLADI.AT,cn=sysdb
createTimestamp: 1274786913
gidNumber: 200
homeDirectory: /home/users/ReinerWalter
loginShell: /bin/bash
name: ReinerWalter
objectClass: user
uidNumber: 1014
originalDN: krb5principalname=reinerwal...@fladi.at,ou=users,dc=fladi,dc=at
shadowLastChange: 14060
memberof: ...
ccacheFile: FILE:/tmp/krb5cc_1006_KEBXoG
failedLoginAttempts: 0
initgrExpireTimestamp: 1275484228
lastUpdate: 1275478828
dataExpireTimestamp: 1275484228
cachedPassword: ...
lastCachedPasswordChange: 1275478828
lastOnlineAuth: 1275478828
lastLogin: 1275478828
distinguishedName: name=ReinerWalter,cn=users,cn=FLADI.AT,cn=sysdb

Removing the file /var/lib/sss/db/cache_FLADI.AT.ldb and restarting sssd
afterwards solved the problem.
I was not able to reproduce it so far.



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



Bug#584211: sssd.conf

2010-06-02 Thread Fladischer Michael
My sssd.conf:

[sssd]
config_file_version = 2
reconnection_retries = 3
sbus_timeout = 30
services = nss, pam
domains = FLADI.AT

[nss]
filter_groups = root
filter_users = root
reconnection_retries = 3

[pam]
reconnection_retries = 3

[domain/FLADI.AT]
auth_provider = krb5
krb5_kdcip = ...
krb5_realm = FLADI.AT
id_provider = ldap
chpass_provider = ldap
ldap_uri = ldap://...
ldap_search_base = dc=fladi,dc=at
ldap_user_search_base = ou=users,dc=fladi,dc=at
ldap_group_search_base = ou=groups,dc=fladi,dc=at
ldap_tls_reqcert = demand
ldap_tls_cacert = /etc/ssl/certs/cacert.org.pem
cache_credentials = true
enumerate = true
min_id = 0
max_id = 0

I did not use or change the krb5_ccname_template and krb5_ccachedir
settings.



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



Bug#582523: ITP: greasefire -- automatically find Greasemonkey scripts

2010-05-21 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: greasefire
  Version : 1.0.4
  Upstream Author : Steve Krulewitz skr...@gmail.com
* URL : https://addons.mozilla.org/en-US/firefox/addon/8352/
* License : GPL
  Programming Lang: JavaScript  XUL
  Description : automatically find Greasemonkey scripts

When you visit a web page with Iceweasel/Iceape that has compatible user 
scripts on Userscripts.org, this extension will highlight the Greasemonkey 
icon in the status bar. 
Right click the Greasemonkey icon and choose the X scripts available item 
to see and install the scripts available for the current page.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkv2pl8ACgkQeJ3z1zFMUGYECgCfZOOe0KwCR/dbWGjuQk3GHX7r
bJMAnjfcSYMWSrPF3KZk7bWLAvz4HuE+
=24cv
-END PGP SIGNATURE-



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



Bug#582140: ITP: django-permissions -- generic per-object permissions for Django

2010-05-18 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-permissions
  Version : 1.0b2
  Upstream Author : Kai Diefenbach kai.diefenb...@iqpp.de
* URL : http://pypi.python.org/pypi/django-permissions/
* License : BSD
  Programming Lang: Python
  Description : generic per-object permissions for Django

A generic framework for per-object permissions for Django. Permissions
on objects can be granted to roles (and only to roles) in order to allow 
something to users or groups which have these roles.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvyvGkACgkQeJ3z1zFMUGY9YQCfaN4gLuw4d0e7erBkndWkFcVe
Q1sAn0/DSfHuMWCcSBHsxuM1zp1eVcgF
=FSJT
-END PGP SIGNATURE-



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



Bug#581926: ITP: django-reversion -- Provides comprehensive version control facilities for Django

2010-05-17 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-reversion
  Version : 1.2.1
  Upstream Author : David Hall da...@etianen.com
* URL : http://code.google.com/p/django-reversion/
* License : New BSD License
  Programming Lang: Python
  Description : Provides comprehensive version control facilities for Django

Reversion is an extension to the Django web framework that provides 
comprehensive version control facilities. 
Features:
* Roll back to any point in a model's history - an unlimited undo facility!
* Recover deleted models - never lose data again!
* Admin integration for maximum usability.
* Group related changes into revisions that can be rolled back in a single 
  transaction.
* Automatically save a new version whenever your model changes using Django's 
  flexible signalling framework.
* Automate your revision management with easy-to-use middleware. 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvxCRQACgkQeJ3z1zFMUGbbOwCfQfLJ4/UUd8AZWCVJW3WT9WI2
3nYAnj70eQ955ZaZMcjRTS/Z0nV/jS1z
=V7jV
-END PGP SIGNATURE-



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



Bug#579541: python-django-treebeard: package does not contain python code

2010-04-28 Thread Fladischer Michael
Package: python-django-treebeard
Version: 1.60-1
Severity: grave
Tags: sid
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

No python package treebeard is shipped in this package.

% dpkg -L python-django-treebeard
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/python-django-treebeard
/usr/share/doc/python-django-treebeard/changelog.Debian.gz
/usr/share/doc/python-django-treebeard/README.Debian
/usr/share/doc/python-django-treebeard/changelog.gz
/usr/share/doc/python-django-treebeard/copyright


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

Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-django-treebeard depends on:
ii  python-django 1.1.1-5High-level Python web development 

python-django-treebeard recommends no packages.

python-django-treebeard suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvYORUACgkQeJ3z1zFMUGbwtgCfbw8zXB5/1qvZThlgYBGLIqi1
GmUAnRADVaOOAO6+VHRy2hQZAIHpcN23
=KJ97
-END PGP SIGNATURE-



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



Bug#578623: ITP: django-openid-auth -- OpenID integration for django.contrib.auth

2010-04-21 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-openid-auth
  Version : 0.2
  Upstream Author : Canonical Ltd.
* URL : https://launchpad.net/django-openid-auth
* License : BSD
  Programming Lang: Python
  Description : OpenID integration for django.contrib.auth

A library that can be used to add OpenID support to Django applications.
The library integrates with Django's built in authentication system, so
most applications require minimal changes to support OpenID login. The
library also includes the following features:
* Basic user details are transferred from the OpenID server via the
  simple Registration extension.
* Can be configured to use a fixed OpenID server URL, for use in SSO.
* Supports the launchpad.net teams extension to get team membership
  info.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvO2vEACgkQeJ3z1zFMUGY6tACZAdWAjNw3O6eTND8+1Ds9YCpj
Y8kAn0e4Xe6OqLxc5G/fyVUvbiJUxRso
=xq4E
-END PGP SIGNATURE-



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



Bug#577193: ITP: django-markupfield -- Custom Django field for easy use of markup in text fields

2010-04-10 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-markupfield
  Version : 1.0.0a2
  Upstream Author : james.p.t...@gmail.com
* URL : http://pypi.python.org/pypi/django-markupfield/
* License : BSD
  Programming Lang: Python
  Description : Custom Django field for easy use of markup in text fields

An implementation of a custom MarkupField for Django. A MarkupField is in 
essence a TextField with an associated markup type. The field also caches 
its rendered value on the assumption that disk space is cheaper than CPU 
cycles in a web application.
It supports this markup types by default:
 * html: allows HTML, potentially unsafe
 * plain: plain text markup, calls urlize and replaces text with linebreaks
And this markups if the appropriate Python module is installed:
 * markdown: default markdown renderer (requires python-markdown)
 * restructuredtext: default ReST renderer (requires python-docutils)
 * textile: default textile renderer (requires python-textile) 


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkvAaIQACgkQeJ3z1zFMUGYKWgCeOVAYCDAur8YJBSOyf63iBxIE
ph8An1u0C5GsdXzv+eYv63ak+rehbB70
=ctyY
-END PGP SIGNATURE-



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



Bug#576262: ITP: django-countries -- Provides fixtures, models and flags for countries by ISO 3166-1 alpha-2 code

2010-04-03 Thread Fladischer Michael
Hi,

I prepared an upload to mentors.d.n which includes a patch to integrate
django-countries with iso-codes. Thanks for all the great feedback!

http://mentors.debian.net/debian/pool/main/d/django-countries/django-countries_1.0.2-1.dsc

Paul Wise, 2010-04-02 12:11:
 I suppose so, unless there are some differences. IIRC iso-codes includes
 lots of translations and django-countries seems to allow for
 translations to the country names.

The translations from iso-codes are now used automatically according to
the Django locale settings. I think that's really a great benefit for
everyone who is going to use this package.

 Runtime loading of the iso-codes stuff would be better than
 build-depends though.

The internal country list is now populated at runtime by parsing
iso_3166.xml with xml.dom.minidom and it provides the three originally
static lists/dicts.

 As for the icons I'll take a look on how to use them (and possibly the
 PNG variant too) directly from the famfamfam-flag-* package.
 
 Great, please do push the removal  dependency upstream too.

I notified upstream about my changes but I'm not sure if they will be
included because they heavily depend on the availability of Debian
packages. My changes will not be useful for people using it on Windows,
Solaris, ...

As I consider myself a poor writer of documentation someone should
eventually take a look at my README.Debian to assure that it's readable
and understandable for the average user. There's lots of room for
improvements I guess.

Kind regards,
Michael




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



Bug#576262: ITP: django-countries -- Provides fixtures, models and flags for countries by ISO 3166-1 alpha-2 code

2010-04-02 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-countries
  Version : 1.0.2
  Upstream Author : Chris Beaven smileych...@gmail.com
* URL : http://pypi.python.org/pypi/django-countries/
* License : MIT
  Programming Lang: Python
  Description : Provides fixtures, models and flags for countries by ISO 
3166-1 alpha-2 code

A Django application which provides all ISO 3166-1 countries as choices for 
use with forms, and a country field for models.
Also includes a small template filter for getting country flags by ISO 3166-1 
alpha-2 country code. 
247 flag icons from FamFamFam are included in GIF format.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAku1sB8ACgkQeJ3z1zFMUGaKIwCdGg1ViY0r8SEu5iN2zg4iweqF
ui8An1V20CAGM7TmK5aNIHuqqu6OhVPq
=gqkn
-END PGP SIGNATURE-



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



Bug#575817: ITP: django-auth-ldap -- LDAP authentication backend for Django

2010-03-29 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: django-auth-ldap
  Version : 1.0.2
  Upstream Author : Peter Sagerson psagers_p...@ignorare.net
* URL : http://bitbucket.org/psagers/django-auth-ldap/
* License : BSD
  Programming Lang: Python
  Description : LDAP authentication backend for Django

A Django authentication backend that authenticates against an LDAP
service. Configuration can be as simple as a single distinguished name
template, but there are many rich configuration options for working with
users, groups, and permissions.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuwsccACgkQeJ3z1zFMUGaWmwCbBeM0+rmSjeC89+H8z83+fXdG
8wwAn3Blv+GF+lI0CnofkgwpvxFxoWVl
=JJYY
-END PGP SIGNATURE-



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



Bug#575207: linux-image-2.6.33-2-686: budget.ko causes kernel Oops with TT-budget S2-1600 DVB pci card

2010-03-24 Thread Fladischer Michael
Package: linux-2.6
Version: 2.6.33-1~experimental.4
Severity: normal

Plugging a TT-budget S2-1600 DVb pci card into my system causes a kernel
Oops while loading the budget.ko module. The system continues to boot
but the card is unusable. With latest kernel 2.6.32 package the system
stops at boot time with a kernel panic while loading budget.ko.

-- Package-specific info:
** Version:
Linux version 2.6.33-2-686 (Debian 2.6.33-1~experimental.4) (m...@debian.org) 
(gcc version 4.3.4 (Debian 4.3.4-8) ) #1 SMP Thu Mar 18 07:30:30 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.33-2-686 root=/dev/mapper/system-root ro quiet

** Tainted: D (128)
 * Kernel has oopsed before.

** Kernel log:
[2.472362] sd 1:0:0:0: Attached scsi generic sg2 type 0
[2.472663] sd 1:0:1:0: Attached scsi generic sg3 type 0
[2.519311] usbcore: registered new interface driver hiddev
[2.535187] input: CHICONY Compaq USB Keyboard as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.0/input/input2
[2.535442] generic-usb 0003:049F:0051.0001: input,hidraw0: USB HID v1.10 
Keyboard [CHICONY Compaq USB Keyboard] on usb-:00:1d.0-1/input0
[2.567625] input: CHICONY Compaq USB Keyboard as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1:1.1/input/input3
[2.568403] generic-usb 0003:049F:0051.0002: input,hiddev0,hidraw1: USB HID 
v1.10 Device [CHICONY Compaq USB Keyboard] on usb-:00:1d.0-1/input1
[2.568734] usbcore: registered new interface driver usbhid
[2.568740] usbhid: USB HID core driver
[2.897873] md: raid1 personality registered for level 1
[2.973195] md: md0 stopped.
[2.979797] md: bindsdc
[2.981272] md: bindsdb
[2.988393] raid1: raid set md0 active with 2 out of 2 mirrors
[2.988445] md0: detected capacity change from 0 to 160041795584
[2.992616]  md0:
[3.025325] device-mapper: uevent: version 1.0.3
[3.026488] device-mapper: ioctl: 4.16.0-ioctl (2009-11-05) initialised: 
dm-de...@redhat.com
[3.043118]  unknown partition table
[3.459304] PM: Starting manual resume from disk
[3.459313] PM: Resume from partition 253:1
[3.459317] PM: Checking hibernation image.
[3.474166] PM: Error -22 checking image file
[3.474172] PM: Resume from disk failed.
[3.487075] JFS: nTxBlock = 3958, nTxLock = 31666
[5.586654] udev: starting version 151
[6.735101] i801_smbus :00:1f.3: PCI INT B - GSI 17 (level, low) - IRQ 
17
[6.967739] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[7.150907] intel_rng: Firmware space is locked read-only. If you can't or
[7.150912] intel_rng: don't want to disable this in firmware setup, and if
[7.150915] intel_rng: you are certain that your system has a functional
[7.150917] intel_rng: RNG, try using the 'no_fwh_detect' option.
[7.200137] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[7.496390] parport_pc 00:07: reported by Plug and Play ACPI
[7.496453] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
[8.163922] input: PC Speaker as /devices/platform/pcspkr/input/input4
[8.172821] saa7146: register extension 'budget dvb'.
[8.172883] budget dvb :05:04.0: PCI INT A - GSI 16 (level, low) - IRQ 
16
[8.172949] IRQ 16/: IRQF_DISABLED is not guaranteed on shared IRQs
[8.172978] saa7146: found saa7146 @ mem e0916000 (revision 1, irq 16) 
(0x13c2,0x101c).
[8.172992] saa7146 (0): dma buffer size 192512
[8.172997] DVB: registering new adapter (TT-Budget S2-1600 PCI)
[8.209018] adapter has MAC addr = 00:d0:5c:cc:a7:29
[8.328665] Intel ICH :00:1f.5: PCI INT B - GSI 17 (level, low) - IRQ 
17
[8.328753] Intel ICH :00:1f.5: setting latency timer to 64
[8.562047] DVB: Unable to find symbol stv090x_attach()
[8.562117] BUG: unable to handle kernel NULL pointer dereference at 00ac
[8.562239] IP: [e08b04a3] dvb_frontend_detach+0x4/0x67 [dvb_core]
[8.562338] *pde =  
[8.562417] Oops:  [#1] SMP 
[8.562532] last sysfs file: /sys/devices/virtual/net/lo/operstate
[8.562581] Modules linked in: snd_intel8x0(+) snd_ac97_codec ac97_bus 
budget(+) snd_pcsp budget_core saa7146 ttpci_eeprom dvb_core snd_pcm snd_timer 
snd parport_pc soundcore parport snd_page_alloc shpchp tpm_tis tpm tpm_bios 
rng_core pci_hotplug i2c_i801 serio_raw psmouse i2c_core processor evdev jfs 
dm_mod raid1 md_mod usbhid hid sg sr_mod cdrom sd_mod crc_t10dif ata_generic 
ata_piix uhci_hcd e100 libata intel_agp mii floppy ehci_hcd scsi_mod usbcore 
agpgart nls_base button thermal fan thermal_sys [last unloaded: scsi_wait_scan]
[8.564753] 
[8.564798] Pid: 537, comm: modprobe Not tainted 2.6.33-2-686 #1 07E8h/Evo 
D310
[8.564860] EIP: 0060:[e08b04a3] EFLAGS: 00010246 CPU: 0
[8.564921] EIP is at dvb_frontend_detach+0x4/0x67 [dvb_core]
[8.564979] EAX:  EBX:  ECX: d75c9e88 EDX: e0904b79
[8.565038] ESI:  EDI: e0904b63 EBP:  ESP: d75c9e7c
[8.565096]  DS: 007b ES: 007b 

Bug#573437: ITP: importlib -- Backport of importlib.import_module() from Python 2.7

2010-03-11 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: importlib
  Version : 1.0.1
  Upstream Author : Brett Cannon br...@python.org
* URL : http://pypi.python.org/pypi/importlib/
* License : Python Software Foundation License
  Programming Lang: Python
  Description : Backport of importlib.import_module() from Python 2.7

This package contains the code from importlib as found in Python 2.7. It
is provided so that people who wish to use importlib.import_module()
with a version of Python prior to 2.7 or in 3.0 have the function
readily available. The code in no way deviates from what can be found in
the 2.7 trunk.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuY/jEACgkQeJ3z1zFMUGZa7ACeLvXADwZACfNmzPpJPGqpIUry
zyMAoIH15/e2OsH/w0j0d6M44HU0+NQr
=yzzV
-END PGP SIGNATURE-



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



Bug#573162: ITP: django-picklefield -- Pickled object field for Django

2010-03-09 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: django-picklefield
  Version : 0.1
  Upstream Author : Shrubbery Software t...@shrubberysofts. com
* URL : http://github.com/shrubberysoft/django-picklefield
* License : MIT
  Programming Lang: Python
  Description : Pickled object field for Django

django-picklefield provides an implementation of a pickled object field for the 
Django framework.  Such fields can contain any picklable objects.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuWToEACgkQeJ3z1zFMUGbNIQCdEmW3mbDfahDmhZkNQlgEXemw
FuwAniZWsGuo/c/JmN/dLfMpgUc3FszH
=ziD/
-END PGP SIGNATURE-



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



Bug#571656: ITP: billiard -- Multiprocessing Pool Extensions for Python

2010-02-26 Thread Fladischer Michael
Package: wnpp
Severity: wishlist
Owner: Fladischer Michael fladischermich...@fladi.at

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


* Package name: billiard
  Version : 0.2.3
  Upstream Author : Ask Solem a...@opera.com
* URL : http://pypi.python.org/pypi/billiard/
* License : BSD
  Programming Lang: Python
  Description : Multiprocessing Pool Extensions for Python


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkuIKW4ACgkQeJ3z1zFMUGZMHQCbBsNwlaNy2Ss93+9B+OOY+4al
mS0An0gyeaaawjD23yvJgvDr/l+04Wwc
=cRMd
-END PGP SIGNATURE-



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



Bug#570339: heartbeat-2-gui: Depends on python-xml

2010-02-18 Thread Fladischer Michael
Package: heartbeat-2-gui
Version: 2.99.2+sles11r9-6
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The package depends on python-xml which seems to be no longer available
in unstable, rendering the package uninstallable.

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

Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkt89PoACgkQeJ3z1zFMUGZN2ACeJHKEn3zxGF5H+v9x0PJJ5R1P
PzMAniJggCoMjWL/H5NIPXxZDGaxVy0z
=9mqW
-END PGP SIGNATURE-



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



Bug#570220: tomcat6: Not able to load class org.apache.tomcat.util.log.SystemLogHandler

2010-02-17 Thread Fladischer Michael
Package: tomcat6
Version: 6.0.24-1
Severity: grave
Justification: renders package unusable

Running '/etc/init.d/tomcat6 start' is not able to start tomcat6 and
results in the following error in /var/log/tomcat6/catalina.out:

java.lang.NoClassDefFoundError: org/apache/tomcat/util/log/SystemLogHandler
  at java.lang.Class.getDeclaredConstructors0(Native Method)
  at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)
  at java.lang.Class.getConstructor0(Class.java:2716)
  at java.lang.Class.newInstance0(Class.java:343)
  at java.lang.Class.newInstance(Class.java:325)
  at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:219)
  at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:391)
Caused by: java.lang.ClassNotFoundException: 
org.apache.tomcat.util.log.SystemLogHandler
  at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
  at java.security.AccessController.doPrivileged(Native Method)
  at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
  at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
  ... 7 more

I think the tomcat.jar is missing in either tomcat6 or libtomcat6-java.

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

Kernel: Linux 2.6.32-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tomcat6 depends on:
ii  adduser   3.112  add and remove users and groups
ii  tomcat6-common6.0.24-1   Servlet and JSP engine -- common f

Versions of packages tomcat6 recommends:
pn  authbind  none (no description available)

Versions of packages tomcat6 suggests:
ii  tomcat6-admin 6.0.24-1   Servlet and JSP engine -- admin we
pn  tomcat6-docs  none (no description available)
pn  tomcat6-examples  none (no description available)
pn  tomcat6-user  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
Archive: 
http://lists.debian.org/20100217122038.15650.71698.report...@fladi-uni.broker.freenet6.net



Bug#555741: monit: Port for HTTP not bound

2009-11-11 Thread Fladischer Michael
Package: monit
Version: 1:5.0.3-3
Severity: normal

Running monit as root (/usr/sbin/monit -c /etc/monit/monitrc -s
/var/lib/monit/monit.state) and the following lines in
/etc/monit/monitrc does not result in monit listening on port 2812 for
HTTP requests:

set httpd port 2812 and
 use address localhost

$ sudo netstat -ntpl |grep monit
shows no listening port.

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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages monit depends on:
ii  libc6 2.10.1-6   GNU C Library: Shared libraries
ii  libpam0g  1.1.0-4Pluggable Authentication Modules l
ii  libssl0.9.8   0.9.8k-5   SSL shared libraries

monit recommends no packages.

monit 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#552614: gnome-shell: Fails to start because of unexpected X error

2009-10-28 Thread Fladischer Michael
Package: gnome-shell
Version: 2.28.1~git20091024-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Trying to start gnome-shell fails with this error:

$ LC_ALL=C gnome-shell --xephyr
xauth:  creating new authority file /tmp/gnome-shell.CjPyQ7/database
SELinux: Disabled on system, not enabling in X server
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing 
from list!
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
(EE) config/hal: NewInputDeviceRequest failed (2)
  JS LOG: conforming method: IntrospectRemote for 
org.freedesktop.DBus.Introspectable
  JS LOG: Loading tweener.js
  JS LOG: Loading tweenlist.js
  JS LOG: Done loading tweenlist.js
  JS LOG: Done loading tweener.js
  JS LOG: Loading equations.js
  JS LOG: Done loading equations.js
Bug in window manager: Unexpected X error: BadRequest (invalid request code or 
no such operation) serial 548 error_code 1 request_code 149 minor_code 179)
Shell killed with signal 6
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server :64.0
  after 63 requests (51 known processed) with 0 events remaining.
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server :64.0
  after 80 requests (80 known processed) with 0 events remaining.
xterm:  fatal IO error 11 (Resource temporarily unavailable) or KillClient on X 
server :64.0

Xephyr itself runs fine. Using different WMS like metacity and compiz does not 
help.
Graphics card is Nvidia with binary blob.



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

Kernel: Linux 2.6.31-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-shell depends on:
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gir1.0-clutter-1.0  1.0.8-1  GObject introspection data for the
ii  gir1.0-freedesktop  0.6.5-4  Introspection data for some FreeDe
ii  gir1.0-glib-2.0 0.6.5-4  Introspection data for GLib, GObje
ii  gir1.0-gtk-2.0  0.6.5-2  GObject introspection data for the
ii  gir1.0-mutter-2.28  2.28.1~git20091024-1 GObject introspection data for Mut
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libc6   2.9-27   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libclutter-1.0-01.0.8-1  Open GL based interactive canvas l
ii  libcroco3   0.6.1-2  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libgirepository1.0- 0.6.5-4  Library for handling GObject intro
ii  libgjs0 0.4-3Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [li 7.6-1A free implementation of the OpenG
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libgnome-desktop-2- 2.28.0-1 Utility library for loading .deskt
ii  libgnome-menu2  2.28.0-1 an implementation of the freedeskt
ii  libgstreamer0.10-0  0.10.25-2Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.18.3-1 The GTK+ graphical user interface 
ii  libmozjs2d  1.9.1.3-3The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d 4.8-1NetScape Portable Runtime Library
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.0-1 SAX-based renderer library for SVG
ii  libstartup-notifica 0.10-1   library for program launch feedbac
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxcomposite1  1:0.4.0-4X11 Composite extension library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxml2 

Bug#552021: tryton-modules-account: tax.xml malformed

2009-10-22 Thread Fladischer Michael
Package: tryton-modules-account
Version: 1.4.0-1
Severity: important
Tags: patch

/usr/share/pyshared/trytond/modules/account/tax.xml contains a malfored
last line with some garbage at the end. This prevents SAX from parsing
this file.

The attached patch fixed it for me.

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tryton-modules-account depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-egenix-mxbeebase   3.1.2-5on-disk B+Tree based database kit 
ii  python-pkg-resources  0.6.4-1Package Discovery and Resource Acc
ii  python-support1.0.4  automated rebuilding support for P
ii  tryton-modules-company1.4.0-1Tryton Application Platform (Compa
ii  tryton-modules-currency   1.4.0-1Tryton Application Platform (Curre
ii  tryton-modules-party  1.4.0-1Tryton Application Platform (Party
ii  tryton-server 1.4.1-1Tryton Application Platform (Serve

tryton-modules-account recommends no packages.

tryton-modules-account suggests no packages.

-- no debconf information


tryton-modules-account-tax.patch
Description: Binary data


Bug#544687: libpam-unix2: forks numerous instances of unix2_chkpwd

2009-09-02 Thread Fladischer Michael
Package: libpam-unix2
Version: 1:2.4.1-4
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If an application with a UID greater than 0 tries to authenticate a user
using pam_unix2.so (e.g. gnome-screensaver or su) it starts to forks
numerous instances of the helper binary unix2_chkpwd:

  PID TTY  STAT   TIME COMMAND
   7690 pts/2Ss 0:00 -bash
   12696 pts/2SL+0:00  \_ su - FidlerAnke
   12700 pts/2SL+0:00  \_ /sbin/unix2_chkpwd su FidlerAnke
   12730 pts/2SL+0:00  \_ /sbin/unix2_chkpwd su
   FidlerAnke
   12744 pts/2SL+0:00  \_ /sbin/unix2_chkpwd su
   FidlerAnke
   12766 pts/2SL+0:00  \_ /sbin/unix2_chkpwd su
   FidlerAnke
   12810 pts/2SL+0:00  \_ /sbin/unix2_chkpwd
   su FidlerAnke
   12813 pts/2SL+0:00  \_
   /sbin/unix2_chkpwd su FidlerAnke
   12827 pts/2SL+0:00  \_
   /sbin/unix2_chkpwd su FidlerAnke
   12834 pts/2SL+0:00  \_
   /sbin/unix2_chkpwd su FidlerAnke
   12860 pts/2SL+0:00  \_
   /sbin/unix2_chkpwd su FidlerAnke

Logging information after adding debug flag to pam_unix2.so:
su[13468]: pam_unix2(su:auth): pam_sm_authenticate() called
su[13468]: pam_unix2(su:auth): username=[FidlerAnke]
su[13468]: pam_unix2(su:auth): running helper binary
su[13468]: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.
unix2_chkpwd: pam_unix2(su:auth): pam_sm_authenticate() called
unix2_chkpwd: pam_unix2(su:auth): username=[FidlerAnke]
unix2_chkpwd: pam_unix2(su:auth): running helper binary
unix2_chkpwd: pam_unix2(su:auth): _unix2_run_helper_binary called.

... and so on.

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpam-unix2 depends on:
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libpam0g  1.1.0-2Pluggable Authentication Modules l
ii  libxcrypt11:2.4-1Crypt library for DES, MD5, and bl

libpam-unix2 recommends no packages.

libpam-unix2 suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqeWR0ACgkQeJ3z1zFMUGZN6gCeJJ0t2JVi8mSsuuROkDygDe61
loUAnAxEOyQbIxNnFGtFP1kEFs90Q7vq
=ugF/
-END PGP SIGNATURE-



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



Bug#536519: rpm: Cannot upgrade due to db4 error

2009-07-10 Thread Fladischer Michael
Package: rpm
Version: 4.7.0-8
Severity: important

The latest run of aptitude safe-upgrade brought up this error:

Setting up rpm (4.7.0-8) ...
error: db4 error(22) from dbenv-open: Invalid argument
error: cannot open Packages index using db3 - Invalid argument (22)
dpkg: error processing rpm (--configure):
 subprocess installed post-installation script returned error exit
status 254
Errors were encountered while processing:
 rpm
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rpm depends on:
ii  libc6  2.9-19GNU C Library: Shared libraries
ii  libelf10.141-2   library to read and write ELF file
ii  libnss3-1d 3.12.3-1  Network Security Service libraries
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  librpm04.7.0-8   RPM shared library
ii  librpmbuild0   4.7.0-8   RPM build shared library
ii  librpmio0  4.7.0-8   RPM IO shared library
ii  perl   5.10.0-24 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime

rpm recommends no packages.

Versions of packages rpm suggests:
pn  alien none (no description available)
pn  elfutils  none (no description available)
pn  rpm-i18n  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#536519: rpm: Running db4.6_recover fixes it

2009-07-10 Thread Fladischer Michael
Package: rpm
Severity: normal

Running `db4.6_recover -h /var/lib/rpm/` before upgrading fixes the
error.

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

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages rpm depends on:
ii  libc6  2.9-19GNU C Library: Shared libraries
ii  libelf10.141-2   library to read and write ELF file
ii  libnss3-1d 3.12.3-1  Network Security Service libraries
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  librpm04.7.0-8   RPM shared library
ii  librpmbuild0   4.7.0-8   RPM build shared library
ii  librpmio0  4.7.0-8   RPM IO shared library
ii  perl   5.10.0-24 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-14 compression library - runtime

rpm recommends no packages.

Versions of packages rpm suggests:
pn  alien none (no description available)
pn  elfutils  none (no description available)
pn  rpm-i18n  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#536368: ia32-sun-java6-bin: Still depends on ia32-libs

2009-07-09 Thread Fladischer Michael
Package: ia32-sun-java6-bin
Version: 6-14-1
Severity: normal


Following the latest ia32 transition, ia32-sun-java6-bin still depends
ia32-libs which is to be replaced by the new mechanism provided by the
ia32-apt-get wrapper.

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ia32-sun-java6-bin depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  ia32-libs 1:3.0  ia32 shared libraries for use on a
ii  libc6-i3862.9-19 GNU C Library: 32-bit shared libra
ii  sun-java6-jre 6-14-1 Sun Java(TM) Runtime Environment (

Versions of packages ia32-sun-java6-bin recommends:
di  lib32asound2  1.0.20-3   shared library for ALSA applicatio

ia32-sun-java6-bin suggests no packages.

-- debconf information:
* shared/accepted-sun-dlj-v1-1: true
  shared/error-sun-dlj-v1-1:
* shared/present-sun-dlj-v1-1:



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



Bug#535542: sshmenu-gnome: Does not start

2009-07-03 Thread Fladischer Michael
Package: sshmenu-gnome
Version: 3.15-1
Severity: important

Adding sshmenu top the Gnome panel does not work. Starting is on the
shell through /usr/lib/gnome-panel/sshmenu-applet brings up the
following error:

$ /usr/lib/gnome-panel/sshmenu-applet
/usr/lib/ruby/1.8/panelapplet2.rb:8:in `require': no such file to load
-- panelapplet2_main.so (LoadError)
  from /usr/lib/ruby/1.8/panelapplet2.rb:8
  from /usr/lib/gnome-panel/sshmenu-applet:13:in `require'
  from /usr/lib/gnome-panel/sshmenu-applet:13


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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sshmenu-gnome depends on:
ii  gnome-terminal2.26.2-2   The GNOME terminal emulator applic
ii  libgconf2-ruby0.19.0-1   GConf 2 bindings for the Ruby lang
ii  libgnome2-ruby0.19.0-1   GNOME 2 bindings for the Ruby lang
ii  libpanel-applet2-ruby 0.19.0-1   GNOME 2 panel applet library bindi
ii  ruby  4.2An interpreter of object-oriented 
ii  sshmenu   3.15-1 A standalone for connecting to hos

sshmenu-gnome recommends no packages.

sshmenu-gnome 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#522155: conduit: Error no longer occures

2009-06-10 Thread Fladischer Michael
Package: conduit
Severity: normal

I can't tell why, but this bug no longer occures on my machine.
Can be closed if no one other is still affected.


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

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages conduit depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-feedparser 4.1-13 Universal Feed Parser for Python
ii  python-glade2 2.14.1-3   GTK+ bindings: Glade support
ii  python-gnome2 2.26.1-1   Python bindings for the GNOME desk
ii  python-gnome2-desktop 2.24.1-1   Python bindings for the GNOME desk
ii  python-gtk2   2.14.1-3   Python bindings for the GTK+ widge
ii  python-pygoocanvas0.10.0-2   GooCanvas Python bindings
ii  python-pysqlite2  2.5.5-1Python interface to SQLite 3
pn  python-supportnone (no description available)
ii  python-vobject0.6.0-1parse iCalendar and VCards in Pyth
ii  python-webkit 1.0.2-1WebKit/Gtk Python bindings
ii  scrollkeeper  0.3.14-16  A free electronic cataloging syste

Versions of packages conduit recommends:
ii  python-gpod   0.7.0-2Python bindings for libgpod
ii  python-simplejson 2.0.9-1Simple, fast, extensible JSON enco

Versions of packages conduit suggests:
pn  ffmpeg  none   (no description available)
ii  mencoder1:1.0.rc2svn20090604-0.1 MPlayer's Movie 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#530896: spamassassin: Init script does not provide status action

2009-05-28 Thread Fladischer Michael
Package: spamassassin
Version: 3.2.5-4
Severity: normal
Tags: patch

The init script action status is required to run spamassassin in
cluster setup (heartbet/cman). This patch adds this functionality to the
init script.


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

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamassassin depends on:
pn  libarchive-tar-perl   none (no description available)
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.60-1 collection of modules that parse H
ii  libio-zlib-perl   1.09-1.1   IO:: style interface to gzip/zlib 
ii  libnet-dns-perl   0.65-1 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.826-1WWW client/server library for Perl
ii  perl  5.10.0-22  Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib-perl 5.10.0-22  Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc   4:4.3.3-8  The GNU C compiler
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  libc6-dev 2.9-12 GNU C Library: Development Librari
ii  libio-socket-inet6-perl   2.54-1.1   Object interface for AF_INET6 doma
ii  libmail-spf-perl  2.005-1Perl implementation of Sender Poli
ii  libsys-syslog-perl0.27-1 Perl interface to the UNIX syslog(
ii  make  3.81-5 The GNU version of the make util
ii  perl [libsys-syslog-perl] 5.10.0-22  Larry Wall's Practical Extraction 
ii  re2c  0.13.5-1   tool for generating fast C-based r
ii  spamc 3.2.5-4Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-p 2.015-1   Perl module for creation and manip
ii  libdbi-perl1.608-1   Perl5 database interface by Tim Bu
ii  libio-socket-ssl-p 1.24-1Perl module implementing object or
ii  libmail-dkim-perl  0.33-1cryptographically identify the sen
ii  libnet-ident-perl  1.20-5lookup the username on the remote 
ii  perl [libcompress- 5.10.0-22 Larry Wall's Practical Extraction 
ii  pyzor  1:0.4.0+cvs20030201-8 spam-catcher using a collaborative
ii  razor  1:2.85-3  spam-catcher using a collaborative

-- no debconf information
--- spamassassin.orig   2009-05-28 19:03:32.970462391 +0200
+++ spamassassin2009-05-28 19:04:09.871252059 +0200
@@ -31,6 +31,8 @@
 OPTIONS=
 NICE=
 
+. /lib/lsb/init-functions
+
 test -f /etc/default/spamassassin  . /etc/default/spamassassin
 
 DOPTIONS=-d --pidfile=$PIDFILE
@@ -73,10 +75,12 @@
 
echo $NAME.
;;
-
+  status)
+status_of_proc -p $PIDFILE $DAEMON $NAME  exit 0 || exit $?
+;;
   *)
N=/etc/init.d/$SNAME
-   echo Usage: $N {start|stop|restart|reload|force-reload} 2
+   echo Usage: $N {start|stop|restart|reload|force-reload|status} 2
exit 1
;;
 esac


Bug#527055: python-twitter: No longer in sync with Twitter REST API

2009-05-05 Thread Fladischer Michael
Package: python-twitter
Version: 0.5-3
Severity: important

Since Twitter changed its API a lot since the last release of
python-twitter a lot of methods exposed by this package do no longer
work as expected (i.e. twitter.Api.GetUserTimeline(user=someone,since=...)).
Please include latest changes from upstream subversion to reflect the
new API and to make this package useable again.


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

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-twitter depends on:
ii  python2.5.4-2An interactive high-level object-o
ii  python-simplejson 2.0.9-1Simple, fast, extensible JSON enco
ii  python-support1.0.2  automated rebuilding support for P

python-twitter recommends no packages.

python-twitter 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#522935: RFP: emerald -- Window Decorator shipped with Compiz Fusion.

2009-04-07 Thread Fladischer Michael
Package: wnpp
Severity: wishlist


* Package name: emerald
  Version : 0.8.2
  Upstream Author : David Reveman dav...@novell.com, Quinnstorm
livinglatexk...@gmail.com
* URL : http://releases.compiz.org/components/emerald/
* License : GPL
  Programming Lang: C
  Description : Window Decorator shipped with Compiz Fusion.

Emerald allows for all sorts of different configurations and layouts of
buttons, look, title bars and frames. Emerald Window Decorator is
completely independent of any desktop, and you specify your own themes
to use for it.



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



Bug#522985: compiz-core: Wrong path in /usr/bin/compiz

2009-04-07 Thread Fladischer Michael
Package: compiz-core
Version: 0.8.2-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The path for the compiz.real binary and the plugins in /usr/bin/compiz
point to /usr/local/ ...

The patch fixed it for me.

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

Kernel: Linux 2.6.28-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compiz-core depends on:
ii  libc6   2.9-7GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl1]7.0.3-7  A free implementation of the OpenG
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libsm6  2:1.1.0-2X11 Session Management library
ii  libstartup-notification00.9-1library for program launch feedbac
ii  libx11-62:1.2-1  X11 client-side library
ii  libxcomposite1  1:0.4.0-3X11 Composite extension library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxinerama12:1.0.3-2X11 Xinerama extension library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  mesa-utils  7.0.3-7  Miscellaneous Mesa GL utilities

Versions of packages compiz-core recommends:
ii  compiz-plugins0.8.2-1OpenGL window and compositing mana

Versions of packages compiz-core suggests:
ii  nvidia-glx180.29-1   NVIDIA binary Xorg driver

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknbmu4ACgkQeJ3z1zFMUGZ29gCdELenJboF0RBRXnvEU/tRoO7U
0d0AoIuUvddS6BAd/nrVhqZ7wBGcJecu
=tNiW
-END PGP SIGNATURE-
--- compiz.old  2009-04-07 19:54:34.979534279 +0200
+++ compiz  2009-04-07 19:55:11.007584913 +0200
@@ -27,13 +27,13 @@
 # 
 
 
-COMPIZ_BIN_PATH=/usr/local/bin/ # For window decorators and compiz
-PLUGIN_PATH=/usr/local/lib/compiz/ 
+COMPIZ_BIN_PATH=/usr/bin/ # For window decorators and compiz
+PLUGIN_PATH=/usr/lib/compiz/ 
 GLXINFO=/usr/bin/glxinfo
 KWIN=/usr/bin/kwin
 METACITY=/usr/bin/metacity
 XFWM=/usr/bin/xfwm
-COMPIZ_NAME=compiz # Final name for compiz (compiz.real) 
+COMPIZ_NAME=compiz.real # Final name for compiz (compiz.real) 
 
 # For Xgl LD_PRELOAD
 LIBGL_NVIDIA=/usr/lib/nvidia/libGL.so.1.2.xlibmesa


Bug#522155: conduit: Does not start because of File format not recognized

2009-04-01 Thread Fladischer Michael
Package: conduit
Version: 0.3.15-1
Severity: normal

Result of trying to start conduit:

$ conduit
WARNING: COULD NOT FIND FIREFOX LIBRARIES
WARNING: CONDUIT MAY CRASH UNEXPECTEDLY
WARNING: PLEASE TALK TO THE PERSON WHO PACKAGED CONDUIT
[Main][INFO   ] Conduit v0.3.15 Installed: True
(Main.py:99)
[Main][INFO   ] Python: 2.5.4 (r254:67916, Feb 18 2009,
03:00:47) 
[GCC 4.3.3] (Main.py:100)
[Main][INFO   ] Platform Implementations:
GnomeVfs,webkit,GConf (Main.py:101)
[Main][INFO   ] Using UI: gtk (Main.py:131)
[gtkui.Canvas][INFO   ] Module Information: goocanvas v(0, 10,
0) (/usr/lib/pymodules/python2.5/goocanvasmodule.so) (Canvas.py:25)
[modules.AVConverter ][INFO   ] Module Information: gst v(0, 10, 14)
(/usr/lib/python2.5/site-packages/gst-0.10/gst/__init__.pyc)
(AudioVideoConverterModule.py:23)
[modules.Backpack][INFO   ] Module Information: backpack
(/usr/lib/conduit/modules/BackpackModule/backpack/backpack.pyc)
(BackpackModule.py:22)
[modules.Evolution   ][INFO   ] Module Information: evolution v(2, 2, 2)
(/usr/lib/pymodules/python2.5/gtk-2.0/evolution/__init__.pyc)
(EvolutionModule.py:25)
[modules.Facebook][INFO   ] Module Information: pyfacebook v0.1
(/usr/lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyc)
(FacebookModule.py:30)
[modules.Feed][INFO   ] Module Information: feedparser v4.1
(/usr/lib/pymodules/python2.5/feedparser.pyc) (FeedModule.py:20)
[modules.Feed][INFO   ] Patching feedparser issue #100
(FeedModule.py:26)
[modules.Flickr  ][INFO   ] Module Information: flickrapi v1.1
(/usr/lib/conduit/modules/FlickrModule/flickrapi/__init__.pyc)
(FlickrModule.py:26)
[modules.Google  ][INFO   ] Module Information: gdata
(/usr/lib/conduit/modules/GoogleModule/gdata/__init__.pyc)
(GoogleModule.py:45)
[modules.Network ][INFO   ] Network support enabled
(NetworkModule.py:30)
[modules.Network ][DEBUG  ] Starting AvahiAdvertiser server
(Server.py:35)
[modules.Network ][DEBUG  ] Announcing avahi conduit service
(Peers.py:159)
[modules.iPod][INFO   ] Module Information: gpod v(0, 7, 0)
(/usr/lib/python2.5/site-packages/gpod/__init__.pyc) (iPodModule.py:43)
[dataproviders.VolumeFactory][DEBUG  ] Adjusted mount: file:///boot
(VolumeFactory.py:25)
[dataproviders.VolumeFactory][DEBUG  ] Adjusted mount: file:///boot
(VolumeFactory.py:25)
[gtkui.UI][INFO   ] Main window constructed  (thread:
140458284361456) (UI.py:202)
[SyncSet ][INFO   ] Restoring Sync Set from
/home/users/FladischerMichael/.config/conduit/settings.xml
(SyncSet.py:195)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[Conduit ][DEBUG  ] Enabling Auto Sync (Conduit.py:270)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=True)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)
[Conduit ][DEBUG  ] Enabling Two Way Sync (Conduit.py:244)
[SyncSet ][DEBUG  ] Restoring TomboyNoteTwoWay to
(source=True) (SyncSet.py:60)
[modules.Tomboy  ][INFO   ] Using Tomboy Version (0, 12, 2)
(TomboyModule.py:139)
[Conduit ][DEBUG  ] Adding twoway dataprovider into source
position (Conduit.py:140)
[SyncSet ][DEBUG  ] Restoring FolderTwoWay to (source=False)
(SyncSet.py:60)
[Conduit ][DEBUG  ] Adding twoway dataprovider into sink
position (Conduit.py:146)

Bug#522065: sudo-ldap: Does not read it's LDAP configuration since 1.7.0

2009-03-31 Thread Fladischer Michael
Package: sudo-ldap
Version: 1.7.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Since the 1.7.0 release sudo-ldap does no longer read it's configuration
file, which is by now /etc/sudo-ldap.conf.
On my system '/etc/sudo-ldap.conf' is ah symlink to
'/etc/ldap/ldap.conf', 
the configuration that worked with pre-1.7.0.

Running `strace` shows that sudo does not open any of this configuration 
files despite '/etc/sudoers'.

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

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages sudo-ldap depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libldap-2.4-2 2.4.15-1   OpenLDAP libraries
ii  libpam-modules1.0.1-9Pluggable Authentication Modules f
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l

sudo-ldap recommends no packages.

sudo-ldap suggests no packages.

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknSIsAACgkQeJ3z1zFMUGZczgCggdTAGkF9ykHQLvC1qAPt2YS8
9lsAn3uE8mNIGKhhymTliwa8NuQVhsmF
=r4DA
-END PGP SIGNATURE-



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



Bug#511211: xen-tools: Wrong path for rinse

2009-01-08 Thread Fladischer Michael
Package: xen-tools
Version: 3.9-6
Severity: normal
Tags: patch

When selecting rinse as the installation-method it writes an error to
its log file. The command used was:

xen-create-image --hostname=centos --dist=centos-5 \
--install-method=rinse

Excerpt from /var/log/xen-tools/centos.log:

Installation method: rinse
The following required binary for the installation was not found
  /usr/bin/rinse
Done
System installation failed.  Aborting

This happens because the rinse package installs its binary in /usr/sbin/
and not in /usr/bin as expected by xen-tools.
The attached patch should fix this by setting the path for rinse to
/usr/sbin/rinse in xt-install-image.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xen-tools depends on:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  libconfig-inifiles-perl   2.39-5 Read .ini-style configuration file
ii  libtext-template-perl 1.44-1.2   Text::Template perl module
ii  perl-modules  5.10.0-19  Core Perl modules

Versions of packages xen-tools recommends:
ii  libexpect-perl1.20-2 Expect.pm - Perl Expect interface
ii  reiserfsprogs 1:3.6.19-6 User-level tools for ReiserFS file
ii  rinse 1.5-1  RPM installation environment
ii  xen-hypervisor-3.2-1-i386 [xe 3.2.1-2The Xen Hypervisor on i386
ii  xen-shell 1.9-1  Console based Xen administration u
ii  xfsprogs  2.10.2-1   Utilities for managing the XFS fil

xen-tools suggests no packages.

-- no debconf information
--- xen-tools-3.9/bin/xt-install-image  2009-01-08 15:42:01.629736478 +0100
+++ xen-tools-3.9/bin/xt-install-image  2009-01-08 15:42:28.270501726 +0100
@@ -143,7 +143,7 @@
  },
  rinse = {
  sub= \do_rinse,
- needBinary = /usr/bin/rinse,
+ needBinary = /usr/sbin/rinse,
  },
  rpmstrap = {
 sub= \do_rpmstrap,


Bug#509922: postfix: Mention 'status' in init skript usage output

2008-12-27 Thread Fladischer Michael
Package: postfix
Version: 2.5.5-1.1
Severity: minor
Tags: patch

There already is an action 'status' implemented inside the init script.
This patch extends the output of the usage message to display this
action.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages postfix depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  dpkg  1.14.23Debian package management system
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libdb4.3  4.3.29-12  Berkeley v4.3 Database Libraries [
pn  libsasl2  none (no description available)
ii  libssl0.9.8   0.9.8g-14  SSL shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  netbase   4.34   Basic TCP/IP networking system
ii  ssl-cert  1.0.23 simple debconf wrapper for OpenSSL

Versions of packages postfix recommends:
ii  bsd-mailx [mail-re 8.1.2-0.20081101cvs-2 A simple mail user agent
ii  resolvconf 1.43  name server information handler

Versions of packages postfix suggests:
ii  libsasl2-modules 2.1.22.dfsg1-23 Cyrus SASL - pluggable authenticat
pn  postfix-ldap none  (no description available)
pn  postfix-mysqlnone  (no description available)
pn  postfix-pcre none  (no description available)
pn  postfix-pgsqlnone  (no description available)
pn  procmail none  (no description available)
pn  sasl2-binnone  (no description available)
--- debian.orig/init.d  2008-12-27 15:44:48.918014600 +0100
+++ debian/init.d   2008-12-27 15:46:25.254582629 +0100
@@ -160,7 +160,7 @@
 ;;
 
 *)
-   log_action_msg Usage: /etc/init.d/postfix 
{start|stop|restart|reload|flush|check|abort|force-reload}
+   log_action_msg Usage: /etc/init.d/postfix 
{start|stop|restart|reload|flush|check|abort|force-reload|status}
exit 1
 ;;
 esac


Bug#509694: dovecot-common: Add 'status' action to init script

2008-12-24 Thread Fladischer Michael
Package: dovecot-common
Version: 1:1.0.15-2.3
Severity: wishlist
Tags: patch

Rgmanager (part of an CMAN cluster) requires an action 'status' to be
available on init scripts used for clustered services.
I've included a patch to call status_of_proc and return the appropriate
exit code defined by LSB and mentioned in #291148 and #483285.


--- debian/dovecot-common.init.orig 2008-12-24 22:45:03.316742397 +0100
+++ debian/dovecot-common.init  2008-12-24 22:47:26.508382494 +0100
@@ -170,9 +170,12 @@
 ;;
 esac
 ;;
+  status)
+status_of_proc -p $PIDFILE $DAEMON $NAME  exit 0 || exit $?
+;;
   *)
 #echo Usage: $SCRIPTNAME {start|stop|restart|reload|force-reload} 2
-echo Usage: $SCRIPTNAME {start|stop|restart|force-reload} 2
+echo Usage: $SCRIPTNAME {start|stop|restart|force-reload|status} 2
 exit 3
 ;;
 esac

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

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

dovecot-common recommends no packages.

dovecot-common suggests no packages.



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



Bug#506312: dspam: Optional dependency on maildrop and courier-maildrop MDA

2008-11-20 Thread Fladischer Michael
Package: dspam
Version: 3.6.8-9
Severity: wishlist
Tags: patch

Dspam only depends on procmail or sensible-mda.
It would be nice if the dependencies would be extended to include
maildrop and courier-maildrop to prevent another MDA from being
installed if maildrop is already deployed and in use.

Patch for control file:

--- dspam-3.6.8.orig/debian/control 2008-11-20 14:27:15.088629317 +0100
+++ dspam-3.6.8/debian/control  2008-11-20 14:28:26.377968263 +0100
@@ -9,7 +9,7 @@
 
 Package: dspam
 Architecture: any
-Depends: procmail | sensible-mda, ${shlibs:Depends}
+Depends: procmail | sensible-mda | maildrop | courier-maildrop, 
${shlibs:Depends}
 Recommends: dspam-doc, clamav-daemon
 Description: is a scalable, fast and statistical anti-spam filter
  DSPAM is a dedicated statistical filter with minimal resources. It includes

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

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

Versions of packages dspam depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libdspam7 3.6.8-9DSPAM is a scalable and statistica
ii  libldap-2.4-2 2.4.11-1   OpenLDAP libraries
di  procmail  3.22-16Versatile e-mail processor

Versions of packages dspam recommends:
ii  clamav-daemon  0.94.dfsg.1-1 anti-virus utility for Unix - scan
ii  dspam-doc  3.6.8-9   Documentation for dspam

dspam suggests no packages.

-- no debconf information



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