Questions tagged as 'centos'

1
answer

AWS EC2 Disk Problem

I use Amazon and I have an EC2 instance running CentOS 6.5. I recently moved the disk from the machine. I did the procedure to shut down the machine to take a snapshot of the old disk and climb in a new one with the bigger space. When I re...
asked by 26.10.2015 / 21:09
2
answers

PECL / PHP PDO_OCI extension obsolete. How to proceed?

I need to install the pdo_oci PHP extension to work with Oracle database via PDO. However, I noticed that the extension available via PECL is deprecated and will no longer be maintained. As I understand this link (I do not know if I under...
asked by 27.06.2015 / 19:37
1
answer

MySQL server can not start in CentOS

I can not perform any operations on MySQL because it gives error of:    Starting MySQLCouldn't find MySQL server root@server2 [~]# /etc/init.d/mysql status MySQL is not running, but lock file (/var/lock/subsys/mysql[FAILED] root@server2 [~...
asked by 29.08.2014 / 19:23
1
answer

How to import MySQL dumps into UTF-8?

I'm trying to import a dump from MySQL (UTF-8), generated in Windows by Navicat, on a CentOS 6.5 server with MySQL 5.5 . The problem generated with this is ... when executing the following command: mysql -uroot -p database < dump.sq...
asked by 30.01.2014 / 20:17
1
answer

How to import a csv file into MySQL?

I'm starting my studies in MySQL. I decided to install MariaDB 10.1.14 on CentOS. I want to create a database from a .csv file with approximately 166 million rows. I searched for tutorials on the internet, but it seems they all assume that the u...
asked by 20.07.2016 / 20:46
2
answers

CentOS 6 - Codeigniter - HMVC - Not Found

Good afternoon I'm developing a system with Codeigniter 2.X, and I use the HMVC concept. My folders look like this: ->system/ .htaccess ->application/ ->controllers ->... ->model ->... ->view...
asked by 14.11.2015 / 21:06
1
answer

PHP presents "Failed to write session data" error at random times

I have a site that is fully functional and has a failure rate of 0.0037%, but all errors are the same. Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) I looked for...
asked by 12.10.2016 / 10:15
2
answers

How to use sip debug in asterisk?

In Asterisk software, is it possible to debug a phone number only? without it being peer from my server? I know there are commands: sip set debug peer 1000 sip set debug ip 172.16.0.100 In a similar way to debug it is possible to...
asked by 01.02.2017 / 20:30
1
answer

Change text when entering amazon c2 host

I searched the amazon site and did not find how to change the text that shows when entering, is the one from the image below. Does anyone know the location that changes this text?     
asked by 16.05.2018 / 18:32
1
answer

Asterisk 13 - Substitute for the AgentCallbackLogin function

Is there a standard function to replace AgentCallbackLogin (discontinued in Asterisk 1.4 and removed in Asterisk 1.6)? By using the AgentCallbackLogin function, the agent can disconnect the call and it remains logged in, the AgentLogin...
asked by 07.03.2017 / 18:21