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
16
votes
3 answers

Install perl-JSON on centos

When I'm trying to run a perl script (on my centos 6 machine) I get this message: Can't locate JSON.pm in @INC (@INC contains: /usr/local/lib/perl5/5.10.1/x86_64-linux-thread-multi /usr/local/lib/perl5/5.10.1…
Noam
  • 3,049
  • 10
  • 34
  • 52
15
votes
3 answers

ImportError: No module named google_compute_engine

I used google compute engine from Google Cloud Platform , and I want to store my data in googles storage, so I used the gsutil to send data from compute engine to google storage Before i updated python2.6.6 to python2.7, gsutil was working…
15
votes
12 answers

You don't have permission to access / on this server

I have CentOS 6.1 server and I installed apache 2.2.15 on it. Now When I try to access it from another pc (windows 7) from IE (http:/// (=centos ip)) I get the "You don't have permission to access / on this server." error. I even created phpinfo.php…
Ehphan
  • 537
  • 3
  • 7
  • 19
13
votes
11 answers

SonarQube exits with 143

I am trying to Setup SonarQube on Centos 6 VM with 6GB of RAM. The process always exits with 143. On analysis I found that the JVM is being sent a SIGTERM signal and thus exiting. There are no core dumps and dmesg is also quite unhelpful. I also…
user1740925
  • 139
  • 1
  • 1
  • 4
12
votes
2 answers

What's the difference between yum -y install and yum install in CentOS

I've seen two ways to install packages,for example,squid on CentOS: 1.yum -y install squid 2.yum install squid can anyone tell me what's the difference between them ? also, I'm using CentOS v.6.6
Vakho Akobia
  • 304
  • 1
  • 3
  • 13
12
votes
1 answer

openjdk 1.8 package for centos 6.5

I want to move our production setup to openjdk 1.8 soon. Currently we're running openjdk 1.7u55 on centos 6.5. The trouble is that I can't seem to get a straight answer out of google on where to find a yum repository with 1.8. Has a usable rpm been…
Jilles van Gurp
  • 7,927
  • 4
  • 38
  • 46
12
votes
7 answers

Cannot Connect CentOS VM to Internet (NAT Connection)

So after fighting the VMWare network giant for the past day, I decided to give in and ask for help. I have a CentOS 6 image running on Windows 7 using a NAT on VMWare Workstation 8.0.2 build-591240, and for some reason, I can no longer connect to…
gordysc
  • 234
  • 1
  • 4
  • 22
11
votes
2 answers

Cannot change the maximum open files per process with sysctl

My actual limit is 1024: $ ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i)…
Victor
  • 1,680
  • 3
  • 22
  • 40
11
votes
3 answers

Insert entry into crontab unless it already exists (as one-liner if possible)

What's the preferred method to insert an entry into /etc/crontab unless it exists, preferably using a one-liner? Here's my example entry I wish to place into /etc/crontab unless it already exists in there. */1 * * * * some_user python…
fredrik
  • 9,631
  • 16
  • 72
  • 132
11
votes
3 answers

ICE default IO error handler doing an exit(), pid = 11281, errno = 4

One of our PyQt app throwa an error about ICEAuthority as below and exit - ICE default IO error handler doing an exit(), pid = 11281, errno = 4 On looking at the trace, we see the following - write(25,…
Kartlee
  • 1,129
  • 2
  • 19
  • 33
11
votes
6 answers

can't start mysqld on centos because I cant find mysql.sock

Hello when I try to start up my mysqld I get this error: [root@localhost /]# service mysqld restart Stopping mysqld: [ OK ] MySQL Daemon failed to start. Starting mysqld: …
Yannick
  • 111
  • 1
  • 1
  • 3
11
votes
2 answers

Mono 3.0.0 build on CentOS 6

I recently found myself needing to build Mono 3.0 for CentOS 6, with a request from my infrastructure guy to otherwise keep the system as close to CentOS as possible (i.e. no 3rd-party packages if possible). Because there are currently no Mono 3.0…
Matt Mills
  • 8,692
  • 6
  • 40
  • 64
10
votes
6 answers

Installing Docker on CentOS 6 after removal of docker-io

For some time, the docker-io package has been used to install Docker on CentOS 6. Since early this month, this package no longer appears to be available: [root@e0-01.p:0 yum.repos.d]# yum install docker-io Loaded plugins: fastestmirror,…
Tim Malone
  • 3,364
  • 5
  • 37
  • 50
10
votes
1 answer

what causes soap response to return no data on new server?

We just moved to a new server to get tls 1.2. New server required php 5.6. For the most part my code works. A couple exceptions. I have two SOAP API processes from different vendors. One works fine, the other returns this: Error:…
Mike Volmar
  • 1,927
  • 1
  • 22
  • 31
10
votes
5 answers

Django Apache and Virtualenv ImportError: No module named site

The error from apache after a 504 page [info] mod_wsgi (pid=): Python home /var/venv/mybox. [info] mod_wsgi (pid=): Initializing Python. ImportError: No module named site This is with a barely configured app.
Jabda
  • 1,752
  • 5
  • 26
  • 54