Questions tagged [debian-buster]

Buster is the development codename for Debian 10.

224 questions
53
votes
2 answers

In Docker image names what is the difference between Alpine, Jessie, Stretch, and Buster?

I am just looking at docker images in https://hub.docker.com/_/node/ For every version, the images are categorized into Alpine, Jessie, Stretch, Buster etc. What's their meaning?
Muthukumar
  • 6,437
  • 14
  • 52
  • 78
49
votes
5 answers

E: The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file

Since i installed certbot on Debian 10, it always shows this error: root@HypeTime:/home/sinusbot# apt update Hit:1 http://security.debian.org/debian-security buster/updates InRelease Hit:2 http://deb.debian.org/debian buster InRelease Hit:3…
SteinGaming
  • 591
  • 1
  • 3
  • 5
7
votes
1 answer

chromedriver missing in Debian 10 Buster

Many official Docker images are based on Debian Buster now. We used to install the chromedriver package in Stretch based images, but now it's not available anymore.
iGEL
  • 13,729
  • 9
  • 53
  • 65
7
votes
3 answers

Malformed entry error while trying to install Google Cloud SDK

When I execute the below command in Ubuntu sudo apt-get update & sudo apt-get install Google-cloud-SDK I am getting the below error. E: Malformed entry 1 in list file /etc/apt/sources.list.d/google-cloud-sdk.list (Component) E: The list of sources…
5
votes
1 answer

Debian 10 MariaDB 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'

Good evening Community, I am in despair because I cannot install MariaDB on Debian10. There are similar Stackoverflow questions but none of them helped to solve my problem. What I've tried: $ sudo apt update $ sudo apt install mariadb-server So far…
milli727
  • 53
  • 1
  • 5
5
votes
3 answers

mkvirtualenv says "no module named distutils.spawn" when making a venv for non-default python on Raspbian Buster

Raspbian Buster has Python3.7 by default. I'm trying to make a Python3.6 virtualenv. I have a fresh install of Raspbian Buster with Desktop (not the version that is with "recommended software") and have already sudo apt-get update; sudo apt-get…
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
  • 713
  • 6
  • 28
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
3 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
  • 413
  • 4
  • 17
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
  • 522
  • 5
  • 21
3
votes
0 answers

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…
dev.amirali
  • 300
  • 4
  • 18
3
votes
1 answer

Toggling the Wi-Fi with XF86WLAN and script

I have the following script (in my PATH): #!/usr/bin/env bash main() { local state=$(sudo rfkill list wifi -n -o SOFT) if [[ $state == 'blocked' ]] then sudo rfkill unblock wifi state='Unblocked' else sudo rfkill…
Bobby Wan-Kenobi
  • 730
  • 7
  • 14
3
votes
2 answers

wget ERROR: The certificate of ‘xyz’ is not trusted, has expired

I have a Debian 10 buster server, one of several identical hardware/software configs. I use a script that deploys them, they are all identical. However, one of them is throwing an error when using wget: # wget…
ctrlbrk
  • 844
  • 1
  • 13
  • 24
3
votes
2 answers

Getting Error: JavaFX runtime components are missing, and are required to run this application while opening executable jar

I've build executable jar using NetBeans IDE 11.0 but when I open jar using : hemlata@hemlata-pc:~/NetBeansProjects/Sizing/dist$ java -jar Sizing.jar I'm getting Error: JavaFX runtime components are missing, and are required to run this…
Hemlata
  • 187
  • 2
  • 9
1
2 3
14 15