Displaying 20 results from an estimated 3000 matches similar to: "CentOS 5 Testing repo"
2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge?
We'd like to set auto deletion of our users' spambox folders, but I'm a
bit paranoid about its functionality.
The main things that confuse me are from the man page:
"Ipurge deletes messages from the mailbox(es) specified by
mailbox-pattern"
with no indication as to what defines "mailbox-pattern"
2011 Mar 15
4
install specific version using yum
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 at ec2-50-17-114-126 ~]# yum install php-5.2.17-1.w5.i386
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: yum.singlehop.com
* base: mirror.rackspace.com
* epel: nas1.itc.virginia.edu
* extras:
2012 Oct 15
6
centos 5 and php53
so whats the scoop on PHP53 for CentOS 5?
I have a long running webserver, runs a bunch of mostly php+postgresql
stuff, mostly hobby sites (clubs and local scout troops and such). has
latest updates to php 5.2.10-xx but I want to install something thats
insisting on php53. If I try and yum install php53, it says it
conflicts with php-5.2.10 ...
ok, do I remove the old PHP and install
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2008 Oct 15
2
creating a user from an RPM package
What wizardry do you guys use in the SPEC file when creating/deleting a
user from an RPM package?
I was going to create a macro like:
%define user(login,uid,gid,name,homedir,shell) \
echo "$1:x:$2:$3:$4:$5:$6" >>/etc/passwd; \
echo "$1:!!:12005:0:99999:7:::" >>/etc/shadow; \
echo "$1:x:$3:" >>/etc/group; \
mkdir
2013 Oct 04
5
php 5.1 to 5.3
Hello list
I'm managing a web server with centos-release-5-9.el5.centos.1.
I have php-5.1.6-40.el5_9 right now and I'd like to update it to php53.
I wander if its easy or complicated. If somebody have any instructions
I'd be very glad!
Thank you in advance.
Nikos
--
Untitled Document
------------------------------------------------------------------------
*?????? ????? - Gatsis
2011 Apr 30
2
Switching to php53
I have a Centos 5.6 server which is using the default php packages.
These currently contain PHP 5.1.6.
My main use of PHP on the server is to support an installation of
WordPress. I currently had WP 3.1.2 installed, but the WP developers
have announced that from WP 3.2 they will only support PHP 5. and
greater.
So I investigated and found that the Centos repo contains a series of
php53 packages.
2009 Nov 12
1
kernel not booting after update
Hi all,
I'm having a strange problem in which a certain box won't boot
any kernel newer than 2.6.18-53.
I have a kickstart setup that installs a CentOS 5.1 base (which comes
with kernel 2.6.18-53), and then I do a "yum update" to 5.3.
However, when 2.6.18-164 gets installed, the box is rebooted, and it
dumps me in a grub prompt. If I manually enter root, kernel, initrd and
2009 Dec 08
0
Any way to initiate a kickstart from shell prompt?
Hi all,
I've set up a CentOS flash stick using the LiveCD tools, then dumping
that onto flash with a persistent overlay - instructions here:
http://wtf.geek.nz/?blog/2009/12/08/how-to-make-a-useful-centos-utility-flash-stick
This gets me to a prompt in which I can do recovery stuff, but I'm
curious to know if it's possible to initiate a kickstart install onto
the local disks from
2010 Nov 10
0
Need advice trying to load ethernet firmware for kickstart
I've got a memory stick that I use to install systems. It's basically
just has a simple isolinux setup on it that calls up the kickstart
files from an http server and pulls down the distro via our online repo.
However, I'm trying to get a standard automated install like this on an
IBM box which has a Broadcom NetXtreme 2 NIC that requires firmware to
be there on bootup.
I've got
2012 Apr 16
3
PHP and PHP53
Greetings,
We have someone requesting the use of Wordpress 3.3.1. It requires PHP 5.2
minimum.
Currently, our machine is running CentOS 5.7.
What are the issues/concerns in upgrading from PHP 5.1 (the current PHP
rpms) to PHP53?
Much thanks,
Max Pyziur
pyz at brama.com
2010 Jul 14
2
PHP 5.2 on CentOS 4
How can i upgrade from PHP 5.1.6 to PHP 5.2.9 on CentOS 4.
Thanks
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Aug 17
1
5.1.6 php to 5.3, a few questions
Alright, looks like I have to do this (centos 5.x install).
Some questions..
1) I imagine I have to uninstall my current version of php...will yum
remove want to take a ton of programs with it? Would I have to
individually uninstall each package instead?
2) yum down the new version from some repo and then install it. I
imagine nothing from the previous setup will be there and I would have
2011 Apr 13
3
CentOS 5.6 and php53 packages
Hello fellow CentOS users,
until now I was using CentOS 5.5 with php 5.3 through this file:
# grep -v ^# /etc/yum.repos.d/CentOS-Testing.repo
[c5-testing]
name=CentOS-5 Testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
includepkgs=php*
Today I have updated to CentOS 5.6 by running
2013 Sep 24
3
php fopen ssl error
Hi,
With CentOS php53 I get an SSL Error
<?php
$handle = fopen("https://maps.google.com", "r");
$contents = stream_get_contents($handle);
fclose($handle);
?>
will result in something like
Warning: stream_get_contents(): SSL: fatal protocol error in bla.php on line 3
Some https pages do not raise this error, e.g. https://www.redhat.com is fine
What is wrong? How
2010 Mar 01
4
issues with 3rd party repos for centos
i'm reading the lowdown on 3rd party repos with respect to centos
here:
http://wiki.centos.org/AdditionalResources/Repositories
and i have a couple questions and observations. first, the entry for
centosplus reads:
"Popular packages from this repository include: postfix with database
support, a rebuilt kernel with additional drivers & filesystem
support, php5 and mysql5."
2011 Sep 04
4
Centos 5.6 Implications of PGP53 ?
If one stays with Centos 5.x (currently on 5.6) is the
problem/enhancement/incompatibility involving PHP53 likely to be
resolved by general updates and/or the introduction of Centos 5.7 ?
Paul.
2011 Apr 15
2
php53 and MSSQL
[Reposted now I've joined the list, so I hopefully don't get moderated out]
Hi,
I've upgraded lots of machines to 5.6 (thanks!) and there was one
particular machine that I'd also like to upgrade to PHP 5.3.
Unfortunately it seems I can't.
On the machine I have php-mssql installed, and it appears that there is
no php53-mssql.
php-mssql is built from the php-extras SRPM, so
2011 Aug 19
3
PHP 5.3: IUS vs CentOS repos
I need to upgrade PHP because the latest WordPress requires one at least at
5.2.4. What are the tradeoffs of using the php53 packages provided by
CentOS versus IUS? I've seen that installing the RHEL-derived php53
requires removing php first and it creates package conflicts because it
doesn't provide a virtual php-common package. That suggests I should
install the IUS package. Is
2011 May 24
5
CentOS 5.6 PHP 5.3 and SquirrelMail
OK, so I did an upgrade to PHP 5.3 on one of my servers. I noticed the
uninstall of php also removed SquirrelMail and it won't install under
PHP 5.3. Has anybody worked this out with a good RPM or repo solution?
--
John Hinton
877-777-1407 ext 502
http://www.ew3d.com
Comprehensive Online Solutions