Displaying 20 results from an estimated 9000 matches similar to: "Integrating a Raid Driver"
2005 Sep 10
1
Installation problem, possibly RAID
I burned a DVD for CentOS 4.1. I booted from it and everything went fine for the
graphical screen installation. I choose separate partitions for my /boot (hde6),
/ (hde9), and swap (hde12) areas. My /boot partition was ext2 and my / partition
was ext3. I installed grub in my /boot partition successfully. I have a Boot
Loader, System Commander 8.13 which controls the MBR. The installation then
2005 Oct 18
1
trying to build driver for hpt374 raid controler
I'm trying to build driver for hpt374 raid controler on a new installation of contOS
4.2 followin the instroctions in this thread
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=223&forum=7
It says that I should run "yum install kernel-sourcecode" to get the files I need
and it will create the path /usr/src/linux-2.6.9-5.0.3.EL which
2015 Aug 05
1
CentOS 5 grub boot problem
On 8/5/2015 11:27 AM, m.roth at 5-cent.us wrote:
> Bowie Bailey wrote:
>> I am trying to upgrade my system from 500GB drives to 1TB. I was able
>> to partition and sync the raid devices, but I cannot get the new drive
>> to boot.
>>
>> This is an old system with only IDE ports. There is an added Highpoint
>> raid card which is used only for the two extra
2015 Aug 05
1
CentOS 5 grub boot problem
m.roth at 5-cent.us wrote:
> Bowie Bailey wrote:
>> I am trying to upgrade my system from 500GB drives to 1TB. I was able
>> to partition and sync the raid devices, but I cannot get the new drive
>> to boot.
>>
>> This is an old system with only IDE ports. There is an added Highpoint
>> raid card which is used only for the two extra IDE ports. I have
2015 Aug 05
0
CentOS 5 grub boot problem
Bowie Bailey wrote:
> I am trying to upgrade my system from 500GB drives to 1TB. I was able
> to partition and sync the raid devices, but I cannot get the new drive
> to boot.
>
> This is an old system with only IDE ports. There is an added Highpoint
> raid card which is used only for the two extra IDE ports. I have
> upgraded it with a 1TB SATA drive and an IDE-SATA
2003 Sep 10
1
HighPoint RocketRaid 454
Hello, I know that this card has support in FreeBSD but I'm curious if
anyone has used them under heavy load in a RAID-5 configuration.
We're thinking of equipping two of these cards with 8 120GB Hitachi drives
and run it in an RAID-5 array for video material.
The usual data streams will likely be 2-3 streams at about 5-20MB/s
(totally) and I know that a single drive will handle that,
2005 Sep 11
1
RPMs for CentOS
When looking for RPMs for CentOS 4.1 outside of the yum CentOS repositories, do
I choose the version of a product which says for FC4, or what, if there is no
specific version mentioned for CentOS ?
2013 Jan 06
3
[LLVMdev] Building llvm from source with clang instead of gcc
On 1/5/2013 8:01 PM, Justin Holewinski wrote:
>
> On Sat, Jan 5, 2013 at 5:59 PM, Edward Diener
> <eldlistmailingz at tropicsoft.com <mailto:eldlistmailingz at tropicsoft.com>>
> wrote:
>
> On 01/05/2013 01:11 PM, Dmitri Gribenko wrote:
>
> On Sat, Jan 5, 2013 at 7:48 PM, Edward Diener
> <eldlistmailingz at tropicsoft.__com
>
2013 Jan 05
2
[LLVMdev] Building llvm from source with clang instead of gcc
On 01/05/2013 01:11 PM, Dmitri Gribenko wrote:
> On Sat, Jan 5, 2013 at 7:48 PM, Edward Diener
> <eldlistmailingz at tropicsoft.com> wrote:
>> I actually found out that llvm/configure will choose clang if it is
>> found in the path. This contradicts what is written at
>> http://llvm.org/docs/GettingStarted.html#requirements, where it says it
>> will use the
2013 Jan 06
0
[LLVMdev] Building llvm from source with clang instead of gcc
On Sat, Jan 5, 2013 at 11:08 PM, Edward Diener <
eldlistmailingz at tropicsoft.com> wrote:
> On 1/5/2013 8:01 PM, Justin Holewinski wrote:
>
>>
>> On Sat, Jan 5, 2013 at 5:59 PM, Edward Diener
>> <eldlistmailingz at tropicsoft.**com <eldlistmailingz at tropicsoft.com><mailto:
>> eldlistmailingz@**tropicsoft.com <eldlistmailingz at
2013 Jan 06
0
[LLVMdev] Building llvm from source with clang instead of gcc
On Sat, Jan 5, 2013 at 5:59 PM, Edward Diener <
eldlistmailingz at tropicsoft.com> wrote:
> On 01/05/2013 01:11 PM, Dmitri Gribenko wrote:
>
>> On Sat, Jan 5, 2013 at 7:48 PM, Edward Diener
>> <eldlistmailingz at tropicsoft.**com <eldlistmailingz at tropicsoft.com>>
>> wrote:
>>
>>> I actually found out that llvm/configure will choose
2015 Jun 09
2
[LLVMdev] C++14 support for shared_mutex
On 6/8/2015 10:10 PM, Tim Northover wrote:
> On 8 June 2015 at 17:53, Edward Diener <eldlistmailingz at tropicsoft.com> wrote:
>> How can I tell at compile time through predefined macros whether libc++
>> includes/supports the C++14 header file shared_mutex ?
>
> I doubt it's even theoretically possible. Clang can be used with
> multiple standard libraries, and
2015 Jun 09
5
[LLVMdev] C++14 support for shared_mutex
How can I tell at compile time through predefined macros whether libc++
includes/supports the C++14 header file shared_mutex ?
Given that I have identified that libc++ is being used, will this work ? :
#if __cplusplus >= 201402
// Header file shared_mutex supported
#endif
or do I need to check something else ?
2013 Jan 16
2
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
On 1/15/2013 11:19 AM, Dmitri Gribenko wrote:
> On Mon, Jan 14, 2013 at 3:32 AM, Edward Diener
> <eldlistmailingz at tropicsoft.com> wrote:
>> It is on pastebin and is called ConfigureLog. I made it private, FWIW.
>
> Please provide a link. I can not find it because it is private.
I copied it to a public paste called ConfigureLogPublic at
http://pastebin.com/yaLHmmGk.
2007 Oct 29
2
How to create a bootable DVD
How can I create a bootable DVD from the ISO I have just downladed?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20071029/f391f4ab/attachment-0004.html>
2013 Jan 14
2
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
On 01/12/2013 06:08 PM, Dmitri Gribenko wrote:
> On Sun, Jan 13, 2013 at 12:59 AM, Edward Diener
> <eldlistmailingz at tropicsoft.com> wrote:
>> On 01/09/2013 10:37 AM, Dmitri Gribenko wrote:
>>>
>>> On Tue, Jan 8, 2013 at 8:43 AM, Edward Diener
>>> <eldlistmailingz at tropicsoft.com> wrote:
>>>>
>>>> After applying your
2013 Jan 06
3
[LLVMdev] Building llvm from source with clang instead of gcc
On 1/6/2013 9:47 AM, Justin Holewinski wrote:
> On Sat, Jan 5, 2013 at 11:08 PM, Edward Diener
> <eldlistmailingz at tropicsoft.com <mailto:eldlistmailingz at tropicsoft.com>>
> wrote:
>
> On 1/5/2013 8:01 PM, Justin Holewinski wrote:
>
>
> On Sat, Jan 5, 2013 at 5:59 PM, Edward Diener
> <eldlistmailingz at tropicsoft.__com
>
2015 Aug 25
0
CentOS 6.6 - reshape of RAID 6 is stucked
Hello
I have a CentOS 6.6 Server with 13 disks in a RAID 6. Some weeks ago, i upgraded it to 17 disks, two of them configured as spare. The reshape worked like normal in the beginning. But at 69% it stopped.
md2 : active raid6 sdj1[0] sdg1[18](S) sdh1[2] sdi1[5] sdm1[15] sds1[12] sdr1[14] sdk1[9] sdo1[6] sdn1[13] sdl1[8] sdd1[20] sdf1[19] sdq1[16] sdb1[10] sde1[17](S) sdc1[21]
19533803520
2010 May 30
5
ATI Proprietary Drivers LAG
I've installed CentOS 5.5, fixed my problems with my network card driver,
and and I've followed this:
http://wiki.centos.org/AdditionalResources/HardwareList/AtiDriver ,
downladed latest ati driver, restarted, screen resolution is fixed, but
everything lags.
ATI Radeon HD 5470 1GB
this is the output of "lspci -v"
*01:00.0 VGA compatible controller: ATI Technologies Inc
2013 Jan 16
0
[LLVMdev] Failure building llvm/clang from source using binary clang package on Mageia 2
On Wednesday, January 16, 2013, Edward Diener wrote:
> On 1/15/2013 11:19 AM, Dmitri Gribenko wrote:
>
>> On Mon, Jan 14, 2013 at 3:32 AM, Edward Diener
>> <eldlistmailingz at tropicsoft.com> wrote:
>>
>>> It is on pastebin and is called ConfigureLog. I made it private, FWIW.
>>>
>>
>> Please provide a link. I can not find it because it