B.A.T.M.A.N. Ad-Hoc Nodes see each other but can't ping with ip address [closed]
I'm trying to connect two raspberry pi zero 2 W using a batman-adv mesh running on Ubuntu Server 22.04. I've set up batman both manually and using networkd+wpa_supplicant but to no avail. When using...
View ArticleUnable to Install TensorFlow 2.16.1 on Ubuntu 22.04 with Python 3.10.12
I am trying to install TensorFlow 2.16.1 on my Ubuntu 22.04 system using pip, but I keep encountering an error saying that no matching distribution is found. Below are the details of my system:OS:...
View ArticleDisable or change port number for libvirt dnsmasq service on ubuntu host
How can I disable or change the port number for the libvirt dnsmasq service?I need to make port 53 available on the main host.❯ sudo lsof -i | grep dnsdnsmasq 2458 libvirt-dnsmasq 3u IPv4 38663 0t0 UDP...
View ArticleEmail body and headers are displaying as garbled text, binary data or like it...
My server is Ubuntu 22.04.4 LTS with apache2 version 2.4.52 and the hosting is digitalocean. I had to set up email with postfix, dovecot and roundcube.dovecot -n:# 2.3.16 (7e2e900c1a):...
View Articlethere is an error with config gcc for setting up atheross csi tool openwrt
I am currently trying to setup openwrt on ubuntu virtual box but there is an error with config the file the gcc, verison is the latest and its installed, when i run make menuconfig command this is the...
View Articleerror with config gcc for setting up atheross csi tool openwrt
I am currently trying to setup openwrt on ubuntu virtual box but there is an error with config the file the gcc, verison is the latest and its installed, when i run make menuconfig command this is the...
View ArticleUbuntu 18.04 - mongodb 5.0 install - (code=dumped, signal=ILL)
I'm trying to install MongoDB Community Edition 5.0 on Ubuntu 18.04 using these official instructions. However, when I get to sudo systemctl start mongod step to start the service, it gives me...
View ArticleHow to run cmake for exporting variables to bash
I have the following CMakeLists.txt:macro (set_echo NAME VALUE) set (${NAME} "${VALUE}") message (STATUS "${NAME} : \"${VALUE}\"")endmacro ()set_echo ( CURRENT_VERSION 1.2.3)string (REPLACE "." ""...
View ArticlePostgres container failed to start with initdb error. popen failure: Cannot...
I'm using postgres:12 Docker image on AWS instance under Ubuntu 20.04. postgres-tests: image: "postgres:12" restart: always command: postgres -c 'max_connections=200' environment: POSTGRES_DB:...
View ArticleHow to solve error restarting apache Ubuntu
Question originally posted in Spanish, on es.stackoverflow.com, by mnsperez97:I have a problem with the connection to Apache, after restarting itwith the sudo service apache2 restart command, I get...
View ArticleIssues with Docker, Ettus UHD on newer Ubuntu versions [closed]
I'm currently working on getting an Ettus X310 Software-defined-radio (SDR) to work with Docker on Ubuntu 24.04 or 22.04.My first goal was to create a docker container that finds the SDR using the...
View ArticleTrouble with Systemd and Access Denied in Windows Subsystem for Linux (WSL)...
I've been encountering some issues with my Windows Subsystem for Linux (WSL) setup, particularly related to systemd and access denied errors. Here's a breakdown of the problems I've been facing:Systemd...
View Articlevsftpd.service: Failed with result 'exit-code' [closed]
when I wanted to install vsftpd server and checked the status it showed me Active failed (Result: exit-code).I already used sudo apt install vsftpd aswell as sudo apt update and sudo apt-get install...
View ArticleHow to completely disable the Xsession Errors? [closed]
There is lots of question all around different forums but nobody has the right solution.I tried the following things on Debian based system:in dir /etc/X11/ commented "ERRFILE=$HOME/.xsession-errors"...
View ArticleUnable to install CUDA 11.7 on ubuntu [closed]
I just installed fresh Ubuntu 20.04 and try to install CUDA 11.7 i found debian(local) command to install CUDA 11.7wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-...
View Articlewebpack command not working
I am new to Node Js and Webpack. I tried to start a project with module-loaders.Firstly, I installed nodeJs and NPM and created a new directory called tutorial. I used the command prompt to cd into...
View Article'sudo apt-get update' does not work after trying to install elasticsearch...
First, I tried to install elasticsearch according to the instructions on the websitehttps://www.elastic.co/guide/en/kibana/current/deb.htmlbut after echo "deb...
View Articleimagick extension not working in Ubuntu php8.2-fpm, nginx server
I have installed imagemagick extension in my VPS server. It's fully working with the php cli.Running php -i it shows that the extension is successfully enabled, however, in the php82-fpm the extension...
View ArticleHow to fix "permission denied" when typing "code ." in wsl?
typing "code ." in the WSL terminal, windows-ubuntu subsystem returns:/c/Users/cj/.vscode/extensions/ms-vscode-remote.remote-wsl-0.64.2/scripts/wslCode.sh: 63:...
View ArticleTimeout when waiting for 3rd party check iframe message in Angular app with...
I'm trying to deploy an Angular application with Keycloak authentication using Docker. The setup works fine on my local machine (using localhost), but when I deploy it to an Ubuntu VM, I get the...
View Article