Bug#989646: samba: Samba AD backup does not work with includes in smb.conf

2021-06-09 Thread Juergen Pfennig
Package: samba
Version: 2:4.13.5+dfsg-2
Severity: normal

Dear Maintainer,

As 'basic samba' is deprecated more sites have to use a samba full ad setup.
This causes some implementation problems to affect more sites. Using ad,
for maintenance on will have to create ad backups using 'samba-tool' as
decribed at:

   https://wiki.samba.org/index.php/Back_up_and_Restoring_a_Samba_AD_DC

This procedure fails when your smb.conf contains "include" statements.
The error-generated message is meaningless, the python code does not
help, the smb.conf parser is not implemented in python (is native code).

There are good reasons to use includes, in my case some of the included
data is auto-generated by other tools. Here is my (simplified) smb.conf:

[global]
realm = CENTAURI.HOME
server role = active directory domain controller
workgroup = CENTAURI
dns forwarder = 127.0.0.2
idmap_ldb:use rfc2307 = yes
kdc:server ticket lifetime = 60
kdc:user ticket lifetime = 60
kdc:user renewal lifetime = 189
###
   include = /etc/samba/networks.conf
###
netbios name = ALPHA1
netbios aliases = ALPHA
disable netbios = no
###
   include = /etc/samba/services.conf
###
[netlogon]
path = /var/lib/samba/sysvol/centauri.home/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No

Thanks
Jürgen

-- Package-specific info:
* /etc/samba/smb.conf present, but not attached
* /var/lib/samba/dhcp.conf present, but not attached

-- System Information:
Debian Release: 11.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages samba depends on:
ii  adduser  3.118
ii  dpkg 1.20.9
ii  init-system-helpers  1.60
ii  libbsd0  0.11.3-1
ii  libc62.31-12
ii  libgnutls30  3.7.1-3
ii  libldb2  2:2.2.0-3.1
ii  libpam-modules   1.4.0-7
ii  libpam-runtime   1.4.0-7
ii  libpopt0 1.18-2
ii  libpython3.9 3.9.2-1
ii  libtalloc2   2.3.1-2+b1
ii  libtasn1-6   4.16.0-2
ii  libtdb1  1.4.3-1+b1
ii  libtevent0   0.10.2-1
ii  libwbclient0 2:4.13.5+dfsg-2
ii  lsb-base 11.1.0
ii  procps   2:3.3.17-5
ii  python3  3.9.2-3
ii  python3-dnspython2.0.0-1
ii  python3-samba2:4.13.5+dfsg-2
ii  samba-common 2:4.13.5+dfsg-2
ii  samba-common-bin 2:4.13.5+dfsg-2
ii  samba-libs   2:4.13.5+dfsg-2
ii  tdb-tools1.4.3-1+b1

Versions of packages samba recommends:
ii  attr1:2.4.48-6
ii  logrotate   3.18.0-2
ii  python3-markdown3.3.4-1
ii  samba-dsdb-modules  2:4.13.5+dfsg-2
ii  samba-vfs-modules   2:4.13.5+dfsg-2

Versions of packages samba suggests:
pn  bind9  
pn  bind9utils 
pn  ctdb   
ii  ldb-tools  2:2.2.0-3.1
ii  ntp1:4.2.8p15+dfsg-1
pn  smbldap-tools  
pn  ufw
ii  winbind2:4.13.5+dfsg-2

-- no debconf information


Bug#989553: imapd: bullsey regression: unable to get certificate CRL

2021-06-07 Thread Juergen Pfennig
Package: cyrus-imapd
Version: 3.2.6-2
Severity: normal
File: imapd

Dear Maintainer,

After upgrading to bullseye clients using tls cannot connect due to:

Jun 06 13:41:06 alpha1 cyrus/imapsr[2393]: inittls: Loading hard-coded DH 
parameters
Jun 06 13:41:06 alpha1 cyrus/imapsr[2388]: verify error:num=3:unable to get 
certificate CRL
Jun 06 13:41:06 alpha1 cyrus/imapsr[2388]: imaps TLS negotiation failed: 
android3.centauri.home [10.21.2.203]

This happens with both, an empty crl.pem and one with a test
certificate:

root@alpha1:~# ls -l /etc/ssl
total 20
drwxr-xr-x 1 root root 10826 2021-01-24 17:54 certs
-rw-r--r-- 1 root root 0 2021-06-07 10:34 crl.pem
-rw-r--r-- 1 root root   593 2014-08-27 10:47 crl.pem.bak
-rw-r--r-- 1 root root 11943 2020-02-22 12:55 openssl.cnf
drwx--x--- 1 root ssl-cert68 2020-12-28 16:16 private
-rw-r--r-- 1 root root18 2018-04-01 18:14 README-crl

The relevant imapd.conf contains the following tls related stuff:

tls_server_cert: /etc/ldap/servercrt.pem
tls_server_key: /etc/ldap/serverkey.pem
tls_client_ca_file: /etc/ldap/cacert.pem
tls_session_timeout: 1440
tls_ciphers: TLSv1.2:+TLSv1:+HIGH:!aNULL:@STRENGTH
tls_versions: tls1_2 tls1_3
tls_require_cert: true
tls_crl_file: /etc/ssl/crl.pem

Commenting out the "tls_crl_file" statement lets clients connect again,
but this would disable certificate revocation.

Jun 07 15:16:29 alpha1 cyrus/imapsr[3112]: login: android3.centauri.home 
[10.21.2.203] internet EXTERNAL+TLS User logged in 
SESSIONID=
Jun 07 15:16:29 alpha1 cyrus/imapsr[3135]: inittls: Loading hard-coded DH 
parameters
Jun 07 15:16:29 alpha1 cyrus/imapsr[3135]: starttls: TLSv1.3 with cipher 
TLS_AES_128_GCM_SHA256 (128/128 bits new) authenticated as internet

Thanks Jürgen

-- System Information:
Debian Release: 11.0
  APT prefers testing-security
  APT policy: (500, 'testing-security'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.0-7-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cyrus-imapd depends on:
ii  cyrus-common  3.2.6-2
ii  libc6 2.31-12
ii  libcom-err2   1.46.2-1
ii  libsasl2-22.1.27+dfsg-2.1
ii  libssl1.1 1.1.1k-1
ii  libwrap0  7.6.q-31
ii  zlib1g1:1.2.11.dfsg-2

Versions of packages cyrus-imapd recommends:
ii  rsync  3.2.3-4

cyrus-imapd suggests no packages.

-- no debconf information


Bug#979764: nfs-common: NFSv4 with mit kerberos sec. mounts fail after kernel update 5.9 to 5.10

2021-01-11 Thread Juergen Pfennig
Package: nfs-common
Version: 1:1.3.4-4
Severity: important

Dear Maintainer,

rpc.gssd seems to have problems setting up the machine credentials
cache since kernel 5.10

we see the same problem on amd64 (debian bullseye) and arm64 (raspberry using
debian bullseye). The server as a debian buster amd64. Kerberos is
provided by samba-ad-dc. Windows 2003(!!) to Windows 10 and Linux clients 
happily
work as domain members.

Test 1: run kernel 5.9, (auto)mount, working
Test 2: run kernel 5.10, (auto)moutn, ERROR 

Thanks for your attention
Jürgen



Here some info:


Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
 --
   5 ALPHA3$@CENTAURI.HOME
   5 ALPHA3$@CENTAURI.HOME
   5 ALPHA3$@CENTAURI.HOME
   5 ALPHA3$@CENTAURI.HOME
   5 ALPHA3$@CENTAURI.HOME
   2 root/alpha3.centauri.h...@centauri.home
   2 root/alpha3.centauri.h...@centauri.home
   2 root/alpha3.centauri.h...@centauri.home
   2 root/alpha3.centauri.h...@centauri.home
   2 root/alpha3.centauri.h...@centauri.home
   2 nfs/alpha3.centauri.h...@centauri.home
   2 nfs/alpha3.centauri.h...@centauri.home
   2 nfs/alpha3.centauri.h...@centauri.home
   2 lo...@centauri.home
   2 lo...@centauri.home
   2 lo...@centauri.home
   2 lo...@centauri.home
   2 lo...@centauri.home

/etc/krb5.conf
[libdefaults]
default_keytab_name = FILE:/etc/krb5.keytab
default_realm = CENTAURI.HOME
dns_lookup_realm = false
dns_lookup_kdc = true
# for sssd?
rdns = false
ticket_lifetime = 8d
renew_lifetime  = 20d

[logging]
default = SYSLOG:NOTICE:DAEMON
kdc = FILE:/var/log/kdc.log
kadmind = FILE:/var/log/kadmind.log

[realms]
CENTAURI.HOME = {
kdc = alpha.centauri.home
admin_server = alpha.centauri.home
default_domain = centauri.home
}

[domain-realm]
.centauri.home = CENTAURI.HOME
centauri.home = CENTAURI.HOME

# /run/systemd/transient/var-lib-centauri-import-alpha1_export.mount
# This is a transient unit file, created programmatically via the systemd API. 
Do not edit.
[Unit]
CollectMode=inactive-or-failed

[Mount]
What=alpha1:/export
Type=nfs
Options=vers=4,proto=tcp,sloppy,noatime,soft,intr,fsc,timeo=100,retry=0


journalctl output ...

Jan 11 11:57:01 alpha3 systemd[1]: Starting RPC security service for NFS client 
and server...
Jan 11 11:57:01 alpha3 rpc.gssd[2786]: doing a full rescan
Jan 11 11:57:01 alpha3 systemd[1]: Started RPC security service for NFS client 
and server.
Jan 11 11:57:15 alpha3 systemd[1]: 
var-lib-centauri-import-alpha1_export.automount: Got automount request for 
/var/lib/centauri/import/alpha1_export, triggered by 2790 (ls)
Jan 11 11:57:15 alpha3 systemd[1]: Mounting 
/var/lib/centauri/import/alpha1_export...
Jan 11 11:57:15 alpha3 kernel: nfs: Deprecated parameter 'intr'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]:
   handle_gssd_upcall: 'mech=krb5 uid=0 
service=* enctypes=18,17,16,3,1,2' (nfs/clnt9)
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: krb5_use_machine_creds: uid 0 tgtname 
(null)
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Full hostname for 'alpha1.centauri.home' 
is 'alpha1.centauri.home'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Full hostname for 'alpha3.centauri.home' 
is 'alpha3.centauri.home'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: No key table entry found for 
alpha3$@CENTAURI.HOME while getting keytab entry for 'alpha3$@CENTAURI.HOME'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Success getting keytab entry for 
'ALPHA3$@CENTAURI.HOME'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: gssd_get_single_krb5_cred: principal 
'ALPHA3$@CENTAURI.HOME' ccache:'FILE:/tmp/krb5ccmachine_CENTAURI.HOME'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: INFO: Credentials in CC 
'FILE:/tmp/krb5ccmachine_CENTAURI.HOME' are good until 1610578635
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: creating tcp client for server 
alpha1.centauri.home
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: DEBUG: port already set to 2049
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: creating context with server 
n...@alpha1.centauri.home
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: WARNING: Failed to create krb5 context 
for user with uid 0 for server n...@alpha1.centauri.home
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: WARNING: Failed to create machine krb5 
context with cred cache FILE:/tmp/krb5ccmachine_CENTAURI.HOME for server 
alpha1.centauri.home
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: WARNING: Machine cache prematurely 
expired or corrupted trying to recreate cache for server alpha1.centauri.home
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Full hostname for 'alpha1.centauri.home' 
is 'alpha1.centauri.home'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Full hostname for 'alpha3.centauri.home' 
is 'alpha3.centauri.home'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: No key table entry found for 
alpha3$@CENTAURI.HOME while getting keytab entry for 'alpha3$@CENTAURI.HOME'
Jan 11 11:57:15 alpha3 rpc.gssd[2786]: Success getting keytab entry for 
'ALPHA3$@CE

Bug#894567: cyrus-imapd: client certificate revocation (tls_crl_file in imapd.conf) not working?

2018-04-01 Thread Juergen Pfennig
Package: cyrus-imapd
Version: 2.4.17+nocaldav-0+deb8u2
Severity: normal

Dear Maintainer,

Some clients (Android K9) support TLS client certificates, which works
fine until the device gets stolen. But how to revoke certificates?

At cyrusimap.org they document a tls_crl_file config parameter. See:

https://www.cyrusimap.org/dev/imap/reference/manpages/configs/imapd.conf.html

This parameter does not show up in debian documentation (jessie and stretch).

There is no error message when cyrus-imapd startis with this parameter pointing 
to a non-existing file.

Is this parameter implemented at all or silently ignored?

What else could be done to revoke a single certificate?

Yours
Jürgen

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


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

Kernel: Linux 4.9.0-0.bpo.5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages cyrus-imapd depends on:
ii  cyrus-common  2.4.17+nocaldav-0+deb8u2
ii  dpkg  1.17.27
ii  libc6 2.19-18+deb8u10
ii  libcomerr21.42.12-2+b1
ii  libdb5.3  5.3.28-9+deb8u1
ii  libkrb5-3 1.12.1+dfsg-19+deb8u4
ii  libsasl2-22.1.26.dfsg1-13+deb8u1
ii  libssl1.0.0   1.0.1t-1+deb8u8
ii  libwrap0  7.6.q-25
ii  zlib1g1:1.2.8.dfsg-2+b1

cyrus-imapd recommends no packages.

cyrus-imapd suggests no packages.

-- no debconf information



Bug#884982: rsync: attempt to hack rsync failed - since unattended-update 2017-12-18

2017-12-22 Thread Juergen Pfennig
Package: rsync
Version: 3.1.1-3+deb8u1
Severity: important

Dear Maintainer,

I am using rsyncd via inetd. Worked fine before latest update for years.
Now I get:

attempt to hack rsync failed.
rsync error: protocol incompatibility (code 2) at receiver.c(586) 
[receiver=3.1.1]
rsync error: protocol incompatibility (code 2) at io.c(1633) [generator=3.1.1]

This always happens when sending to the server after a while of inactivity
(old start of rsyncd?). It does never happen when 1st receiving and then sending
within a short period. My inetd command is:

rsync  stream tcp nowait root  /usr/bin/rsyncrsync --daemon

The client command is (sorry for bad line-splitting):

rsync --archive --protect-args --out-format=%o %n%L --exclude=/backup/*** 
--exclude=.
   * --exclude=*~ --exclude=*.pyc --include=/archived/ 
--include=/archived/centauri/ --i
   nclude=/archived/centauri/alpha7 --include=/configs/ 
--include=/configs/jessie/ --inc
   lude=/configs/jessie/@admin/*** --include=/configs/jessie/centauri/*** 
--exclude=* --
   backup --backup-dir=backup/centauri --compress --fuzzy --hard-links --update 
--delete
   -after --dry-run /var/centauri/ root@alpha::@centauri

Thanks for your attention
Jürgen

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

Kernel: Linux 4.9.0-0.bpo.4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages rsync depends on:
ii  base-files  8+deb8u10
ii  libacl1 2.2.52-2
ii  libattr11:2.4.47-2
ii  libc6   2.19-18+deb8u10
ii  libpopt01.16-10
ii  lsb-base4.1+Debian13+nmu1

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client  1:6.7p1-5+deb8u4
ii  openssh-server  1:6.7p1-5+deb8u4

-- Configuration Files:
/etc/default/rsync changed:
RSYNC_ENABLE=inetd
RSYNC_OPTS=''
RSYNC_NICE=''


-- no debconf information



Bug#852128: grub: Grub not reliable with fragmented initrd on btrfs

2017-01-21 Thread Juergen Pfennig
Package: grub-pc-bin
Version: 2.02~beta2-22+deb8u1
Severity: wishlist
File: grub
Tags: d-i

Dear Maintainer,

GRUB works happily on BTRFS when kernel(?) and initrd files are not
fragmented. But when initrd fragmentation count is > 1 then:

- an HP elitebook always fails to load initrd (junk in compressed
  archive -> kernel panic)
- the same HP boots fine after defragi of initrd.
- an Lenovo E31 sometimes fails (but sometimes boots) when fragmented
- the Lenovo always boots fine after defrag

Obviously fragementation depends on the disk state (free space) and
typically happens after unattended updates that rebuild initrd. The
initrd size does not directly matter (obviously a "most" initrd is easier
to fragment than a "dep" initrd). The problem does not depend on kernel
versions (4.5 .. 4.8).

More or less the same config (attached here from Lenovo E31) is used on
3 Notebooks, 1 Workstation and 1 Server. The problem was seen multiple
times on the 2 mentioned Notebooks. Other systems whithout btrfs root
volume but the same software configuration are not affected.

Thanks for your attention,
Jürgen


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/sda1 / btrfs rw,noatime,ssd,space_cache,subvolid=548,subvol=/Volumes/Root 
0 0
/dev/sda1 /export btrfs 
rw,noatime,ssd,space_cache,subvolid=393,subvol=/Volumes/Export 0 0
/dev/sda1 /home btrfs 
rw,noatime,ssd,space_cache,subvolid=392,subvol=/Volumes/Home 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/grub.cfg
# common grub.cfg - jpf@centauri for jessie/stretch (c) 2016-11-20

### ### configuration section ### ### 

set myname=alpha7
set distro=jessie

# : verbose boot, nosplash: fancy, splash: plymouth
set splash=nosplash

set params=
#set params="$params acpi_osi="
#set params="$params libata.force=3:3.0G"
#set params="$params drm_kms_helper.edid_firmware=HDMI-1:edid/1280x1024.bin"

# video mode

# "gfxmode=auto" and "gfxpayload=keep" are preferred settings. Later during boot
# the  kernel by default switches to the modsetting driver. If it does not work
# use the kernel parameter "nomodeset" and grub "gfxpayload=text" if required.

set gfxmode=auto
#set gfxmode=800x600
#set gfxmode=1366x768
set gfxpayload=keep
#set gfxpayload=text

# keyboard language (see /admin/grub-keybd-de)
set kblang=de

### ### implementation section ### ### 
insmod part_msdos
insmod ext2
insmod btrfs

# default menu entries
set default=2 
set default_men=1
set default_win=4
set timeout=0
set pager=1
set rootdir=
set rootlbl=

# other parameters
if   search --no-floppy --label --set root ${myname}_vol0 ; then
set rootlbl=${myname}_vol0  ; set rootdir="/Volumes/Root"
elif search --no-floppy --label --set root ${myname}_root ; then
set rootlbl=${myname}_root
elif search --no-floppy --label --set root ${distro}_vol0 ; then
set myname="$distro" ; set rootdir="/Volumes/Root"
elif search --no-floppy --label --set root ${distro}_root ; then
set myname="$distro"
else
search --no-floppy --label --set root linux_root
set myname="linux" 
fi

if test -z "${rootlbl}" ; then set rootlbl="${myname}_root" ; fi
if test -z "${splash}"  ; then set splash="systemd.show_status=1" ; fi

# kernel/initd location 
set kernel=${rootdir}/vmlinuz
set initrd=${rootdir}/initrd.img
if test -e ${rootdir}/boot/current ; then
set kernel=${rootdir}/boot/current
set initrd=${rootdir}/boot/current.img
elif test -e ${rootdir}/boot/vmlinuz ; then
set kernel=${rootdir}/boot/vmlinuz
set initrd=${rootdir}/boot/initrd.img
fi

# boot message
insmod vbe
terminal_output gfxterm

set color_normal=white/black
echo
echo "Booting: $myname ($root)$kernel LABEL=$rootlbl"
echo
echo
set color_normal=white/blue
echo " "
echo "   Hold down the 'ctrl' key to enter the GRUB boot menu or   "
echo " the 'alt'  key to boot an alternate system...   "
echo " "

set color_normal=white/black
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue

set lvers="Linux"
if   test $distro = "jessie"  ; then set lvers="Debian 8.x" 
elif test $distro = "stretch" ; then set lvers="Debian 9.x"
fi

# setup network mode
set nmode="simple"
if   test -e ${rootdir}/etc/network/interfaces.smart  ; then set nmode="smart"
elif test -e ${rootdir}/etc/network/interfaces.simple ; then set nmode="simple"
elif test -e ${rootdir}/etc/network/interfaces.static ; then set nmode="static"
fi

# load late, user can read menu
insmod vbe
insmod gfxterm
loadfont ${rootdir}/usr/share/grub/unicode.pf2
set locale_dir=${rootdir}/boot/grub/locale
set lang=de
insmod gettext

# Check for pressed key (shift interrupts sleep)
sleep --interruptible 3
clear
if keystatus; then
   if keystatus --alt; then
  set default=$default_win
   else
  if keystatus --ctrl; then

 # load image
 echo "Loading menu - please wait ..."
 

Bug#790109: Please test with sid packages if possible - DONE

2016-10-03 Thread Juergen Pfennig
Hello Bjørn

First of all: there is a work-around for gobi 1000 that works fine with newer 
kernels in jessie (we tried 4.5 from BPO) and with 4.6 in SID:

echo "blacklist qmi_wwan" > /etc/modprobe.d/fix-gobi-1000.conf

This disables the defective qmi and uses AT commands (?) instead. With newer 
kernels this works correctly (but was unstable with the original 3.16 jessie 
kernel).

Now back to qmi (tested with sid and kernel 4.6):

Does not work, same as in jessie, same log messages (wrong qmi version).

As we have a work-around and considering the age of gobi 1000 devices, I would 
suggest that you close this bug. 

Thank you very much
Jürgen



Bug#790109: Please test with sid packages if possible - DONE

2016-10-01 Thread Juergen Pfennig
Hello Bjørn

First of all: there is a work-around for gobi 1000 that works fine with newer 
kernels in jessie (we tried 4.5 from BPO) and with 4.6 in SID:

echo "blacklist qmi_wwan" > /etc/modprobe.d/fix-gobi-1000.conf

This disables the defective qmi and uses AT commands (?) instead. With newer 
kernels this works correctly (but was unstable with the original 3.16 jessie 
kernel).

Now back to qmi (tested with sid and kernel 4.6):

Does not work, same as in jessie, same log messages (wrong qmi version).

As we have a work-around and considering the age of gobi 1000 devices, I would 
suggest that you close this bug. 

Thank you very much
Jürgen



Bug#820298: popularity-contest: Garbage E-Mail: UID must be less than 49999 (from pam)

2016-04-07 Thread Juergen Pfennig
Package: popularity-contest
Version: 1.61
Severity: normal

Dear Maintainer,

your cron.daily scripts does something like "su  nobody".
Unfortunately some pam module outputs the UID warning.

Although being a pam bug this causes a lot of garbage email from
popularity-contest.

Could you please modify popularity-contest to avoid this? 

Suggestion: redirect su output to a tmp file and send output only on
error:

TMP_FILE=...
su ... nobody 2> $TMP_FILE || cat $TMP_FILE
rm $TMP_FILE

Thank you
Jürgen

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

Kernel: Linux 4.4.0-0.bpo.1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages popularity-contest depends on:
ii  debconf [debconf-2.0] 1.5.56
ii  dpkg  1.17.26
ii  libio-socket-ip-perl  0.32-1
ii  perl-base [libio-socket-ip-perl]  5.20.2-3+deb8u4

Versions of packages popularity-contest recommends:
ii  cron   3.0pl1-127+deb8u1
ii  exim4  4.84.2-1
ii  exim4-daemon-light [mail-transport-agent]  4.84.2-1
ii  gnupg  1.4.18-7+deb8u1

Versions of packages popularity-contest suggests:
ii  anacron  2.3-23

-- Configuration Files:
/etc/cron.daily/popularity-contest changed:
set -e
if [ ! -f /usr/sbin/popularity-contest ]; then
exit 0
fi
unset MAILFROM
unset MAILTO
unset MY_HOSTID
unset PARTICIPATE
unset SUBMITURLS
unset USEHTTP
unset MTAOPS
. /usr/share/popularity-contest/default.conf
. /etc/popularity-contest.conf
if test -d /etc/popularity-contest.d/; then
  for file in `run-parts --list --regex '\.conf$' /etc/popularity-contest.d/`;
  do
   . $file
  done
fi
if [ -z "$MAILTO" ] && [ "yes" != "$USEHTTP" ]; then exit 0; fi
if [ "$PARTICIPATE" = "no" ] || [ -z "$PARTICIPATE" ]; then exit 0; fi
if [ -n "$HTTP_PROXY" ]; then
  export http_proxy="$HTTP_PROXY";
fi
POPCON=/var/log/popularity-contest
if [ "$DAY" ] && [ "$DAY" != "$(date +%w)" ] ; then
# Ensure that popcon runs at least once in the last week
if [ -f "$POPCON" ] ; then
now=$(date +%s)
lastrun=$(date -r $POPCON +%s)
# 6.5 days, in seconds
week=561600
if [ "$(( $now - $lastrun ))" -le "$week" ]; then
exit 0
fi
fi
fi
cd /var/log
umask 022
savelog -c 7 popularity-contest >/dev/null
run_popcon()
{
su -s /bin/sh -c "/usr/sbin/popularity-contest" nobody
}
do_sendmail()
{
if [ -n "$MAILFROM" ]; then
sendmail -oi $MTAOPS -f "$MAILFROM" $MAILTO
else
sendmail -oi $MTAOPS $MAILTO
fi
}
run_popcon > $POPCON 2>/dev/null
GPG=/usr/bin/gpg
if [ "$ENCRYPT" = "yes" ] && ! [ -x "$GPG" ]; then
  logger -t popularity-contest "encrytion required but gpg is not available."
  echo "popularity-contest: encrytion required but gpg is not available." 2>&1
  exit 1
fi
if [ -x "$GPG" ] && [ "$ENCRYPT" = "maybe" ] || [ "$ENCRYPT" = "yes" ]; then
  POPCONGPG="$POPCON.gpg"
  rm -f "$POPCONGPG"
  GPGHOME=`mktemp -d`
  $GPG --batch --no-options --no-default-keyring --trust-model=always \
   --homedir "$GPGHOME" --keyring $KEYRING --quiet \
   --armor -o "$POPCONGPG" -r $POPCONKEY --encrypt "$POPCON"
  rm -rf "$GPGHOME"
  POPCON="$POPCONGPG"
fi
SUBMITTED=no
if [ "$SUBMITURLS" ] && [ "yes" = "$USEHTTP" ]; then
for URL in $SUBMITURLS ; do
if setsid /usr/share/popularity-contest/popcon-upload \
-u $URL -f $POPCON 2>/dev/null ; then
SUBMITTED=yes
else
logger -t popularity-contest "unable to submit report to $URL."
fi
done
fi
if [ yes != "$SUBMITTED" ] && [ "$MAILTO" ]; then
if [ -x "`which sendmail 2>/dev/null`" ]; then
(
if [ -n "$MAILFROM" ]; then
echo "From: <$MAILFROM>"
echo "Sender: <$MAILFROM>"
fi
echo "To: $MAILTO"
echo "Subject: popularity-contest submission"
echo "MIME-Version: 1.0"
echo "Content-Type: text/plain"
echo
cat $POPCON
) | do_sendmail
SUBMITTED=yes
else
logger -t popularity-contest "unable to submit report using sendmail."
fi
fi
if [ "yes" != "$SUBMITTED" ] ; then
logger -t popularity-contest "unable to submit report."
fi


-- debconf information:
  popularity-contest/submiturls:
* popularity-contest/participate: true



Bug#801335: documentation for alsamixe

2015-10-13 Thread Juergen Pfennig
Thanks for sending my proof of concept upstream.

Your use-case question refers to bug #801335? So I answered it there.

Jürgen



Bug#801332: Shell and variable replacement

2015-10-13 Thread Juergen Pfennig
Hi

the init script expects the shell to remove the quotes in a string that is 
passed as a variable:

 -f "blabla" -u "12345678"

But this it does not. Pleasy try this example:

x="ottos \"mops\" kotzt"
set -- $x
echo $2

What you get is:

"mops"

But what you expect is:

mops

So, the shell (bash and dash) does not remove quotes when replacing a 
variable. I don't know what the best way to fix this in dash is. For bash I 
would use an array.

You get the expected result when using:

eval echo $2

Usually one tries to avoid eval (old shells did fork on eval and other subtle 
complications), but in my patched init script it works for me.

-

What if the error is not fixed? 1st: if you pass a friendly name like 'hello' 
the client would display '"hello"' (e.g. the double quotes). Also friendly 
names with spaces do not work. For the -u option the quotes around the id are 
not removed.

By the way: minidlna to my mind handles argument "-u" non-sense not correctly. 
Instead of complaining it just ignores an id that it cannot parse (because of 
the quotes).

I found these things out because (a) I wanted to use a friendly name 
containing spaces and (b) I have multiple instances in the network, these 
apparently used the same id (failure to parse the -u option), which caused 
uuplay problems (but not bubbleupnp).

Jürgen



Bug#795459: Please close this bug

2015-10-08 Thread Juergen Pfennig
Hello,

The received information was helpful. I had a permission problem (some crypto 
file systems do not implement uids).

Could you close this bug please?

Thanks
Jürgen



Bug#801335: gmediarender: Please document use of alsa mixer to run gmediarender together with pulseaudio

2015-10-08 Thread Juergen Pfennig
Package: gmediarender
Version: 0.0.7~git20140302+repack-2
Severity: wishlist

Dear Maintainer,

Could somebody please add documentataion on how to use gmediarender in
background on a workstation?

   * What led up to the situation?

When starting gmediarender as a service it competes with pulseaudio [or
other alsa apps] for exclusive dsp/pcm use. So either gmediarender or
pulseaudio will fail to work as expected.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

I want to run gmediarender as a service on a workstation and also want
sound in desktop sessions.

   * What was the outcome of this action?

I had to use/enable alsa mixer:

Step 1: --- /etc/asound.conf modified:

pcm.dmixer {
type dmix
ipc_key 19552107  # any unique value
ipc_perm 0666
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}

bindings {
0 0
1 1
 }
}

pcm.dsp0 {
type plug
slave.pcm "dmixer"
}

pcm.!default {
type plug
slave.pcm "dmixer"
}

pcm.default {
type plug
slave.pcm "dmixer"
}

ctl.mixer0 {
type hw
card 0
}



Step 2: --- /etc/pulse/default.pa added one line:

load-module module-alsa-sink device=pcm.dmixer



Step 3: ---  Finally changed /etc/default/gmediarender: 

ALSA_DEVICE="dmixer"



It works fine for me. But I dislike

(1) using /etc/asound.conf at all (depends on the hardware)
(2) setting 0666 mode for SYS-V IPC objects

Anyhow: my example shows that gmediarender can run in background on a
workstation without affecting the desktop.

Will somebody improve my proof-of-concept and write some documentation?

Thanks
Jürgen




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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gmediarender depends on:
ii  libc6  2.19-18+deb8u1
ii  libglib2.0-0   2.42.1-1
ii  libgstreamer1.0-0  1.4.4-2
ii  libupnp6   1:1.6.19+git20141001-1
ii  lsb-base   4.1+Debian13+nmu1

Versions of packages gmediarender recommends:
ii  gstreamer1.0-plugins-good  1.4.4-2

gmediarender suggests no packages.

-- Configuration Files:
/etc/default/gmediarender changed:
ENABLED=1
DAEMON_USER="nobody:audio"
UPNP_DEVICE_NAME="Workstation [$(hostname)]"
INITIAL_VOLUME_DB=-10
ALSA_DEVICE="dmixer"
DAEMON_EXTRA_ARGS="--logfile /var/log/gmediarender.log"

/etc/init.d/gmediarender changed:
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="GMediaRender"
NAME=gmediarender
DAEMON=/usr/bin/$NAME
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
DAEMON_USER="nobody:audio"
UPNP_DEVICE_NAME="gmediarender"
INITIAL_VOLUME_DB=-10
ALSA_DEVICE="sysdefault"
DAEMON_EXTRA_ARGS=""
[ -x "$DAEMON" ] || exit 0
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
[ "x$ENABLED" = "x1" ] || exit 0
. /lib/init/vars.sh
. /lib/lsb/init-functions
if [ -n "$ALSA_DEVICE" ] ; then
GS_SINK_PARAM="--gstout-audiosink=alsasink"
GS_DEVICE_PARAM="--gstout-audiodevice=$ALSA_DEVICE"
fi
UPNP_UUID=`ip link show | awk '/ether/ {print "salt:)-" $2}' | head -1 | md5sum 
| awk '{print $1}'`
DAEMON_ARGS=" -f \"$UPNP_DEVICE_NAME\" -d -u \"$UPNP_UUID\" $GS_SINK_PARAM 
$GS_DEVICE_PARAM --gstout-initial-volume-db=$INITIAL_VOLUME_DB 
$DAEMON_EXTRA_ARGS"
do_start()
{
# Return
#   0 if daemon has been started
#   1 if daemon was already running
#   2 if daemon could not be started
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON 
--test > /dev/null \
|| return 1
eval start-stop-daemon -c "$DAEMON_USER" --start --quiet --pidfile $PIDFILE 
--exec $DAEMON -- \
$DAEMON_ARGS \
|| return 2
# Add code here, if necessary, that waits for the process to be ready
# to handle requests from services started subsequently which depend
# on this one.  As a last resort, sleep for some time.
}
do_stop()
{
start-stop-daemon --stop --quiet --exec $DAEMON
return 0
# Return
#   0 if daemon has been stopped
#   1 if daemon was already stopped
#   2 if daemon could not be stopped
#   other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
$PIDFILE --name $NAME
RETVAL="$?"
[ "$RETVAL" = 2 ] && return 2
# Wait for children to finish too if this is a daemon that forks
# and if the daemon is only ever run from this initscript.
# If the above conditions are not satisfied then add some other code
# that waits for the process to drop all resources that could be
# needed by services started subsequently.  A last resort is to
# sleep fo

Bug#801332: gmediarender: /etc/init.d/gmediarender DAEMON_ARGS not expanded (use eval?)

2015-10-08 Thread Juergen Pfennig
Package: gmediarender
Version: 0.0.7~git20140302+repack-2
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

dash and bash do not expand variables recursively. Quoted " chars are
not removed without using eval. 

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Have multiple instances of gmediarenderer in network. Not expanding the
quotes arount -u option make uid not work. Causes problems with
controllers like upplay (but bubbleupnp works fine).

   * What was the outcome of this action?

Friendly name is not passed correctly and -u does not work.

   * What outcome did you expect instead?

can u use eval before start-stop-daemon? For me it works.

*** End of the template - remove these template lines ***

Thank you,
Jürgen

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages gmediarender depends on:
ii  libc6  2.19-18+deb8u1
ii  libglib2.0-0   2.42.1-1
ii  libgstreamer1.0-0  1.4.4-2
ii  libupnp6   1:1.6.19+git20141001-1
ii  lsb-base   4.1+Debian13+nmu1

Versions of packages gmediarender recommends:
ii  gstreamer1.0-plugins-good  1.4.4-2

gmediarender suggests no packages.

-- Configuration Files:
/etc/default/gmediarender changed:
ENABLED=1
DAEMON_USER="nobody:audio"
UPNP_DEVICE_NAME="Workstation [$(hostname)]"
INITIAL_VOLUME_DB=-10
ALSA_DEVICE="dmixer"
DAEMON_EXTRA_ARGS="--logfile /var/log/gmediarender.log"

/etc/init.d/gmediarender changed:
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="GMediaRender"
NAME=gmediarender
DAEMON=/usr/bin/$NAME
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
DAEMON_USER="nobody:audio"
UPNP_DEVICE_NAME="gmediarender"
INITIAL_VOLUME_DB=-10
ALSA_DEVICE="sysdefault"
DAEMON_EXTRA_ARGS=""
[ -x "$DAEMON" ] || exit 0
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
[ "x$ENABLED" = "x1" ] || exit 0
. /lib/init/vars.sh
. /lib/lsb/init-functions
if [ -n "$ALSA_DEVICE" ] ; then
GS_SINK_PARAM="--gstout-audiosink=alsasink"
GS_DEVICE_PARAM="--gstout-audiodevice=$ALSA_DEVICE"
fi
UPNP_UUID=`ip link show | awk '/ether/ {print "salt:)-" $2}' | head -1 | md5sum 
| awk '{print $1}'`
DAEMON_ARGS=" -f \"$UPNP_DEVICE_NAME\" -d -u \"$UPNP_UUID\" $GS_SINK_PARAM 
$GS_DEVICE_PARAM --gstout-initial-volume-db=$INITIAL_VOLUME_DB 
$DAEMON_EXTRA_ARGS"
do_start()
{
# Return
#   0 if daemon has been started
#   1 if daemon was already running
#   2 if daemon could not be started
start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON 
--test > /dev/null \
|| return 1
eval start-stop-daemon -c "$DAEMON_USER" --start --quiet --pidfile $PIDFILE 
--exec $DAEMON -- \
$DAEMON_ARGS \
|| return 2
# Add code here, if necessary, that waits for the process to be ready
# to handle requests from services started subsequently which depend
# on this one.  As a last resort, sleep for some time.
}
do_stop()
{
start-stop-daemon --stop --quiet --exec $DAEMON
return 0
# Return
#   0 if daemon has been stopped
#   1 if daemon was already stopped
#   2 if daemon could not be stopped
#   other if a failure occurred
start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile 
$PIDFILE --name $NAME
RETVAL="$?"
[ "$RETVAL" = 2 ] && return 2
# Wait for children to finish too if this is a daemon that forks
# and if the daemon is only ever run from this initscript.
# If the above conditions are not satisfied then add some other code
# that waits for the process to drop all resources that could be
# needed by services started subsequently.  A last resort is to
# sleep for some time.
start-stop-daemon --stop --quiet --oknodo --retry=0/30/KILL/5 --exec 
$DAEMON
[ "$?" = 2 ] && return 2
# Many daemons don't delete their pidfiles when they exit.
rm -f $PIDFILE
return "$RETVAL"
}
do_reload() {
#
# If the daemon can reload its configuration without
# restarting (for example, when it is sent a SIGHUP),
# then implement that here.
#
start-stop-daemon --stop --signal 1 --quiet --pidfile $PIDFILE --name 
$NAME
return 0
}
case "$1" in
  start)
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
do_start
case "$?" in
0|1) [ "$VERBOSE" != no ] && log_end_msg 0 ;;
2) [ "$VERBOSE" != no ] && log_end_msg 1 ;;
esac
;;
  stop)
[ "$VE

Bug#795459: exim4: Security problem: cannot symlink client.passwd to secure storage

2015-08-14 Thread Juergen Pfennig
Package: exim4
Version: 4.84-8
Severity: normal

Dear Maintainer,

- might be an upstream issue

* I would like to store passwd.client in an encrypted folder.

* Cannot use hard-links to different fs, sym-links are silently ignored
* by exim.

* As a result I get a security problem because I cannot use a secure,
* encrypted folder to store the passwords.

Did somebody try to do something good by blocking symlinks? Anyhow, you
end up with an insecure configuration (clear text passwords in unsecure
storage).

Thanks
Jürgen

-- Package-specific info:
Exim version 4.84 #3 built 17-Feb-2015 17:45:49
Copyright (c) University of Cambridge, 1995 - 2014
(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2014
Berkeley DB: Berkeley DB 5.3.28: (September  9, 2013)
Support for: crypteq iconv() IPv6 GnuTLS move_frozen_messages DKIM PRDR OCSP
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmjz 
dbmnz dnsdb dsearch nis nis0 passwd
Authenticators: cram_md5 plaintext
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /var/lib/exim4/config.autogenerated

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

Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0]  1.5.56
ii  exim4-base 4.84-8
ii  exim4-daemon-light 4.84-8

exim4 recommends no packages.

exim4 suggests no packages.

-- debconf information excluded



Bug#790109: modemmanager: mm in jessie breaks gobi 1000 - qmi version problem(?)

2015-06-27 Thread Juergen Pfennig
Package: modemmanager
Version: 1.4.0-1
Severity: normal

Dear Maintainer,

- Installing jessie on an HP Elitebook 2530p breaks an integrated un2400
  wwan modem that worked fine with wheezy.

- Network manager will try to connect over the wwan but will fail.

- Suggestion: is the problem related to qmi support in mm that was not
  enabled under wheezy?

- In particular the log shows complaints of mm against qmi version
  numers and reports failures to do things via qmi

Thank you very much for your attention
Jürgen

Here some output of journalctl:

after enabling wwan via rfkill unblock 3:

Jun 27 10:29:14 jessie4 NetworkManager[582]:  WWAN now enabled by
radio killswitch
Jun 27 10:29:15 jessie4 kernel: usb 9-2: new high-speed USB device
number 4 using ehci-pci
Jun 27 10:29:15 jessie4 kernel: usb 9-2: New USB device found,
idVendor=03f0, idProduct=201d
Jun 27 10:29:15 jessie4 kernel: usb 9-2: New USB device strings: Mfr=2,
Product=1, SerialNumber=0
Jun 27 10:29:15 jessie4 kernel: usb 9-2: Product: HP un2400 Mobile
Broadband Module
Jun 27 10:29:15 jessie4 kernel: usb 9-2: Manufacturer: HP un2400 Mobile
Broadband Module
Jun 27 10:29:15 jessie4 logger[1529]: loading HP Device 009 004
Jun 27 10:29:15 jessie4 hp-config_usb_printer[1531]:
hp-config_usb_printer[1531]: error: This is not a valid device
Jun 27 10:29:15 jessie4 kernel: WARNING! power/level is deprecated; use
power/control instead
Jun 27 10:29:16 jessie4 kernel: usbcore: registered new interface driver
usbserial
Jun 27 10:29:16 jessie4 kernel: usbcore: registered new interface driver
usbserial_generic
Jun 27 10:29:16 jessie4 kernel: usbserial: USB Serial support registered
for generic
Jun 27 10:29:16 jessie4 kernel: usbcore: registered new interface driver
qcserial
Jun 27 10:29:16 jessie4 kernel: usbserial: USB Serial support registered
for Qualcomm USB modem
Jun 27 10:29:16 jessie4 kernel: qcserial 9-2:1.0: Qualcomm USB modem
converter detected
Jun 27 10:29:16 jessie4 kernel: usb 9-2: Qualcomm USB modem converter
now attached to ttyUSB0
Jun 27 10:29:19 jessie4 kernel: usb 9-2: USB disconnect, device number 4
Jun 27 10:29:19 jessie4 kernel: qcserial ttyUSB0: Qualcomm USB modem
converter now disconnected from ttyUSB0
Jun 27 10:29:19 jessie4 kernel: qcserial 9-2:1.0: device disconnected
Jun 27 10:29:20 jessie4 kernel: usb 9-2: new high-speed USB device
number 5 using ehci-pci
Jun 27 10:29:20 jessie4 kernel: usb 9-2: New USB device found,
idVendor=03f0, idProduct=1f1d
Jun 27 10:29:20 jessie4 kernel: usb 9-2: New USB device strings: Mfr=2,
Product=1, SerialNumber=0
Jun 27 10:29:20 jessie4 kernel: usb 9-2: Product: HP un2400 Mobile
Broadband Module
Jun 27 10:29:20 jessie4 kernel: usb 9-2: Manufacturer: HP un2400 Mobile
Broadband Module
Jun 27 10:29:20 jessie4 kernel: qcserial 9-2:1.0: Qualcomm USB modem
converter detected
Jun 27 10:29:20 jessie4 kernel: usb 9-2: Qualcomm USB modem converter
now attached to ttyUSB0
Jun 27 10:29:20 jessie4 kernel: qcserial 9-2:1.2: Qualcomm USB modem
converter detected
Jun 27 10:29:20 jessie4 kernel: usb 9-2: Qualcomm USB modem converter
now attached to ttyUSB1
Jun 27 10:29:20 jessie4 kernel: qmi_wwan 9-2:1.3: cdc-wdm1: USB WDM
device
Jun 27 10:29:20 jessie4 kernel: qmi_wwan 9-2:1.3 wwan0: register
'qmi_wwan' at usb-:00:1a.7-2, WWAN/QMI device, 02:47:7b:0c:1f:46
Jun 27 10:29:20 jessie4 logger[1556]: loading HP Device 009 005
Jun 27 10:29:20 jessie4 hp-config_usb_printer[1558]:
hp-config_usb_printer[1558]: error: This is not a valid device
Jun 27 10:29:20 jessie4 ModemManager[573]:   (ttyUSB1): port
attributes not fully set
Jun 27 10:29:20 jessie4 NetworkManager[582]:  devices added (path:
/sys/devices/pci:00/:00:1a.7/usb9/9-2/9-2:1.3/net/wwan0, iface:
wwan0)
Jun 27 10:29:20 jessie4 NetworkManager[582]:  device added (path:
/sys/devices/pci:00/:00:1a.7/usb9/9-2/9-2:1.3/net/wwan0, iface:
wwan0): no ifupdown configuration found.
Jun 27 10:29:20 jessie4 ModemManager[573]: [/dev/cdc-wdm1] Opening
device with flags 'version-info, proxy'...
Jun 27 10:29:20 jessie4 ModemManager[573]: cannot connect to proxy:
Could not connect: Connection refused
Jun 27 10:29:20 jessie4 ModemManager[573]: spawning new qmi-proxy (try
1)...
Jun 27 10:29:21 jessie4 ModemManager[573]: [/dev/cdc-wdm1] Checking
version info (10 retries)...
Jun 27 10:29:21 jessie4 ModemManager[573]:   (ttyUSB0): port
attributes not fully set
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1] QMI Device
supports 6 services:
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]ctl (1.0)
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]wds (1.1)
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]dms (1.1)
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]nas (1.0)
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]wms (1.0)
Jun 27 10:29:22 jessie4 ModemManager[573]: [/dev/cdc-wdm1]pds (1.0)
Jun 27 10:29:31 jessie4 ModemManager[573]:   Creating modem with
plugin 'Gobi' and '4' ports
Jun 27 

Bug#743455: cups: Pause after backend failure (printer off) not reset by reboot

2014-04-02 Thread Juergen Pfennig
Package: cups
Version: 1.5.3-5+deb7u1
Severity: important

Dear Maintainer,
please try to understand ...

   * What led up to the situation?

Assume a "ordinary" user, not an expert. He turned off the printer power
[not on idiot - in some country electicity is expensive]. He sends a
file to the printer, the printer backend fails [notably a hp printer,
but others brands seem to be affected too]. 

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Cups now adds some cryptic messages to it's log files [no "ordinary" user
will ever read them] and silently pauses the printer. Even after having
power restored the printer will not print again. Our "ordinary" user will
reboot his computer [trained by advise from other OS] but he still cannot
print.

   * What was the outcome of this action?

He will have to disconnect the printer from the linux box, plug
it into his other-OS Notebook or FrizBox or what ever to be able to
print again. He will not enjoy linux. Please keep in mind: he will not
open the cups web frontend to restart the printer [password required]
nor will he "sudo cupsenable " [no priviledge anyhow].

   * What outcome did you expect instead?

(a) the cups startup script could automatically cupsenable all printers
to make the "ordinary" user happy after reboot.

(b) an udev rule could trigger cupsenable when the printer is connected
[or powered on].

(c) make linux developers understand "ordinary" users. Not everybody
wants to be a linux geek.

   * summary *

Please understand that for an "ordinary" user the current cups behaviour
is a desaster and makes the cups package difficult to use for people
that turn off their printers to save [expensive] electric power.

Thank you!
Jürgen

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

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

Versions of packages cups depends on:
ii  adduser3.113+nmu3
ii  bc 1.06.95-2+b1
ii  cups-client1.5.3-5+deb7u1
ii  cups-common1.5.3-5+deb7u1
ii  cups-filters   1.0.18-2.1+deb7u1
ii  cups-ppdc  1.5.3-5+deb7u1
ii  debconf [debconf-2.0]  1.5.49
ii  dpkg   1.16.12
ii  ghostscript9.05~dfsg-6.3+deb7u1
ii  libavahi-client3   0.6.31-2
ii  libavahi-common3   0.6.31-2
ii  libc-bin   2.13-38+deb7u1
ii  libc6  2.13-38+deb7u1
ii  libcups2   1.5.3-5+deb7u1
ii  libcupscgi11.5.3-5+deb7u1
ii  libcupsimage2  1.5.3-5+deb7u1
ii  libcupsmime1   1.5.3-5+deb7u1
ii  libcupsppdc1   1.5.3-5+deb7u1
ii  libdbus-1-31.6.8-1+deb7u1
ii  libgcc11:4.7.2-5
ii  libgnutls262.12.20-8+deb7u1
ii  libgssapi-krb5-2   1.10.1+dfsg-5+deb7u1
ii  libkrb5-3  1.10.1+dfsg-5+deb7u1
ii  libldap-2.4-2  2.4.31-1+nmu2
ii  libpam0g   1.1.3-7.1
ii  libpaper1  1.1.24+nmu2
ii  libslp11.2.1-9
ii  libstdc++6 4.7.2-5
ii  libusb-1.0-0   2:1.0.11-1
ii  lsb-base   4.1+Debian8+deb7u1
ii  poppler-utils  0.18.4-6
ii  procps 1:3.3.3-3
ii  ssl-cert   1.0.32

Versions of packages cups recommends:
pn  avahi-daemon   
pn  colord 
pn  foomatic-filters   
ii  ghostscript-cups   9.05~dfsg-6.3+deb7u1
pn  printer-driver-gutenprint  

Versions of packages cups suggests:
pn  cups-bsd   
ii  cups-pdf   2.6.1-6
pn  foomatic-db-compressed-ppds | foomatic-db  
ii  hplip  3.12.6-3.1+deb7u1
ii  printer-driver-hpcups  3.12.6-3.1+deb7u1
ii  smbclient  2:3.6.6-6+deb7u2
ii  udev   175-7.2

-- Configuration Files:
/etc/cups/cupsd.conf.default [Errno 2] Datei oder Verzeichnis nicht gefunden: 
u'/etc/cups/cupsd.conf.default'
/etc/default/cups changed:
LOAD_LP_MODULE=no


-- debconf information:
  cupsys/raw-print: true
  cupsys/backend: ipp, lpd, socket, usb, snmp, dnssd


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



Bug#740773: /usr/bin/avconv: aconv does not handle ac3->ac3 5.1 sound conversion

2014-03-04 Thread Juergen Pfennig
Package: libav-tools
Version: 6:0.8.10-1
Severity: normal
File: /usr/bin/avconv

Dear Maintainer,

today I tried to convert DVD data (with 5.1 ac3 sound) to some smaller
mp4. I learned that there is almost no way to keep 5.1 sound. The best I
could get was downmixing to stereo (using -ac 2). Here is input/output
from my 1st try [I still believe that it should work out of the box
without having to add spurious parameters like -c:a ac3_fixed -b:a 448]:

-START---
local@peter0:~$ avconv -loglevel info -ss 6 -i
"concat:/mnt/xxx/VIDEO_TS/VTS_01_1.VOB|/mnt/xxx/VIDEO_TS/VTS_01_2.VOB|/mnt/xxx/VIDEO_TS/VTS_01_3.VOB|/mnt/xxx/VIDEO_TS/VTS_01_4.VOB|/mnt/xxx/VIDEO_TS/VTS_01_5.VOB"
-vf yadif -c:v mpeg4 -c:a ac3 -aspect 16:9 -async 1000 -threads 2
-strict 1  -b:v 2M -bt 18M -f mp4 -y x.mp4
avconv version 0.8.10-6:0.8.10-1, Copyright (c) 2000-2013 the Libav
developers
  built on Feb  5 2014 03:52:19 with gcc 4.7.2
[mpeg @ 0x189a300] max_analyze_duration reached
Input #0, mpeg, from
'concat:/mnt/xxx/VIDEO_TS/VTS_01_1.VOB|/mnt/xxx/VIDEO_TS/VTS_01_2.VOB|/mnt/xxx/VIDEO_TS/VTS_01_3.VOB|/mnt/xxx/VIDEO_TS/VTS_01_4.VOB|/mnt/xxx/VIDEO_TS/VTS_01_5.VOB':
  Duration: 02:52:59.55, start: 0.287267, bitrate: 3593 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video (Main), yuv420p, 720x576 [PAR
64:45 DAR 16:9], 8490 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc
Stream #0.1[0x82]: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
[buffer @ 0x18a1f00] w:720 h:576 pixfmt:yuv420p
[yadif @ 0x18a26c0] mode:0 parity:-1 auto_enable:0
Incompatible sample format 's16' for codec 'ac3', auto-selecting format
'flt'
[ac3 @ 0x189bec0] invalid bit rate
Output #0, mp4, to 'x.mp4':
Stream #0.0: Video: mpeg4, yuv420p, 720x576 [PAR 64:45 DAR 16:9],
q=2-31, 2000 kb/s, 90k tbn, 25 tbc
Stream #0.1: Audio: ac3, 48000 Hz, 5.1, flt, 200 kb/s
Stream mapping:
  Stream #0:0 -> #0:0 (mpeg2video -> mpeg4)
  Stream #0:1 -> #0:1 (ac3 -> ac3)
Error while opening encoder for output stream #0:1 - maybe incorrect
parameters such as bit_rate, rate, width or height
-END--

I do not want to flood you with too many bug reports, but avconv (or
avlib?) is not fit for practical use. It handles only some 60% of my use
cases without trouble. Unfortunately I have no experience with ffmpeg.
But if avlib is not better than ffmpeg there is no reason to have it in
debian. It just doubles the trouble. I will switch away completely from
ffmpeg/avlib.

Thanks
Jürgen

-- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libav-tools depends on:
ii  dpkg 1.16.12
ii  libavcodec-extra-53  6:0.8.10-1
ii  libavdevice536:0.8.10-1
ii  libavfilter2 6:0.8.10-1
ii  libavformat536:0.8.10-1
ii  libavutil51  6:0.8.10-1
ii  libc62.13-38+deb7u1
ii  libpostproc526:0.8.10-1
ii  libsdl1.2debian  1.2.15-5
ii  libswscale2  6:9.10-1~bpo70+1

libav-tools recommends no packages.

libav-tools 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#740572: qlandkartegt: Build-in OSM Tilemap displayed white-on-white

2014-03-02 Thread Juergen Pfennig
Package: qlandkartegt
Version: 1.5.0~dfsg1-1
Severity: important

Dear Maintainer,

Since a couple of weeks qlandkarte on wheezy is seriously affected by
two problems:

(1) Qlandkarte claims to load  tiles from OSM but does not show anything.

(2) Also, since a couple of weeks the download of elevation data from
geonames.org became defunct.

Are there fixes for the mentioned problems? Please backport to
wheezy, upgrading to testing is not an option for many users.

Thank you
Jürgen

P.S.: Do your Jessy packages contain a mime-type definition for gpx/tcx
that allows qlandkarte to be launched by clicking a track file? If not:
please add one.

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

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

Versions of packages qlandkartegt depends on:
ii  libc6 2.13-38+deb7u1
ii  libdmtx0a 0.7.2-2+build1
ii  libexif12 0.6.20-3
ii  libgcc1   1:4.7.2-5
ii  libgdal1  1.9.0-3.1
ii  libgl1-mesa-glx [libgl1]  8.0.5-4+deb7u2
ii  libglu1-mesa [libglu1]8.0.5-4+deb7u2
ii  libgps20  3.6-4+deb7u1
ii  libice6   2:1.0.8-2
ii  libjpeg8  8d-1
ii  libproj0  4.7.0-2
ii  libqt4-dbus   4:4.8.2+dfsg-11
ii  libqt4-network4:4.8.2+dfsg-11
ii  libqt4-opengl 4:4.8.2+dfsg-11
ii  libqt4-script 4:4.8.2+dfsg-11
ii  libqt4-sql4:4.8.2+dfsg-11
ii  libqt4-xml4:4.8.2+dfsg-11
ii  libqt4-xmlpatterns4:4.8.2+dfsg-11
ii  libqtcore44:4.8.2+dfsg-11
ii  libqtgui4 4:4.8.2+dfsg-11
ii  libqtwebkit4  2.2.1-5
ii  libsm62:1.2.1-2
ii  libstdc++64.7.2-5
ii  libx11-6  2:1.5.0-1+deb7u1
ii  libxext6  2:1.3.1-2+deb7u1
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages qlandkartegt recommends:
pn  gdal-bin 
ii  gpsbabel 1.4.3-1
pn  qlandkartegt-garmin  

Versions of packages qlandkartegt suggests:
pn  gpsd  

-- no debconf information

-- debsums errors found:
debsums: changed file /usr/share/applications/qlandkartegt.desktop (from 
qlandkartegt package)


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



Bug#737171: ff_rate_estimate_qscale: Assertion `picture_numbernum_entries' failed

2014-01-30 Thread Juergen Pfennig
Package: libav-tools
Version: 6:0.8.9-1
Severity: normal

Dear Maintainer,

--- The mission

I am converting a lot of old PAL MPEG2 TS files to something else. The
files occasionally have invalid data packages, as is to be expected for
data being received via PB Sat. All these files get happily played by
mplayer. I know little about avlib (except that debian has choosen it
above ffmpeg and I know even less about ffmpeg).

I have seen more bugs and crashes in avconv than you have bug reports on
Debian. Unfortunately all seem to be upstream bugs. Probably you are not
interested in collecting bugs for upstream?

--- The bug of the day

Here a bug example (output of a batch job generated by a shell script):

COMMAND :> avconv -loglevel error -i /data/alpha/vol1/Filme/SciFi/Star
Wars EpisodeVI-Die Rückkehr der Jedi Ritter.mpg -pass 1 -an -passlogfile
/tmp/user/1000/9234 -vf crop=720:341:0:118,yadif -c:v mpeg4 -async 1000
-threads 2 -strict 1 -b:a 192k -b:v 3M -bt 18M -f mp4 -y /dev/null
[mpeg2video @ 0xd78440] ac-tex damaged at 7 18
[mpeg2video @ 0xd78440] Warning MVs not available
STATUS  := 0
COMMAND :> avconv -loglevel error -i /data/alpha/vol1/Filme/SciFi/Star
Wars EpisodeVI-Die Rückkehr der Jedi Ritter.mpg -pass 2 -passlogfile
/tmp/user/1000/9234 -vf crop=720:341:0:118,yadif -c:a libmp3lame -c:v
mpeg4 -async 1000 -threads 2 -strict 1 -b:a 192k -b:v 3M -bt 18M -f mp4
-y Star Wars EpisodeVI-Die Rückkehr der Jedi Ritter.mp4
[mp2 @ 0x209f000] Header missing
Error while decoding stream #0:1
[mp2 @ 0x209f000] Header missing
Error while decoding stream #0:1
avconv: /build/libav-NImQwo/libav-0.8.9/libavcodec/ratecontrol.c:693:
ff_rate_estimate_qscale: Assertion `picture_numbernum_entries'
failed.
/usr/local/bin/centaurirecode: Zeile 298: 10173 Abgebrochen
"${opts[@]}"
STATUS  := 134

--- Analysis

As can be seen it's a 2 pass conversion bug. Using -an and /dev/null in
pass 1 is recommended in the documentation.

The error happens at the very end of the conversion. Unfortunately no
moov atom gets written.

A 1 pass conversion works as expected.

There is an an old (2006) Bug report for this on ffmpeg, but it was closed
by the maintainer. But it's still these and hurts.

--- Newer Versions

The version of avconv that is in backports is unusable, avconv seems to
pass parameter values to the codecs that are not acepted, no idea how to
handle this via avconv. Installing from SID is not an option for me.

Anyhow, thanks to all Debian and upstream people for their work!
Jürgen

-- System Information:
Debian Release: 7.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libav-tools depends on:
ii  dpkg 1.16.12
ii  libavcodec-extra-53  6:0.8.9-1
ii  libavdevice536:0.8.9-1
ii  libavfilter2 6:0.8.9-1
ii  libavformat536:0.8.9-1
ii  libavutil51  6:0.8.9-1
ii  libc62.13-38
ii  libpostproc526:0.8.9-1
ii  libsdl1.2debian  1.2.15-5
ii  libswscale2  6:9.10-1~bpo70+1

libav-tools recommends no packages.

libav-tools 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#702286: ifupdown: ifup -a calls if-up.d skript with interface "--all"

2013-03-04 Thread Juergen Pfennig
Package: ifupdown
Version: 0.7.5
Severity: normal

For an interfaces file that only turns on auto for lo and nothing else
the ifup -a that is excuted on startup calls the if-up.d scrips (and
possibly others) with an extra interface named "--all". So a simple
script in if-up.d like

echo INTERFACE $iface

produces the output

INTERFACE lo
INTERFACE --all

The undocumented "--all" interface breaks some hook scripts that try to
execute unintended actions on "--all" because they only filter for "lo".

This is either an undocumented feature or a bug.

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

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

Versions of packages ifupdown depends on:
ii  dpkg 1.16.9
ii  initscripts  2.88dsf-41
ii  iproute  20120521-3+b3
ii  libc62.13-38
ii  lsb-base 4.1+Debian8

ifupdown recommends no packages.

Versions of packages ifupdown suggests:
ii  isc-dhcp-client [dhcp-client]  4.2.2.dfsg.1-5+deb70u3
ii  net-tools  1.60-24.2
ii  ppp2.4.5-5.1+b1
pn  rdnssd 

-- Configuration Files:
/etc/init.d/networking changed [not included]
/etc/network/if-down.d/upstart [Errno 2] Datei oder Verzeichnis nicht gefunden: 
u'/etc/network/if-down.d/upstart'
/etc/network/if-up.d/upstart [Errno 2] Datei oder Verzeichnis nicht gefunden: 
u'/etc/network/if-up.d/upstart'

-- 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#561716: samba: security=domain broken, server get's empty user name

2009-12-19 Thread Juergen Pfennig
Package: samba
Version: 2:3.4.2-1~bpo50+3
Severity: normal


Sorry for the 'bpo' versioni (and for not sending any level 10 logs)
 ...

My member servers stopped authenticating against the primary server.
Forcing the members to use security=user would still work but would
cause other problems.

On the server side the log contains some spurious information:

[2009/12/19 20:54:56,  3] smbd/sesssetup.c:1607(reply_sesssetup_and_X)
  Domain=[]  NativeOS=[Unix] NativeLanMan=[Samba] PrimaryDomain=[]
[2009/12/19 20:54:56,  3] smbd/sesssetup.c:1623(reply_sesssetup_and_X)
  sesssetupX:name=[]...@[10.21.2.7]
[2009/12/19 20:54:56,  3] smbd/sesssetup.c:151(check_guest_password)
  Got anonymous request
[2009/12/19 20:54:56,  3] auth/auth.c:222(check_ntlm_password)
  check_ntlm_password:  Checking password for unmapped user []...@[]
with the new password interface
[2009/12/19 20:54:56,  3] auth/auth.c:225(check_ntlm_password)
  check_ntlm_password:  mapped user is: []...@[]
[2009/12/19 20:54:56,  3] lib/smbldap.c:660(smb_ldap_start_tls)
...

As can be seen the server gets an empty user name and denies the
authentication.

When trying 'smbclient -U  -L member-server' the authentication
works (like with security=user).

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

Kernel: Linux 2.6.30-8-a64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages samba depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libacl1 2.2.47-2 Access control list shared library
ii  libattr11:2.4.43-2   Extended attribute shared library
ii  libc6   2.7-18lenny1 GNU C Library: Shared libraries
ii  libcap2 2.11-2   support for getting/setting POSIX.
ii  libcomerr2  1.41.3-1 common error description library
ii  libcups21.3.8-1+lenny7   Common UNIX Printing System(tm) - 
ii  libgnutls26 2.4.2-6+lenny2   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1+lenny1  OpenLDAP libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam-runtime  1.0.1-5+lenny1   Runtime support for the PAM librar
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libwbclient02:3.4.2-1~bpo50+3Samba winbind client library
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  procps  1:3.2.7-11   /proc file system utilities
ii  samba-common2:3.4.2-1~bpo50+3common files used by both the Samb
ii  update-inetd4.31 inetd configuration file updater
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages samba suggests:
pn  ctdb   (no description available)
pn  ldb-tools  (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
pn  smbldap-tools  (no description available)

-- debconf information:
* samba/run_mode: daemons
  samba/generate_smbpasswd:



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



Bug#536426: linux-image: CIFS in 2.6.30 may get EEXIST on temp file create causing file creation flood

2009-07-09 Thread Juergen Pfennig
Package: linux-image
Version: 2.6.30
Severity: grave
Justification: renders package unusable

Hi,
having fun with your 2.6.30 kernel built from source and cifs. Error
became visible when kde's konqueror creates a scratch file for a new
version of it's bookmarks. In my config the bookmark file is on the
server (samba 3.3.6), qt detects this correctly. This is what happens
(strace):

lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/jpf", {st_mode=S_IFDIR|0751, st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share", {st_mode=S_IFDIR|0750, st_size=4096,
...}) = 0
lstat64("/home/jpf/.kde/share/apps", {st_mode=S_IFDIR|0750,
st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share/apps/konqueror", {st_mode=S_IFDIR|0750,
st_size=4096, ...}) = 0
lstat64("/home/jpf/.kde/share/apps/konqueror/bookmarks.xml",
{st_mode=S_IFLNK|0777, st_size=44, ...}) = 0
readlink("/home/jpf/.kde/share/apps/konqueror/bookmarks.xml",
"/home/jpf/Roaming/Profiles/kde/bookmarks.xml"..., 4095) = 44
lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/jpf", {st_mode=S_IFDIR|0751, st_size=4096, ...}) = 0
lstat64("/home/jpf/Roaming", {st_mode=S_IFLNK|0777, st_size=22, ...}) =
0
readlink("/home/jpf/Roaming", "/data/home/jpf/Roaming"..., 4095) = 22
lstat64("/data", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/data/home", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0
lstat64("/data/home/jpf", {st_mode=S_IFDIR|0751, st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming", {st_mode=S_IFDIR|0700, st_size=0,
...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles", {st_mode=S_IFDIR|0700,
st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles/kde", {st_mode=S_IFDIR|0750,
st_size=0, ...}) = 0
lstat64("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xml",
{st_mode=S_IFREG|0640, st_size=22178, ...}) = 0
access("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xml", W_OK) = 0
stat64("/data/home/jpf/Roaming/Profiles/kde", {st_mode=S_IFDIR|0750,
st_size=0, ...}) = 0
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlnt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlot2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlpt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlqt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlrt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmlst2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
open("/data/home/jpf/Roaming/Profiles/kde/bookmarks.xmltt2752.new",
O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)

At least 512 file get created, the problem is that ext3 seems to limit a
dir to 64k entries. This limit was reached on the server side.

The problem seems to be CIFS related only. It does not happen with a
2.6.29 kernel. It happens with a 2.6.30 kernel on lenny using kde3 and
(please forgive me) on ubuntu jaunty with kde4 (having copied the custom
kernel to jaunty).

I should mention that also the working 2.6.29 kernel was custom built
and that the 2.6.30 config was generted using 'make oldconfig'.

Any idea?
Yours Jürgen


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

Kernel: Linux 2.6.30-1-a64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#531344: samba: Long delay for login with Vista SP2 as a Samba domain member

2009-05-31 Thread Juergen Pfennig
Package: samba
Version: 2:3.3.4-1~bpo50+2
Severity: normal

Since 3.3.4 Vista can work (again) as a domain member - but logins
for domain users take VERY long (60s or so). This is not related to
roaming profiles. The PDC works fine for linux and windows 2003 but
not for Vista.

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages samba depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libacl1 2.2.47-2 Access control list shared library
ii  libattr11:2.4.43-2   Extended attribute shared library
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcap2 2.11-2   support for getting/setting POSIX.
ii  libcomerr2  1.41.3-1 common error description library
ii  libcups21.3.8-1lenny5Common UNIX Printing System(tm) - 
ii  libgnutls26 2.4.2-6+lenny1   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1 OpenLDAP libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam-runtime  1.0.1-5+lenny1   Runtime support for the PAM librar
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libtalloc1  1.2.0~git20080616-1  hierarchical pool based memory all
ii  libwbclient02:3.3.4-1~bpo50+2Samba winbind client library
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  procps  1:3.2.7-11   /proc file system utilities
ii  samba-common2:3.3.4-1~bpo50+2common files used by both the Samb
ii  update-inetd4.31 inetd configuration file updater
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.1-5Log rotation utility

Versions of packages samba suggests:
pn  ctdb   (no description available)
pn  ldb-tools  (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
pn  smbldap-tools  (no description available)

-- debconf information:
* samba/run_mode: daemons
  samba/generate_smbpasswd:



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



Bug#528429: samba: 3.3.3-1 BPO: pam_smbpass dependency and X86 Vista lsass.exe crash

2009-05-12 Thread Juergen Pfennig
Package: samba
Version: 2:3.3.3-1~bpo50+1
Severity: minor

Hi, thanks for the upload to backports. Unfortunately the 3.3.3-1 can be
very helpfull for using KDE4's kmail or other programs creating (lock-)
files with strange names. This now really works, my CIFS files are
gone. BUT:

1) pam_smbpass.so has a dependency that removes the lenny pam package. My
workaround was to keep the old copy in /lib/security. Very odd please
Fix!

2) Bug#526905: samba: Vista also seen on x86. This is just for
information. A vista x86 ultimate installed in VirtualBox 2.1.4 ose gets
killed when booted after having joined the samba domain if the network
is connected at boot time.

Thanks again, 3.3.3-1 works fine, Vista is not important anyhow.


-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)

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

Versions of packages samba depends on:
ii  adduser 3.110add and remove users and groups
ii  debconf [debcon 1.5.24   Debian configuration management sy
ii  libacl1 2.2.47-2 Access control list shared library
ii  libattr11:2.4.43-2   Extended attribute shared library
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcap2 2.11-2   support for getting/setting POSIX.
ii  libcomerr2  1.41.3-1 common error description library
ii  libcups21.3.8-1lenny5Common UNIX Printing System(tm) - 
ii  libgnutls26 2.4.2-6+lenny1   the GNU TLS library - runtime libr
ii  libkrb531.6.dfsg.4~beta1-5lenny1 MIT Kerberos runtime libraries
ii  libldap-2.4-2   2.4.11-1 OpenLDAP libraries
ii  libpam-modules  1.0.1-5+lenny1   Pluggable Authentication Modules f
ii  libpam-runtime  1.0.1-5+lenny1   Runtime support for the PAM librar
ii  libpam0g1.0.1-5+lenny1   Pluggable Authentication Modules l
ii  libpopt01.14-4   lib for parsing cmdline parameters
ii  libtalloc1  1.2.0~git20080616-1  hierarchical pool based memory all
ii  libwbclient02:3.3.3-1~bpo50+1Samba winbind client library
ii  logrotate   3.7.1-5  Log rotation utility
ii  lsb-base3.2-20   Linux Standard Base 3.2 init scrip
ii  procps  1:3.2.7-11   /proc file system utilities
ii  samba-common2:3.3.3-1~bpo50+1common files used by both the Samb
ii  update-inetd4.31 inetd configuration file updater
ii  zlib1g  1:1.2.3.3.dfsg-12compression library - runtime

samba recommends no packages.

Versions of packages samba suggests:
pn  ctdb   (no description available)
pn  ldb-tools  (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-2 The OpenBSD Internet Superserver
pn  smbldap-tools  (no description available)

-- debconf information excluded



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



Bug#513267: dbus: Since security fix missing pam_group support missing more then ever

2009-01-27 Thread Juergen Pfennig
Package: dbus
Version: 1.2.1-5
Severity: important


Hi,
if I read the Ubuntu bug-reports correctly pam_group support is a
wishlist item - but since the newest security fix that feature is
required more then ever. In my config most LDAP users get their group
settings via groups.conf like ...

*;*;*;Al-2400;audio, video, dialout, netdev, plugdev, cdrom

and tweaking the dbus config has become more difficult.

Thanks.

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

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

Versions of packages dbus depends on:
ii  adduser   3.110  add and remove users and groups
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-5simple interprocess messaging syst
ii  libexpat1 2.0.1-4XML parsing C library - runtime li
ii  libselinux1   2.0.65-5   SELinux shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

Versions of packages dbus recommends:
ii  dbus-x11  1.2.1-5simple interprocess messaging syst

dbus 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#507260: libpam-mount: another segfault (not #507199) prevents login

2008-11-29 Thread Juergen Pfennig
Package: libpam-mount
Version: 0.44-1+lenny2
Severity: normal

In my network ldap is used to resolve groups and users...

The recent version also segfaults for a simple (cifs) folder:
segfault at 7461642f ip b79251f5 sp bf9a9100 error 4 in 
pam_mount.so[b791f000+e000]

Another wish:

Could somebody please fix the regression that  does not 
work
any longer? I once reported that bug, but it got closed because of a new 
uptstream release.

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

Kernel: Linux 2.6.26-10-sis (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libpam-mount depends on:
ii  debconf1.5.24Debian configuration management sy
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libhx131.18-1A library providing queue, tree, I
ii  libpam0g   1.0.1-4   Pluggable Authentication Modules l
ii  libssl0.9.80.9.8g-14 SSL shared libraries
ii  libxml-writer-perl 0.604-1   Perl module for writing XML docume
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  mount  2.13.1.1-1Tools for mounting and manipulatin

libpam-mount recommends no packages.

Versions of packages libpam-mount suggests:
pn  cryptsetup (no description available)
pn  davfs2 (no description available)
ii  fuse-utils 2.7.4-1.1 Filesystem in USErspace (utilities
ii  lsof   4.78.dfsg.1-4 List open files
pn  ncpfs  (no description available)
ii  openssl0.9.8g-14 Secure Socket Layer (SSL) binary a
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  smbfs  2:3.2.4-1 mount and umount commands for the 
pn  truecrypt-utils(no description available)

-- debconf information:
* libpam-mount/convert-xml-config: false



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



Bug#503673: alsa-base_1.0.17.dfsg-4_all linux-sound-base_1.0.17.dfsg-4_all lock-up my system

2008-10-27 Thread Juergen Pfennig
Package: alsa-base
Version: 1.0.17.dfsg-2
Severity: normal


Effect: XOrg (or whatever) hangs if using audacity for recording.
The system becomes very unresponsive (X is dead, ACPI button does not
work) but can be rebooted via ssh. No dmesg or log output that could
help.

Repair: Reinstall dfsg-2_all and it's fine again.

More info: the audacity setup was cleared. KDE sound output worked fine.
alsamixer showed nothing strange. One input device (hw 0,2 or so) was
not displayed in the audacity input-select combo box. Hardware: ASUS
Pundit 3 with RS690/SB600 mobo.

Thanks for the fun, it's raining outside.


-- Package-specific info:
--- Begin additional package status ---
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konfiguration/
 Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/Halten/R=Neuinst notw/X=beide (Status, Fehler: GROSS=schlecht)
||/ Name   VersionBeschreibung
+++-==-==-
ii  libasound2 1.0.16-2   ALSA library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.16.
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
 0 [SB ]: HDA-Intel - HDA ATI SB
  HDA ATI SB at 0xfe7f4000 irq 16
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
insgesamt 0
crw-rw 1 root audio 116,  0 27. Okt 2008  controlC0
crw-rw 1 root audio 116, 24 27. Okt 13:29 pcmC0D0c
crw-rw 1 root audio 116, 16 27. Okt 13:29 pcmC0D0p
crw-rw 1 root audio 116, 17 27. Okt 2008  pcmC0D1p
crw-rw 1 root audio 116, 26 27. Okt 13:26 pcmC0D2c
crw-rw 1 root audio 116, 33 27. Okt 2008  timer
--- End /dev/snd/ listing ---

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

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

Versions of packages alsa-base depends on:
ii  linux-sound-base   1.0.17.dfsg-2 base package for ALSA and OSS soun
ii  lsof   4.78.dfsg.1-4 List open files
ii  module-init-tools  3.4-1 tools for managing Linux kernel mo

Versions of packages alsa-base recommends:
ii  alsa-utils1.0.16-2   ALSA utilities

Versions of packages alsa-base suggests:
pn  alsa-oss   (no description available)
pn  apmd   (no description available)

Versions of packages libasound2 depends on:
ii  libc6 2.7-14 GNU C Library: Shared libraries

-- no debconf information



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



Bug#503094: monodoc/mdoc 1.9.x and 2.0.x does still incorrectly handle nested classes

2008-10-22 Thread Juergen Pfennig
Package: monodoc
Version: 1.9-1.2
Severity: important

Could you please foreward the following bug upstream?

Problem:
  mdoc 2.0.x and its ancestors do not handle nested classes (with
  nesting level > 2) correctly.  The gmcs compiler generates the
  correct xml info but mdoc generates wrong class names. There
  has been a bug https://bugzilla.novell.com/show_bug.cgi?id=MONO69676
  reported as closed, but that was only a partial fix (level <= 2).

Severity:
  The problem cannot be circumvented with mono tools. If you
  consider documentation as important this is a serious problem.

  I do not care about X.Y+Z+XXX being displayed as a name, the
  problem here is that X.Y.Z.XXX will be displayed as X.Y.XXX
  which is misleading and very wrong.

How to reproduce:
  namespace X { class Y {
class Z {
   struct ThisGetsAWrongName { ... }
... }
... }
  ... }

Thanks!

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

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

Versions of packages monodoc depends on:
ii  monodoc-browser   1.9-2  MonoDoc GTK+ based viewer
ii  monodoc-manual1.9-1.2compiled XML documentation from th

monodoc recommends no packages.

Versions of packages monodoc suggests:
pn  monodoc-http   (no description available)

-- no debconf information



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



Bug#503001: radeonhd: radeonhd 1.2.3 kde/xserver crash on log-out

2008-10-21 Thread Juergen Pfennig
Package: xserver-xorg-video-radeonhd
Version: 1.2.3-1
Severity: minor
File: radeonhd

Does it make sense to report bugs on this driver version or is it too
early?

Hardware: RS690 X1250 on ASUS ML68 board. Using KDE.

Anyhow, it works a little bit but crashes in many cases. It works better
(for me) when dri is installed and enabled (too many problems with dri
disabled). In all cases (with or without dri) a 'logout' crashes the X
server (see log below).

Many thanks for giving us the very encouraging preview of the driver in
'experimental'. XVideo appears to be working well if DRI is enabled (but
not well enough without DRI).

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 16. Okt 16:47 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1623292 11. Okt 20:29 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 
Series]

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
lrwxrwxrwx 1 root root 17 16. Okt 16:47 /etc/X11/xorg.conf -> xorg.conf.default

Contents of /etc/X11/xorg.conf:
# xorg.conf - minimalistic version by [EMAIL PROTECTED] - 2008_09_30

Section "ServerFlags"
Option  "AllowMouseOpenFail"
Option  "StandbyTime" "20"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "kbd"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc105"
Option  "XkbLayout" "de"
Option  "XkbVariant" "nodeadkeys"
Option  "XkbOptions" "ctrl:nocaps"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
EndSection

Section "Device"
Identifier  "Configured Video Device"
Option "DRI"
EndSection

Section "Monitor"
Identifier  "Configured Monitor"
EndSection

Section "Screen"
Identifier  "Default Screen"
Monitor "Configured Monitor"
EndSection


Xorg X server log files on system:

manually inserted ...

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log.old:

X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-686 i686 Debian
Current Operating System: Linux alpha3 2.6.26-8-x86 #22 SMP PREEMPT Fri
Oct 17 20:26:40 CEST 2008 i686
Build Date: 11 October 2008  08:22:35PM
xorg-server 2:1.5.2-1 ([EMAIL PROTECTED])
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Tue Oct 21 19:02:10 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Configured Monitor"
(==) No device specified for screen "Default Screen".
Using the first device section listed.
(**) |   |-->Device "Configured Video Device"
(**) Option "AllowMouseOpenFail"
(**) Option "StandbyTime" "20"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/Type1" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to "/usr/lib/xorg/modules"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) No Layout section. Using the first mouse device.
(==) No Layout section. Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d04c0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 4.1
X.Org XInput driver : 2.1
X.Org Server Extension : 1.1
X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*([EMAIL PROTECTED]:5:0) ATI Technologies Inc RS690 [Rade

Bug#415609: Got better

2008-09-11 Thread Juergen Pfennig
On Wed 10.09.2008, Micha Lenk wrote:
> Hi Juergen,
>
> Juergen Pfennig schrieb:
> > In recent gnu-cash version things got better.
>
> Can you please tell us the version of your "recent" Gnucash application?
> We need the version for the records to close the bug properly.
>
> Regards
>   Micha

Hi,
the original problem is gone, but I still have problems to import my quicken 
data (multiple currencies). I will try again next year, gnucash startup is so 
slow that it does not really hurt to use quicken in a virtual maschine. It 
might be interesting to know for you that HBCI banking (with quicken) is the 
last factor that keeps me running "real" (e.g. non-virtual) Windows 
installations. Most Microsoft stuff works fine in virtual maschines for me.

Thanks Jürgen
P.S. I hate quicken but I don't like gnucash either (slow and ugly).

P.S: to close the original bug report, Debian lenny says:

Package: gnucash
Status: install ok installed
Priority: optional
Section: gnome
Installed-Size: 5320
Maintainer: Thomas Bushnell, BSG <[EMAIL PROTECTED]> [Debian Bug Report]
Architecture: i386
Version: 2.2.6-2
Replaces: gnucash-common (<< 1.9.8-1)
Depends: gnucash-common (>= 2.2.6-2), guile-1.6-libs, libaqbanking20, 
libart-2.0-2 (>= 2.3.18), libatk1.0-0 (>= 1.20.0), libbonobo2-0 (>= 2.15.0), 
libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.7-1), libcairo2 (>= 1.2.4), 
libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgconf2-4 (>= 2.13.5), 
libglade2-0 (>= 1:2.6.1), libglib2.0-0 (>= 2.16.0), libgnome2-0 (>= 2.17.3), 
libgnomecanvas2-0 (>= 2.11.1), libgnomeprint2.2-0 (>= 2.17.0), 
libgnomeprintui2.2-0 (>= 2.17.0), libgnomeui-0 (>= 2.17.1), libgnomevfs2-0 
(>= 1:2.17.90), libgoffice-0-4 (>= 0.4.2), libgsf-1-114 (>= 1.14.8), 
libgtk2.0-0 (>= 2.12.0), libgtkhtml3.8-15 (>= 3.12.3), libguile-ltdl-1, 
libgwenhywfar47, libice6 (>= 1:1.0.0), libktoblzcheck1c2a (>= 1.18), libofx4, 
liborbit2 (>= 1:2.14.10), libosp5 (>= 1.5.2-1), libpango1.0-0 (>= 1.20.3), 
libpixman-1-0, libpng12-0 (>= 1.2.13-4), libpopt0 (>= 1.14), libqthreads-12, 
libsm6, libx11-6, libxcb-render-util0 (>= 0.2.1+git1), libxcb-render0, 
libxcb1, libxml2 (>= 2.6.27), libxrender1, zlib1g (>= 1:1.1.4), gconf2 (>= 
2.10.1-2), slib (>= 3a2-5), guile-1.6-slib, libfinance-quote-perl, 
libdate-manip-perl, psfontmgr, x-ttcidfont-conf, libcrypt-ssleay-perl
Recommends: gnucash-docs
Suggests: gnucash-sql



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



Bug#469693: Turned out to be a topology problem

2008-09-10 Thread Juergen Pfennig
Hi,
the problem can be avoided by connecting the keyboard/mouse dongle directly 
(without an extra hub). The card-reader itself works fine and causes no extra 
problems. Occasional USB-stick problems are gone. Summary:

- If the cherry-marlin keyboard/mouse usb dongle is connected via a hub the 
USB stack becomes instable and will hang after a while.

- If the same dongle is connected directly to the mobo all problems are gone.

I still consider this as a serious bug because with linux the whole USB stack 
hangs while Windows 2003 can recover this problem (the mouse hangs only for a 
second). I tried a different hub with no effect, but I did not try a 
different keyboard.

Jürgen




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



Bug#498486: apt-cacher-ng: Expiration does not work

2008-09-10 Thread Juergen Pfennig
Package: apt-cacher-ng
Version: 0.2.2-2
Severity: normal


Expiration does not work. For example
currently there are two versions of OO in my cache:

[EMAIL 
PROTECTED]:/export/Update/apt-cacher-ng/debrep/pool/main/o/openoffice.org$ ls 
-1 *core*.deb
openoffice.org-base-core_2.4.1-6_i386.deb
openoffice.org-base-core_2.4.1-8_i386.deb
openoffice.org-core_2.4.1-6_i386.deb
openoffice.org-core_2.4.1-8_i386.deb
[EMAIL 
PROTECTED]:/export/Update/apt-cacher-ng/debrep/pool/main/o/openoffice.org$

Running the expunge command says:

Locating potentially expired files in the cache...
Redownloading index files...
Checking/Updating
security.debian.org/dists/lenny/updates/contrib/binary-i386/Packages.bz2...
Checking/Updating security.debian.org/dists/lenny/updates/Release...
Checking/Updating
security.debian.org/dists/lenny/updates/main/binary-i386/Packages.bz2...
Checking/Updating security.debian.org/dists/lenny/updates/Release.gpg...
Checking/Updating debrep/dists/lenny/contrib/binary-i386/Packages.bz2...
Checking/Updating
debrep/dists/lenny/contrib/binary-i386/Packages.diff/Index...
Checking/Updating debrep/dists/lenny/Release...
Checking/Updating debrep/dists/lenny/main/binary-i386/Packages.bz2...
Checking/Updating
debrep/dists/lenny/main/binary-i386/Packages.diff/Index...
Checking/Updating debrep/dists/lenny/main/i18n/Translation-de.bz2...
Checking/Updating debrep/dists/lenny/Release.gpg...
Identifying fresh files...
Parsing metadata in
/export/Update/apt-cacher-ng/security.debian.org/dists/lenny/updates/contrib/binary-i386/Packages.bz2
Parsing metadata in
/export/Update/apt-cacher-ng/security.debian.org/dists/lenny/updates/Release
Parsing metadata in
/export/Update/apt-cacher-ng/security.debian.org/dists/lenny/updates/main/binary-i386/Packages.bz2
Parsing metadata in
/export/Update/apt-cacher-ng/security.debian.org/dists/lenny/updates/Release.gpg
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/contrib/binary-i386/Packages.bz2
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/contrib/binary-i386/Packages.diff/Index
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/Release
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/main/binary-i386/Packages.bz2
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/main/binary-i386/Packages.diff/Index
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/main/i18n/Translation-de.bz2
Parsing metadata in
/export/Update/apt-cacher-ng/debrep/dists/lenny/Release.gpg

0 package file(s) marked for removal in few days.

Done.
Return to main page

... and the files are still in place.
Thanks

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

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

Versions of packages apt-cacher-ng depends on:
ii  adduser3.110 add and remove users and groups
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libfuse2   2.7.3-5   Filesystem in USErspace library
ii  libgcc11:4.3.1-9 GCC support library
ii  libstdc++6 4.3.1-9   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

apt-cacher-ng recommends no packages.

apt-cacher-ng suggests no packages.

-- no debconf information



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



Bug#469693: Status of 2.6.25-2 deb and 2.6.26 rc9 for SB600/ADM690G (Asus Pundit)

2008-07-28 Thread Juergen Pfennig
Hi,
still loosing the usb stack for IO on internal card reader. New watchdog does 
not bark. Current scenario:

- Kernel not tainted (e.g. no fglrx)
- Tried debian 2.6.25-2 (patch 7) and 2.6.26 rc9 with and without X
- Booted from hd or from sd-card (no real difference)

Observations (2.6.26 makes no difference):

- When the internal card reader is enabled even write operations on a USB 
stick cause the USB stack to hang. Roughly every 50 MBytes written (no IO to 
the card reader in this case). Reading is less critical (no problems seen 
within 2 GByte range).

- Using the internal card reader: On read it hangs roughly every 500 MByte, on 
write roughly every 5 MByte.

- While a read-transfer is running some keystrokes get lost. Roughly one of 50 
keystrokes is lost (ugly if a key-up got lost).

- Occasional USB problems even with card-reader disabled.  Roughly every 10 
hours.

- I want to mention that the USB hardware (stick and card) were verified to 
work correctly in differect hardware environments). Example: with another 
card reader the used SD card can be used to boot and run Linux happily.

Jürgen



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



Bug#469693: linux-image-2.6.24-1-686: Got better but still looses USB devs (mouse/keyb)

2008-07-04 Thread Juergen Pfennig
On Sun 29.06.2008, you wrote:
> how is 2.6.25 doing?
> linux images from unstable just install fine in testing.
>
> thanks for feedback

Thanks, I will try that kernel and send you some feedback. Two remarks (1) I 
learned that the current low-cost SD-media with MLC are too slow to resonably 
run Linux (2) the real problem with AMD-690 mobos is Win2003 Sp2, they 
frequently loose the mouse (at least) but however, after a while (20s) they 
recover somehow (whereas linux does not). Does MS detect that their USB stack 
is hanging and try to reset after a timeout??? Could Linux also do that?

It's amusing to see that linux is becomming better in device support than 
windows (at least some versions it).
Jürgen



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



Bug#463438: Is the following (kspread) code correct?

2008-03-24 Thread Juergen Pfennig
Assuming that qt knows about the difference between a printer and a screen 
QPainter instance, the reported bug might be caused by accidentially using a 
screen QPainter instead of a printer one. This would cause (for a given 
DisplaySize parameter in Xorg.conf) a wrong printer layout as observed. In 
koffice 1.5 I found in kspread_sheetprint.cc the following code at 
SheetPrint::print() :

  QPixmap *p = new QPixmap( zoomRect.size() );
  QPainter painter(p);

Do the authors intend to cache all objects to be printed in Pixmaps? Later the 
painter object is passed downward to render the object content. But this 
might cause the bug: for the static QPainter instance Qt might assume that it 
is a screen context, the DisplaySize is in effect. Later the QPixmap will be 
copied to the print context but this will spoil the layout (printer doesn't 
know about DisplaySize).






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



Bug#469693: discover and lsusb outputs ...

2008-03-07 Thread Juergen Pfennig
--- output of discover 
unknown unknown
unknown unknown
Techsan Electr.Co Ltd B2C2 FlexCopII DVB chip / Technisat SkyStar2 DVB card
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
VIA Technologies, Inc. IEEE 1394 Host Controller
Attansic Technology Corp. L1 Gigabit Ethernet Adapter
ATI Technologies Inc RS690 [Radeon X1200 Series]
Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Tech...
ATI Technologies Inc SBx00 PCI to PCI Bridge
ATI Technologies Inc SB600 PCI to LPC Bridge
ATI Technologies Inc SBx00 Azalia
ATI Technologies Inc SB600 IDE
ATI Technologies Inc SBx00 SMBus Controller
ATI Technologies Inc SB600 USB Controller (EHCI)
ATI Technologies Inc SB600 USB (OHCI4)
ATI Technologies Inc SB600 USB (OHCI3)
ATI Technologies Inc SB600 USB (OHCI2)
ATI Technologies Inc SB600 USB (OHCI1)
ATI Technologies Inc SB600 USB (OHCI0)
ATI Technologies Inc SB600 Non-Raid-5 SATA
ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 3)
ATI Technologies Inc RS690 PCI to PCI Bridge (PCI Express Port 2)
ATI Technologies Inc RS690 PCI to PCI Bridge (Internal gfx)
ATI Technologies Inc RS690 Host Bridge

- output of lsusb -v 

Bus 006 Device 005: ID 046a:0050 Cherry GmbH
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0
  bDeviceProtocol 0
  bMaxPacketSize0 8
  idVendor   0x046a Cherry GmbH
  idProduct  0x0050
  bcdDevice0.20
  iManufacturer   0
  iProduct0
  iSerial 0
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   84
bNumInterfaces  3
bConfigurationValue 1
iConfiguration  0
bmAttributes 0xa0
  (Bus Powered)
  Remote Wakeup
MaxPower  100mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 3 Human Interface Device
  bInterfaceSubClass  1 Boot Interface Subclass
  bInterfaceProtocol  1 Keyboard
  iInterface  0
HID Device Descriptor:
  bLength 9
  bDescriptorType33
  bcdHID   1.11
  bCountryCode0 Not supported
  bNumDescriptors 1
  bDescriptorType34 Report
  wDescriptorLength  64
 Report Descriptors:
   ** UNAVAILABLE **
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0008  1x 8 bytes
bInterval  10
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber1
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 3 Human Interface Device
  bInterfaceSubClass  0 No Subclass
  bInterfaceProtocol  0 None
  iInterface  0
HID Device Descriptor:
  bLength 9
  bDescriptorType33
  bcdHID   1.11
  bCountryCode0 Not supported
  bNumDescriptors 1
  bDescriptorType34 Report
  wDescriptorLength  54
 Report Descriptors:
   ** UNAVAILABLE **
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82  EP 2 IN
bmAttributes3
  Transfer TypeInterrupt
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0008  1x 8 bytes
bInterval  10
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber2
  bAlternateSetting   0
  bNumEndpoints   1
  bInterfaceClass 3 Human Interface Dev

Bug#469693: linux-image-2.6.24-1-686: Got better but still looses USB devs (mouse/keyb)

2008-03-06 Thread Juergen Pfennig
Package: linux-image-2.6.24-1-686
Severity: important

Hi, compared to kernel 2.6.22 it got better, now I can enable my 
motherboard's USB card reader and still write this bug-report. In
2.6.22 USB became unuable after about 30s, now it takes longer.

Of course it depends on hardware: this system has ATI SB600 and
690G chips, motherboard/barebone is ASUS Pundit. Also ...

The problem is related to heavy USB load. Example: when I write
GBytes of data to a USB disk (or Flash card or USB stick) the
kernel logs a message like "low speed usb device reset" or so.
After this time it has forgotten mouse and keyboard. It does not
help to reconnect the USB cable.

Again: with kernel 2.6.22 it was not possible (under my hardware)
to enable the card reader or the write GBytes to an USB stick.
With the new kernel it often takes 30 min or so to cause the
problem. The system used here was even booted from an SD card,
but KDE for example cannot be used, the mouse/kdb would get lost.


-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

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



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



Bug#466610: bash: nsswitch with ldap causes the ~user mem corruption

2008-02-20 Thread Juergen Pfennig
Package: bash
Version: 3.1dfsg-9
Followup-For: Bug #466610

Hi,
since a while (4 weeks?) the tilde-user-name memory-corruption bug has
reached me. Usually I use a perfectly working ldap config with nscd
running.

- turning nscd on or off doesn't solve the problem
- switching nsswitch.conf from lddap to no-ldap turns it off
- switching nsswitch.conf to ldap again turns it on (for a new shell)

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

Kernel: Linux 2.6.22-6-sis (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bash depends on:
ii  base-files4.0.2  Debian base system miscellaneous f
ii  debianutils   2.28.3 Miscellaneous utilities specific t
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  libncurses5   5.6+20080119-1 Shared libraries for terminal hand

Versions of packages bash recommends:
pn  bash-completion(no description available)

-- no debconf information



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



Bug#465114: libuuid1: uuidd a suid program and id/gid pair just for disk formatting?

2008-02-10 Thread Juergen Pfennig
Package: libuuid1
Version: 1.40.5-2
Severity: wishlist

Does it really need a suid daemon to format a disk? Here we have a
simple library that after a while of existence suddenly requires a
deamon and an id/gid pair for some trivial functionality. Isn't
this an overkill?

OK, I have read Ted Tsos mail to lkml, but I still would like uuidd to
go away again. Do all OS grow fat when ageing?

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

Kernel: Linux 2.6.22-6-sis (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libuuid1 depends on:
ii  libc6 2.7-6  GNU C Library: Shared libraries
ii  passwd1:4.1.0-2  change and administer password and

Versions of packages libuuid1 recommends:
ii  uuid-runtime  1.40.5-2   universally unique id library

-- no debconf information



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



Bug#463438: Font regressions depend on xorg.conf displaysize

2008-01-31 Thread Juergen Pfennig
Hi, I accidentially discovered that the reported bug definitely depends on the 
"DisplaySize xxx yyy" parameter in xorg.conf . When the parameter is in the bug 
is there, when removed the bug is away.

So the Bug Description should read:

 Printing is incorrectly influenced by xorg.conf "DisplaySize".

Note: Some older people like me really like linux because the (X-) display can 
be easily "zoomed" by overriding the screen size (or DPI). The current version 
of xorg in lenny does not always honour the DisplaySize parameter. For this 
reason I recently removed the DisplaySize on some of my machines and now use 
the -dpi switch of the X-Server. The Ubuntu System was not using the 
DisplaySize parameter at all.

Bug#415609: gnucash: Xorg high memory/cpu usage on QIF import

2007-03-20 Thread Juergen Pfennig
Package: gnucash
Version: 2.0.5-1
Severity: normal

Using a remote display setup:

a) a tiny old computer is runnig gnucash
b) a recent dual CPU system is running the XOrg Server (etch)

When trying to import a QIF file of about 56000 lines I observe the
following:

1) Import is extremely slow (takes about 1h)
2) The computer running gnu-cash is almost idle (<10% CPU)
3) The display machine shows 50% CPU usage (1 CPU busy)
4) About 350 MByte memory used by Xorg

The import result was not usable anyhow (truncated text). There are several 
problems
related to internationalisation perhaps. German-Quicken actions like
"Xein", "Xaus" and so on are not treated, multiple currencies not supported,
the european equivalent for ticker numbers is not supported and so on.

PLEASE:

The import of real QIF data (outside the US?) does not work well. Could you
please implement a message box telling the non-US users that import is still
experimental and not debugged yet?

Gnucash does not even try to convert the input encoding from cp1252 (or so) to
utf8.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-10-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages gnucash depends on:
ii  g-wrap1.9.6-3.1  scripting interface generator for 
ii  gconf22.16.1-1   GNOME configuration database syste
ii  gnucash-common2.0.5-1A personal finance tracking progra
ii  guile-1.6-libs1.6.8-6Main Guile libraries
ii  guile-1.6-slib1.6.8-6Guile SLIB support
ii  guile-g-wrap  1.9.6-3.1  scripting interface generator for 
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.4-2   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.16-2   Avahi client library
ii  libavahi-common3  0.6.16-2   Avahi common library
ii  libavahi-glib10.6.16-2   Avahi glib integration library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-13   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libcrypt-ssleay-perl  0.51-5 Support for https protocol in LWP
ii  libdate-manip-perl5.44-5 a perl library for manipulating da
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libffi4   4.1.1-21   Foreign Function Interface library
ii  libfinance-quote-perl 1.12-2 Perl module for retrieving stock q
ii  libfontconfig12.4.2-1.2  generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.1-1   GNOME configuration database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint2.2-02.12.1-7   The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0  2.12.1-4   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-01:2.14.2-7 GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgoffice-1-20.2.1-4Document centric objects library -
ii  libgpg-error0 1.4-1  library for common error values an
ii  libgsf-1-114  1.14.3-1   Structured File Library - runtime 
ii  libgsf-gnome-1-1141.14.3-1   Structured File Library - runtime 
ii  libgtk2.0-0   2.8.20-7   The GTK+ graphical user interface 
ii  libgtkhtml3.8-15  3.12.1-2   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.8-6Guile's patched version of libtool
ii  libgwrap-runtime0 1.9.6-3.1  scripting interface generator for 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libltdl3  1.5.22-4   A system independent dlo

Bug#403782: strangness ...

2006-12-20 Thread Juergen Pfennig
Could it be that the timing behavior of this driver (r8169) exhibits some 
other problem for example with tcp/ip? The transfer rates given in the bug 
report were for cifs file access. Other systems with forcedepth or b44 
drivers give miserable throughput figures occasionally too. Only the r8169 
driver always has poor performance (with etch).

Please feel free to close the bug, something is wrong but maybe not with the 
r8169 driver.

jpf


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



Bug#378017: samba: main smbd tries to forks unlimited smbd children (cifs related)

2006-07-12 Thread Juergen Pfennig
Package: samba
Version: 3.0.22-1
Severity: normal

I say it's grave because the main smbd forks one child instance per
minute which will make the system crash after a while: a DOS attack!

Happens with cifs from kernel 2.6.16 and 2.6.17. NOTE: this bug is an
improvement against earlier kernels because they hung in a similar 
situation and required a manual reboot.

When?

Use a cifs mount (via automount) on your local maschine (this is important:
when working over the network there is no such problem). The data source
itself should be automounted too (via automount again).

Do something via cifs to cause both automounts to mount.

Tell the non-cifs automount to unmount the real data. Tell the cifs
automount to unmount the cifs import.

Now umount.cifs should hang. THIS IS NOT THE REAL PROBLEM. I guess Steve
Frensh tries hard to fix these deadlock problems in his driver. He gets
better with each kernel release...

The problem:

While umount.cifs still hangs the main smbd forks one smdb child every
minute until the main smdb gets killed. If you don't kill it your system
will die as it will run out of resources. Also the syslog gets flooded
with useless CIFS VFS: no response for ... messages.

Yours Jürgen

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages samba depends on:
ii  debconf [debconf-2.0]   1.5.2Debian configuration management sy
ii  libacl1 2.2.39-1 Access control list shared library
ii  libattr12.4.32-1 Extended attribute shared library
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libcomerr2  1.39-1   common error description library
ii  libcupsys2  1.2.1-3  Common UNIX Printing System(tm) - 
ii  libkrb531.4.3-7  MIT Kerberos runtime libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam-modules  0.79-3.1 Pluggable Authentication Modules f
ii  libpam-runtime  0.79-3.1 Runtime support for the PAM librar
ii  libpam0g0.79-3.1 Pluggable Authentication Modules l
ii  libpopt01.10-2   lib for parsing cmdline parameters
ii  logrotate   3.7.1-3  Log rotation utility
ii  lsb-base3.1-10   Linux Standard Base 3.1 init scrip
ii  netbase 4.25 Basic TCP/IP networking system
ii  samba-common3.0.22-1 Samba common files used by both th

Versions of packages samba recommends:
pn  smbldap-tools  (no description available)

-- debconf information excluded


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



Bug#377436: wine: Regressions since 0.9.11: word2k quicken2003 broken

2006-07-08 Thread Juergen Pfennig
Package: wine
Version: 0.9.15-1
Severity: normal

It's getting worse and worse... 

since 0.9.15 ...
   Quicken's window handling now broken completely - becomes unusable
since 0.9.11 ...
   Word Combo-Boxes show 1st char only or display as spin-button
since a long time ...
   Filenames are not canocicalized causing confusion for MSI
   also one cannot use (smb or cifs) mounted folders (with MSI)
since a very long time ...
   Wrong z-order of windows, often splash hides main window or dialog

The problem is not that it does not work - the problem is that wine
releases new versions. Why don't they fix existing bugs before bringing
new trouble to their users? Have they ever heard the word "testing"?
Is there any wine programmer really using wine?

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-14-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages wine depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  libwine   0.9.15-1   Windows API Implementation (Librar
ii  xbase-clients 1:7.1.ds-2 miscellaneous X clients

Versions of packages wine recommends:
pn  msttcorefonts  (no description available)
ii  wine-utils0.9.15-1   Windows API Implementation (Utilit

-- debconf information:
  wine/del_wine_conf: true
  wine/install_type: Autodetect


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



Bug#373624: capisuitefax and KDE/Deutsche Telekom: 0049 problem

2006-06-14 Thread Juergen Pfennig
Package: capisuite
Version: 0.4.5-4
Severity: minor

Hi,
I am trying to update a script of mine that integrates kde and
capisuitefax. Hundreds of people download it but really too few
of them report bugs ... anyhow:

When you (in KDE kdeprintfax) select a fax number from the
address book you will most likely get somthing like
 
+49 (69) 123456789

as your changelog says + is not accepted in a dial string (but
a faxjob starting with + is retried until the retry limit is
reached). Better: tell kde to replace the + by 00 . The number
now reads as:

0049 69 123456789

I am quite sure that this worked when I was working at Telekom
some 25 years ago - a least internally. Using the 0049 prefix
was a trick used by the operators to get a "higher priority"
line when the network was busy.

Today Telekom rejects attempts to dial numbers starting with
0049 from inside germany. Same problem: some VOIP providers 
signal calls (CLIP) with 0049 so that you cannot call back
easily.

Here the point: did I miss some config option that allows me
to strip my country prefix? Like:

0049 69 123456789   ->   069 123456789

Or could capaisuitefax do this?

Or should I place a hack in my script to do it?

Yours Jürgen









-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-14-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages capisuite depends on:
ii  exim4-daemon-light  4.62-1   lightweight exim MTA (v4) daemon
ii  gs  8.50-1.1 Transitional package
ii  gs-esp [gs] 8.15.1.dfsg.1-2  The Ghostscript PostScript interpr
ii  gs-gpl [gs] 8.50-1.1 The GPL Ghostscript PostScript int
ii  libc6   2.3.6-13 GNU C Library: Shared libraries
ii  libcapi20-3 1:3.8.2005-12-06-4.1 libraries for CAPI support
ii  libgcc1 1:4.1.0-4GCC support library
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libtiff-tools   3.8.2-4  TIFF manipulation and conversion t
ii  python  2.3.5-5  An interactive high-level object-o
ii  python2.3   2.3.5-9.1An interactive high-level object-o
ii  sfftobmp3.0-5+b2 SFF (Structed Fax File) Converter
ii  sox 12.17.9-1A universal sound sample translato

capisuite recommends no packages.

-- no debconf information


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



Bug#369854: IMAP search fails (kmail hangs) if squatter was not run

2006-06-01 Thread Juergen Pfennig
Package: kmail
Version: 4:3.5.2-1+b2
Severity: normal
Tags: patch


When searching through IMAP folders using the find dialog the search 
will never finish and the server's log file may contain messages like:

   alpha0 cyrus/imapd[15153]: SQUAT failed to open index
   alpha0 cyrus/imapd[15153]: SQUAT failed

The Debian cyrus21 packages does not configure squatter to be run (as
an event) automatically. The package does give no hints to admins how
to do so. Please Fix the Debian documentation ...

Here is a little script that demonstrates how to run squatter:

#!/bin/bash

while : ; do
   read mbox x || break
   echo "$mbox"
   /usr/sbin/squatter -s "$mbox"
done <

Bug#369830: kmail: since 3.5.x now way to hide IMAP INBOX prefix

2006-06-01 Thread Juergen Pfennig
Package: kmail
Version: 4:3.5.2-1+b2
Severity: normal


Hi, this could be a documentation problem ... but kmail seems to have
neither an up-to-date home page nor is the help of much use.

Here some details:

On my Cyrus IMAP server I see (as user cyrus) folders like

   user.centauri
   user.centauri.Archive
   user.centauri.Current

and as user centauri:

   INBOX
   INBOX.Archive
   INBOX.Current

e.g. INBOX is a prefix for the folders that actually contain my data.
In previous versions kmail allowed me to specify "INBOX." as a prefix
and the folder tree in kmail looked as I wanted:

   Centauri
   -+-Archive
+-Current

Since 3.5 this no longer works (the prefix option is gone) and setting
"personal" in the namespace fields does not help. The confusing tree
looks now like:

   Centauri
   ---INBOX
  -+-Archive
   +-Current

This unwanted "INBOX" is quite confusing for most people and wastes space
on the screen.

Jürgen

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-14-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdebase-kio-plugins 4:3.5.3-1core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  kdepim-kio-plugins  4:3.5.2-1+b2 KDE pim I/O Slaves
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.7-9The Network Audio System (NAS). (s
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.0-4GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.2-1+b2 KDE calendaring library
ii  libkdepim1a 4:3.5.2-1+b2 KDE PIM library
ii  libkleopatra1   4:3.5.2-1+b2 KDE GnuPG interface libraries
ii  libkmime2   4:3.5.2-1+b2 KDE MIME interface library
ii  libkpimidentities1  4:3.5.2-1+b2 KDE PIM user identity information 
ii  libksieve0  4:3.5.2-1+b2 KDE mail/news message filtering li
ii  libmimelib1c2a  4:3.5.2-1+b2 KDE mime library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.0-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  perl5.8.8-4  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins 4:3.5.3-1core I/O slaves for KDE
ii  kdepim-kio-plugins  4:3.5.2-1+b2 KDE pim I/O Slaves
ii  procmail3.22-16  Versatile e-mail processor

-- no debconf information


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



Bug#369598: incorrect use of grep in discover-modprobe skip()

2006-05-30 Thread Juergen Pfennig
Hi, I just saw that skip() doesn't work correctly whith substrings
of modules names please consider grep -e "\<$1\>" like in ...

--- discover-modprobe.orig      2005-04-24 15:33:52.0 +0200
+++ discover-modprobe   2006-05-30 19:54:03.0 +0200
@@ -57,7 +57,7 @@

 skip ()
 {
-    echo ${skip} | grep -q $1
+    echo ${skip} | sed 's/-/_/g' | grep -q -e "\<$1\>"
     return $?

Thanks!




Bug#369595: dhcp3-server: init script too verbose [patch]

2006-05-30 Thread Juergen Pfennig
Package: dhcp3-server
Version: 3.0.4-1
Severity: minor


Please redirect stdout AND stderr to /dev/null ...

--- dhcp3-server.orig   2006-05-30 22:14:08.0 +0200
+++ dhcp3-server2006-05-30 22:14:33.0 +0200
@@ -24,7 +24,7 @@

 test_config()
  {
  -   if ! /usr/sbin/dhcpd3 -t > /dev/null; then
  +   if ! /usr/sbin/dhcpd3 -t &> /dev/null; then
  echo "dhcpd self-test failed. Please fix the config file."
  echo "The error was: "
  /usr/sbin/dhcpd3 -t
  

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-14-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages dhcp3-server depends on:
ii  debconf [debconf-2.0] 1.5.1  Debian configuration management sy
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  dhcp3-common  3.0.4-1Common files used by all the dhcp3
ii  libc6 2.3.6-7GNU C Library: Shared libraries

dhcp3-server recommends no packages.

-- debconf information excluded


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



Bug#369598: patches for init VERBOSE and -/_ mismatch in discover-modprobe

2006-05-30 Thread Juergen Pfennig
Package: discover
Version: 2.0.7-2.1
Severity: minor


Hello, here a 1st patch to let the init script honour the VERBOSE=no
setting:

--- discover.orig   2004-12-08 19:10:10.0 +0100
+++ discover2006-05-30 20:04:17.0 +0200
@@ -6,8 +6,15 @@

 case "$1" in
 start|restart)
-discover-modprobe -v
+if [ "$VERBOSE" = "no" ] ; then
+   discover-modprobe
+else
+   discover-modprobe -v
+fi
 ;;
 stop|reload|force-reload)
+exit 0
 ;;
+*)  echo "usage: /etc/init.d/discover [start|stop]"
+exit 1
 esac


And here comes a patch to make discover-modprobe happy with - and _ in
module names (the modprobe doc says that using any of them in module
names should not make a difference). I wrote this patch because on one
of my systems snd_intel8x0 caused a little problem ...

--- discover-modprobe.orig  2005-04-24 15:33:52.0 +0200
+++ discover-modprobe   2006-05-30 19:54:03.0 +0200
@@ -57,7 +57,7 @@

 skip ()
 {
-echo ${skip} | grep -q $1
+echo ${skip} | sed 's/-/_/g' | grep -q $1
 return $?
 }

@@ -71,7 +71,7 @@
 # Determine if the module is already loaded is_loaded() {
 module="$1"
-if sed 's/^\([^ ]\+\).*/\1/' /proc/modules | grep -q "^${module}\$" ; then
+if sed -e 's/^\([^ ]\+\).*/\1/' -e's/-/_/g' /proc/modules | grep -q 
"^${module}\$" ; then
 true
 else
 false
@@ -127,7 +127,7 @@

 # Load the modules.
 for module_info in ${module_details}; do
-module_name=$(echo ${module_info} | sed 's/^\([^ ]\+\).*/\1/')
+module_name=$(echo ${module_info} | sed -e's/^\([^ ]\+\).*/\1/' 
-e's/-/_/g')
 if [ ${module_name} = "ignore" ] || [ ${module_name} = "unknown" ]; then
 continue
 fi

Thanks!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-14-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages discover depends on:
ii  libdiscover2  2.0.7-2.1  hardware identification library

discover recommends no packages.

-- no debconf information


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



Bug#353457: linux-source-2.6.15-4: CIFS_CLIENT locks system with multiple, parallel file access

2006-02-18 Thread Juergen Pfennig
Package: linux-source-2.6.15-4
Severity: grave
Justification: renders package unusable

# 1:

This bug is easy to reproduce:  try to run synaptic against a cache that is 
accessed via
cifs. synaptic /or dpkg?/ would download multiple files in parallel - with 
kernel 2.6.15-4
this almost instantly locks your system until rebooted.

The bug is not completely new: but in previous CIFS versions the "desaster" 
probability was
far less (in 2.6.14 it rarely happend).

# 2 (for information and to say something friendly about CIFS):

The CIFS server side is less broken in 2.6.15-4 than in 2.6.14: CIFS still 
cannot handle
the situation where a device gets unmounted while being accessed via CIFS 
(automounter).
The improvement is that you no longer need to reboot the server - but it still 
hangs 
for a while filling the log with it's complaints until giving up. In 2.6.14 you 
always had
to reboot the kernel in such a situation.

-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-4-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)


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



Bug#347937: tar truncates file >4GB to zero size when having large sparse region

2006-01-13 Thread Juergen Pfennig
Subject: tar truncates file >4GB to zero size when having large sparse region
Package: tar
Version: 1.14-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

When a tar archive contains a large sparse file (8 GByte file containing
6 GByte of holes) tar creates the archive without complaining but on
restore it seems to truncate the sparse file to zero size after having
spent a lot of time restoring it. So you can see it growing (slowly) and
than suddenly it implodes.

The ugliness here: such files are created by emulators like qemu. Users
may loose important data. Very dangerous, as you get no warning message
when creating a backup of such sparse files with tar.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-6-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages tar depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


---


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



Bug#347936: (no subject)

2006-01-13 Thread Juergen Pfennig
Subject: tar truncates file >4GB to zero size when having large sparse region
Package: tar
Version: 1.14-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

When a tar archive contains a large sparse file (8 GByte file containing
6 GByte of holes) tar creates the archive without complaining but on
restore it seems to truncate the sparse file to zero size after having
spent a lot of time restoring it. So you can see it growing (slowly) and
than suddenly it implodes.

The ugliness here: such files are created by emulators like qemu. Users
may loose important data. Very dangerous, as you get no warning message
when creating a backup of such sparse files with tar.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.14-6-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages tar depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#344760: alsa-base: init.d/alsa should create /var/run/alsa

2005-12-25 Thread Juergen Pfennig
Package: alsa-base
Version: 1.0.10-1
Severity: normal

/var/run/alsa should be created as required to allow the use of a temp
filesystem for /var/run . Thanks

-- Package-specific info:
--- Begin additional package status ---
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Säubern/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konf./Halb install.
|/ Fehler?=(keiner)/Halten/R=Neuinst. notw/X=beides (Status, Fehler: 
GROß=schlecht)
||/ Name Version  
Beschreibung
+++---
ii  libasound2   1.0.10-1 ALSA 
library
--- End additional package status ---
--- Begin /proc/asound/version ---
Advanced Linux Sound Architecture Driver Version 1.0.10rc1 (Mon Sep 12 08:13:09 
2005 UTC).
--- End /proc/asound/version ---
--- Begin /proc/asound/cards ---
0 [SI7012 ]: ICH - SiS SI7012
 SiS SI7012 with ALC650E at 0x9400, irq 21
--- End /proc/asound/cards ---
--- Begin /dev/snd/ listing ---
insgesamt 0
crw-rw  1 root audio 116,   0 2005-02-06 10:10 controlC0
crw-rw  1 root audio 116,  32 2005-02-06 10:10 controlC1
crw-rw  1 root audio 116,  64 2005-02-06 10:10 controlC2
crw-rw  1 root audio 116,  96 2005-02-06 10:10 controlC3
crw-rw  1 root audio 116,   4 2005-02-06 10:10 hwC0D0
crw-rw  1 root audio 116,   5 2005-02-06 10:10 hwC0D1
crw-rw  1 root audio 116,   6 2005-02-06 10:10 hwC0D2
crw-rw  1 root audio 116,   7 2005-02-06 10:10 hwC0D3
crw-rw  1 root audio 116,  36 2005-02-06 10:10 hwC1D0
crw-rw  1 root audio 116,  37 2005-02-06 10:10 hwC1D1
crw-rw  1 root audio 116,  38 2005-02-06 10:10 hwC1D2
crw-rw  1 root audio 116,  39 2005-02-06 10:10 hwC1D3
crw-rw  1 root audio 116,  68 2005-02-06 10:10 hwC2D0
crw-rw  1 root audio 116,  69 2005-02-06 10:10 hwC2D1
crw-rw  1 root audio 116,  70 2005-02-06 10:10 hwC2D2
crw-rw  1 root audio 116,  71 2005-02-06 10:10 hwC2D3
crw-rw  1 root audio 116, 100 2005-02-06 10:10 hwC3D0
crw-rw  1 root audio 116, 101 2005-02-06 10:10 hwC3D1
crw-rw  1 root audio 116, 102 2005-02-06 10:10 hwC3D2
crw-rw  1 root audio 116, 103 2005-02-06 10:10 hwC3D3
crw-rw  1 root audio 116,   8 2005-02-06 10:10 midiC0D0
crw-rw  1 root audio 116,   9 2005-02-06 10:10 midiC0D1
crw-rw  1 root audio 116,  10 2005-02-06 10:10 midiC0D2
crw-rw  1 root audio 116,  11 2005-02-06 10:10 midiC0D3
crw-rw  1 root audio 116,  12 2005-02-06 10:10 midiC0D4
crw-rw  1 root audio 116,  13 2005-02-06 10:10 midiC0D5
crw-rw  1 root audio 116,  14 2005-02-06 10:10 midiC0D6
crw-rw  1 root audio 116,  15 2005-02-06 10:10 midiC0D7
crw-rw  1 root audio 116,  40 2005-02-06 10:10 midiC1D0
crw-rw  1 root audio 116,  41 2005-02-06 10:10 midiC1D1
crw-rw  1 root audio 116,  42 2005-02-06 10:10 midiC1D2
crw-rw  1 root audio 116,  43 2005-02-06 10:10 midiC1D3
crw-rw  1 root audio 116,  44 2005-02-06 10:10 midiC1D4
crw-rw  1 root audio 116,  45 2005-02-06 10:10 midiC1D5
crw-rw  1 root audio 116,  46 2005-02-06 10:10 midiC1D6
crw-rw  1 root audio 116,  47 2005-02-06 10:10 midiC1D7
crw-rw  1 root audio 116,  72 2005-02-06 10:10 midiC2D0
crw-rw  1 root audio 116,  73 2005-02-06 10:10 midiC2D1
crw-rw  1 root audio 116,  74 2005-02-06 10:10 midiC2D2
crw-rw  1 root audio 116,  75 2005-02-06 10:10 midiC2D3
crw-rw  1 root audio 116,  76 2005-02-06 10:10 midiC2D4
crw-rw  1 root audio 116,  77 2005-02-06 10:10 midiC2D5
crw-rw  1 root audio 116,  78 2005-02-06 10:10 midiC2D6
crw-rw  1 root audio 116,  79 2005-02-06 10:10 midiC2D7
crw-rw  1 root audio 116, 104 2005-02-06 10:10 midiC3D0
crw-rw  1 root audio 116, 105 2005-02-06 10:10 midiC3D1
crw-rw  1 root audio 116, 106 2005-02-06 10:10 midiC3D2
crw-rw  1 root audio 116, 107 2005-02-06 10:10 midiC3D3
crw-rw  1 root audio 116, 108 2005-02-06 10:10 midiC3D4
crw-rw  1 root audio 116, 109 2005-02-06 10:10 midiC3D5
crw-rw  1 root audio 116, 110 2005-02-06 10:10 midiC3D6
crw-rw  1 root audio 116, 111 2005-02-06 10:10 midiC3D7
crw-rw  1 root audio 116,  24 2005-02-06 10:10 pcmC0D0c
crw-rw  1 root audio 116,  16 2005-02-06 10:10 pcmC0D0p
crw-rw  1 root audio 116,  25 2005-02-06 10:10 pcmC0D1c
crw-rw  1 root audio 116,  17 2005-02-06 10:10 pcmC0D1p
crw-rw  1 root audio 116,  26 2005-02-06 10:10 pcmC0D2c
crw-rw  1 root audio 116,  18 2005-02-06 10:10 pcmC0D2p
crw-rw  1 root audio 116,  27 2005-02-06 10:10 pcmC0D3c
crw-rw  1 root audio 116,  19 2005-02-06 10:10 pcmC0D3p
crw-rw  1 root audio 116,  28 2005-02-06 10:10 pcmC0D4c
crw-rw  1 root audio 116,  20 2005-02-06 10:10 pcmC0D4p
crw-rw  1 root audio 116,  29 2005-02-06 10:10 pcmC0D5c
crw-rw  1 root audio 116,  21 2005-02-06 10:10 pcmC0D5p
crw-rw 

Bug#343085: exim4: Exim SMTP_AUTH hangs since today...

2005-12-13 Thread Juergen Pfennig
On my server the entropy ist only "168" could this be the cause of a GNUTLS 
problem?
See also ...

http://lists.xensource.com/archives/html/xen-users/2005-12/msg00019.html

But my server is not virtual (at least I hope so).

Jürgen



Bug#337278: problem is cifs related, no sid backport bug

2005-11-03 Thread Juergen Pfennig
as so often two changes happend at the same time. I had been advised by Andrew 
Bartlett (in relation to bug# 320181) to used cifs instead of smbfs. He 
wrote:

  The problems with smbfs are far more than just the lfs support.  It is
  depricated, end of life, and work is progressing on having the CIFS VFS
  support the remaining (older) servers which currently require keeping
  smbfs around.

Prior to my problem I mounted the Mail folder via smbfs which worked. I also 
believe that my problem with etsch (kde 3.4) has the same reason: for my test 
system I wanted to use cifs anyhow.

BUT THE REAL PROBLEM IS STILL THERE

The samba people seem to know about the colon/cifs problem. But as far as I 
understood it could also show up when Mail is on a real Windows server 
without SFU (?) being used. And what about some network storage products that 
implement smb?

Yours Jürgen




Bug#337278: kmail using invalid : char in filename, recent update breaks SID

2005-11-03 Thread Juergen Pfennig
Package: kmail
Version: 4:3.3.2-3
Severity: important

ubject: kmail: Invalid filename char ':' in Mail folder, recent update
breaks SID
Package: kmail
Version: 4:3.3.2-3
Severity: important

Part 1: KMail tries to use the ':' char in a file name when trying to
save Mail in a local file (e.g. the Mail folder).

Nothing prevents that Folder to live on a network file system (I
use the [general] section of kmailrc to specify the Mail
location as:

folders=~/AlphaServer/Profiles/Mail

If that Mail folder has no index files and I try to save (or
copy) a mail in for example Drafts, then kmail terminates with
it's infamous "encountered a fatal error" message. Here is an
strace fragment:

5250  access("/home/jpf//AlphaServer/Profiles/Mail/trash",
R_OK|W_OK|X_OK) = 0
5250  access("/home/jpf//AlphaServer/Profiles/Mail/trash/new",
R_OK|W_OK|X_OK) = 0
5250  access("/home/jpf//AlphaServer/Profiles/Mail/trash/cur",
R_OK|W_OK|X_OK) = 0
5250  access("/home/jpf//AlphaServer/Profiles/Mail/trash/tmp",
R_OK|W_OK|X_OK) = 0
5250
access("/home/jpf//AlphaServer/Profiles/Mail/.trash.index",
F_OK) = 0
5250
lstat64("/home/jpf//AlphaServer/Profiles/Mail/.trash.index",
{st_mode=S_IFREG|0750, st_size=33, ...}) = 0
5250  lstat64("/home/jpf//AlphaServer/Profiles/Mail/trash/new",
{st_mode=S_IFDIR|0750, st_size=0, ...}) = 0
5250  lstat64("/home/jpf//AlphaServer/Profiles/Mail/trash/cur",
{st_mode=S_IFDIR|0750, st_size=0, ...}) = 0
5250  open("/home/jpf//AlphaServer/Profiles/Mail/.trash.index",
O_RDWR|O_LARGEFILE) = 13
5250  fcntl64(13, F_SETFD, FD_CLOEXEC)  = 0
5250  utime("/home/jpf//AlphaServer/Profiles/Mail/trash", NULL)
= 0
5250  utime("/home/jpf//AlphaServer/Profiles/Mail/.trash.index",
NULL) = 0
5250
utime("/home/jpf//AlphaServer/Profiles/Mail/.trash.index.ids",
NULL) = 0
5250  fstat64(13, {st_mode=S_IFREG|0750, st_size=33, ...}) = 0
5250  mmap2(NULL, 33, PROT_READ, MAP_SHARED, 13, 0) = 0xb5754000
5250  fstat64(13, {st_mode=S_IFREG|0750, st_size=33, ...}) = 0
5250  mmap2(NULL, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb575
5250  _llseek(13, 0, [0], SEEK_SET) = 0
5250  read(13, "# KMail-Index
V1506\n\0\10\0\0\0xV4\22\4\0\0"..., 16384) = 33
5250  _llseek(13, 33, [33], SEEK_SET)   = 0
5250  _llseek(13, 33, [33], SEEK_SET)   = 0
5250  read(13, "", 16384)   = 0
5250  write(4,
";\3\5\0C\1\200\2\0\0\0\0\0\0\0\0\333\1\22\0\230\6\5\0\233"...,
2044) = 2044
5250  write(4,
"[EMAIL PROTECTED]@\0"...,
96) = 96
5250  time(NULL)= 1131031622
5250  getpid()  = 5250
5250  time(NULL)= 1131031622
5250

access("/home/jpf//AlphaServer/Profiles/Mail/trash/tmp/1131031622.5250.T6P7o:2,S",
F_OK) = -1 ENOENT (No such file or directory)
5250

open("/home/jpf//AlphaServer/Profiles/Mail/trash/tmp/1131031622.5250.T6P7o:2,S",
O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = -1 ENOTDIR (Not a 
directory)
5250  stat64("/home/jpf/.kde/share/config/",
{st_mode=S_IFDIR|0750, st_size=7128, ...}) = 0
5250  access("/home/jpf/.kde/share/config/kdebugrc", W_OK) = -1
ENOENT (No such file or directory)
 
As can be seen, kmail tries to create a file named:

"1131031622.5250.T6P7o:2,S"

This is an illegal name for cifs (just to give an example). You
can try this by passing the file name string to touch, and than
try this a second time replacing the ':' with another char.

Part 2: Older kde 3.3 kmail versions worked, kde 3.4 never worked

On a SID system the bug showed up after upgrading kmail to
stable/4:3.3.2-3 .
The versions in kde 3.4 never worked for me, may be because of
this problem.
Did somebody "backport" a kde 3.4 bug to SID ?

Thanks, Jürgen


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-8-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdelibs4   4:3.3.2-6.2   KDE core libraries
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libgcc11:3.4.3-13GCC support library
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libkcal2a  4:3.3.2-3 KDE calendaring library
ii  libkdenetwork2 4:3.3.2-3 KDE Network library
ii  libkdepim1 4:3.3.2-3 KDE PIM library
ii  libkleopatra0a 4:3.3.2-3   

Bug#337276: reportbug crashes for users with utf-8 umlaut char in user name

2005-11-03 Thread Juergen Pfennig
Package: reportbug
Version: 3.8
Severity: important
Tags: l10n

My user name contains an umlaut character. This makes reportbug crash...

Traceback (most recent call last):
  File "/usr/bin/reportbug", line 1666, in ?
  main()
File "/usr/bin/reportbug", line 1657, in main
smtphost, options.smtpuser, options.smtppasswd,
options.paranoid)
  File "/usr/share/reportbug/reportbug_submit.py", line 258,
  in send_report
  message['From'] = rfc2047_encode_address(fromaddr,
  charset, mua)
File "/usr/share/reportbug/reportbug_submit.py",
line 99, in rfc2047_encode_address
newlist.append( email.Utils.formataddr(
  File
  "/usr/share/reportbug/reportbug_submit.py",
  line 108, in rfc2047_encode_header
  return encode_if_needed(header, charset)
File
"/usr/share/reportbug/reportbug_submit.py",
line 90, in encode_if_needed
return Header(text, charset)
  File
  "/usr/lib/python2.3/email/Header.py",
  line 188, in __init__
  self.append(s, charset,
  errors)
File "/usr/lib/python2.3/email/Header.py", line 272,
   in append ustr = unicode(s, incodec, errors)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 1-6: 
unsupported Unicode code range


Yours Juergen

-- Package-specific info:
** /root/.reportbugrc:
reportbug_version "3.8"
mode advanced
ui text
realname "Juergen Pfennig"
email "[EMAIL PROTECTED]"
no-check-uid

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.12-8-sis
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages reportbug depends on:
ii  python2.3  2.3.5-3sarge1 An interactive high-level object-o

-- no debconf information


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



Bug#320181: Some more info....

2005-07-29 Thread Juergen Pfennig
I forgot to say the problem shows up (only?) when you run samba server and smb 
or cifs client on the same system! I don't like that very much, but it's 
sometimes perfectly reasonable.

(1) What subfs is
seems that it is mostly pushed by SuSE. It is made of two parts an unmount 
deamon (which is crap) and a little kernel module of 460 lines. The 
implementation of mount in subfs does little more than calling a user space 
program.

(2) mount.smbfs can only handle small files (and HAS the SAME PROBLEM)
I checked the subfs mount with smbfs too. Since many years smbfs is broken and 
can handle only small files (below 2GByte). This problem is well known. The 
smbclient program is not affected by the 2GByte limit.

(3) the mount commands for local filesystems work correctly

Jürgen



Bug#302232: autofs: Locks up caller when remounting cifs after timeout

2005-03-30 Thread Juergen Pfennig
Package: autofs
Version: 4.1.3+4.1.4beta2-3
Severity: critical
Justification: breaks unrelated software

Using Kernel 2.6.10-6 or 2.6.11-1 I see spurious locks of processes
(inside Kernel, e.g the pocesses cannot be killed) when they attempt
to acces an automounted cifs volume. This does not happen on the 
initial mount but only after the initial mount has expired.

The problem occurs on the server itself (mounting a cifs share
locally on the same machine) and remote (mounting a cifs share
exported by the Debian Server on another machine).

It might be interesting that the (remote) problem shows up too when
the client runs a SuSE 2.6.5 kernel - so it might be some interference
between automount and cifs.

The server needs a reboot after such an incident.

Unfortunately the problem is complex and two other components could
cause the problem (here: cifs and subfs, see below). Therefor I describe
the scenario in more detail:

(1) On the server side some of the cifs exports live on volumes that are
mounted via subfs. I do not believe that subfs causes the problem
because that sort of automount still works.
(2) On the client side the automounter is used.

If I try locally (on the server beeing in the "lock" state) to connect
to the cifs share via smbclient the programm pauses for a while and 
then says:

Error in dskattr: Call timed out: server did not respond after 2
milliseconds

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-1-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages autofs depends on:
ii  debconf 1.4.30.11Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- debconf information excluded


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



Bug#298680: cyrus21-imapd: sieveshell won't work without sasl2-modules

2005-03-09 Thread Juergen Pfennig
Package: cyrus21-imapd
Version: 2.1.17-3
Severity: normal


The defaults in debian do not install the sasl2-modules packet. As a
result timsieved does not offer any authentication method. Most tools
won't work (like sieveshell). See also bug #279401.

This "bug" wastes a lot time for admins. Please consider one of the
following:

(1) Add a warning to some README file. Or add a little piece of docu
for sieveshell users (I could write it, contact me).
(2) Add sasl2-modules at least as a recommended packet to cyrus
(3) Let timsieved/sieveshell print a warning message

Thanks!

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-13-amd
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages cyrus21-imapd depends on:
ii  cyrus21-common  2.1.17-3 Cyrus mail system (common files)
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libdb3  3.2.9-22 Berkeley v3 Database Libraries [ru
ii  libsasl22.1.19-1.5   Authentication abstraction library
ii  libssl0.9.7 0.9.7e-2 SSL shared libraries
ii  libwrap07.6.dbs-6Wietse Venema's TCP wrappers libra

-- no debconf information


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