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

I'm exploring qemu system emulation with custom-built Linux kernels, starting with mips. To start, I'm trying to get to the point of the kernel simply panicking before I add a rootfs, but I can't ...
3 votes
0 answers
71 views

I am running a program that consists of a parent script (run.sh) submitted to slurm that submits child scripts (step1.sh, step2.sh, etc.). I need to run the parent script for each of several years, so ...
0 votes
0 answers
48 views

I'm using Quarto  1.6.42 in R Studio (R 4.5.2) on a Linux Ubuntu 24.04  environment to generate a PDF document. When I try to render the document to generate the PDF file, I receive the error message ...
0 votes
0 answers
23 views

I'm using buildroot 2024.02. I set BR2_GLOBAL_PATCH_DIR+="$(BR2_EXTERNAL_MY_PATH)/patches". Its contents: % tree /home/admin/buildroot-external-my/patches /home/admin/buildroot-external-my/...
1 vote
0 answers
36 views

I use the mg MicroGNUEmacs editor, a small emacs clone, and encountered a problem upon using c-mode. Whenever I type "}", ")", or "]", the cursor is taken to the matching ...
1 vote
0 answers
136 views

I wanted to make a CLI tool that will display a random quote (from a list of .sh scripts which show ANSI art along with said quote) and also let you filter by author. It works fine when I pick an ...
0 votes
0 answers
53 views

Problem Summary I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
0 votes
0 answers
132 views

I want to show double numbers with "," as decimal separator and have to convert strings to double considering the same issue. I do this using the intl package. Get Locale: String myLocale = ...
2 votes
0 answers
75 views

I am currently building a voice AI agent using LiveKit. My current code base is from LiveKit. from dotenv import load_dotenv from livekit import agents from livekit.agents import AgentSession, Agent, ...
1 vote
0 answers
88 views

I have been writing a simple REPL application in C. One of the required features was syntax highlighting so I wrote my own rl_redisplay function that allows me to highlight the test using ANSI escape ...
3 votes
0 answers
175 views

While investigating some spurious tests in a x86-64Bit Yocto-based Linux system, that there were multi Byte writes to a register of a PCIe card, instead of an expected single double word write. A ...
0 votes
0 answers
78 views

I was building kernel6.6(source from openkylin2.0 a down stream distibution of debian) on riscv platform, I met an issue while build with command dpkg-buildpackage -us -uc, part of the build log is as ...
1 vote
0 answers
124 views

I'm developing a bash script for a project involving NFS (specifically NFS3 and NFS4), aimed at managing critical sections. The script must efficiently handle over a thousand concurrent processes ...
0 votes
0 answers
291 views

I'm using the rich library for formatting a live console window in Linux to show the progress of some tasks. I want to start a new terminal from within Python, and provide that context to rich somehow,...
0 votes
0 answers
86 views

I'm working with Linux UDP sockets and need to identify scenarios where socket descriptors become invalid due to OS intervention rather than application errors, i.e. where the application can get ...
1 vote
0 answers
40 views

Hello I have a log like this: Aug 18, 2025 9:33:43 PM 161ms ++++++++ Important process trimtables terminated with exit value 143. Aug 18, 2025 9:33:43 PM 161ms ++++++++ Important process SmsGateway1 ...
1 vote
0 answers
100 views

I am trying to learn dbus programming from BLE linux guide. Because most of the example code in guide is written in python, I am trying to mimick same examples in c and libdbus. This is my small ...
0 votes
0 answers
184 views

community! :) When I try start binary ammyy_router on Oracle linux 7.9, that hosted on Oracle cloud free tier, I get following error: -bash: ./ammyy_router: cannot execute binary file without any ...
1 vote
0 answers
117 views

I’m working with a Linux TUN device (MTU 65535) where I write jumbo TCP packets (10KB+), and my goal is for the kernel (via software GSO) or the NIC (via TSO if available) to segment them into MTU-...
0 votes
0 answers
43 views

When I try to make the mplayer on the ubuntu, the following error is occurred. libao2/ao_alsa.c:38:10: fatal error: alsa/asoundlib.h: No such file or directory #include <alsa/asoundlib.h> I ...
0 votes
0 answers
60 views

When I was writing a USB driver, I used the usb_bulk_msg function to send data. When I used an array created with stack space, I could only send data under 8 bytes. If I sent more than 8 bytes, the ...
1 vote
0 answers
162 views

Is it possible to control the CPU P-states programmatically on Linux from userspace? For example an app wants to ensure the CPU is running at its highest performance capability, there's no power-...
1 vote
0 answers
81 views

Glib::RefPtr< Gdk::Display > display = Gdk::Display::get_default() ; if( nullptr == display ) { return ; } Gdk::Rectangle geo ; Glib::RefPtr< Gio::ListModel > monitors = display->...
1 vote
0 answers
76 views

I have the following code to track what process wake up which process in __pollwake linux kernel 6.6.6x /fs/select.c: static int __pollwake(wait_queue_entry_t *wait, unsigned mode, int sync, void *...
2 votes
0 answers
1k views

I have a board with ppc405, 128M RAM populated and booting with u-boot + linux 2.6.10 kernel. For some reason, I need to make sure some data can survive after warm-reset. As far as I know, u-boot have ...

1
2 3 4 5
596