Questions tagged as 'debian'

1
answer

import mysql.connector error from the debian shell

I have a script that imports mysql.connector that works correctly from the idle, but when I try to execute them from the shell of the s.o. always throws me the error:    Traceback (most recent call last):       File "/home/pi/Projects...
asked by 11.05.2018 / 22:54
0
answers

/root/.bash_profile: No such file or directory

I have to install aws cli and for that it requires something of pip , I do not understand very well that it is. Following this tutorial link by following all the steps as I got the following error. Does anyone know what it is? Beca...
asked by 09.05.2018 / 23:31
1
answer

permissions root suexec

Let's see if anyone can help me. I have mounted a server in Debian with Apache2 and with the module suexec and CGI to be able to execute scripts perl via web. So far so good: the script runs with the user assig...
asked by 10.05.2018 / 14:59
0
answers

Problem with VMWare Workstation 14 and Windows 10

I use Windows 10 and I have installed a Debian 9 virtual machine with Bridge connection so that both are on the same network, I am configuring a mail server on the virtual machine and everything works fine if I connect from another computer that...
asked by 03.04.2018 / 19:04
0
answers

Gettext does not perform PHP web translations with the Nginx server

Thank you very much for your help. My system is a Debian Jessy on a armv7l architecture. With Nginx server and PHP 5.6 Problem: I want to translate my web application made in PHP with Gettext and I can not get it translated. Peeeer this...
asked by 04.04.2018 / 09:28
0
answers

Problem compiling in debian 9

I am trying to compile a WOD repack in debian 9, but when it goes by 6% it gives me this error, and probeinstall openssl, python, and nothing.    In file included from /home/ts/src/server/shared/Cryptography/ARC4.cpp:9:0:   /home/ts/src/serve...
asked by 15.02.2018 / 17:31
0
answers

How to change the language to GitLab?

I have a local GitLab server in my company, which I installed in a Proxmox VE 5.1 container, I installed the server under Debian 9.3 (Stretch). The issue is that when I try to change the default language (English) to Spanish in the configurat...
asked by 22.01.2018 / 22:03
1
answer

version GLIBCXX_3.4.21 not found

When I try to install the program (./Rack.sh), I get this error: ./Rack: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4.21' not found (required by ./Rack) ./Rack: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version 'GLIBCXX_3.4...
asked by 26.11.2017 / 22:12
2
answers

status of services in ovh monitoring always comes out in red

I have a vps kvm openstack in OVH. The status of services in ovh monitoring always comes out in red and I think the rules are well configured in the firewall. Rules: /sbin/iptables-A INPUT -i ens3 -m state --state ESTABLISHED,RELATED -j ACC...
asked by 05.11.2017 / 21:16
1
answer

WebDriver in Python with Pycharm does not work

These are the imports:    Update to the latest version of Selenium from lib2to3.pgen2 import driver import time from selenium import webdriver import datetime driver = webdriver.Chrome() driver.maximize_window() And here is the program...
asked by 23.11.2017 / 21:38