Bug#1071182: dracut: requires changes for systemd 256; boot fails otherwise

2024-05-28 Thread Holger Weiss
Package: dracut Followup-For: Bug #1071182 After updating to systemd 256~rc3-2 and dracut 060+5-8, these two messages are logged from initrd: | /bin/dracut-cmdline: 28: //lib/dracut/hooks/cmdline/00-parse-root.sh: cannot create /lib/dracut/hooks/initqueue/finished/devexists-\x2fdev\x2fdisk\x2fb

Bug#771808: ejabberd: Client sessions might hang and loose messages

2014-12-02 Thread Holger Weiss
Package: ejabberd Version: 14.07-3 Severity: important Sometimes, an ejabberd_c2s process (which handles a client session) hangs in a gen_tcp:send/2 call. This shouldn't happen, as that gen_tcp:send/2 call should run into a timeout rather than block forever, but occasionally¹ it does happen never

Bug#768462: ejabberd: Log files get lost on first rotation

2014-11-07 Thread Holger Weiss
Package: ejabberd Version: 14.07-2 Severity: important The package currently installs a logrotate(8) configuration which runs "ejabberdctl reopen-log" as a "postrotate" command after rotating log files. However, this command immediately overwrites rotated files, as it doesn't just reopen logs (as

Bug#698945: [Pkg-ia32-libs-maintainers] Bug#698945: Problem solved !!!

2013-01-28 Thread Holger Weiss
Dear maintainer, thanks for your help ! I found the problem and resolved it - the bug can be closed ! The problem was, that I did not realize (and no one told me - even not the maintainers after the explizit question why "/usr/lib32/ is not existent" ;-) that during an update of "multiarch" and

Bug#698945: [Pkg-ia32-libs-maintainers] Bug#698945: The working settings on machine 1

2013-01-28 Thread Holger Weiss
Debian does not have a libXm.so.3 at all, only libXm.so.2 and libXm.so.4, which are in lesstif2 and libmotif4 respectively. I understand, that using multiarch is refering to "apt-get" and can be used as "apt-get install package:arch" . Here is what happens with multiarch: # dpkg --print-fore

Bug#698945: [Pkg-ia32-libs-maintainers] Bug#698945: ia32-libs(20120926) works - ia32-libs"1.0:4" does not !

2013-01-28 Thread Holger Weiss
Hi, I see that I have a hard time to understand the "new" multiarch usage/architecture. I searche the web for some information about it, but did not find good descriptions. Previously, the /usr/lib32 contained all 32-bit libs. I think I need a liitle support from you to understand the new multi

Bug#698945: The working settings on machine 1

2013-01-25 Thread Holger Weiss
What I did to make the software work on machine1 with "ia32-libs" (20120926) is, that I had to create the following links: mv /usr/lib/libXm.so.3 /usr/lib/libXm.so.3.off #this deactivates actual libXm.so.3 ln -s /usr/lib/libXm.so.4 /usr/lib/libXm.so.3 #create link to libXm.so.4 f

Bug#698945: ia32-libs(20120926) works - ia32-libs"1.0:4" does not !

2013-01-25 Thread Holger Weiss
Package: ia32-libs Version: 1:0.4 Severity: important Dear Maintainer, I have 2 machine with identical hardware: machine1 and machine2, both with the Debian wheezy amd64 release. Machine1 got the last update in October 2012 and it is using "ia32-libs" Version "20120926". On this machine the soft

Bug#698637: iceweasel 10.0.12esr-1 freezes machine completely on somw websites

2013-01-24 Thread Holger Weiss
Some more news on this topic: 1) I did a complete new install with the actual wheezy release yesterday (2013-01-23) the same way I did it 2 weeks ago. 2) Iceweasel is NOT freezing anymore - its working as expected on the websites (www.bild.de) Assumption what the problem was

Bug#698637: iceweasel 10.0.12esr-1 freezes machine completely on somw websites

2013-01-22 Thread Holger Weiss
... > b )How can I run iceweasel in "gdb" to get a file-dump to do a post-mortem > analysis ? Please read /usr/share/bug/iceweasel/presubj, which reportbug should have shown you already. > c) Do I need the "iceweasel-dbg" package ? And if yes, how can I do it apt-get install iceweasel-dbg >

Bug#698637: iceweasel 10.0.12esr-1 freezes machine completely on somw websites

2013-01-22 Thread Holger Weiss
One more thing I tried: I added a new user to the system, logged in with the new user and tried www.bild.de --> complete freeze of machine. Bthw. I am using XFCE as desktop environment. Holger

Bug#698637: iceweasel 10.0.12esr-1 freezes machine completely on somw websites

2013-01-22 Thread Holger Weiss
Am Montag, den 21.01.2013, 18:02 +0100 schrieb Mike Hommey: On Mon, Jan 21, 2013 at 04:38:56PM +, Holger Weiss wrote: > Package: iceweasel > Version: 10.0.12esr-1 > Severity: important > > Dear Maintainer, > *** Please consider answering these questions, where appropriate

Bug#698637: iceweasel 10.0.12esr-1 freezes machine completely on somw websites

2013-01-21 Thread Holger Weiss
Package: iceweasel Version: 10.0.12esr-1 Severity: important Dear Maintainer, *** Please consider answering these questions, where appropriate *** * What led up to the situation? Visiting some websites (e.g. "www.bild.de", or our company internal IT-website) with "iceweas

Bug#624582: bcfg2: Bcfg2 client ignores "nonexistent" paths

2011-04-29 Thread Holger Weiss
Package: bcfg2 Version: 1.0.1-3 Severity: normal Tags: patch The Bcfg2 client ignores configuration entries such as which are used to specify that the named file path shouldn't exist. The problem can be reproduced like this: # touch /tmp/delete-me # cat >/tmp/config.xml <<'EOF'

Bug#607233: erlang: Bug in rwlock implementation

2010-12-16 Thread Holger Weiss
* Sergei Golovan [2010-12-16 09:15]: > On Thu, Dec 16, 2010 at 2:07 AM, Holger Weiss > wrote: > > The current ejabberd documentation disapproves[*] the use of Erlang/OTP > > R14A and R14B due to the bug mentioned in the following posting: > > > > http://www.

Bug#607233: erlang: Bug in rwlock implementation

2010-12-15 Thread Holger Weiss
Package: erlang Version: 1:14.a-dfsg-2 Severity: normal The current ejabberd documentation disapproves[*] the use of Erlang/OTP R14A and R14B due to the bug mentioned in the following posting: http://www.erlang.org/cgi-bin/ezmlm-cgi/4/54598 Should this be fixed in squeeze? It's fixed up

Bug#551786: linux-image-2.6.26-2-686-bigmem: disk write performance regression

2009-10-20 Thread Holger Weiss
Package: linux-image-2.6.26-2-686-bigmem Version: 2.6.26-19 Severity: normal File: /boot/vmlinuz-2.6.26-2-686-bigmem Tags: patch We encountered a serious disk write performance regression after upgrading from the etch kernel (2.6.18) to the etchnhalf kernel (2.6.24). Co-workers of mine stumbled o