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

yum install php-mysql unable to install Centos

I am having difficulty installing php-mysql, I do the following: yum -y install php-mysql but get the following: Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: centos.escapemg.com * extras:…
Systems Party
  • 161
  • 1
  • 1
  • 4
8
votes
1 answer

What set the value of JVM parameter MaxNewSize? Ergonomics?

My server info: CPU:Intel Xeon E5-2630 Memory:65970676K OS:Centos 6.4 kernel:3.8.0 jdk: HotSpot JDK 1.6.0.27 I use jmap -heap pid to print heap info: Heap Configuration: MinHeapFreeRatio = 40 MaxHeapFreeRatio = 70 MaxHeapSize = 21474836480…
user2692131
  • 133
  • 1
  • 2
  • 5
8
votes
2 answers

Can not install php 5.5 opcache on Centos 6.4

I have php 5.5 installed on CentOS (from Remi repo, as far as I remember). Now I wanted to turn on opcache and configure it, but it turned out that I have no opcache.so file in the system. So I tried to install it with yum. # yum --enablerepo=remi…
kovpack
  • 4,905
  • 8
  • 38
  • 55
8
votes
3 answers

how to install filezilla on CentOS?

I downloaded FILEZILLA from https://filezilla-project.org/download.php.Now how to install this on CentOs,please suggest me.
user2854207
7
votes
3 answers

No package lib32z1,lib32ncurses5,lib32stdc++6 available in centos

During installing android studio in centos the Unable to run mksdcard SDK tool. error occure. I try to find out the solution on net but unable to install yum install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 and the error is no package…
dj Bravo
  • 198
  • 1
  • 3
  • 18
7
votes
3 answers

core dump filename gets thread name instead of executable name with core_pattern %e.%p.core

I recently started setting some thread names within my application by using pthread_setname_np(). After doing this, if a crash occurs within one of the named threads, the core dump filename is getting the thread name instead of executable name with…
jfritz42
  • 5,913
  • 5
  • 50
  • 66
7
votes
4 answers

PHP installation conflicts on Centos6

I'm new to server and linux and I ran into some problems. I'm trying to update my PHP by looking for linux commands through the net. Some commands ran perfectly but some not. I tried using this command to install php-gd since I have this error…
nodeffect
  • 1,830
  • 5
  • 25
  • 42
7
votes
1 answer

CENTOS 6.6 "Errno -1 repomd.xml does not match metalink for updates " when trying to use yum command to install openssl

Platform: CentOS release 6.6 (Final) When I am trying to yum install openssl, I get this error: epel 4 kB …
WarrenV
  • 230
  • 1
  • 2
  • 9
7
votes
4 answers

Error: php55w-common conflicts with php-common on CentOS 6.5

I have installed a fresh 64-bit CentOS 6.5 with PHP5, Mysql5.5, etc. Now when I want to install different apache modules, like php-soap, I get this error: ---> Package php-soap.x86_64 0:5.3.3-27.el6_5 will be installed --> Processing Dependency:…
Gev Balyan
  • 491
  • 1
  • 4
  • 9
7
votes
3 answers

ImportError: Could not import settings (Is it on sys.path? Is there an import error in the settings file?): No module named setting

I'm going through the "example" project into production on a VPS CentOS 6 (with Plesk) with python2.7, mod_wsgi, Django 1.6 I have proven many configurations and I always get error "No module named settings" or "No module named Unipath". Not that I…
user3356409
  • 73
  • 1
  • 1
  • 5
7
votes
4 answers

sudo python runs old python version

I have installed python 2.7.3 on CentOS 6 with thse instructions http://villaroad.com/2010/10/rolling-python-2-6-2-on-centos-5-3/ I have added aliases to bash_profile of both root and myuser for new python. Now when I write python to shell, it runs…
brsbilgic
  • 11,613
  • 16
  • 64
  • 94
6
votes
2 answers

Setting default timezone does not work despite timezone being valid

I'm geting when I just do phpinfo() Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods…
Denis
  • 759
  • 1
  • 9
  • 22
6
votes
1 answer

Letsencrypt certificate not working in CentOS 6.8 32 bit version

I am trying to install Letsencrypt certificate in CentOS 6.8 32 bit for Apache. It used to work earlier, but now it is giving the following error: Skipping bootstrap because certbot-auto is deprecated on this system. Your system is not supported by…
6
votes
1 answer

Could not find codec parameters for stream 0 (Video: hevc, none): unspecified size

I try to use ffmpeg to feed ffserver on CENTOS 6.10. When I run ffmpeg on stream I got an error message: Could not find codec parameters for stream 0 (Video: h264, none): unspecified size. The full ffmpeg output is here: [root@stone1 ~]# ffmpeg -i…
bzc0fq
  • 579
  • 1
  • 3
  • 18
6
votes
1 answer

gcc assembler messages can't open /tmp/ccqjY5HV.s for reading no such file or directory

I have a nightly build that builds a source tree with several compilers/options. I'm using buildbot on centos 6, though I doubt that buildbot has any relation to the problem. Sometimes the build fails with a bunch of messages like: Assembler…
J Quinn
  • 319
  • 2
  • 8