Questions tagged [debian-buster]

Buster is the development codename for Debian 10.

261 questions
5
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
  • 722
  • 1
  • 9
  • 35
5
votes
2 answers

Redis build fails on new RaspberryPi 4 using Raspbian Buster

I am getting a linker error when trying to build redis-stable (should be 5.0.5) on raspbian buster running on the latest Raspberry Pi 4 make goes through the motions and then fails with the following LINK redis-server /usr/bin/ld: networking.o:…
sumitkm
  • 733
  • 6
  • 29
4
votes
1 answer

How to install Node.js version 16.x.x in a Debian based image (Dockerfile)? (why so hard?)

Date: Tuesday October 5th, 2021 Node 10.x was released on 2018-04-24 (but that's the default version when using apt-get) I have needs to have both Python and Node.js installed in running container. I can get the latest version of python in a…
user10664542
  • 1,106
  • 1
  • 23
  • 43
4
votes
1 answer

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…
College Kid
  • 53
  • 1
  • 6
4
votes
0 answers

SpeechRecognition throwing ALSA errors on Raspberry Pi

I am trying to use SpeechRecognition to record audio and convert it to text on a Raspberry Pi 4. Code: def textify(time_limit=None): r = sr.Recognizer() with sr.Microphone() as source: try: …
4
votes
1 answer

How to fix Microsoft ODBC Driver 17 for SQL Server ssl_choose_client_version:unsupported protocol on debian?

I have installed sql server developer edition on my debian 10 linux, and I can connect to my localhost with no problem. I have a database which I could connect to it by a specific connection, for this purpose I have to connect to a gateway through…
Amirali Sam
  • 387
  • 9
  • 21
4
votes
2 answers

How to install php debug symbols on Debian Buster?

I am trying to obatin a meaningful backtrace for some segmentation faults occuring on php-fpm in Debian Buster. Reading Debian's guide, I understand that I need to add the debug repo deb http://deb.debian.org/debian-debug/ buster-debug main I need…
nulll
  • 1,465
  • 1
  • 17
  • 28
4
votes
1 answer

update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting

I've Debian 10 (Buster) KVM guest machines on a Buster host. Trying to switch to the legacy iptables on VMs following Debian wiki update-alternatives --set iptables /usr/sbin/iptables-nft update-alternatives --set ip6tables…
Moazzem Hossen
  • 2,276
  • 1
  • 19
  • 30
4
votes
1 answer

PHP Startup: Unable to load dynamic library 'fileinfo' undefined symbol

On startup of apache I encounter a problem with fileinfo (undefined symbol: pcre_get_compiled_regex_cache_ex). I'm on Debian buster (10) php 7.3 cgi is used checked via phpinfo() that the correct php.ini is used (fileinfo not shown as module) the…
Michael
  • 41
  • 2
4
votes
0 answers

Is there a bug fix for sporadic SIGSEGV crashes of the BlueZ bluetoothd (version 5.50) in Debian 10?

I am developing software for a commercial product that runs on a Moxa MPC-2070 panel computer (Intel Atom based) under Debian 10 (Buster) with BlueZ (5.50) bluetooth support. The application has been developed using Qt Creator. I have been…
4
votes
4 answers

Debian 10 (Buster) slow desktop/GUI

When installing Debian 10 (Buster) the desktop/GUI applications are slow. Opening applications (e.g. Firefox, Terminal,...) takes quite long and the system is not usable at all. apt update && apt upgrade did not help at all. Apparently it is a…
MajorasKid
  • 733
  • 2
  • 5
  • 24
4
votes
0 answers

/usr/lib/python37.zip in sys.path

Just had a quick check on sys.path of python 3.7 on Debian Buster: qxu@debian:~$ python3 Python 3.7.3 (default, Apr 3 2019, 05:39:12) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>>…
Qiang Xu
  • 4,353
  • 8
  • 36
  • 45
4
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
  • 3,526
  • 6
  • 40
  • 76
4
votes
2 answers

Java 10: "No documentation found" for System.out.println(...)

On a debian 10, I install Java SE 10 using apt-get install openjdk-10-jdk openjdk-10-doc. I called jshell and wanted to get the documentation of System.out.println(...), but got an error : | Welcome to JShell -- Version…
Markus
  • 578
  • 6
  • 26
3
votes
0 answers

Google Cloud VM: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found

I am using Google cloud vm where lsb-release gives: No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster I am running my script but its giving this…
Eyshika
  • 1,041
  • 1
  • 11
  • 18
1
2
3
17 18