Bug#955747: libgl1-mesa-dri: all GL programms crash on startup

2020-04-04 Thread Felix Rublack
Am 04.04.20 um 21:20 schrieb Timo Aaltonen:
> Felix Rublack kirjoitti 4.4.2020 klo 16.57:
>> Package: libgl1-mesa-dri
>> Version: 20.0.2-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> after upgrading libgl1-mesa-dri from 19.3.3-1 to 20.0.2-1 all programms 
>> using GL crash on startup. It affects even the simple ones like glxgears and 
>> glxdemo. In strace it looks like an endless loop until a resource exhaustion 
>> occures. I attach the output of dmesg and strace from glxdemo.
> 
> Try uninstalling the -intel driver?
> 

I tried this and the bug does not occur when using the modeset (is this
the right name?) driver. But i think, i'm not the only user of the intel
driver.

Greetings
Felix Rublack



Bug#939875: Suspend fails. Machine shuts down after approx 30 seconds

2020-01-26 Thread Felix Rublack
Hi everyone,

I think this bug is maybe a duplicate of https://bugs.debian.org/939170

Greetings
Felix Rublack



Bug#939170: linux: does not suspend completely, locks up

2020-01-26 Thread Felix Rublack
Hi everyone,

I have the same issue on a ThinkPad T460s (suspend works only half way,
reboot and poweroff stop just short before actual shutdown).

I bisected the problem to the TPM driver. Blacklisting the module in
modprobe.d fixed the problem for me.

Sample configuration: /etc/modprobe.d/blacklist-tpm.conf

# Prevent TPM from loading. It breaks suspend and power cycle.
blacklist tpm
blacklist tpm_crb
blacklist tpm_tis
blacklist tpm_tis_core

Greetings
Felix Rublack



Bug#682888: netcat-traditional: netcat may connect to itself, if used on closed local port

2012-07-26 Thread Felix Rublack
Package: netcat-traditional
Version: 1.10-40
Severity: normal

If netcat is used to connect to a closed local port, it may connect to itself.

How to reproduce:

1) Select a random port from the range which is used by clients
# sysctl net.ipv4.ip_local_port_range

2) Start netcat in loop with this port
# while true; do nc.traditional -v localhost 52804 < /dev/zero; done
localhost [127.0.0.1] 52804 (?) : Connection refused
localhost [127.0.0.1] 52804 (?) : Connection refused
[]
localhost [127.0.0.1] 52804 (?) : Connection refused
localhost [127.0.0.1] 52804 (?) : Connection refused
localhost [127.0.0.1] 52804 (?) open

The new version netcat-openbsd has the same bug (Filled under #682444). It may 
be just 
coincidence, but it looks like that this version is less prone for this bug.

Greetings
Felix Rublack


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

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

Versions of packages netcat-traditional depends on:
ii  libc6  2.13-35

netcat-traditional recommends no packages.

netcat-traditional 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#682444: netcat-openbsd: netcat may connect to itself, if used on closed local port

2012-07-22 Thread Felix Rublack
Package: netcat-openbsd
Version: 1.105-7
Severity: normal

If netcat is used to connect to a closed local port, it may connect to itself.

How to reproduce:

1) Select a random port from the range which is used by clients
# sysctl net.ipv4.ip_local_port_range

2) Start netcat in loop with this port
# while true; do nc.openbsd -v localhost 52804 < /dev/zero; done
nc.openbsd: connect to localhost port 52804 (tcp) failed: Connection refused
nc.openbsd: connect to localhost port 52804 (tcp) failed: Connection refused
[]
nc.openbsd: connect to localhost port 52804 (tcp) failed: Connection refused
nc.openbsd: connect to localhost port 52804 (tcp) failed: Connection refused
Connection to localhost 52804 port [tcp/*] succeeded!

It shouldn't do this :)

Greetings
Felix Rublack

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

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

Versions of packages netcat-openbsd depends on:
ii  libbsd0  0.4.2-1
ii  libc62.13-34

netcat-openbsd recommends no packages.

netcat-openbsd 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#624537: libmtp8: Use udev to check if mtp-probe is available

2011-05-03 Thread Felix Rublack
Package: libmtp8
Version: 1.0.6-4
Tags: patch
Followup-For: Bug #624537

Hi!

Just adding libmtp-runtime to the recommends does not fix the bug. The udev 
rules
should check, if mtp-probe exists and if it is executable. I created a patch for
mtp-hotplug to get this feature using standard udev facilities. The only 
drawback
is, that TEST requires an full path. So i have to remove the shortcut for 
PROGRAM
if mtp-probe is in the default /lib/udev directory.

Greetings
Felix Rublack

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

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

Versions of packages libmtp8 depends on:
ii  libc62.13-2  Embedded GNU C Library: Shared lib
ii  libusb-0.1-4 2:0.1.12-17 userspace USB programming library

Versions of packages libmtp8 recommends:
pn  libmtp-runtime (no description available)
ii  udev  168-1  /dev/ and hotplug management daemo

libmtp8 suggests no packages.

-- no debconf information
diff -r libmtp-1.0.6/util/mtp-hotplug.c libmtp-1.0.6.old/util/mtp-hotplug.c
108a109,112
>   /* Don't add the standard udev path... */
>   if (!strcmp(mtp_probe_dir, "/lib/udev/")) {
> 	mtp_probe_dir[0] = '\0';
>   }
241,242c245
< 
< printf("ENV{ID_MTP_DEVICE}!=\"1\", ATTR{bDeviceClass}==\"00|02|06|ff\", TEST{100}==\"%smtp-probe\", PROGRAM=\"%smtp-probe /sys$env{DEVPATH} $attr{busnum} $attr{devnum}\", RESULT==\"1\", %s", mtp_probe_dir, mtp_probe_dir, action);
---
> printf("ENV{ID_MTP_DEVICE}!=\"1\", ATTR{bDeviceClass}==\"00|02|06|ff\", PROGRAM=\"%smtp-probe /sys$env{DEVPATH} $attr{busnum} $attr{devnum}\", RESULT==\"1\", %s", mtp_probe_dir, action);


Bug#481154: mysql-server-5.0: script for checking crashed tables fail, if special characters are in table/column name

2008-05-13 Thread Felix Rublack
Package: mysql-server-5.0
Version: 5.0.51a-6
Severity: normal
Tags: patch

The script doing some checks after the startup of the MySQL server, generates
invalid SQL queries, if table or column names contain special characters. I
created a patch, which quotes the names and the script run without any 
problems.

diff -ur mysql-dfsg-5.0-5.0.51a.orig/debian/additions/debian-start.inc.sh 
mysql-dfsg-5.0-5.0.51a/debian/additions/debian-start.inc.sh
--- mysql-dfsg-5.0-5.0.51a.orig/debian/additions/debian-start.inc.sh
2008-05-14 08:13:14.774336649 +0200
+++ mysql-dfsg-5.0-5.0.51a/debian/additions/debian-start.inc.sh 2008-05-14 
08:16:08.746343377 +0200
@@ -19,8 +19,8 @@
   # We have to use xargs in this case, because a for loop barfs on the 
   # spaces in the thing to be looped over. 
   LC_ALL=C $MYSQL --skip-column-names --batch -e  '
-  select concat("select count(*) into @discard from ",
-TABLE_SCHEMA, ".", TABLE_NAME) 
+  select concat("select count(*) into @discard from `",
+TABLE_SCHEMA, "`.`", TABLE_NAME, "`") 
   from information_schema.TABLES where ENGINE="MyISAM"' | \
 xargs -i $MYSQL --skip-column-names --silent --batch \
     --force -e "{}" >$tempfile 

 
Greetings

Felix Rublack

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
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 mysql-server-5.0 depends on:
ii  adduser3.107 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.21Debian configuration management 
sy
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libdbi-perl1.604-1+b1Perl5 database interface by Tim 
Bu
ii  libgcc11:4.3.0-4 GCC support library
ii  libmysqlclient15off5.0.51a-6 MySQL database client library
ii  libncurses55.6+20080503-1Shared libraries for terminal 
hand
ii  libreadline5   5.2-3 GNU readline and history 
libraries
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-15  Wietse Venema's TCP wrappers 
libra
ii  lsb-base   3.2-12Linux Standard Base 3.2 init 
scrip
ii  mysql-client-5.0   5.0.51a-6 MySQL database client binaries
ii  mysql-common   5.0.51a-6 MySQL database common files
ii  passwd 1:4.1.1-1 change and administer password 
and
ii  perl   5.10.0-10 Larry Wall's Practical Extraction 
ii  psmisc 22.6-1Utilities that use the proc 
filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  libhtml-template-p 2.9-1 HTML::Template : A module for 
usin
ii  mailx  1:20071201-3  Transitional package for mailx 
ren

-- debconf information excluded



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



Bug#465555: kmail symbol lookup error at startup

2008-02-13 Thread Felix Rublack
Package: kmail
Version: 4:3.5.8-1
Severity: important

kmail crashes at startup with a symbol lookup error

$ kmail
kbuildsycoca running...
kmail: symbol lookup error: /usr/lib/libkmailprivate.so: undefined
symbol: fstat64
DCOP aborting (delayed) call from 'anonymous-9573' to 'kmail'

this is kmail 1.9.7

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.24-1-powerpc
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 kmail depends on:
ii  kdebase-kio-plugins4:3.5.8.dfsg.1-7  core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.8.dfsg.1-7  core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.8-1 KDE pim I/O Slaves
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libaudio2  1.9.1-1   Network Audio System - shared libr
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080202-1  GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.4-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG
ii  libkcal2b  4:3.5.8-1 KDE calendaring library
ii  libkdepim1a4:3.5.8-1 KDE PIM library
ii  libkleopatra1  4:3.5.8-1 KDE GnuPG interface libraries
ii  libkmime2  4:3.5.8-1 KDE MIME interface library
ii  libkpimidentities1 4:3.5.8-1 KDE PIM user identity information
ii  libksieve0 4:3.5.8-1 KDE mail/news message filtering li
ii  libmimelib1c2a 4:3.5.8-1 KDE mime library
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libqt3-mt  3:3.3.8b-1Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3-20080202-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  perl   5.8.8-12  Larry Wall's Practical Extraction
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

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

-- no debconf information



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