Tagged Questions
21
votes
9answers
25k views
How do I Upgrade to Subversion 1.5 On CentOS 5?
My development server (CentOS 5) is running Subversion 1.4.2, and I wish to upgrade it to 1.5. I have read in various blogs and documents scattered around the web that this may be done by using ...
7
votes
5answers
13k views
how to install git on CENTOS 5.5
How can I install git on CENTOS 5.5 machine?
I tried to install it from yum but got following msg.
root@host [~]# sudo yum install git
Loaded plugins: fastestmirror
Loading mirror speeds from cached ...
5
votes
2answers
2k views
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 file:
%files
...
5
votes
4answers
11k views
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 ...
3
votes
6answers
1k views
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 ...
1
vote
2answers
1k views
Linux - Yum Install GCC - Missing Kernel-headers
When ever i try to install GCC on my linux (centos) It comes back with missing
glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is ...
1
vote
2answers
166 views
Running aapt on a remote Linux server
OK, this might sound a little crazy but here goes:
I have a few hundred Android APK files sitting on a remote (dedicated) server running CentOS 5. I need to grab some meta data off these apk files - ...
1
vote
1answer
204 views
Errors in Linux Kernel headers
I'm trying to compile a library which includes some headers from kernel-devel package. I linked the appropriate headers, but now I get compilation errors in those header files.
...
1
vote
2answers
324 views
top command first iteration always returns the same result
When running top -b -n 1, the command always returns the same CPU values.
Consider the following test run 5 times in succession:
[user@server ~]$ top -b -n 5 -d.2 | grep "Cpu(s)"
Cpu(s): 18.5%us, ...
0
votes
0answers
15 views
What's different Red Hat Enterprise Linux and CentOS? [migrated]
When I do cat /etc/redhat-release, I got this.
#CentOS release 5.5 (Final)
Red Hat Enterpirse Linux Server 5.5 (Tikanga)
It looks Red Hat Enterprise Linus is originated from CentOS. Anyway I want ...
0
votes
1answer
117 views
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 ...
0
votes
1answer
111 views
GIT Centos 5 Problems
I've recently installed the GIT on a Rackspace cloud server. The installation was done through the Fedora EPEL packages.
In my IPTables I've added the accept for port 9418:
-A INPUT -p tcp -m tcp ...
0
votes
2answers
195 views
install postgres on linux
i want to install postgres on centos 5.3 via rpm, i execute command
rpm -ihv postgres-9.0.3-1.i386.openscg.rpm
shows error
error: Failed dependencies:
libperl.so is needed by ...
0
votes
2answers
418 views
Installing APC on 64bit Centos5, phpize error
This is probably a common question, but all answers on the internt have failed to help me. OK, so I want to install APC on my Centos5 server which is running php 5.3.5 and has all the following ...
0
votes
3answers
250 views
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 ...
0
votes
1answer
147 views
Java thread creation tracking
I have a java app with a heavy focus on concurrency and on burstable capacity. This means it uses thread pools to queue and execute events.
All these thread pools are fixed-size, but I constantly ...
0
votes
1answer
112 views
No response from server LEMP (CentOS 5.5 final)
I am having CentOS 5.5 (Final) 32 Bit and Nginx, MySql, php-fpm installed and running but when I try to open page from my configured domain nothing displays the browser keeps on loading. I tried with ...
0
votes
2answers
125 views
will yum break if I use rpms from the ius community project?
I followed this tutorial: http://blog.boxedice.com/2010/01/19/updating-python-on-rhelcentos/ because I wanted to install python2.6 on a CentOS 5.5 machine without breaking yum.
And i was successfully ...
0
votes
2answers
731 views
Issue with OpenOffice, JOD Converter, Docsplit on CentOS
I've followed the directions to install Docsplit from here (accounting for differences for CentOS of course): http://documentcloud.github.com/docsplit
I think I've got all necessary packages ...
0
votes
1answer
409 views
Installing phpMyAdmin on Cent OS 5.5
Sorry guys,
I posted it on here by mistake... I have created it over at server fault: http://serverfault.com/questions/167302/installing-phpmyadmin-on-cent-os-5-5
0
votes
2answers
1k views
Aptana install problem with Linux (CentsOS 5)
After I installed Aptana (install directory: /usr/share/aptana )
I keep getting errors like this:
An SWT Error has occurred, you are
recommended to exit the workbench.
Subsequent errors may ...
0
votes
1answer
539 views
Apache w/mod_rails segmentation fault
I am running Redmine on Apache 2 with mod_rails (passenger) 2.0.3 and Enterprise Ruby 1.8.6. Every so often I get a segfault from Apache when I try to login. Anyone know how I can debug this issue? I ...