Questions tagged [debian-buster]

Buster is the development codename for Debian 10.

224 questions
0
votes
1 answer

errors with C code (reads GPIO input off a Raspberry Pi Zero W), compiles on Jessie but doesn't compile on Buster Lite

I am very new to C (had one semester class like 5 years ago). To summarize my problem, I have code written in C that compiles on Raspbian Jessie, but not Buster Lite. I'm using a Raspberry Pi Zero W + ADCs to input an analog signal, digitize it,…
Dev123
  • 21
  • 4
0
votes
1 answer

ultisnips gives me an error message in Vim: E117: Unknown function: UltiSnips#

I've got the next error when trying to use ultisnips plugin in vim. vim starts but the message appears every time I to run several commands in vim. E117: Unknown function: UltiSnips#FileTypeChanged I'm using: Debian 10 Buster vim-plug to manage…
Eduardo RE
  • 121
  • 1
  • 2
0
votes
1 answer

React Native error pod install, Debian 10

React Native 0.62, OS Debian 10 Buster I'm trying to run ios emulator for React Native project. For that I run 'pod install' within ios folder and caught error: ... ./configure --host arm-apple-darwin ... checking for arm-apple-darwin-gcc... …
fof_fa
  • 11
  • 2
0
votes
1 answer

Coturn server not listening on TLS ports on Debian 10

I have a problem connecting to my turnserver on TLS ports. I have upgraded my Debian server to Buster recently and noticed that coturn is only listening port 3478. Both stun and turn work well. However, coturn is not listening 5378 and turns is not…
Andrey Kiselev
  • 151
  • 1
  • 1
  • 6
0
votes
1 answer

Configure nginx to run Jitsi on Debian 10

I am running an out of the box Debian GNU/Linux 10 (buster) with nginx and this nginx config file: /etc/nginx/sites-available/example.abc.de server { server_name example.abc.de; root /var/www/example.abc.de/; index index.html; listen…
wintermeyer
  • 7,536
  • 8
  • 34
  • 69
0
votes
1 answer

How to disable logging to the .mysql_history file

I have a debian 10 system. When I set the rights 400 and 000 to the / root folder and to the .mysql_history file, they are ignored or reset when exiting mysql. Thus, I can’t disable logging in any way, I need the correct way to disable logs,…
0
votes
1 answer

Getting error messages installing packages using pip and pipenv on Debian Buster

I am trying to install gphotos-sync via pipenv. Unfortunately I am getting errors when pipenv tries to install dependencies Installing gphotos-sync… ✔ Installation Succeeded Installing dependencies from Pipfile.lock (f27b09)… An error occurred while…
0
votes
1 answer

libgnutls28-dev: apt is searching for the wrong file?

I am having trouble installing libgnutls28-dev package on debian buster, apt throws the following: Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: gnutls-bin gnutls-doc The…
Coy
  • 146
  • 7
0
votes
1 answer

Debian control files for version strictly less than producing hard-to understand error message

I am writing a debian package which depends on python3-django. The control file contains the line: Depends: python3-django (>= 1.11), python3-django (<< 2) And when I try to install the package, the error message I get is: mypackagename: Depends:…
Philip Adler
  • 1,901
  • 15
  • 21
0
votes
0 answers

Python3 on ARM Linux Debian Buster - PyQt5 not works properly

I'm trying to install Qt5 for Python on ARM Linux (Debian Buster 10). The version of Python is 3.7.3. I've installed Qt5 using apt with command: sudo apt-get install qt5-default pyqt5-dev pyqt5-dev-tools When try to entering on Python3, if I using…
Klode
  • 53
  • 1
  • 7
0
votes
1 answer

Why does my RPi UART0 (ttyAMA0) freezes when bluetooth disabled?

I have a raspberry pi 3 model b (Raspbian GNU/Linux 10 (buster)) and I want to disable the Bluetooth module connected to UART0 (pins 8 and 10) to make use of UART0. When I add the dtoverlay=disable-bt to the end of /boot/config.txt and connect a…
Mauricio
  • 97
  • 11
0
votes
1 answer

How to set the same Date/Time for a Perl environment?

We have 2 environments: old (CentOS 6.9) and new (Debian 10). Also we have this script: #!/usr/bin/perl use Time::ParseDate; $seconds = parsedate('Jan 1, 1970'); print "$seconds\n"; It produces the following on old environment: [user@old ~]$…
real_sm
  • 15
  • 5
0
votes
1 answer

derby database create=true on debian 10

On creating a new database with ij of derby db I got an SQL Error, but no entry within derby.log. No mean to correct the error, hence I set up an new default installation of debian 10 within a virtual machine. With apt-get I added jdk 11. I…
juerg
  • 351
  • 3
  • 13
0
votes
1 answer

Debian (buster) requiring iwlwifi-5000[1-5].ucode

During Debian (buster) installation, I got a message telling me that the files iwlwifi-5000[1-5].ucode were needed. I first finished installing without the files. Then, after reading this related…
Michel
  • 8,287
  • 14
  • 60
  • 126
0
votes
0 answers

08S01 FreeTDS SQL Server Unable to connect: Adaptive Server is unavailable or does not exist

For some reason I'm not able to establish a connection to MSSQL Server with FreeTDS in a python:3.7-slim-buster (debian) docker image. Code Also available on github .. Dockerfile FROM python:3.7-slim-buster # install free-tds used for MSSQL…
Loknar
  • 1,084
  • 2
  • 12
  • 37