Bug#1035101: Failed to detect HD if Intel RST-RAID is active

2023-05-02 Thread Thomas Viehweger
OK, great! I've just rebuilt an amd64 netinst image, bundling the extra module inside (/lib/modules/6.1.0-7-amd64/kernel/drivers/platform/x86/intel/intel-rst.ko) and I've verified that this module loads fine in a VM. Hi, I made an installation test, but no change. In the shell of the

Bug#1035101: Failed to detect HD if Intel RST-RAID is active

2023-04-29 Thread Thomas Viehweger
Apparently we have that option enabled in the regular linux package: debian/config/kernelarch-x86/config:CONFIG_INTEL_RST=m but the relevant module isn't shipped in any udebs: /lib/modules//kernel/drivers/platform/x86/intel/intel-rst.ko Would you be willing to test an unofficial

Bug#1035101: Failed to detect HD if Intel RST-RAID is active

2023-04-29 Thread Thomas Viehweger
Package: installation-reports Boot method: USB stick Image version: debian-bookworm-DI-rc2-amd64-netinst.iso Date: 2023-04-29 Machine: Dell Latitude 7400 Processor: i7-8665Ulspc Memory: 16 GB Partitions: - Output of lspci -knn (or lspci -nn): Base System Installation Checklist: [O] = OK, [E]

Bug#1026060: Bug: #1026060 -- mpv: dvb playback does not work anymore

2023-04-20 Thread Thomas Viehweger
Hi, I can confirm that DVB playback  is now working again for me with mpv_0.35.1-4_amd64.deb. Thanks!

Bug#1026060: mpv: dvb playback does not work anymore

2022-12-13 Thread Thomas Viehweger
Package: mpv Version: 0.35.0-3 Severity: important mpv 'dvb://Das Erste HD' fails with No protocol handler found to open URL dvb://Das Erste HD The protocol is either unsupported, or was disabled at compile-time. With mpv-0.34.1-1+b5 this was working.

Bug#996862: Still depends on mime-support instead of mailcap and/or media-types

2021-10-19 Thread Thomas Viehweger
Package: dwww Version: 1.14 Severity: normal I wanted to remove all obsolete packages in section oldlibs. This gave dependency problems. mime-support is a transitional package which depends on mailcap and media-types. This package should depend on one (or both) of these packages instead.

Bug#944675: Same problems here

2019-11-15 Thread Thomas Viehweger
I see following messages for all input devices: audit[444]: SECCOMP auid=4294967295 uid=0 gid=0 ses=4294967295 subj==unconfined pid=444 comm="libinput-device" exe="/lib/udev/libinput-device-group"> systemd-udevd[356]: event10: Process 'libinput-device-group

Bug#730824: initscripts: please document INIT_VERBOSE in /etc/default/rcS (and/or rcS (5) )

2019-08-08 Thread Thomas Viehweger
>> I wondered why some messages don't appear even if I had set VERBOSE=yes >> Looking at the code I found the solution (setting INIT_VERBOSE to yes). >> >> What about adding the following lines (or similar) to /etc/default/rcS: >> >> # be verbose even if kernel commandline contains "quiet" >>

Bug#907282: Package should recommend fonts-hack instead of fonts-hack-ttf

2018-08-25 Thread Thomas Viehweger
Package: lxqt-common Version: 0.11.2-2 The description of fonts-hack-ttf says: This package used to contain the TTF variants of the Hack font, which are now part of the consolidated fonts-hack package. This package is a dummy transitional package. It can be safely removed. Please update the

Bug#907281: Package should recommend fonts-hack instead of fonts-hack-ttf

2018-08-25 Thread Thomas Viehweger
Package: plasma-desktop Version: 4:5.13.4-1 The description of fonts-hack-ttf says: This package used to contain the TTF variants of the Hack font, which are now part of the consolidated fonts-hack package. This package is a dummy transitional package. It can be safely removed. Please update the

Bug#907280: Package should recommend fonts-hack instead of fonts-hack-ttf

2018-08-25 Thread Thomas Viehweger
Package: plasma-integration Version: 5.13.4-1 The description of fonts-hack-ttf says: This package used to contain the TTF variants of the Hack font, which are now part of the consolidated fonts-hack package. This package is a dummy transitional package. It can be safely removed. Please update

Bug#907279: Package should recommend fonts-hack instead of fonts-hack-ttf

2018-08-25 Thread Thomas Viehweger
Package: libqtermwidget5-0 Version: 0.9.0-1 The description of fonts-hack-ttf says: This package used to contain the TTF variants of the Hack font, which are now part of the consolidated fonts-hack package. This package is a dummy transitional package. It can be safely removed. Please update the

Bug#839575: Tinyca is incompatible with openssl 1.1 and some 1.0.2 versions

2017-05-07 Thread Thomas Viehweger
Edit: The working openssl-version 1.02g-2 was not from jessie-backports. It was from an older stretch version. Now I tried the current version 1.0.2k-1~bpo8+1 from jessie-backports: Tinyca hangs with this version, too - when creating a CA. openssl version 1.0.1t-1+deb8u6 works as expected...

Bug#839575: Tinyca is incompatible with openssl 1.1

2017-05-07 Thread Thomas Viehweger
severity 839575 serious thanks I digged a bit deeper. Tinyca 0.7.5-5 worked for me in Jessie. So I tried 0.7.5-6 there. It worked, too! After updating openssl from 1.0.2g-2 (jessie-backports) to 1.1.0e-1 (stretch) tinyca stopped working! The last thing what happened when creating a CA is a

Bug#839575: Maybe tinyca is incompatible with openssl 1.x

2017-05-06 Thread Thomas Viehweger
severity 839575 important thanks Same behaviour here. In the file .TinyCA/myown-CA/openssl.cnf most settings from the filled form are missing. For me the program is unusable. Set it to important, please. Thomas

Bug#846996: The mini-if is really not needed

2016-12-18 Thread Thomas Viehweger
I just tested with the following test program. The result is as expected: #include #include #include int main(void) { printf("0 -> %d\n\n", 16U); puts("__tzcnt_u16:"); printf("0x%x -> %d\n", 0, __tzcnt_u16(0)); for (uint16_t i = 1; i > 0; i <<= 1) {

Bug#846996: Unable to compile with g++-6

2016-12-05 Thread Thomas Viehweger
Hi Dmitry, >> Trying to compile lxqt-panel with g++-6 and qtbase5-dev_5.7.1 results in the >> following errors: >> >> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h: In function ‘uint >> qCountTrailingZeroBits(quint16)’: >> /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:630:32:

Bug#846996: Unable to compile with g++-6

2016-12-04 Thread Thomas Viehweger
Package: qtbase5-dev Version: 5.7.1~20161021+dfsg-6 Severity: important Trying to compile lxqt-panel with g++-6 and qtbase5-dev_5.7.1 results in the following errors: In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qlist.h:43:0, from

Bug#795006: sddm should provide x-display-manager

2015-08-09 Thread Thomas Viehweger
Package: sddm Version: 0.11.0-3 The package should have a Provides: x-display-manager field. Because of this if I look into the list of x-display-manager, sddm is missing. A Tag: field in the description would be nice, too. Suggestion (adapted from kdm): Tag: implemented-in::c++,

Bug#753905: My patch does not solve the whole problem

2014-07-09 Thread Thomas Viehweger
With the attached patch of my first message applied the result is the following: # apt -f install ... P: Checking for EXTLINUX directory... found. P: Saving old mbr... done: /boot/mbr-sda1.old P: Writing new mbr... done: /dev/sda1 P: Installing EXTLINUX... extlinux: cannot find device for path

Bug#754225: Configure fails if findmnt returns /dev/root as result of device

2014-07-08 Thread Thomas Viehweger
Package: syslinux-stuff Version: 3:6.03~pre18+dfsg-1 Tags: patch Configuring the packet gives: E: cannot access /dev/root: No such device dpkg: error processing package syslinux-stuff (--configure): subprocess installed post-installation script returned error exit status 1 This is because in

Bug#753905: Configure fails if findmnt or df returns /dev/root as result of device

2014-07-05 Thread Thomas Viehweger
Package: extlinux Version: 3:4.05+dfsg-6+deb8u1 After upgrading to version 3:4.05+dfsg-6+deb8u1: E: cannot access /dev/root: No such device dpkg: Fehler beim Bearbeiten des Paketes extlinux (--configure): Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück FYI:

Bug#739448: pandoc: endless loop converting from html

2014-02-18 Thread Thomas Viehweger
(Timeout) rt_sigprocmask(SIG_BLOCK, [INT], [], 8) = 0 clock_gettime(0x2 /* CLOCK_??? */, {2, 574978094}) = 0 clock_gettime(0x3 /* CLOCK_??? */, {2, 574982504}) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 select(0, [], [], NULL, {0, 0}) = 0 (Timeout) ... ... -- Regards, Thomas Viehweger

Bug#730824: initscripts: please document INIT_VERBOSE in /etc/default/rcS (and/or rcS (5) )

2013-11-29 Thread Thomas Viehweger
if kernel commandline contains quiet #INIT_VERBOSE=yes -- Regards, Thomas Viehweger -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#729228: samba-common: don't install /etc/samba/gdbcommands

2013-11-10 Thread Thomas Viehweger
Package: samba-common Version: 2:3.6.19-1 Severity: minor I think the file /etc/samba/gdbcommands is useless and should not be installed. -- Regards Thomas Viehweger -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas

Bug#711431: Unable to build with linux-3.9

2013-06-06 Thread Thomas Viehweger
Package: xtables-addons-source Version: 2.2-1 xt_DNETMAP.c could not be compiled because of the changed definition of kuid_t in linux-3.9 Here is a snippet of the output from the build: Xtables-addons 2.2 - Linux 3.9.4 if [ -n /lib/modules/3.9.4/build ]; then make -C /lib/modules/3.9.4/build

Bug#651227: Compositing unuseable with Radeon r300

2012-10-17 Thread Thomas Viehweger
I retried with 4:4.8.4-3 but got similar bad results than a year ago: glxgears Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 62 frames in 5.0 seconds = 12.369 FPS 64 frames in 5.0 seconds = 12.778 FPS ... from glxinfo:

Bug#574947: global: newer release (6.2.4) is available

2012-07-15 Thread Thomas Viehweger
retitle 574947 global: newer release (6.2.4) is available severity 574947 important found 574947 global/5.7.1-2 thanks Because of the age of the version 5.7.1 the packet becomes more and more unusable to browse newer source code. In my opinion this is the exact description of the severity

Bug#657671: [extlinux] Unexpected ordering of boot entries

2012-01-27 Thread Thomas Viehweger
Package: extlinux Version: 2:4.05+dfsg-1 Severity: normal Tags: patch After installing the 3.1.10 kernel I got an unexpected ordering of entries: 3.1.9 3.1.10 3.1.0-1-amd64 The attached patch fixes this. --- /usr/sbin/extlinux-update.orig 2012-01-27 21:42:52.658542144 +0100 +++

Bug#651227: Compositing unuseable with Radeon r300

2011-12-06 Thread Thomas Viehweger
Package: kde-window-manager Version: 4:4.6.5-3 Severity: normal If I enable windows effects the glxgears framerate goes down to 20 fps, moving windows etc. is a pain. Doing compiz --replace works as expected: glxgears is at the expected 60 fps (synchronized with monitor refresh rate), wobbling

Bug#650780: Wrong name of executable: /bin/sh: 1: kde-window-decorator: not found

2011-12-02 Thread Thomas Viehweger
Package: compiz-kde Version: 0.8.4-5 Severity: important Trying to run compiz --replace gives the following result: Backend : kconfig4 Integration : true Profile : default Adding plugins Initializing core options...done Initializing move options...done Initializing resize options...done

Bug#648366: ipset does not work with current linux-image

2011-11-10 Thread Thomas Viehweger
Package: ipset Version: 2.5.0-1 Severity: important The included /usr/sbin/ipset does not work with linux-image-3.0.0-1-amd64: # ipset -L ipset v2.5.0: ipset kernel/userspace version mismatch Perhaps ipset or your kernel needs to be upgraded. The package xtables-addons-common_1.37-1_amd64.deb

Bug#648370: Unable to build if IPv6 is disabled

2011-11-10 Thread Thomas Viehweger
Package: xtables-addons-dkms Version: 1.37-1 Severity: important Here is the output of the build: First Installation: checking all kernels... Building only for 3.0.8 Building for architecture amd64 Building initial module for 3.0.8 Error! Build of ip6table_rawpost.ko failed for: 3.0.8 (amd64)

Bug#648083: ipset does not work with current linux-image

2011-11-08 Thread Thomas Viehweger
Package: xtables-addons-common Version: 1.37-1 Severity: important The included /usr/sbin/ipset does not work with linux-image-3.0.0-1-amd64: # ipset -L ipset v4.5: Kernel ip_set module is of protocol version 6.I'm of protocol version 4. Please upgrade your kernel and/or ipset(8) utillity. The

Bug#617722: minidlna: Unable to create pid-file when not running as root

2011-03-10 Thread Thomas Viehweger
. The attached patch creates a directory /var/run/minidlna with owner minidlna and uses the file /var/run/minidlna/minidlna.pid as pid-file. This also fixes bug # 613853. Regards, Thomas Viehweger --- /etc/init.d/minidlna.old 2011-03-10 21:21:53.77671 +0100 +++ /etc/init.d/minidlna 2011-03-10

Bug#554142: libreadline5: can't prelink: section file offsets not monotonically

2009-11-29 Thread Thomas Viehweger
, Thomas Viehweger /lib/libreadline.so.5.2: file format elf32-i386 Sections: Idx Name Size VMA LMA File off Algn 0 .text 0001ec08 0120 0120 0120 2**4 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .init 0030 0001ed28

Bug#557518: xscanimage: Segfault when clicking into slider

2009-11-22 Thread Thomas Viehweger
Hi, here is the backtrace: Program received signal SIGSEGV, Segmentation fault. 0xa7d97acd in gtk_range_scroll (range=0x80844e0, scroll=value optimized out) at /build/buildd-gtk+2.0_2.18.3-1-i386- YrT8XN/gtk+2.0-2.18.3/gtk/gtkrange.c:2663 2663

Bug#555660: No DNS name resolution after upgrade from 2.9-25 to 2.10.1-5

2009-11-11 Thread Thomas Viehweger
My current workaround is to make a manual nslookup which works and writing the result to /etc/hosts. What is the content of your /etc/resolv.conf? It is almost empty, I have not touched the file: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT

Bug#555660: No DNS name resolution after upgrade from 2.9-25 to 2.10.1-5

2009-11-11 Thread Thomas Viehweger
What is the content of your /etc/resolv.conf? It is almost empty, I have not touched the file: # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN Thanks for the hint. I now added the

Bug#555660: No DNS name resolution after upgrade from 2.9-25 to 2.10.1-5

2009-11-10 Thread Thomas Viehweger
Package: libc6 Version: 2.10.1-5 Severity: major Name resolution stops working for me mostly after upgrading testing distribution. Example: ping heise.de ping: unknown host heise.de nslookup heise.de Server: 127.0.0.1 Address:127.0.0.1#53 Non-authoritative answer: Name:

Bug#552318: console-common: install-keymap gives dpkg: warning: obsolete option '--print-installation-architecture', please use '--print-architecture' instead.

2009-10-25 Thread Thomas Viehweger
Package: console-common Version: 0.7.83 Severity: minor Tags: patch The attached patch removes the above warning when calling install-keymap with dpkg 1.15.3.1. Regards, Thomas Viehweger --- /usr/sbin/install-keymap~ 2009-10-25 14:20:56.0 +0100 +++ /usr/sbin/install-keymap 2009-10-25 14

Bug#550226: One more error in /usr/share/cups/templates/de/set-printer-options-header.tmpl

2009-10-08 Thread Thomas Viehweger
Hi, I found one more error as attached. Regards Thomas Viehweger --- /usr/share/cups/templates/de/set-printer-options-header.tmpl.orig 2009-10-08 22:42:16.0 +0200 +++ /usr/share/cups/templates/de/set-printer-options-header.tmpl 2009-10-08 22:42:52.0 +0200 @@ -1,6 +1,6 @@ DIV

Bug#539684: bootchart is stopped too early

2009-08-02 Thread Thomas Viehweger
Package: insserv Version: 1.12.0-7 Severity: minor bootchart is set to S02bootchart, but it should be run after rmnologin which gets (at least at my system) S06rmnologin: # Provides: bootchart # Required-Start:$remote_fs rmnologin # Required-Stop: # Default-Start: 1 2 3 4 5 #

Bug#536574: shutdown: missing argument to accton

2009-07-11 Thread Thomas Viehweger
Package: sysvinit Version: 2.86.ds1-61 Severity: minor Tags: patch accton now needs the parameter off to stop accounting. The default action is not implemented anymore, which now gives the following error messages: accton: no arguments Usage: accton [OPTION] on|off|ACCOUNTING_FILE Try 'accton

Bug#535683: bootchart: Process accounting not enabled

2009-07-04 Thread Thomas Viehweger
Package: bootchart Version: 0.10~svn407-3 Severity: normal Tags: patch The following error appears when setting PROCESS_ACCOUNTING to yes: tar: kernel_pacct: Cannot stat: No such file or directory tar: Exiting with failure status due to previous errors This is because fix-bootup-tmp-dir.dpatch

Bug#520665: quiteinsane: Missing .desktop file

2009-03-21 Thread Thomas Viehweger
Package: quiteinsane Version: 0.10-14 Severity: minor Tags: patch I missed an entry for quiteinsane in the KDE program menue (maybe other window manager are also affected). Attached is a patch which adds the .desktop file (modified from kooka). quiteinsane_desktop.diff.gz Description: GNU Zip

Bug#520017: mlocate: not removing self created group after purge

2009-03-16 Thread Thomas Viehweger
Package: mlocate Version: 0.21.1-2 Severity: minor mlocate adds the group mlocate to /etc/group. After purging the package the group still is there. I expected that the group would have been removed, too. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of

Bug#518120: locate: Remove duplicate filesystem from PRUNEFS

2009-03-04 Thread Thomas Viehweger
Package: locate Version: 4.4.0-2 Severity: minor Tags: patch In the file /usr/bin/updatedb.findutils the proc filesystem is duplicated. Attached is a patch which corrects it. --- /usr/bin/updatedb.findutils 2008-04-03 19:41:22.0 +0200 +++ updatedb.findutils 2009-03-04 10:13:32.0

Bug#511762: hpijs-ppds: Several ppds not working with newer cups

2009-01-14 Thread Thomas Viehweger
Package: hpijs-ppds Version: 2.8.6.b-3 Severity: important Due to the more strict interpreter in cups 1.3.8 I get the following error with /usr/share/ppd/hpijs/HP/HP_Color_LaserJet_2605-ps.ppd: PPD file for Farblaser cannot be loaded! Missing value string on line 122. Hint: Run cupstestppd

Bug#484361: scanbuttond: segfaults if PATH is not set

2008-06-03 Thread Thomas Viehweger
Package: scanbuttond Version: 0.2.3-6 Severity: important I tried to run scanbuttond from udev by appending , RUN+=/usr/bin/scanbuttond to a rule in /etc/udev/libsane.rules. But the program segfaults because the environment variable PATH is not set. I attached a patch which corrects the