Bug#656208: asterisk: postinst script doesn't quote directories for chown

2012-01-17 Thread Pocos System Administrator
Package: asterisk
Version: 1:1.6.2.9-2+squeeze4
Severity: grave
Tags: patch
Justification: renders package unusable


When asterisk is upgraded, and some of the directories it chowns
contain spaces, the package remains unconfigured.


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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 asterisk depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  asterisk-config-cu 1.1.3 Asterisk configuration by POCOS
ii  asterisk-sounds-ma 1:1.6.2.9-2+squeeze4  Core Sound files for Asterisk (Eng
ii  dahdi  1:2.2.1.1-1   utilities for using the DAHDI kern
ii  libasound2 1.0.23-2.1shared library for ALSA applicatio
ii  libc-client2007e   8:2007e~dfsg-3.1  c-client library for mail protocol
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcap21:2.19-3  support for getting/setting POSIX.
ii  libcurl3   7.21.0-2  Multi-protocol file transfer libra
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgmime-2.0-2a2.2.25-2  MIME library
ii  libgsm11.0.13-3  Shared libraries for GSM speech co
ii  libiksemel31.2-4 C library for the Jabber IM platfo
ii  libjack-jackd2-0 [ 1.9.6~dfsg.1-2JACK Audio Connection Kit (librari
ii  libldap-2.4-2  2.4.23-7.2OpenLDAP libraries
ii  liblua5.1-05.1.4-5   Simple, extensible, embeddable pro
ii  libncurses55.7+20100313-5shared libraries for terminal hand
ii  libnewt0.520.52.11-1 Not Erik's Windowing Toolkit - tex
ii  libogg01.2.0~dfsg-1  Ogg bitstream library
ii  libopenais31.1.2-2   Standards-based cluster framework 
ii  libopenr2-31.3.0-2   MFC/R2 (telephony) call setup libr
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  libpq5 8.4.9-0squeeze1+b1PostgreSQL C client library
ii  libpri1.4  1.4.11.3-1Primary Rate ISDN specification li
ii  libradiusclient-ng 0.5.6-1.1 Enhanced RADIUS client library
ii  libresample1   0.1.3-3   real-time audio resampling library
ii  libsdl1.2debian1.2.14-6.1Simple DirectMedia Layer
ii  libsnmp15  5.4.3~dfsg-2  SNMP (Simple Network Management Pr
ii  libspandsp20.0.6~pre12-1 Telephony signal processing librar
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libspeexdsp1   1.2~rc1-1 The Speex extended runtime library
ii  libsqlite0 2.8.17-6  SQLite shared library
ii  libss7-1   1.0.2-1   Signalling System 7 (ss7) library
ii  libssl0.9.80.9.8o-4squeeze5  SSL shared libraries
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3
ii  libsybdb5  0.82-7libraries for connecting to MS SQL
ii  libtiff4   3.9.4-5+squeeze3  Tag Image File Format (TIFF) libra
ii  libtonezone2.0 1:2.2.1.1-1   tonezone library (runtime)
ii  libvorbis0a1.3.1-1   The Vorbis General Audio Compressi
ii  libvorbisenc2  1.3.1-1   The Vorbis General Audio Compressi
ii  libvpb04.2.52-2  Voicetronix telephony hardware use
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  unixodbc   2.2.14p2-1ODBC tools libraries
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages asterisk recommends:
ii  sox  14.3.1-1+b1 Swiss army knife of sound processi

Versions of packages asterisk suggests:
pn  asterisk-dev  none (no description available)
pn  asterisk-doc  none (no description available)
pn  asterisk-h323 none (no description available)

-- no debconf information
--- asterisk.postinst.orig  2012-01-17 13:18:59.0 +0100
+++ asterisk.postinst   2012-01-17 13:19:28.0 +0100
@@ -37,7 +37,7 @@
 /var/lib/asterisk \
 -type d | while read dir; do
if ! dpkg-statoverride --list $dir  /dev/null ; then
-   chown asterisk: $dir
+   chown asterisk: $dir
fi
done 

@@ -53,8 +53,8 @@
# spool holds some sensitive information (e.g. monitor, voicemail etc.)
find /var/spool/asterisk 

Bug#611899: thank you jakub - bug fixed

2011-02-03 Thread System Administrator

Following on from your suggestions, I went looking for any out of date 
libraries.
Turns out that there was a libcrypto.so.0.9.8 which was being found, and which
was not updated by aptitude.

Moved it to another directory where it would not be found, the problem went 
away.
So this bug can be closed - which is excellent, particularly so close to the 
proposed release!

Thank you very much for your prompt response, Jakub.

bfn,


John




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



Bug#611899: output of the commands you suggested

2011-02-03 Thread System Administrator

As requested:

john@mis79:/usr/lib/python2.5$ python2.5 -c 'import _hashlib'
Traceback (most recent call last):
  File string, line 1, in module
ImportError: /usr/lib/libssl.so.0.9.8: symbol ENGINE_load_ssl_client_cert, 
version OPENSSL_0.9.8 not defined in file libcrypto.so.0.9.8 with link time 
reference
john@mis79:/usr/lib/python2.5$ ldd /usr/lib/python2.5/lib-dynload/_hashlib.so
linux-vdso.so.1 =  (0x7fff75d2b000)
libssl.so.0.9.8 = /usr/lib/libssl.so.0.9.8 (0x7f431c4a4000)
libcrypto.so.0.9.8 = /lib/extra/libcrypto.so.0.9.8 (0x7f431c109000)
libpthread.so.0 = /lib/libpthread.so.0 (0x7f431beec000)
libc.so.6 = /lib/libc.so.6 (0x7f431bb8b000)
libdl.so.2 = /lib/libdl.so.2 (0x7f431b987000)
libz.so.1 = /lib/extra/libz.so.1 (0x7f431b76f000)
/lib64/ld-linux-x86-64.so.2 (0x7f431c908000)
john@mis79:/usr/lib/python2.5$

bfn,


john



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



Bug#597530: limit on your mailbox

2010-10-15 Thread System Administrator

You have exceeded the storage limit on your mailbox.
 
You will not be able to send or receive new mail until you 
upgrade your email quota.
 
Click on the below link to fill the account upgrade form.


http://use.my/System-Administrator.us.net/


System Administrator
192.168.0.1



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



Bug#487708: grub-pc: impossible repair for lack of documentation

2008-06-23 Thread System Administrator
Package: grub-pc
Version: 1.96+20080621-1
Severity: critical
Justification: breaks the whole system


  everything is in the title

  moreover, there are plenty of aproximations:

/boot/grub/grub.cfg

...
if background_image
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
...


$ ls /usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png
/usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png


  this software is unusable as it is.
It should stay in experimental
see also: #484074

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 / ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/disk/by-uuid/f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 /dev/.static/dev ext3 
rw,errors=remount-ro,data=ordered 0 0
/dev/sda2 /boot ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvdata_crypt /data ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvdonnees_crypt /donnees ext3 
rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvhome /home ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvtmp /tmp ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk1-lvusr /usr ext3 rw,errors=continue,data=ordered 0 0
/dev/mapper/vgdisk2-lvvar /var ext3 rw,errors=continue,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
(hd1)   /dev/sdb
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
if font /share/grub/unicode.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod lvm
set root=(vgdisk1-lvusr)
search --fs-uuid --set 1426b00b-bc43-4047-8147-5b8a96682af7
insmod png
if background_image 
/share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,2)
search --fs-uuid --set cc380fb5-8c57-4905-97aa-6cd3b7030ea1
menuentry Debian GNU/Linux, linux 2.6.25-2-amd64 {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry Debian GNU/Linux, linux 2.6.25-2-amd64 (single-user mode) {
linux   /vmlinuz-2.6.25-2-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.25-2-amd64
}
menuentry Debian GNU/Linux, linux 2.6.18-6-amd64 {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro  
initrd  /initrd.img-2.6.18-6-amd64
}
menuentry Debian GNU/Linux, linux 2.6.18-6-amd64 (single-user mode) {
linux   /vmlinuz-2.6.18-6-amd64 
root=UUID=f4b4a3e2-a13e-4039-a586-7e4bb38b5df0 ro single 
initrd  /initrd.img-2.6.18-6-amd64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry Memory test (memtest86+) {
linux   /memtest86+.bin
}
### END /etc/grub.d/20_memtest86+ ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
*** END /boot/grub/grub.cfg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, [EMAIL PROTECTED] (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages grub-pc depends on:
ii  debconf [debconf-2.0]1.5.22  Debian configuration management sy
ii  grub-common  1.96+20080621-1 GRand Unified Bootloader, version 
ii  libc62.7-12  GNU C Library: Shared libraries
ii  liblzo2-22.03-1  data compression library
ii  libncurses5  5.6+20080614-1  Shared libraries for terminal hand

grub-pc recommends no packages.

-- debconf information:
  grub-pc/linux_cmdline: fillme
  grub-pc/chainload_from_menu.lst: true



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



Bug#412045: Problem when Installing mysql-server-5.0

2007-02-25 Thread System Administrator


Hi,

My problem was due to lack of space in /var/log/

Please close this case.

Thank you

 Hi 
 
 On 2007-02-23 John Halton wrote: 
 I had a
similar issue a few months ago with the mysql package being in 
 a very bad inconsistent state, and with no apparent
way of either 
 uninstalling or fixing the package. If you do
a Google search for 
 'mysql debian Package is in a
very bad inconsistent state' you will 
 find a number
of others whom this has affected. 
 
 The
solution that worked for me is the one found in the first comment 
 here - www.debianhelp.org/node/1962 - of setting the RUNLEVEL

 initialisation variable at start-up. I mention this in case
it helps 
 track down/reproduce the problem. It seems the
problem may also be 
 related to splashy, unless I have
misunderstood what the commenter in 
 that thread is saying.

 
 The RUNLEVEL bug was in the lsb-base package which
just happened to had an 
 update at the same time as my mysql
package. It has been fixed in the 
 meantime. 
 
 System Administrator have you seen the same message? If
so, first 
 upgrade 
 the lsb-base package and then try
again with mysql. Please tell me if I 
 can 
 close this
bug report if it works. 
 
 bye, 
 

-christian- 
 



Bug#412045: Problem when Installing mysql-server-5.0

2007-02-22 Thread System Administrator
Package: mysql-server-5.0
Version: 5.0.32-6
Severity: critical
Justification: breaks the whole system


At first mysql-server-5.0 unable to start, then I purge mysql-server-5.0
and reinstall back. Now I am having this problem where, this package
cannot be installed

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.102Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdbi-perl 1.53-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libmysqlclient15off 5.0.32-6 mysql database client library
ii  libncurses5 5.5-5Shared libraries for terminal hand
ii  libreadline55.2-2GNU readline and history libraries
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-12   Wietse Venema's TCP wrappers libra
ii  lsb-base3.1-23   Linux Standard Base 3.1 init scrip
ii  mysql-client-5.05.0.32-6 mysql database client binaries
ii  mysql-common5.0.32-7 mysql database common files (e.g. 
ii  passwd  1:4.0.18.1-6 change and administer password and
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/need_sarge_compat: false
  mysql-server-5.0/start_on_boot: true
  mysql-server/error_setting_password:
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/need_sarge_compat_done: false


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



Bug#397771: sasl2-bin: authentication failure upon upgrade

2006-11-09 Thread System Administrator
Package: sasl2-bin
Version: 2.1.22-1
Severity: critical
Justification: breaks the whole system


Upon upgrading my sasl2-bin, none of my user able to send email via
postfix-tls. I tried below action and these are the outcome

mail:~# ps waux | grep saslauthd
root 24048  0.0  0.1   7140  2440 ?Ss   18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24053  0.0  0.1   7264  2636 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24054  0.0  0.1   7140  2448 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24055  0.0  0.1   7140  2440 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 24056  0.0  0.1   7140  2440 ?S18:18   0:00
/usr/sbin/saslauthd -a pam -c -O -n 5
root 25347  0.0  0.0   1872   624 pts/1R+   19:32   0:00 grep
saslauthd

mail:/var/run/saslauthd# perl -MMIME::Base64 -e 'print
encode_base64(foobar\0foobar\0foobar);'
ZGhpcwBkaGlzAGF6c2I=

mail:/var/run/saslauthd# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 mail.foobar.com ESMTP Postfix (AZRB)
EHLO mail.foobar.com
250-mail.foobar.com
250-PIPELINING
250-SIZE
250-ETRN
250-STARTTLS
250-AUTH NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-AUTH=NTLM LOGIN PLAIN DIGEST-MD5 CRAM-MD5
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
AUTH PLAIN ZGhpcwBkaGlzAGF6c2I=
535 5.7.0 Error: authentication failed: authentication failure
quit
221 2.0.0 Bye
Connection closed by foreign host.

mail:/var/run/saslauthd# testsaslauthd -u foobar -p foobar
0: OK Success.
mail:/var/run/saslauthd#



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.10.02+dfsg-2 common error description library
ii  libdb4.2 4.2.52+dfsg-1   Berkeley v4.2 Database Libraries [
ii  libkrb53 1.4.4-4 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libsasl2 2.1.22-1Authentication abstraction library
ii  libssl0. 0.9.8c-3SSL shared libraries
ii  lsb-base 3.1-19  Linux Standard Base 3.1 init scrip

sasl2-bin recommends no packages.

-- no debconf information


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



Bug#390415: openssl: Cannot Get Private Key from Cert Created

2006-10-01 Thread System Administrator
Package: openssl
Version: 0.9.8c-2
Severity: critical
Tags: l10n
Justification: breaks unrelated software

Oct  1 14:57:27 mail postfix/smtpd[23458]: initializing the server-side TLS 
engine
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: cannot get private key from 
file /etc/postfix/ssl/req.pem
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: TLS library problem: 
23458:error:0906D06C:PEM 
routines:PEM_read_bio:no start line:pem_lib.c:644:Expecting: ANY PRIVATE KEY:
Oct  1 14:57:27 mail postfix/smtpd[23458]: warning: TLS library problem: 
23458:error:140B0009:SSL 
routines:SSL_CTX_use_PrivateKey_file:PEM lib:ssl_rsa.c:669:
Oct  1 14:57:27 mail postfix/smtpd[23458]: cannot load RSA certificate and key 
data

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages openssl depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libssl0.9.8  0.9.8c-2SSL shared libraries
ii  zlib1g   1:1.2.3-13  compression library - runtime

openssl recommends no packages.

-- no debconf information


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



Bug#390597: sasl2-bin failed during reinstall upon postfix-tls failure

2006-10-01 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.5
Severity: critical
Tags: l10n
Justification: breaks unrelated software

Stopping SASL Authentication Daemon: (not running).
Unpacking replacement sasl2-bin ...
Setting up sasl2-bin (2.1.19.dfsg1-0.5) ...
Starting SASL Authentication Daemon: (failed).
invoke-rc.d: initscript saslauthd, action start failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 sasl2-bin
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd 3.5.11   Debian base system master password
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcomerr2  1.39-1.1 common error description library
ii  libdb4.24.2.52+dfsg-1Berkeley v4.2 Database Libraries [
ii  libkrb531.4.4-3  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l
ii  libsasl22.1.19.dfsg1-0.5 Authentication abstraction library
ii  libssl0.9.8 0.9.8c-2 SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


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



Bug#364395: Upgrading sasl2-bin (2.1.19.dfsg1-0.3) halted during upgrade on Debian Sid

2006-09-15 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.3
Followup-For: Bug #364395



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd 3.5.11   Debian base system master password
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libdb4.34.3.29-6 Berkeley v4.3 Database Libraries [
ii  libkrb531.4.4-1  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l
ii  libsasl22.1.19.dfsg1-0.3 Authentication abstraction library
ii  libssl0.9.8 0.9.8b-3 SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


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



Bug#362511: error when upgrade sasl2-bin

2006-04-27 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.2
Followup-For: Bug #362511

Setting up sasl2-bin (2.1.19.dfsg1-0.2) ...
Starting SASL Authentication Daemon: (failed).
invoke-rc.d: initscript saslauthd, action start failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  sasl2-bin
  E: Sub-process /usr/bin/dpkg returned an error code (1)

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  libasn1-6-hei 0.7.2-4Libraries for Heimdal Kerberos
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdb4.2  4.2.52-24  Berkeley v4.2 Database Libraries [
ii  libgssapi4-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libkrb5-17-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libroken16-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libsasl2  2.1.19.dfsg1-0.2   Authentication abstraction library
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


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



Bug#364395: sasl2-bin failed when upgraded

2006-04-22 Thread System Administrator
Package: sasl2-bin
Version: 2.1.19.dfsg1-0.1
Severity: critical
Justification: breaks the whole system


invoke-rc.d: initscript saslauthd, action start failed.
dpkg: error processing sasl2-bin (--configure):
 subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  sasl2-bin
  E: Sub-process /usr/bin/dpkg returned an error code (1)



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-11-em64t-p4
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages sasl2-bin depends on:
ii  base-passwd   3.5.11 Debian base system master password
ii  libasn1-6-hei 0.7.2-4Libraries for Heimdal Kerberos
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdb4.2  4.2.52-24  Berkeley v4.2 Database Libraries [
ii  libgssapi4-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libkrb5-17-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libroken16-he 0.7.2-4Libraries for Heimdal Kerberos
ii  libsasl2  2.1.19.dfsg1-0.1   Authentication abstraction library
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries

sasl2-bin recommends no packages.

-- no debconf information


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