Questions tagged as 'centos'

0
answers

Error starting MariaDB in CentOS7

Good morning. I have a dedicated server running CentOS7 and MariaDB has stopped and I can not restart the service. [root@new ~]# mysqld start 2018-01-17 13:31:10 140236707752192 [Note] mysqld (mysqld 10.1.22-MariaDB) starting as process 19665...
asked by 17.01.2018 / 14:52
1
answer

Crontab does not execute a command in PHP

On a CentOS 7 machine I have the following line in crontab 0 21 * * * php -q /data/wwwroot/central/crons/cron.php >/dev/null 2>&1 But at the specified time it does not perform the task. And in the log the result is eh Sep 27 21:...
asked by 28.09.2017 / 02:10
0
answers

MYSQL does not start after upgrading version 5.5 to 5.7 on the Centos 6.9 server

I am upgrading Mysql 5.5 to MYSQL 5.7 on the Centos 6 server, but after upgrading the server does not start. I performed the MYSQL 5.5 version removal process to perform upgrade as indicated on various forums. I will deregulate the entire proces...
asked by 05.09.2017 / 14:46
1
answer

Redirect HTTPS to HTTP on Centos

I have a domain which I no longer have the ssl certificate of it, the domain is pointing to a Centos 6 server. Every time someone tries to access it using HTTPS it will show in the browser that domain it is not secure because it does not have...
asked by 07.07.2017 / 23:24
1
answer

How to set all PHP settings to the default value?

I have a Linux CentOS VPS and the garbage collector configuration is wrong. I need to fix it in an easy way since I have very little knowledge of it. I would like to know if there is a way to set all PHP settings to default. I use the Plesk cont...
asked by 12.01.2017 / 19:29
1
answer

How do I know if there is a CRON doing work on the PHP 5.3 garbage collector (CentOS)?

I have this error:    ps_files_cleanup_dir: opendir (/ var / lib / php5) failed: Permission denied. The normal fix is to set session.gc_probability = 0 But in CentOS, the correct thing is that session.gc_probability is 1...
asked by 23.11.2016 / 03:34
0
answers

Install Imagick PHP5.4 centOS

I'm trying to install Imagick on a cOOS 5.11 server but so far without success. When I run: convert --version , got the message    Version: ImageMagick 7.0.1-10 Q16 x86_64 2016-06-07    link Copyright: Copyright (C) 1999-2016   Ima...
asked by 07.06.2016 / 21:42
1
answer

Error Script mv: can not move new_name to new_name / original_name Directory not empty

Hello, I have the following function, the goal is to verify that the folder exists, and delete , extract the file .tar.gz and rename . ssl_v="1.0.2g" ABI="armv6" # Clean then Unzip [ -d openssl-${ssl_v} ] && rm -fr openssl-$...
asked by 05.05.2016 / 01:01
1
answer

How to access the Tomcat that is inside a Vagrant machine?

I'm starting to learn about Vagrant. I started provisioning a machine with Centos 7 Minimal, I installed Java and Tomcat, I ran Tomcat, I checked the processes it is running, but I can not access it through my machine. I configured a static i...
asked by 19.07.2015 / 22:14
0
answers

Rails does not install on CentOS

I'm running a VPS with CentOS running, and I can not seem to get out of this error: [athos@athoscastro bin]$ gem install rails Fetching: nokogiri-1.6.6.2.gem (100%) Building native extensions. This could take a while... ERROR: Error installi...
asked by 17.08.2015 / 03:03