Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
30 views

gitlab-runner is not installed in a docker container. OS Debian 12 I am writing the following: curl -fsSL https://get.docker.com | sh docker volume create runner01 docker pull gitlab/gitlab-runner:...
Dima S's user avatar
  • 13
Advice
0 votes
1 replies
35 views

Records in file which is comprise of four lines followed by a blank line. Desire to read each record and display lines 2 and 3 if line 4 matches a specific string. while IFS= read -r line1 && ...
Midwest Resident's user avatar
0 votes
0 answers
40 views

I'm trying to compile an external kernel module against my custom kernel, but I'm encountering a compiler error: gcc: error: unrecognized command-line option ‘-ftrivial-auto-var-init=zero’ I compiled ...
Kirill's user avatar
  • 41
1 vote
1 answer
54 views

#!/bin/sh # dash script zero=0 test $zero -eq 0 echo $? # prints 0 zerostr="000" test $zerostr -eq 0 echo $? # prints 0 test echo $? # prints 1 (as documented) test -d echo $? # prints 0 (...
lonious's user avatar
  • 708
Advice
1 vote
0 replies
19 views

------------------------------------- | xen kernel | ------------------------------------- | Dom0 | DomU | | iGPU and tty2-5 | dGPU and tty6-8 | ---...
bashism's user avatar
  • 31
0 votes
1 answer
50 views

I have installed CodeLite. It compiles, but not everything is as expected. And I do not know how to check/correct things. This is what I have: Debian Trixie with development tools (git, cmake, GCC ...
PapaAtHome's user avatar
0 votes
1 answer
57 views

I'm trying to install Miniconda in WSL2, but the official installer always fails during payload extraction. The script reports Exit 141 and then Segmentation fault in constructor --extract-tarball. ...
Poca's user avatar
  • 49
0 votes
2 answers
107 views

I need to edit the content of a MDB file under Debian Linux 12 with LibreOffice 25.2. I tried to use the solution mentioned in the documentation (relying on UCanAccess) without success: I added the ...
gouessej's user avatar
  • 4,294
0 votes
0 answers
71 views

I am trying to install CBLAS on Debian 13, and am, as far as I can see, following the instructions in the README file that came in the folder. When I do a 'make all', I get the following errors that I ...
Erisksson J's user avatar
Best practices
1 vote
1 replies
37 views

We have a flutter docker image (base image is debian for build and nginx for deployment) The resulting container has to run on an x86-64 machine (uname -m is x86_64) If we build the image on an x86-64 ...
alok's user avatar
  • 1,354
-1 votes
1 answer
119 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
0 votes
2 answers
43 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
  • 482
-4 votes
1 answer
314 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
50 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
1 vote
0 answers
100 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,527
2 votes
1 answer
168 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
362 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
107 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
2 votes
1 answer
131 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
38 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
104 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.3k
-2 votes
1 answer
219 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
39 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,762
1 vote
0 answers
74 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
58 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
59 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,607
1 vote
0 answers
94 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
285 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
1 vote
1 answer
100 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
389 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
84 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
239 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.3k
1 vote
0 answers
408 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
1 vote
1 answer
2k 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
-1 votes
1 answer
134 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
  • 1
4 votes
1 answer
246 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
136 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
914 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
113 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
352 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
50 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
215 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
91 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
158 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
217 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
1 answer
93 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
42 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
156 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
116 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
333 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
2 3 4 5
204