Bug#1051355: chromium: Segmentation fault

2023-09-07 Thread Bernhard Reutner-Fischer
Hi! I'm seeing the same thing with chromium-116.0.5845.180-1 $ chromium --temp-profile -g Using temporary profile: /tmp/tmp.ZOHJkTVKhC # Env: # LD_LIBRARY_PATH= # PATH=/home/x/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games #GTK_PATH= # CHROMIUM_FLAGS= --show-c

Bug#970036: libopenmpi-dev fails to install

2020-09-12 Thread Bernhard Reutner-Fischer
On Thu, 10 Sep 2020 20:14:31 +0200 Gianfranco Costamagna wrote: > control: tags -1 patch > > On Thu, 10 Sep 2020 21:05:09 +0300 Adrian Bunk wrote: > > Package: libopenmpi-dev > > Version: 4.0.5-2 > > Severity: grave > > Tags: ftbfs > > Control: affects -1 src:scotch src:starpu > > > > ... > >

Bug#521483: busybox: no way to handle a syslogd pidfile

2015-02-14 Thread Bernhard Reutner-Fischer
Hi, Not quite sure what that bug is about, but syslogd writes a pidfile since busybox >= 1.6.0 /var/run/syslogd.pid Later versions of busybox made the path configurable. See CONFIG_PID_FILE_PATH in your .config in busybox >= 1.21.0 What am i missing? thanks, -- To UNSUBSCRIBE, email to debi

Bug#674029: multipath-tools: stop fails due to incorrect awk expression

2012-05-22 Thread Bernhard Reutner-Fischer
Package: multipath-tools Version: 0.4.9+git0.4dfdaf2b-4 Severity: important Tags: patch Dear Maintainer, * What led up to the situation? aptitude upgrade trying to stop multipath, breaking my upgrade. See top of attached patch for details -- Package-specific info: /etc/multipath.conf does n

Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-09 Thread Bernhard Reutner-Fischer
On 9 November 2011 12:21, Bastian Blank wrote: > On Wed, Nov 09, 2011 at 11:41:38AM +0100, Bernhard Reutner-Fischer wrote: >> On Tue, Nov 08, 2011 at 01:29:34PM +0100, Bastian Blank wrote: >> >This is neither the latest version (2.6.32-38 is it) nor is it >> >supporte

Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-09 Thread Bernhard Reutner-Fischer
On Tue, Nov 08, 2011 at 01:29:34PM +0100, Bastian Blank wrote: >severity 648004 normal >thanks > >On Tue, Nov 08, 2011 at 10:15:33AM +0100, Bernhard Reutner-Fischer wrote: >> On debian 6.0.2 i am running a XEN guest with 2.6.32-5-xen-amd64 >> from linux-image-2.6.32-5-xen-

Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-08 Thread Bernhard Reutner-Fischer
Package: linux-image-2.6.32-5-xen-amd64 Version: 2.6.32-35 Severity: critical Justification: breaks the whole system Dear Maintainer, On debian 6.0.2 i am running a XEN guest with 2.6.32-5-xen-amd64 from linux-image-2.6.32-5-xen-amd64 (version 2.6.32-35). The bug sounds like it comes from the op

Bug#630521: files starting with '!' break editors file-based completion

2011-10-14 Thread Bernhard Reutner-Fischer
Package: bash-completion Version: 1:1.3-1 Followup-For: Bug #630521 Hi, Any update? I'm still seeing this: $ mkdir -p /tmp/630521 $ touch /tmp/630521/{\!,file{1,2,3}} $ cd /tmp/630521 $ ls -1 ! file1 file2 file3 $ set -x $ vi fil+ local IFS cur xspec + IFS=' ' + COMPREPLY=() + _get_comp_words_by

Bug#539239: grub2 deprecated vga=, splashy sort of needs it

2009-11-25 Thread Bernhard Reutner-Fischer
Hi, Something like this works for me: --- .splashy.00 2009-04-18 21:41:24.0 +0200 +++ splashy 2009-11-25 23:41:28.0 +0100 @@ -83,6 +83,10 @@ ;; esac done + # grub2 gfxmode? + [ "$FBMODESET" != "true" ] && [ -f /boot/grub/grub.cfg

Bug#557865: autofs5-ldap: /etc/autofs_ldap_auth.conf installed with wrong file-mode 0644 instead of 0600

2009-11-24 Thread Bernhard Reutner-Fischer
Package: autofs5-ldap Version: 5.0.4-3 Severity: grave Justification: causes non-serious data loss vv:/var/log# grep autofs daemon.log Nov 24 21:42:51 vv automount[13952]: parse_ldap_config: lookup(ldap): Configuration file /etc/autofs_ldap_auth.conf exists, but is not usable. Please make sure t

Bug#556257: fakeroot: detect LargeFileSupport with uClibc

2009-11-14 Thread Bernhard Reutner-Fischer
Package: fakeroot Version: 1.13.1 Severity: normal Tags: patch uClibc can be built without Largefile support (LFS). If LFS in on, then __UCLIBC_HAS_LFS__ is defined. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64

Bug#502671: [PATCH 00/13] misc improvements for xosd, debian bug 502671

2009-02-02 Thread Bernhard Reutner-Fischer
On Mon, Feb 02, 2009 at 04:21:18PM +0100, Joachim Breitner wrote: >Hi Bernhard, > >Am Montag, den 02.02.2009, 16:13 +0100 schrieb Bernhard Reutner-Fischer: >> The debian package (-9 at the time of this writing) still eats too much CPU >> for displaying clock and mixer. >>

Bug#502671: [PATCH 09/13] add proper dependencies for the plugins

2009-02-02 Thread Bernhard Reutner-Fischer
Otherwise the plugins are not rebuilt if one of the source files were changed. Signed-off-by: aldot --- src/osdsh/Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/osdsh/Makefile b/src/osdsh/Makefile index c0f225d..ca604f9 100644 --- a/src/osdsh/Mak

Bug#502671: [PATCH 03/13] use CC and CFLAGS and fix "-ldl" typo

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- src/osdctl/Makefile |2 +- src/osdsh/Makefile | 22 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/osdctl/Makefile b/src/osdctl/Makefile index cf2bb66..fa22e54 100644 --- a/src/osdctl/Makefile +++ b/src/osdctl/Makefile

Bug#502671: [PATCH 11/13] add usleep in clockdisplay

2009-02-02 Thread Bernhard Reutner-Fischer
Like in the mixer, do not sonsume insane amounts of cpu time. Signed-off-by: aldot --- src/osdsh/clockdisplay.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/osdsh/clockdisplay.c b/src/osdsh/clockdisplay.c index 2ada45d..55c6b23 100644 --- a/src/osdsh/clockdispla

Bug#502671: [PATCH 10/13] commentary typo fix

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- src/osdsh/clockdisplay.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/osdsh/clockdisplay.c b/src/osdsh/clockdisplay.c index ca057b3..2ada45d 100644 --- a/src/osdsh/clockdisplay.c +++ b/src/osdsh/clockdisplay.c @@ -76,7 +76,7 @@ int isitmi

Bug#502671: [PATCH 13/13] simplify plugin loading, add OSDSH_LIB_DIR env var

2009-02-02 Thread Bernhard Reutner-Fischer
Previously the PLUGINSDIR was hardcoded to /usr/lib/osdsh which broke terribly for installing into another PREFIX. Add and document OSDSH_LIB_DIR that takes precedence over the hardwired PLUGINSDIR. Signed-off-by: aldot --- debian/osdsh.1|5 + src/osdsh/controlsh.c | 3

Bug#502671: [PATCH 12/13] accept option -a

2009-02-02 Thread Bernhard Reutner-Fischer
The option 'a' (for --align) was missing in the getopt call and as such was rejected. Sort short options according to the long option struct while at it, to improve readability. Signed-off-by: aldot --- src/osdsh/osdsh.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --g

Bug#502671: [PATCH 07/13] provide install-strip target

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- Makefile |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e209d7b..a76eb1f 100644 --- a/Makefile +++ b/Makefile @@ -18,13 +18,16 @@ osdctl: install: all $(INSTALL) -d $(BINDIR) - $(INSTALL) src/os

Bug#502671: [PATCH 02/13] use more portable $(INSTALL) -d instead of mkdir

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- Makefile |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1254407..e209d7b 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,12 @@ osdctl: cd src/$@; make install: all + $(INSTALL) -d $(BINDIR)

Bug#502671: [PATCH 01/13] remove superfluous VERSION from Makefile

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- Makefile |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index af909b1..1254407 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -VERSION=0.6.0 PREFIX=/usr/local EXEC_PREFIX=$(PREFIX) -- 1.5.6.5 -- To UNSUBSCRIBE

Bug#502671: [PATCH 06/13] include stdlib.h for exit()

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- src/osdctl/osdctl.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/osdctl/osdctl.h b/src/osdctl/osdctl.h index 4fcdb48..a9d1df5 100644 --- a/src/osdctl/osdctl.h +++ b/src/osdctl/osdctl.h @@ -1,3 +1,4 @@ #include +#include #include #inc

Bug#502671: [PATCH 08/13] do not override mixer position

2009-02-02 Thread Bernhard Reutner-Fischer
Just use the position from the "theme", do not hardcode bottom for the mixer. Signed-off-by: aldot --- src/osdsh/mixerwatch.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/osdsh/mixerwatch.c b/src/osdsh/mixerwatch.c index a6a0152..e1ec5c1 100644 --- a/src/osds

Bug#502671: [PATCH 05/13] add missing dependencies on header files

2009-02-02 Thread Bernhard Reutner-Fischer
Signed-off-by: aldot --- src/osdctl/Makefile |2 +- src/osdsh/Makefile |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osdctl/Makefile b/src/osdctl/Makefile index fa22e54..bd17954 100644 --- a/src/osdctl/Makefile +++ b/src/osdctl/Makefile @@ -9,7 +9,7 @@ CFLAGS

Bug#502671: [PATCH 00/13] misc improvements for xosd, debian bug 502671

2009-02-02 Thread Bernhard Reutner-Fischer
Hi there, The debian package (-9 at the time of this writing) still eats too much CPU for displaying clock and mixer. I'm attaching a small series of (IMHO) improvements that i had to make during cursory initial testing. Please consider adding this series to the debian patchset. Who is maintaini

Bug#502671: [PATCH 04/13] fix usleep in mixerwatch

2009-02-02 Thread Bernhard Reutner-Fischer
As suggested by Joachim in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502671 Signed-off-by: aldot --- src/osdsh/mixerwatch.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/osdsh/mixerwatch.c b/src/osdsh/mixerwatch.c index 025e902..a6a0152 100644 --- a/src

Bug#415996: option to have qemu chroot() into the target filesystem

2008-10-24 Thread Bernhard Reutner-Fischer
A patch was in this thread: http://www.mail-archive.com/[EMAIL PROTECTED]/msg16297.html Rob promised to respin it tomorrow and resend it in to the list. thanks -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#466771: cpio: does not unpack hardlinks to empty files

2008-09-05 Thread Bernhard Reutner-Fischer
tag 466771 fixed-upstream thanks This was fix upstream and should work as expected with busybox-1.11.2 See also: http://busybox.net/lists/busybox/2008-July/032213.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#257201: modprobe returns failure code if module already loaded

2008-09-05 Thread Bernhard Reutner-Fischer
tag 257201 fixed-upstream thanks This should be already fixed upstream and works fine for me with the current, stable release of busybox, 1.11.2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#497914: mount command refuse to mount with "-t auto" and "-t squashfs"

2008-09-05 Thread Bernhard Reutner-Fischer
Hi, Can you try to reproduce this with busybox trunk and the busybox_1_11_stable branch? Random additional notes: - loop needs a configuration option turned on: $ grep MOUNT_LOOP .config CONFIG_FEATURE_MOUNT_LOOP=y - -t auto As far as i know offhand, there is not fstype "auto" as in $ gr

Bug#358789: allow build on *-uclibc

2008-09-05 Thread Bernhard Reutner-Fischer
tag 358789 fixed-upstream thanks Hi, This was fixed by completely replacing busybox' buildsystem. Consider this fixed for at least busybox-1.8.x and later. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#354199: mknod do not test minor and major for 2.6 kernel

2008-09-05 Thread Bernhard Reutner-Fischer
tag 354199 fixed-upstream thanks Hi, In the current, stable busybox-1.11.2 it is checked as -- 8< --- /* Autodetect what the system supports; these macros should * optimize out to two constants. */ dev = makedev(xatoul_range(argv[2], 0, major(UINT_MAX)), xat

Bug#394805: segmentation fault on command -v

2008-09-05 Thread Bernhard Reutner-Fischer
tag 394805 fixed-upstream thanks Hi, This is fixed since at least busybox-1.11.2. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#490396: busybox drops mkdir long option support since etch

2008-09-05 Thread Bernhard Reutner-Fischer
Hi, This is not a bug in mkdir but rather a misconfiguration. Make sure to have $ egrep "(CONFIG_GETOPT_LONG|MKDIR_LONG_OPTIONS)" .config CONFIG_GETOPT_LONG=y CONFIG_FEATURE_MKDIR_LONG_OPTIONS=y thanks, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? C

Bug#484700: busybox: chpasswd fails to set root password

2008-09-05 Thread Bernhard Reutner-Fischer
Hi, Just double-checked against current d-i and the current stable release of busybox ( pristine 1.11.2 ) to confirm that this is fixed upstream. thanks, -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#472846: closed by Thijs Kinkhorst <[EMAIL PROTECTED]> (Re: Bug#472846: busybox: Regression in pidof: no longer lists 'debian-installer' processes)

2008-09-05 Thread Bernhard Reutner-Fischer
On Tue, Aug 05, 2008 at 11:49:54PM +0200, Frans Pop wrote: >On Tuesday 05 August 2008, Bernhard Fischer wrote: >> Can you please check if this is fixed for d-i with the current stable >> branch: >> $ svn co svn://svn.busybox.net/branches/busybox_1_11_stable > >I'm afraid it is not fixed in the SVN