Displaying 20 results from an estimated 2000 matches similar to: "CPU Compatibility Question"
2016 Jun 23
0
CPU Compatibility Question
On 23.06.2016 02:52, listmail wrote:
> According to the compatibility chart over here:
> https://access.redhat.com/support/policy/intel
> ...anything later than 6.3 (6.4 and up) should work with the E3-12xx v3
> family of processors. But those are not the results I am seeing.
>
> Does anyone have experience or commentary on this compatibility issue?
>
can it be the chipset,
2016 Sep 17
3
IPMI ??
Never used IPMI in my life and while I thought it was cool when I heard
about it, had no plans to.
Just built a home server (while out of town) using a SUPERMICRO
MBD-X10SLM+-F-O
I put an nVidia 405 based video card in it but it may be bad.
When I power it on, I get some beeps but they are different than the no
memory beeps (I intentionally powered on w/o memory to hear those) and I
think
2013 Sep 25
1
Only one CPU core detected on Supermicro E3-1240 v3
Hello,
I am trying to install FreeBSD 9.2-RC4 on Supermicro server with Intel Xeon E3-1240 v3 processor. The processor has 4 cores with 8 threads. However only one core is detected (with two threads):
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 SMT threads
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
The motherboard is Supermicro X10SLM-F. All
2016 Dec 17
2
Asterisk Fax Receive - how to get the remoteheader?
Hi,
I am using asterisk 11.8 in combination with spandsp to send and receive
T38 Faxes. All works fine, but I do not know
how to get the remoteheader from the fax I receive.
When I send a fax, there are Faxopts to set the localstationid and the
headerinfo, but for receiving, there seems to only exist
the Faxopts remotestationid
but for sure on any fax I receive there is a remoteheaderinfo
2016 Dec 18
2
Asterisk Fax Receive - how to get the remoteheader?
Hi,
thanks for your answer. Unfortunately this is, what I already know. I
was wondering, why it is possible to set ID and Header for an outgoing
fax (which will then in turn
be inserted via asterisk on top of the transferred "image") , while it
seems to not be possible to get the Header from a received fax (only the
id), although it is present in the faxdocument.
The ID is also
2012 Oct 01
1
help configuring netboot over remote serial terminal
Hi Folks,
I'm trying to install Debian onto a headless server (Supermicro
X8SIE-LN4F motherboard). The on-board IPMI BMC redirects the serial
port to COM3, and I can talk to it just fine over a remote console
connection.
I've been trying to install Debian remotely, and have the DHCP and TFTP
servers working, and things seem to work (at least into the Splash
screen) if I'm using
2006 Mar 22
2
Controller instance variables falling in and out of scope
Very bizarre behavior has cropped up in a few spots.
# the action for viewing a blog post
def posts
@post = BlogPost.find_by_slug(params[:id], :include => :commentary)
# a breakpoint here shows @post and @post.commentary with appropriate data
redirect_to :action => ''archive'' unless @post
end
# posts.rhtml
<%= @post.inspect %> => nil
<%= render :partial
2011 Jul 11
3
[LLVMdev] Opinions Wanted: New asm Comments
I have a patch I'd like to commit that adds commentary to asm files
about which TableGen pattern generated a particular instruction. The
output looks like this:
cvtpd2ps %xmm0, %xmm0 # source.c:39
# Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src)
# Dst: (Int_CVTPD2PSrr:v4f32 VR128:v2f64:$src)
2011 May 07
3
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On May 5, 2011, at 11:26 PM, Liu wrote:
>
>> some some type errors in the commentary of *.td file.
>> such as:
>> lib/Target/Mips/MipsInstrFormats.td
>> MipsRegisterInfo.td - Mips Register defs
>> it should be
>> MipsInstrFormats.td - Mips Instruction Formats
2008 Feb 15
2
Skeletal relations
On 15-Feb-08, at 10:11 PM, Conrad Parker wrote:
>> Lang: <locale>
>
> generally I think we should go with existing HTTP and email headers
> where possible, eg. Content-Language
'k
>> Description: <string>
>
> I kinda feel that this kind of human-readable metadata better belongs
> in CMML; the skeleton tells you where to go (for each locale), the
2011 May 06
2
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
Hi all,
I find some some type errors in the commentary of *.td file.
such as:
lib/Target/Mips/MipsInstrFormats.td
MipsRegisterInfo.td - Mips Register defs
it should be
MipsInstrFormats.td - Mips Instruction Formats
lib/Target/Mips/MipsInstrInfo.td
MipsInstrInfo.td - Mips Register defs
it should be
MipsInstrInfo.td - Target Description for Mips Target
and some thing I think it is wrong in
2008 Feb 15
6
Skeletal relations
We have new drafts of CMML 4.0 as a text codec and ROE as an xml
stream abstract, subsuming the authoring support in CMML 3.1 and
earlier.
Another thing we talked about at LCA is a how to specify
relationships between the various streams in Ogg so that a server,
muxer or player can make intelligent decisions about the contained
tracks. The general idea is to use the (http-style) Message
2011 May 09
0
[LLVMdev] [MIPS] some type errors in the commentary of *.td file.
On May 7, 2011, at 2:47 AM, Liu wrote:
> On Sat, May 7, 2011 at 12:33 PM, Eric Christopher <echristo at apple.com> wrote:
>>
>> On May 5, 2011, at 11:26 PM, Liu wrote:
>>
>>> some some type errors in the commentary of *.td file.
>>> such as:
>>> lib/Target/Mips/MipsInstrFormats.td
>>> MipsRegisterInfo.td - Mips Register defs
2008 Jun 20
1
[LLVMdev] libc malloc vs. llvm::MallocInst
Hello,
have a short look at the following simple c-prog:
#include <stdlib.h>
int main(int argc, char* argv[]) {
void* buf = malloc(10 * sizeof(char*));
/* do sth with buf, so that it is not "optimized away" */
return 0;
}
When you compile this using a plain llvm-gcc, the call to libc-malloc is
left inside.But compiling it with -O2 alters the call to llvm::MallocInst.
Now
2005 Mar 05
1
spatstat on Win98 (PR#7715)
Full_Name: Georg Roth
Version: R.2.0.1.for Windows
OS: Win98
Submission from: (NULL) (134.95.43.165)
Using libraries "spatstat" and "sm" on R.2.0.1. under Windows 98
bug 1)
the libraries "spatstat" and "sm" are not properly identified by the
"library()" command on R.2.0.1. (R for Windows98). the libraryname is shown in
upper case
2005 Dec 20
4
help with sapply, plot, lines
Hi,
I am trying to plot multiple lines on a graph.
The function is particularly simple:
sigma<-function(lambda) atm-2*rr*(lambda-0.5)+16*str*(lambda-0.5)^2
which uses the variables atm, rr and str...
I define these as such:
atm<-0.4
rr<-0.2
str<-0.1
and this plots fine:
plot(seq(0.01,0.99,0.01),sigma(seq(0.01,0.99,0.01)),ylim=c(0,1))
Now, I want to plot the same function for
2011 Dec 30
1
Question about "server-count" config option
Hi there,
I have a question about the "server-count" option. nsd.conf(5) simply
states that it tells NSD to "start this many NSD servers", with no
further commentary.
Is there a situation where this value would ever be anything other than
1? Should it equal the number of available CPU cores?
Cheers,
--
Gavin Brown
Chief Technology Officer
CentralNic Ltd
Innovative,
2018 Mar 14
2
Samba, AD and devices compatibility...
Mandi! Andrew Bartlett via samba
In chel di` si favelave...
> > This mean that the printer try to auth in LDAP 'plain' (no SSL, no
> > TLS), and so samba refuse that?
> No, it means that Samba is refusing to accept a NTLM or Kerberos
> authenticated connection without SIGN or SEAL negotiated, as an
> attacker could take over an unprotected network connection and do
2011 Sep 29
1
F and Wald chi-square tests in mixed-effects models
I have a doubt about the calculation of tests for fixed effects in
mixed-effects models.
I have read that, except in well-balanced designs, the F statistic that
is usually calculated for ANOVA tables may be far from being distributed
as an exact F distribution, and that's the reason why the anova method
on "mer" objects (calculated by lmer) do not calculate the denominator
df nor a
2015 Jan 15
2
Pull Request wiki.c.o/AdditionalResources/Repositories
> CentOS repos. There are others that do. Some of the repos that overwrite
> core packages do so with little packages like sqlite (yum uses sqlite so
> changing the version of it is not a Good Thing for system stabilty).
> Other repos in that list have been effectively unmaintained for a number
> of years so they contain packages that may have severe unfixed security
>