Bug#956869: wireguard-dkms missing dependency on bc

2020-05-03 Thread Stefan Haun
Dear Maintainer,

I have stumbled upon the same problem with a current install: bc is missing
and thus the DKMS build fails.

Adding bc to the Build Dependencies is not sufficient, because it is not
needed to build the Debian package (at least not in the context of this
bug), but to build a Kernel module after installing the package.

The package bc needs to be a real dependency.


Thanks,
Stefan

-- 
PingTech GmbH
Leibnizstr. 32, 39104 Magdeburg

Geschäftsführer: Stefan Haun, Christof Schulze
Amtsgericht Stendal, HRB 27982

Sitz der Gesellschaft: Magdeburg
USt-IdNr: DE328130931


signature.asc
Description: PGP signature


Bug#860179: virtualbox-guest-dkms: DKMS fails to compile virtualbox-guest on jessie-backports

2017-04-12 Thread Stefan Haun
Package: virtualbox-guest-dkms
Version: 5.1.8-dfsg-6~bpo8+2
Severity: important

Dear Maintainer,

DKMS fails to compile virtualbox-guest-5.1.8 for kernel 4.9.0-0.bpo.2-amd64
(x86_64) on a VirtualBox Guest due to a compiler error.

I'm attaching the make.log.

I've set the severity to important as the virtalbox guest is in principle
usable, but breaks shared folders and clipboard (makes it unusable for me).


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

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

Versions of packages virtualbox-guest-dkms depends on:
ii  dkms2.3-2~bpo8+1
ii  virtualbox-guest-utils  5.1.8-dfsg-6~bpo8+2

virtualbox-guest-dkms recommends no packages.

virtualbox-guest-dkms suggests no packages.

-- no debconf information
DKMS make.log for virtualbox-guest-5.1.8 for kernel 4.9.0-0.bpo.2-amd64 (x86_64)
Wed Apr 12 16:58:38 CEST 2017
make: Entering directory '/usr/src/linux-headers-4.9.0-0.bpo.2-amd64'
  LD  /var/lib/dkms/virtualbox-guest/5.1.8/build/built-in.o
  LD  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/built-in.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/VBoxGuest-linux.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/VBoxGuest.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/GenericRequest.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/HGCMInternal.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/Init.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/PhysHeap.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/SysHlp.o
  CC [M]  /var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/VMMDev.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/alloc-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/initterm-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/memobj-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/mpnotification-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/powernotification-r0drv.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/alloc-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/assert-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/initterm-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.o
  CC [M]  
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memuserkernel-r0drv-linux.o
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:
 In function ‘rtR0MemObjNativeLockUser’:
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:1053:33:
 warning: passing argument 4 of ‘get_user_pages’ makes pointer from integer 
without a cast
 fWrite, /* force write access. 
*/
 ^
In file included from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/the-linux-kernel.h:98:0,
 from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:31:
/usr/src/linux-headers-4.9.0-0.bpo.2-common/include/linux/mm.h:1302:6: note: 
expected ‘struct page **’ but argument is of type ‘int’
 long get_user_pages(unsigned long start, unsigned long nr_pages,
  ^
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:1054:33:
 warning: passing argument 5 of ‘get_user_pages’ from incompatible pointer type
 >apPages[0],   /* Page array. */
 ^
In file included from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/the-linux-kernel.h:98:0,
 from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:31:
/usr/src/linux-headers-4.9.0-0.bpo.2-common/include/linux/mm.h:1302:6: note: 
expected ‘struct vm_area_struct **’ but argument is of type ‘struct page **’
 long get_user_pages(unsigned long start, unsigned long nr_pages,
  ^
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:1050:18:
 error: too many arguments to function ‘get_user_pages’
 rc = get_user_pages(R3Ptr,  /* Where from. */
  ^
In file included from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/the-linux-kernel.h:98:0,
 from 
/var/lib/dkms/virtualbox-guest/5.1.8/build/vboxguest/r0drv/linux/memobj-r0drv-linux.c:31:

Bug#752340: network-manager-openconnect: OpenConnect plugin does not show in network manager.

2014-06-23 Thread Stefan Haun
Am Montag, 23. Juni 2014, 17:22:04 schrieb Mike Miller:
 Thanks for your bug report. Can you provide some more information
 about the following?
 
 On Sun, Jun 22, 2014 at 21:22:53 +0200, Stefan Haun wrote:
  the openconnect plugin from network-manager-openconnect is not visible in
  the network manager configuration (Manager connections - VPN - Add).
 
 Which desktop environment (GNOME, KDE, XFCE, etc) and which
 NetworkManager configuration GUI are you using?

Sorry, I forgot.

I am using the KDE with the plasma widget.

 
  Using openconnect on the CLI works fine.
  Installing the GNOME UI does not make a difference.
 
 Which specific packages are you speaking of when you say you tried
 installing the GNOME UI?
 
 You do not have network-manager-openconnect-gnome installed, it is not
 expected to show up in the NM GUI without this package:
  Versions of packages network-manager-openconnect recommends:
  pn  network-manager-openconnect-gnome  none

I tried both, with and without the gnome UI package, without a positive 
result. Even with installed network-manager-openconnect-gnome the plugin does 
not show up.


Greetings,
Stefan


signature.asc
Description: This is a digitally signed message part.


Bug#752340: network-manager-openconnect: OpenConnect plugin does not show in network manager.

2014-06-22 Thread Stefan Haun
Package: network-manager-openconnect
Version: 0.9.4.0-8
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear Maintainer,

the openconnect plugin from network-manager-openconnect is not visible in
the network manager configuration (Manager connections - VPN - Add).

Using openconnect on the CLI works fine. 
Installing the GNOME UI does not make a difference.


Greetings,
Stefan



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

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

Versions of packages network-manager-openconnect depends on:
ii  adduser   3.113+nmu3
ii  libc6 2.19-1
ii  libdbus-1-3   1.6.8-1+deb7u1
ii  libdbus-glib-1-2  0.100.2-1
ii  libglib2.0-0  2.33.12+really2.32.4-5
ii  libnm-glib-vpn1   0.9.4.0-10
ii  libnm-glib4   0.9.4.0-10
ii  libnm-util2   0.9.4.0-10
ii  network-manager   0.9.4.0-10
ii  openconnect   3.20-4

Versions of packages network-manager-openconnect recommends:
pn  network-manager-openconnect-gnome  none

network-manager-openconnect suggests no packages.

- -- no debconf information

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

iQIcBAEBAgAGBQJTpy0NAAoJEFRUU2UON0vbnZEP/i1LLtIxDJmtXuXh54wE2xpG
mjtnt/V7zdxcjDd1551aC/kcyUDZ7QgQKnhFyz0gbClmVuhqNi+KPz5Z7ylVwgqn
ZXe9tj+vhmR39J/LoQ2OeNLPwVOVTgO2IfTDnB4n+zwTeG+6FN51uCluXUnCwM66
D0LVItPDU/SEVVGvf9hkEBxDCLTtTKNM+f8SeXvN2YEbgdBZG1i4PrqmJmmXmwiE
4cfB8rM8DJeWFMTPjzLNZuLCDfucFXFJzdRhWJnaFVsazb7uipv/O03RUxrQ9l7s
O5lE/1XQ1fUsoTaskqrVFbCmNZvEOoyf4AXr2dvfjptCswW6gGJH7beaqbHXbAgV
d6jfoFHrRGjxwbYPcW3pRRm49SFnzscLr4qi6RyckngV9izTac5QXyMYyFDEPUkV
PkzYLaUxUooZk9STsyL2faft7sw1J5XurAfLI2uiNtJEqRo3gSgoFDAzDfHVTSrC
AHiNxBBg5OpxFErnDBJLVhHzYtekFtVKNE+nBfaMlhhEKFaf5tkYDN4xGfMlYmKT
uFP60uOkx7m5pa0l4obDLEPWdY87zMPc6i9kBqYEbZm8y3+PnVqOSNj7BesU34vZ
B12eDHXabikDgqouodrTY5QnsT8LS1xG0hBZ3HpH7othsmoofgetn+FTReV1e1Yw
9pEGI6fLCB+vGwmDp03b
=IojG
-END PGP SIGNATURE-


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



Bug#593828: ndiswrapper-source was not built succesfully / module-assistant

2013-05-08 Thread Stefan Haun
Package: ndiswrapper-dkms
Followup-For: Bug #593828

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I tried a build on Linux 3.8-1-686-pae today with the following output:
 dpkg-reconfigure

- --
Deleting module version: 1.57
completely from the DKMS tree.
- --
Done.
Loading new ndiswrapper-1.57 DKMS files...
Building only for 3.8-1-686-pae
Building initial module for 3.8-1-686-pae
Error! Bad return status for module build on kernel: 3.8-1-686-pae (i686)
Consult /var/lib/dkms/ndiswrapper/1.57/build/make.log for more information.


The make.log reads as follows:

DKMS make.log for ndiswrapper-1.57 for kernel 3.8-1-686-pae (i686)
Wed May  8 11:24:51 CEST 2013
make: Entering directory `/usr/src/linux-headers-3.8-1-686-pae'
  LD  /var/lib/dkms/ndiswrapper/1.57/build/built-in.o
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/crt_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/hal_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/ndis_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/ntoskernel_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/ntoskernel_io_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/rtl_exports.h
  MKEXPORT /var/lib/dkms/ndiswrapper/1.57/build/usb_exports.h
  CC [M]  /var/lib/dkms/ndiswrapper/1.57/build/crt.o
In file included from /var/lib/dkms/ndiswrapper/1.57/build/crt.c:16:0:
/var/lib/dkms/ndiswrapper/1.57/build/ntoskernel.h: In function ‘INIT_WORK’:
/var/lib/dkms/ndiswrapper/1.57/build/ntoskernel.h:215:48: error: macro 
INIT_WORK passed 3 arguments, but takes just 2
/var/lib/dkms/ndiswrapper/1.57/build/ntoskernel.h:215:2: warning: statement 
with no effect [-Wunused-value]
make[3]: *** [/var/lib/dkms/ndiswrapper/1.57/build/crt.o] Error 1
make[2]: *** [_module_/var/lib/dkms/ndiswrapper/1.57/build] Error 2
make[1]: *** [sub-make] Error 2
make: *** [all] Error 2
make: Leaving directory `/usr/src/linux-headers-3.8-1-686-pae'


A successful build exists for Linux 3.2.0-4-686-pae; the problem seems to be
a new one, however, this bug report matches so far.

Thanks!
Stefan

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

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

Versions of packages ndiswrapper-dkms depends on:
ii  dkms  2.2.0.3-1.2

ndiswrapper-dkms recommends no packages.

ndiswrapper-dkms suggests no packages.

- -- no debconf information

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

iQIcBAEBAgAGBQJRih2kAAoJEFRUU2UON0vb2ZwP/Aygr8POsRTne2lFcrxenvp3
6Vnru5dBKaM73rj67wpcDzwdsA8J137hZujUMw7kpXbH8lnWXNXkxGJzgHjETJSp
d+/1vhwDhiezMzYPL1rupQdHMSr+PIuXqVZMlx1EgqF5w+buVW2iM2+Cw35LNw+t
hn2Q9uUoJRhUANj1oxOXt8JxrJe8SB7/4+H41tOhLpxh0K3SdkL9SKQQ5SA1GbRs
2CYI56WoXbHp6B7tGk1BH+8pKrxhS5pNgXzhGb0Zk3u/BRPmamjOWYnSJatBghyZ
EqIESpxrVxBlzaBY2wouhR/jGSZICj8XBZn5tgMhYflPMEoJrS3X0SNs0EB5cj3L
7DsRsTuig6FPITF22xbWieIs+Ke4MjUoJxxTdrNnW3wR1qgM5xUzv3nDOVLxTvqv
0ZpcLRxgKxnI6svj6ILsyRmZ8oEe7StrM9fCEZMfzceqPmQ5nAafM9CGOmm7DPDX
wU7CYVWKzzmjup1koVqLKpQuN8XZ/WQNGTHxtURQKRUCZzvMIYls6PcOU1lys6lk
DUACmF9T/bRz/Uz/vaa6CYO9eNfzBV/dCMpz63bnnu0gHNCIL2cnTxCl+Om+MpVG
es7u38m1ocvZX4AewgBxOTO+MRlfnKdrmdz1tLluqUk/jqU3WVetHXgIsJh+Vvap
2OLIjPjOfilkDwuqON8Y
=ZkJ8
-END PGP SIGNATURE-


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



Bug#532800: dell mini 9: reloading module crashes

2013-05-08 Thread Stefan Haun
Package: broadcom-sta-dkms
Followup-For: Bug #532800

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Loading the broadcom driver on a Dell Latitude XT2 with Linux 3.8-1-686-pae
definitely leads to a system crash; 

excerpt from the kernel panic output:

BUG: unable to handle kernel NULL pointer dereference at 0458

Call trace:
? wl_cfg80211_event+0xb1/0xe5 [wl]
? wlc_detach+0x349/0x4fa [wl]
...


I have to boot a different kernel and uninstall the broadcom package to make
my system uasable again (hence no packge information below).


Thanks!
Stefan


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

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

Versions of packages broadcom-sta-dkms depends on:
ii  dkms  2.2.0.3-1.2

Versions of packages broadcom-sta-dkms recommends:
ii  wireless-tools  30~pre9-8

broadcom-sta-dkms suggests no packages.

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

iQIcBAEBAgAGBQJRiiLaAAoJEFRUU2UON0vbpT8P/RvQcEGSdxiZC5yH9auzrJWq
HDFDX8GNqK7Bqvi03ojmvTv3nP41CD+nxr87pc6/3esd9tc+zV7onqG3Upq9AOdU
+bZSG5RjCEgkEVuw5BpQlYz272uOGHJrrzHzsq4cfW1fbCH8HKE/GquEvGop4tMk
bpV3CECmkBdKXHCmzgnVxJmlFGIirUdbRM4B4yz/5TY6cq21xscd4TBJg2VmrsLE
ApXUc2hpu9poNXIG/ciblR8wkBxWUzivMjhykG42bJKC9nLh0de+beUV2MKXe5l3
ulAzEo9JK3dDq+avlKPT16n9QZpKOI2XmXaCfPSTbJ5oLrwGRaK3Eeez6b1jVOh6
kHZPqo4K9WSYspK+EWBAcMz13itwbuJ9KwlGFqeMy2FYVTSzud74w5dn5LUktHlx
INAGbHPNON1iH8PQi388l+BY9hckGQlV4yzTRJl+rKo96b448Hl7SZqUeXPFXeyr
aacg9oY3TvhzdV9g6ZMoxZsAAYzZoF/fXthvC7r5+YuiJkaOeh1UP1Sya00GwmXK
kWcug56DWc6XHtFJl8w+HnmNcUqEadu/737mu1YQ6joTD/9GG2gcgbRRTJbalqOE
xkfHRJL/z01j8NBNQp2Af/p6L5TMP7J+vx5xlKQH5e2RrskLunzH9uulnZZMl72Z
ydIL/Azdda89/MLiSZIp
=hzTU
-END PGP SIGNATURE-


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



Bug#673299: roundcube-mysql: Failure after login with PHP error from MDB2.php

2012-05-17 Thread Stefan Haun
Package: roundcube
Version: 0.3.1-6
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After logging in, I can see the main screen w/ my IMAP folders etc. However,
within the following seconds I get logged out again.

The log in /var/log/roundcube/error shows multiple instances of this
message:

[17-May-2012 18:06:24] PHP Deprecated:  Assigning the return value of new by
reference is deprecated in /usr/share/php/MDB2.php on line 2647


Looks more like a warning to me, but so far this is the only error I get. 
(I tried several servers with similar results.)


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

Kernel: Linux 2.6.32-5-686 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages roundcube-mysql depends on:
ii  mysql-client-5.1 [virt 5.1.61-0+squeeze1 MySQL database client binaries
ii  php-mdb2-driver-mysql  1.5.0b2-1 PHP PEAR module to provide a MySQL

roundcube-mysql recommends no packages.

Versions of packages roundcube-mysql suggests:
ii  mysql-server   5.1.61-0+squeeze1 MySQL database server (metapackage
ii  mysql-server-5.1 [mysq 5.1.61-0+squeeze1 MySQL database server binaries and

Versions of packages roundcube-core depends on:
ii  apache22.2.16-6+squeeze7 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional n
ii  dbconfig-common1.8.46+squeeze.0  common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libjs-jquery   1.4.2-2   JavaScript library for dynamic web
ii  libmagic1  5.04-5+squeeze2   File type determination library us
ii  php-auth   1.6.2-1   PHP PEAR modules for creating an a
ii  php-mail-mime  1.8.0-2   PHP PEAR module for creating MIME 
ii  php-mdb2   2.5.0b2-1 PHP PEAR module to provide a commo
ii  php-net-smtp   1.4.2-3   PHP PEAR module implementing SMTP 
ii  php-net-socket 1.0.9-2   PHP PEAR Network Socket Interface 
ii  php5   5.3.3-7+squeeze9  server-side, HTML-embedded scripti
ii  php5-gd5.3.3-7+squeeze9  GD module for php5
ii  php5-mcrypt5.3.3-7+squeeze9  MCrypt module for php5
ii  php5-pspell5.3.3-7+squeeze9  pspell module for php5
ii  tinymce3.3.8+dfsg0-0.1   platform independent web based Jav
ii  ucf3.0025+nmu1   Update Configuration File: preserv

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

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

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

iQIcBAEBAgAGBQJPtSU/AAoJEFRUU2UON0vb4R4QAMChnYdeatq2LlLT++GFozD/
NXRHsdFZqUeTkq00kXX14GUNVZNdEe90SVCcgo6ZCzJJ2pJTZfNx9vOkY9xKCR/P
1fQzx5MXll/c6gC7in0lWm5R2OeUDePHaeLbcJyzs7Ksb+dUPTtcCcAUx7eFuDvA
BlrJoX1zwPjNNI1lapIQdvK+5ScmYm/T/LMMraGHxEUwYb+0MFvO1tXovkK3d3ZM
9VtK4qCb1F7QV+AAcW0bWsuzb6Hztzt4SGAlChr8BRUC8i1tSdVsvLKAD5Vh0TXQ
S9H0MZq0tgymmTeAmYjsmIDpBoGOB5TkpuimfhyAXfANJY6KVk1vA22pkk93XgXD
m5luZBh3uvxN1uDpohWfcxIhwvrRRVtBS0CbpcD6/UtDowYRrp5FLpY3gWG156Wm
Jdf1k6VyGmX6lQq1k9cT9AgAFE/S+17o1RKSIZWVjbluUhKXjq+mZKRUJ8SMcpcZ
zOTBVrVdG9hkgHP9FwAEImkevn/l+fjAqPPFi/LBYh+CNA0JWQPiSDAMmwcAhmnK
BT/XHJJ77UMGgYTmrLLAEqtHVL01vv+VwrcqVvu7KNZO8K171Z614rwTa6LNzD+7
RZQzWICI661doiAXQeOouRyhebhMo8neFIV+GLGg+FJEfKwJuRCGKjEiIPbIRIQs
jgG1DzMq5DxmRF0IfCpE
=D7oX
-END PGP SIGNATURE-



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



Bug#590877: choqok: Reporting server errors despite successfull status update

2010-07-29 Thread Stefan Haun
Package: choqok
Version: 0.9.81-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Choqok reports empty server errors on each account when updating the timeline:
The server returned an error.:

The timeline update is successful, though.

- -- .xsession-errors shows the following:
choqok(7853) TwitterApiMicroBlog::slotRequestTimeline:
choqok(7853) TwitterApiMicroBlog::readTimelineFromXml: there's no statuses
tag i
n XMLthe XML is: 
  errorCould not authenticate you./error
 request/api/statuses/home_timeline.xml?since_id=14416572amp;count=200amp;pa
ge=1/request
/hash

0

HTTP/1.1 401 Unauthorized
Date: Thu, 29 Jul 2010 19:46:46 GMT
Server: Apache/2.2.11 (Ubuntu) PHP/5.2.6-3ubuntu4.5 with Suhosin-Patch
mod_ssl/2
..2.11 OpenSSL/0.9.8g
X-Powered-By: PHP/5.2.6-3ubuntu4.5
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: application/xml; charset=utf-8

c1
?xml version=1.0 encoding=UTF-8?
hash
 errorCould not authenticate you./error
 
request/api/statuses/home_timeline.xml?since_id=14416572amp;count=200amp;page=1/request
/hash


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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages choqok depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libkdecore5   4:4.4.5-1  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-1  the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.5-1  the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-1  the Network-enabled File Managemen
ii  libkjsapi44:4.4.5-1  the KJS API Library for the KDE De
ii  libkparts44:4.4.5-1  the Framework for the KDE Platform
ii  libkutils44:4.4.5-1  various utility classes for the KD
ii  libqjson0 0.7.1-1qt-based library that maps JSON da
ii  libqoauth11.0-2  Qt-based client implementation of 
ii  libqt4-dbus   4:4.6.3-1  Qt 4 D-Bus module
ii  libqt4-network4:4.6.3-1  Qt 4 network module
ii  libqt4-svg4:4.6.3-1  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-1  Qt 4 XML module
ii  libqtcore44:4.6.3-1  Qt 4 core module
ii  libqtgui4 4:4.6.3-1  Qt 4 GUI module
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3

choqok recommends no packages.

choqok suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkxR3TgACgkQCzwJDc+R5x7fnACfZkcUoX1zPIKBew6NL/ZvR+x+
wRYAoKldjdYmJomMWzDkddD81rzT+aJg
=caE6
-END PGP SIGNATURE-



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



Bug#558687: It not set alternative web browser

2010-07-29 Thread Stefan Haun
Package: choqok
Version: 0.9.81-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I can confirm this bug. Choqok ignores browser settings and always calls
Konqueror for URL.

(Works fine for other Qt/KDE applications.)

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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages choqok depends on:
ii  kdebase-runtime   4:4.4.5-1  runtime components from the offici
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libkdecore5   4:4.4.5-1  the KDE Platform Core Library
ii  libkdeui5 4:4.4.5-1  the KDE Platform User Interface Li
ii  libkhtml5 4:4.4.5-1  the KHTML Web Content Rendering En
ii  libkio5   4:4.4.5-1  the Network-enabled File Managemen
ii  libkjsapi44:4.4.5-1  the KJS API Library for the KDE De
ii  libkparts44:4.4.5-1  the Framework for the KDE Platform
ii  libkutils44:4.4.5-1  various utility classes for the KD
ii  libqjson0 0.7.1-1qt-based library that maps JSON da
ii  libqoauth11.0-2  Qt-based client implementation of 
ii  libqt4-dbus   4:4.6.3-1  Qt 4 D-Bus module
ii  libqt4-network4:4.6.3-1  Qt 4 network module
ii  libqt4-svg4:4.6.3-1  Qt 4 SVG module
ii  libqt4-xml4:4.6.3-1  Qt 4 XML module
ii  libqtcore44:4.6.3-1  Qt 4 core module
ii  libqtgui4 4:4.6.3-1  Qt 4 GUI module
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3

choqok recommends no packages.

choqok suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkxR2kQACgkQCzwJDc+R5x5DzwCfR7Vz9vVUDl1hhSlZxF6wNlIq
CzkAnihBBhTdnhwpMj1aXXMY81QjxdPi
=Qrtj
-END PGP SIGNATURE-



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



Bug#590009: parts of the screen not always displayed

2010-07-23 Thread Stefan Haun
Package: fglrx-driver
Version: 1:10-6-1

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The workaround from #587824 seems to help, thanks!

Best way to reproduce the bug has been the Google Calendar webapp, where the
calender was not visible most of the time.

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

iEYEARECAAYFAkxJmvoACgkQCzwJDc+R5x6UXgCfSLj/tF4kT0mJcLdpOhAMGq/3
5tgAn1YqobMgI9akMCtQOJWWG3xBg7Ad
=xF6d
-END PGP SIGNATURE-



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



Bug#590009: fglrx-driver: parts of the screen not always displayed

2010-07-22 Thread Stefan Haun
Package: fglrx-driver
Version: 1:10-6-1
Severity: grave

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After the last update the fglrx driver fails to display parts of the screen,
especially in Iceweasel browser, but also other (KDE) applications. It seems
to be a problem with buffering or something alike - scrolling is most likely
to reproduce the error, but switching windows does so as well.

I could reduce the problem by setting BufferTiling in the fglrx options to 
off, however the problem at all remains.

The bug is marked as grave because, while the system is still running,
it is basically impossible to work with parts of the screen constantly
missing.

- -- Package-specific info:
VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc Cedar PRO [Radeon HD 
5450]

DRM and fglrx Informations from dmesg:
[0.993310] Linux agpgart interface v0.103
[5.242953] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[5.328350] [fglrx] Maximum main memory to use for locked dma buffers: 3884 
MBytes.
[5.328394] [fglrx]   vendor: 1002 device: 68f9 count: 1
[5.328705] [fglrx] ioport: bar 4, base 0xbe00, size: 0x100
[5.329023] [fglrx] Kernel PAT support is enabled
[5.329038] [fglrx] module loaded - fglrx 8.74.4 [May 27 2010] with 1 minors
[  264.493339] fglrx_pci :01:00.0: irq 29 for MSI/MSI-X
[  264.494168] [fglrx] Firegl kernel thread PID: 2731
[  264.494368] [fglrx] IRQ 29 Enabled
[  264.646694] [fglrx] Gart USWC size:1264 M.
[  264.646698] [fglrx] Gart cacheable size:502 M.
[  264.646703] [fglrx] Reserved FB block: Shared offset:0, size:100 
[  264.646706] [fglrx] Reserved FB block: Unshared offset:f90b000, size:3f5000 
[  264.646708] [fglrx] Reserved FB block: Unshared offset:3fff4000, size:c000 

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 366 Jul 22 23:19 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section Device
Identifier fglrx Driver
Driver fglrx
BusID PCI:1:0:0
Option BufferTiling off
EndSection

Section Screen
Identifier fglrx Screen
Device fglrx Driver
DefaultDepth 24

SubSection Display
Depth 24
EndSubSection
EndSection

Section ServerLayout
Identifier fglrx Server Layout
Screen fglrx Screen 0 0
EndSection

Xorg X server log files on system:
- -rw-r--r-- 1 root root 24253 Jul 22 23:20 /var/log/Xorg.0.log

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

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-2-amd64 i686 Debian
Current Operating System: Linux nimrod 2.6.32-5-686-bigmem #1 SMP Sun Jul 11 
02:50:00 UTC 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686-bigmem 
root=UUID=9be3a41f-700e-45d3-a14a-96674d6ea87a ro quiet
Build Date: 15 July 2010  04:10:53PM
xorg-server 2:1.7.7-3 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
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: Thu Jul 22 23:19:52 2010
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout fglrx Server Layout
(**) |--Screen fglrx Screen (0)
(**) |   |--Monitor default monitor
(**) |   |--Device fglrx Driver
(==) No monitor specified for screen fglrx Screen.
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81eaca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:0:0) 1002:68f9:1787:2291 ATI Technologies Inc Cedar PRO [Radeon 
HD 5450] rev 0, Mem @ 0xd000/268435456, 0xfddc/131072, I/O @ 
0xbe00/256, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading 

Bug#567237: udev: Same problem, slightly different solution

2010-03-17 Thread Stefan Haun
Package: udev
Version: 151-3
Severity: normal

Despite the aforementioned changes the problem still existed on my system. 
Instead of the proposed replacement, I am currently using the following line 
in 70-hid2hci.rules (row 15):

  RUN += hid2hci --method=logitech --mode=hid --devpath=%p

I am not sure whether this has been a problem with the arguments or there
have been some changes in the hid2hci tool which are not yet applied to my
system, however with these parameters my keyboard is up and running again.


-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 8
lrwxrwxrwx 1 root root   19 Jun  2  2009 025_libgphoto2.rules - 
../libgphoto2.rules
-rw-r--r-- 1 root root 1561 Jun 13  2009 70-persistent-cd.rules
-rw-r--r-- 1 root root  326 Oct  1 18:12 70-persistent-net.rules
lrwxrwxrwx 1 root root   15 Feb  2 22:24 comedi.rules - ../comedi.rules
lrwxrwxrwx 1 root root   15 Jun  2  2009 z60_hdparm.rules - ../hdparm.rules

-- /sys/:
/sys/dev
/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1/dev
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0/dev
/sys/devices/pci:00/:00:03.3/tty/ttyS1/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/0003:046D:C70B.0003/hidraw/hidraw0/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.0/input/input7/event5/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.2/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/0003:046D:C70C.0004/hidraw/hidraw1/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input8/event6/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input8/mouse0/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/usb/hiddev0/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/3-1.3/dev
/sys/devices/pci:00/:00:1a.0/usb3/3-1/dev
/sys/devices/pci:00/:00:1a.0/usb3/dev
/sys/devices/pci:00/:00:1a.1/usb4/dev
/sys/devices/pci:00/:00:1a.2/usb5/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-2/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.0/input/input3/event3/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.0/video4linux/video0/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.2/sound/card1/audio1/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.2/sound/card1/controlC1/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.2/sound/card1/dsp1/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.2/sound/card1/mixer1/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/1-4:1.2/sound/card1/pcmC1D0c/dev
/sys/devices/pci:00/:00:1a.7/usb1/1-4/dev
/sys/devices/pci:00/:00:1a.7/usb1/dev
/sys/devices/pci:00/:00:1b.0/input/input4/event4/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/adsp/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/audio/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/controlC0/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/dsp/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/hwC0D0/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/mixer/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/pcmC0D0c/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/pcmC0D0p/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/pcmC0D1p/dev
/sys/devices/pci:00/:00:1d.0/usb6/dev
/sys/devices/pci:00/:00:1d.1/usb7/dev
/sys/devices/pci:00/:00:1d.2/usb8/dev
/sys/devices/pci:00/:00:1d.7/usb2/dev
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/dev
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda1/dev
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/block/sda/sda2/dev
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0/dev
/sys/devices/pci:00/:00:1f.2/host0/target0:0:0/0:0:0:0/scsi_generic/sg0/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sr0/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/bsg/1:0:0:0/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/scsi_generic/sg1/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb1/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb2/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/block/sdb/sdb3/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/bsg/2:0:0:0/dev
/sys/devices/pci:00/:00:1f.2/host2/target2:0:0/2:0:0:0/scsi_generic/sg2/dev
/sys/devices/platform/pcspkr/input/input2/event2/dev
/sys/devices/platform/serial8250/tty/ttyS2/dev
/sys/devices/platform/serial8250/tty/ttyS3/dev
/sys/devices/pnp0/00:03/rtc/rtc0/dev
/sys/devices/pnp0/00:07/tty/ttyS0/dev
/sys/devices/pnp0/00:0a/misc/tpm0/dev
/sys/devices/virtual/block/loop0/dev
/sys/devices/virtual/block/loop1/dev
/sys/devices/virtual/block/loop2/dev

Bug#537605: eclipse-platform: Do not depend on liblucene-java-doc

2009-07-19 Thread Stefan Haun
Package: eclipse-platform
Version: 3.2.2-6.1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please remove the dependency on liblucene-java-doc; there is no visible
reason to have the lucene documentation included with every installation.

If there is a real dependency it might be best to note it in the package
description.


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

Kernel: Linux 2.6.30-iglu
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages eclipse-platform depends on:
ii  default-jre [java2-runtime] 1.5-32   Standard Java or Java compatible R
ii  eclipse-rcp 3.2.2-6.1Eclipse rich client platform
ii  java-common 0.32 Base of all Java packages
ii  java-gcj-compat [java2-runt 1.0.80-5.1   Java runtime environment using GIJ
ii  libjsch-java0.1.37-3 java secure channel
ii  liblucene-java  1.4.3.dfsg-3 full-text search engine library fo
ii  liblucene-java-doc  1.4.3.dfsg-3 demonstration programs and example
ii  libtomcat5.5-java   5.5.26-5 Java Servlet engine -- core librar
ii  sun-java5-jre [java2-runtim 1.5.0-19-1   Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java2-runtim 6-14-1   Sun Java(TM) Runtime Environment (
ii  zenity  2.26.0-1 Display graphical dialog boxes fro

Versions of packages eclipse-platform recommends:
ii  eclipse   3.2.2-6.1  Extensible Tool Platform and Java 
pn  eclipse-platform-gcj  none (no description available)

Versions of packages eclipse-platform suggests:
ii  eclipse-jdt   3.2.2-6.1  Java Development Tools plug-ins fo
ii  eclipse-pde   3.2.2-6.1  Plug-in Development Environment to

- -- no debconf information

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

iEYEARECAAYFAkpjaHIACgkQCzwJDc+R5x6jAwCgxBEz/UA5e+hPolbetP2H0dHR
8ssAniEA4awo+aE3gkyWOsI6qlguUP1h
=LTDx
-END PGP SIGNATURE-



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



Bug#525765: psi: Content of roster window is not updated

2009-05-06 Thread Stefan Haun
The bug disappeared after deinstallation of libqca2-plugin-gnupg.

See also: https://bugs.launchpad.net/ubuntu/+source/psi/+bug/367317


Stefan
-- 
  
 /\   Stefan Haun
/ ^  ^ \  sh...@cs.uni-magdeburg.de
I  \/  I
   II  II DKE Group, Faculty of Computer Science
   II  II Otto-von-Guericke-University Magdeburg
I /\/\ I  http://www.findke.ovgu.de


signature.asc
Description: This is a digitally signed message part.


Bug#526113: psi: Blocks when aspell word list could not be found

2009-04-29 Thread Stefan Haun
Package: psi
Version: 0.12.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

PSI blocks after opening a message window. Run from a console, it prints out
the message 

Aspell error: No word lists can be found for the language en_US.


Installing aspell-en did not help for the moment. However, disabling the
spell checking did. (Maybe spell checking should be disabled at all until 
the problem is solved.)


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

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

Versions of packages psi depends on:
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libc6  2.9-8 GNU C Library: Shared libraries
ii  libgcc11:4.3.3-8 GCC support library
ii  libqca22.0.0-4   libraries for the Qt Cryptographic
ii  libqca2-plugin-ossl0.1~20070904-3QCA OSSL plugin for libqca2
ii  libqt4-dbus4.5.1-1   Qt 4 D-Bus module
ii  libqt4-network 4.5.1-1   Qt 4 network module
ii  libqt4-qt3support  4.5.1-1   Qt 3 compatibility library for Qt 
ii  libqt4-xml 4.5.1-1   Qt 4 XML module
ii  libqtcore4 4.5.1-1   Qt 4 core module
ii  libqtgui4  4.5.1-1   Qt 4 GUI module
ii  libstdc++6 4.3.3-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages psi recommends:
ii  sox   14.2.0-2   Swiss army knife of sound processi

Versions of packages psi suggests:
pn  libqca2-plugin-gnupg  none (no description available)
pn  psi-translations  none (no description available)
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

- -- no debconf information

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

iEYEARECAAYFAkn4Mc0ACgkQCzwJDc+R5x6GJQCgvZS/VCjwH91YCfLJm3phq2v9
/1gAn2NrUhZDEdvDNgyH2uCRVfqzDt88
=KQy6
-END PGP SIGNATURE-



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



Bug#525765: psi: Content of roster window is not updated

2009-04-26 Thread Stefan Haun
Package: psi
Version: 0.12.1-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The content of the roster window is only updated when I close the window and
reopen it from the traybar. Applies for anything like toggeling offline user
display, selecting items or changes in the presence status.

This might be related to the problems with qt4.5 mentioned in the changelog,
however there seems to be no dependency against the Qt version and I could
not find a bug related to this problem.

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

Kernel: Linux 2.6.29-iglu
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages psi depends on:
ii  libaspell150.60.6-1  GNU Aspell spell-checker runtime l
ii  libc6  2.9-7 GNU C Library: Shared libraries
ii  libgcc11:4.3.3-8 GCC support library
ii  libqca22.0.0-4   libraries for the Qt Cryptographic
ii  libqca2-plugin-ossl0.1~20070904-3QCA OSSL plugin for libqca2
ii  libqt4-dbus4.5.1-1   Qt 4 D-Bus module
ii  libqt4-network 4.5.1-1   Qt 4 network module
ii  libqt4-qt3support  4.5.1-1   Qt 3 compatibility library for Qt 
ii  libqt4-xml 4.5.1-1   Qt 4 XML module
ii  libqtcore4 4.5.1-1   Qt 4 core module
ii  libqtgui4  4.5.1-1   Qt 4 GUI module
ii  libstdc++6 4.3.3-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxss11:1.1.3-1 X11 Screen Saver extension library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages psi recommends:
ii  sox   14.2.0-2   Swiss army knife of sound processi

Versions of packages psi suggests:
ii  libqca2-plugin-gnupg  0.1~20070904-2 QCA gnupg plugin for libqca2
pn  psi-translations  none (no description available)
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

- -- no debconf information

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

iEYEARECAAYFAkn06KMACgkQCzwJDc+R5x6PqQCfTKJRYr8MW5Q60qZn7PmFdUO7
fmgAoLdL/OSYovdGPEOqFeJX94DIrkqz
=Ig8z
-END PGP SIGNATURE-



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



Bug#525448: gnupg-agent: Agent silently fails when pinentry-program is not available

2009-04-24 Thread Stefan Haun
Package: gnupg-agent
Version: 2.0.11-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


The agent seems to silently fail when the pinentry-program configured in
~/.gnupg/gpg-agent.conf is not available.

I observed the problem when I accidently uninstalled pinentry-qt and kmail
failed in obtaining a passphrase for signing the e-mail without being able
to give a specific error message (such as pinentry-qt not available, which
would have helped fixing the problem in an instant).

I am, however, not completely sure whether this is a problem of the
gnupg-agent not providing an error message or the tools using the agent
forwarding it. But it keeps the user from knowing what the problem is.


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

Kernel: Linux 2.6.29-iglu
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnupg-agent depends on:
ii  libc6 2.9-7  GNU C Library: Shared libraries
ii  libgcrypt11   1.4.4-2LGPL Crypto library - runtime libr
ii  libgpg-error0 1.6-1  library for common error values an
ii  libpth20  2.0.7-12   The GNU Portable Threads
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  pinentry-qt [pinentry]0.7.5-3Qt-based PIN or pass-phrase entry 

Versions of packages gnupg-agent recommends:
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  gnupg22.0.11-1   GNU privacy guard - a free PGP rep
ii  gpgsm 2.0.11-1   GNU privacy guard - S/MIME version

gnupg-agent suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAknx5iYACgkQCzwJDc+R5x771QCeJwJGFzku4zr0u+HL3r0V6IQp
OqIAnAuC+4J6+zJSEq5j9K63im9hVJH4
=3SjS
-END PGP SIGNATURE-



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



Bug#525449: dolphin: Set focus on/highlight folder item after its creation

2009-04-24 Thread Stefan Haun
Package: dolphin
Version: 4:4.2.2-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When I created a new folder with Konqueror (using the F10 shortcut), it has
been highlighted so that pressing RETURN allowed me to immediately enter this
folder.

Dolphin currently does not show this behavior, which would be nice to have
in order to improve usability (esp. when creating larger directory
structures).


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

Kernel: Linux 2.6.29-iglu
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dolphin depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  libc6 2.9-7  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-8  GCC support library
ii  libkonq5  4:4.2.2-1  core libraries for Konqueror
ii  libqt4-dbus   4.4.3-2Qt 4 D-Bus module
ii  libqtcore44.4.3-2Qt 4 core module
ii  libqtgui4 4.4.3-2Qt 4 GUI module
ii  libsoprano4   2.2.2+dfsg.1-1 libraries for the Soprano RDF fram
ii  libstdc++64.3.3-8The GNU Standard C++ Library v3
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra

Versions of packages dolphin recommends:
ii  kfind 4:4.2.2-1  file search utility for KDE 4

dolphin suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAknx6TIACgkQCzwJDc+R5x5bGgCeJJOc7jSheJb4ue/6sOtQnfnI
ctMAoJccTiyfabZbsOrUA8fDGZj/qHgT
=ftoA
-END PGP SIGNATURE-



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



Bug#525454: kmail: Show sender and subject in new mail notification

2009-04-24 Thread Stefan Haun
Package: kmail
Version: 4:4.2.2-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please show sender and subject of new messages in the popup window which
appears on the new message notification.

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

Kernel: Linux 2.6.29-iglu
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  kdepimlibs5   4:4.2.2-1  core libraries for KDE PIM 4 appli
ii  libc6 2.9-7  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-8  GCC support library
ii  libkdepim44:4.2.2-1  KDE PIM library
ii  libkleo4  4:4.2.2-1  certificate based crypto library f
ii  libkontactinterfaces4 4:4.2.2-1  KDE Kontact interface library
ii  libkpgp4  4:4.2.2-1  gpg based crypto library for KDE
ii  libksieve44:4.2.2-1  KDE mail/news message filtering li
ii  libmimelib4   4:4.2.2-1  KDE mime library
ii  libphonon44:4.3.1-1  Phonon multimedia framework for Qt
ii  libqt4-dbus   4.4.3-2Qt 4 D-Bus module
ii  libqt4-network4.4.3-2Qt 4 network module
ii  libqt4-qt3support 4.4.3-2Qt 3 compatibility library for Qt 
ii  libqt4-xml4.4.3-2Qt 4 XML module
ii  libqtcore44.4.3-2Qt 4 core module
ii  libqtgui4 4.4.3-2Qt 4 GUI module
ii  libstdc++64.3.3-8The GNU Standard C++ Library v3
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  phonon4:4.3.1-1  metapackage for Phonon multimedia 

Versions of packages kmail recommends:
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
pn  clamav | f-prot-installer none (no description available)
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  gnupg-agent   2.0.11-1   GNU privacy guard - password agent
ii  kaddressbook  4:4.2.2-1  KDE address book
ii  kleopatra 4:4.2.2-1  KDE Certificate Manager
ii  pinentry-qt [pinentry-x11]0.7.5-3Qt-based PIN or pass-phrase entry 
pn  spamassassin | bogofilter | a none (no description available)

- -- no debconf information

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

iEYEARECAAYFAknx8QYACgkQCzwJDc+R5x5EHACdHnkY5n9yLSnEZypRuKOgv9hL
E9AAniP4/vEf+6COABGsAA4Q383rx+QG
=uF+5
-END PGP SIGNATURE-



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