Questions tagged [centos6.5]

CentOS CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

Distributions

198 questions
5
votes
2 answers

Intervention/Image requires FileInfo

Im having trouble with Intervention/image, Laravel #composer install - intervention/image 2.1.1 requires ext-fileinfo * -> the requested PHP extension fileinfo is missing from your system. I understand that it is trying to retrieve the extension…
Kevin Upton
  • 3,336
  • 2
  • 21
  • 24
5
votes
1 answer

NodeJS running on Mac, and have an error occurred when deploying on centOS

I have a project with Node.js and MySQL. This project run well on local MAC osx. But have an error occurred when deploying on the centOS server. The project have 2 part, 1 is auto run with cron, that auto get data from one web, and update this data…
The Mechanic
  • 145
  • 1
  • 1
  • 12
5
votes
1 answer

Why do many init.d scripts end in "exit $?"?

I've seen a lot of strange quirks in CentOS 6.5's init.d scripts, but one pattern I've seen at the end of most of these scripts is case "$1" in # ... commands here esac exit $? What is the purpose of "exit $?" here?
Score_Under
  • 1,189
  • 10
  • 20
4
votes
2 answers

can't start mongodb when open auth on mongod.conf

i can't start mongod when i uncomment "security:authorization:enabled" options on /etc/mongod.conf ? on mongodb 3.4.2 on centos6.5; this is the commond print out : sudo service mongod restart Stopping mongod: …
Nathan
  • 85
  • 1
  • 9
4
votes
1 answer

How to check installed libevent version?

I have two different versions of libevent on my Centos 6, libevent version 1.4 (system default) in /usr/lib and version 2.0.21 (built from scratch) in /usr/local/lib (I have come to this conclusion because of these files libevent-1.4.so.2 and…
andi99
  • 117
  • 3
  • 8
4
votes
5 answers

CentOS - yum install - Fails: Protected Multilib versions: problems found libselinux

I have CentOS 6.5 I'm trying to intsall git via yum but getting an error while installing the pre-requisite packages. I don't need to but it doesn't hurt running sudo with root. Error message: --> Finished Dependency Resolution Error: Multilib…
AKS
  • 16,482
  • 43
  • 166
  • 258
3
votes
1 answer

After updating glibc: Segmentation fault (core dumped)

I've been using centos 6.5. And after I used the yum to update my glibc. yum update glibc I found that my "yum" command as well as my "python" command will throw error as follows: I' ve tired other shell commands like: ls ll ln rm mv etc. Those…
sweetstar86
  • 96
  • 1
  • 6
3
votes
2 answers

django 1.8 does not work on CentOs 6.5 server

Installing collected packages: Django Successfully installed Django-1.8 [root@manage ~]# PYTHON -bash: PYTHON: command not found [root@manage ~]# python Python 2.6.6 (r266:84292, Jan 22 2014, 09:42:36) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on…
Joe Lin
  • 613
  • 2
  • 11
  • 33
3
votes
1 answer

Can't access chef-manage web interface after a reboot - CentOS 6

I am very new to Chef. I had installed Chef in Centos6.6 and could access Chef control panel https://myservername.com However, after reboot I cannot access Chef control panel via https://myservername.com. It does not load anything!!! I have…
Khoga
  • 857
  • 2
  • 8
  • 26
3
votes
1 answer

What causes PHPExcel to use so much memory when reading a file while using a chunked filter?

Like many others, I have been struggling with PHPExcel memory usage when reading a file (to convert it to MySQL). Of course I have tried the usual things mentioned in various places and have been able to increase memory efficiency by at least 40%.…
user2395126
  • 526
  • 1
  • 7
  • 20
3
votes
1 answer

TYPO3 – Backend Login with RSA after server changes on CentOS

I recently made a few server changes concerning and PHP-xml updates – unfortunately I can't really put my finger on what I exactly did. After the changes we have not been able to log into the backend again. Only if we configure…
3
votes
3 answers

OPEN MPI is not working for me

I have installed MPI and GCC seperatly using yum commands, And now when I use following command: mpic++ first.c -o first it says: bash: mpic++: command not found Can somebody please help me? I will be very thankful. Background: I am using centos…
mshahbazm
  • 611
  • 1
  • 11
  • 23
3
votes
1 answer

Matching a border of a russian word with \b

Is this a bug or am I doing something wrong (when trying to match Russian swear words in a multiplayer game chat log) on CentOS 6.5 with the stock perl 5.10.1? # echo блядь | perl -ne 'print if /\bбля/' # echo блядь | perl -ne 'print if…
Alexander Farber
  • 21,519
  • 75
  • 241
  • 416
3
votes
3 answers

ERR_CONTENT_LENGTH_MISMATCH while loading js files on tomcat server

Configuration: OS: CntOS 6.5 minimal Tomcat: 7.0.53 Deployed war file contains many .js and .css files Issue: When the war file is deployed on tomcat, it gets exploded properly and the web portal works fine. Machine is idle for over 12…
3
votes
4 answers

Installing Matplotlib on CentOS 6.5

I'm trying to get matplotlib-1.4.0 installed on CentOS 6.5 with Python 2.7.8. I've tried installing with pip and from source. I initially got an error message stating I needed a newer version of Freetype2, which I then installed (version 2.5.3) to…
commanderdata
  • 165
  • 1
  • 1
  • 6
1
2
3
13 14