Questions tagged [centos6.4]

96 questions
0
votes
1 answer

vsftpd, virtual users and permissions. Avoid using chmod 777?

I am running vsftpd with Virtual Users (managed through a MySQL db). Each users home/default directory is owned by vsftpd:vsftpd. I need to give a user read/write permissions to some website files, owned by apache:apache so they can make some…
Jake Wilson
  • 8,494
  • 29
  • 94
  • 121
0
votes
1 answer

Gnome Network Configuration GUI is missing

Recently installed CentOS 6.4 on a server. I'm not sure if this is something that has to be specifically installed or not, but there is no Network Configuration GUI in Gnome. On other CentOS systems I've seen a Network Configuration window…
Jake Wilson
  • 8,494
  • 29
  • 94
  • 121
0
votes
1 answer

Postfix: e-mail is not received on server mailbox. Forward does work

For this server I'm running virtualmin. It comes with postfix. One of my users is complaining he's not receiving all the e-mails. To check this I let postfix forward his e-mails to another e-mail address (gmail). He is receiving the e-mails in…
fraksken
  • 9
  • 1
0
votes
1 answer

centos 6.4 php-fpm install

I've bought a VPS from a hosting provider and I want to set it up. The server is a CentOS-6.4 and the provider installed WHM on it, so it has apache installed as well. I have 3 IPs available and I managed to install nginx and make it listen on one…
Mihai
  • 1
  • 4
0
votes
2 answers

grub always will boot to grub command line

I have a remote CentOS 6.4 server (with KVM access), when I received the server it was running with LVM on single disk (sda) I managed to remove LVM and install raid 1 in sda and sdb disks the mirroring is working fine, my only issue now is that…
AFT
  • 131
  • 1
  • 4
0
votes
3 answers

How to install MariaDB rpms in CentOS 6.4 using rpm (not yum cmd) + handling mysql-libs conflicts

I need to script the install of MariaDB using the rpm command in CentOS 6.4. I can't use yum since it's going to be an offline install so there's no access to the repository. The only MySQL package installed is mysql-libs as various other packages…
ryuken
  • 1
  • 1
  • 1
0
votes
1 answer

/dev/pts/ptmx in Centos 6.4

I have a problem with the server running on CentOS. CentOs has been upgraded to version 6.4 and has all updates. Updates were made according to the official repositories. On the server running the V-Server. Local…
spy86
  • 11
  • 3
0
votes
1 answer

Git installation for a newer version fails on ./configure

I'm trying to upgrade my Git version to 1.8.3 on my fresh new CentOS 6.4 server(Cloud). I'm trying these instructions here because I will then install the Gitlab. I have used this document before on my VirtualBox CentOS installation, I had no…
kubilay
  • 159
  • 1
  • 3
  • 12
0
votes
2 answers

CentOS: Unable to read output from nrpe/snmp agent on remote server, it works locally though, what am I doing wrong?

I've installed NRPE and SNMP on some server as I'd like to monitor this server with Nagios. I have a few checks which are already running properly and I get the output as intended. Today, I've installed the check_ifstatus Nagios command in order to…
Itai Ganot
  • 10,424
  • 27
  • 88
  • 143
0
votes
2 answers

Configure httpd.conf for SVN

I need to configure svn on centos 6.4 (final). I installed svn 1.6 and done the initial configuration but while accessing the repository via url i am getting a list of svn conf files/folders instead of prompting for the authentication. (Screenshot)
LX7
  • 103
  • 7
0
votes
1 answer

Centos6.4: User home directory for sftp

Currently setting up a Centos6.4 box and are wanting to jail sftp users upon login. I've been following the notes here http://www.thisisnotsupported.com/sftp-chrootjail-on-centos6. But I have one issue relating to the user home directory. This…
Simon Bennett
  • 135
  • 1
  • 5
0
votes
1 answer

Accessing VM over VPN is very slow

We have a single physical server running XenServer 6.2 which hosts an SBS 2008 VM and 2 CentOS 6 x64 VMs. External users connect to the local network via VPN on the SBS VM. They can access everything, however one of the CentOS VMs streams files…
Reado
  • 692
  • 2
  • 9
  • 24
0
votes
2 answers

Mysqli is installed on my system and the extension is enabled in php.ini but I can't find the actual extension

Centos 6.4 X86_64 with Apache 2.2.4 and PHP 5.4.17. I've rebuilt PHP to include mysqli. Phpinfo shows mysqli installed. Php.ini has the extension un-commented. How do I get the mysqli.so into the lib/php/extensions/no-debug-non.../ directory? I…
Dave
  • 1
0
votes
1 answer

Is it possible to pass a machine's hostname as subject of the command `mail` in linux?

I'm trying to extract some information from a list of servers and so I wrote this one liner which I will then pass through ssh user@machine 'command': # hostname > info ; cat /etc/*-release | awk 'NR==3' >> info ; uname -a >> info ; rpm -qa >> info…
Itai Ganot
  • 10,424
  • 27
  • 88
  • 143
0
votes
1 answer

Puppet: remote clients are not updated by puppetmaster

I'll start with the fact that I'm noob to Puppet, I have 2 servers; one is called puppetmaster and the other is called puppetclient. I've installed puppet-3.2.2 and created some basic nodes.pp file, the nodes.pp file includes settings for both…
Itai Ganot
  • 10,424
  • 27
  • 88
  • 143