Displaying 20 results from an estimated 600 matches similar to: "(no subject)"
2012 Apr 06
1
XCP Host CPU masking
Okay, joining hosts to a pool, cant seem to be completed due to
different cpu types, research i should be able to mask one
can anyone confirm this is doable with these two boxes, and if so
which should be masked to which ??
xe host-cpu-info
cpu_count : 8
vendor: GenuineIntel
speed: 2493.790
modelname: Intel(R) Xeon(R) CPU
2013 Jun 25
6
Heterogeneous XCP 1.6 pool
Hi,
I''ve been trying to use E5520 and X5650 together in an heterogeneous pool without success.
I know the combination is not on the official XenServer supported list (http://hcl.xensource.com/CPUPoolsList.aspx), but I thought it would be possible to set the mask anyway and see for myself if the combination works…
My problem is that the mask doesn''t "stick" after a
2009 Nov 04
0
Windows Server 2008 x86_64 guest with XEN on CentOS 5.3
Hi all,
I'm trying to run Windows Server 2008 x86_64 on XEN, but I have a problem...
The instalation works fine, but at the first reboot after instalation I get
an "Stop 0x0000007E" error.
Please, can you help me with this problem?
My *processor*: Intel(R) Xeon(R) CPU E5410 @ 2.33GHz
My *xm info*:
xm info
host : vs01.lan.specto.com.br
release :
2017 Oct 04
2
Minimal glibc version supported by LLVM build
Reverted: https://reviews.llvm.org/rL314922
On Oct 4, 2017, at 1:17 PM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote:
+ Rui, the patch author
Do we know what the oldest glibc which works with this patch is?
For context, the most recent REHL 5 ships with glibc 2.5. REHL 6 ships with 2.12 and REHL ships with 2.17. I have evidence
2017 Oct 04
7
Minimal glibc version supported by LLVM build
Hi All,
The landed patch https://reviews.llvm.org/D38481 introduced the usage of CPU_COUNT defined in glibc sched.h header.
I failed to find this symbol in sched.h of glibc version 2.5-24, so compilation just fails.
/home/dolphin/merge-from-upstream-area/ws/pristine/lib/Support/Threading.cpp: In function 'unsigned int llvm::hardware_concurrency()':
2017 Oct 04
2
Minimal glibc version supported by LLVM build
Our build system is setup to deliberately use a very old environment.
We've found that's one of the most reliable easy ways to ensure we don't
accidentally introduce a dependency on a newer system library than
intended. This lets us ship prebuilt binaries which run on a wide
spectrum of systems. We're going to chat internally and check to see if
we can roll this forward a
2017 Oct 04
2
Minimal glibc version supported by LLVM build
On Oct 4, 2017 2:31 PM, "Rui Ueyama via llvm-dev" <llvm-dev at lists.llvm.org>
wrote:
On Wed, Oct 4, 2017 at 2:19 PM, Philip Reames <listmail at philipreames.com>
wrote:
> Our build system is setup to deliberately use a very old environment.
> We've found that's one of the most reliable easy ways to ensure we don't
> accidentally introduce a dependency
2016 Feb 23
2
Can lit be upgraded to assume Python 2.7?
In the root llvm/CMakeLists.txt we have:
if( ${PYTHON_VERSION_STRING} VERSION_LESS 2.7 )
message(FATAL_ERROR "Python 2.7 or newer is required")
endif()
But lit seems to still be stuck in a Python 2.5 world. For example,
detectCPUs is redundant now that we have multiprocessing.cpu_count()
(multiprocessing requires >=2.6). And there are a bunch of other Python 2.5
workarounds
2009 Jul 02
4
Slow connection and browsing
I have tried this with a bunch of different versions of Samba, starting
somewhere in the 3.0.1 series. I am currently running 3.0.34 on several
Gentoo servers, all showing the same problem.
I am almost positive it is not a Samba issue, but I was just hoping that
someone may have experienced it and knows if there is a solution.
When I have the current Novell Netware client installed on XP
2012 May 17
2
r-devel fails tests for parallel
I have been building R-devel daily for years. In the last week or so,
R-devel has failed make check with the error in
tests/Examples/parallel-Ex.R
The specific error is
> pkgname <- "parallel"
> source(file.path(R.home("share"), "R", "examples-header.R"))
> options(warn = 1)
> library('parallel')
Error in dyn.load(file, DLLpath =
2013 Jul 01
0
[Fwd: Re: XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM]
> On Mon, Jul 01, 2013 at 12:12:31AM +0300, NiX wrote:
>> System:
>>
>> CPU''s: 2 x XEON X5450
>> Motherboard:
>> http://www.intel.com/p/en_US/support/highlights/server/s5000psl/
>> RAM: 16GB DDR2 ECC
>> OS: Debian 7.0 64bit
>>
>> If I attempt to use more than 3GB of RAM to the guest below (Windows
>> 2008
>> server R2
2009 Mar 17
2
Windows Server 2008 with the KVM --no-acpi option
KVM version 84
Host OS: Centos version: 2.6.18-92.el5
Guest OS: Windows Server 2008 Web
Processor: Intel Xeon L5420 Quad-Core
I have installed kvm version 84 from .rpm's on lfarkas.org. Without the
--no-acpi option, Windows 2008 boots fine. With the --no-acpi option,
the VM displays the following:
Windows Boot Manager
Windows failed to start...
Status 0xc0000225
Info: Windows failed to
2016 Feb 24
3
Can lit be upgraded to assume Python 2.7?
This sounds like a good idea to me! I can’t think of any common platform where you can’t get 2.7. Lets get rid of that legacy cruft!
> On Feb 23, 2016, at 1:32 PM, Eric Christopher <echristo at gmail.com> wrote:
>
> Seems reasonable to me. Chris?
>
> On Mon, Feb 22, 2016, 8:40 PM Sean Silva via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at
2010 Jan 22
0
No subject
to only show shares that the user has access too, but I don't believe it
is possible.
To remedy this, I tried to create a share called "share". Then create
subdirectories under that using UNIX groups. I am using a group sticky
bit in conjunction with create mask = 770 to keep the perms straight.
Here is the share:
[share]
nt acl support = no
path =
2011 Apr 15
2
Two cleanly installed CentOS 5.6 servers but with different Xen kernel versions
Hello,
Earlier this week I installed a test server with CentOS 5.6 with
Virtualization enabled during the installer. Today I installed another
server using the same method (they are identical servers). I just did a
yum update and I found something curious. Both servers have a different
kernel. Server 1 is at 9.1 version and server 2 at 5.1. How can this be?
How to I get the latest version on
2016 Feb 24
0
Can lit be upgraded to assume Python 2.7?
Great! I'll circle around to this at some point. Despite the "obvious"
nature of it I still am wary of underestimating the cruftiness of the
buildbots, so I'll probably do it some time at night when the bots are
mostly green so that I can easily see if any bots *are* broken by this.
-- Sean Silva
On Tue, Feb 23, 2016 at 6:55 PM, Chris Matthews <chris.matthews at
2008 Jun 19
3
3ware performance in CentOS
Have a look at these pages:
http://www.bofh-hunter.com/2008/06/13/3ware-performance-in-centos/
https://bugzilla.redhat.com/show_bug.cgi?id=444759
I'm comparing the default 5.1 64bit kernel with the patched one posted
in the bug report (kernel-2.6.18-53.1.21.el5.bz321111.x86_64) and I
don't quite see any significant difference in write performance for this
command:
dd if=/dev/zero
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
Hi All,
I am trying to build the 'lld' linker on Mac OS 10.9, but during the build, I am getting the errors. Following are the steps that I have followed:
1. I have downloaded the ‘llvm-stable’ source code from the following location:
https://github.com/llvm-mirror/llvm/tree/stable
2. Machine details(on which llvm source code isbeing built) are as follows:
$ sw_vers
2010 May 24
0
[PATCH matahari] Moves the CPU properties into the Host API space.
There was no valid reason to keep this set of APIs in their own agent
and class, so those have been eliminated.
A new HostListener method, HostListener::updated(), was added. It is via
this method that the Host will notify all transports that the load
average statistic is updated on the host.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
src/Makefile.am | 11
2013 Jun 30
3
XEN 4.2.2: Windows 2008 R2 server HVM does not start when attempting to use more than 3072MB of RAM
System:
CPU''s: 2 x XEON X5450
Motherboard: http://www.intel.com/p/en_US/support/highlights/server/s5000psl/
RAM: 16GB DDR2 ECC
OS: Debian 7.0 64bit
If I attempt to use more than 3GB of RAM to the guest below (Windows 2008
server R2 64bit) it will end up with the following error message:
xl create win_2008_server_hvm.cfg
Parsing config from win_2008_server_hvm.cfg
xc: info: VIRTUAL