Bug#687965: osm2pgsql not fit for release

2012-09-20 Thread Eckhart Wörner
Hi David,

Am Donnerstag, 20. September 2012, 16:23:25 schrieb David Paleino:
  The osm2pgsql version packaged in testing does not support 64-bit node ids. 
 
 It seems like it does (at least partially), but wasn't enabled at build-time. 
 I
 looked through the upstream repository, and backported a patch (taken from a
 couple commits).
 
 Do you know how to test it against 64-bit osm IDs? And if that support is
 supposed to be enabled on 32-bit machines? (I have no idea).

64-bit ID mode should work fine on 32-bit machines (it will run slower though).

The main differences between 32-bit mode and 64-bit mode are:
* osm2pgsql internally stores an ID as int32_t (32-bit mode) or int64_t (64-bit 
mode)
* the PostgreSQL database stores an ID as int4 (32-bit mode) or int8 (64-bit 
mode)

Therefore, 32-bit mode and 64-bit mode are not compatible, one needs to 
re-create the database tables.

Eckhart


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



Bug#687965: osm2pgsql not fit for release

2012-09-17 Thread Eckhart Wörner
Package: osm2pgsql
Version: 0.80.0+r27899-1+b1
Severity: grave

The osm2pgsql version packaged in testing does not support 64-bit node ids. 
However, predictions using linear interpolation indicate that 64-bit node id 
support will become necessary February 2013 at latest, therefore most likely 
before the Wheezy release. This means that osm2pgsql will become unusable for 
(almost) all purposes (which justifies grave).

The only options that I can see for Wheezy:
1. evaluate whether a 64-bit snapshot can make it into already frozen testing
2. drop osm2pgsql from testing


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



Bug#647152: openntpd: does not start if netbase is not installed

2011-10-30 Thread Eckhart Wörner
Package: openntpd
Version: 3.9p1+debian-8+b1
Severity: serious
Justification: Policy 7.2

If netbase is not installed openntpd does not start, but fails with:
fatal: getservbyname: No such file or directory
This is caused by the file /etc/services not being available and can be fixed by
* either depending on netbase
* or (preferred) hardcoding port 123 in openntpd

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

Kernel: Linux 3.0.0-2-686-pae (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 openntpd depends on:
ii  adduser  3.113   
ii  libc62.13-21 
ii  libssl1.0.0  1.0.0e-2

openntpd recommends no packages.

openntpd suggests no packages.

-- no debconf information



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



Bug#647152: openntpd: does not start if netbase is not installed

2011-10-30 Thread Eckhart Wörner
[For documentation, forgot to CC the bug in my reply in the first place]

Hi Dererk,

Am Sonntag, 30. Oktober 2011, 20:39:19 schrieben Sie:
 Although _I am_ interested about this issue, I'm really curious in
 knowing how you reached a system without having netbase first.
 
 Was this the effect of a manually purged/pruned system pkgs?  Was this
 the result of a quite minimal fresh installation? If yes, using which
 media/how?
 
 This would help me deciding if this situation is ideal or just a mere
 situation anyone could arrive too.

I purged netbase while investigating unnecessary packages in a NetworkManager 
based installation. These include ifupdown, which pulls in netbase via a 
recommends.
So no, at the moment you cannot get into this situation with a standard Debian 
installation.

Eckhart



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



Bug#642961: systemd: debian-fixup.service goes berserk in /run, breaks boot

2011-09-25 Thread Eckhart Wörner
Package: systemd
Version: 36-1
Severity: grave
Justification: renders package unusable

The debian-fixup script uses:
if [ ! -L /var/run ]; then
rm -rf /var/run
ln -s /run /var/run
fi
However, this seems to break on /var/run already being bind-mounted on /run. 
The condition holds, and therefore /run (aka /var/run) is wiped out, breaking 
the boot process.

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

Kernel: Linux 3.0.0-1-686-pae (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 systemd depends on:
ii  initscripts 2.88dsf-13.11
ii  libacl1 2.2.51-3 
ii  libaudit0   1.7.18-1 
ii  libc6   2.13-21  
ii  libcap2 1:2.22-1 
ii  libcryptsetup1  2:1.3.0-3
ii  libdbus-1-3 1.4.16-1 
ii  libpam0g1.1.3-3  
ii  libselinux1 2.1.0-1  
ii  libsystemd-daemon0  36-1 
ii  libsystemd-login0   36-1 
ii  libudev0172-1
ii  libwrap07.6.q-21 
ii  udev172-1
ii  util-linux  2.19.1-5 

Versions of packages systemd recommends:
ii  libpam-systemd  36-1

Versions of packages systemd suggests:
pn  python   2.6.7-3
pn  systemd-gui  none 

-- no debconf information



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



Bug#639853: openjdk-6-jre = 6b23~pre8-2 breaks josm

2011-08-31 Thread Eckhart Wörner
Hi David,

On Mittwoch, 31. August 2011 21:35:00 David Paleino wrote:
 I just pushed a commit which should fix this, would you please test it? (I
 can't currently upgrade my JRE)
 
 http://anonscm.debian.org/gitweb/?p=pkg-osm/josm.git;a=commitdiff;h=d82a17ae
 039cc7c8d453b650d58dca8714445d2b#patch2

Fix works fine for me.

Eckhart



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



Bug#639853: openjdk-6-jre = 6b23~pre8-2 breaks josm

2011-08-30 Thread Eckhart Wörner
Package: josm
Version: 0.0.svn4064-3
Severity: grave
Justification: renders package unusable

The latest version of openjdk-6-jre is multiarch aware, which means the path of 
the jre has changed. This breaks /usr/bin/josm:

+ set -e
++ readlink -n -f /etc/alternatives/java
+ ALTERNATIVE_JDK=/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java
+ dpkg --get-selections openjdk-6-jre
+ grep 'install$'
+ JAVA_CMDS='/bin/java /usr/lib/jvm/java-6-openjdk/bin/java 
/usr/lib/jvm/java-6-sun/bin/java'
+ JAVA_OPTS=' -Djava.net.preferIPv4Stack=true -Djava.net.useSystemProxies=true'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z/bin/java ']'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /usr/lib/jvm/java-6-openjdk/bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z ']'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /usr/lib/jvm/java-6-sun/bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /bin/java -a -z '' ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /usr/lib/jvm/java-6-openjdk/bin/java -a -z '' ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /usr/lib/jvm/java-6-sun/bin/java -a -z '' ']'
+ '[' '' ']'
+ echo 'No valid JVM found to run JOSM.'
+ exit 1


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

Kernel: Linux 3.0.0-1-686-pae (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 josm depends on:
ii  libgettext-commons-java 0.9.6-2  Java classes for internationalizat
ii  libmetadata-extractor-j 2.3.1+dfsg-2 JPEG metadata extraction framework
ii  liboauth-signpost-java  1.2.1.1-1simple OAuth message signing for J
ii  openjdk-6-jre   6b23~pre8-2  OpenJDK Java runtime, using Hotspo
ii  openstreetmap-map-icons 1:0.0.svn23763-1 Collection of map icons (classic s

Versions of packages josm recommends:
ii  josm-plugins  0.0.svn25935-1 Plugins for JOSM
ii  webkit-image-gtk  0.0.svn25399-2 generate images from webpages - GT

josm suggests no packages.

-- no debconf information



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



Bug#604337: Preparations for the removal of the KDE3 and Qt3 libraries

2011-03-02 Thread Eckhart Wörner
Hi,

looking into the reverse dependencies of python-kde3 I found that python-kde3 
is basically a leaf package already (there's only a suggests in panflute-
daemon left). Is it therefore okay to ask for removal of src:python-kde3 (and 
its binary packages)?

Eckhart



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



Bug#606498: okular: Broken dep with libQTSvg.so

2010-12-17 Thread Eckhart Wörner
Hi,

in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606498 you were asked to 
tell the output of ldd -d -r /usr/bin/okular. Can you please provide the 
required information soon so that this bug can be processed further?

Eckhart



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



Bug#599825: kttsd: It is not possible, to choose any language

2010-11-07 Thread Eckhart Wörner
tags 599825 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=599825 some time 
ago:
 Is there any more information I can give, to help?

Yes, please add the full dependency information for kttsd; reportbug should 
have added this to your report.

Eckhart



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



Bug#599825: kttsd: It is not possible, to choose any language

2010-11-07 Thread Eckhart Wörner
Hi,

Am Sonntag, 07. November 2010, 19:21:55 schrieb Hans-J. Ullrich:
 thanks for the reading. Due to reportbug, there are no dependencies related
 to kttsd. However, I have installed any (maybe) necessary packages to
 kttsd, like speech-dispatcher, festival, espeak and so on.

The command
 reportbug --template kttsd
doesn't show the versions of packages kttsd depends on or recommends?

Eckhart



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



Bug#598819: Reassign to xserver-xorg-video-nouveau

2010-10-05 Thread Eckhart Wörner
reassign 598819 xserver-xorg-video-nouveau
thanks

Reassigned as requested from the submitter of the bug report, also most likely 
not a KDE problem.



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



Bug#597789: osynctool unconditionally uses vi as editor

2010-09-22 Thread Eckhart Wörner
Package: osynctool
Version: 0.39-1
Severity: serious
Justification: Policy 11.4

osynctool --configure seems to have vi hardcoded.

Section 11.4 of the Debian Policy Manual states that every program that 
launches an editor or pager must use the EDITOR or PAGER environment variable 
to determine the editor or pager the user wishes to use. If these variables are 
not set, the programs /usr/bin/editor and /usr/bin/pager should be used, 
respectively.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-trunk-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/bash

Versions of packages osynctool depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libopensync1exp7  0.39-4 Synchronisation framework for emai

osynctool recommends no packages.

osynctool suggests no packages.

-- no debconf information



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-04-25 Thread Eckhart Wörner
Hi Moritz,

 Since you're writing with a @kde.org address: My mail to secur...@kde.org
 was left unanswered. Do you have a suggestion who to contact instead?

secur...@kde.org is the right place and several people have probably read your 
mail, however, there has been some problem in March with a mail left 
unanswered, discussed on kde-core-devel: 
http://thread.gmane.org/gmane.comp.kde.devel.core/64220
I suggest you either ping security again or ask at kde-core-de...@kde.org 
about the status.

Eckhart



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



Bug#508589: Reassign to ppp

2010-04-12 Thread Eckhart Wörner
reassign 577109 ppp 2.4.4rel-10
thanks

This is obviously either a kernel problem or a ppp problem, reassigning to ppp 
(guessing).



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



Bug#577109: KPPP Exits Kills Keyboard with Zoom USB Modem Model 3095

2010-04-10 Thread Eckhart Wörner
tags 577109 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577109 recently. 
The bug report suggests that this is a problem within a usb modem driver in 
the linux kernel. If possible, can you therefore please try whether the bug 
also occurs with a recent kernel, like linux-image-2.6.32-bpo.3-686 (which is 
in lenny-backports)?

Eckhart



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-04-03 Thread Eckhart Wörner
  CVE-2009-1703[25]:
  | WebKit in Apple Safari before 4.0 does not prevent references to file:
  | URLs within (1) audio and (2) video elements, which allows remote
  | attackers to determine the existence of arbitrary files via a crafted
  | HTML document.
 
 This doesn't affect kde4libs (and even if, the impact is negligable)

Konqueror loads local videos from an http context here.



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-03-12 Thread Eckhart Wörner
block 561762 by 537931
thanks

The bug report mentions CVE-2009-1692 which has its konqueror/khtml 
counterpart at CVE-2009-2537, tracked at http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=537931



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



Bug#569549: korganizer: Calendar ceased synchronizing with remote iCal file via ftp

2010-02-26 Thread Eckhart Wörner
tags 569595 moreinfo
thanks

Hi,

it looks like your problem described at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569595
is a duplicate of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569549

Could you please tell whether your installed mysql version is from unstable?

Thank you,
Eckhart Wörner



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



Bug#569549: akonadi incompatible with mysql 5.1.43

2010-02-26 Thread Eckhart Wörner
retitle 569549 init_available_charsets uses double checked locking
reassign 569549 mysql-server-5.1 5.1.43-1
forwarded 569549 http://bugs.mysql.com/bug.php?id=45058
affects 569549 + libakonadiprivate1 korganizer kaddressbook
thanks

According to KDE bugzilla[1] the reported bug is a problem with MySQL handling 
of multiple mysql_library_init() and mysql_library_end() calls, already 
reported upstream with MySQL[2] and patch pending.

[1] https://bugs.kde.org/show_bug.cgi?id=226960
[2] http://bugs.mysql.com/bug.php?id=45058



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



Bug#513151: network-manager should depend on dnsmasq-base

2009-01-26 Thread Eckhart Wörner
Package: network-manager
Version: 0.7.0-1
Severity: serious
Justification: Policy 3.5


Without dnsmasq-base installed, nm-applet fails silently in creating an ad-hoc 
network.
NetworkManager outputs the following messages:

WARN  start_sharing(): (eth1/eth1): failed to start dnsmasq: Could not find 
dnsmasq binary.

WARN  nm_device_activate_stage5_ip_config_commit(): Activation (eth1) Stage 5 
of 5 (IP Configure Commit) start sharing failed.


With dnsmasqbase installed, everything seems to work fine.
Note that the missing dependency on dnsmasq-base is only a guess.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

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

Versions of packages network-manager depends on:
ii  adduser3.110 add and remove users and groups
ii  dbus   1.2.1-5   simple interprocess messaging syst
ii  hal0.5.11-8  Hardware Abstraction Layer
ii  ifupdown   0.6.8+nmu1high level tools to configure netw
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-5   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libgcrypt111.4.1-1   LGPL Crypto library - runtime libr
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnutls262.4.2-4   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-2 library for common error values an
ii  libhal10.5.11-8  Hardware Abstraction Layer - share
ii  libnl1 1.1-2 library for dealing with netlink s
ii  libnm-glib00.7.0-1   network management framework (GLib
ii  libnm-util10.7.0-1   network management framework (shar
ii  libpolkit-dbus20.9-2 library for accessing PolicyKit vi
ii  libpolkit2 0.9-2 library for accessing PolicyKit
ii  libtasn1-3 1.4-1 Manage ASN.1 structures (runtime)
ii  libuuid1   1.41.3-1  universally unique id library
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  wpasupplicant  0.6.4-3   Client support for WPA and WPA2 (I
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages network-manager recommends:
ii  network-manager-gnome 0.7.0-1network management framework (GNOM
ii  network-manager-kde   1:0.7~~svn908338-1 KDE systray applet for controlling
ii  policykit 0.9-2  framework for managing administrat
ii  ppp   2.4.4rel-10.1  Point-to-Point Protocol (PPP) - da

Versions of packages network-manager suggests:
ii  avahi-autoipd 0.6.22-3   Avahi IPv4LL network address confi

-- no debconf information



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



Bug#512313: xserver-xorg-video-intel: Lockup on log out with 855GM chipset

2009-01-19 Thread Eckhart Wörner
Package: xserver-xorg-video-intel
Version: 2:2.3.2-2+lenny5
Severity: grave
Justification: causes non-serious data loss

I'm not sure whether this is the same as http://bugs.debian.org/482819
When exiting KDE session system almost always freezes, system does not respond 
on ssh anymore, has to be turned off manually (i.e. 
possible loss of non-written disk cache).
The solution mentioned in bug 482819 (adding Option ForceEnablePipeA true 
to the Device section) seems to work, no experience of 
crashes anymore so far.
My laptop is a Fujitsu Siemens Lifebook T series T4010.

-- 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. Jan 02:58 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718484  9. Jan 04:11 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated 
Graphics Device (rev 02)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1216 19. Jan 15:11 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc105
Option  XkbLayout de
Option  XkbVariantnodeadkeys
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
# Suggestion from https://bugs.freedesktop.org/show_bug.cgi?id=15168
Option  ForceEnablePipeA true
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 35027 19. Jan 15:48 /var/log/Xorg.0.log

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

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-10)
Current Operating System: Linux obiwan 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 
UTC 2009 i686
Build Date: 09 January 2009  02:57:16AM
 
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: Mon Jan 19 15:47:44 2009
(==) 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
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) The core pointer device wasn't specified explicitly in the layout.
Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
Using the first keyboard device.
(==) 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
(==) RgbPath set to /etc/X11/rgb
(==) ModulePath set to 

Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Package: quassel
Severity: grave
Tags: security
Justification: user security hole

Quassel version in Debian is vulnerable to IRC command injection as described 
in http://www.frsirt.com/english/advisories/2008/3164
Updated packages are already available at http://quassel.irc.org/ , according 
to quassel developers a backport for the fix is also available.

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

Kernel: Linux 2.6.26-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/bash

Versions of packages quassel depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libqt4-network 4.4.3-1   Qt 4 network module
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.4-1 X11 Input extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
pn  quassel-core   none(no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

quassel recommends no packages.

quassel suggests no packages.



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



Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Actually the problem lies within quassel-core (same source package), stupid 
me.



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



Bug#427795: Perhaps duplicate of #425634?

2007-06-07 Thread Eckhart Wörner
Hi,

 the WinXP image stoped booting. I can see only
 BIOS logo during boot, then qemu hangs showing
 no signs of boot progress. (this behaviour
 regardless of -no-kqemu  rmmod kqemu).

 When downgraded to 0.8.2-4, the qemu boots WinXP
 image normally.

the symptoms you described sound familiar to #425634. Do you use raw images 4 
GB for your Windows XP? If yes, then I guess it's the same bug.

Cheers,
Eckhart

-- 
Eckhart Wörner
GPG Fingerprint: 409F 6C94 4850 B947 AE04 F776 505A BA9A 400F 8876


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


Bug#425634: qemu: Images 4GB formatted with raw produce errors

2007-05-22 Thread Eckhart Wörner
Package: qemu
Version: 0.9.0-2
Severity: grave
Justification: renders package unusable

The following steps used to work fine for me in 0.8.2-5, but fail with current 
version of qemu.

- Create a raw image with: qemu-img create -f raw temp.img 5G
- Run a Windows XP installation CD (probably others as well) using: qemu -hda 
temp.img -cdrom somewinxpcd.iso -boot 
- Format all available space with NTFS (quick format should be sufficient)

Result: Windows aborts formatting with error
Happens: always
Related:
A raw image with an existing Windows XP installation (size ~12G) freezes qemu 
at start-up, consumes 100% cpu, has to 
be killed using ctrl+c

I voted for grave, as raw is default for qemu-img create.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (900, 'stable'), (400, 'testing'), (300, 'unstable'), (200, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.21-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages qemu depends on:
ii  bochsbios 2.3-2  BIOS for the Bochs emulator
ii  libasound21.0.13-2   ALSA library
ii  libc6 2.5-8  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libsdl1.2debian   1.2.11-8   Simple DirectMedia Layer
ii  openhackware  0.4.1-2OpenFirmware emulator for PowerPC
ii  proll 18-2   JavaStation PROM 2.x compatible re
ii  vgabios   0.6a-1 VGA BIOS software for the Bochs an
ii  zlib1g1:1.2.3-15 compression library - runtime

Versions of packages qemu recommends:
pn  debootstrap   none (no description available)
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode
pn  vde2  none (no description available)

-- no debconf information


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



Bug#395868: krita: Krita keeps producing windows when using Text tool with a tablet stylus

2006-10-28 Thread Eckhart Wörner
Package: krita
Version: 1:1.6.0-2
Severity: critical
Justification: causes serious data loss

Krita keeps producing windows when using Text tool with a tablet stylus. This 
causes the X server to freeze (unless you kill Krita 
very soon). X server can only be killed by using remote shell 
(CTRL+ALT+BACKSPACE does not respond anymore), therefore likely causes 
data loss in X applications.

The bug does not appear in Krita 1.5.2 (but has already appeared in earlier 
versions).

See also http://bugs.kde.org/136151

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (600, 'unstable'), (600, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages krita depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-2 core libraries and binaries for al
ii  koffice-libs   1:1.6.0-2 common libraries and binaries for 
ii  krita-data 1:1.6.0-2 data files for Krita painting prog
ii  libbz2-1.0 1.0.3-6   high-quality block-sorting file co
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-18GCC support library
ii  libgl1-mesa-glx [libgl 6.5.1-0.2 A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 6.5.1-0.2 The OpenGL utility library (GLU)
ii  libgraphicsmagick1 1.1.7-9   format-independent image processin
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjasper-1.701-1  1.701.0-2 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liblcms1   1.15-1Color management library
ii  libopenexr2c2a 1.2.2-4.3 runtime files for the OpenEXR imag
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-18  The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-6   Tag Image File Format (TIFF) libra
ii  libwmf0.2-70.2.8.4-2 Windows metafile conversion librar
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3-13compression library - runtime

krita recommends no packages.

-- no debconf information


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



Bug#388776: Reason for compile problem

2006-09-23 Thread Eckhart Wörner
The reason for the compile problem seems to be that xorg 7.1 is in unstable 
now, but linuxwacom does not support xorg 7.1 (yet). Therefore build is 
broken in unstable, still working in testing. This will break compile on 
testing as soon as xorg 7.1 gets in there.

-- 
Eckhart Wörner
GPG Fingerprint: 409F 6C94 4850 B947 AE04 F776 505A BA9A 400F 8876


pgpDr9P4FnJo6.pgp
Description: PGP signature


Bug#359065: adept: Adept fails to open apt cache

2006-03-26 Thread Eckhart Wörner
Package: adept
Version: 1.90.1
Severity: grave
Justification: renders package unusable

Apt aborts startup with the following message:

The APT Database could not be opened! This may be caused by incorrect APT 
configuration or some similar problem. Try running apt-setup and apt-get update 
in terminal 
and see if it helps to resolve the problem.

The bug happens only with the unstable version of Adept, testing version 1.88.4 
works fine.

my sources.list (removed lines that start with #):

deb http://localhost:/debianstable  main 
contrib non-free
deb http://localhost:/debiantesting main 
contrib non-free
deb http://localhost:/debianunstablemain 
contrib non-free
deb http://localhost:/debianexperimentalmain 
contrib non-free

deb http://localhost:/security  stable/updates  main 
contrib non-free
deb http://localhost:/security  testing/updates main 
contrib non-free

There are no errors when doing an apt-get update.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (300, 'stable'), (200, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages adept depends on:
ii  apt [libapt-pkg-libc6.3-6-3.1 0.6.43.3   Advanced front-end for dpkg
ii  debtags   1.5.2+b2   Enables support for package tags
ii  kdelibs4c2a   4:3.5.1-4  core libraries for all KDE applica
ii  konsole   4:3.5.1-1  X terminal emulator for KDE
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.3-1The GNU Standard C++ Library v3
ii  libtdb1   1.0.6-13   Trivial Database - shared library
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages adept recommends:
pn  libqt-perlnone (no description available)

-- no debconf information


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