similar to: xen merge tree broken?

Displaying 20 results from an estimated 8000 matches similar to: "xen merge tree broken?"

2006 Jan 16
2
Curl help
I''ve been searching around for a curl implementation on ruby and havn''t had much luck. I have run into open-uri and Net::HTTP but they just arnt as robust as curl. The closest thing i found was this previous thread from July http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/149926 on using ruby-dl to load libcurl. Has anyone gotten any farther on this
2010 May 24
2
live mpeg4 input
That will only happen if something is really wrong. Might be better to figure out what it might be. Icecast buffers a bit (in order to burst into a client buffer) but it doesn't buffer increasingly over time. That will only happen if the client is falling farther and farther behind, not icecast. Monty
2015 Jan 11
3
Design changes are done in Fedora
On Sun, January 11, 2015 2:05 pm, Eddie G. O'Connor Jr. wrote: > On 01/11/2015 03:02 PM, Always Learning wrote: >> On Sun, 2015-01-11 at 20:04 +0100, Sven Kieske wrote to Valeri Galtsev >> .... >> >>> I can't take this serious as it seems you didn't research any of the >>> design goals of systemd and any of the shortcomings of old init
2004 Jan 21
3
[LLVMdev] Re: Bytecode Format
I'm the guy who is working on the LLVM bytecode documentation. The document I have at present just supports the bytecodes my code generator processes, though, which is far from all of them. As I get farther along with my code generator I expect I'll get to the point where everything kind of fits together for me and I can finish it up. In the meantime, people are welcome to what I have
2013 Mar 26
1
Possible memory leak in qemu-dm when Xen USB Passthrough is used
Hello, [please CC me] Recently I have reported a Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703430 Possible memory leak in qemu-dm when Xen USB Passthrough is used I wonder if somebody encountered such behaviour or how can I debug it farther ? Best Regards, T
2004 Apr 01
2
Where is the archive?
I've been trying to search the archives for older messages, but the archive at: http://www.mail-archive.com/asterisk-users@lists.digium.com/maillist.html only seems to go back a few days. Is there another archive somewhere that goes back farther?
2004 Jun 17
3
disappointed with x-axes in hist and density plots
I've got a few issues with the x-axes in the histogram and density plots. First, often the default x-axis doesn't even extend to the length of my data. R often draws histogram bars (or density lines) farther than the drawn x-axis extends. For example, I might have a histogram bar at -15,000. But I wouldn't know that, because the most negative number on the x-axis is -10,000. The
2013 Feb 03
2
[LLVMdev] A bug in LLVM-GCC 4.2 with inlining __exchange_and_add
On Feb 3, 2013, at 2:32 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> I've encountered this issue in a real code and would be glad to get the >> feedback on it. Please let me know if I need to submit a bug somewhere to get it resolved. I've found out that clang does not have this problem. > Then use clang. llvm-gcc is deprecated. I'd go farther:
2016 May 02
5
[cfe-dev] Fwd: Raising CMake minimum version to 3.4.3
As one of the OS' without current CMake support, I'm closely watching this discussion. We currently have LLVM 3.4.2 hosted on OpenVMS Itanium (as a host only, x86 target) using configure/make with little hassle. We plan to port CMake to OpenVMS, but that has been trickier than you'd think (others have tried, I haven't found anybody who has done it). Looks like I'll want to
2007 Aug 24
3
It is possible to use a Shell command inside a R script?
Hi, It is possible to use a shell command inside a R script? I'm write a R script and I like to put somes shell commands inside to R. Somethink like: convert fig01.png fig01.xpm or sed ..., etc. It is possible? How? Thanks Ronaldo -- Acalme-se, s??o somente 0's e 1's -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Ecologia | : :' :
2004 Jan 21
0
[LLVMdev] Re: Bytecode Format
On Wed, Jan 21, 2004 at 08:25:23AM -0800, Robert Mykland wrote: > I'm the guy who is working on the LLVM bytecode documentation. The > document I have at present just supports the bytecodes my code > generator processes, though, which is far from all of them. As I get > farther along with my code generator I expect I'll get to the point > where everything kind of fits
2014 Aug 01
5
[LLVMdev] [lld] ELF/AArch64 support in lld
I've been implementing ELF/AArch64 support for lld. I can now successfully link and run a simple "Hello World" app for both dynamic and static linking. I'd like to upstream this implementation, but wanted to get feedback on how people might like to see it. Would people rather see the whole thing in one shot, each file individually or somehow break it down even farther? The
2013 Jan 09
0
[LLVMdev] Using C++'11 language features in LLVM itself
On Tue, Jan 8, 2013 at 6:45 PM, Chris Lattner <clattner at apple.com> wrote: > some version of GCC and later (linux folks should pick?) 4.6 is the official compiler on Ubuntu 12.04 (released 04/2012), which is the latest Long Term Support release (which come out every 2 years, with 3 years desktop support and 5 years server support), so I wouldn't push farther than that on Linux for
2008 Jun 24
3
Why CentOS 5.2 is so large?
Hi, folks. I have download the DVD image of CentOS 5.2. Comparing with the DVD image of Upstream OS Provider, I got a surprise: The size of the DVD image of Upstream OS Provider is just 2.87 GB(i386), but the size of the DVD image of CentOS 5.2(i386) is so large that is 3.74 GB! I kown that CentOS's developers did very excellent work on how to make the Upstream OS more availability and add
2006 Dec 04
1
Samba problem with web farm
Hello list, After using NFS with windows with the SFU windows extensions and somes sad stories with it, i have decided to migrate to samba. Good choice cause everything is right except one thing. I get an error on a ASP .NET application only. I get a "Failed to start monitoring changes to '\\UNCSERVER\path\aspapplication'." I have search on internet and found somes things about
2009 Apr 22
2
Missing pid probes in OS X Python processes
I cannot seem to probe any of the Python interpreter''s C functions on OS X. $ sudo dtrace -n ''pid$target::PyEval_EvalFrameEx:entry'' -c python dtrace: invalid probe specifier pid$target::PyEval_EvalFrameEx:entry: probe description pid59706::PyEval_EvalFrameEx:entry does not match any probes These functions show up in ustack()s, but they do not appear to be available
2002 Jul 02
2
Using names()
Hello all. I am trying to sets somes names for values, but getting the following error. Can anyone help me on this? > names(size_four)<-c("Refused","Size 10","Size 12","Size 14","Size 16","Size 18","Size 20","Size 22","Size 24","Size 26","Size 28","Size 30","Size
2007 Mar 19
3
Difference Between WINE and an Emulator
I've got someone who doesn't understand that WINE Is Not an Emulator and apparently doesn't get the FAQ on the site. I personally don't use WINE (still being on Windows kinda avoids the need), so I don't really have the knowledge to argue this much farther. Here's his latest point (formating in clasic usenet style below), I need something simple that says,
2018 May 11
0
A Short Policy Proposal Regarding Host Compilers
Hi, @Erich, thanks for putting this together :). > On May 11, 2018, at 9:54 AM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I'd be opposed to 6/5, given where it would leave us. > It's simply hard to see a compelling reason to leave things that long. > > In particular, given this is about what it takes to produce a binary release of
2010 Jun 29
1
[LLVMdev] problems building vmkit
Hi All, Thanks Nicolas for pointing out that I needed --enable-targets=x86,cpp for my llvm config to get vmkit to build. The process gets a lot farther but fails in different places depending upon the vmkit config (Can you please see the three case below?). My machine is a intel core i7 running ubuntu karmic and gcc 4.4.1. What arch/OS/distro/gcc do you all have VMKit working on? thanks for