Questions tagged [debian-buster]

Buster is the development codename for Debian 10.

224 questions
0
votes
1 answer

Opencv GStreamer pipeline doesn't work on Raspberry Pi 4

I'm trying to open UDP stream video in Raspberry Pi using this pipeline: VideoCapture video("udpsrc port=5600 ! application/x-rtp,payload=96,encoding-name=H264 !" "rtpjitterbuffer mode=1 ! rtph264depay ! h264parse !…
Bozkurthan
  • 91
  • 12
0
votes
1 answer

Unable to install Mysql community server on Debian 10

Hi I am unable to install mysql 8 on my newly installed Debian 10 machine. Here is what I did: $ cd /tmp $ wget https://dev.mysql.com/get/mysql-apt-config_0.8.13-1_all.deb $ sudo dpkg -i mysql-apt-config_0.8.13-1_all.deb After this ran $ sudo apt…
0
votes
0 answers

kitura docker error checking context: 'can't stat '/home/conor/workspace/UserInstruction/.build-ubuntu/checkouts''

I am unable to build the docker image which will be uploaded to DockerHub/AWS EC2, the folder is owned by root. The docker install is as directed on the official docker docs, the hello-world test runs without error. I am following the post here…
Conor
  • 315
  • 2
  • 15
0
votes
1 answer

PHP Startup: Unable to load dynamic library (path exist)

I want to execute a program in a new VM of Debian 10 and I get warnings related to .so loading: Distribution related specs: Debian 10, php 7.3.11 Execution: ./program.php it contains the following shebang: #!/usr/bin/env php Warnings: PHP Warning:…
Vincent
  • 1
  • 3
0
votes
0 answers

Bluetooth gamepad doesn't create /dev/input/event

I want to use a Gamesir T1d gamepad (Bluetooth) to read it's commands with Python, on a Raspberry Pi 3 B+ (Buster). I am able to connect the gamepad via Bluetooth: [CHG] Device C6:86:A1:04:BB:53 RSSI: -78 [bluetooth]# connect…
0
votes
0 answers

Prosody refuse to connect to MySQL database after update to Debian Buster

I updated my server to Debian Buster and now Prosody 0.11.2-1 refuses to connect to the MySQL database. It looks like Prosody starts fine, but no user is able to login to their account. If I look at the debug log I see this: Nov 30 22:09:15 sql…
Björn
  • 215
  • 1
  • 7
0
votes
1 answer

Debian Buster: "tcpdump -w file" works only in some directories

The following command (called as user root with and without -i eno) tcpdump -w a.dump -i eno1 portrange 27900-27901 works only in some directories, eg. /tmp and /root. But it works not in other directories, for example not in /temp created…
Wiimm
  • 2,253
  • 1
  • 11
  • 20
0
votes
1 answer

How to install azure-cli on Visual Studio Online Environment

Any ideas how to get azure-cli working inside Visual Studio Online Environment? I tried install via official docs - https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest echo "deb…
0
votes
0 answers

Can I filter mac addresses within DNS?

is it possible to setup dns in such a way that only predefined mac addresses are allowed access? Thus meaning only my laptop and cellphone will be able to login? The service and system to which the dns points is VNC on debian linux. My router…
0
votes
1 answer

LVM raid5 available space "lost" after reboot

I made a 4x14TB LVM RAID5. As expected, I had at first 42TB of space available. After a few reboots it looks like the equivalent of a disk has gone. It is strange because all disks are still there if i do a pvscan: PV /dev/sda3 VG vol_lvm …
realpclaudio
  • 262
  • 2
  • 11
0
votes
2 answers

Run python script (file.py) in terminal debian, error ()

I am running a python script (file.py) in terminal and it doesn't print the results of the function. Below you can find the a print of my terminal, thanks. stest@debian:~/Documents/python$ ls -l | grep tic_tac.py -rwxr-xr-x 1 stest stest 270 Oct…
sty
  • 1
0
votes
1 answer

Kivy apps not starting in from systemd

Failed to start Kivy apps in systemd on Raspberry4 (Buster) with Kivy 11.1.1. I wrote an app using Kivy framework 11.1 running on Raspberry4 (buster). The application is working fine when I start it from cli However, I got an error when starting…
charlifumi
  • 11
  • 1
0
votes
4 answers

setup passenger with nginx on debian-10

i started my new server-installation with debian-10. nginx works fine, installed by apt install nginx-full but then, wanted to install passenger, on that way https://www.phusionpassenger.com/library/install/nginx/install/oss/stretch/ (buster isnt…
chmich
  • 176
  • 2
  • 11
0
votes
1 answer

How to allow write access on a directory to java/tomcat in debian buster

I made a fresh install of debian buster with tomcat9 package. I want to deploy GeoWebCache application (latest 1.15 version) on it, and it require a directory with read and write access in order to store config files, generated cache, ... I create…
0
votes
1 answer

libnode-dev installation within docker container

I'm trying to run a node.js application. I can run it without problems directly on my raspbian buster. Within a docker container running on the same raspberry pi, I have no such luck. Dockerfile: FROM…
xtrinch
  • 2,033
  • 1
  • 17
  • 41
1 2 3
14
15