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

DNS Server Spoofed Request Amplification DDoS - Prevention

I've been conducting security scans, and a new one popped up for me: DNS Server Spoofed Request Amplification DDoS The remote DNS server answers to any request. It is possible to query the name servers (NS) of the root zone ('.') and get an…
Shackrock
  • 208
  • 6
  • 16
0
votes
2 answers

Installing p7zip on CentOS 5

I need some help here..., I'm working on a windows PC, SSHed into my server. I want to install p7zip (linux command line version of 7zip): http://sourceforge.net/projects/p7zip/files/p7zip/9.20.1/ Which package do I grab there? I have no need to…
Shackrock
  • 208
  • 6
  • 16
0
votes
1 answer

Printing from Linux to HP P4515x Mailbox

I need to be able to print from my CentOS 5 server to our HP P4515x printer mailbox (output bin/stacker). I am already able to print as normal from the server to the printer but I cannot figure out how to get the paper to print to the stacker. I…
Reado
  • 702
  • 2
  • 10
  • 25
0
votes
5 answers

How can i enable telnet on ubuntu 10.4

I am trying to telnet from host 10.0.1.91 (centos) to host 10.0.11.162 (ubuntu). When I try to connect to the Ubuntu host, I get: telnet 10.0.11.162 4949 Trying 10.0.11.162... Connected to a.b.c (10.0.11.162). Escape character is '^]'. Connection…
kamal
  • 509
  • 4
  • 10
  • 21
0
votes
1 answer

CentOS Directory Owner

I have a dedicated CentOS 5.6 Server for our webhost. I've setup FTP account in PLESK to access our website. Once I migrated joomla over I can not change/modify or upload new files via: FTP. I've chmod'ed all necessary directory to 777 and 755 but…
DevNULL
  • 161
  • 1
  • 1
  • 7
0
votes
1 answer

Error 500 message - but only for certain pages/ operations

I'm a bit confused and bewildered by a problem I seem to be having with Apache/ PHP. Whenever I try to open certain pages, I'm confronted by an error 500 message. For example, if I try to edit a View in Drupal, after a while the request times out…
James
  • 623
  • 2
  • 6
  • 13
0
votes
2 answers

Apache/Linux CentOS (32bit) Not Loading PHP Modules

This is probably an easy question, but I've been at it for days with no luck. I need soap enabled to run an application on linux CentOS/Apache. I have PHP installed and have loaded soap.so in /usr/lib/php/modules/. I also have edited php.ini to…
Jay
  • 1
0
votes
1 answer

ffmpeg-php installation error on centos

I've installed ffmpeg and and ffmpeg-php so many before and it worked, today i'm having an error when i run make or make install, i get this error make: *** [ffmpeg_frame.lo] Error 1 i tried these solutions [1] [2] and won't fix it (at least for…
user
  • 849
  • 3
  • 13
  • 18
0
votes
1 answer

Issue configuring FTP for Centos 5.6

I am trying to configure my Centos 5.6 server. I've got apache up and running and want to be able to upload files via FTP. I have installed vsftp. I could login using my username and see the contents of the directory, but I couldn't actually upload…
Joe
  • 201
  • 1
  • 4
  • 13
0
votes
1 answer

Installing Sphinx (2.0.1.beta) --with-mysql fails

I am trying to install sphinx on my centOS 5.6 x64 if I do yum install sphinx I get only 0.9,9 version, and I'd like to install 2.0.1-beta so I followed the instructions in their documentation and I downloaded source tarball and run ./configure…
DS_web_developer
  • 125
  • 1
  • 1
  • 5
0
votes
1 answer

Centos 5.6 NetInstaller network issues

I burnt into a CD the netinstaller provided by Centos 5.6. At boot time the installer comes up and after I choose the HTTP option for installation I choose the "Dynamic IP configuration (DHCP)" option. Now, a popup saying: Sending request for IP…
Joel
  • 127
  • 6
0
votes
1 answer

VNCServer will not start after editing /etc/sysconfig/vncservers

I'm running CentOS5.6 and am attempting to configure VNC. I edited /etc/sysconfig/vncservers to read as follows: VNCSERVERS="2:paul 3:sid" VNCSERVERARGS[2]="-geometry 800x600" VNCSERVERARGS[3]="-geometry 800x600" When I try to start or stop…
SidC
  • 369
  • 3
  • 9
  • 23
0
votes
1 answer

Daemonizing tool for Gunicorn Centos Nginx and Django

I have set up a basic centos server and through that tested certain technologies. Currently I am running django-1.3, Nginx with FastCGI - works like a charm I have noticed that as soon as my latest commits are pulled and Nginx restarted, they don't…
ApPeL
  • 141
  • 4
0
votes
1 answer

Apache/Server Logs help

I have this on my apache conf ServerAdmin info@myweb.com DocumentRoot /var/www/html/web ServerName web.myweb.com ErrorLog logs/index-error_log CustomLog logs/index-access_log common And now I have 500 error but I…
Jufer
  • 3
  • 2
0
votes
2 answers

CentOS/yum - Upgrading php 5.1 -> 5.3 without upgrading mysql 5.0 -> 5.1

I'm attempting to upgrade php from the centos default of 5.1.6 to 5.3.8 out of the Atomic repo, but when doing so, yum wants mysql to upgrade from 5.0 to 5.1, saying that php-mysql-5.3.8-1.el5 is dependant on mysql 5.1 (5.1.59-1.el5.art). Is there…
steve c c
  • 158
  • 5