Questions tagged [centos6.5]
153 questions
1
vote
1 answer
Supervisord (exit status 1; not expected) centos python
Ran into additional issue with Supervisord.
Centos 6.5
supervisor
python 2.6 installed with the OS
python 2.7 installed in /usr/local/bin
supervisord program…

Michael
- 61
- 1
- 8
1
vote
2 answers
Openstack/PackStack basic multi-node network setup
Background
After having installed OpenStack with PackStack we are left with a problem with the networking. We wanted a super-simple network with one subnet where all the virtual machines should reside, as this looked like the simplest solution. We…

larhauga
- 11
- 1
- 4
1
vote
1 answer
Installing Oracle XE in CentOS 6.5
Is it possible to Install Oracle XE in CentOS 6.5?
If yes, is there a guide for dummies out there how to install XE in CentOS 6.5, without using Virtual Machine such as VirtualBox.
Thanks for any response

Charlesliam
- 113
- 5
1
vote
1 answer
Can access sshd-server with one user, but not with an second
I am using public-private-keys to access my server. With the user "peter" I can access the server normal, but with the user "git" I can not access the server. Its always asking me for a password. If I put the password, I can login normally, but I…

peterus
- 21
- 3
1
vote
1 answer
Shutdown error on CentOS 6.5
On a KVM host, after gracefully shutting down the guest KVM, I get:
[root@kvm]# /sbin/shutdown -h now
Broadcast message from vmadmin@kvm.mattermedia.com
(/dev/pts/1) at 15:23 ...
The system is going down for halt NOW!
**shutdown: Method…

Gaia
- 1,855
- 5
- 34
- 60
1
vote
1 answer
Is it possible to have two different installations of PHP and Apache on the same machine?
There's a motivation in my company to enable a team of coders to develop an upgraded version of an existing product on one of our development servers.
There are two configurations, the one we use now and the new one which is preferred to be…

Itai Ganot
- 10,644
- 29
- 93
- 146
0
votes
2 answers
CentOS can't boot because of iSCSIconnection not established
I have a CentOS 6.5 with a iSCSI disk connected.
This disk is mounted as partition.
Everything is working fine but after I tried to reboot, the system won't boot.
It can't mount the partition /dev/sdc1 (the iSCSI disk).
The system is asking me for…
0
votes
1 answer
centos 6.5 - Route specific domain traffic thru specific Network Interfaces (eth0:1)
I wonder if I have a VPS with 2 Network Interfaces (1.1.1.1 AND 2.2.2.2) and 1.1.1.1 set as primary ...
eth0 = 1.1.1.1
eth0:1 = 2.2.2.2
Now I want to route all traffic for domain.com (I don't know the domain if it's using Cloudflare) to pass thru…

Ari
- 1
- 1
0
votes
1 answer
SSH not working on CentOS 6.5 (PAM authtentication error)
An user called chcsouza tried to access the service1 host from service0 host, but receive the message:
Connection closed by 172.23.0.4
172.23.0.4 is the service1 IP
Older users can ssh to this host. New users cannot.
Enabling verbosity, he got this…

Pedro Klisley
- 1
- 1
0
votes
1 answer
Unable to install realm package
I am trying to join Centos 6.5 to Active Directory domain . I have upgraded all the packages using yum upgrade. but I'm unable to install realm package, it say 'no package realmd available'. Can someone help me out?

Pavan_ITGuy
- 3
- 1
- 2
0
votes
3 answers
Gre tunnel routing Public IPs between two servers
I want to route public IPs from server A and use them on server B. I created the GRE tunnel and it works. I then setup a route on server A in the following way:
(public IP not actual IP) 192.168.11.111 via 10.0.33.50 dev tun2
On server B I binded…

Jason
- 1
- 2
0
votes
1 answer
Apache error log permission issue after deleting in CWP
I am using CentOS Web Panel (CWP) and Apache as a web server. I have deleted the Apache error_log and recreated one using the command below:
touch error_log
I have successfully created the error_log but it didn't wrote any error to the file. I did…

PaladiN
- 103
- 1
- 3
0
votes
1 answer
Sending shutdown messages to all clients from server
I'm trying to find a way to broadcast a shutdown message to all the users on clients connected to my centos server. The wall command sends only to users logged into the server and not to clients .I know also of rwall but can't seem to find it on…

user3314672
- 3
- 2
0
votes
1 answer
CentOS - yum install - Fails: Protected Multilib versions: problems found libselinux
I have CentOS 6.5
I'm trying to intsall git via yum but getting an error while installing the pre-requisite packages. I don't need to but it doesn't hurt running sudo with root.
Error message:
--> Finished Dependency Resolution
Error: Multilib…

AKS
- 115
- 1
- 8
0
votes
1 answer
CentOS 6.5 Apache redirect to 127.0.0.1
I have to install a new CentOS Server v6.5
I already install httpd and want to access Apache Welcome Page by serverIP.
But I get a timeout, so I stop iptables service for a moment.
Now I get an 301 redirect to 127.0.0.1
Some information :
nano…

GTL-WEB
- 1
- 1