Bug#1057257: seabios: qemu does not boot into linux

2023-12-06 Thread Reinhard Karcher
On Sat, 2 Dec 2023 15:18:59 +0300 Michael Tokarev  wrote:
> Control: tag -1 + moreinfo unreproducible
>
> 02.12.2023 12:43, Reinhard Karcher :
> > Package: seabios
> > Version: 1.16.3-2
> > Severity: important
> >
> > * What led up to the situation?
> >
> > Updating seabios to the version in sid.
> >
> > * What exactly did you do (or not do) that was effective (or
> >   ineffective)?
> > Starting qemu
>
> One can start qemu in 100500 various ways. Unfortunately you failed to
provide
> the way you used to start it.  Qemu definitely works here and boots linux
fine.
>
> /mjt
>

I use 2 files:

#/bin/sh
sudo -A -i /usr/lib/qemu/virtiofsd --socket-path=/var/run/apollon-vhost-
fs.sock --shared-dir /opt/virtio --log-level error &
sudo -i  ~reinhard/kvm-Laptop.core

and:
reinhard@apollon:~$ cat kvm-Laptop.core
#/bin/sh
qemu-system-x86_64 \
-enable-kvm -cpu host \
-smp 8 \
-m 4096 \
-nographic \
-device intel-hda -device hda-duplex \
-chardev socket,id=char0,path=/var/run/apollon-vhost-fs.sock \
-device vhost-user-fs-pci,chardev=char0,tag=apollonfs \
-object memory-backend-memfd,id=mem0,size=4096M,share=on \
-numa node,memdev=mem0 \
-net nic,macaddr=00:16:3E:48:79:E8,model=virtio -net tap,ifname=tap1,script=no
\
-usb \
-device usb-tablet \
-device usb-host,vendorid=0x0c4b,productid=0x9102 \
-object rng-random,filename=/dev/urandom,id=rng07 \
-drive file=/opt/kvm_laptop.img,if=virtio,cache=writeback,media=disk,format=raw
\
-cdrom /dev/cdrom \
-k de \
"$@"

Reinhard



Bug#1057257: seabios: qemu does not boot into linux

2023-12-02 Thread Reinhard Karcher
Some more information about the failed boot:
virtio_net virtio1: virtio: device uses modern interface but does not have
VIRTIO_F_VERSION_1
virtio_gpu virtio0: virtio: device uses modern interface but does not have
VIRTIO_F_VERSION_1
...
many lines from md
...
Gave up waiting for root file system device. Common problems
- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Missing modules (cat /proc/modules: Is /dev)
ALERT! /dev/vda9 does not exist. Dropping to a shell:

I found no disks in /dev



Bug#1057257: seabios: qemu does not boot into linux

2023-12-02 Thread Reinhard Karcher
Package: seabios
Version: 1.16.3-2
Severity: important

   * What led up to the situation?

Updating seabios to the version in sid.

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

   * What was the outcome of this action?
Grub tried to boot into linux, but failed, reporting:
virtio_net virtiol: virtio: device uses modern interface but does not have
VIRTIO_F_VERSION_1

   * What outcome did you expect instead?
Starting linux

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


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

Kernel: Linux 6.5.0-5-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- no debconf information



Bug#1024062: ausweisapp2 1.24.3-1 does not show any window

2022-11-15 Thread Reinhard Karcher
Am Montag, 14. November 2022, 21:04 schrieb John Paul Adrian Glaubitz:

>Hi Reinhard!
>
>Installing the following additional packages fixed the problem for me:
>
>  * qml6-module-qtquick-window
>   * qml6-module-qtquick-templates
 >  * qml6-module-qtqml-workerscript
>
>Can you check whether this fixes the issue for you as well?
>
>Adrian

Hi Adrian,

yes, its working again.

Many thanks
Reinhard



Bug#1024062: ausweisapp2 1.24.3-1 does not show any window

2022-11-14 Thread Reinhard Karcher
Am Montag, 14. November 2022, 11:45 schrieb John Paul Adrian Glaubitz:
> Hi Reinhard!
>
> Can you test whether installing the package "qml6-module-qtqml-workerscript"
> fixes the problem?
>
> Adrian

Hi Adrian,

doesn't work, some lines:
securestorage 2022.11.14 11:48:43.517 6351 I 
SecureStorage::load(secure_storage/SecureStorage.cpp:277)  : 
Vendor ""
default   2022.11.14 11:48:43.665 6351 W 
VersionInfo::fromText(global/VersionInfo.cpp:79)   : 
Cannot parse line: "Implementation-Vendor: "
default   2022.11.14 11:48:43.666 6351 C 
AppController::start(core/controller/AppController.cpp:143): 
Cannot start activation handler: governikus::WebserviceActivationHandler
default   2022.11.14 11:48:43.666 6351   
AppController::completeShutdown(core/controller/AppController.cpp:342) : 
Emit fire shutdown
default   2022.11.14 11:48:43.667 6351   
ResourceLoader::shutdown(global/ResourceLoader.cpp:55) : 
Unregister resource: "/usr/share/AusweisApp2/AusweisApp2.rcc" | true
init  2022.11.14 11:48:43.667 6351 C initApp(init/Bootstrap.cpp:166)
: Cannot start application controller, 
exit application



Bug#1024062: ausweisapp2 1.24.3-1 does not show any window

2022-11-14 Thread Reinhard Karcher
Am Montag, 14. November 2022, 11:17 schrieb John Paul Adrian Glaubitz:
> On 11/14/22 11:11, Reinhard Karcher wrote:
> > Am Montag, 14. November 2022, 11:06 schrieb John Paul Adrian Glaubitz:
> >> What desktop or window manager are you using? I assume it's not KDE,
> >> correct?
> >
> > No, it is KDE, and not the 1st  program using qt6, as I run calibre
> > successfully.
>
> OK, good to know. I won't have access to my Debian unstable machine before
> the evening, so if you have some time, you could try running the app from
> a terminal and see if it outputs any error messages that can give us some
> hints on what the problem is.
>
Hi Adrian,

I saw 1 line that may point to trouble:
network   2022.11.14 11:20:46.019 5353   
WifiInfo::WifiInfo(network/WifiInfo_generic.cpp:21): 
NOT IMPLEMENTED
and some lines looking bad:
default   2022.11.14 11:20:46.039 5353 W (unknown:0)
   : QQmlApplicationEngine failed 
to load component
default   2022.11.14 11:20:46.039 5353 W (/qml/main.qml:-1) 
: qrc:/qml/main.qml: module 
"QtQml.WorkerScript" is not installed
default   2022.11.14 11:20:46.039 5353 W (/qml/main.qml:-1) 
: qrc:/qml/main.qml: module 
"QtQml.WorkerScript" is not installed
default   2022.11.14 11:20:46.039 5353 W (/qml/main.qml:-1) 
: qrc:/qml/main.qml: module 
"QtQml.WorkerScript" is not installed
default   2022.11.14 11:20:46.039 5353 W (/qml/main.qml:-1) 
: qrc:/qml/main.qml: module 
"QtQml.WorkerScript" is not installed
card  2022.11.14 11:20:46.043 5353   
ReaderManager::doUpdatePluginCache(card/base/ReaderManager.cpp:290): 
Update cache entry: SIMULATOR
card  2022.11.14 11:20:46.043 5353   
ReaderManager::doUpdatePluginCache(card/base/ReaderManager.cpp:290): 
Update cache entry: REMOTE_IFD
card  2022.11.14 11:20:46.043 5353   
ReaderManager::doUpdatePluginCache(card/base/ReaderManager.cpp:290): 
Update cache entry: PCSC
qml   2022.11.14 11:20:46.043 5353   
UIPlugInQml::onQmlObjectCreated(ui/qml/UIPlugInQml.cpp:764): 
QML engine initialization finished with fatal errors.
feedback  2022.11.14 11:20:46.053 5353 I 
ApplicationModel::showFeedback(ui/qml/ApplicationModel.cpp:321): 
Die Anwendung wurde gestartet.
qml   2022.11.14 11:20:46.053 5353 W 
ApplicationModel::isScreenReaderRunning(ui/qml/ApplicationModel.cpp:286)   : 
NOT IMPLEMENTED

Reinhard (not Rainer)



Bug#1024062: ausweisapp2 1.24.3-1 does not show any window

2022-11-14 Thread Reinhard Karcher
Am Montag, 14. November 2022, 11:06 schrieb John Paul Adrian Glaubitz:
> What desktop or window manager are you using? I assume it's not KDE,
> correct?
>
Hi Adrian,

No, it is KDE, and not the 1st  program using qt6, as I run calibre
successfully.

Reinhard



Bug#1024062: ausweisapp2 1.24.3-1 does not show any window

2022-11-14 Thread Reinhard Karcher
Package: ausweisapp2
Version: 1.24.3-1
Severity: important

Dear Maintainer,

Starting ausweisapp2, the icon in the control panel appeaers as ususal,
but right clicking on that icon does not open any window. So I cannot use the
app.
Left clicking on that icon closes the app.
The previous version 1.24.2-1 worked.



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

Kernel: Linux 6.1.0-rc5 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ausweisapp2 depends on:
ii  libc6   2.36-5
ii  libhttp-parser2.9   2.9.4-5
ii  libpcsclite11.9.9-1
ii  libqt6core6 6.3.1+dfsg-10+b1
ii  libqt6gui6  6.3.1+dfsg-10+b1
ii  libqt6network6  6.3.1+dfsg-10+b1
ii  libqt6qml6  6.3.1+dfsg-5
ii  libqt6quick66.3.1+dfsg-5
ii  libqt6quickcontrols2-6  6.3.1+dfsg-5
ii  libqt6statemachine6 6.3.1-2
ii  libqt6svg6  6.3.1-2
ii  libqt6websockets6   6.3.1-2
ii  libqt6widgets6  6.3.1+dfsg-10+b1
ii  libssl3 3.0.7-1
ii  libstdc++6  12.2.0-9
ii  libudev1252.1-1
ii  qml6-module-qt-labs-platform6.3.1+dfsg-5
ii  qml6-module-qtqml   6.3.1+dfsg-5
ii  qml6-module-qtqml-models6.3.1+dfsg-5
ii  qml6-module-qtqml-statemachine  6.3.1-2
ii  qml6-module-qtquick-controls6.3.1+dfsg-5
ii  qml6-module-qtquick-layouts 6.3.1+dfsg-5

ausweisapp2 recommends no packages.

ausweisapp2 suggests no packages.

-- no debconf information



Bug#1019303: librm0: library mismatch between roger-router and librm0

2022-09-07 Thread Reinhard Karcher
Package: librm0
Version: 2.2.3-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
  Installing the new version of roger-router, which
  started using libsoup3 instead of libsoup2
   * What was the outcome of this action?
  roger-router didn't run because it is using libsoup3 and
  librm0 is still using libsoup2


-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
merged-usr: no
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de:en_US
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages librm0 depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.40.0-3
ii  libc62.34-7
ii  libcapi20-3  1:3.27-3+b1
ii  libgdk-pixbuf-2.0-0  2.42.9+dfsg-1
ii  libglib2.0-0 2.73.3-3
ii  libgssdp-1.2-0   1.4.0.1-2
ii  libgstreamer-plugins-base1.0-0   1.20.3-2
ii  libgstreamer1.0-01.20.3-1
ii  libgupnp-1.2-1   1.4.3-1
ii  libjson-glib-1.0-0   1.6.6-1
ii  libsecret-1-00.20.5-3
ii  libsndfile1  1.1.0-1
ii  libsoup2.4-1 2.74.2-3
ii  libspandsp2  0.0.6+dfsg-2
ii  libspeex11.2.0-1
ii  libtiff5 4.4.0-4
ii  libxml2  2.9.14+dfsg-1+b1

librm0 recommends no packages.

librm0 suggests no packages.

-- no debconf information



Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
There was a blank line missing between the package definitions.
Sorry for late testing.

--
Best regards
Reinhard Karcher
from Reinhard.Karcher reinhard.karc...@gmx.net

Creating a Debian package by compiling the kernel
make bindeb-pkg
without creating debug information creates a warning that no
debug package was created
This patch excludes the debug package from the control file,
if no debug package is created by this configuration

Signed-off-by:Reinhard Karcher 

diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..df1adbfb8ead 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -198,6 +198,10 @@ Description: Linux support headers for userspace development
  This package provides userspaces headers from the Linux kernel.  These headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF
+
+if is_enabled CONFIG_DEBUG_INFO; then
+cat <> debian/control

 Package: $dbg_packagename
 Section: debug
@@ -206,6 +210,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f


Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
Am Sonntag, 29. März 2020, 15:30 schrieb Masahiro Yamada:
> 
> I want you to directly use
> 
> if is_enabled CONFIG_DEBUG_INFO; then
> ...
> fi
> 

Corrected patch attached

--
Best regards
Reinhard Karcher
from Reinhard.Karcher reinhard.karc...@gmx.net

Creating a Debian package by compiling the kernel
make bindeb-pkg
without creating debug information creates a warning that no
debug package was created
This patch excludes the debug package from the control file,
if no debug package is created by this configuration

Signed-off-by:Reinhard Karcher 

diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..327ea3c2a785 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -198,7 +198,10 @@ Description: Linux support headers for userspace development
  This package provides userspaces headers from the Linux kernel.  These headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF

+if is_enabled CONFIG_DEBUG_INFO; then
+cat <> debian/control
 Package: $dbg_packagename
 Section: debug
 Architecture: $debarch
@@ -206,6 +209,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f


Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-29 Thread Reinhard Karcher
Am Sonntag, 29. März 2020, 14:01 schrieb Masahiro Yamada:
> 
> > By making a contribution to this project, I certify that:
> > The contribution was created in whole or in part by me and I have the
> > right to submit it under the open source license indicated in the file.
> 
> Please drop this.
> 
> Signed-off-by implies this.
> No need to explain this in an individual patch.

Droped in attached new version.

> > +if [ -n "$BUILD_DEBUG" ] ; then
> 
> This file does not define BUILD_DEBUG.
> So, this conditional is always false, isn't it?
> 
> It should be:
> 
> if is_enabled CONFIG_DEBUG_INFO; then
> 

The definition of BUILD_DEBUG is copied from builddeb too. 
See attached patch.

--
Best regards
Reinhard Karcher
from Reinhard.Karcher reinhard.karc...@gmx.net

Creating a Debian package by compiling the kernel
make bindeb-pkg
without creating debug information creates a warning that no
debug package was created
This patch excludes the debug package from the control file,
if no debug package is created by this configuration

Signed-off-by:Reinhard Karcher 

diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..572abe5a149e 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -96,6 +96,7 @@ fi
 sourcename=$KDEB_SOURCENAME
 packagename=linux-image-$version
 kernel_headers_packagename=linux-headers-$version
+BUILD_DEBUG=$(if_enabled_echo CONFIG_DEBUG_INFO Yes)
 dbg_packagename=$packagename-dbg
 debarch=
 set_debarch
@@ -198,7 +199,10 @@ Description: Linux support headers for userspace development
  This package provides userspaces headers from the Linux kernel.  These headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF

+if [ -n "$BUILD_DEBUG" ] ; then
+cat <> debian/control
 Package: $dbg_packagename
 Section: debug
 Architecture: $debarch
@@ -206,6 +210,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f


Bug#954778: Patch: Suppress irrelevant warning when generating a debian package

2020-03-24 Thread Reinhard Karcher
Creating a Debian package by compiling the kernel using make bindeb-pkg
without creating debug information creates a warning that no
debug package was created.
This patch excludes the debug package from the control file,
if no debug package is created by this configuration.

By making a contribution to this project, I certify that:
The contribution was created in whole or in part by me and I have the right to
submit it under the open source license indicated in the file.
Signed-off-by: Reinhard Karcher 
---
The condition to include the debug package is copied from the file
builddeb in the same directory.

diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..1673b9f84804 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -198,7 +198,10 @@ Description: Linux support headers for userspace
development
  This package provides userspaces headers from the Linux kernel.  These
headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF

+if [ -n "$BUILD_DEBUG" ] ; then
+cat <> debian/control
 Package: $dbg_packagename
 Section: debug
 Architecture: $debarch
@@ -206,6 +209,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f



Bug#954778: linux-image-amd64: if using make bindeb-pkg there is a warning about the missing debug package

2020-03-23 Thread Reinhard Karcher
Package: linux-image-amd64
Version: 5.4.19-1
Severity: wishlist
Tags: patch

Dear Maintainer,


   * What led up to the situation?
 Compiling a new kernel from the source

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 make -j10 bindeb-pkg

   * What was the outcome of this action?
 A warning that there is no debug package

   * What outcome did you expect instead?
 No such warning.

I attach a patch to include the debug package in the
control file only if it is built later


-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-rc7 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de
(charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages linux-image-amd64 depends on:
ii  linux-image-5.4.0-4-amd64  5.4.19-1

linux-image-amd64 recommends no packages.

linux-image-amd64 suggests no packages.
Include the debug package in the control file only if it is to be created
diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index 357dc56bcf30..1673b9f84804 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -198,7 +198,10 @@ Description: Linux support headers for userspace 
development
  This package provides userspaces headers from the Linux kernel.  These headers
  are used by the installed headers for GNU glibc and other system libraries.
 Multi-Arch: same
+EOF

+if [ -n "$BUILD_DEBUG" ] ; then
+cat <> debian/control
 Package: $dbg_packagename
 Section: debug
 Architecture: $debarch
@@ -206,6 +209,7 @@ Description: Linux kernel debugging symbols for $version
  This package will come in handy if you need to debug the kernel. It provides
  all the necessary debug symbols for the kernel and its modules.
 EOF
+fi

 cat < debian/rules
 #!$(command -v $MAKE) -f


Bug#934304: linux-image-5.2.0-2-amd64: powertop aborts on version 5.2

2019-08-09 Thread Reinhard Karcher
A selfcompiled kernel from git (version 5.3-rc3) does not show that error.



Bug#934304: linux-image-5.2.0-2-amd64: powertop aborts on version 5.2

2019-08-09 Thread Reinhard Karcher
As I rebooted the system after the abort, the abort is not seen in the log.
Attached is the relevant part of the log on the system, where the abort 
happened.

ReinhardAug 09 09:00:41 apollon kernel: BUG: kernel NULL pointer dereference, address: 

Aug 09 09:00:41 apollon kernel: #PF: supervisor instruction fetch in kernel mode
Aug 09 09:00:41 apollon kernel: #PF: error_code(0x0010) - not-present page
Aug 09 09:00:42 apollon kernel: Oops: 0010 [#1] SMP PTI
Aug 09 09:00:42 apollon kernel: CPU: 5 PID: 2187 Comm: powertop Not tainted 
5.2.0-2-amd64 #1 Debian 5.2.7-1
Aug 09 09:00:42 apollon kernel: Hardware name: FUJITSU LIFEBOOK N532/FJNBB21, 
BIOS 1.14 03/12/2013
Aug 09 09:00:42 apollon kernel: RIP: 0010:0x0
Aug 09 09:00:42 apollon kernel: Code: Bad RIP value.
Aug 09 09:00:42 apollon kernel: RSP: 0018:a9184277fcd8 EFLAGS: 00010246
Aug 09 09:00:42 apollon kernel: RAX:  RBX: 8eca2e72d700 
RCX: 0001
Aug 09 09:00:42 apollon kernel: RDX: 8eca6513d400 RSI: 8eca2e72d700 
RDI: 8eca66ae6060
Aug 09 09:00:42 apollon kernel: RBP: 8eca66ae6060 R08:  
R09: 
Aug 09 09:00:42 apollon kernel: R10: 8eca66a92540 R11:  
R12: 8eca2e72d710
Aug 09 09:00:42 apollon kernel: R13: b4b1cdd0 R14:  
R15: 8eca2e72d700
Aug 09 09:00:42 apollon kernel: FS:  7f5c80179fc0() 
GS:8eca6714() knlGS:
Aug 09 09:00:42 apollon kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Aug 09 09:00:42 apollon kernel: CR2: ffd6 CR3: 0001ee624001 
CR4: 001606e0
Aug 09 09:00:42 apollon kernel: Call Trace:
Aug 09 09:00:42 apollon kernel:  do_dentry_open+0x13a/0x370
Aug 09 09:00:42 apollon kernel:  path_openat+0x2c6/0x1480
Aug 09 09:00:42 apollon kernel:  ? terminate_walk+0xe6/0x100
Aug 09 09:00:42 apollon kernel:  ? path_lookupat.isra.48+0xa3/0x220
Aug 09 09:00:42 apollon kernel:  ? reuse_swap_page+0x105/0x320
Aug 09 09:00:42 apollon kernel:  do_filp_open+0x93/0x100
Aug 09 09:00:42 apollon kernel:  ? __check_object_size+0x15d/0x189
Aug 09 09:00:42 apollon kernel:  do_sys_open+0x184/0x220
Aug 09 09:00:42 apollon kernel:  do_syscall_64+0x53/0x130
Aug 09 09:00:42 apollon kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
Aug 09 09:00:42 apollon kernel: RIP: 0033:0x7f5c802d51ae
Aug 09 09:00:42 apollon kernel: Code: 25 00 00 41 00 3d 00 00 41 00 74 48 48 8d 
05 59 65 0d 00 8b 00 85 c0 75 69 89 f2 b8 01 01 00 00 48 89 fe bf 9c ff ff ff 
0f 05 <48> 3d 00 f0 ff ff 0f 87 a6 00 00 00 48 8b 4c 24 28 64 48 33 0c 25
Aug 09 09:00:42 apollon kernel: RSP: 002b:7fffe747d0a0 EFLAGS: 0246 
ORIG_RAX: 0101
Aug 09 09:00:42 apollon kernel: RAX: ffda RBX: 5607fd9cb870 
RCX: 7f5c802d51ae
Aug 09 09:00:42 apollon kernel: RDX:  RSI: 7fffe747e450 
RDI: ff9c
Aug 09 09:00:42 apollon kernel: RBP: 0008 R08: 0008 
R09: 0001
Aug 09 09:00:42 apollon kernel: R10:  R11: 0246 
R12: 7f5c806e9805
Aug 09 09:00:42 apollon kernel: R13: 7f5c806e9805 R14: 0001 
R15: 5607fda3d000
Aug 09 09:00:42 apollon kernel: Modules linked in: msr cpufreq_userspace 
cpufreq_powersave cpufreq_conservative nft_counter nft_chain_nat xt_MASQUERADE 
nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nft_compat nf_tables 
nfnetlink bridge stp llc arc4 uvcvideo iwldvm intel_rapl mac80211 
videobuf2_vmalloc x86_pkg_temp_thermal videobuf2_memops videobuf2_v4l2 
intel_powerclamp videobuf2_common coretemp videodev kvm_intel 
snd_hda_codec_hdmi media snd_hda_codec_realtek kvm irqbypass 
snd_hda_codec_generic ledtrig_audio snd_hda_intel nouveau crct10dif_pclmul 
iwlwifi snd_hda_codec snd_hda_core crc32_pclmul ghash_clmulni_intel snd_hwdep 
ttm i915 snd_pcm aesni_intel aes_x86_64 crypto_simd cryptd drm_kms_helper 
cfg80211 snd_timer sg drm snd glue_helper iTCO_wdt iTCO_vendor_support rfkill 
watchdog i2c_algo_bit soundcore pcc_cpufreq intel_cstate intel_uncore 
intel_rapl_perf joydev serio_raw evdev wmi_bmof mxm_wmi fujitsu_laptop button 
battery sparse_keymap pcspkr ac nfsd auth_rpcgss nfs_acl lockd grace sunrpc tun
Aug 09 09:00:42 apollon kernel:  binfmt_misc ip_tables x_tables autofs4 ext4 
crc16 mbcache jbd2 btrfs zstd_decompress zstd_compress raid10 raid456 
async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq 
libcrc32c crc32c_generic raid1 raid0 multipath linear md_mod sr_mod cdrom 
sd_mod ahci xhci_pci libahci xhci_hcd libata ehci_pci ehci_hcd psmouse r8169 
usbcore scsi_mod realtek libphy crc32c_intel lpc_ich i2c_i801 mfd_core 
usb_common video wmi
Aug 09 09:00:42 apollon kernel: CR2: 
Aug 09 09:00:42 apollon kernel: ---[ end trace 427904d505b760d2 ]---
Aug 09 09:00:42 apollon kernel: RIP: 0010:0x0
Aug 09 09:00:42 apollon kernel: Code: Bad RIP value.
Aug 09 09:00:42 apollon kernel: RSP: 0018:a9184277fcd8 EFLAGS: 

Bug#934304: linux-image-5.2.0-2-amd64: powertop aborts on version 5.2

2019-08-09 Thread Reinhard Karcher
Package: src:linux
Version: 5.2.7-1
Severity: normal

Dear Maintainer,

starting with version 5.2.0-2, powertop aborts, version 4.19.0-5 is OK




-- Package-specific info:
** Version:
Linux version 5.2.0-2-amd64 (debian-ker...@lists.debian.org) (gcc version 8.3.0 
(Debian 8.3.0-19)) #1 SMP Debian 5.2.7-1 (2019-08-07)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-5.2.0-2-amd64 
root=UUID=62878f00-afec-4500-affc-1e8ecd1c996e ro 
resume=/dev/disk/by-label/swap quiet nohz_full=1,2,3,4,5,6,7

** Not tainted

** Kernel log:
[   20.627518] AVX version of gcm_enc/dec engaged.
[   20.627518] AES CTR mode by8 optimization enabled
[   21.042236] media: Linux media interface: v0.10
[   21.067768] Console: switching to colour frame buffer device 240x67
[   21.072152] videodev: Linux video capture interface: v2.00
[   21.089373] snd_hda_intel :00:1b.0: bound :00:02.0 (ops 
i915_audio_component_bind_ops [i915])
[   21.091896] i915 :00:02.0: fb0: i915drmfb frame buffer device
[   21.092045] nouveau :01:00.0: NVIDIA GF108 (0c1400a1)
[   21.126179] nouveau :01:00.0: bios: version 70.08.a9.00.01
[   21.233964] nouveau :01:00.0: fb: 1024 MiB DDR3
[   21.251083] iwlwifi :03:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   21.251084] iwlwifi :03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
[   21.251085] iwlwifi :03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[   21.251086] iwlwifi :03:00.0: Detected Intel(R) Centrino(R) Advanced-N 
6205 AGN, REV=0xB0
[   21.263890] iwlwifi :03:00.0: reporting RF_KILL (radio disabled)
[   21.263910] iwlwifi :03:00.0: RF_KILL bit toggled to disable radio.
[   21.296811] vga_switcheroo: enabled
[   21.296902] [TTM] Zone  kernel: Available graphics memory: 4031184 KiB
[   21.296903] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[   21.296904] [TTM] Initializing pool allocator
[   21.296907] [TTM] Initializing DMA pool allocator
[   21.296929] nouveau :01:00.0: DRM: VRAM: 1024 MiB
[   21.296930] nouveau :01:00.0: DRM: GART: 1048576 MiB
[   21.296933] nouveau :01:00.0: DRM: TMDS table version 2.0
[   21.296934] nouveau :01:00.0: DRM: DCB version 4.0
[   21.296935] nouveau :01:00.0: DRM: DCB outp 00: 02000300 
[   21.296937] nouveau :01:00.0: DRM: DCB conn 00: 
[   21.297651] nouveau :01:00.0: DRM: MM: using COPY0 for buffer copies
[   21.298157] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   21.298158] [drm] Driver supports precise vblank timestamp query.
[   21.326637] snd_hda_codec_realtek hdaudioC0D0: ALC269VC: SKU not ready 
0x909701f0
[   21.326958] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: 
line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   21.326959] snd_hda_codec_realtek hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[   21.326960] snd_hda_codec_realtek hdaudioC0D0:hp_outs=1 
(0x15/0x0/0x0/0x0/0x0)
[   21.326961] snd_hda_codec_realtek hdaudioC0D0:mono: mono_out=0x0
[   21.326961] snd_hda_codec_realtek hdaudioC0D0:dig-out=0x1e/0x0
[   21.326962] snd_hda_codec_realtek hdaudioC0D0:inputs:
[   21.326963] snd_hda_codec_realtek hdaudioC0D0:  Mic=0x18
[   21.326964] snd_hda_codec_realtek hdaudioC0D0:  Internal Mic=0x12
[   21.334017] nouveau :01:00.0: DRM: allocated 1024x768 fb: 0x6, bo 
292cc6e2
[   21.334071] nouveau :01:00.0: fb1: nouveaudrmfb frame buffer device
[   21.334182] [drm] Initialized nouveau 1.3.1 20120801 for :01:00.0 on 
minor 1
[   21.346638] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   21.388017] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/sound/card0/input15
[   21.388100] input: HDA Intel PCH Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input16
[   21.388168] input: HDA Intel PCH Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input17
[   21.388252] input: HDA Intel PCH HDMI/DP,pcm=3 as 
/devices/pci:00/:00:1b.0/sound/card0/input18
[   21.400578] uvcvideo: Found UVC 1.00 device FJ Camera (04f2:b302)
[   21.438250] uvcvideo 1-1.1:1.0: Entity type for entity Extension 3 was not 
initialized!
[   21.438254] uvcvideo 1-1.1:1.0: Entity type for entity Processing 2 was not 
initialized!
[   21.438256] uvcvideo 1-1.1:1.0: Entity type for entity Camera 1 was not 
initialized!
[   21.438368] input: FJ Camera: FJ Camera as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input19
[   21.438478] usbcore: registered new interface driver uvcvideo
[   21.438480] USB Video Class driver (1.1.1)
[   22.369780] intel_rapl: Found RAPL domain package
[   22.369783] intel_rapl: Found RAPL domain core
[   22.369785] intel_rapl: Found RAPL domain uncore
[   22.369795] intel_rapl: RAPL package 0 domain package locked by BIOS
[   24.971080] Adding 16383996k swap on /dev/sda7.  Priority:-2 extents:1 
across:16383996k FS
[   26.379748] ACPI: \_SB_.PCI0.RP00.VGA_: failed to evaluate _DSM
[   27.546099] EXT4-fs (sda9): mounted filesystem with ordered 

Bug#924690: wlan broken with intel 6205

2019-03-16 Thread Reinhard Karcher
Using the new kernel 4.19.28-2 the WLAN is working again.

Reinhard



Bug#921987: mysqld-akonadi: Could not open required defaults file

2019-02-14 Thread Reinhard Karcher
I removed mysql from my computer and installed akonadi-backend-mysql; that 
installed mariadb and mariadb started without problems and I am now using the 
mysql-backend.

Reinhard



Bug#921987: mysqld-akonadi: Could not open required defaults file

2019-02-13 Thread Reinhard Karcher
I used mysql and not mariadb. As I changed to sqlite3 I can't test with 
mariadb. Some times ago I tested mariadb, but mariadb didn't start,
I forget the exact message, but it complaned about unknown version 5.7.
That is the version of mysql.

Reinhard

Am Dienstag, 12. Februar 2019, 23:11 schrieb Sandro Knauß:
> 
> do you use mysql or mariadb? Can you debug more into this issue? I can't
> reproduce this issue on sid with mariadb-server 1:10.3.12-2 and apparmor
> 2.13.2-7.
> 



Bug#921987: mysqld-akonadi: Could not open required defaults file

2019-02-11 Thread Reinhard Karcher
I have the same problem and it didn't go away.
Using the version from testing solved the problem.
Using the version from sid and the problem reappeared.
Strace showed the message ACCESS DENIED on ~/.local/share/akonadi/mysql.conf.
Now, I'm using the version from testing.

Reinhard



Bug#919765: 919765 kpat: kapt cannot start, symbol lookup error

2019-01-19 Thread Reinhard Karcher
The last sid update included libkf5newstuffcore5 version 5.14.0.
Now kmail and akregator are working again, using libkf5newstuff version 5.14.0

Reinhard



Bug#919765: kpat: kapt cannot start, symbol lookup error

2019-01-19 Thread Reinhard Karcher
The bug affects kmail and akregator as well.
With downgrading of knewstuff, as suggested by Bernhard, kmail and akregator 
are ok again.

Reinhard



Bug#914495: linux-image-4.18.0-3-amd64: does not boot here

2018-11-26 Thread Reinhard Karcher
I have got the same poblem

lspci gives:
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated 
Graphics Controller (secondary) (rev 03)
00:1a.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 
(rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 
(rev 03)
00:1d.0 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.7 USB controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HM (ICH8M) LPC Interface Controller 
(rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) IDE 
Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA 
Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
14:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or AGN 
[Kedron] Network Connection (rev 61)
1c:03.0 CardBus bridge: O2 Micro, Inc. OZ711SP1 Memory CardBus Controller (rev 
01)
1c:03.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)

Login-in via ssh and running journalctl -b -p 4:
-- Logs begin at Mon 2018-07-09 09:09:01 CEST, end at Fri 2018-11-23 10:42:39 
CET. --
Nov 23 10:17:29 apollon-alt kernel: core: PEBS disabled due to CPU errata
Nov 23 10:17:29 apollon-alt kernel: pmd_set_huge: Cannot satisfy [mem 
0xf800-0xf820] with a huge-page mapping due to MTRR override.
Nov 23 10:17:29 apollon-alt kernel: pci :00:1e.0: bridge has subordinate 1d 
but max busn 20
Nov 23 10:17:30 apollon-alt kernel: Unstable clock detected, switching default 
tracing clock to "global"
If you want to keep using the local clock, 
then add:
  "trace_clock=local"
on the kernel command line
Nov 23 10:17:40 apollon-alt kernel:  excluding 0xfc40-0xfc40
Nov 23 10:17:40 apollon-alt kernel: iwl4965 :14:00.0: can't disable ASPM; 
OS doesn't have ASPM control
Nov 23 10:17:40 apollon-alt kernel: BUG: unable to handle kernel NULL pointer 
dereference at 0008
Nov 23 10:17:40 apollon-alt kernel: Oops:  [#1] SMP PTI
Nov 23 10:17:40 apollon-alt kernel: CPU: 1 PID: 345 Comm: systemd-udevd Not 
tainted 4.18.0-3-amd64 #1 Debian 4.18.20-1
Nov 23 10:17:40 apollon-alt kernel: Hardware name: FUJITSU SIEMENS LIFEBOOK 
P8010/FJNB1E3, BIOS Version 1.08  08/20/2008
Nov 23 10:17:40 apollon-alt kernel: RIP: 0010:gen4_render_ring_flush+0x55/0xf0 
[i915]
Nov 23 10:17:40 apollon-alt kernel: Code: 00 be 16 00 00 00 48 89 ef e8 87 fe 
ff ff 48 3d 00 f0 ff ff 77 69 89 18 c7 40 04 02 40 00 7a 48 8b 55 78 48 8b 92 
10 02 00 00 <48> 8b 52 08 48 c7 40 0c 00 00 00 00 83 ca 04 89 50 08 48 8d 50 14 
Nov 23 10:17:40 apollon-alt kernel: RSP: 0018:a49200a73a88 EFLAGS: 00010287
Nov 23 10:17:40 apollon-alt kernel: RAX: a49210303000 RBX: 0202 
RCX: 0001ff68
Nov 23 10:17:40 apollon-alt kernel: RDX:  RSI: 01a8 
RDI: 0150
Nov 23 10:17:40 apollon-alt kernel: RBP: 89e0e92adb00 R08: 0001 
R09: 0004
Nov 23 10:17:40 apollon-alt kernel: R10: a49200a73a58 R11:  
R12: 89e0e7a68000
Nov 23 10:17:40 apollon-alt kernel: R13: 89e0e96f8800 R14:  
R15: 89e0e92adb00
Nov 23 10:17:40 apollon-alt kernel: FS:  7fac6dd658c0() 
GS:89e0efd0() knlGS:
Nov 23 10:17:40 apollon-alt kernel: CS:  0010 DS:  ES:  CR0: 
80050033
Nov 23 10:17:40 apollon-alt kernel: CR2: 0008 CR3: 000127a2c000 
CR4: 06e0
Nov 23 10:17:40 apollon-alt kernel: Call Trace:
Nov 23 10:17:40 apollon-alt kernel:  i915_request_alloc+0x243/0x360 [i915]
Nov 23 10:17:40 apollon-alt kernel:  i915_gem_init+0x284/0x480 [i915]
Nov 23 10:17:40 apollon-alt kernel:  i915_driver_load+0xb22/0xef0 [i915]
Nov 23 10:17:40 apollon-alt kernel:  ? mutex_lock+0xe/0x30
Nov 23 10:17:40 apollon-alt kernel:  ? acpi_dev_found+0x5f/0x70
Nov 23 10:17:40 apollon-alt kernel:  local_pci_probe+0x42/0xa0
Nov 23 10:17:40 

Bug#914093: [mediathekview] Mediathelview hangs in startup

2018-11-19 Thread Reinhard Karcher
Am Montag, 19. November 2018, 12:51:03 CET schrieb Markus Koschany:
> Am 19.11.18 um 10:26 schrieb Reinhard Karcher:
> > Package: mediathekview
> > Version: 13.2.1-1
> > Severity: grave
> 
> > mediathekview hangs in startup:
> [...]
> 
> Hi,
> 
> thanks for the report. It appears libguava-java must be added as a
> runtime dependency too. This will be fixed shortly.
> 

Hi,

as libguava-java is installed on my system, that will not fix the bug.

Reinhard



Bug#914093: [mediathekview] Mediathelview hangs in startup

2018-11-19 Thread Reinhard Karcher
Package: mediathekview
Version: 13.2.1-1
Severity: grave

mediathekview hangs in startup:

. Portable Mode: false
. Proxy Authentication: not configured
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by mediathek.Main (file:/usr/share/
mediathekview/MediathekView.jar) to field sun.awt.X11.XToolkit.awtAppClassName
WARNING: Please consider reporting this to the maintainers of mediathek.Main
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
. Programmstart: 19.11.2018 09:54:25
. maxMemory: 1073 MB
. Version: MediathekView 13.2.1
. Java:
. Vendor: Oracle Corporation
. VMname: OpenJDK 64-Bit Server VM
. Version: 11.0.1
. Runtimeversion: 11.0.1+13-Debian-2
. Programmpfad: /usr/share/mediathekview/
. Verzeichnis Einstellungen: /home/reinhard/.mediathek3
. 
. 
. 
. == == == == ==
. DURATION 0:  Start  [480,00 ms]
.Klasse:  Main.getPlatformWindow
. == == == == ==
InteropFactory: cannot load com.sun.javafx.embed.swing.newimpl.InteropFactoryN
.  
.  ===
.  Systemparameter
.  -
.  Download-Timeout [s]: 250
.  max. Download-Restart: 5
.  max. Download-Restart-Http: 10
.  Download weiterführen in [s]: 60
.  Download Fehlermeldung anzeigen [s]: 120
.  Downoadprogress anzeigen: true
.  User-Agent: MediathekView
.  ===
.  
. Konfig wurde gelesen!
. == == == == ==
. DURATION 1:  Start Gui  [1,10 s]
.Klasse:  Main.getPlatformWindow
. == == == == ==
. initializeDatabase()
. initializeDatabase() done.
. == == == == ==
. DURATION 2:  Init GUI  [1,72 s]
.Klasse:  Main.getPlatformWindow
. == == == == ==
. == == == == ==
. DURATION 3:  Gui steht!  [433,00 ms]
.Klasse:  Main.getPlatformWindow
. == == == == ==
. Liste Filme lesen von: /home/reinhard/.mediathek3/filme.json
. Creating SQL indices
. Finished creating SQL indices
. Liste Filme gelesen am: 19.11.2018, 09:54
.   erstellt am: 19.11.2018, 09:16
.   Anzahl Filme: 254961
. Die Filmliste ist 37 Minuten alt
Exception in thread "UIFilmlistLoaderThread" java.lang.NoClassDefFoundError: 
com/google/common/cache/CacheBuilder
at mediathek.tool.Filter.(Filter.java:43)
at mediathek.daten.ListeAbo.createAbo(ListeAbo.java:222)
at java.base/java.lang.Iterable.forEach(Iterable.java:75)
at mediathek.daten.ListeAbo.setAboFuerFilm(ListeAbo.java:277)
at 
mediathek.tool.threads.UIFilmlistLoaderThread.performFilterOperations(UIFilmlistLoaderThread.java:
74)
at 
mediathek.tool.threads.UIFilmlistLoaderThread.run(UIFilmlistLoaderThread.java:
102)
Caused by: java.lang.ClassNotFoundException: 
com.google.common.cache.CacheBuilder
at java.base/
jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583)
at java.base/
jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:
178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 6 more


--- System information. ---
Architecture: 
Kernel:   Linux 4.19.0

Debian Release: buster/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends  (Version) | Installed
==-+-
default-jre(>= 2:1.9)  | 2:1.11-70
 OR java9-runtime  | 
java-wrappers  | 0.3
libopenjfx-java(>= 11) | 11+26-5
libcommons-compress-java   | 1.18-1
libcommons-configuration2-java | 2.2-1
libcommons-dbcp2-java  | 2.5.0-1
libcommons-lang3-java  | 3.8-1
libcommons-pool2-java  | 2.6.0-1
libcontrolsfx-java | 9.0.0+hg20181001-1
libh2-java | 1.4.197-3
libjackson2-core-java  | 2.9.4-1
libjchart2d-java   | 3.2.2+dfsg2-2
libjiconfont-font-awesome-java | 4.7.0.0-1
libjiconfont-java  | 1.0.0-1
libjiconfont-swing-java| 1.0.1-1
libjide-oss-java   | 3.7.4+dfsg-1
liblog4j2-java | 2.11.1-1
libmbassador-java  | 1.3.1-1
libmiglayout-java  | 5.1-2
libokhttp-java | 3.11.0-1
libswingx-java 

Bug#908649: kmail2: kmail - TLS negotiation was unsuccessful

2018-09-12 Thread Reinhard Karcher
I suppose, the problem is that openssl minimum protocoll version changed 
to 1.2 and your mail server supports only 1.0.
You could probably restore the old version by changing the last section 
of /etc/sll/openssl.cnf from

[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=2
to
[system_default_sect]
MinProtocol = TLSv1.2
CipherString = DEFAULT@SECLEVEL=1

Perhaps you need to change the MinProtocol line to
MinProtocol = TLSv1.0

Reinhard



Bug#905132: kmail doesn't show body of mails with qt5.11

2018-07-31 Thread Reinhard Karcher
Actually, the problem appeared before I upgraded the akonadi moduls; 
downgrading those moduls didn't help. It started when I upgraded 
qt5.10 -> qt5.11. That happend before the akonadi upgrade.

Reinhard



Bug#905132: kmail doesn't show body of mails with qt5.11

2018-07-31 Thread Reinhard Karcher
Package: kmail
Version: 4:17.12.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

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

   * What led up to the situation?
   Upgrading kdepim to 4:17.12.3-1, and some libkf5akonadi* packages

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

   * What was the outcome of this action?
   The body of all mails (new and old) are empty

   * What outcome did you expect instead?
   To able able to read my mails




-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-rc7 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kmail depends on:
ii  akonadi-server   4:17.12.3-3
ii  kdepim-runtime   4:17.12.3-2
ii  kio  5.47.0-1
ii  libc62.27-5
ii  libgcc1  1:8.2.0-1
ii  libgpgmepp6  1.11.1-1
ii  libkf5akonadiagentbase5  4:17.12.3-3
ii  libkf5akonadicontact54:17.12.3-2
ii  libkf5akonadicore5abi1   4:17.12.3-3
ii  libkf5akonadimime5   4:17.12.3-1
ii  libkf5akonadisearch-bin  4:17.12.3-1
ii  libkf5akonadisearch-plugins  4:17.12.3-1
ii  libkf5akonadisearchdebug54:17.12.3-1
ii  libkf5akonadisearchpim5  4:17.12.3-1
ii  libkf5akonadiwidgets5abi14:17.12.3-3
ii  libkf5bookmarks5 5.47.0-1
ii  libkf5calendarcore5abi1  4:17.12.3-1
ii  libkf5calendarutils5 4:17.12.3-1
ii  libkf5codecs55.47.0-1
ii  libkf5completion55.47.0-1
ii  libkf5configcore55.47.0-1
ii  libkf5configgui5 5.47.0-1
ii  libkf5configwidgets5 5.47.0-1
ii  libkf5contacts5  4:17.12.3-1
ii  libkf5coreaddons55.47.0-1
ii  libkf5crash5 5.47.0-1
ii  libkf5dbusaddons55.47.0-1
ii  libkf5followupreminder5  4:17.12.3-1
ii  libkf5grantleetheme-plugins  17.12.3-1
ii  libkf5gravatar5abi1  4:17.12.3-1
ii  libkf5guiaddons5 5.47.0-1
ii  libkf5i18n5  5.47.0-1
ii  libkf5iconthemes55.47.0-1
ii  libkf5identitymanagement517.12.3-1
ii  libkf5itemmodels55.47.0-1
ii  libkf5itemviews5 5.47.0-1
ii  libkf5jobwidgets55.47.0-1
ii  libkf5kcmutils5  5.47.0-1
ii  libkf5kiocore5   5.47.0-1
ii  libkf5kiofilewidgets55.47.0-1
ii  libkf5kiowidgets55.47.0-1
ii  libkf5kontactinterface5  17.12.3-1
ii  libkf5ksieveui5  4:17.12.3-1
ii  libkf5libkdepim-plugins  4:17.12.3-1
ii  libkf5libkdepim5 4:17.12.3-1
ii  libkf5libkdepimakonadi5  4:17.12.3-1
ii  libkf5libkleo5   4:17.12.3-2
ii  libkf5mailcommon5abi14:17.12.3-1
ii  libkf5mailtransport5 17.12.3-1
ii  libkf5mailtransportakonadi5  17.12.3-1
ii  libkf5messagecomposer5   4:17.12.3-1
ii  libkf5messagecore5   4:17.12.3-1
ii  libkf5messagelist5   4:17.12.3-1
ii  libkf5messageviewer5 4:17.12.3-1
ii  libkf5mime5abi1  17.12.3-2
ii  libkf5mimetreeparser54:17.12.3-1
ii  libkf5notifications5 5.47.0-1
ii  libkf5notifyconfig5  5.47.0-1
ii  libkf5parts5 5.47.0-1
ii  libkf5pimcommon5abi1 4:17.12.3-1
ii  libkf5pimcommonakonadi5  4:17.12.3-1
ii  libkf5pimtextedit5abi1   17.12.3-2
ii  libkf5sendlater5 4:17.12.3-1
ii  libkf5service-bin5.47.0-1
ii  libkf5service5   5.47.0-1
ii  libkf5sonnetui5  5.47.0-1
ii  libkf5templateparser54:17.12.3-1
ii  libkf5textwidgets5   5.47.0-1
ii  libkf5tnef5  4:17.12.3-1
ii  libkf5wallet-bin 5.47.0-1
ii  libkf5wallet55.47.0-1
ii  libkf5webengineviewer5   4:17.12.3-1
ii  libkf5widgetsaddons5 5.47.0-1
ii  libkf5windowsystem5  5.47.0-1
ii  libkf5xmlgui55.47.0-1+b1
ii  libqgpgme7   1.11.1-1
ii  libqt5core5a 5.11.1+dfsg-6
ii  libqt5dbus5  5.11.1+dfsg-6
ii  libqt5gui5   5.11.1+dfsg-6
ii  libqt5network5   5.11.1+dfsg-6
ii  libqt5widgets5   5.11.1+dfsg-6
ii  libqt5xml5   5.11.1+dfsg-6
ii  libstdc++6   8.2.0-1

Versions of packages kmail recommends:
ii  accountwizard   4:17.12.3-1
ii  gnupg   2.2.9-1
ii  kdepim-addons   17.12.3-2
ii  kdepim-themeeditors 4:17.12.3-1
ii  mbox-importer   4:17.12.3-1
ii  pim-data-exporter   4:17.12.3-1
ii  pim-sieve-editor

Bug#897589: linux-image-4.17.0-rc3-amd64-unsigned: uvcvideo doesn't work, spams boot console

2018-07-06 Thread Reinhard Karcher
reopen -1
found 4.17.3-1
thanks



Bug#897589: 897589:linux-image-4.17.0-rc3-amd64-unsigned: uvcvideo doesn't work, spams boot console

2018-06-21 Thread Reinhard Karcher
Hi,

I just compiled and tested 4.18.0-rc1 from kernel.org and the bug is there no 
longer. So we have to wait for 4.18.0 reaching Debian.

Reinhard



Bug#897618: linux-image-4.17.0-rc3-amd64-unsigned: xrandr gives a black screen for some resolutions

2018-05-03 Thread Reinhard Karcher
Package: src:linux
Version: 4.17~rc3-1~exp1
Severity: normal

My laptop has a resolution of 1920x1080.
xrandr -s 800x600 results in a black screen.
Using KDE, I can leave the session by typing ctrl-alt-delete
while the screen is black.
A resolution of 1360x768 is working.
/sys/kernel/debug/dri/0/framebuffer contains:
framebuffer[82]:
allocated by = Xorg
refcount=1
format=XR24 little-endian (0x34325258)
modifier=0x101
size=800x600
layers:
size[0]=800x600
pitch[0]=3584
offset[0]=0
obj[0]:(null)



Bug#897589: linux-image-4.17.0-rc3-amd64-unsigned: uvcvideo doesn't work, spams boot console

2018-05-03 Thread Reinhard Karcher
Package: src:linux
Version: 4.17~rc3-1~exp1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
Booting linux-image-4.17.0-rc3-amd64-unsigned

   * What was the outcome of this action?
Here are the lines from boot log relevant for UVC video :

Mai 03 09:02:39 apollon kernel: uvcvideo: Found UVC 1.00 device FJ Camera
(04f2:b302)
Mai 03 09:02:39 apollon kernel: uvcvideo 1-1.1:1.0: Entity type for entity
Extension 3 was not initialized!
Mai 03 09:02:39 apollon kernel: uvcvideo 1-1.1:1.0: Entity type for entity
Processing 2 was not initialized!
Mai 03 09:02:39 apollon kernel: uvcvideo 1-1.1:1.0: Entity type for entity
Camera 1 was not initialized!
Mai 03 09:02:39 apollon kernel: input: FJ Camera: FJ Camera as
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.0/input/input19
Mai 03 09:02:39 apollon kernel: usbcore: registered new interface driver
uvcvideo
Mai 03 09:02:39 apollon kernel: USB Video Class driver (1.1.1)
Mai 03 09:02:40 apollon systemd-udevd[454]: link_config: autonegotiation is
unset or enabled, the speed and duplex are not writable.
Mai 03 09:02:40 apollon systemd-udevd[434]: Process '/sbin/crda' failed with
exit code 249.
Mai 03 09:02:40 apollon systemd-udevd[434]: Process '/sbin/crda' failed with
exit code 249.
Mai 03 09:02:40 apollon systemd[1]: Found device TOSHIBA_MK7575GSX swap.
Mai 03 09:02:40 apollon systemd[1]: Activating swap /dev/disk/by-label/swap...
Mai 03 09:02:41 apollon systemd[1]: Found device TOSHIBA_MK7575GSX kvm.
Mai 03 09:02:41 apollon systemd[1]: Starting File System Check on /dev/disk/by-
label/kvm...
Mai 03 09:02:41 apollon systemd[1]: Found device TOSHIBA_MK7575GSX Amisgen.
Mai 03 09:02:41 apollon systemd[1]: Starting File System Check on /dev/disk/by-
label/Amisgen...
Mai 03 09:02:41 apollon kernel: Adding 16382972k swap on /dev/sda7.
Priority:-2 extents:1 across:16382972k FS
Mai 03 09:02:41 apollon systemd[1]: Activated swap /dev/disk/by-label/swap.
Mai 03 09:02:41 apollon systemd[1]: Reached target Swap.
Mai 03 09:02:41 apollon systemd[1]: Started File System Check Daemon to report
status.
Mai 03 09:02:42 apollon systemd-fsck[588]: kvm: sauber, 2415/14606336 Dateien,
48810240/58418944 Blöcke
Mai 03 09:02:42 apollon systemd[1]: Started File System Check on /dev/disk/by-
label/kvm.
Mai 03 09:02:42 apollon systemd[1]: Mounting /opt...
Mai 03 09:02:42 apollon systemd-fsck[589]: Amisgen: sauber, 7817/466032
Dateien, 1303177/1842432 Blöcke
Mai 03 09:02:42 apollon systemd[1]: Started File System Check on /dev/disk/by-
label/Amisgen.
Mai 03 09:02:42 apollon systemd[1]:Mai 03 09:18:24 apollon kernel: uvcvideo:
Failed to query (GET_MIN) UVC control 11 on unit 2: -32 (exp. 1).
Mai 03 09:18:24 apollon kernel: uvcvideo: Failed to query (GET_MIN) UVC control
11 on unit 2: -32 (exp. 1).
Mai 03 09:18:24 apollon kernel: uvcvideo: Failed to query (GET_MIN) UVC control
11 on unit 2: -32 (exp. 1).
Mai 03 09:18:24 apollon kernel: uvcvideo: Failed to query (GET_MIN) UVC control
11 on unit 2: -32 (exp. 1).
Mai 03 09:18:24 apollon kernel: uvcvideo: Failed to query (GET_MIN) UVC control
11 on unit 2: -32 (exp. 1).
Mai 03 09:18:26 apollon upowerd[2741]: unhandled action 'unbind' on
/sys/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1:1.1
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: fatal error
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: HC died; cleaning up
Mai 03 09:18:26 apollon kernel: uvcvideo: Failed to resubmit video URB (-19).
Mai 03 09:18:26 apollon kernel: uvcvideo: Failed to resubmit video URB (-19).
Mai 03 09:18:26 apollon kernel: uvcvideo: Failed to resubmit video URB (-19).
Mai 03 09:18:26 apollon kernel: uvcvideo: Failed to resubmit video URB (-19).
Mai 03 09:18:26 apollon kernel: uvcvideo: Failed to resubmit video URB (-19).
Mai 03 09:18:26 apollon kernel: usb 1-1: USB disconnect, device number 2
Mai 03 09:18:26 apollon kernel: usb 1-1.1: USB disconnect, device number 3
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
76dff4be/3602f240 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
ce9788f2/36037480 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
e49c589a/3602f780 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
3cbee1a8/3602f0c0 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
48da83c2/36037a80 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
4613b115/36037300 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
9cd47912/36077d80 (bad dma)
Mai 03 09:18:26 apollon kernel: ehci-pci :00:1a.0: dma_pool_free ehci_itd,
31896eb6/36077600 (bad dma)
 Mounting /windows/f...
Mai 03 09:02:42 apollon kernel: uvcvideo: Failed to query (GET_MIN) UVC control
11 on unit 2: -32 (exp. 1).

The last line repeating 

Bug#885618: kde-l10n-de lacks German translation for kmail2

2017-12-30 Thread Reinhard Karcher
Hi Hans,

as Pino said, you should wait for kmail2 to enter testing.
I use kdepim modules from unstable with german translation ok.
So either wait or move to unstable.

Reinhard



Bug#834303: calibre: Unhandled exception when editing books

2017-02-04 Thread Reinhard Karcher
Am Freitag, 3. Februar 2017, 17:23:30 CET schrieb Nicholas D Steeves:
> On Thu, 1 Sep 2016 19:36:26 +0200 Andreas Metzler  wrote:
> > On 2016-08-14 Douglas Perkins  wrote:
> >> After an upgrade a few days ago, I can no longer edit books using
> >> Calibre.
> > This was fixed upstream with
> > https://github.com/kovidgoyal/calibre/commit/0e11f80cf6b17a4c526dd9b5ed6ab
> > b3d020bfadc
> Thus it should have been fixed in upstream v2.65.0 and Debian's
> 2.71.0+dfsg-1.  Would someone please confirm, tag this bug as fixed
> calibre/2.71.0+dfsg-1 and/or close this bug, if appropriate?  'seems
> like can can be :-)
> 
> Cheers,
> Nicholas

The bug is fixed.
 Reinhard



Bug#825789: kshisen crashes

2016-05-30 Thread Reinhard Karcher
I get a crash, if I enable the option:
Solvable=true

without this option, there is no crash.

Reinhard



Bug#805363: [dolphin] Shows wrong timestamps on ftp connections

2016-05-30 Thread Reinhard Karcher
fixed -1 16.04.1-1
close -1
thanks

Using dolphin (and kde) from sid and plasma from experimental, the error 
disappeared. Maybe it was caused by impropper mixing sid and 
experimental.

Reinhard



Bug#820322: X crashes using modesetting driver

2016-05-30 Thread Reinhard Karcher
reassign src:linux
fixed-upstream 4.7-rc1
thanks

Using a selfcompiled kernel 4.7-rc1, the crash disappeared.

Reinhard



Bug#820322: [xserver-xorg-core] X crashes using modesetting driver

2016-05-10 Thread Reinhard Karcher
Attached is a logfile from a reset crash
[ 11328.049] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[ 11328.056] X Protocol Version 11, Revision 0
[ 11328.058] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 11328.060] Current Operating System: Linux apollon 4.6.0-rc7-amd64 #1 SMP Debian 4.6~rc7-1~exp1 (2016-05-09) x86_64
[ 11328.061] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0-rc7-amd64 root=UUID=62878f00-afec-4500-affc-1e8ecd1c996e ro resume=/dev/sda10 quiet nohz_full=1,2,3,4,5,6,7
[ 11328.065] Build Date: 05 April 2016  07:00:43AM
[ 11328.067] xorg-server 2:1.18.3-1 (http://www.debian.org/support) 
[ 11328.070] Current version of pixman: 0.33.6
[ 11328.074] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[ 11328.074] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 11328.083] (==) Log file: "/home/reinhard/.local/share/xorg/Xorg.0.log", Time: Tue May 10 11:51:36 2016
[ 11328.085] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 11328.087] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 11328.087] (==) No Layout section.  Using the first Screen section.
[ 11328.087] (==) No screen section available. Using defaults.
[ 11328.087] (**) |-->Screen "Default Screen Section" (0)
[ 11328.087] (**) |   |-->Monitor ""
[ 11328.088] (==) No device specified for screen "Default Screen Section".
	Using the first device section listed.
[ 11328.088] (**) |   |-->Device "Intel Graphics"
[ 11328.088] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[ 11328.088] (==) Automatically adding devices
[ 11328.088] (==) Automatically enabling devices
[ 11328.088] (==) Automatically adding GPU devices
[ 11328.088] (==) Max clients allowed: 256, resource mask: 0x1f
[ 11328.088] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 11328.088] 	Entry deleted from font path.
[ 11328.088] (**) FontPath set to:
	/usr/local/share/dosemu/Xfonts,
	/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,
	built-ins
[ 11328.088] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 11328.088] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 11328.088] (II) Loader magic: 0x55b8c4f52dc0
[ 11328.088] (II) Module ABI versions:
[ 11328.088] 	X.Org ANSI C Emulation: 0.4
[ 11328.088] 	X.Org Video Driver: 20.0
[ 11328.088] 	X.Org XInput driver : 22.1
[ 11328.088] 	X.Org Server Extension : 9.0
[ 11328.089] (++) using VT number 2

[ 11328.092] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_32
[ 11328.092] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 11328.719] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 8 paused 0
[ 11328.719] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 11328.720] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 9 paused 0
[ 11328.722] (--) PCI:*(0:0:2:0) 8086:0166:10cf:16c2 rev 9, Mem @ 0xf640/4194304, 0xd000/268435456, I/O @ 0xf000/64, BIOS @ 0x/131072
[ 11328.722] (--) PCI: (0:1:0:0) 10de:0de8:10cf:1769 rev 161, Mem @ 0xf500/16777216, 0xe000/268435456, 0xf000/33554432, I/O @ 0xe000/128, BIOS @ 0x/524288
[ 11328.722] (II) LoadModule: "glx"
[ 11328.723] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 11328.725] (II) Module glx: vendor="X.Org Foundation"
[ 11328.725] 	compiled for 1.18.3, module version = 1.0.0
[ 11328.725] 	ABI class: X.Org Server Extension, version 9.0
[ 11328.725] (==) AIGLX enabled
[ 11328.725] (II) LoadModule: "modesetting"
[ 11328.725] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 11328.737] (II) Module modesetting: vendor="X.Org Foundation"
[ 11328.737] 	compiled for 1.18.3, module version = 1.18.3
[ 11328.737] 	Module class: X.Org Video Driver
[ 11328.737] 	ABI class: X.Org Video Driver, version 20.0
[ 11328.737] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 11328.737] (II) modeset(0): using drv /dev/dri/card0
[ 11328.737] (II) modeset(G0): using drv /dev/dri/card1
[ 11328.737] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 11328.737] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[ 11328.737] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 11328.737] (==) modeset(0): RGB weight 888
[ 11328.737] (==) modeset(0): Default visual is TrueColor
[ 11328.737] (II) Loading sub module "glamoregl"
[ 11328.737] (II) LoadModule: "glamoregl"
[ 11328.737] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 11328.753] (II) Module glamoregl: 

Bug#820322: [xserver-xorg-core] X crashes using modesetting driver)

2016-04-07 Thread Reinhard Karcher
notfound -1 2:1.18.1-1
found -1 2:1.18.2-2
found -1 2:1.18.2-3
found -1 2:1.18.3-1

thanks



Bug#818172: xserver-xorg-core: Definite loop with drmHandleEvent

2016-03-15 Thread Reinhard Karcher
After using xserver-xorg-video-intel instead of the xorg-server-core 
internal modesetting, the bug was gone

 Reinhard

Bug#805363: [dolphin] Shows wrong timestamps on ftp connections

2015-11-17 Thread Reinhard Karcher
Package: dolphin
Version: 4:15.08.2-1
Severity: normal

On ftp connections the timestamp is wrong.
The attached screenshot shows on the left what dolphin shows and on the 
right what dolphin4 shows and previous versions showed.
It shows the same timestamp on all files and drectories.

Reinhard

--- System information. ---
Architecture: amd64
Kernel:   Linux 4.3.0-trunk-amd64

Debian Release: stretch/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
kde-runtime(>> 4:4.10) | 4:15.08.2-1
libc6(>= 2.14) | 
libkactivities6(>= 4:4.11) | 
libkcmutils4   (>= 4:4.11) | 
libkdecore5(>= 4:4.11) | 
libkdeui5  (>= 4:4.11) | 
libkfile4  (>= 4:4.11) | 
libkio5(>= 4:4.11) | 
libknewstuff3-4(>= 4:4.11) | 
libkonq5abi1 (>= 4:4.11.2) | 
libkparts4 (>= 4:4.11) | 
libphonon4(>= 4:4.3.0) | 
libplasma3 (>= 4:4.11) | 
libqt4-dbus   (>= 4:4.5.3) | 
libqt4-xml(>= 4:4.5.3) | 
libqtcore4(>= 4:4.8.0) | 
libqtgui4   (>= 4:4.7.0~beta2) | 
libsolid4  (>= 4:4.11) | 
libstdc++6  (>= 4.1.1) | 
libxrender1| 
phonon | 


Recommends  (Version) | Installed
=-+-===
ruby  | 1:2.2.3


Suggests(Version) | Installed
=-+-===
kdesdk-dolphin-plugins| 

Bug#802464: Hyperthreaded cpu not enabled (smpboot: do_boot_cpu failed(-1) to wakeup CPU#1)

2015-10-23 Thread Reinhard Karcher
The bug is apparently solved upstream: 
fcafddec4e78a7776db4b6685db6b2902d4300fc
x86/smpboot: Fix CPU #1 boot timeout

Reinhard

Bug#802464: linux-image-4.3.0-rc5-amd64: Hyperthreaded cpu not enabled (Intel Core2) (smpboot: do_boot_cpu failed(-1) to wakeup CPU#1)

2015-10-20 Thread Reinhard Karcher
Package: src:linux
Version: 4.3~rc5-1~exp1
Severity: normal
Tags: upstream

Dear Maintainer,


   * What led up to the situation?
 Booting the kernel
 I got the message on the console: smpboot: do_boot_cpu failed(-1) to 
wakeup CPU#1
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 I could not change anything 
   * What was the outcome of this action?
 There is only 1 CPU left and a performance regression
   * What outcome did you expect instead?
 I expected 2 CPUs, as in the kernel in sid


Some relevant lines from the Kernel log:

Oct 20 11:37:59 localhost kernel: [0.068000] smpboot: CPU0: Intel(R) 
Core(TM)2 CPU T7200  @ 2.00GHz (family: 0x6, model: 0xf, stepping: 0x6)
Oct 20 11:37:59 localhost kernel: [0.068000] Performance Events: PEBS 
fmt0-, 4-deep LBR, Core2 events, Intel PMU driver.
Oct 20 11:37:59 localhost kernel: [0.068000] perf_event_intel: PEBS 
disabled due to CPU errata
Oct 20 11:37:59 localhost kernel: [0.068000] ... version:2
Oct 20 11:37:59 localhost kernel: [0.068000] ... bit width:  40
Oct 20 11:37:59 localhost kernel: [0.068000] ... generic registers:  2
Oct 20 11:37:59 localhost kernel: [0.068000] ... value mask: 
00ff
Oct 20 11:37:59 localhost kernel: [0.068000] ... max period: 
7fff
Oct 20 11:37:59 localhost kernel: [0.068000] ... fixed-purpose events:   3
Oct 20 11:37:59 localhost kernel: [0.068000] ... event mask: 
00070003
Oct 20 11:37:59 localhost kernel: [0.068000] x86: Booting SMP configuration:
Oct 20 11:37:59 localhost kernel: [0.068000]  node  #0, CPUs:  #1
Oct 20 11:37:59 localhost kernel: [   10.064005] smpboot: do_boot_cpu 
failed(-1) to wakeup CPU#1
Oct 20 11:37:59 localhost kernel: [   10.064083] x86: Booted up 1 node, 1 CPUs
Oct 20 11:37:59 localhost kernel: [   10.064085] smpboot: Total of 1 processors 
activated (3991.22 BogoMIPS)

-- Package-specific info:
** Version:
Linux version 4.3.0-rc5-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.9.3 (Debian 4.9.3-4) ) #1 SMP Debian 4.3~rc5-1~exp1 (2015-10-13)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-4.3.0-rc5-amd64 
root=UUID=7a5331fc-4a54-4442-a9b8-8dda0b8bd00e ro quiet resume=/dev/sda6

** Not tainted

** Kernel log:
[   26.330251] snd_hda_codec_conexant hdaudioC0D0:speaker_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[   26.330254] snd_hda_codec_conexant hdaudioC0D0:hp_outs=0 
(0x0/0x0/0x0/0x0/0x0)
[   26.330256] snd_hda_codec_conexant hdaudioC0D0:mono: mono_out=0x0
[   26.330259] snd_hda_codec_conexant hdaudioC0D0:dig-out=0x13/0x0
[   26.330261] snd_hda_codec_conexant hdaudioC0D0:inputs:
[   26.330264] snd_hda_codec_conexant hdaudioC0D0:  Mic=0x12
[   26.330267] snd_hda_codec_conexant hdaudioC0D0:  Internal Mic=0x14
[   26.330270] snd_hda_codec_conexant hdaudioC0D0:  Line=0x11
[   26.331747] snd_hda_codec_conexant hdaudioC0D0: Enable sync_write for stable 
communication
[   26.335547] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/sound/card0/input7
[   26.335824] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input8
[   26.335911] input: HDA Intel Line as 
/devices/pci:00/:00:1b.0/sound/card0/input9
[   26.545027] usbcore: registered new interface driver btusb
[   26.680360] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection 
driver for Linux, in-tree:s
[   26.680364] iwl3945: Copyright(c) 2003-2011 Intel Corporation
[   26.680504] iwl3945 :02:00.0: can't disable ASPM; OS doesn't have ASPM 
control
[   26.723536] iwl3945 :02:00.0: Tunable channels: 13 802.11bg, 23 802.11a 
channels
[   26.723541] iwl3945 :02:00.0: Detected Intel Wireless WiFi Link 3945ABG
[   26.764135] ieee80211 phy0: Selected rate control algorithm 'iwl-3945-rs'
[   26.795187] tifm_7xx1 :05:01.2: enabling device ( -> 0002)
[   27.203624] input: PC Speaker as /devices/platform/pcspkr/input/input10
[   27.993318] iTCO_vendor_support: vendor-support=0
[   28.029334] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   28.029383] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, 
TCOBASE=0x1060)
[   28.029646] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   28.122207] yenta_cardbus :05:01.0: enabling device ( -> 0003)
[   28.16] yenta_cardbus :05:01.0: CardBus bridge found [152d:0753]
[   28.122247] yenta_cardbus :05:01.0: Enabling burst memory read 
transactions
[   28.122253] yenta_cardbus :05:01.0: Using CSCINT to route CSC interrupts 
to PCI
[   28.122255] yenta_cardbus :05:01.0: Routing CardBus interrupts to PCI
[   28.122262] yenta_cardbus :05:01.0: TI: mfunc 0x01001922, devctl 0x66
[   28.352825] yenta_cardbus :05:01.0: ISA IRQ mask 0x0cf8, PCI irq 18
[   28.352830] yenta_cardbus :05:01.0: Socket status: 3006
[   28.352834] pci_bus :05: Raising subordinate bus# of 

Bug#794067: [sigil] How to use non-English language

2015-07-30 Thread Reinhard Karcher
Package: sigil
Version: 0.8.7+dfsg-1
Severity: minor
Tags: l10n

--- Please enter the report below this line. ---
Please document the use of the environment variables
SIGIL_DICTIONARIES
and
SIGIL_TRANSLATIONS
for the use of non english speaking users.
SIGIL_DICTIONARIES should point to /usr/share/sigil/hunspell_directories 
or /usr/share/hunspell
If SIGIL_DICTIONARIES points to /usr/share/hunspell all installed 
dictionaries can be used, not only the included by sigil.
SIGIL_TRANSLATIONS should point to /usr/share/sigil/translations

Reinhard

 
--- System information. ---
Architecture: amd64
Kernel:   Linux 4.1.0-trunk-amd64

Debian Release: stretch/sid
  500 unstabledebian 
  500 testing debian 
  500 stable  repo.vivaldi.com 
  101 experimentaldebian 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#780295: net bridge devices no longer brought up correctly

2015-03-12 Thread Reinhard Karcher
I don't think that to be kernel problem. Booting linux-image-3.16.0-4-amd64
showed the same problem. Putting tun into /etc/modules restored
the old correct behavior.

Reinhard


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



Bug#780295: net bridge devices no longer brought up correctly

2015-03-12 Thread Reinhard Karcher
It's a problem with kmod, module-init-tools and libkmod2 version 20-1.
Replacing these packages with version 18-3 removes that problem.

Reinhard


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



Bug#780295: net bridge devices no longer brought up correctly

2015-03-12 Thread Reinhard Karcher
It's a duplicate of bug 780255.

Reinhard


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



Bug#762458: [src:linux] Please enable CONFIG_IP_NF_NAT

2014-09-22 Thread Reinhard Karcher
Package: src:linux
Version: linux-image-3.17-rc5-amd64
Severity: normal

Between linux version 3.16 and 3.17 the option 
CONFIG_NF_NAT_IPV4 changed the name to
CONFIG_IP_NF_NAT. This option is not enabled in linux-image-3.17-rc5-amd64
Therefore I can't reach the internet from my KVM guest.

Please enable this option and the suboptions
CONFIG_IP_NF_TARGET_MASQUERADE
CONFIG_IP_NF_TARGET_NETMAP
CONFIG_IP_NF_TARGET_REDIRECT
as modules.
Generating a kernel with this options enabled, I can again access
the internet.

Reinhard
 
--- System information. ---
Architecture: amd64
Kernel:   Linux 3.17-rc5-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  500 stable  deb.opera.com 
  101 experimentaldebian 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#762002: [systemd] shutdown waiting 5 minutes for samba

2014-09-17 Thread Reinhard Karcher
Package: systemd
Version: 215-4
Severity: normal

--- Please enter the report below this line. ---

Shutdown is waiting 5 minutes, the relevant lines from the logfile:

Sep 17 17:44:45 karnotebook smbd[6601]: Stopping SMB/CIFS daemon: smbd.
Sep 17 17:45:19 karnotebook systemd-udevd[159]: Network interface NamePolicy= 
disabled on kernel commandline, ignoring.
Sep 17 17:46:20 karnotebook systemd-udevd[159]: Network interface NamePolicy= 
disabled on kernel commandline, ignoring.
Sep 17 17:47:21 karnotebook systemd-udevd[159]: Network interface NamePolicy= 
disabled on kernel commandline, ignoring.
Sep 17 17:48:22 karnotebook systemd-udevd[159]: Network interface NamePolicy= 
disabled on kernel commandline, ignoring.
Sep 17 17:49:23 karnotebook systemd-udevd[159]: Network interface NamePolicy= 
disabled on kernel commandline, ignoring.
Sep 17 17:49:44 karnotebook systemd[1]: samba.service stopping timed out. 
Terminating.
Sep 17 17:49:44 karnotebook systemd[1]: Unit samba.service entered failed state.

Reinhard

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-1-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  500 stable  deb.opera.com 
  101 experimentaldebian 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libacl1 (= 2.2.51-8) | 
libaudit1(= 1:2.2.1) | 
libblkid1 (= 2.17.2) | 
libcap2   (= 1:2.10) | 
libcryptsetup4   (= 2:1.4.3) | 
libdbus-1-3(= 1.1.1) | 
libkmod2  (= 5~) | 
libpam0g(= 0.99.7.1) | 
libselinux1(= 2.1.9) | 
libsystemd-journal0 (= 208-7) | 
libudev1 (= 189) | 
libwrap0  (= 7.6-4~) | 
libsystemd-login0   (= 208-7) | 
util-linux  (= 2.19.1-2) | 
initscripts (= 2.88dsf-53.2) | 
sysv-rc   | 
udev  | 
acl   | 
adduser   | 
libcap2-bin   | 


Recommends  (Version) | Installed
=-+-===
libpam-systemd| 215-4


Suggests(Version) | Installed
=-+-===
systemd-ui| 3-2



--- Output from package bug script ---


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



Bug#757206: [kdiff3] Statusline is empty

2014-09-16 Thread Reinhard Karcher
Hello!

Sorry, I somehow didn't see your response.
The problem is only at the start of kdiff3: The number of differences are 
shown in version 0.9.97, but not in version 0.9.98 (see attached 
screenshot). Later on, if I merge 2 files, then the number of differences 
is shown. As the problem is only at the start of kdiff3, you could chage 
the severity to minor.

Reinhard


Bug#757902: [xbomb] Program aborts with SIGSEGV

2014-08-12 Thread Reinhard Karcher
Package: xbomb
Version: 2.2a-3
Severity: grave

Program doesn't start but aborts with SIGSEGV:

xbomb

XBomb Version 2.2a

(c) Andrew M. Bishop 1994-2009. [a...@gedanken.demon.co.uk]

Speicherzugriffsfehler


Reinhard

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-trunk-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  500 stable  deb.opera.com 
  101 experimentaldebian 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6  (= 2.4) | 
libx11-6| 
libxaw7 | 
libxt6  | 


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#757206: [kdiff3] Statusline is empty

2014-08-06 Thread Reinhard Karcher
Package: kdiff3
Version: 0.9.98-1
Severity: normal

The statusline contains no infoemation


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16-rc6-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  500 stable  deb.opera.com 
  101 experimentaldebian 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
kde-runtime( 4:4.10) | 4:4.13.3-1
libc6(= 2.14) | 
libkdecore5   (= 4:4.4.4) | 
libkdeui5 (= 4:4.4.4) | 
libkio5  (= 4:4.5.85) | 
libkparts4   (= 4:4.5.85) | 
libqtcore4  (= 4:4.7.0~beta1) | 
libqtgui4 (= 4:4.8.0) | 
libstdc++6(= 4.6) | 


Recommends  (Version) | Installed
=-+-===
kdiff3-doc| 0.9.98-1


Package's Suggests field is empty.


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



Bug#752878: lsinitramfs: fails to list contents with recent kernels

2014-06-27 Thread Reinhard Karcher
I have no problems listing /boot/initrd.img-3.14-1-amd64 using 
lsinitramfs 0.115. My system is nearly the same, with the exception of 
udev (204-12 from testing) and kernel  (3.15-trunk-amd64 from 
experimental)

Reinhard


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



Bug#746337: [marble-plugins] I cannot install marble-plugins because of missing packages

2014-04-29 Thread Reinhard Karcher
Package: marble-plugins
Version: 4:4.12.3-1
Severity: serious

marble-plugins in experimental depends on libgps20 and libshp1, that are 
no longer in unstable/testing. The version in unstable depends on 
libgps21 and libshp2. To install the package, I had to use 
snapshots.debian.org.

Reinhard


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-trunk-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6  (= 2.14) | 
libgps20(= 3.3) | 
libmarblewidget17 (= 4:4.12.3-1) | 
libphonon4  (= 4:4.2.0) | 
libqextserialport1  (= 1.2.0~beta2) | 
libqt4-declarative  (= 4:4.7.0~rc1) | 
libqt4-network  (= 4:4.6.1) | 
libqt4-script   (= 4:4.5.3) | 
libqt4-sql  (= 4:4.5.3) | 
libqt4-svg  (= 4:4.5.3) | 
libqt4-xml  (= 4:4.5.3) | 
libqtcore4  (= 4:4.8.0) | 
libqtgui4   (= 4:4.8.0) | 
libqtlocation1   | 
libqtwebkit4   (= 2.1.0~2011week13) | 
libquazip0   | 
libshp1  | 
libstdc++6(= 4.4.0) | 
phonon   | 


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#745185: [qemu-system-x86] the AltGr key is not delivered to guest

2014-04-18 Thread Reinhard Karcher
Package: qemu-system-x86
Version: 2.0.0+dfsg-2
Severity: normal

After upgrading qemu-system-x86 I can't no longer use the AltGr key.
Host is Debian Sid am64, guest ist Debian Sid i386. Using xev in the 
guest system, there is no reaction to pressing the AltGr key.
Entering the monitor mode by pressing Ctrl-Alt-2 is also no longer 
possible.
Ctrl-Alt-Backspace no longer aborts the X server.

Reinhard


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-trunk-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libaio1(= 0.3.93) | 0.3.109-4
libasound2 (= 1.0.16) | 
libbluetooth3(= 4.91) | 
libbrlapi0.6   | 
libc6(= 2.14) | 
libcurl3-gnutls(= 7.16.3) | 
libfdt1| 
libgcc1   (= 1:4.1.1) | 
libglib2.0-0   (= 2.24.0) | 
libgnutls26 (= 2.12.17-0) | 
libiscsi1 (= 1.4) | 
libjpeg8   (= 8c) | 
libncurses5(= 5.5-5~) | 
libpixman-1-0 (= 0.15.16) | 
libpng12-0   (= 1.2.13-4) | 
libpulse0  (= 0.99.1) | 
libsasl2-2 | 
libsdl2-2.0-0   (= 2.0.0) | 
libseccomp2(= 0.0.0~20120605) | 
libspice-server1   (= 0.12.4) | 
libssh2-1   (= 1.2.8) | 
libtinfo5  | 
libusb-1.0-0 (= 2:1.0.16) | 
libusbredirparser1(= 0.6) | 
libuuid1 (= 2.16) | 
libvdeplug2| 
libxen-4.3  (= 4.3.0) | 
libxenstore3.0  (= 4.1.0~rc6) | 
zlib1g(= 1:1.2.0) | 
qemu-system-common | 
qemu-keymaps   | 
seabios  (= 1.7.4-2~) | 
ipxe-qemu  | 


Recommends  (Version) | Installed
=-+-===
qemu-utils| 2.0.0+dfsg-2
ovmf  | 0~20131112.2590861a-2


Suggests  (Version) | Installed
===-+-===
samba   | 2:4.1.6+dfsg-1
vde2| 2.3.2-4
kmod| 16-2
sgabios | 


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



Bug#742971: network-manager: network manager upgrade fails

2014-03-30 Thread Reinhard Karcher
I think, it's the bug as an 730437.

Reinhard


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



Bug#736834: libaqbanking34-plugins: Can't find SWIFT module

2014-01-27 Thread Reinhard Karcher
Hi Micha,

$ aptitude versions 'aqban ~i'
Paket aqbanking-tools:  
i A 5.3.5beta-1   unstable   500 

Paket libaqbanking-data:
i A 5.3.5beta-1   unstable   500 

Paket libaqbanking34:   
i A 5.3.5beta-1   unstable   500 

Paket libaqbanking34-plugins:   
i A 5.3.5beta-1   unstable   500 

The sizes of libaqbanking34-plugins for versions 5.3.1 and 5.3.5 have 
nearly the same sizes and contain the same modules except for
aqebis.{so,xml}.
Did you really move the modules from libaqbanking-plugins-
libgwenhywfar60 into libaqbanking34-plugins?

Reinhard


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



Bug#736834: libaqbanking34-plugins: Can't find SWIFT module

2014-01-27 Thread Reinhard Karcher
Package: libaqbanking34-plugins
Version: 5.3.5beta-1
Severity: important

Dear Maintainer,

I get the error message:
Das SWIFT-Modul wurde nicht gefunden. Falls Sie Debian/Ubuntu verwenden fehlt 
vermutlich das Paket libaqbanking-plugins-libgwenhywfar

In english:
Plugin SWIFT not found.
If you are using Debian/Ubuntu then you are probably missing the package
libaqbanking-plugins-libgwenhywfar

From the changelog:
 The Gwenhywfar swift and dtaus parser plugins were moved from package
libaqbanking-plugins-libgwenhywfar60 to package libaqbanking34-plugins.
Hence dropping now obsolete package libaqbanking-plugins-libgwenhywfar60.

Reinhard

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-trunk-amd64 (SMP w/8 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 libaqbanking34-plugins depends on:
ii  libaqbanking34  5.3.5beta-1
ii  libaqebics0 5.3.5beta-1
ii  libaqhbci22 5.3.5beta-1
ii  libaqofxconnect75.3.5beta-1
ii  libc6   2.17-97
ii  libgmp102:5.1.3+dfsg-1
ii  libgnutls26 2.12.23-8
ii  libgwenhywfar60 4.10.0beta-1
ii  libktoblzcheck1c2a  1.44-1
ii  libxml2 2.9.1+dfsg1-3
ii  libxmlsec1  1.2.18-2
ii  libxmlsec1-gcrypt   1.2.18-2
ii  libxmlsec1-gnutls   1.2.18-2
ii  libxslt1.1  1.1.28-2
ii  zlib1g  1:1.2.8.dfsg-1

libaqbanking34-plugins recommends no packages.

libaqbanking34-plugins 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#736834: libaqbanking34-plugins: Can't find SWIFT module

2014-01-27 Thread Reinhard Karcher
I should add that I use kmymoney

Reinhard


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



Bug#729216: digikam: Geolocation stops working with kde 4.3.11

2013-11-28 Thread Reinhard Karcher
fixed 729216 4:3.5.0-3+b1

thanks


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



Bug#726371: kde-config-touchpad make systemsettings crask

2013-11-10 Thread Reinhard Karcher
Using kde 4.11.3 in unstable, kde-config-touchpad is working again.

 Reinhard


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



Bug#729216: digikam: Geolocation stops working with kde 4.3.11

2013-11-10 Thread Reinhard Karcher
Package: digikam
Version: 4:3.5.0-3
Severity: normal

digikam uses libmarblewidget15 from kde 4.10.5, which is co-installable
with libmarblewidget16 from kde 4.11.3, but is not able to load new
information from the internet, if marble und marble-plugins from unstable
(4.11.3) are installed..
To use the geolocation in digikam/showfoto I have to use marble and
marble-plugins from testing (4.10.5-1).

 Reinhard

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12.0 (SMP w/8 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 digikam depends on:
ii  digikam-data  4:3.5.0-3
ii  digikam-private-libs  4:3.5.0-3
ii  kde-runtime   4:4.11.3-1
ii  libc6 2.17-94
ii  libgcc1   1:4.8.2-2
ii  libgphoto2-2  2.4.14-2.3
ii  libgphoto2-port0  2.4.14-2.3
ii  libkdcraw22   4:4.11.3-1
ii  libkdecore5   4:4.11.3-2
ii  libkdeui5 4:4.11.3-2
ii  libkexiv2-11  4:4.11.3-1
ii  libkhtml5 4:4.11.3-2
ii  libkio5   4:4.11.3-2
ii  libkipi10 4:4.10.5-1
ii  libknotifyconfig4 4:4.11.3-2
ii  libkparts44:4.11.3-2
ii  libphonon44:4.7.0.0-2
ii  libqt4-dbus   4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-sql4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-sql-sqlite 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqt4-xml4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtcore44:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libqtgui4 4:4.8.5+git121-g2a9ea11+dfsg1-2
ii  libsolid4 4:4.11.3-2
ii  libstdc++64.8.2-2
ii  libthreadweaver4  4:4.11.3-2
ii  perl  5.18.1-4
ii  phonon4:4.7.0.0-2

Versions of packages digikam recommends:
ii  chromium [www-browser]   30.0.1599.101-3
ii  iceweasel [www-browser]  25.0-1
ii  kipi-plugins 4:3.5.0-3
ii  konqueror [www-browser]  4:4.11.3-1
ii  lynx-cur [www-browser]   2.8.8dev.16-1
ii  mplayerthumbs4:4.11.3-1

Versions of packages digikam suggests:
ii  digikam-doc 4:3.5.0-3
ii  systemsettings  4:4.11.3-1

-- 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#721607: linux-image-3.11-rc7-amd64: suspend doesn't work

2013-09-13 Thread Reinhard Karcher
notfound -1 3.11-1~exp1
close -1 3.11-1~exp1
thanks


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



Bug#722058: kde-config-touchpad: reports errors and tapping doesn't work with xserver-xorg-input-synaptics 1.7.1 in unstable

2013-09-07 Thread Reinhard Karcher
Package: kde-config-touchpad
Version: 0.8.1-1
Severity: important

Tapping doesn't work any longer, the kcm-module segfaults, .xsessions-errors 
contains the following lines:

Traceback (most recent call last):
  File /usr/bin/synaptikscfg, line 9, in module
load_entry_point('synaptiks==0.8.1', 'console_scripts', 'synaptikscfg')()
  File /usr/lib/python2.7/dist-packages/synaptiks/config.py, line 460, in main
driver_defaults.save(get_touchpad_defaults_file_path())
  File /usr/lib/python2.7/dist-packages/synaptiks/config.py, line 281, in save
save_json(filename, dict(self))
  File /usr/lib/python2.7/dist-packages/synaptiks/config.py, line 248, in 
__getitem__
value = getattr(self.touchpad, key)
  File /usr/lib/python2.7/dist-packages/synaptiks/touchpad.py, line 106, in 
__get__
values = obj[self.property_name]
  File /usr/lib/python2.7/dist-packages/synaptiks/x11/input.py, line 552, in 
__getitem__
atom = _get_property_atom(self.display, name)
  File /usr/lib/python2.7/dist-packages/synaptiks/x11/input.py, line 180, in 
_get_property_atom
raise UndefinedPropertyError(name)
synaptiks.x11.input.UndefinedPropertyError: u'Synaptics Circular Pad'

Reinhard


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.11.0 (SMP w/8 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 kde-config-touchpad depends on:
ii  libpython2.7-stdlib [python-argparse]  2.7.5-7
ii  libxi6 2:1.7.2-1
ii  python 2.7.5-4
ii  python-kde44:4.10.5-1+b1
ii  python-pkg-resources   0.6.49-2
ii  python-pyudev  0.13-1
ii  python-qt4 4.10.2-2
ii  python2.7  2.7.5-7

Versions of packages kde-config-touchpad recommends:
ii  libxtst6 2:1.2.2-1
ii  python-dbus  1.2.0-2+b1
ii  upower   0.9.21-3

kde-config-touchpad 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#721607: linux-image-3.11-rc7-amd64: suspend doesn't work

2013-09-02 Thread Reinhard Karcher
Package: src:linux
Version: 3.11~rc7-1~exp1
Severity: important

Dear Maintainer,

Trying to do pm-suspend causes the computer to hang, display is black,
no response to any key, hard reset necessary. No information in logfiles found.
Trying to to pm-hibernate returns after a few seconds without touching the disk.

A self-compiled kernel using rc7 from git does suspend.

The IBUS TIMEOUT error message (see logfile at 15.318398) did not appear using
the selfcompiled kernel.

linux-image-3.10-2-amd64 was okay, while linux-image-3.11-rc4-amd64 had the
same error.


Reinhard

-- Package-specific info:
** Version:
Linux version 3.11-rc7-amd64 (debian-ker...@lists.debian.org) (gcc version 
4.7.3 (Debian 4.7.3-7) ) #1 SMP Debian 3.11~rc7-1~exp1 (2013-09-01)

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.11-rc7-amd64 
root=UUID=62878f00-afec-4500-affc-1e8ecd1c996e ro resume=/dev/sda10 quiet

** Not tainted

** Kernel log:
[   10.638260] cfg80211:   (515 KHz - 525 KHz @ 4 KHz), (N/A, 2000 
mBm)
[   10.638261] cfg80211:   (525 KHz - 535 KHz @ 4 KHz), (N/A, 2000 
mBm)
[   10.638262] cfg80211:   (547 KHz - 5725000 KHz @ 4 KHz), (N/A, 2698 
mBm)
[   10.638264] cfg80211:   (5724 KHz - 6588 KHz @ 216 KHz), (N/A, 
4000 mBm)
[   10.811462] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[   15.157186] nouveau  [   VBIOS][:01:00.0] ... appears to be valid
[   15.157191] nouveau  [   VBIOS][:01:00.0] using image from ACPI
[   15.157387] nouveau  [   VBIOS][:01:00.0] BIT signature found
[   15.157391] nouveau  [   VBIOS][:01:00.0] version 70.08.a9.00.01
[   15.157670] nouveau  [ DEVINIT][:01:00.0] adaptor not initialised
[   15.157673] nouveau  [   VBIOS][:01:00.0] running init tables
[   15.264529] nouveau  [ PFB][:01:00.0] RAM type: DDR3
[   15.264531] nouveau  [ PFB][:01:00.0] RAM size: 512 MiB
[   15.264532] nouveau  [ PFB][:01:00.0]ZCOMP: 0 tags
[   15.288443] nouveau  [  PTHERM][:01:00.0] FAN control: none / external
[   15.288449] nouveau  [  PTHERM][:01:00.0] fan management: disabled
[   15.288453] nouveau  [  PTHERM][:01:00.0] internal sensor: yes
[   15.291853] vga_switcheroo: enabled
[   15.291922] [TTM] Zone  kernel: Available graphics memory: 4045282 kiB
[   15.291923] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   15.291924] [TTM] Initializing pool allocator
[   15.291927] [TTM] Initializing DMA pool allocator
[   15.291937] nouveau  [ DRM] VRAM: 512 MiB
[   15.291938] nouveau  [ DRM] GART: 1048576 MiB
[   15.291941] nouveau  [ DRM] TMDS table version 2.0
[   15.291943] nouveau  [ DRM] DCB version 4.0
[   15.291945] nouveau  [ DRM] DCB outp 00: 02000300 
[   15.291946] nouveau  [ DRM] DCB conn 00: 
[   15.292595] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[   15.292597] [drm] No driver support for vblank timestamp query.
[   15.292598] nouveau  [ DRM] ACPI backlight interface available, not 
registering our own
[   15.292604] nouveau W[ DRM] voltage table 0x50 unknown
[   15.292764] nouveau  [ DRM] 2 available performance level(s)
[   15.292776] nouveau  [ DRM] 1: core 270MHz shader 540MHz memory 405MHz
[   15.292779] nouveau  [ DRM] 3: core 475MHz shader 950MHz memory 900MHz 
voltage 10mV
[   15.292781] nouveau  [ DRM] c: core 270MHz shader 540MHz memory 405MHz
[   15.298258] nouveau  [ DRM] MM: using COPY0 for buffer copies
[   15.318398] nouveau E[PBUS][:01:00.0] MMIO write of 0x0401 FAULT 
at 0x002010 [ IBUS TIMEOUT ]
[   15.356889] nouveau E[PBUS][:01:00.0] MMIO write of 0x00040103 FAULT 
at 0x002008 [ IBUS TIMEOUT ]
[   15.380914] nouveau  [ DRM] allocated 1024x768 fb: 0x6, bo 
880224834400
[   15.381062] nouveau :01:00.0: fb1: nouveaufb frame buffer device
[   15.381065] [drm] Initialized nouveau 1.1.1 20120801 for :01:00.0 on 
minor 1
[   16.322151] Adding 16382972k swap on /dev/sda10.  Priority:-1 extents:1 
across:16382972k 
[   16.367044] EXT4-fs (sda9): re-mounted. Opts: (null)
[   16.541381] EXT4-fs (sda9): re-mounted. Opts: errors=remount-ro
[   17.201860] fuse init (API version 7.22)
[   18.066083] EXT4-fs (sda11): mounted filesystem with ordered data mode. 
Opts: errors=remount-ro
[   18.922540] tun: Universal TUN/TAP device driver, 1.6
[   18.922543] tun: (C) 1999-2004 Max Krasnyansky m...@qualcomm.com
[   19.386630] Bridge firewalling registered
[   19.388759] device tap0 entered promiscuous mode
[   19.389496] IPv6: ADDRCONF(NETDEV_UP): tap0: link is not ready
[   19.390124] device tap1 entered promiscuous mode
[   19.390773] IPv6: ADDRCONF(NETDEV_UP): tap1: link is not ready
[   19.392635] br0: port 2(tap1) entered forwarding state
[   19.392640] br0: port 2(tap1) entered forwarding state
[   19.877912] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.898833] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   19.922405] br0: port 

Bug#711052: xserver-xorg-dev: Includefiles declare external function, that are also declared in included includefiles

2013-06-04 Thread Reinhard Karcher
Package: xserver-xorg-dev
Version: 2:1.12.4-6
Severity: minor

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?
Compilation of xserver-xorg-video-intel

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
Compilation of xserver-xorg-video-intel

   * What was the outcome of this action?
Lots of compilerwarnigs complaining about previous declarations.

   * What outcome did you expect instead?
No warnings


1. randrstr.h includes rrtransform.h
  In line 581 RRTransformCompute is declared, which is also declared in
  rrtransform.h

2. xf86Modes.h includes xf86.h.
  In lines 43 to 67 there are 10 functions, that are also declared in xf86.h:
  xf86ModeHSync
  xf86ModeVRefresh
  xf86DuplicateMode
  xf86DuplicateModes
  xf86SetModeDefaultName
  xf86SetModeCrtc
  xf86ModesEqual
  xf86PrintModeline
  xf86ModesAdd
  xf86CVTMode

Commenting these declarations in randrstr.h and xf86Modes.h removed the
warnings. As these functions are declared in included includefiles, there
are no undefined names.

Reinhard


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-rc4-amd64 (SMP w/8 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 xserver-xorg-dev depends on:
ii  libpciaccess-dev   0.13.1-2
ii  libpixman-1-dev0.26.0-4
ii  libxkbfile-dev 1:1.0.8-1
ii  x11proto-core-dev  7.0.23-1
ii  x11proto-dri2-dev  2.8-1
ii  x11proto-fonts-dev 2.1.2-1
ii  x11proto-input-dev 2.2-1
ii  x11proto-kb-dev1.0.6-2
ii  x11proto-randr-dev 1.4.0-1
ii  x11proto-render-dev2:0.11.1-2
ii  x11proto-video-dev 2.3.1-2
ii  x11proto-xext-dev  7.2.1-1
ii  x11proto-xinerama-dev  1.2.1-2

xserver-xorg-dev recommends no packages.

xserver-xorg-dev 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#707092: ifupdown: Fails to bring up any interface at boot

2013-05-07 Thread Reinhard Karcher
As ifupdown since 0.7.41 starts the loopbackinterface automatically, it 
aborts on the line:
auto lo 
in /etc/network/intefaces
I commented that line out and the interfaces where brought up at boot.

Reinhard


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



Bug#701463: Kate crashes when selected text is deleted

2013-02-24 Thread Reinhard Karcher

Am 24.02.2013 00:50, schrieb Lisandro Damián Nicanor Pérez Meyer:

On Sat 23 Feb 2013 15:08:02 Reinhard Karcher escribió:

Having the same versions except libc6 and libstdc++6 from experimental,
I can't reproduce the crash.


Hi Reinhard! On which arch? It may be an i386 bug.


I didn't realize that, I am on amd64


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



Bug#701463: kate: Kate crashes when selected text is deleted

2013-02-24 Thread Reinhard Karcher

I too got the crash on a 32-bit system, but after upgrading to
kde 4.9.5 from qt-kde2.debian.net, the crash did'nt occur any more.

Reinhard


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



Bug#701303: kstars: ftbfs with GCC-4.8

2013-02-23 Thread Reinhard Karcher

The problem is not gcc but eglibc-2.17:
/usr/include/time.h contains the following lines

# ifdef __USE_ISOC11
/* Time base values for timespec_get.  */
# define TIME_UTC 1
# endif

That define causes the problem.

Reinhard


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



Bug#701303: kstars: ftbfs with GCC-4.8

2013-02-23 Thread Reinhard Karcher
Please note that eglibc-2.17 is experimental, with eglibc-2.13 in sid 
that problem will probably not occur, as /usr/include/time.h does not 
define TIME_UTC.


Reinhard


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



Bug#701463: Kate crashes when selected text is deleted

2013-02-23 Thread Reinhard Karcher
Having the same versions except libc6 and libstdc++6 from experimental, 
I can't reproduce the crash.


Reinhard


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



Bug#666889: 666889, cheese depends indirectly on libcogl5

2012-05-08 Thread Reinhard Karcher

Uhm... by looking at
http://release.debian.org/transitions/html/cogl.html, cheese is green 
for amd64, but it depends on libcheese-gtk21 which depends on libcogl5.


Reinhard



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



Bug#662898: [kde-config-touchpad] reliably crashes on startup, with KDE 4.7.4

2012-05-07 Thread Reinhard Karcher
python-kde4 doesn't work with with python-qt4 from unstable(4.9.1-3), 
but does work with python-qt4 from testing(4.9.1-1).


Reinhard



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



Bug#660411: libxi6: Memory corruption when used with recent X servers

2012-05-04 Thread Reinhard Karcher

I can't reproduce the bug with version 2:1.3-7

Reinhard



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



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-18 Thread Reinhard Karcher

Am 18.03.2012 04:15, schrieb Ben Hutchings:

OK, so it's something running in your KDE session.  And the results
you got from lsof suggest that it's some kind of network monitor
that's hosted by kded4, using the ntrack library
https://launchpad.net/ntrack.  I've never heard of this before.

ntrack appearently has the option to use either libnl or its own
built-in netlink protocol code, and is using the latter on your
system. If you install ntrack-module-libnl-0 and remove
ntrack-module-rtnetlink-0, does this fix the problem?



Yes, that fixes the problem. Thanks for your help.
Should the bug be filed against an other package?
kde-runtime - libntrack-qt4-1 - libntrack0 - ntrack-module-rtnetlink-0
Which one from the packages above?

Reinhard





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



Bug#664064: 4 messages every minute in syslog from netlink

2012-03-18 Thread Reinhard Karcher

Am 18.03.2012 20:11, schrieb Jonathan Nieder:

# version number is a guess
reassign 664064 ntrack-module-rtnetlink-0 016-1.1
affects 664064 + src:linux-2.6


version number is the one I had the problems with.

Reinhard



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



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-16 Thread Reinhard Karcher

Am 15.03.2012 18:14, schrieb Ben Hutchings:

It would be useful if we could tell which program is sending the
message, but I think that may be difficult to do.



Some further investigation showed that the 1st occurrence of the message 
is related to the start of KDE. After stopping X (and KDE) there are no 
new messages logged.


Reinhard



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



Bug#664064: netlink messages

2012-03-16 Thread Reinhard Karcher
It's not an effect of Debian specific changes, a kernel generated from 
latest kernel git shows the same messages.


Reinhard



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



Bug#664064: linux-image-3.3.0-rc6-amd64: 4 messages every minute in syslog from netlink

2012-03-15 Thread Reinhard Karcher
Package: linux-2.6
Version: 3.3~rc6-1~experimental.1
Severity: normal

The kernel log says all!
I have 2 laptops showing the messages, both amd64.
One of them runs a 32-bit system in a VM with the linux-image-3.3.0-rc6-686-pae 
kernel,
that does not have this problem.
The amd64 kernel from unstable (3.2.0-2) does not show the messages. 

Reinhard

-- Package-specific info:
** Version:
Linux version 3.3.0-rc6-amd64 (Debian 3.3~rc6-1~experimental.1) 
(debian-ker...@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP 
Mon Mar 5 20:53:11 UTC 2012

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.3.0-rc6-amd64 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory

** Not tainted

** Kernel log:
[46368.760279] netlink: 140 bytes leftover after parsing attributes.
[46368.760289] netlink: 140 bytes leftover after parsing attributes.
[46368.760442] netlink: 140 bytes leftover after parsing attributes.
[46368.760496] netlink: 140 bytes leftover after parsing attributes.
[46428.760127] netlink: 140 bytes leftover after parsing attributes.
[46428.760138] netlink: 140 bytes leftover after parsing attributes.
[46428.760290] netlink: 140 bytes leftover after parsing attributes.
[46428.760342] netlink: 140 bytes leftover after parsing attributes.
[46488.759746] netlink: 140 bytes leftover after parsing attributes.
[46488.759757] netlink: 140 bytes leftover after parsing attributes.
[46488.759901] netlink: 140 bytes leftover after parsing attributes.
[46488.759953] netlink: 140 bytes leftover after parsing attributes.
[46548.760537] netlink: 140 bytes leftover after parsing attributes.
[46548.760548] netlink: 140 bytes leftover after parsing attributes.
[46548.760700] netlink: 140 bytes leftover after parsing attributes.
[46548.761953] netlink: 140 bytes leftover after parsing attributes.
[46608.760342] netlink: 140 bytes leftover after parsing attributes.
[46608.760353] netlink: 140 bytes leftover after parsing attributes.
[46608.760503] netlink: 140 bytes leftover after parsing attributes.
[46608.760555] netlink: 140 bytes leftover after parsing attributes.
[46668.760002] netlink: 140 bytes leftover after parsing attributes.
[46668.760057] netlink: 140 bytes leftover after parsing attributes.
[46668.760215] netlink: 140 bytes leftover after parsing attributes.
[46668.760268] netlink: 140 bytes leftover after parsing attributes.
[46728.759484] netlink: 140 bytes leftover after parsing attributes.
[46728.759497] netlink: 140 bytes leftover after parsing attributes.
[46728.759655] netlink: 140 bytes leftover after parsing attributes.
[46728.759709] netlink: 140 bytes leftover after parsing attributes.
[46788.759250] netlink: 140 bytes leftover after parsing attributes.
[46788.759264] netlink: 140 bytes leftover after parsing attributes.
[46788.759418] netlink: 140 bytes leftover after parsing attributes.
[46788.759475] netlink: 140 bytes leftover after parsing attributes.
[46848.760392] netlink: 140 bytes leftover after parsing attributes.
[46848.760403] netlink: 140 bytes leftover after parsing attributes.
[46848.760552] netlink: 140 bytes leftover after parsing attributes.
[46848.760604] netlink: 140 bytes leftover after parsing attributes.
[46908.760746] netlink: 140 bytes leftover after parsing attributes.
[46908.760753] netlink: 140 bytes leftover after parsing attributes.
[46908.760875] netlink: 140 bytes leftover after parsing attributes.
[46908.760911] netlink: 140 bytes leftover after parsing attributes.
[46968.761077] netlink: 140 bytes leftover after parsing attributes.
[46968.761088] netlink: 140 bytes leftover after parsing attributes.
[46968.761244] netlink: 140 bytes leftover after parsing attributes.
[46968.761297] netlink: 140 bytes leftover after parsing attributes.
[47028.759895] netlink: 140 bytes leftover after parsing attributes.
[47028.759905] netlink: 140 bytes leftover after parsing attributes.
[47028.760121] netlink: 140 bytes leftover after parsing attributes.
[47028.760175] netlink: 140 bytes leftover after parsing attributes.
[47088.759828] netlink: 140 bytes leftover after parsing attributes.
[47088.759838] netlink: 140 bytes leftover after parsing attributes.
[47088.759987] netlink: 140 bytes leftover after parsing attributes.
[47088.760117] netlink: 140 bytes leftover after parsing attributes.
[47148.760571] netlink: 140 bytes leftover after parsing attributes.
[47148.760583] netlink: 140 bytes leftover after parsing attributes.
[47148.760735] netlink: 140 bytes leftover after parsing attributes.
[47148.760785] netlink: 140 bytes leftover after parsing attributes.
[47208.760978] netlink: 140 bytes leftover after parsing attributes.
[47208.760986] netlink: 140 bytes leftover after parsing attributes.
[47208.761105] netlink: 140 bytes leftover after parsing attributes.
[47208.761139] netlink: 140 bytes leftover after parsing attributes.
[47268.759727] netlink: 140 bytes leftover after parsing attributes.
[47268.759739] netlink: 140 bytes leftover after parsing 

Bug#659457: closing 659457

2012-03-11 Thread Reinhard Karcher

Am 10.03.2012 22:34, schrieb Dominique Dumont:

close 659457
thanks



Frozen-bubble still doesn't run, because it Can't locate 
Compress/Bzip2.pm in @INC.

I had to change line 61 in frozen-bubble from
Compress::Bzip2;
to
use IO::Compress::Bzip2;

Reinhard

PS Should I file a new bug against frozen-bubble?



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



Bug#659878: cannot set terminal process group (-1): Inappropriate ioctl for device, problems also with su

2012-02-22 Thread Reinhard Karcher
su is also not without problems. The command su - -c bash returns the 
same error message. The german message translate to the message in the 
bug report.


reinhard@apollon:~$ su - -c bash
Passwort:
bash: Kann die Prozessgruppe des Terminals nicht setzen (-1).: 
Unpassender IOCTL (I/O-Control) für das Gerät

bash: Keine Job Steuerung in dieser Shell.

Reinhard




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



Bug#659457: libsdl-perl in unstable breaks frozen-bubble

2012-02-11 Thread Reinhard Karcher
Package: libsdl-perl
Version: 2.536-1
Severity: important

libsdl-perl in unstable is missing some modules used by frozen-bubble.
For example, SDL::App is included by frozen-bubble in line 60,
but App.pm is missing in /usr/lib/perl5/SDL, SDL::Font is included by
/usr/share/perl5/FBLE (from packet frozen-bubble) and is also missing.

Reinhard

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

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

Versions of packages libsdl-perl depends on:
ii  fonts-sil-gentium-basic [ttf-sil-gentium-basic]  1.1-5
ii  libalien-sdl-perl1.430-1
ii  libc62.13-26
ii  libsdl-gfx1.2-4  2.0.23-1
ii  libsdl-image1.2  1.2.11-2
ii  libsdl-mixer1.2  1.2.12-1
ii  libsdl-pango10.1.2-4
ii  libsdl-ttf2.0-0  2.0.11-1
ii  libsdl1.2debian  1.2.15-1
ii  libtie-simple-perl   1.03-1
ii  perl 5.14.2-8
ii  perl-base [perlapi-5.14.2]   5.14.2-8

libsdl-perl recommends no packages.

Versions of packages libsdl-perl suggests:
ii  ttf-freefont  20100919-1

-- 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#654217: Computercrash with wine running Borland Delphi

2012-02-05 Thread Reinhard Karcher
As there is a new git-snapshot in experimental, that solved the problem 
for me and upstream has closed the bug, I think the bug should be closed.


Reinhard



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



Bug#656668: 3.2 has different /sys/class/power

2012-01-20 Thread Reinhard Karcher
Do you use module-init-tools 4.0.3-1 from experimental? I get similar 
errors with that version.


Reinhard



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



Bug#656668: 3.2 has different /sys/class/power

2012-01-20 Thread Reinhard Karcher

Am 20.01.2012 21:51, schrieb Adam Heath:

I use module-init-tools 3.16-1.



No problems with that version and linux-image-3.2.0-1-amd64.
I see both, the battery(CMB1) and the power-supply(AC).

Reinhard



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



Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Reinhard Karcher

The bug is listed at
https://bugs.freedesktop.org/show_bug.cgi?id=44384

using the newest xorg-driver compiled from git the bug is gone.

Reinhard



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



Bug#654217: Computercrash with wine running Borland Delphi

2012-01-18 Thread Reinhard Karcher
I suppose their is is a bug in the kernel driver - at least the call 
parameters are not checked thoroughly - that was triggered by (a bug 
from?) the xorg-driver and the trigger disappeared.
The bug on the xorg-driver can be closed, but I don't know if there 
should be a bug report on the kernel driver as the bug will not be 
reproducible. Perhaps we should wait for the bug to reappear.

Is there already a fixed version available in experimental?
The version now in experimental: 2:2.17.0+git20120115-1 still triggers 
the bug.


Reinhard



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



Bug#655462: module-init-tools: version in experimental breaks update-initramfs

2012-01-11 Thread Reinhard Karcher
Package: module-init-tools
Version: 4.0.3-1
Severity: normal


after upgrading modul-init-tools to the version in experimental,
dpkg -i some kernel image.deb can't build initrd any longer, because no
modules can be found.


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

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

Versions of packages module-init-tools depends on:
ii  dpkg  1.16.1.2
ii  kmod  3-1
ii  libkmod1  3-1

module-init-tools recommends no packages.

module-init-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#655462: module-init-tools: version in experimental breaks update-initramfs

2012-01-11 Thread Reinhard Karcher

Am 11.01.2012 14:34, schrieb Marco d'Itri:

This should have been fixed by the patch commit-525fa07, can you check
that modprobe --quiet --show-depends works for you?
Look at /usr/share/initramfs-tools/hook-functions to understand what
I mean.

Yes, it is working:

modprobe --quiet --show-depends i915
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/thermal/thermal_sys.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/thermal/thermal_sys.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/acpi/video.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/i2c-core.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/acpi/button.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/i2c-core.ko
insmod 
/lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/algos/i2c-algo-bit.ko

insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/i2c-core.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/gpu/drm/drm.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/i2c-core.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/i2c/i2c-core.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/gpu/drm/drm.ko
insmod 
/lib/modules/3.2.0-rc7-amd64/kernel/drivers/gpu/drm/drm_kms_helper.ko
insmod /lib/modules/3.2.0-rc7-amd64/kernel/drivers/gpu/drm/i915/i915.ko 
modeset=1


Trying to reinstall a kernel image
linux-image-3.1.0-1-amd64 (3.1.8-2) wird eingerichtet ...
Running depmod.
WARNING: could not open /lib/modules/3.1.0-1-amd64/modules.builtin: No 
such file or directory

Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 
3.1.0-1-amd64 /boot/vmlinuz-3.1.0-1-amd64

update-initramfs: Generating /boot/initrd.img-3.1.0-1-amd64
FATAL: Module intel_agp not found.
FATAL: Module xhci not found.
FATAL: Module ext4dev not found.
FATAL: Module af_packet not found.
FATAL: Module atkbd not found.
FATAL: Module i8042 not found.
FATAL: Module zfcp not found.
FATAL: Module dasd_diag_mod not found.
FATAL: Module dasd_eckd_mod not found.
FATAL: Module dasd_fba_mod not found.

FATAL: Module unix not found.
WARNING: could not open 
/tmp/mkinitramfs_0tLJHu/lib/modules/3.1.0-1-amd64/modules.builtin: No 
such file or directory
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.1.0-1-amd64 
/boot/vmlinuz-3.1.0-1-amd64


Reinhard



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



Bug#655462: module-init-tools: version in experimental breaks update-initramfs

2012-01-11 Thread Reinhard Karcher

Am 11.01.2012 15:17, schrieb Marco d'Itri:

All these errors are expected.
If the initramfs is actually empty then you will have to debug this by
yourself because I cannot reproduce it.



You are right, the initrd looks OK.
A small hint to disregard lines with FATAL messages would have been nice.

I think, the bug can be closed

Reinhard





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



Bug#653914: xserver-xorg-video-intel: Version in experimental does not match version of xserver-xorg-core

2012-01-01 Thread Reinhard Karcher
Package: xserver-xorg-video-intel
Version: 2:2.17.0-1
Severity: normal

   * What led up to the situation?
 Trying to install xserver-xorg-video-intel for Xserver 1.12.RC1 from 
experimental,
 as announced in KiBi blog. All other drivers in experimental depend on
 xserver-xorg-core =2:1.11.99.901 and xorg-video-abi = 12
 but the intel driver on xserver-xorg-core =2:1.10.99.901 and
 xorg-video-abi = 11. So the intel driver cannot be installed with the
 xserver-xorg-core with xorg-video-abi 11. 


-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jan 24  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056592 Dec 10 22:57 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (primary) [8086:2a02] (rev 03)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
-
total 4
-rw-r--r-- 1 root root 70 Jun 20  2011 dosemu_fonts.conf

KMS configuration files:

/etc/modprobe.d/i915-kms.conf:
  options i915 modeset=1

Kernel version (/proc/version):
---
Linux version 3.2.0-rc7-amd64 (Debian 3.2~rc7-1~experimental.1) 
(wa...@debian.org) (gcc version 4.6.2 (Debian 4.6.2-9) ) #1 SMP Wed Dec 28 
14:29:59 UTC 2011

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 30893 Dec 17 14:13 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 29757 Jan  1 11:21 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[60.196] 
X.Org X Server 1.11.2.902 (1.11.3 RC 2)
Release Date: 2011-12-09
[60.197] X Protocol Version 11, Revision 0
[60.197] Build Operating System: Linux 3.1.0-1-amd64 x86_64 Debian
[60.197] Current Operating System: Linux apollon 3.2.0-rc7-amd64 #1 SMP Wed 
Dec 28 14:29:59 UTC 2011 x86_64
[60.198] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-rc7-amd64 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory
[60.199] Build Date: 10 December 2011  09:55:45PM
[60.199] xorg-server 2:1.11.2.902-1 (Cyril Brulebois k...@debian.org) 
[60.200] Current version of pixman: 0.24.0
[60.200]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[60.201] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[60.202] (==) Log file: /var/log/Xorg.0.log, Time: Sat Dec 31 21:54:52 
2011
[60.388] (==) Using config directory: /etc/X11/xorg.conf.d
[60.388] (==) Using system config directory /usr/share/X11/xorg.conf.d
[60.503] (==) No Layout section.  Using the first Screen section.
[60.503] (==) No screen section available. Using defaults.
[60.503] (**) |--Screen Default Screen Section (0)
[60.503] (**) |   |--Monitor default monitor
[60.554] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[60.555] (==) Automatically adding devices
[60.555] (==) Automatically enabling devices
[60.700] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[60.700]Entry deleted from font path.
[60.955] (WW) The directory 
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType does not exist.
[61.118]Entry deleted from font path.
[61.118] (**) FontPath set to:
/usr/local/share/dosemu/Xfonts,
/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,
built-ins
[61.118] (==) ModulePath set to /usr/lib/xorg/modules
[61.118] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[61.118] (II) Loader magic: 0x7f677e5a7ae0
[61.118] (II) Module ABI versions:
[61.118]X.Org ANSI C Emulation: 0.4
[61.118]X.Org Video Driver: 11.0
[61.118]X.Org XInput driver : 13.0
[61.118]X.Org Server Extension : 6.0
[61.120] (--) PCI:*(0:0:2:0) 8086:2a02:10cf:13fe rev 3, Mem @ 
0xfc00/1048576, 0xe000/268435456, I/O @ 0x1800/8
[61.120] (--) PCI: (0:0:2:1) 8086:2a03:10cf:13fe rev 3, Mem @ 
0xfc10/1048576
[61.120] (II) Open ACPI successful (/var/run/acpid.socket)
[61.120] (II) LoadModule: extmod
[61.159] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[61.179] (II) Module extmod: vendor=X.Org Foundation
[61.179]compiled for 1.11.2.902, module 

Bug#651382: linux-image-3.2.0-rc4-amd64: webcam stops working

2011-12-08 Thread Reinhard Karcher
Package: linux-2.6
Version: 3.2~rc4-1~experimental.1
Severity: normal

Dear Maintainer,
 
My webcam doesn't work any longer, neither vlc nor guvcview nor cheese can use
it any longer. The error message from cheese:
libv4l2: error turning on stream: Auf dem Gerät ist kein Speicherplatz mehr 
verfügbar (That means: no space left on device)

The webcam is connected via usb
lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 006 Device 003: ID 0ac8:3343 Z-Star Microelectronics Corp. Sirius USB 2.0 
Camera
Bus 004 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor

linux-image 3.1 and before are OK.

Reinhard

-- Package-specific info:
** Version:
Linux version 3.2.0-rc4-amd64 (Debian 3.2~rc4-1~experimental.1) 
(b...@decadent.org.uk) (gcc version 4.6.2 (Debian 4.6.2-5) ) #1 SMP Sun Dec 4 
18:38:24 UTC 2011

** Command line:
BOOT_IMAGE=/boot/vmlinuz-3.2.0-rc4-amd64 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory 
pcie_aspm=force i915.i915_enable_rc6=1

** Not tainted

** Kernel log:
[   10.678572] input: Fujitsu FUJ02E3 as 
/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input8
[   10.678649] fujitsu_laptop: ACPI: Fujitsu FUJ02E3 [FEXT] (on)
[   10.679350] fujitsu_laptop: BTNI: [0xf0101]
[   10.683650] Registered led device: fujitsu::logolamp
[   10.683798] fujitsu_laptop: driver 0.6.0 successfully loaded
[   10.972699] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[   10.972704] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[   10.972851] iwl4965 :14:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[   10.972864] iwl4965 :14:00.0: setting latency timer to 64
[   10.972904] iwl4965 :14:00.0: Detected Intel(R) Wireless WiFi Link 
4965AGN, REV=0x4
[   11.011783] iwl4965 :14:00.0: device EEPROM VER=0x36, CALIB=0x5
[   11.011808] iwl4965 :14:00.0: Tunable channels: 13 802.11bg, 19 802.11a 
channels
[   11.011898] iwl4965 :14:00.0: irq 45 for MSI/MSI-X
[   11.459532] iwl4965 :14:00.0: loaded firmware version 228.61.2.24
[   11.459897] Registered led device: phy0-led
[   11.518755] psmouse serio4: synaptics: Touchpad model: 1, fw: 6.5, id: 
0x1c0b1, caps: 0xa04711/0xa02000/0x0
[   11.557495] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio4/input/input9
[   11.970883] Linux media interface: v0.10
[   11.991754] Linux video capture interface: v2.00
[   12.022424] snd_hda_intel :00:1b.0: power state changed by ACPI to D0
[   12.022581] snd_hda_intel :00:1b.0: power state changed by ACPI to D0
[   12.022596] snd_hda_intel :00:1b.0: PCI INT A - GSI 21 (level, low) - 
IRQ 21
[   12.022690] snd_hda_intel :00:1b.0: irq 46 for MSI/MSI-X
[   12.022735] snd_hda_intel :00:1b.0: setting latency timer to 64
[   12.573043] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[   12.886606] hda_codec: ALC262: SKU not ready 0x90970130
[   12.887805] input: HDA Digital PCBeep as 
/devices/pci:00/:00:1b.0/input/input10
[   12.951590] uvcvideo: Found UVC 1.00 device Sirius USB2.0 Camera (0ac8:3343)
[   12.955213] input: Sirius USB2.0 Camera as 
/devices/pci:00/:00:1d.7/usb6/6-4/6-4:1.0/input/input11
[   12.955399] usbcore: registered new interface driver uvcvideo
[   12.955403] USB Video Class driver (1.1.1)
[   13.771312] cfg80211: World regulatory domain updated:
[   13.771317] cfg80211: (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   13.771323] cfg80211: (2402000 KHz - 2472000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   13.771329] cfg80211: (2457000 KHz - 2482000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   13.771334] cfg80211: (2474000 KHz - 2494000 KHz @ 2 KHz), (300 mBi, 
2000 mBm)
[   13.771340] cfg80211: (517 KHz - 525 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   13.771345] cfg80211: (5735000 KHz - 5835000 KHz @ 4 KHz), (300 mBi, 
2000 mBm)
[   13.771876] cfg80211: Calling CRDA for country: DE
[   13.777617] cfg80211: Regulatory domain changed to country: DE
[   13.777622] cfg80211: (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp)
[   13.777628] cfg80211: (240 KHz - 2483500 KHz @ 4 KHz), (N/A, 
2000 mBm)
[   13.777633] cfg80211: (515 KHz - 525 KHz @ 4 KHz), (N/A, 
2000 mBm)
[   13.777639] cfg80211: (525 KHz - 535 KHz @ 4 KHz), (N/A, 
2000 mBm)
[   13.777643] cfg80211: (547 KHz - 5725000 KHz @ 4 KHz), (N/A, 
2698 mBm)
[   13.894573] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[   16.007613] Adding 4803396k swap on 

Bug#651382: linux-image-3.2.0-rc4-amd64: webcam stops working

2011-12-08 Thread Reinhard Karcher

It's a kernel bug, that vanished with the latest git from kernel.org.
The bugs exists in the 3.2-rc4 revision at git.kernel.org.

Reinhard



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



Bug#648266: Bug reapeared in iceweasel 9.0~b2-1 in experimental

2011-11-19 Thread Reinhard Karcher




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



Bug#648266: Bug reappeared in iceweasel 9.0~b2-1 from experimental

2011-11-19 Thread Reinhard Karcher
Using iceweasel 9 from experimental with the german language pack 8 from 
sid, I get the same error. Using LANG=C iceweasel or disabling the 
german language pack remove the error.


Reinhard

PS: sorry for hitting the send button in the previous message, before it 
was ready.




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



Bug#648266: Bug reappeared in iceweasel 9.0~b2-2 from experimental

2011-11-19 Thread Reinhard Karcher

I just downloaded iceweasel 9.0~b2-2 and got the same error.

Reinhard



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



Bug#648266: Please reopen

2011-11-13 Thread Reinhard Karcher


If have the same problem using iceweasel-l10n-de version 8.0+debian-1:

XML-Verarbeitungsfehler: Nicht definierte Entität
Adresse: chrome://browser/content/browser.xul
Zeile Nr. 789, Spalte 7:  menuitem id=context-inspect
--^

So, for the german localization the problem persists for version 8.

Please reopen the bug

Reinhard




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



Bug#633078: initramfs-tools: lsinitramfs doesn't understand xy-compression

2011-07-08 Thread Reinhard Karcher
Package: initramfs-tools
Version: 0.99
Severity: normal


lsinitramfs can only list initrds compressed by gzip, but mkinitramfs
can use an other compression option. From initramfs.conf:
# COMPRESS: [ gzip | bzip2 | lzma | lzop | xz ]
If I use e.g. xy-compression lsinitramfs can't list the initrd.

Reinhard

-- Package-specific info:
-- initramfs sizes
-rw-r--r-- 1 root root 6.9M Jul  5 13:11 /boot/initrd.img-2.6.39-2-amd64
-- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc6+ 
root=UUID=9bb56ba6-3117-47d6-b07c-2cca477643e9 ro quiet cgroup_enable=memory

-- resume
# RESUME=/dev/sda5
RESUME='UUID=9fc8a3c1-5d84-4eee-9164-ba0f639fcea2'
-- /proc/filesystems
ext3
fuseblk

-- lsmod
Module  Size  Used by
cpufreq_stats   2730  0 
cpufreq_conservative 4275  0 
acpi_cpufreq4971  1 
cpufreq_userspace   1816  0 
mperf   1133  1 acpi_cpufreq
cpufreq_powersave870  0 
bluetooth  64479  2 
snd_hrtimer 1452  1 
nfsd  245435  13 
exportfs3080  1 nfsd
nfs   294725  0 
lockd  60455  2 nfsd,nfs
fscache25270  1 nfs
auth_rpcgss33623  2 nfsd,nfs
nfs_acl 1951  2 nfsd,nfs
sunrpc164630  19 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
microcode   6638  0 
uinput  6516  1 
fuse   54985  1 
ipt_MASQUERADE  1490  1 
iptable_nat 3424  1 
nf_nat 12714  2 ipt_MASQUERADE,iptable_nat
nf_conntrack_ipv4   9798  3 iptable_nat,nf_nat
nf_conntrack   46020  4 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4
nf_defrag_ipv4  1219  1 nf_conntrack_ipv4
ip_tables  14003  1 iptable_nat
x_tables   14028  3 ipt_MASQUERADE,iptable_nat,ip_tables
bridge 60008  0 
stp 1392  1 bridge
llc 3262  2 bridge,stp
vhost_net  15302  0 
macvtap 6522  1 vhost_net
macvlan 6740  1 macvtap
tun12270  3 vhost_net
dm_mod 54655  0 
loop   13085  0 
kvm_intel  39134  0 
kvm   188076  1 kvm_intel
arc41242  2 
snd_hda_codec_realtek   272980  1 
snd_hda_intel  19281  3 
snd_hda_codec  55196  2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep   4906  1 snd_hda_codec
snd_pcm54125  2 snd_hda_intel,snd_hda_codec
snd_seq41643  1 
snd_timer  15939  3 snd_hrtimer,snd_pcm,snd_seq
snd_seq_device  4425  1 snd_seq
snd40837  15 
snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore872  1 snd
snd_page_alloc  5931  2 snd_hda_intel,snd_pcm
iwl496578997  0 
iwl_legacy 43163  1 iwl4965
pcmcia 28284  0 
mac80211  172223  2 iwl4965,iwl_legacy
uvcvideo   51990  0 
processor  23253  3 acpi_cpufreq
yenta_socket   17734  0 
pcmcia_rsrc 7198  1 yenta_socket
cfg80211  124288  3 iwl4965,iwl_legacy,mac80211
psmouse33182  0 
pcmcia_core10198  3 pcmcia,yenta_socket,pcmcia_rsrc
videodev   58104  1 uvcvideo
v4l2_compat_ioctl32 6695  1 videodev
i2c_i8017278  0 
battery 5893  0 
ac  2144  0 
serio_raw   3674  0 
pcspkr  1667  0 
fujitsu_laptop 10371  0 
rfkill 12964  3 bluetooth,cfg80211
evdev   8254  20 
sg 18356  0 
sr_mod 12596  0 
sd_mod 29729  3 
crc_t10dif  1244  1 sd_mod
cdrom  30041  1 sr_mod
i915  300652  2 
drm_kms_helper 20782  1 i915
drm   151615  3 i915,drm_kms_helper
i2c_algo_bit4209  1 i915
sdhci_pci   7465  0 
sdhci  18049  1 sdhci_pci
uhci_hcd   18396  0 
thermal 7359  0 
ehci_hcd   31593  0 
mmc_core   57282  1 sdhci
ata_piix   20947  0 
sky2   38218  0 
ahci   19689  2 
libahci15716  1 ahci
libata140905  3 ata_piix,ahci,libahci
scsi_mod  120684  4 sg,sr_mod,sd_mod,libata
cfbcopyarea 3022  1 i915
button  4177  1 i915
i2c_core   16300  6 
videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
video  10597  1 i915
thermal_sys12059  3 processor,thermal,video
cfbimgblt   1897  1 i915
cfbfillrect 2970  1 i915
usbcore   112731  3 uvcvideo,uhci_hcd,ehci_hcd

-- /etc/initramfs-tools/modules
intel_agp
i915

-- 

  1   2   >