Questions tagged [centos6.5]

153 questions
0
votes
2 answers

Cannot resolve host as non-root user

I recently setup a VPS server running Centos 6.5 together with Web Host Manager. My current problem is that I can't resolve hostname either by nslookup or ping on the command line. But when I login using root I can ping and perform nslookups…
Elitmiar
  • 775
  • 3
  • 15
  • 31
0
votes
2 answers

Chef freezes on vagrant centos box

I have a centos-6.5 box. Strangely it freezes when I try to request its provision by chef. Here's a sample of what goes when I try to vagrant provision --debug it [2014-10-10T20:33:33+00:00] INFO: Processing…
0
votes
2 answers

Is there a way to allow acess to an specific device that is out of my network?

I’m trying to allow my mobile device to connect from everywhere, Wi-Fi or not to an specific port of my Linux server which is running a webmin service. I’m using iptables to set some rules to which IP addresses can connect to that port for example…
AmirG
  • 103
  • 3
0
votes
1 answer

CENTOS 6.5 x86_64 fails to install httpd using yum

I am trying to install apache httpd but it fails root@web [/]# yum install httpd Loaded plugins: downloadonly, fastestmirror, replace Loading mirror speeds from cached hostfile * epel: mirror.compevo.com * remi-php56: mirror.pw * remi-test:…
0
votes
1 answer

Varnish 4 service won't start because of selinux

I've installed varnish 4 on my new centos 6.5 box. I've activated EPEL repo to install varnish from http://repo.varnish-cache.org/redhat/varnish-4.0/ After installing and configuring my default.vcl I can't start service varnish, I always get…
k4cy
  • 213
  • 1
  • 9
0
votes
1 answer

Centos : su: incorrect password after bash update

A few days ago I've updated the bash to patch it agains Shellshock and since then I cannot su - root from my regular 'wheelgroupuser' account on Centos 6.5 with WHM. I'm constantly getting su: incorrect password - even though I know for sure that…
0
votes
1 answer

Nginx Reverse Proxy: servername.domain.com reverse to http://ip.add.res.s/location/App

I need a little help sorting out how to configure a reverse proxying load balancer in nginx. Basically, I have two web applications that live under subdirectories on Apache servers, /flavors/Chocolate and /flavors/Vanilla for example. This app runs…
0
votes
1 answer

How can CMAN restart after a network failure

I try to configure a 3-nodes HA cluster with pacemaker/cman on centos 6.5. STONITH is disabled (pcs property set stonith-enabled=false). When I simulate a network issue (iptables -A INPUT -s $OTHER_NODES_IP -j DROP), the master resource is moved to…
rmillet
  • 3
  • 2
0
votes
0 answers

CentOS can't join Active Directory domain with specific DC server

We are trying to join a CentOS 6.5 to AD domain specifying a certain DC server (Windows), to test squid authentication with the new Win Server 2012 R2 domain controllers. We previously had 3 domain controllers in our main office, (two 2008 R2 and…
esserafael
  • 329
  • 2
  • 9
  • 20
0
votes
1 answer

Centos 6.5 -- backported upgrades/php.ini directives included in php 5.3.3

PHP 5.3.3 is the latest version of PHP available with the official CentOS 6.5 repos. As most of you know, calling it version '5.3.3' is slightly deceptive because critical bug fixes are actually back ported into version 5.3.3, so in effect 'version…
DIMMSum
  • 103
  • 5
0
votes
1 answer

How to clear cache in centos remote server?

I had been trying to clear cache in a remote server and I got these commands. First login as root user and execute: [root@server ~]# sync [root@server ~]# echo 3 > /proc/sys/vm/drop_caches bash: /proc/sys/vm/drop_caches: Permission denied But I am…
Supreeth KV
  • 1
  • 1
  • 4
0
votes
1 answer

Yum updates for CentOS by OpenLogic fails on Microsoft Azure

Earlier today I made a fresh install of CentOS in Azure from images provided by OpenLogic. When I try to update the system with yum update, I get: Loaded plugins: security http://olcentgbl.trafficmanager.net/centos/6/os/x86_64/repodata/repomd.xml:…
Niklas
  • 1
  • 1
  • 1
0
votes
1 answer

Replace @remi packages with base packages

while installing iRedMail, I ran into the issues that some of my old packages were installed or updated by the Remi repo. I have disabled the epel and remi repos now, ran yum update all and I still get this error when trying to install…
pufAmuf
  • 105
  • 1
  • 3
  • 14
0
votes
0 answers

How to get ethernet card speed as 1000Mb/s into Centos

I have setup a network which fully supported 1000Mb/s speed. Same network shows 1000Mb/s speed in Windows system but in Centos it is showing 100Mb/s speed. Why? My ethtool output as follow [root@localhost ~]# ethtool eth0 Settings for eth0: …
0
votes
1 answer

Anonymous User Can't Delete file from ftp

I've created a new directory in /var/ftp with the name uploads the owner and group of this directory is ftp the permissions are set to 777. Content of my vsftpd.conf…
Kunal
  • 101
  • 2