Questions tagged as 'raspbian'

1
answer

Error installing Supervisor in Raspbian

I have a Raspberry Pi 3 Model B In which I have installed Raspbian via NOOBS in its current version that the date is 2.4.4 I'm following a tutorial on how to configure Django + Ngnix + Gunicorn in the following Link , the drawba...
asked by 17.10.2017 / 03:08
3
answers

Avoid reading .py files

In the company we are developing a project with python using a raspberry. The program is already done and it is intended to market the service that makes the code so we require that you can not read or edit the file. It starts automatically thro...
asked by 14.03.2018 / 22:59
0
answers

How to stop "httpd.serve_forever ()"

I had Apache perfectly configured and functioning. I wanted to try this script in Python: from http.server import HTTPServer, BaseHTTPRequestHandler class Serv(BaseHTTPRequestHandler): def do_GET(self): if self.path == '/':...
asked by 09.12.2018 / 23:15
0
answers

An error occurred when installing the database. Phpmyadmin in raspbian

I am trying to use my raspberry pi for a remote server. Well the remote connection is already ready. the only thing I need is to install the phpmyadmin, apache2 but I get this error ... What can I do ...?     
asked by 25.11.2018 / 23:04
1
answer

Problem with the login Raspberry Pi (Waiting for X server to shutdown (II) server terminated successfully.) Closing log file.ion to X server lost

I have this little problem with my raspberry, just restart it and when I try to login, it returns me to the same login screen, it does not throw any error of login when trying to do Startx from the terminal it returns me to the sam...
asked by 30.10.2018 / 19:07
0
answers

Error in the recognition script.py

I have an error when executing the promo code.py, I'm doing facial recognition, I already capture the faces I want the problem is the error in a line and honestly I do not know how to fix attached image and the script made in python waiting for...
asked by 28.08.2018 / 18:40
0
answers

My crontab task is doubled

I have a raspberry that I use to back up a web server. I'm using the crontab service to launch the copy at 5 in the morning. For some strange reason the copy is released at 3am and 5am. This is my crontab: 0 5 * * * curl link > / dev...
asked by 04.07.2018 / 08:34
1
answer

Send POST data with orange pi

I am trying to send a series of data to my database that I have on a server, and I thought about using an orange pi one, which is the one I have at home, and on the server I have set up a web service on java spring , the idea would be that the d...
asked by 19.06.2018 / 11:18
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

mongodb.service gives error during startup

I'm running mongodb 3.0.14 on a raspberry-pi 3 with raspbian stretch 4.9.41-v7 + (32 bits). Everything works fine except when the service has to start during system startup, which returns the following error message, preventing the service from...
asked by 15.04.2018 / 16:07