Questions tagged [centos5]

CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 5 was released on 2007-04-12 and uses kernel version 2.6.18-8. It reached its End of Life (EOL) on 2017-03-31.

Documentation

313 questions
10
votes
4 answers

How to run Firefox full screen in minimalist X environment

I wish to set up what is usually called a Kiosk, running Firefox locked down to our own specific home page (and links from there). The base operating system is CentOs 5 (i.e. just like RedHat Enterprise 5). Ideally I want Firefox to start full…
Nikki Locke
  • 2,759
  • 6
  • 29
  • 53
10
votes
3 answers

How to fake cpu architecture in docker container?

When I create 32 bit CentOS 5 docker image I would like cpu architecture to be reported as i386/i686 there (installer which tested in this container check architecture and installs 64 bit binaries instead of 32 bit). I set yum variables and created…
ISanych
  • 21,590
  • 4
  • 32
  • 52
10
votes
1 answer

JVM periodically hangs

Trying to debug a misbehaving Java VM. The process in question is a large VM (100GB heap) running Sun VM 1.6u24 on Centos 5 that is doing routine back-end work - i.e. database access, file I/O and so forth. After the process was restarted for a…
Alon Pilberg
  • 101
  • 1
  • 5
8
votes
4 answers

Perl DateTime::TimeZone not found (Bugzilla install)

I am trying to install Bugzilla on my Centos server. but I got this error: Checking for DateTime-TimeZone (v0.71) not found and COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands and then re-run this script): …
Xiabili
  • 486
  • 5
  • 20
8
votes
7 answers

How to specify which version of perl to use on CentOS

I am running CentOS 5.4 which only has version 5.8 of perl available by default, and I have a program which requires perl 5.10, so I compiled perl 5.10 on CentOS. How do I specify which perl I want to run the program with because the perl command…
DanielBryan
  • 131
  • 2
  • 2
  • 5
8
votes
5 answers

pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5

After upgrade postgresql 8.1 to 9.0 ive noticed issues with libraries dependency. Postgresql works fine (connection, queries). yum list postgresql* Installed Packages postgresql.i386 9.0.0-1PGDG.el5 installed postgresql-debuginfo.i386…
objah
  • 141
  • 1
  • 1
  • 3
7
votes
2 answers

Deploying war in Jboss 7.0.1 through Commandline

I have a war file and I need to deploy it on Jboss 7.0.1 Server. Now I have gone through the documentation, but didnt find any thing to deploy a war file. Moreover for deploying your build through command line you generally have to use maven. So do…
Ahmed
  • 2,966
  • 7
  • 42
  • 69
7
votes
4 answers

CentOS 5.5 - symbolic link creation into RPM spec file

I need to create the following symbolic links into RPM file /bin/ln -sf libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8 /bin/ln -sf libssl.so.0.9.8e /lib/libssl.so.0.9.8 In my RPM spec…
Dima
  • 1,253
  • 3
  • 21
  • 31
7
votes
5 answers

Error java.lang.NoClassDefFoundError on org.springframework.webflow.util.RandomGuid

I am sorry, my question is stupid, but I am not able to answer it, as a java illiterate. I run a tomcat (5) on CentOS5 (for a CAS server), and when I try to open this URL http://192.168.1.17:8080/cas-server-webapp-3.3.1/login I get this error :…
Cédric Girard
  • 3,358
  • 7
  • 37
  • 52
7
votes
1 answer

ltrace: Couldn't find .dynsym or .dynstr in "library.so"

I have tried to use the ltrace. I tried to use the following command to profile the library.so file which is used by a program sampleapp, ltrace -c -T --library=library.so --output=out.txt ./SampleApp. But it shows the above error. But library.so is…
Tahlil
  • 2,680
  • 6
  • 43
  • 84
7
votes
3 answers

How to install python2.6-devel package under CentOs 5

I need to install mysql-python under python2.6. mysql-python package needs python2.6-devel package that depends on the libpython2.6.so.1.0(64bit) I found on the net some python2.6-devel packages, but can't find libpython2.6 Server architecture is…
Andrey Nikishaev
  • 3,759
  • 5
  • 40
  • 55
7
votes
1 answer

Trying to get django app to work with mod_wsgi on CentOS 5

I'm running CentOS 5, and am trying to get a django application working with mod_wsgi. I'm using .wsgi settings I got working on Ubuntu. I'm also using an alternate installation of python (/opt/python2.6/) since my django application needs >2.5 and…
David
  • 493
  • 7
  • 15
7
votes
9 answers

gitolite setup getting FATAL: fingerprinting failed for '/tmp/Q3pnE4WVbu'

I am installing gitolite on a CentOS 5.9 server. I have created the git user, then after su - git I have managed to get my public key into the ~/.ssh/ directory, I have successfully cloned the gitolite repo from github and have run gitolite/install…
mwotton
  • 2,170
  • 18
  • 36
7
votes
2 answers

NoRouteToHostException / NoSuchHostException on remote JMX call

I'm having trouble making a remote JMX call to JBoss 6 on a Centos 5.6 server. I've previously been able to do this when running the same app on a Debian server. ./twiddle.sh --server=service:jmx:rmi:///jndi/rmi://SERVER:1090/jmxconnector invoke…
Matt R
  • 9,892
  • 10
  • 50
  • 83
6
votes
4 answers

write to a file after piping output from tail -f through to grep

I'm looking to write to a file after piping output from tail -f through to grep. Say,write to a file "temp" for all lines with "Playing:" within in error_log "FreeSwitch.log". tail -f "/var/lof/freeswitch/freeswitch.log" | grep "Playing:" >…
Reddy
  • 1,620
  • 6
  • 26
  • 33
1
2
3
20 21