Re: [CentOS] Building a newer glibc RPM for CentOS 6 and installing into an alternate path

2015-03-30 Thread Patrick Flaherty
On Mon, Mar 30, 2015 at 11:58 AM, Alfred von Campe wrote: > We have a third party shared library from a vendor that requires glib 2.15 > or newer. We are using CentOS 6.6 which comes with glibc 2.12, and I know > it can't be replaced as it's an integral part of the OS. > > However, is it possibl

Re: [CentOS] network copy performance is poor (rsync) - debugging suggestions?

2015-01-23 Thread Patrick Flaherty
> > I do have two centos 6.6 servers. With a "performance optimized" rsync I > get an speed of 15 - 20 MB/s > > The options I use are: > > rsync -aHAXxv --numeric-ids --progress -e "ssh -T -c arcfour -o > Compression=no -x" > > If I copy files by smb to/from the servers I do get 60 - 80 MB/s, a dd

Re: [CentOS] Amazon Marketplace AMI

2014-10-20 Thread Patrick Flaherty
On Fri, Oct 17, 2014 at 3:45 AM, Thorsten Höger wrote: > Hi, > > the updated Amazon Web Service AMI (ami-4ac6653d) has a serious bug. > It is not possible to resize a disk after creating a new volume with a > size greater than 8GB. > > resize2fs does nothing. > > The previous AMI worked perfectly

Re: [CentOS] Tuning MySQL - what's the best place for mysqld parameters?

2013-11-13 Thread Patrick Flaherty
On Mon, Nov 11, 2013 at 1:48 AM, Alexander Dalloz wrote: > Am 11.11.2013 10:37, schrieb Alexander Farber: > > Hello CentOS users, > > > > for a Wordpress website I have installed > > mysql-server-5.1.69-1.el6_4.x86_64 and > > run /usr/bin/mysql_secure_installation on > > a CentOS 6.4 machine with

Re: [CentOS] X11partioning

2013-09-06 Thread Patrick Flaherty
What's the functionality you want? The only thing I can think of would be each individual window getting it's own paste buffer. On Fri, Sep 6, 2013 at 4:01 PM, Kwan Lowe wrote: > > I am searching for a way in X11 to "partition" or "divide" the screen. > > For example the physical size of the sc

Re: [CentOS] RPM Build Guidance

2013-09-04 Thread Patrick Flaherty
I think you should learn how to package rpms, it's a really useful skill. That being said, you should also learn how to steal. Musescore is already packaged for Fedora under the name mscore. You can probably steal their srpm. Install the src rpm and run rpmbuild -ba on the spec. It should be a go

Re: [CentOS] repoforge :: is it still active?

2013-08-07 Thread Patrick Flaherty
They off up their SRC rpms right? Grab the .spec file and have a go at updating it yourself. It's sometimes as simple as grabbing the new src tar ball, incrementing the build number and running rpmbuild -ba blah.spec. Sometimes there are patches to merge or library issues, but I've had really good

Re: [CentOS] "Can't find root device" with lvm root after moving drive on CentOS 6.3

2013-03-26 Thread Patrick Flaherty
On Tue, Mar 26, 2013 at 1:35 AM, Joakim Ziegler wrote: > Yes, I ran that immediately after getting dropped to the shell. I can > take a look at the device nodes tomorrow, but if I remember correctly, > /dev/mapper contained only the file "control" before running vgchange > -ay, that is, there was

Re: [CentOS] drbd and el6

2013-02-26 Thread Patrick Flaherty
On Tue, Feb 26, 2013 at 4:44 PM, John R Pierce wrote: > hey, I have an application for drbd replication between a pair of EL6 > servers, and I just realized that drbd is no longer built in. > > googling found me this blog on doing it using ElRepo distributions... > http://www.broexperts.com/2012/0

Re: [CentOS] Dell firmware repository - out of date firmware?

2013-02-06 Thread Patrick Flaherty
Joining the chorus of "Join the dell poweredge mailing list", but also throwing in there isn't much in the way of sync between bios/drivers/OMSA. updates. It's not uncommon to have versions of OMSA in the repo that say the firmware you just updated from the repo is out of date. Yes it sucks. I sugg