Questions tagged [centos-5]
CentOS is a community-supported distribution derived from RHEL.
98 questions
0
votes
1
answer
199
views
Outdated CentOS 5.11 and https
I have CentOS 5.11 on server, which is too outdated.
It has Apache/2.2.22 (Unix) and Apache Tomcat/5.5.25
Unfortunately migration to the new OS is not possible at the moment.
The website hosted on the ...
1
vote
0
answers
140
views
Implementing the right conditions for a yum command for centos5 in Ansible
I'm currently working with a centos5 host and I have to install some packages with yum.. unfortunately, as far as I know, centos5 doesn't support Ansible's yum module so I have to use the 'command' or ...
0
votes
1
answer
846
views
NFS does not share a folder with name starting with DOT
I have two machines:
NFS server Linux: 2.6.18-308.11.1.el5 NFS: 3.2.22
NFS client Linux: 2.6.32-358.23.2.el6.x86_64 NFS: 3.2.29
And it was totally fine until someone created a directory with the name ...
0
votes
0
answers
47
views
RAID1 restoring and upgrading
I have a server running CentOS 5 in a software Raid 1 (2 Drives)
One of the drives has degraded and these drives are SATA 250GB @ 3Gbps not 6Gbps, I was wondering what If I slapped in a 500GB @ 6Gbps ...
1
vote
0
answers
199
views
not able to ping remote ip from my virtual box having bridged adapter setting
my virtual box having environment in the range of 172.18.122.XXX, and remote ip is in range of 153.60.64.XXX, but i am not able to ping it.
My network settings of vm is bridged adapter.
can anyone ...
1
vote
0
answers
278
views
DHCP Server Issuing same IP address to client
Greeting Guru's
I am using CentOS DHCP and DNS Server. Recently, I have notice that the DHCP Server has been issuing multiple IP Address to same client (Phone/Laptop). This has caused IP Conflict in ...
5
votes
1
answer
2k
views
chained pipes in bash throws `Operation not permitted`
The symptom is very simple. For instance:
ls | grep a | grep b | grep c | grep d
throws
-bash: child setpgid (8948 to 8943): Operation not permitted
-bash: child setpgid (8950 to 8943): Operation ...
2
votes
1
answer
2k
views
Download Java 1.7.0 JDK for CentOS
I have a CentOS 5.2 32-bit machine, which I can't connect to the internet.
As Java Oracle does not seem to work, I would like to try using OpenJDK, but therefore I need to install OpenJDK first (...
0
votes
2
answers
1k
views
CentOS 5.2: GLibC version too old (libgio issue), upgrade to which GLibC version
I'm working on a CentOS 5.2 system.
The application I'm trying to launch, refuses because a reference to libgio-2.0.so.0 seems not to exist.
This seems to be due to the GLibC version, so I had ...
0
votes
1
answer
1k
views
Git push fails to find repo and fails with exit code 128
I'm using CentOS 5.5 and need to install git server on it.
Installed git and set home directory:
yum install git
mkdir -p /home/git
cd /home/git/
chmod 777 -R . # yeah I know this is evil, but I ...
0
votes
1
answer
620
views
Is it possible to modify .bash_logout?
I am trying to modify .bash_logout to append the shell history to a txt file. I am also trying to figure to make some restrictions on that file.
I have tried a bunch of commands while searching about ...
0
votes
1
answer
632
views
Unable to build wireshark in the centOS 5.3
I downloaded the source code from the wireshar.org and tried to build it but I am facing the problem in compiling it.
Following is the error I am getting during configure (./configure)
checking for ...
4
votes
2
answers
7k
views
Installing selinux headers
I'm trying to build the newest version of glibc (2.19) on CentOS 5.6 and I've run into some issues
The documentation of glibc says that I need at minimum the linux kernel headers 2.6.19 (even if this ...
0
votes
2
answers
408
views
My PC have no IP address and routing table
I am a newbie in sysadmin.
Am having a problem with my comp PC.
The new DEL XPS 8700 with windows, has been replaced with CentOS 5.10 (OS used currently by my comp).
After uninstalled the windows, ...
4
votes
2
answers
4k
views
Python2.7 yum module
I have a virtual machine running centos 5.8 and I just installed python2.7 because I was having some issues with import simplejson as json. After installing python2.7 and running ansible roles I have ...