Questions tagged [debian-buster]

Buster is the development codename for Debian 10.

224 questions
3
votes
3 answers

Getting permission denied even as root inside the docker container

Connecting to running docker container as a root still gets Operation not permitted error when trying to apt-get update, yet I can still see sensitive file like /etc/passwd. Below are my configurations and also the error message from apt-get update.…
3
votes
3 answers

Downgrade Python 3.7 to 3.5 on Raspbian Buster

So it seems like Buster comes default with 2.7 on load and an alternate 3.7 version of Python. However, I am using this Raspberry Pi 3 B+ just for an application that is only compatible with Python 3.5. How do run Python 3.5 as default version or…
Stigma
  • 121
  • 1
  • 9
3
votes
1 answer

missing Qt libs with wkhtmltopdf in docker on debian buster

I have a docker container running debian buster and I want to run wkhtmltopdf in it. I have 2 host machines, both identical, both running the same container build with the same Dockerfile. Both are running the same version of docker. On one machine…
Larry Martell
  • 2,884
  • 5
  • 35
  • 63
2
votes
0 answers

Debian 10 - qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found

When I run the rstudio command, I get the following error: qt.qpa.xcb: could not connect to display qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform…
2
votes
0 answers

Dotnet EF Core builds the project and hangs

I'm trying to scaffold a single table from an existing database. After 'Build Succeeded' the process hangs without showing any further progress. I can see the process running, holding at ~ 12% CPU. I'm running Debian 10. The server is running on a…
2
votes
0 answers

Activation (activate_this.py) of python venv wont work or throw error

Soo, I created a small Flask Website which I wanna deploy on my Debian 10 server with Apache 2.4 At first I followed a tutorial and created the apache2 conf file and the .wsgi file. Since that didn't work well, I got the error "ModuleNotFoundError:…
2
votes
1 answer

Why new Java 8 images published by OpenJDK are no longer Alpine based but Debian 10(Buster) based?

I am browsing newest images published by OpenJDK: https://hub.docker.com/layers/openjdk/library/openjdk/8u252-jre-slim-buster/images/sha256-01dfdeac537b9d9adcb2399028fba063733a77186c5264e6b059987002c0e48c?context=explore all of them switchedt all of…
Yoda
  • 15,011
  • 59
  • 173
  • 291
2
votes
1 answer

I have getting 'apt-get upgrade' command failed error while building Python3.6-buster container

There was no problem yesterday when I build my Python Flask application on python:3.6-buster image. But today I am getting this error. Calculating upgrade... The following packages will be upgraded: libgnutls-dane0 libgnutls-openssl27…
madogan
  • 427
  • 4
  • 9
2
votes
1 answer

Cannot connect Asp.net Core WebApi in Docker with EFCore Mysql provider to non Docker Mysql on host server

I have an Asp.Net Core 3.1.3 WebApi with EfCore 3.1.3 and Pomelo.EntityFrameworkCore.MySql as provider This WebApi is built and deployed in Docker. The host server is Debian 10, it is configured with UFW as firewall. I have a Mysql Server installed…
2
votes
1 answer

Containerd.io depends libseccomp2

Hi I'm trying to install docker in my Debian 10 computer and I have a few problems trying to install containerd.io service. When I'm trying to install using this command I got an error that I need to upgrade a dependency. But If I try to upgrade…
Ismael Moral
  • 672
  • 1
  • 8
  • 29
2
votes
1 answer

How to install pandas and numpy on Debian Buster?

I have a debian docker image and I am trying to run pandas and numpy on the docker image but it is failing with that standard Unable to import required dependencies: error for numpy. What I am doing in the ENTRYPOINT script is downloading packaged…
vfrank66
  • 461
  • 5
  • 20
2
votes
1 answer

USB webcams no longer work with opencv: VIDIOC_QBUF: Invalid Argument

I am simply trying to access a USB web camera with opencv on a Raspberry Pi using the following: import cv2, time cap = cv2.VideoCapture(0) time.sleep(3) while True: time.sleep(0.1) ret, frame = cap.read() if ret: …
FarNorth
  • 170
  • 1
  • 2
  • 13
2
votes
1 answer

Adafruit MM8451 & Raspberry PI SPI Error 121 with Buster

Working with a Raspberry PI and interfacing with an Adafruit MMA8451 Accelerometer board. I am trying a fresh installation of Buster after I had all this working on Stretch. I have installed all the latest libraries and done all the latest updates.…
2
votes
0 answers

Running PyQt5 on Raspberry Pi - "PyQt5._QOpenGLFunctions_ES2" error

I am facing a problem running PyQt5 on Raspberry Pi 4. I use raspberry pi 4, version 10 (buster) kernel version 4.19.75-v71. The default python is 3.7.3. I followed the exact same steps of installing sip and PyQt5 as mentioned on this thread here.…
Baraa
  • 176
  • 7
2
votes
1 answer

How to setup Selenium with headless Firefox on Raspbian Buster

I have gotten this to work in Jessie/Stretch with previous Firefox versions but can't seem to get it to work with Raspberry Pi 3B or 4 running Raspbian Buster and the latest Selenium, 3.141.0 in Python. Since iceweasel is no longer available I…
Pathead
  • 517
  • 5
  • 16
1
2
3
14 15