similar to: CentOS 7 installer not seeing SATA disks

Displaying 20 results from an estimated 7000 matches similar to: "CentOS 7 installer not seeing SATA disks"

2010 Mar 27
2
Network tuning for working with very old Solaris
G'day. I am trying to get a very old Solaris 5.7 server to ftp data to my updated CentOS 5.4 server but the Solaris box keeps losing networking after sending some data. I can't ping the Solaris box from any of the servers on my network. Could this be related to a much newer (modern) TCP/IP stack in Linux and TCP options? If so, does anyone have any suggestions for how I can tune the
2014 May 14
1
Error starting Virtual Machine Manager: Failed to contact configuration server
I just updated and rebooted a VM host server which runs CentOS 6.5/x86_64. After rebooting, I can't start the virtual-manager due to the error: Error starting Virtual Machine Manager: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ [^]
2014 Dec 02
1
Building QT on CentOS 5
I am building QT 4.8.6 on CentOS 5 and it is failing on building the webkit module with __sync_add_and_fetch_4 not being defined. My build is for Embedded Linux, which allows me to use the framebuffer. Posts report this error when trying to cross-compile for ARM, but I am building for X86. Several posts also indicate that this is due to the old GCC used by CentOS 5. Does anyone have any
2009 May 21
1
[PATCH node] display descriptions for all disks
Signed-off-by: Alan Pevec <apevec at redhat.com> --- scripts/ovirt-config-storage | 31 +++++++++++++++++++------------ 1 files changed, 19 insertions(+), 12 deletions(-) diff --git a/scripts/ovirt-config-storage b/scripts/ovirt-config-storage index be5aec0..671ad7d 100755 --- a/scripts/ovirt-config-storage +++ b/scripts/ovirt-config-storage @@ -36,15 +36,17 @@ logging_min_size=5
1997 Sep 21
1
Active X versus Java, Linux versus NT
Having recently read about the lack of security of Active X controls, I was wondering if I could get some specifics about its lack of security versus the security of JAVA. Also about the security of JAVA under Linux. I understand that MS''s concept of security is a) investigate the vendor, b) issue a certificate of authority, 3) vendor is now trused to do anything (fox guarding the hen
2012 May 28
1
Disk geometry problem.
Hi all. I have a CentOS server: CentOS release 5.7 (Final) 2.6.18-274.3.1.el5 x86_64 I have two SSD disks attached: smartctl -i /dev/sdc smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: INTEL SSDSA2CW120G3 Serial Number: CVPR13010957120LGN Firmware
2012 Mar 15
0
IDE mapping to SATA in virtual guest
Hi, I'm trying to map a logical volume (sata) as an ide drive from my centos 6.2 host to my centos 6.2 guest. Here is xml snippet: <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='none' io='native'/> <source dev='/dev/VolGroup02/LogVol00'/> <target dev='hda'
2011 Jun 28
2
OpenOffice 3.3.0 crashing on CentOS 5.5
The last few releases of OpenOffice have gotten very unstable on my desktop which is a CentOS 5.5 i386 system. After multiple crashes when doing embedded simple drawings in OpenOffice writer (circles and lines with connections), I started using the versions from Sun then Oracle. I am now using version 3.3: openooffice.org3-3.3.0-9567. I've lived with this but with version 3.x it has gotten
2011 Oct 05
3
Firefox 7 on CentOS 5
Anyone have any luck running updated Firefox on CentOS 5? We have CentOS 5 workstations and need to update their Firefox but it dumps core even when using the libstdc++ from Fedora 9. I would like anything stable and secure beyond Firefox 3 but can't find tarballs for anything other than 7.0.1. CentOS 5.5 i386 w/ updates firefox-7.0.1.tar.bz2 libstdc++-4.3.0-8.i386.rpm from Fedora 9
2008 Jan 14
3
Spot the cyclical relationship
I got the following error, but there''s no "cycle" I commented out File["/dev/sdb3"] and it works, but of course would choke if I ran it and the requirement were not met err: Could not apply complete catalog: Found cycles in the following relationships: File[/dev/sdb1] => Exec[echo -e "0,290\n,290\n," | sfdisk /dev/sdb] Here''s the node: node
2013 Jun 24
1
Best solution for TRIM on CentOS 5.x
I am planning on using solid state disks with my CentOS 5.x systems. Currently, I am using EXT3 for the file system. >From what I can find, CentOS 5.x does not support TRIM on solid state disks? Is this correct? Should I obtain and build the updated hdparm and use that to trim my drives (for example, via CRON every night at midnight)? Or should I get fstrim (updated util-linux)? Any other
2005 Nov 27
0
centos4.2 -raid 1 and grub
I had this little shell script. Use at your own risk... Jerry --------- # To load a blank drive with the old partition information use the command: # sfdisk /dev/hda < /etc/silentm/raidinfo.partitions.hda # The following command will setup the passed argument to boot in case the main disk is faulty # $1 is either /dev/hdb or /dev/sdb grub_setup_scsi() { grub << EOF find
2007 Apr 12
1
Multihead related issues
First, there are two fundamentally diffrent types of doing multihead: The "one big screen" solution, usually achieved with xinerama , twinview or similar. This provides us with one Screen, and therefor one CompScreen structure. The output extens are retrieved from xinerama, or possibly randr (in the future?), I would assume. Then there is the less used "multiscreen" way, which
2008 Oct 01
0
AW: Increase size of file-based diskimage (with MBR, partitions + fs)
Hey I had the same problem some time ago. But here is a solution how to do that, but it''s a bit tricky! REQUIREMENT: THE SYSTEM PARTITION ON THE IMAGE MUST BE THE FIRST PARTITION, AFTER THAT THERE MUST BE ONLY SWAP PARTITIONS!!!! This setup would work, there should be no risk at all: Partition 1 on the image: / Partition 2 on the image: swap space This setup WONT''T WORK, YOU
2015 Aug 05
0
CentOS 5 grub boot problem
On 8/5/2015 4:00 PM, Chris Murphy wrote: > - Ahh OK now I see why I was confused. The originally posted partition > map uses cylinders as units, not LBA. I missed that. Cylinder 1 is the > same as LBA 63. And that is sufficiently large for a GRUB legacy stage > 2. > > - OK this is screwy. Partitions 1 and 3 on both drives have the same > number of sectors, but partitions 2
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
Am 22.04.2016 um 12:40 schrieb g <geleem at bellsouth.net>: > greetings. > > centos 6.7 [current] > > > 'disk utility' has started showing message; > > WARNING: The partition is misaligned by 2560 bytes. This may > result in very poor performance. Repartitioning is suggested. > > for sdc5 - /home partition. > > /dev/sdc5 302243312
2012 Oct 03
0
CentOS 5.8, xen kernel, and nfs4
G'day, I have a workstation running CentOS 5.8 with kernel 2.6.18-308.el5. This workstation needs to mount a NFS4 directory on a server (mysvr in the example below). If the computer is running the XEN kernel (uname -a reports ...2.6.18-308.el5xen), my NFS4 share is mounted but "ls" reports an error. Xen kernel: uname -a ...2.6.18-308.el5xen mount | grep mysvr
2010 Jun 08
0
NMI received for unknown reason
G'day, I am testing a new server with a Supermicro X7SBA motherboard and TE405 cards. When I load Dahdi and run dahdi_cfg I get the following errors: kernel: Uhhuh, NMI received for unknown reason b1 on CPU 0 You probably have a hardware problem with your RAM chips Dazed and confused, but trying to continue The reason codes I have seen are a0, a1, and
2013 Dec 11
0
Offline YUM repository setup working but yum with --installroot fails
I use a local, off-line repository for CentOS plus updates for my development network (my setup for many years). By design, the repository has no physical connection to the Internet. Everything seems to be setup correctly and works fine for installs/updates. However I am trying to use the --installroot option for YUM and it is complaining about not finding a mirror. I removed the lines about
2013 Jan 09
0
Fwd: Re: multiscreen
Sorry, I actidentally replied to the sender, sending copy to the list, because it might be relevant for others... Sorry for the confusion. Vojtech Kral -------- Original Message -------- Subject: Re: [compiz] multiscreen Date: 2013-01-09 23:59 From: Vojtech Kral <vojtech at kral.hk> To: "Brian J. Murrell" <brian at interlinx.bc.ca> Hello Brian, I actually use compiz on