Search found 8 matches

by phantom21
2018/07/10 20:45:42
Forum: CentOS 6 - General Support
Topic: upgrading from 6.8 to most recent version
Replies: 1
Views: 776

upgrading from 6.8 to most recent version

I have a centos 6.8 box and now want to upgrade to 7.x (whichever the newest version is). Hoever, when I run the command yum update (as root) I get this: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" Error: Cannot find a valid baseurl for repo: centosplus Any suggestions how to fi...
by phantom21
2018/02/09 00:04:55
Forum: CentOS 6 - General Support
Topic: CentOS 6.9 and yum update
Replies: 10
Views: 56125

Re: CentOS 6.8 and yum update

I have centos 6.8 final. Trying to perform update. The mirrors weren't working so I enabled the baseurl but that is also not working, I get this message below Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=centosplus&infra=stock error was 14: PYCURL ERROR 6 - ...
by phantom21
2016/08/25 20:28:36
Forum: CentOS 5 - General Support
Topic: problems upgrading from 5.2 to 5.11
Replies: 2
Views: 3610

problems upgrading from 5.2 to 5.11

Trying to upgrade to 5.11 from 5.2

I keep getting this message:

Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
Error: Cannot find a valid baseurl for repo: base
[
Can anyone give a clean .repo file which will work for what I want to do?

Thanks.

Mark
by phantom21
2013/11/23 05:06:30
Forum: CentOS 6 - Software Support
Topic: centos 6.3, yum installed php, it's not woring
Replies: 15
Views: 20817

Re: centos 6.3, yum installed php, it's not woring

Hmmm. I've made some changes, and Apache and PHP is certainly working. I changed the name of the test file, which I'd named test.php, to index.php made sure it was in the document root and called localhost and that displayed the php info and version page. So, it won't render based on telling it to o...
by phantom21
2013/11/22 02:39:41
Forum: CentOS 6 - Software Support
Topic: centos 6.3, yum installed php, it's not woring
Replies: 15
Views: 20817

Re: centos 6.3, yum installed php, it's not woring

OK. restarted Apache (service httpd restart), it restarted with two OKs. I looked at the error log, and the last line said "[Thu Nov 21 21:32:20 2013] {notice] Apache/2.2.15 (Unix) DAV/2 PHP/5.3.3 configured -- resuming normal operations" But, when I tried my test.php program again, I still only get...
by phantom21
2013/11/21 18:18:44
Forum: CentOS 6 - Software Support
Topic: centos 6.3, yum installed php, it's not woring
Replies: 15
Views: 20817

Re: centos 6.3, yum installed php, it's not woring

thanks, I get that.

What specifically am I looking for?

Mark
by phantom21
2013/11/21 13:54:19
Forum: CentOS 6 - Software Support
Topic: centos 6.3, yum installed php, it's not woring
Replies: 15
Views: 20817

Re: centos 6.3, yum installed php, it's not woring

Sorry, I swhould have shown the entire code.

<?php
phpinfo;
?>
was used. still a blank screen.

I looked at the log, I grepped for php, no joy. what am I looking for in there which would tell me what the issue is.

Mark
by phantom21
2013/11/21 06:31:41
Forum: CentOS 6 - Software Support
Topic: centos 6.3, yum installed php, it's not woring
Replies: 15
Views: 20817

centos 6.3, yum installed php, it's not woring

OK, I'm trying to run a local web server with centos 6.3, installed apache with yum and php with yum. Apache is working, but php is not. When I tried to install wordpress, it gave me an error message. When I try a test.php file, with <? phpinfo; ?> I get a blank screen.

Help

Mark