Re: [CentOS] Virtual Machine Manager Doesn't see vmx flag

2011-03-16 Thread Johnny Hughes
On 03/15/2011 08:17 PM, David McGuffey wrote: > > On Tue, 2011-03-15 at 21:21 +0100, Athmane Madjoudj wrote: >> On 03/15/2011 12:54 PM, David McGuffey wrote: >>> Finished installing CentOS 5.5 x86_64 on a new Dell tower workstation >>> that has a quad core Intel processor and 8 GB of ram. BIOS ha

Re: [CentOS] install specific version using yum

2011-03-16 Thread Johnny Hughes
On 03/15/2011 04:32 PM, Tim Dunphy wrote: > Hello list! > > I have been instructed to install very specific version numbers of > httpd and php on the company web servers. Here's what I've tried so > far > > [root@ec2-50-17-114-126 ~]# yum install php-5.2.17-1.w5.i386 > Loaded plugins: fastestmir

Re: [CentOS] Epel and yum downgrade : possible ?

2011-03-16 Thread Neil Viglieno
> Thanks Ned and Nico. > > Yes, "yum downgrade dokuwiki" says there is nothing available. I can > rebuild version 20091225.c from dokuwiki.org, but I don't know if > there where any patches added by Epel, and this is likely. > > My guess is the source rpm for Epel was the same as the source rpm

[CentOS] problems creating read-only, 'consumer' dirsrv replica

2011-03-16 Thread Jon Detert
Hello, I am trying to deploy an additional read-only replica (aka. 'consumer') in a single-master dirsrv environment. The master, and the other pre-existing consumer servers, are all 'fedora-ds' running on Fedora 7. I'm trying to add a consumer running on Centos 5.5. Ultimately, I intend to rep

Re: [CentOS] Mumble gamers' VOIP server (murmur)

2011-03-16 Thread Michael Simpson
On 15 March 2011 19:07, Kenneth Porter wrote: > > BTW, I found that the initscript included in the Fedora RPM launches the > server as root instead of mumble-server (unprivileged user) and murmur must > drop privs once started. This causes the log file and sqlite DB to be > created owned by root,

Re: [CentOS] CentOS 5.5 does not recognise SAS drives with LSI 1068E Controller

2011-03-16 Thread Peter Peltonen
I have now partially solved my problem: On Wed, Mar 9, 2011 at 5:55 PM, Peter Peltonen wrote: > I need to do a new CentOS net install on a new server having the > Supermicro X7DVL-3 motherboard: [...] > So I assume the controller is not supported and I need a binary driver > for it. For 1068e i

Re: [CentOS] Epel and yum downgrade : possible ?

2011-03-16 Thread John R Pierce
On 03/08/11 7:53 AM, Philippe Naudin wrote: > Hello, > > Is it possible to downgrade to an old version of a package on epel ? I > am in troubles with the new dokuwiki-0-0.6.20101107.a.el5, and cannot > find dokuwiki-0-0.4.20091225.c.el5.noarch... dokuwiki is -just- a php website, it doesn't even n

[CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
I am trying to deduce the one liner for an rpm I am packaging to edit a php configuration file from within my spec. The line I am editing looks like: $conf['nagios_base'] = "/nagios/cgi-bin"; What are the escape requirements Perl needs from within the shell to search for this? As I have seen, th

Re: [CentOS] perl one-liner issue

2011-03-16 Thread John R Pierce
On 03/16/11 12:56 PM, Joseph L. Casale wrote: > $conf['nagios_base'] = I'd just search for that part, above. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] skype?

2011-03-16 Thread m . roth
Well, at the urging of a friend who wants to talk face-to-face, I tried to install skype to my system at home (current CentOS 5.5). Got the fedora rpm; yum installed a library, then localinstalled skype, which is the current 2.1 beta. ldd shows an entry to linux-gate, which I don't have installed

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>> $conf['nagios_base'] = > >I'd just search for that part, above. Me to, and I never even got to the replacement as the search for that was bailing:) ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] skype?

2011-03-16 Thread Akemi Yagi
On Wed, Mar 16, 2011 at 1:37 PM, wrote: > Well, at the urging of a friend who wants to talk face-to-face, I tried to > install skype to my system at home (current CentOS 5.5). Got the fedora > rpm; yum installed a library, then localinstalled skype, which is the > current 2.1 beta. > > ldd shows

[CentOS] Watching a directory

2011-03-16 Thread Jason Slack-Moehrle
Hi All, I am thinking about an idea, but it requires that I be able to watch several directories for files that are added, deleted or maybe changed. Let start with adding files. What tools are available for me to watch a directory. In an example, if a file is added to a directory I want to run a

Re: [CentOS] CentOS 5.5 does not recognise SAS drives with LSI 1068E Controller

2011-03-16 Thread Brandon Ooi
Hi Peter, I too was very undecided about using the LSI 1068e (on-board many supermicro boards) in production for this very reason. The problem is that chipset is basically unsupported by LSI and updates to it are sometimes necessary to maintain compatibility. The driver won't build sometimes on up

[CentOS] Watching a directory

2011-03-16 Thread R P Herrold
On Wed, 16 Mar 2011, Jason Slack-Moehrle wrote: > Would anyone have thoughts? don't reinvent the wheel inotify builds and works fine on CentOS 5 -- Russ herrold ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Benjamin Franz
On 03/16/2011 01:42 PM, Joseph L. Casale wrote: >>> $conf['nagios_base'] = >> I'd just search for that part, above. > Me to, and I never even got to the replacement as the search for that > was bailing:) The problem is trying to pass valid Perl though the bash shell . There is an insane amount of

Re: [CentOS] skype?

2011-03-16 Thread Paul Heinlein
On Wed, 16 Mar 2011, m.r...@5-cent.us wrote: > ldd shows an entry to linux-gate, which I don't have installed (or > at least rpm tells me I don't). linux-gate is a virtual library that lives in memory and handles the sysenter and sysexit instructions. It doesn't actually exist in the filesyste

Re: [CentOS] Watching a directory

2011-03-16 Thread Brian Mathis
On Wed, Mar 16, 2011 at 5:12 PM, R P Herrold wrote: > On Wed, 16 Mar 2011, Jason Slack-Moehrle wrote: > >> Would anyone have thoughts? > > don't reinvent the wheel > > inotify builds and works fine on CentOS 5 > > -- Russ herrold In particular, 'incron' is very cool. I have just started using it

Re: [CentOS] Apache/Active Directory authentication

2011-03-16 Thread Michael B Allen
On Mon, Mar 14, 2011 at 5:58 AM, John Hodrien wrote: > On Mon, 14 Mar 2011, Michael B Allen wrote: > >> Hi Asya, >> >> You must set the servicePrincipalName attribute on the service account >> (MYSERVER$ in this case) to include all of the hostnames that will be >> used to access the web server wh

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>The problem is trying to pass valid Perl though the bash shell . There >is an insane amount of interaction between all the escapings involved in >this specific pattern. The hard problem is getting bash to *not* change >what you are passing to Perl before Perl sees it. As I have noticed:) >Aft

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Jason Pyeron
> -Original Message- > From: Benjamin Franz > Sent: Wednesday, March 16, 2011 17:30 > To: CentOS mailing list > Subject: Re: [CentOS] perl one-liner issue > > On 03/16/2011 01:42 PM, Joseph L. Casale wrote: > >>> $conf['nagios_base'] = > >> I'd just search for that part, above. > > Me to,

Re: [CentOS] Watching a directory

2011-03-16 Thread Dr. Ed Morbius
on 14:06 Wed 16 Mar, Jason Slack-Moehrle (slackmoehrle.li...@gmail.com) wrote: > Hi All, > > I am thinking about an idea, but it requires that I be able to watch several > directories for files that are added, deleted or maybe changed. > > Let start with adding files. What tools are available for

Re: [CentOS] skype?

2011-03-16 Thread Garry Dale
Akemi Yagi wrote: > On Wed, Mar 16, 2011 at 1:37 PM, wrote: > Try the static version. Here's the CentOS wiki: > > http://wiki.centos.org/HowTos/Skype fwiw, the above mentioned wiki page helped me quickly get skype_static-2.1.0.81 up on CentOS 5.5 a few months ago, just in time for the holida

Re: [CentOS] Watching a directory

2011-03-16 Thread Trutwin, Joshua
> Let start with adding files. What tools are available for me to watch a > directory. > In an example, if a file is added to a directory I want to run a shell script > that > will do some conversation on the file to produce a second copy. I just was working on something like this today - yum

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Jonathan Detert
On Wed, Mar 16, 2011 at 07:56:41PM +, Joseph L. Casale wrote: > I am trying to deduce the one liner for an rpm I am packaging to edit a php > configuration file from within my spec. The line I am editing looks like: > > $conf['nagios_base'] = "/nagios/cgi-bin"; > > What are the escape require

Re: [CentOS] perl one-liner issue

2011-03-16 Thread Joseph L. Casale
>Go easy on yourself, and : >a) don't try to match the quotation marks verbatim. Instead, match them with >simply a . Clever, thanks! jlc ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Cannot %include in CentOS 5.5 kickstart

2011-03-16 Thread whitivery
whitivery wrote: >Patrick Lists > wrote: > >>On 03/10/2011 08:14 AM, whitivery wrote: >>> # This does not work >>> %include /tmp/drvdisk >>> >>> # This works >>> #driverdisk >>> --source=nfs:10.0.4.157:/srv/cobbler/RHEL5.5_x86_402_409_410_DD.img >>> >>> >>> %packages >>> @base >>> @core >>> >>> %