Bug#834035: kdb5_util hangs forever

2016-09-07 Thread Michael Welle
Hello, I've installed a test machine and everything looks good so far. Thank you all who were involved in fixing this bug. Regards hmw

Bug#834035: kdb5_util hangs forever

2016-08-11 Thread Michael Welle
Hello, I just installed five test machines with the 64 bit variant of Debian and all of them seem to work as expected. The trace looks a bit different: open("/var/lib/krb5kdc/principal.ok", O_RDWR|O_CREAT|O_TRUNC, 0600) = 3 fcntl(3, F_OFD_SETLKW, {l_type=F_WRLCK, l_whence=SEEK_SET, l_start=0, l

Bug#834035: kdb5_util hangs forever

2016-08-11 Thread Michael Welle
Hello, Sam Hartman wrote: > > So, in particular, it looks like kdb5_util is acquiring a lock from 0 to > bignum that fails, acquiring a lock from 0 to 0 that succeeds, releasing > the lock from 0 to bignum (which succeeds?), and then while still > holding the lock from 0 to 0 tries to get another

Bug#834035: kdb5_util hangs forever

2016-08-11 Thread Michael Welle
Hello, Benjamin Kaduk wrote: [...] > It's probably worth noting that I think this is the first set of krb5 > packages built using gcc6; there may be some complications as a result of > that. > > Or it may just be a more mundane bug relating to OFD locks, I made another observation, which I unfort

Bug#834035: kdb5_util hangs forever

2016-08-11 Thread Michael Welle
Package: krb5-kdc Version: 1.14.3+dfsg-1 Severity: critical Hello, I try create a database with the command kdb5_util create -s -P foo That seems to hang forever. Relevant part of a trace: open("/var/lib/krb5kdc/principal.ok", O_RDWR|O_CREAT|O_TRUNC, 0600) = 3 fcntl64(3, F_OFD_SETLKW, {l_type

Bug#833652: Dependency to keyutils package missing

2016-08-07 Thread Michael Welle
Package: nfs-common Version: 1:1.2.8-9.1 Hello, after installing the package nfs-common and configuring a nfs v4 client, the client has trouble to map the user/group ids correctly. This is solved by manually installing the keyutils package. The nfs-kernel-server has a dependency to keyutils, for

Bug#666716: -no-remote in conjunction with -new-tab doesn't work anymore

2012-04-01 Thread Michael Welle
Hello, Mike Hommey wrote: > > On Sun, Apr 01, 2012 at 10:55:42AM +0200, Michael Welle wrote: > > Package: iceweasel > > Version: 10.0.3esr-2 [...] > > To reproduce > > > > 1. start a new browser process: > > > > $ iceweasel -no-remote http:// &a

Bug#666716: -no-remote in conjunction with -new-tab doesn't work anymore

2012-04-01 Thread Michael Welle
Package: iceweasel Version: 10.0.3esr-2 The cmd line switches -new-tab and -new-window don't work anymore if the browser was initially started with the cmd line switch -no-remote. Trying to open a new tab in a running browser then results in a message box saying 'Iceweasel is already running, bu

Bug#565496: [Pkg-nagios-devel] Bug#565496: Invalid logic sourcing init-functions

2010-01-16 Thread Michael Welle
Hi Alexander, Alexander Wirt wrote: > > Michael Welle schrieb am Samstag, den 16. Januar 2010: > > Hi, > > > The logic for sourcing the file init-functions seems to be odd: > > > > if ! [ -x "/lib/lsb/init-functions" ]; then > > . /lib/ls

Bug#565495: Invalid logic sourcing init-functions

2010-01-16 Thread Michael Welle
Package: ippl Version: 1.4.14-11 The logic for sourcing the file init-functions seems to be odd: if ! [ -x "/lib/lsb/init-functions" ]; then . /lib/lsb/init-functions else echo "E: /lib/lsb/init-functions not found, lsb-base (>= 3.0-6) needed" exit 1 fi The file is not sourced if it exists

Bug#565496: Invalid logic sourcing init-functions

2010-01-16 Thread Michael Welle
Package: nagios3 Version: 3.2.0-4 The logic for sourcing the file init-functions seems to be odd: if ! [ -x "/lib/lsb/init-functions" ]; then . /lib/lsb/init-functions else echo "E: /lib/lsb/init-functions not found, lsb-base (>= 3.0-6) needed" exit 1 fi The file is not sourced if it exist

Bug#375365: (no subject)

2008-12-28 Thread Michael Welle
Hi, the user input isn't checked for errors and validity. Quick fix: Stella:/tmp/netkit-tftp-0.17/tftp# diff -urN main.c.org main.c diff -urN main.c.org main.c --- main.c.org 2008-12-28 11:50:44.0 +0100 +++ main.c 2008-12-28 11:50:40.0 +0100 @@ -209,7 +209,10 @@

Bug#351403: (no subject)

2008-12-28 Thread Michael Welle
Hi, this annoying behaviour is caused by resetting the socket data structure before sending the final ack packet. Changing the calling order should fix this. The new behaviour is in case of no error: 1. sent final ack 2. reset socket data structure 3. close file etc. in case of an error: 1.

Bug#509905: ITP: Vared -- Editing environment variables made easy

2008-12-27 Thread Michael Welle
Package: wnpp Severity: wishlist * Package name : vared Version : 0.1.1 Upstream Author : Michael Welle * URL : http://www.c0t0d0s0.de/vared/vared.html * License : GPL v2 Description : Vared allows one to edit the value of an environment variable in a readline manner and than it

Bug#404438: gpc doesn't wait() for child procs

2006-12-24 Thread Michael Welle
Package: gphotocoll Version: 0.7-10 Hi, after starting and quitting an external application (e.g. gimp) gphotocoll doesn't do a wait() and the process table fills up with zombies. The appended patch installs a sig handler, which acts as a grim reaper. Michael --- t/gphotocoll-0.7/src/main.c 2