Questions tagged [debian-stretch]

178 questions
1
vote
1 answer

mongodb.conf or mongod.conf - MongoDB conifguration on Debian GNU/Linux 9 (stretch)

After installing mongodb on Debian GNU/Linux 9 (stretch) according to the offical mongodb guide on https://docs.mongodb.com/manual/tutorial/install-mongodb-on-debian/, I noticed the existence of two config files: /etc/mongod.conf and…
Semnodime
  • 1,872
  • 1
  • 15
  • 24
1
vote
0 answers

Set up selenium debian server

I can't understand how to set up and run selenium inside my GCP server with debian 9 stretch. This is what i made after i created the istance of 600mb RAM: wget https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip sudo…
1
vote
1 answer

Nginx error : "Primary script unknown ", how can I resolve that ? Thank you

Config : macOS Mojave Debian 9.9.0 64bits on virtualbox 6.0.8, on port 192.168.56.50 php fpm 7.2 on debian nginx/stable,now 1.16.0-1~stretch on debian Nginx and php fpm have www-data as user. Dirs : lrwxrwxrwx www-data www-data…
Dylan
  • 59
  • 2
  • 8
1
vote
0 answers

Building UE4 from source - Mathcalls syntax errors

I'm trying to build UE4 from source on my Debian (stretch) system. I've followed all of the instructions from the official guide, but running make gives some nasty errors from UE4's bundled mathcalls header. Here is my…
Trimatix
  • 11
  • 2
1
vote
1 answer

Why is my script working, when I execute it manually, but with crontab it doesn't work?

My Raspberry Pi 3 (running debain stretch) is connected to a relay board. Two Python Scripts are turning it on/off. When I run the script manually it works, when I let crontab do it only "on" seems to work. I can not figure out what I did…
Michael
  • 11
  • 1
1
vote
0 answers

Tensorflow installation not working on Raspbian strech virtualbox

I created a virtualbox with raspbian strech to help me develop using Tensorflow . pip install tensorflow installs successfully, but when importing tensorflow an error occurs. import tensorflow Traceback (most recent call last): File…
abuasis
  • 94
  • 1
  • 2
  • 5
1
vote
0 answers

TIdHTTPServer with TIdServerIOHandlerSSLOpenSSL doesn't return when Active is set to FALSE in Debian console

I'm setting a web server with Indy and Delphi 10.3.1 in a console application running in Debian. I can't gently shutdown the server setting IdHTTPServer.Active to FALSE because it never return and the only way to close the application is to press…
R.Schirru
  • 11
  • 2
1
vote
1 answer

Adding source URI for python3-lxml build-dep

I am trying to run the following command: apt-get build-dep python3-lxml. I get the following output: E: You must put some 'source' URIs in your sources.list Here is the output of cat /etc/apt/sources.list: deb http://deb.debian.org/debian stretch…
Intrastellar Explorer
  • 3,005
  • 9
  • 52
  • 119
1
vote
1 answer

Debian Stretch: unable to uninstall bonescript

I am trying to uninstall bonescript on Debian 9.5. I run the following command sudo apt purge bonescript. It fails to work, and prints out this statement: The following packages have unmet dependencies: c9-core-installer : PreDepends: bonescript…
Intrastellar Explorer
  • 3,005
  • 9
  • 52
  • 119
1
vote
1 answer

Network config of container (LXC) with multiple IPs not working after upgrade to Debian 9

We have a proxy LXC container running on a Proxmox server with multiple IPs (and mac addresses) with no issues. The hosting company (OVH) indications have been to add each IP with its own virtual mac all pointing at the host machine default gateway.…
luison
  • 1,850
  • 1
  • 19
  • 33
1
vote
1 answer

Is there a compilation flag in gcc to overcome the "error: invalid storage class"?

I am doing my own alsa project. Having changed OS (fresh installation / no upgrade) from PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)" NAME="Raspbian GNU/Linux" VERSION_ID="7" VERSION="7 (wheezy)" ID=raspbian ID_LIKE=debian 4.1.19-v7+ #858 SMP…
Karl
  • 51
  • 1
  • 7
1
vote
0 answers

Can I make pip install the 32 bit version of a package?

I am trying to run PSUtil on a Raspberry PI but keep getting ELFCLASS64 errors. I think this is because I am using the 64 bit version of PSUtil on a 32 bit operating system. Looking at the PyPi page for PSUtil (https://pypi.org/project/psutil/), it…
cloudnoob
  • 21
  • 3
1
vote
1 answer

Docker container not starting Gunicorn web server with non-privileged user

I am trying not to use root inside my Docker container, but Gunicorn is not starting. FROM python:2.7 RUN apt update && \ apt install -y python-pip gcc python-dev libpq-dev && \ pip install --upgrade pip && \ pip install gunicorn && \ pip…
Eddie
  • 140
  • 1
  • 7
1
vote
0 answers

How to notify apt/dpkg dependent package during dependency update?

I'm building some in-house configuration packages for Debian-based OS. There is a package (in default Debian repositories) which contains some service (as a binary) and all machinery needed to run it, but it's not started automatically during…
zeronineseven
  • 129
  • 2
  • 6
1
vote
0 answers

Built two different Debian packages for different Build Types using CMake

I have a small CMake project with different Build Types debug and release. I'm also providing a Debian package for this project. Building the Debian Package for release and providing it on my own Debian repository works perfect. Now I also want to…
TheFox
  • 502
  • 10
  • 26