Displaying 20 results from an estimated 20 matches for "budd".
Did you mean:
buddy
2005 Mar 02
1
Problems with Starting Winbind after upgrading!
...list+0x147) [0x80774c8]
#15 /usr/sbin/winbindd(main+0x5e3) [0x807115e]
#16 /lib/tls/libc.so.6(__libc_start_main+0xe0) [0x40249500]
#17 /usr/sbin/winbindd [0x806f541]
------------------------------------------------------------------
What?s wrong! Can anybody help me?
Best Regards
Rainer Budde
_________________________________________________________________
__
/_/\
\ \ \
__ \ \ \ Rainer Budde
/ /\ \ \ \
/ / / \ \ \ - Software-Developer -
/ / / __ \ \ \
/ / /...
2009 Sep 15
1
[PATCH] add linux' arch/$ARCH/include to search path From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Mon, 5 Jan 2009 17:46:47 +0100
...include/stdio.h:11,
from usr/klibc/vsnprintf.c:13:
This patch fixes the problem by adding a -I to linux' arch/$ARCH/asm
to the CPPFLAGS. This will fail on x86 (64 and 32 bit) though, because
in linux x86 is unified, while in klibc it's seperate.
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
Signed-off-by: Jon Ringle <jon at ringle.org>
---
scripts/Kbuild.klibc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/Kbuild.klibc b/scripts/Kbuild.klibc
index 227b9bd..8d80f2c 100644
--- a/scripts/Kbuild.klibc
+++ b/scripts/Kb...
2013 May 14
1
[LLVMdev] [llvm-c]
Am 13.05.2013 16:16, schrieb Tom Stellard:
> On Sat, May 11, 2013 at 01:48:44PM +0200, Christian Budde wrote:
>> Hello,
>>
>> a few days ago, I was trying to access the LLVM target registry via the
>> LLVM-C interface. Unfortunately I can't seem to get some useful
>> information out of it.
>>
>> Despite the fact that the following code is written in Pas...
2013 May 11
2
[LLVMdev] [llvm-c]
...C and the LLVM structure to identify what went wrong. Also I
did a lot of tests the other day, trying several things without luck.
However, since I do not need this code at the moment, it's not urgent,
just felt to let you know about my problems.
Kind regards,
Christian
--
Christian-W. Budde
Eleonorenstr. 17
30449 Hannover
Tel.: +49 511 31048857
E-Mail: Christian at savioursofsoul.de
WWW: http://www.savioursofsoul.de/Christian
2013 May 13
0
[LLVMdev] [llvm-c]
On Sat, May 11, 2013 at 01:48:44PM +0200, Christian Budde wrote:
> Hello,
>
> a few days ago, I was trying to access the LLVM target registry via the
> LLVM-C interface. Unfortunately I can't seem to get some useful
> information out of it.
>
> Despite the fact that the following code is written in Pascal, can you
> please t...
2006 Jan 07
0
Asterisk Market Share
You could probably pay $15-20 for a paul budde report with relatively
accurate figures. www.budde.com.au (even if he does believe asterisk is
a passing fad - hi Paul :) he's still one of the best telco resources in
Australia.
Telsyste might be another option.
Cheers,
Dean
-----Original Message-----
From: asterisk-users-bounces@lists.d...
2010 Jan 19
0
[PATCH] Makefile: don't fail during make install on non mingw platforms
...quot; fails on non mingw platform because "win32/syslinux.exe"
isn't build.
This patch removes "win32/syslinux.exe" from the "INSTALL_AUX" variable.
It's already part of "INSTALL_AUX_OPT" allowing the installation to
fail.
Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index d0f5e71..f429e8c 100644
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ INSTALL_SBIN = extlinux/extlinux
# Things to install in /usr/lib/syslinux
INSTA...
2006 Feb 18
1
Where are the Portable Devices at vorbis.com ?
...he home page. I know there is an
extensive list at http://wiki.xiph.org/index.php/PortablePlayers, but it is
overwhelming in its completeness, and may not be immediately found be less
sophisticated computer users.
Device support is essential for adoption of Ogg Vorbis!
--
Peace be in you,
Lloyd D Budd
http://www.foolswisdom.com/~lloyd/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20060218/c4942b54/attachment.html
2007 Aug 17
1
Testing webservices in Integration Tests with Jamis Buck's recipe?
Hello,
I''m using Jamis Buck''s recipe to do integration tests on an
application, but I got a nil.recycle! error while doing a webservice
call.
This is the situation.
def test_uploading_data
invoke :upload, data
invoke :upload, even_more_data
real_user_session = new_session_as @real_user
real_user_session.press_magic_button_to_enable_more_uploads
invoke :upload,
2013 Nov 10
0
[linux-3.10 test] 21641: regressions - FAIL
...Jiri Benc <jbenc@redhat.com>
Johannes Berg <johannes.berg@intel.com>
Julian Anastasov <ja@ssi.bg>
Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Linus Torvalds <torvalds@linux-foundation.org>
Linus Walleij <linus.walleij@linaro.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Mariusz Ceier <mceier+kernel@gmail.com>
Mathias Krause <minipli@googlemail.com>
Mathias Nyman <mathias.nyman@linux.intel.com>
Michael S. Tsirkin <mst@redhat.com>
Mika Westerberg <mika.westerberg@linux.intel.com>
Mikulas Patocka &...
2013 May 08
5
[LLVMdev] Shared library support of llvm
According to http://llvm.org/docs/CMake.html, "Shared libraries are not
supported on Windows and not recommended in the other OSes".
The problem is that static libraries have some limitations, especially when
linked into multiple shared libraries, the global data of llvm could have
multiple copies leading to undefined behaviors. This has caused much pains
during my usage of llvm.
My
2013 Mar 18
0
[linux-linus test] 17325: regressions - trouble: broken/fail/pass
...ahl@iis.fraunhofer.de>
Manuel Traut <manut@linutronix.de>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 Mar 29
0
[linux-linus test] 17454: regressions - FAIL
...ahl@iis.fraunhofer.de>
Manuel Traut <manut@linutronix.de>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 Apr 10
0
[linux-linus test] 17612: regressions - FAIL
...ahl@iis.fraunhofer.de>
Manuel Traut <manut@linutronix.de>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...ahl@iis.fraunhofer.de>
Manuel Traut <manut@linutronix.de>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...ahl@iis.fraunhofer.de>
Manuel Traut <manut@linutronix.de>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...gmail.com>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Dionne <marc.dionne@your-file-system.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...gmail.com>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Dionne <marc.dionne@your-file-system.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <maz@misterjones.org>
Marc Zyngier <maz@misterjones.org> [for the vip...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...gmail.com>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Dionne <marc.dionne@your-file-system.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <marc.zyngier@arm.com>,
Marc Zyngier <maz@misterjones.org>
Marc Zyn...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...gmail.com>
Marc Dietrich <marvin24@gmx.de>
Marc Dietrich <marvin24@gmx.de> # v2
Marc Dionne <marc.c.dionne@gmail.com>
Marc Dionne <marc.dionne@your-file-system.com>
Marc Gariepy <mgariepy@ubuntu.com>
Marc Gauthier <marc@tensilica.com>
Marc Kleine-Budde <mkl@blackshift.org>
Marc Kleine-Budde <mkl@pengutronix.de>
Marc MERLIN <marc@merlins.org>
Marc Reilly <marc@cpdesign.com.au>
Marc Zyngier <marc.zyngier@arm.com>
Marc Zyngier <marc.zyngier@arm.com>,
Marc Zyngier <maz@misterjones.org>
Marc Zyn...