Questions tagged [centos6.5]

153 questions
3
votes
2 answers

pscp fails to copy wil failure 'unable to open'

I am trying to overwrite some directories with content in them on a remote location using pscp to a remote location. I use root user (root@locationServerName). It succeeds in most of them, but fails in some of them returning $? = 1. The output of…
eddyP23
  • 243
  • 4
  • 11
3
votes
0 answers

PHP-FPM ERROR: unable to read what child say: Bad file descriptor (9)

I'm having this issue: Apache 2.2.26 PHP 5.4.32 PHP-FPM 5.4.32 Zend OpCache 7.0.3 PHP-FPM Config: [testuser] listen = /dev/shm/testuser-php.sock listen.owner = testuser listen.group = apache listen.mode = 0660 user = testuser group =…
VER2X
  • 31
  • 1
  • 2
3
votes
1 answer

PECL APC install --- ERROR: 'make' failed

I get the following error when running sudo pecl install apc. /var/tmp/APC/apc_cache.c: In function '_apc_cache_user_update': /var/tmp/APC/apc_cache.c:818: error: 'IS_CONSTANT_INDEX' undeclared (first use in this…
pufAmuf
  • 105
  • 1
  • 3
  • 14
3
votes
2 answers

How to increase inodes?

How can I increase the maximum amount of inodes available on a dedicated server running CentOS 6.5 and ext4? The websites we are hosting create and use millions of small files. We are already hitting the limit, and had to remove several sites to get…
user1155594
  • 177
  • 1
  • 1
  • 6
3
votes
3 answers

Change screen resolution of Xenserver Console for a CentOS VM

I need to increase screen resolution to 1024x800 for all my XEN console. I tried to place "vga=791" at the end of kernel line the file /boot/grub/grub.conf but it seems that most of the boots arguments are ignored during startup. Probably inside…
Max Cuttins
  • 143
  • 1
  • 7
2
votes
1 answer

Trying to mount from freebsd to centos NFS server

I cannot map my FreeBSD client to my CentOS NFS server. On trying to mount I get: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send Version of client is: FreeBSD 8.0-RELEASE Version of server is: CentOS release 6.5 (Final) Settings…
Birb
  • 61
  • 1
  • 7
2
votes
0 answers

Cannot find mysqladmin command below in the wait_for ready() function

Hi i am installing Installing MariaDB Alongside MySQL on cPanel CENT 6.5 I have got thru all but one change I can not seem to see this line in any of the cod so I can change it before running the new install, following the instructions on…
Brittany O
  • 21
  • 1
2
votes
0 answers

FCOE on CentOS 6.5. port state offline

I am a network engg, and this is the first time I am trying to get FCOE working. Here is my setup: Centos server --------- transit switch ---- FC gateway ---- FC switch --- Netapp I believe the configurations on my networking part is correct. I am…
J.M
  • 21
  • 2
2
votes
3 answers

10,000 entries in iptables on CentOS 4GB Ran, dual core 2.3ghz?

I am running a linux box with FreePBX/Astrisk installed. I have blocked China and Hong Kong using lists from ip2location. com/blockvisitorsbycountry.aspx website. My fail2ban was going off like every 3-9 minutes with blocks and now I have very…
2
votes
1 answer

Nginx won't start after server ip change

I have a centos server with nginx running on it. The server ip recently changed and nginx no longer starts up it gives the following error message where 123.123.123.123. is the old ip address of the server Starting nginx: nginx: [emerg] bind() to…
Qwerty.ie
  • 131
  • 1
  • 3
2
votes
1 answer

Getting "Connection timed out" on a tftp server though it seems everything is configured correctly, what could be the reason?

I've just installed a cobbler (with tftp/dhcp) server on a CentOS 6.6 machine at work. I've configured tftp to run under xinetd and the conf file looks like so: service tftp { disable = no socket_type =…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
2
votes
2 answers

Apache Prefork MaxClients cannot exceed 256

I manage a Centos 6.6 server (with cpanel expired license / maybe it's not important) with 8 cores and 64GB RAM and my HTTP server becomes very slow when it reaches between 250 and 300 simultaneous connections. When I found about mpm prefork…
ARMBouhali
  • 201
  • 2
  • 6
2
votes
1 answer

CentOS 6.5 Dependency errors while installing hhvm

I am trying to install hhvm on newly created droplet. For this, I am following this guide. After adding the Gleez repository, I tried running yum update && yum upgrade Lots of lines, and then at the end: --> Finished Dependency Resolution Error:…
user138870
2
votes
2 answers

Yum update without upgrading CentOS

Is there a manner in which we can yum update and pull the latest packages but not end up updating CentOS itself? I know we can alter yum.conf and exclude certain packages and even repos, but if that were the right place, what would I be…
SteveMustafa
  • 429
  • 1
  • 5
  • 11
2
votes
2 answers

No external network access to virtualbox CentOS6.5

I have CentOS 6.5 running locally in virtualbox. I set it up and everything was working perfectly. I came back after the weekend and I noticed the computer was frozen so I had to do a hard restart. Now I am no longer able to access my virtual CentOS…
1
2
3
10 11