Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
↧

Cuttlefish doesn't display device screen in WebRTC on AArch64

This deficiency has been reported by multiple authors on the internet (see https://medium.com/@BushMinusZero/cuttlefish-on-arm64-in-aws-b1f60d937614 and https://junsun.net/wordpress/tag/cuttlefish/ ),...

View Article


how to prevent screen share detection in ubuntu or zorin os? [closed]

I am trying to build an app that is undetectable in screen sharing when screen is shared from a browser via meet, zoom, discord, etc. It is working on Windows 11, however, when trying to do the same on...

View Article


I have Python on my Ubuntu system, but gcc can't find Python.h [duplicate]

I am on a school computer, so I can't install anything.I am trying to create C code which can be run in Python. It seems all the articles I am finding on it require you to use#include <Python.h>I...

View Article

Fail2ban Postfix filter in aggressive mode not detecting authentication failures

I'm trying to configure Fail2ban to protect my Postfix server and want to use the aggressive mode of the provided postfix filter to ban hosts based on both normal SMTP rejections and failed SASL...

View Article

Image may be NSFW.
Clik here to view.

Assign IP address to a virtual machine using virtualbox

How can I connect two VMs within a network? I chose the option internal network for both of them, but no IP address was assigned to each VM.This is what I obtained when doing the command ifconfig:NB: I...

View Article


Ubuntu Duplicate sources.list entry error on sudo apt-get install scala

I'm trying to install scala and keep running into this error when I type:sudo apt-get install scalaI've got the following errors:W: Duplicate sources.list entry http://dl.google.com/linux/chrome/deb/...

View Article

Limit access to proftpd user

I'm trying to limit access of a specific user (Ex. bob) in proftpd. I have some users that can access the entire server, but 1 specific users should be able to access only 2 folders. Have this...

View Article

Unable to open display :0 [closed]

I'm using Ubuntu Noble Desktop, and whenever I try to launch a graphical application from the command line, I receive the following error:Error: unable to open display :0I have already tried...

View Article


One active cable works perfectly on Ubuntu but two won't [closed]

In my application, Python interacts with two Arduino Mega boards for hundreds of thousands of cycles. Since the PC is far from the chambers, the cables have to be long, and that is why I use active USB...

View Article


Problem with installing adafruit-blinka on jetson nano (Ubuntu 18.04)

For a school project we are making a self-driving rc car. for this we use a jetson nano (with ubuntu 18.04) which controls a pwm driver (pca9685). This will send steering and throttle commands to the...

View Article

Image may be NSFW.
Clik here to view.

Getting GLIBC_2.28 not found

I running the node -v command, getting the error:node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)Is there a solution?

View Article

open vpn connected but no internet access [closed]

i try to setup a vpn server open vpn in my server but i met some problemsi follow stryctly this tutorial for that : https://infotechys.com/install-openvpn-on-ubuntu-24-04/My server is an ubuntu 24 and...

View Article

Severely Reduced Performance Upgrading Azure DevOps Agent to Ubuntu 24.04...

We're in the process of upgrading the base image our Azure DevOps Self Hosted Agents use. Our current Agents are built from an Ubuntu 20.04 base. We install all the packages we need and have cgroups...

View Article


I installed cython 3 but it's only seeing cython 0.29 [closed]

In this app (libimobiledevice) I'm trying to build from scratch, apparently a fatal error is treated as a "warning."After trying to deal with further errors further down the terminal readout, I finally...

View Article

Image may be NSFW.
Clik here to view.

Autotools configure script command line installation bypass pressing Return key

While installing netsnmp when i issue ./configure the command line window asks for "Press return to continue". How can i bypass this? I tried adding defaults=yes but didnt workout.

View Article


UTM Giving Error When Trying to Emulate - Please remove the installation medium

I am trying to emulate ubuntu x86_64 on my M1 macbook on UTM. It works just fine but whenever i want to restart or shut it down, this comes up. And i need to install it all over again. I tried ejecting...

View Article

Docker fails with "failed to start containerd: timeout waiting for containerd...

I have docker installed on Ubuntu 18.04.2 with snap.When I try to start docker it fails with the following error log.2020-07-16T23:49:14Z docker.dockerd[932]: failed to start containerd: timeout...

View Article


Stuck on Installing and Downloading Ubuntu on 'wsl --install' command from my...

I have installed wsl before, then deleted, configured and removed it as well.Now while trying to install wsl again (for my Ubuntu), I can't anymore.It sticks after 'downloading', but it wouldn't...

View Article

Ubuntu 18.04 Command 'pyenv' not found, did you mean:

So here is my Ubuntu version:No LSB modules are available.Distributor ID: UbuntuDescription: Ubuntu 18.04.2 LTSRelease: 18.04Codename: bionicI'm trying to run the following command: pyenv install 3.6.2...

View Article

Flask 'Cannot assign requested address' error when binding to a specific IP...

I have Virtual Dedicated Server based on Ubuntu 20.04.6 with IP address 193.23.xxx.xx. blizcore.fun resolves to this IP. On this server I installed pterodactyl panel. Pterodactyl have IP 172.18.0.0/16....

View Article

Laravel Sail is not working properly in Ubuntu 20.04 LTS

Hi i tried to install fresh Laravel project usingLaravel Saildocker environment. First it was showing me "Docker is not running" error. Then i found out, i needed to start docker as rootless. I solved...

View Article


tensorflow warnings, please anyone who could resolve?

2025-04-04 14:12:24.786845: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:467] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been...

View Article


Docker container can't access DNS no matter what [closed]

I've already set container to use host network and to launch in privileged mode, I gave the project folder 777 permissions, I added DNS to the /etc/default/docker. Container has DNS configured and it...

View Article

Correct way to install Mercurial on Ubuntu

I am kind of new to both, Mercurial and Ubuntu.I seem to have awkwardly installed a few other software packages already, so I wanted to see how others would go about doing this.Should I use the apt-get...

View Article

Issues building the Chromium kernel

When building this GitHub project: https://github.com/danalex97/abrcc, I encountered a problem at the first step. I followed the steps to run quic/install.sh --install and found an error:[running]...

View Article


Combining faster_whisper with pyannote.audio on gpu in linux [closed]

I'm combining faster_whisper with pyannote.audio in order to transcribe and diarize speakers. It works well on cpu on windows. When I try to run it on linux ubuntu 24.04 with GPU it fails because the...

View Article

Configuration failed because libcurl was not found

I am trying to pull some json data from a remote server using fromJSON:> server <- 'http://111.111.000.00:3000'> streams <- fromJSON(paste(server, '/output/streams', sep=""),...

View Article

ASP.NET Core API in Docker on Linux

I have created a ASP.NET Core Web API app with Docker enabled just using the auto generated boilerplate code. Running on Docker on my Windows dev machine works just fine. But when I deploy the app to...

View Article

Issue building gcc cross compiler for aarch64

I am trying to build an aarch64 cross compiler for my Ubuntu 20.04 system. I am running into an issue after configuring and trying to build the toolchain. The source I am using is...

View Article



E: Unable to correct problems, you have held broken packages Ubuntu Ubuntu...

user@computer:~$ sudo apt-get install idle3Reading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This may mean that you...

View Article


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>