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
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
> >
> > ...
> >
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
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
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
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-
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
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
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
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
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
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.
>>
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
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
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
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
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
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
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
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)
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
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
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
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
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
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
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]
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]
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]
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
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]
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
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]
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
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]
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
36 matches
Mail list logo