10,214 questions
0
votes
0
answers
21
views
Snap fails on Debian 13 Trixie: “system does not fully support snapd: squashfs mount returned no err but canary file cannot be read” [closed]
I’m trying to get Snap working on Debian 13 (Trixie), but whenever I try to install any Snap package, I get the following error:
error: system does not fully support snapd: squashfs mount returned no ...
-1
votes
1
answer
58
views
future module in debian
I want to use this app. As it is mentioned in the README.md it needs the future module of python. I have debian sid and python3-future is removed from the repos of apt. When I install it via its setup....
-3
votes
0
answers
51
views
Cron doesn't run [closed]
I have the following crontab -e on my server:
# Create daily gzipped DB-Backup
0 3 * * * /bin/docker exec -t database pg_dumpall -c -U root | gzip > storage/db-backups/dump_$(date +\%F_%H_%M_%S)....
1
vote
2
answers
34
views
mariadb debian-start script giving errors: ERROR 1146 (42S02) at line 1: Table '_cdfd7a1251c20c3e.tabError' doesn't exist
I'm getting a number of these errors printed in the systemd journal when i restart mariadb:
Nov 07 17:56:05 p2 /etc/mysql/debian-start[8427]: --------------
Nov 07 17:56:05 p2 /etc/mysql/debian-start[...
-4
votes
1
answer
264
views
Delete a file from one PC to another on the LAN
I use Java 17 on Debian 12.12 and I need to delete a file that resides on another PC in LAN, also with Debian 12.12.
This is my test program:
package filedelete;
import com.hierynomus.smbj.SMBClient;
...
2
votes
0
answers
21
views
How to prevent tmux-resurrect from printing empty lines after restore?
The problem
In tmux, I use the tmux-resurrect and tmux-continuum plugins. They work perfectly fine otherwise, but after an automatic or manual save, when I start the server again, empty lines with my ...
0
votes
0
answers
35
views
Docker build fails with random “Hash Sum mismatch” errors on macOS
I'm trying to build a docker image on my Mac, but it fails at installing some linux deps. I think it's all pretty standard, and it works for my colleagues, on CI/CD (details below)
Relevant part:
FROM ...
2
votes
1
answer
69
views
"Forbidden You Dont Have Permission to access this Resource" config problem on Apache.conf
My Debian10 server wentdown and I've been trying to install all my pages and Apache2 server on another Debian (Debian 12).
I've already take all the bkps of the pages and put them in the exact same ...
0
votes
1
answer
96
views
VSCode DevContainer in linux doesn't recognize Docker, or the packages installed during build
I have a devcontainer set up as a work environment on Debian 13. Until recently, it was working perfectly fine, but recently I started getting error messages like this:
Once I was already inside the ...
1
vote
1
answer
87
views
python virtualenv without losing apt-installed modules
How can I create a python Virtual ENVironment (venv) such that the new venv has all of the python modules that are already installed on my system (with apt)?
🛈 Note: It's much more secure to install ...
1
vote
0
answers
83
views
git push and clone hang indefinitely using ssh
I am using git to host a LaTeX paper I'm writing on both my desktop and laptop. However, it has recently stopped working on the latter. One morning, I was able to clone and push over SSH just fine, ...
0
votes
0
answers
28
views
Missing libpcl_in_hand_scanner.so, libpcl_modeler.so and libpcl_point_cloud_editor.so in Debian13 after downloading libpcl-dev
I am using apt::libpcl-dev with xmake.
# xmake.lua
add_rules("mode.debug","mode.release")
add_requires("apt::libpcl-dev", {configs = {vtk=true, system = true}})
...
0
votes
0
answers
66
views
OpenCvSharp4 in Debian 13 (bookworm) throws DllNotFoundException
Steps to reproduce
In Visal Studio create .NET 9 console application.
Add OpenCvSharp 4 Windows and Linux nuGet packages:
Create program.cs file:
using OpenCvSharp;
using Mat src = new Mat();
...
-2
votes
1
answer
166
views
How can I tell if lighttpd is running on Debian 13? [closed]
My task was to port debian12 to debian13. In debian13 I noticed that the website was behaving differently with Perl v5.40.1. I found out that the following line returns different values on different ...
0
votes
0
answers
36
views
NextJS Image component doesn't display existed images
I've been having this problem for long but haven't figured it out the problem. I confirmed all the images are there in the /public/static/images folder, but NextJS display broken image. I have two ...
1
vote
0
answers
58
views
How to share a volume with a parameterised path in container on GitHub Actions
On GitHub Actions, I have a job that create a container with Debian 13, that need to use FUSE.
This is the current workflow:
jobs:
build:
name: Linux Debian13 build
runs-on: ubuntu-latest
...
0
votes
1
answer
51
views
How to prevent the apparition of NULL characters in my CSV file when the recording is interrupted by a reboot
Context: I'm doing some data processing/recording on an embedded Linux (Debian 12) with Python 3. Once processed, my data is written to a csv file by a dedicated thread. It currently works fine, ...
2
votes
1
answer
43
views
cross compiled app using ncursesw6 - some systems show no version information available and some of the colors are different
I built a ELF64 (x86_64) console app on a Debian based 686 OS that uses ncursesw6. When I run it in Fedora 42 x86_64, I get:
./myappx64: /lib64/libtinfo.so.6: no version information available (...
1
vote
0
answers
69
views
Graphviz in PyInstaller application
I'm writing a Python application that includes Graphviz. I would like to distribute pre-compiled binaries, done by PyInstaller. While PyInstaller can follow the modules nicely, the Graphviz binaries ...
0
votes
0
answers
186
views
LOAD segment with RWX permissions with default linker script when link dynamic library
I get the warning /usr/bin/ld: warning: ./build/libUART.so.0.1 has a LOAD segment with RWX permissions, when I try to build a dynamic (shared) library for my project on Debian 13 (Trixie) with the ...
0
votes
1
answer
65
views
Frameless window flag in QT creator program is ignored in debian, but accepted in ubuntu and wsl
I am working from Ubuntu, and my friend has a minimal Debian system. His system uses x11 and openbox, and the login manager is lightdm.
On my system, I compiled a QT-Creator application in which the ...
0
votes
1
answer
231
views
How to use std::println with clang++ and MinGW?
On my Debian Testing, I installed Clang and MinGW (both are the latest versions available from the official repo). Then I wrote a simple program to try cross-compilation to Windows:
#include <print&...
0
votes
0
answers
63
views
Why is collabora not loading documents on owncloud?
Have installed owncloud and collabora. Collabora is on Docker.
Here is config
services:
collabora:
image: collabora/code
container_name: collabora
hostname: collabora
restart: ...
0
votes
1
answer
151
views
How to install leptonica 1.85 in Debian 12
Tried to use https://github.com/Sicos1977/TesseractOCR Nuget package in Debian 12. It looks that it requires new version of leptonica libleptonica-1.85.0.dll.so which is not avaliable in Debian:
#apt ...
-3
votes
1
answer
84
views
How to import a custom package on Debian Python 3.11 [closed]
Just got back to Debian Linux after years not using it. I have a very personal use custom package of tools that I want to install to use to import into my Python scripts. On Win11, I just added the ...
0
votes
0
answers
195
views
libtensorflow_framework.so.2: cannot enable executable stack as shared object requires: Invalid argument
I installed tensorflow 2.15.0 and it can't import, with the error:
libtensorflow_framework.so.2: cannot enable executable stack as shared object requires: Invalid argument
It's mentioned here that it ...
0
votes
0
answers
69
views
flutter can't build deb file, control directory has bad permissions 777
I was trying to build deb file github project chatmcp. I run this command :-
flutter_distributor release --name=dev --jobs=linux-deb
Here full logs what i got in error :-
$ mkdir -p dist/0.0.62/...
1
vote
1
answer
936
views
Cannot install cryptography in python3.11 using pip (rust not found)
anyone knows how to overcome the below error returned when I try to install "cryptography" within a python3.11 virtual environment on a Linux Debian 12 machine?
I am posting the below the ...
0
votes
1
answer
107
views
AWS Debian apache2 web install
So i want to create an apache2 webserver on debian using aws.
I'm in needed to what to write so with the codes to make me see everything in order.
I tried installing apache2 and succeeded, but i do ...
3
votes
1
answer
144
views
Docker build fails on apt-get install with repeated “Hash Sum mismatch” errors (even after disabling cache)
I’m trying to build a Docker image using the cityflowproject/cityflow base. My build consistently fails during the apt-get install step with Hash Sum mismatch errors, even after attempting common ...
0
votes
1
answer
83
views
ISC-DHCP ignores static host definition and provides dynamic IP instead [closed]
Debian 11
DHCP version - isc-dhcpd-4.4.3-P1
I have an issue wherein various devices on my LAN are receiving dynamic IPs from my DHCP server's pool rather than taking the static IP that's been assigned ...
0
votes
1
answer
595
views
Error E: Package 'openjdk-11-jdk-headless' has no installation candidate when trying to install eProsima FastDDS
I've been trying to ./install.sh eprosima fastdds 3.2.0 Linux on a Raspberry Pi but running the install always returns E: Package 'openjdk-11-jdk-headless' has no installation candidate.
I've tried ...
1
vote
0
answers
70
views
Use CPACK_DEBIAN_PACKAGE_SHLIBDEPS between components without RPATH
I have dependencies between CMake components, and want to use dpkg-shlibdeps in the DEB packager. I set
set(CPACK_DEB_COMPONENT_INSTALL ON)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON)
set(...
1
vote
0
answers
203
views
Installing python3.10 on debian:stretch-slim image?
I have an docker file where the base image is set to debian:stretch-slim. The default version of python3 is python3.5 in this image.
FROM debian:stretch-slim as base-os
....
....
RUN python3 -V
RUN ...
0
votes
0
answers
45
views
Flask template streaming debian12
Problem: Flask template_streaming does work in my Mac (dev) but not in Debian12.
The service for this project in Debian:
[Unit]
Description=Gunicorn instance to serve projectname
After=network.target
...
0
votes
1
answer
130
views
can not run a python file using pipx and gradio_client
I want to try an API on huggingface.co I need to do:
pip install gradio_client
but with debian, I need to use pipx. So I do:
pipx install gradio_client --include-deps
then, I have a file ...
0
votes
0
answers
79
views
Can't bind to AP interface in python when using create_ap
I've written a simple python server for an IoT electronics school project. A "raspberry pi 3 model B rev 1.2" acts as the local station/server. I'm looking to create an AP which esp32's ...
0
votes
0
answers
93
views
Reproducing the raspberry pi environment on a M4 (Silicon) Mac
The short story is that I need to develop apps for the Pi and I would like to have a similar environment on my Mac to test (configuration of the systemd services, setting up and running python the way ...
0
votes
1
answer
175
views
Problem upgrading Postgresql due to "The locale requested by the environment is invalid" error
I am trying to upgrade a Postgresql 13 database to version 15 using the command pg_upgradecluster 13 main but it keeps failing with this message:
Stopping old cluster...
Restarting old cluster with ...
0
votes
0
answers
41
views
AD groups not synced in Debian after joining AD
Steps to reproduce:
Start Debian Machine or VM
enable home directory using pam-auth-update
Join AD realm
realm join --computer-ou="OU=PCSDC=domain,DC=local" -U Administrator domain.local
...
0
votes
1
answer
73
views
Unable to setup a PHP variable "max_input_vars"
I'm trying to install the moodle cms on debian12 and php8.2.
I have followed the official guide.
I'm trying to set the variable max_input_vars to the value of 5000 editing the system php.ini file at ...
1
vote
0
answers
35
views
OSError 99 while starting socketserver on boot, Debian
I wrote a simmple TCP server using socketserver module. It runs and functions perfectly well when running it through bash like
python scpi_server.py
Here is the simplified code:
if __name__ == "...
1
vote
0
answers
134
views
cant resolve domain names while docker compose build
I'm encountering an issue when building Docker images using docker compose build. The build process fails with the following error:
curl: (6) Could not resolve host: deb.nodesource.com
This issue ...
1
vote
0
answers
112
views
How can I emulate Bash's command history scrolling functionality in C?
I'm trying to write my own terminal shell in C and want to know how I can register arrow-up and arrow-down presses to populate the current input line with a previously entered line? I'd like to do ...
0
votes
1
answer
228
views
Systemd cgroup slice user override does not work
While trying to implement resource limitation (Debian 12) for all users except root user i faced that
user-0.slice MemoryMax does not override user.slice MemoryMax parameter.
root@:/etc/systemd/system....
1
vote
1
answer
133
views
std::cout problems with specific german characters ( Ä, Ö, Ü )
I currently work on a project on a Raspberry Pi using c++. I have problems streaming german special characters to the terminal. I wrote a logger::log() function and use it inside a classmethod.
If I ...
0
votes
0
answers
71
views
Problems while trying to install libgtk-3-dev for flutter
I have already read the similar questions, but no one has the solution...
I am trying to install libgtk-3-dev on Debian 6.1.128-1. I need to install the package for amd64.
Flutter doctor suggests this ...
1
vote
2
answers
129
views
Convert rrd files on same architecture from time-format 32-bit to time-format 64-bit (t64)
I have a lot of rrd files generated on an Debian Bookworm armhf 32-bit system with time format 32-bit. They have been using librrd8 1.7.2-4
After upgrade to recent Debian Trixie on same armhf 32-bit ...
3
votes
0
answers
67
views
adding a new syscall for copying file to linux-6.9.8 but "Failed to stat source file" [duplicate]
edited kernel: linux 6.9.8
machine for building: AMD 9950X, debian 12, linux 6.1.0
Codes
kernel/sys.c
# codes above are omitted.
#endif /* CONFIG_COMPAT */
SYSCALL_DEFINE0(mycall) {
printk(...
0
votes
0
answers
94
views
Error: net::ERR_TUNNEL_CONNECTION_FAILED when using proxy with puppeteer on Debian
I am trying to use a proxy with puppeteer on Debian 12.
I purchased the proxy from the froxy service. I also copied the test code from their integration documentation:
import puppeteer from 'puppeteer'...