Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread Peter Peltonen
Hi, On Thu, Feb 9, 2012 at 7:33 AM, Mihamina Rakotomandimby wrote: > I'll have to rebuild a source RPM in order to have what I want: > - Which base should I install for a php 5.2 VM? 6.2 or 5.7? > - Which release of CentOS had a php 5.2 source rpm that I could just > rebuild without too much extr

Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread John R. Dennison
On Thu, Feb 09, 2012 at 12:07:34PM +0200, Peter Peltonen wrote: > Hi, > > There is a PHP 5.2 RPM for CentoOS5 in the testing repo: > > http://dev.centos.org/centos/5/testing/SRPMS/ This should be avoided at all costs. Those packages have not been updated for ever and as a result have multiple k

Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread Peter Peltonen
Hi, On Thu, Feb 9, 2012 at 12:16 PM, John R. Dennison wrote: >> http://dev.centos.org/centos/5/testing/SRPMS/ > > This should be avoided at all costs.  Those packages have not been > updated for ever and as a result have multiple known critical > vulnerabilities.  Additionally, as has been pointe

Re: [CentOS] Eeek, my centos6 box won't boot after broken update, need help w/ yum [SOLVED]

2012-02-09 Thread wwp
Hello Les, all, On Wed, 8 Feb 2012 12:03:15 -0600 Les Mikesell wrote: > On Wed, Feb 8, 2012 at 11:56 AM, wwp wrote: > > > > > From a console, I wanted to complete the yum update and it suggested me > > > > to do a `yum-complete-transaction`. > > > > > > > > yum-complete-transaction tells me t

Re: [CentOS] fqdn hostname fails after reboot

2012-02-09 Thread Ljubomir Ljubojevic
On 02/09/2012 01:28 AM, Chris wrote: > 2012/2/9 Stephen Harris: >> On Thu, Feb 09, 2012 at 01:00:33AM +0100, Chris wrote: >>> Feb 9 00:49:57 x800 postfix[1387]: warning: valid_hostname: invalid >>> character 13(decimal): x800.mydomain.local? >> >> 13 is control-M. >> >> One of your config files is

[CentOS] python26-memcached on centOS 5.5

2012-02-09 Thread Anand Jeyahar
Hi, Is anyone here running memcached + python2.6 + django setup on a CentOS 5.5?? Am trying to set one up here and have trouble with the python26-memcached installation. So far i have installed (via yum): 1.python26 2. python26-memcached 3. libevent 4. memcached-devel

[CentOS] python26-memcached on centOS 5.5

2012-02-09 Thread Anand Jeyahar
Hi, Is anyone here running memcached + python2.6 + django setup on a CentOS 5.5?? Am trying to set one up here and have trouble with the python26-memcached installation. So far i have installed (via yum): 1.python26 2. python26-memcached 3. libevent 4. memcached-devel

Re: [CentOS] python26-memcached on centOS 5.5

2012-02-09 Thread Anand Jeyahar
Hi all, thanks a lot. Turns out that rpm is just a place holder.. i figured out the rpm -qpil command and realized i had to build from source. got it(memcached) running now. __- Thanks and Regards Anand Jeyah

Re: [CentOS] Create Virtual Machine via HTTP or FTP

2012-02-09 Thread Phil Schaffner
cbul...@gmail.com wrote on 02/09/2012 12:05 AM: > I used a DVD. > The command was: > cp -ar/path/DVD/. /var/www/html/inst DVD1 or LiveDVD? Phil ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread Mihamina Rakotomandimby
On 02/09/2012 01:16 PM, John R. Dennison wrote: > On Thu, Feb 09, 2012 at 12:07:34PM +0200, Peter Peltonen wrote: >> There is a PHP 5.2 RPM for CentoOS5 in the testing repo: >> http://dev.centos.org/centos/5/testing/SRPMS/ > Use the IUS repository and the php-5.2.17 packages they supply [...] > Ple

Re: [CentOS] Create Virtual Machine via HTTP or FTP

2012-02-09 Thread cbul...@gmail.com
Hi Phil, DVD. Thanks! On 02/09/2012 07:34 AM, Phil Schaffner wrote: > cbul...@gmail.com wrote on 02/09/2012 12:05 AM: >> I used a DVD. >> The command was: >> cp -ar/path/DVD/. /var/www/html/inst > DVD1 or LiveDVD? > > Phil > > ___ > CentOS

[CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread C. L. Martinez
Hello all, How can I configure yum to download updates when I need to authenticate to a Microsoft Forefront proxy?? I have tried to configure http_proxy variable as a "http_proxy="http://DOMAIN\\user:passwd@proxy:port/";, but it doesn't works ... I have tried to set http_user and http_passwd also

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread Giles Coochey
On 2012-02-09 15:35, C. L. Martinez wrote: > Hello all, > > How can I configure yum to download updates when I need to > authenticate to a Microsoft Forefront proxy?? I have tried to > configure http_proxy variable as a > "http_proxy="http://DOMAIN\\user:passwd@proxy:port/";, but it doesn't > work

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread Giles Coochey
On 2012-02-09 15:35, C. L. Martinez wrote: > Hello all, > > How can I configure yum to download updates when I need to > authenticate to a Microsoft Forefront proxy?? I have tried to > configure http_proxy variable as a > "http_proxy="http://DOMAIN\\user:passwd@proxy:port/";, but it doesn't > work

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread C. L. Martinez
On Thu, Feb 9, 2012 at 4:51 PM, Giles Coochey wrote: > On 2012-02-09 15:35, C. L. Martinez wrote: >> Hello all, >> >>  How can I configure yum to download updates when I need to >> authenticate to a Microsoft Forefront proxy?? I have tried to >> configure http_proxy variable as a >> "http_proxy="h

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread Giles Coochey
On 2012-02-09 15:57, C. L. Martinez wrote: > On Thu, Feb 9, 2012 at 4:51 PM, Giles Coochey > wrote: >> On 2012-02-09 15:35, C. L. Martinez wrote: >>> Hello all, >>> >>>  How can I configure yum to download updates when I need to >>> authenticate to a Microsoft Forefront proxy?? I have tried to >>

[CentOS] Making a centos mirror using a windows 2008 r2 server

2012-02-09 Thread C. L. Martinez
Hi all, Due to some problems with yum to interoperate with a Forefront Proxy, Is it possible to make a mirror from mirror.centos.org using a Windows 2008 R2 server?? Apart of rsync, exists another tool that supports AD authentication?? Thanks. ___ Cent

[CentOS] CentOS-announce Digest, Vol 84, Issue 5

2012-02-09 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread Les Mikesell
On Thu, Feb 9, 2012 at 9:59 AM, Giles Coochey wrote: > > > > Yes Giles, but my problem is with a Forefront proxy when I need to > > use > > an AD to authenticate users ... With s squid proxy, it is easy to > > configure proxy options under yum.conf ... > > > I see, so it might be a little more co

[CentOS] Startech USB21000S

2012-02-09 Thread Phil Savoie
Hi All, Just wondering if anyone has had the occasion to use one of these for usb networking with Centos 6.2. Did it work out of the box? Any recommendations? It uses the ax88178 chipset and is a gigabit usb network adaptor. Thanks a bunch, in advance for your time. Phil _

[CentOS] starting haldeamon on 6.2

2012-02-09 Thread Jerry Geis
haldaemon on 6.2 is not starting for me. (so I cannot run X). doing dmesg and tail /var/log/messages refeals nothing. doing strace -fv service haldaemon start says that g_malloc_n is not found or undefined symbol What might I be missing? I am fully upto date with yum. (x86_64 ) Very puzzling.

Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread Johnny Hughes
On 02/09/2012 04:16 AM, John R. Dennison wrote: > On Thu, Feb 09, 2012 at 12:07:34PM +0200, Peter Peltonen wrote: >> Hi, >> >> There is a PHP 5.2 RPM for CentoOS5 in the testing repo: >> >> http://dev.centos.org/centos/5/testing/SRPMS/ > This should be avoided at all costs. Those packages have not

Re: [CentOS] Building CentOS 6.2 custom install media

2012-02-09 Thread Daniel Drake
On Sat, Feb 4, 2012 at 10:28 AM, Daniel Drake wrote: > I guess I have just described pungi there - and maybe that is our > answer. But I have yet to find a report of someone using pungi to > rebuild C6, and pungi is not included in RHEL/CentOS and isn't in EPEL > either. I'd welcome your input on

Re: [CentOS] advice on having php 5.2.x:

2012-02-09 Thread fakessh @
Le jeudi 09 février 2012 à 15:01 -0600, Johnny Hughes a écrit : > On 02/09/2012 04:16 AM, John R. Dennison wrote: > > On Thu, Feb 09, 2012 at 12:07:34PM +0200, Peter Peltonen wrote: > >> Hi, > >> > >> There is a PHP 5.2 RPM for CentoOS5 in the testing repo: > >> > >> http://dev.centos.org/centos/5

Re: [CentOS] [FIXED] Centos 5.7--desktop icons are now a blank sheet of paper with the .desktop filename and they don't work

2012-02-09 Thread fred smith
new info, see below... On Wed, Nov 16, 2011 at 08:31:17PM -0500, fred smith wrote: > On Tue, Nov 15, 2011 at 08:45:48PM -0500, fred smith wrote: > > On Tue, Nov 15, 2011 at 11:22:32AM +0100, Ljubomir Ljubojevic wrote: > > > Vreme: 11/15/2011 03:25 AM, fred smith piše: > > > > > > > note that the

Re: [CentOS] Startech USB21000S

2012-02-09 Thread Ljubomir Ljubojevic
On 02/09/2012 08:19 PM, Phil Savoie wrote: > Hi All, > > Just wondering if anyone has had the occasion to use one of these for > usb networking with Centos 6.2. Did it work out of the box? Any > recommendations? It uses the ax88178 chipset and is a gigabit usb > network adaptor. > Here: http://

[CentOS] oops, or how to bring a datacenter router down with one setting

2012-02-09 Thread Bob Hoffman
so I gave up on bonding. I found about 300 posts showing eth0 and eth1 both pointing to br0 (bridge) as interfaces. I followed them correctly, or so I thought. I pointed both ethx to the bridge, restarted network and bam...!!! entire ip block went out. when I called datacenter they told me the ro

Re: [CentOS] Startech USB21000S

2012-02-09 Thread Nataraj
On 02/09/2012 03:19 PM, Ljubomir Ljubojevic wrote: > On 02/09/2012 08:19 PM, Phil Savoie wrote: >> Hi All, >> >> Just wondering if anyone has had the occasion to use one of these for >> usb networking with Centos 6.2. Did it work out of the box? Any >> recommendations? It uses the ax88178 chipse

[CentOS] advice on bind/dns and many sites

2012-02-09 Thread Bob Hoffman
hi all, currently my websites are sharing one server, also having bind running on that server for all of them. I am now breaking the sites on to different machines. So what would you do on bond/dns? I was thinking of making two servers as nameservers, one master, one slave, for all my domains.

Re: [CentOS] advice on bind/dns and many sites

2012-02-09 Thread nux
Bob Hoffman writes: > hi all, > currently my websites are sharing one server, also having bind running > on that server for all of them. > I am now breaking the sites on to different machines. > > So what would you do on bond/dns? > > I was thinking of making two servers as nameservers, one mas

[CentOS] script regular expression

2012-02-09 Thread Alejandro Rodriguez Luna
Hi everyone, I was creating a script and i found something i can't figure out. #/bin/bash for i in $(cat certificates.txt) do      echo $i done I expected this RSA Secure Server Certification Authority VeriSign Class 1 CA Individual Subscriber-Persona Not Validated but i got this RSA Secure

Re: [CentOS] script regular expression

2012-02-09 Thread sheraz naz
--- On Fri, 2/10/12, Alejandro Rodriguez Luna wrote: > From: Alejandro Rodriguez Luna > Subject: [CentOS] script regular expression > To: "CentOS mailing list" > Date: Friday, February 10, 2012, 1:29 AM > Hi everyone, I was creating a script > and i found something i can't figure out. > > #