Questions tagged as 'linux'

0
answers

Mysql does not start on the server!

I can not start MySQL on the server console. Here is the below error:    / *************** /var/log/mysql/error.log *************** /       170525 10:50:35 [Warning] Using unique option prefix myisam-recover   instead of myisam-recover-optio...
asked by 25.05.2017 / 16:04
0
answers

Grant all script error

I'm having a problem with a script that will theoretically grant permission to a specific group in a postgresql database. Following script: #!/bin/bash su postgres -l -c "psql -c 'grant all on database teste_semanal to grp.teste_own;'" W...
asked by 20.04.2017 / 19:45
0
answers

How to import large databases using Mysql in Lampp?

I can not import very large databases using Lampp's Mysql. Since the "mysql" command does not work on the Linux terminal when we are using Lampp instead of installing the Mysql server on the Operating System. The default way would be to use t...
asked by 06.04.2018 / 14:44
0
answers

You can import an x32 lib. using an arm7l (Raspberry Pi 3b)

I was developing an application to run on a raspberry pi 3 but while the mail did not deliver I started on the notebook (Linux Mint) and did not have many problems. When I received the raspberry test application but could not import the manuf...
asked by 29.03.2017 / 03:03
1
answer

I can not start the oracle listener

I'm trying to install Oracle on a linux machine to be accessed in cobol. Sqlplus is working, I can execute sql commands. When trying to start the oracle listener, I'm getting the error:    Message 1070 not found; In the message file for pr...
asked by 23.03.2017 / 11:49
2
answers

My code shell script does not list all user processes

Why does not my code list all user processes? I made a script to delete processes from a user, it's exercise ... Well basically I made a whoami and I got into a variable, after that I made a ps -aux | egrep $ variable, and it returns processes b...
asked by 31.03.2017 / 02:47
0
answers

Apache2 subdomain problem

I need to configure Linux Debian apache for my subdomain. I have already restarted the Apache server. Subdomain is configured to server IP record type A. Arquivo: /etc/apache2/sites-available/lolo.conf diretorio: projetos ( estão todos os arqu...
asked by 25.03.2017 / 18:40
0
answers

How to debug python code in the Geany IDE?

I'm learning programming in python and for this I'm using the GEANY IDE in Fedora 24. I'm happy to use it, but I can not debug my code. I already installed the debug plugin. Would anyone know how to debug?     
asked by 27.02.2017 / 23:37
0
answers

yum ImportError: No module named cElementTree

I am trying to install a mercurial server in my linux, but when trying to install yum started to present this error for all that eh package yum install scm-server Plugins carregados: fastestmirror, protectbase Configurando o processo de instal...
asked by 08.03.2017 / 20:02
0
answers

Replicate changes to servers

Good afternoon guys. I work with Magento a system made in PHP. I have the same application on multiple servers with only the theme having difference. The problem is when I want to develop a module, or just a few modifications, I have to go th...
asked by 10.01.2017 / 17:37