Questions tagged [centos6.5]

153 questions
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
0
votes
1 answer

Ports used by vsftpd on CentOS 6.5

I am working on setting up an FTP server (vsftpd) for a device to connect to over the internet and I am having trouble with it working. I have narrowed the problem down to the firewall on my CentOS 6.5 server. SELinux is enabled. I found this out…
0
votes
0 answers

Getting 403 after moving VPS to different directory

After building my website, I realized that our RAID is setup so that all of the space is allocated in /home/admin/ folder. For that reason I copied all of my websites from /var/www/ to /home/admin/www/. I also chmodded the directories like so: sudo…
pufAmuf
  • 105
  • 1
  • 3
  • 14
0
votes
1 answer

Can't seem to install PHP-FPM5?

I am reading some advice on the internet for a solution to another issue I have. It requires me to change the listen to /var/run/php5-fpm/php5-fpm.sock. I however don't have that folder.. I have a php-fpm folder but that's it. I have installed all…
pufAmuf
  • 105
  • 1
  • 3
  • 14
0
votes
2 answers

Latency on appearance of files written via NFS share

I have two CentOS OS servers, one acts a NFS file server, and the other as development server. The NFS server and client are running v3 of NFS. When the client writes to a NFS share I'm seeing an odd latency issue where the the client completes it's…
user218983
  • 13
  • 1
  • 2
0
votes
1 answer

Cannot use php-intl extension on CentOS with cPanel

I have CentOS release 6.5 (Final) with cPanel installed. And I need to use php-intl extension. Therefore, I installed it via pecl module installation through cPanel. I had also to install libicu via yum, otherwise pecl module compilation was…
Denis V
  • 287
  • 2
  • 7
0
votes
1 answer

Linux oom appears to have inappropriately killed a process - what might I be missing?

We're running a linux server hard, but it seems ok, as of 6 GiB RAM the kernel sees fit to allocate 1.6 GiB to cache, and we have 9.9 GiB free swap. When we ran out of memory, instead of freeing up cache or swapping out processes, the kernel oom…
user3546411
  • 161
  • 7
0
votes
1 answer

Yum Hangs on “Setting up Update Process”

When running the following command, yum hangs on Setting up Update Process,and then server down and should to reboot from panel. centos…
0
votes
0 answers

Can't use ssh in a VM Centos

When I tried to connect my Ubuntu 13.10 to my VM Centos 6.5 using ssh appear the message "Connection refused" or "No route to host" even than I change the port, noting change. See here I need to use SSH, VPN and Samba, but this IP in my VM Centos do…
Vitor Mazuco
  • 103
  • 3
0
votes
1 answer

dependency for php-mcypt from remi repo on Centos 6.5

I install php 5.4 in my Centos 6.5 server withe remi repository. But if I want install php-mcrypt form this repository i obtain dependency error yum --enablerepo=remi install php-gd php-mcrypt Loaded plugins: fastestmirror Loading mirror speeds…
mardon
  • 243
  • 1
  • 5
  • 17
0
votes
1 answer

PostgreSQL 9.1 on CentOS 6.5 - recovery.conf causing process exit with error code

I did setup streaming replication on the Ubuntu 12.04 LTS with rsyncing of the WAL files in case of failure. Now I was trying to do the same on the CentOS 6.5. To do this I've added official RPM from postgresql.org and installed postgresql 9.1 using…
mickula
  • 342
  • 1
  • 2
  • 10
0
votes
1 answer

Riverbed Stringray TrafficManger - API calls for Autoscaling

I am looking for advice on writing a bash script to put new server that we spin-up in AWS and get them added to our Stingrays. We are creating a new environment in AWS that will be muilt-AZ in AWS autoscaling groups as we are building it with…
djo
  • 397
  • 2
  • 4
  • 12
0
votes
1 answer

Can browse sysvol but not netlogon with Samba 4.1.5-SerNet-RedHat-7.el6 on CentOS 6.5

I have three servers: a Win2003 box running as the first AD DC, a 64-bit CentOS 6.5 box running Samba 4.1.5 x64 in AD DC mode, and a 32-bit CentOS 6.5 box running the same version of everything but 32-bit, also configured for AD DC mode. Except for…
Kev
  • 984
  • 4
  • 23
  • 46
0
votes
0 answers

CentOs 6.5 GFS2 DRBD SAMBA CTDB : g_lock_force_unlock: Could not store record: NT_STATUS_UNSUCCESSFUL

My SAMBA cluster is unreliable, I noticed that from Windows desktop (on some occasion works fine but it is not reliable), on Ubuntu I'm getting this error (same is keep repeating in the log): [root@smb1 ~]# smbpasswd -a root lib/dbwrap_ctdb.c:951…