Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

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 ...
Armin Mulic's user avatar
-1 votes
1 answer
58 views

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....
Reza Hosseinzadeh's user avatar
-3 votes
0 answers
51 views

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)....
xtay2's user avatar
  • 983
1 vote
2 answers
34 views

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[...
racitup's user avatar
  • 474
-4 votes
1 answer
264 views

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; ...
ZioCrick's user avatar
2 votes
0 answers
21 views

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 ...
Kamil's user avatar
  • 71
0 votes
0 answers
35 views

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 ...
fodma1's user avatar
  • 3,545
2 votes
1 answer
69 views

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 ...
ifs1995's user avatar
  • 21
0 votes
1 answer
96 views

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 ...
Nick Taber's user avatar
1 vote
1 answer
87 views

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 ...
Michael Altfield's user avatar
1 vote
0 answers
83 views

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, ...
Experimental-Mathematics's user avatar
0 votes
0 answers
28 views

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}}) ...
yjdyamv's user avatar
0 votes
0 answers
66 views

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(); ...
Andrus's user avatar
  • 28.2k
-2 votes
1 answer
166 views

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 ...
Namal's user avatar
  • 289
0 votes
0 answers
36 views

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 ...
Seto's user avatar
  • 1,722
1 vote
0 answers
58 views

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 ...
Valerio's user avatar
  • 374
0 votes
1 answer
51 views

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, ...
François Vinckel's user avatar
2 votes
1 answer
43 views

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 (...
user3161924's user avatar
  • 2,549
1 vote
0 answers
69 views

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 ...
Jacob Kanev's user avatar
0 votes
0 answers
186 views

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 ...
Johannes Krottmayer's user avatar
0 votes
1 answer
65 views

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 ...
Evan McAfee's user avatar
0 votes
1 answer
231 views

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&...
Unideal's user avatar
  • 43
0 votes
0 answers
63 views

Have installed owncloud and collabora. Collabora is on Docker. Here is config services: collabora: image: collabora/code container_name: collabora hostname: collabora restart: ...
Hayvan's user avatar
  • 1
0 votes
1 answer
151 views

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 ...
Andrus's user avatar
  • 28.2k
-3 votes
1 answer
84 views

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 ...
Tear--Here's user avatar
0 votes
0 answers
195 views

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 ...
ShannonTown's user avatar
0 votes
0 answers
69 views

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/...
jak bin's user avatar
  • 512
1 vote
1 answer
936 views

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 ...
KimoAnalyzer's user avatar
0 votes
1 answer
107 views

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 ...
StenHD's user avatar
  • 3
3 votes
1 answer
144 views

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 ...
Kunal Kulkarni's user avatar
0 votes
1 answer
83 views

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 ...
Ben's user avatar
  • 447
0 votes
1 answer
595 views

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 ...
klemenhe's user avatar
1 vote
0 answers
70 views

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(...
Pait's user avatar
  • 767
1 vote
0 answers
203 views

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 ...
Hemant Bhargava's user avatar
0 votes
0 answers
45 views

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 ...
Jeex's user avatar
  • 178
0 votes
1 answer
130 views

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 ...
tibo_overflow's user avatar
0 votes
0 answers
79 views

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 ...
Ron Kan's user avatar
  • 75
0 votes
0 answers
93 views

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 ...
Brunni's user avatar
  • 311
0 votes
1 answer
175 views

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 ...
Kevin Renskers's user avatar
0 votes
0 answers
41 views

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 ...
bylal's user avatar
  • 151
0 votes
1 answer
73 views

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 ...
Marco Nappi's user avatar
1 vote
0 answers
35 views

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__ == "...
user30013477's user avatar
1 vote
0 answers
134 views

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 ...
GeraniumCat's user avatar
1 vote
0 answers
112 views

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 ...
bryce's user avatar
  • 11
0 votes
1 answer
228 views

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....
Ignatella's user avatar
1 vote
1 answer
133 views

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 ...
Hank Gordon's user avatar
0 votes
0 answers
71 views

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 ...
Alan's user avatar
  • 1
1 vote
2 answers
129 views

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 ...
Achim's user avatar
  • 452
3 votes
0 answers
67 views

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(...
Konrad Gerrens's user avatar
0 votes
0 answers
94 views

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'...
Medvedev's user avatar
  • 143

1
2 3 4 5
205