Questions tagged [centos6]

GENERAL SUPPORT QUESTIONS MAY BE ASKED ON SERVER FAULT https://serverfault.com CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 6 was released on 2011-07-10 and uses kernel version 2.6.32-71.

1576 questions
-1
votes
1 answer

CentOS 6.9 neither yum nor yum update working

I am absolutely new to Linux and VDS. The VDS's os is CentOS 6.9 . I am trying to install apache, mail server, php, mysql and so on. But to be able to install those 'yum update' or 'ping google' needs working, I think. I wonder what is the problem…
G'ofur N
  • 2,582
  • 3
  • 14
  • 21
-1
votes
1 answer

Disabling TLSv1 on Apache hosted on Cent OS 6 64 bit

I have a VPS that runs Cent OS 6 that runs an Apache web server. I have SSL's installed on all the doamins but I just did a SSL test on https://www.whynopadlock.com/ and it came back all good other than saying that I needed to diable TLSv1 due to…
-1
votes
1 answer

How to make cmake identify correct version in centos 6 terminal?

After a very long and lengthy process of trying to get Emscripten going. I'm stuck trying to build fastcomp. cmake .. -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD="X86;JSBackend" -DLLVM_INCLUDE_EXAMPLES=OFF -DLLVM_INCLUDE_TESTS=OFF…
user9220830
-1
votes
2 answers

Problems install install zend opcache

I have problem for install zendopcache [root@cp ~]# yum install php-pecl-zendopcache Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile Excluding mirror:…
Jos
  • 29
  • 1
  • 5
-1
votes
1 answer

Linux (CENTOS 6) store /etc/shadow passwords in database

I have local users created for my server, though I understand that passwords are stored inside /etc/shadow file; is it possible to store it in a database as well including the records of previous passwords?
DonX
  • 43
  • 2
  • 10
-1
votes
1 answer

How to set the environment variable GUILE_WARN_DEPRECATED?

I am using guile (version 2.0) in my C code (compiled in gcc version 4.8.5 and OS centos 6). My makefile looks like this. CC=gcc CFLAGS=-Wall -march=native -O2 -pipe -ffast-math -I/usr/include/guile/2.0 LDFLAGS=-lm -lguile -lgc -lpthread -lfftw3f…
-1
votes
3 answers

How to install node-oracledb module on AWS centos6 through command line?

I am working on a project where I want my Node.js based backend to communicate with Oracle DB, Locally while development on windows system it wasn't difficult to install the pre requisite for node-oracledb module as mentioned here…
jigar gala
  • 1,600
  • 12
  • 20
-1
votes
2 answers

"undefined symbol: mg_free_type" when installing mod_perl 2.0.10 with Apache 2.4.26 and Perl 5.10.1

I'm trying to install mod_perl 2.0.10 for use with a new Apache 2.4 instance. I've got Apache 2.4.26 up and running by itself, but I also need mod_perl installed for a couple of modules to work. Here's the problem: mod_perl always fails its tests…
dbradley771
  • 5
  • 1
  • 6
-1
votes
1 answer

Add an additional disk to root partition (centos6+Plesk)

I need to add an additional disk on partition root on a vps hosted by OVH. The lsblk: # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 10G 0 disk └─sda1 8:1 0 10G 0 part / sdb 8:16 0 50G 0 disk └─sdb1 8:17 …
-1
votes
1 answer

Steps to Secure Wildfly 8

Steps to configure Wild fly 8 in secure way Cent OS 6 without security loop holes. 3 Points Delivering your configuration using property files Securing your configuration hashing passwords Securing and protecting passwords using a vault Apart…
k_v_k
  • 1
  • 2
-1
votes
1 answer

How to install virtualenv on Centos6?

I want to apply my Flask project on my workplace Centos6. So I followed guide from google to install pip, virtualenv, and flask, but I cannot successfully install either pip or virtualenv. What I have done is this: 1)…
최원우
  • 27
  • 4
-1
votes
2 answers

where is my java home on my linux (centos 6) machine?

Maven build fails with this error: No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK? javac -version returns Eclipse Java Compiler 0.894_R34x. which java returns /usr/bin/java. From there I did a…
Arvind Kandaswamy
  • 1,821
  • 3
  • 21
  • 30
-1
votes
1 answer

Mount and add 2 Disk on our Server with already 2 Disk with RAID 1

We have a server (centos 6) and our disk is nearly full, we asked for 2 new disk to be added on our server but don't know how to proceed to mount and see it on our server. Thanks
JKC
  • 1
-1
votes
1 answer

Certbot fails to run on CentOS 6 server

I'm having some issues running the certbot-auto application on a CentOS 6 server, which has both Python 2.6 (/usr/bin/python) and 2.7 (/usr/bin/python2.7) installed. A copy of the output from running ./certbot-auto with no arguments can be found in…
James Dinsdale
  • 789
  • 8
  • 23
-1
votes
2 answers

Loop through users folders and delete a folder

How can I loop through the /home directory for each user and delete a folder? It will be a common one called /home/$user/.quarentine.
Troz
  • 97
  • 2
  • 11
1 2 3
99
100