Displaying 20 results from an estimated 1100 matches similar to: "AMD 64 - I20/ I20_blocks"
2004 May 30
1
I20 Drivers Crash system when used with Rsync
Note: I don't know if this is a problem withe I20 drivers or Rsync so
I'm submitting to both the Kernel Bugzilla and the Rsync mailing list. I
couldn't find a bugzilla for Rsync. I hope this was the correct way to
submit this issue.
Distribution: Debian
Hardware Environment: Intel 850MV Mother board, Pentium 4 processor,
1Gig of RAM, Adaptec 2400A RAID Controler. Both the
2007 May 02
2
Centos kernel does not boot, redhat does (i2o raid controller problem)
Hi,
following system:
Dell PE2650, 2 2.4ghz Xeon, 1gb ram, Dell Perc4DC Controller
It has EL5 installed, but I wanted to change to Centos because of the
missing workstation packages in the entry server repository.
The system was redhat up2date until yesterday, so the latest kernel was
missing.
I changed redhat-release to centos-release packages and the new centos
kernel was installed the via
2007 Mar 23
2
kickstart - how do I specify I20_block driver
Hi,
I have alot of kickstart and scripting going on as I provision lots of
machines, and every now and then I run into a pesky machine or three
that's still got that Adeptec zero-channel RAID card sitting on the
board. Normally I like to rip it our and throw something more robust
in, but if it's a cache machine or whatever, I leave it in.
It makes my kickstart file useless until I
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks!
i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS
4.2 ServerCD can't see hard drives on any of them.
each machine has a HP NetRAID controller; the LC2000rs have a
NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each
controller has three 9GB drives, two mirrored and one hotspare.
each machine boots ok (the LC2000rs need "linux
2013 Sep 24
1
[LLVMdev] llvm/clang and 'odd bit types'
Hi all,
I recently created a version of llvm/clang for an architecture with some odd properties:
- front end side:
-- char,short,int : 20 bits
-- long, long long: 40 bits
-- pointer: 20 bits
On the backend side, I have hardware support for 20-bit registers (and load/stores).
(So, I have support for 'i20' and 'i40', but 'i40' is lowered into operations on 'i20')
2010 Jul 08
4
[LLVMdev] types in load/store
Hi,
I have a confusion about types used in load/store,
(http://llvm.org/docs/GetElementPtr.html#types) says that [...]
Furthermore, loads and stores don't have to use the same types as the
type of the underlying object. Types in this context serve only to
specify memory size and alignment. Beyond that there are merely a hint
to the optimizer indicating how the value will likely be used. [...]
2008 Feb 26
2
Combining series of variables using identifier
R users,
I have df like this
a <- data.frame( indx = 1:20,
var1 = rep(c("I20", "I40", "A50", "B60"), each=5),
var1_lab= rep(c("cat", "dog", "mouse", "horse"), each=5),
var2 = rep(c("B20", "X40", "D50",
2005 Aug 13
2
CentOS4 and older megaraid
Release notes say no support for the RAID card in a box I just picked
up...is there no hope for this box running 2.6 kernel?
http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/release-
notes/as-x86/
The kernel shipped with Red Hat Enterprise Linux 4 includes the new
megaraid_mbox driver from LSI Logic, which replaces the megaraid driver.
The megaraid_mbox driver has an improved design,
2010 Mar 03
1
Subset using partial values
Hi everyone,
I would like to subset a data.frame using partial values.
For example I have the following data.frame:
PROCHI Main_condition
1234 411
1235 4110
1236 4111
1237 I20
1238 I201
1239 I202
Now let's say that I use the Subset function. Ordinarily I would use it as
follows Subset(x, Main_condition=="411"|Main_condition=="4110" etc to get
2006 Nov 16
1
How Aggegate Data in R
Hello:
When I use SPSS I execute the AGGREGATE DATA comand for the next data:
2112141123212213212213334
3143244113442312121213344
2114141123112214212113344
2112211122212413421213221
3114444123442414343413344
2312231223212222323223322
2143241123212313131213234
2113241113212313222213333
2113141123112214212113344
2114141123412111114413344
2113211122342314222313234
2114141123112414212113344
2008 Feb 29
1
How to export tables in list separately using write.table or sink?
R users,
My intention is to take factors out of DF, create list of tables and
export these tables separately using write.table or sink function.
write.table writes tables out as DF:s, should I use sink instead?
Here is my example:
a <- data.frame( indx = 1:20,
var1 = rep(c("I20", "I40", "A50", "B60"), each=5),
2016 Dec 21
0
*********How to get during compile time the base class of casted C++ object inside static_cast<> and dynamic_cast<> and the pointer of the casted object
> On Dec 21, 2016, at 8:38 AM, Paul <paul at sec.in.tum.de> wrote:
>
> Hi Mehdi,
>
> thanks a lot for your email. Actually I was disappointed by the fact that I was not able to get a useful answer to my two questions.
> As I observed that the questions move down along the list with time passing I decided to re-post them in the hope that the questions
> will have a
2010 Jul 08
0
[LLVMdev] types in load/store
Hi Jianzhou,
> The other question is about 'when loading a value of a type like i20
> with a size that is not an integral number of bytes, the result is
> undefined if the value was not originally written using a store of the
> same type'. At this case, can we make an assumption that typically we
> only load the 20 bits, but ignore extra bits, like what store does at
>
2007 Mar 19
3
net.ipv4 TCP/IP Optimizations = sysctl.conf?
If I execute these via command line, will they persist after a reboot?
Or, should I be putting these into a file like /etc/sysctl.conf?
--------------snip--------------
/sbin/sysctl -w net.ipv4.tcp_max_syn_backlog=2048
/sbin/sysctl -w net.ipv4.tcp_fin_timeout=30
/sbin/sysctl -w net.ipv4.tcp_keepalive_intvl=10
/sbin/sysctl -w net.ipv4.tcp_keepalive_probes=7
/sbin/sysctl -w
2013 Apr 28
0
hierarchical confirmatory factor analysis with sem package
Hi,
I am doing a hierarchical CFA using the sem package. I have 20 items, and I
have 2 factors (F3 and F4), and also F1 and F2 are nested within F3.
Here is the code that I have, but it is giving me an error message "Warning
message:
In eval(expr, envir, enclos) : Negative parameter variances.
Model may be underidentified." and a further error "Error in
summary.objectiveML(cfa,
2007 Jun 12
4
PGP On Centos
Hey I need to run some pgp commands, -what's the name of the package
supported by Centos that will allow me to work with pgp?
I need to run pgp --fingerprint key.name
or it's equivalent.
Pro question. Google searches didn't show much, tried to search for
pgp, gnupg, openpgp, pgp on centos, openpgp on centos, centos/pgp. No
worthy results came back.
Any advice?
-karlski
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this.
Background Introduction
I have a data set consisting of data collected from a questionnaire that I
wish to validate. I have chosen to use confirmatory factor analysis to
analyse this data set.
Instrument
The instrument consists of 11 subscales. There is a total of 68 items in
the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2006 Mar 24
3
module kernel for adaptec 2110s in CenOS 4.2
Hi.
I''ve used ghost for change the ide disk for an array of scsi in raid using
an adaptec controller 2110s.
Now when I boot it didn''t boot correctly. Looking for in Internet
(http://kbase.redhat.com/faq/FAQ_46_4969.shtm) I guest that I have to
rebuild the initial ramdisk to contain the proper kernel modules for the
adaptec controller. But what is the kernel module for
2006 Aug 02
4
OT: Measure 2U Server Amp Usage
Hi,
Running a bunch of CentOS servers on 2U supermicro equipment, usually with
8 drives on Adaptec SmartRAID V or LSI Megaraid.
In designing a rack in a data center, the question arises as to how to
measure the amperage the server uses, prior to investing in power drops
that actually do that for you, even remotely, for about $260.00-300USD per
unit. This number is the important one these days
2007 Mar 13
4
Centos-specific Denyhosts Howto Anyone?
Hi, after reading the docs (no man page) and seeing a few example
howtos, I see none for Centos specifically.
I hereby offer to write this and even host it, and any other wiki-able
howto you want, if you can school me on the first few steps relevant to
how to link up the current rpmforge rpm for RHEL4-64. See, right now,
the one for centos loads into the /usr/share/doc, which is an odd place