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
5
votes
2 answers

Docker 1.0 CentOS 6.5 “unable to mount sys as readonly” when running image

$ sudo docker run -i -t centos /bin/bash Get the following error message: 2014/06/19 20:40:34 unable to remount sys readonly: unable to mount sys as readonly max retries reached Added the the following parameter to /etc/sysconfig/docker and…
jlmontes
  • 61
  • 1
  • 4
5
votes
2 answers

Dovecot with virtual hosts and SSL - wrong certificate?

I'm trying to set up Dovecot with multiple vhosts using SSL. I've set up my main domain (example.de) and for my vhosts (example2.com & example3.co.uk) I'm using the local -option. My problem: When I connect to my server, it complains about a wrong…
3und80
  • 364
  • 6
  • 20
5
votes
4 answers

Can not install Guest Additions in VirtualBox for CentOS 6 guest

I've just got my guest box running CentOS working perfectly, except for one problem. I'm trying to mount a shared folder. I've followed the instructions for getting the shared folder "Mountable" by using this code: VBoxManage sharedfolder add "TEST…
Vinnie Saletto
  • 329
  • 2
  • 5
  • 20
5
votes
2 answers

Merging two dovecot Maildirs

I recently setup mail server using zpanel (with dovecot and Maildir format) for my domain and created a user email account with user@my-domain.com here. Here all the emails are stored in following tree in server under /var/zpanel/vmail/…
lalit
  • 3,283
  • 2
  • 19
  • 26
5
votes
2 answers

PKCS#11 engine does not work in openssl on centos 6

I want to add a PKCS#11 engine to OpenSSL and I use CentOS 6.2. I actually load engine with no problem as you can see below: [root@localhost 05:06:18 openssl-1.0.1e]$ openssl engine -t dynamic -pre SO_PATH:/usr/lib/openssl/engines/engine_pkcs11.so…
Maryam Saeidi
  • 1,463
  • 2
  • 21
  • 33
5
votes
4 answers

Tutorial on building whole toolchain on CentOS

I am working on CentOS 6 machines, which has very old GCC/GlibC version. I want to build the whole glibc, binutils, gcc toolchain with latest or at least very recent versions in order to use c++11 support in latest gcc, and ld.gold in recent…
Kan Li
  • 8,557
  • 8
  • 53
  • 93
5
votes
4 answers

nginx php fastcgi unable to write , permission denied even using his own permission

Hi' i have permission denied when using write to text function like file_put_contents. i'm using nginx inside centos 6 environment, i use php-fcgi the problem ONLY solved by set the dir permission to 777, but i dont want that solution. here's the…
Lezir Opav
  • 674
  • 3
  • 6
  • 21
5
votes
3 answers

JVM always beyond 100% CPU usage in CentOS 6

Good afternoon. I'm having a really baffling issue with the Java VM on my CentOS 6 (64bit) server. It's a server with a quad-core CPU (with hyperthreading), 16GB of RAM and 2TB hard drive space (on software RAID1). I figured I'd ask here because,…
Protected
  • 362
  • 1
  • 7
  • 16
4
votes
1 answer

Docker fails to build image with exit code 139

I'm trying to build an image from CentOS 6.9. Using this Dockerfile: FROM centos:6.9 RUN ls But it keeps failing with exit code 139 with the following output: $ docker build -t centos-6.9 . [+] Building 1.1s (7/7) FINISHED => [internal] load…
Yohanna
  • 483
  • 1
  • 6
  • 14
4
votes
0 answers

How to install libatk-bridge-2.0.so.0 on CentOS 6

While launching puppeteer I got a problem (node:13392) UnhandledPromiseRejectionWarning: Error: Failed to launch chrome! /var/www/html/node_modules/puppeteer/.local-chromium/linux-674921/chrome-linux/chrome: error while loading shared…
Volpacchiotto
  • 75
  • 1
  • 1
  • 8
4
votes
1 answer

curl for get-pip.py does not work: Syntax Error

When I try to run: [root@pex appliance_ui]# curl https://bootstrap.pypa.io./get-pip.py | python It returns: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent…
Anjana Shivangi
  • 397
  • 2
  • 5
  • 19
4
votes
0 answers

Centos 6 TLS with Lets Encrypt CA cert - why does OpenSSL verify return code 19 (self signed cert in chain)?

Do you know why using a Let's Encrypt cert for TLS would result in a client failing at the SSL handshake point with error 19 (self signed cert in chain)? I am developing an app in C that uses the Mosquitto libraries to open the connection (and…
webbje
  • 71
  • 6
4
votes
0 answers

Can't make Nginx work with uWSGI

I am having this test file called test.py: def application(env, start_response): start_response('200 OK', [('Content-Type','text/html')]) return [b"Hello World"] and I run uWSGI using this command: uwsgi --http :8001 --wsgi-file…
sztyrymytyry
  • 151
  • 2
  • 12
4
votes
3 answers

yum install , Update returns 404 error in centos 6.6

yum doesnt work at all, yum install , update doesnt work gives below error yum update Loaded plugins: fastestmirror Setting up Update Process Loading mirror speeds from cached hostfile * epel:…
Ahi
  • 175
  • 1
  • 13
4
votes
0 answers

Workaround for NoSuchAlgorithmException not working

I'm getting the following exception when I enable SSL debug via -Djavax.net.debug=ssl: java.security.NoSuchAlgorithmException: EC AlgorithmParameters not available I'm running Centos 6.7, Open JDK 1.8.0_91 & Tomcat 7.0.63 My research indicates…
Steve
  • 51
  • 3