Questions tagged [centos5]

CentOS 5 is an obsolete, free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL.

CentOS 5 is a free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL. It went end-of-life on 2017-03-31, is now unsupported, and shouldn't be used on production systems.

806 questions
0
votes
2 answers

On my new subdomain, HTTPS is looking at the www root, not the subdomain root

I have full server control (WHM, CPanel, CentOS 5). I set up a sub domain in CPanel. Now, a very odd problem to me. http://subdomain.site.com is properly going to its root path and displaying as such. However, https://subdomain.site.com, although…
Shackrock
  • 208
  • 6
  • 16
0
votes
1 answer

resolv.conf cache behavior difference? Centos 5.6 vs AMZN Linux

Machine 1: Centos 5.6 AMI Machine 2: Amazon Linux AMI Beta I changed resolv.conf on both to get around an apparent DNS hiccup/lag last week, by appending 'nameserver 8.8.8.8' to the file. The CentOS box picked it up and ran with it. Amzn Linux…
notbrain
  • 209
  • 3
  • 16
0
votes
1 answer

Load balancing on outgoing direction on Centos server with multiple NICs

In my lab environment, I am doing a stress testing for a application running on 3 Centos 5.4 servers.All of the work of the application is recevie the data from network and make two copy on any other two server. The application will bind one IP…
Lei Hu
  • 1
  • 2
0
votes
1 answer

Apache 1.3 load increases until restart/graceful on CentOS/EC2. CPU usage climbs, and memcached access speed drops

When running a large mod_perl application on EC2, we've noticed that the CPU usage on the instance climbs gradually between restarts or graceful restarts. Current setup: CentOS 5.4, m2.4xlarge instances, apache 1.3 with mod_perl. We first noticed…
d5ve
  • 131
  • 2
0
votes
1 answer

why does my internet go down when running openvpn?

We are trying to put a openvpn server in our network. while we are testing, when the openvpn service is running, all other computers on the same network as the server lose internet connectivity. Any ideas would be very helpful. thanks.
Nbrochu
  • 39
  • 4
0
votes
1 answer

Getting PHP5 To install

It seems I am stuck with a 4yo build of PHP (PHP4.3.9 Built: 2007) and I am trying to upgrade. Right now, it's like a traffic puzzle, or a vicious cycle, whatever you want to call it. I try to upgrade PHP, but it depends on a newer httpd-mmn, so I…
Roman
  • 1
  • 4
0
votes
2 answers

Unable to access, make directories (and files) with ftp

I'm having trouble with my new server and accessing its directories. I updated my proftpd.conf with: DefaultRoot / No I'm able to see the root directory of my server. But, trying to access some directories gives different results. For example, I…
Kriem
  • 105
  • 1
  • 2
  • 7
0
votes
1 answer

Pre/Post deploy script to change file ownership?

We are running CentOS 5.6 on a dedicated server. I am planning on deploying our Magento store changes using BeanstalkApp (www.beanstalkapp.com) which offers pre and post deploy hooks. My username for the server is (in this example) USER123 but the…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
0
votes
2 answers

Failing to build ape server on centos

I'm trying to build an ape server on Centos 5.6 but getting the following message: /usr/bin/ld: cannot find -lmysqlclient_r collect2: ld returned 1 exit status make: *** [modules] Error 1 How can I get it working? I've found libmysqlclient_r.so in…
Paul
  • 180
  • 1
  • 1
  • 7
0
votes
3 answers

Cannot get CentOS 5 to update - Yum Errors

I'm used to Yum on CentOS 5 being a total pig and breaking every other week, but until now I've always been able to fix the problem by simply running: yum clean all And then updating normally. Not working today. I did a lot of googling, and another…
Bart B
  • 3,457
  • 6
  • 31
  • 42
0
votes
2 answers

vsftpd does not start

I installed VSFTPD on CentOS but when I try to start the service it fails. What can I do?
AmirModiri
  • 119
  • 2
  • 7
0
votes
2 answers

What causes the error "Error: Device 0 (vif) could not be connected. Hotplug scripts not working." on CentOS5.6 x86_64 with Xen kernel?

I have 10 domU's on my CentOS 5.6 server running Xen kernel. All 10 are set to start on system boot; however, for just 1 of the machines, I get this error: Error: Device 0 (vif) could not be connected. Hotplug scripts not working. All 10 domU's have…
mistiry
  • 276
  • 3
  • 11
0
votes
2 answers

can't connect to MySQL from localhost on Centos 5

I have a fresh install of Centos 5.5 on a new VPS and MySQL seems unable to resolve the keyword 'localhost' - if I use 127.0.0.1 instead it works fine. I checked the /etc/hosts file which is as follows: # Auto-generated hostname. Please do not…
Xoundboy
  • 603
  • 1
  • 10
  • 21
0
votes
2 answers

CentOS and PXE Boot

I am working on setting up a PXE boot server based upon a minimal installation of CentOS 5.6. I have installed CentOS 5.6 with the the first CD using the minimal installation method. Next, I followed the tutorial listed here to get the PXE…
John
  • 2,276
  • 7
  • 44
  • 60
0
votes
1 answer

VSFTPD problem on Centos 5.4 with different port

I'm changing over my server to operate ftp on different ports than standard 20/21 accomodate a nas on the same network. I have changed the ports to 201/202 but cannot connect locally from a pc on the same network. If I try to connect to port 21,…