Skip to main content
-2 votes
0 answers
33 views

#include <stdio.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <sys/types.h> #include <netdb.h> #include &...
matthew radon's user avatar
0 votes
0 answers
23 views

Cannot Run Apache Airflow Unit Tests: sqlalchemy.exc.OperationalError: unable to open database file I am attempting to run a single unit test within the Apache Airflow repository (airflow-core/tests/...
Mohamed Hany's user avatar
2 votes
0 answers
56 views

I have 2 files: crt.c: const char service_interp[] __attribute__((section(".interp"))) = "${LD_SO}"; extern void _exit (int __status) __attribute__ ((__noreturn__)); int main(); ...
Stas Badzi's user avatar
2 votes
1 answer
122 views

I have 2 files: foo.c: #include <stdio.h> int Main(int a) { printf("A%dB",a); } int main() { return Main(1); } bar.c: extern int Main(int); int main() { return Main(2); } ...
Stas Badzi's user avatar
Advice
0 votes
3 replies
44 views

I'm trying to run postgresql. after checking their document, I added this volume mount /path/to/data:/var/lib/postgresql/18/docker my container failed immedeately, chmod: changing permissions of '/var/...
Liam lin's user avatar
  • 495
-1 votes
0 answers
40 views

My gpu is not detected in my computer. I have installed 580.105.08.run, cuda 13.0. I confirmed everything installed successfully but still problem persists.
Shipul Raihan's user avatar
0 votes
0 answers
39 views

I am trying to connect to a legacy HFSQL (HyperFileSQL) Client/Server database using Python (pyodbc) on a Linux Ubuntu machine. I have followed the official documentation to install the specific ODBC ...
Angel Panda's user avatar
-4 votes
0 answers
72 views

A friend and I have been running a Minecraft server on an Ubuntu server, and its been going great. For the last month everything has been running smoothly, until just last week we started getting this ...
halfhand870's user avatar
0 votes
0 answers
65 views

I am trying to run r5r for a transit network based analysis. I am using R 4.4.3 in Positron on Fedora 41. Some context for me is that I have a couple years of R underneath my belt, but I am absolutely ...
tabletennisryeoyster's user avatar
0 votes
0 answers
32 views

I'm using prctl(PR_SET_SYSCALL_USER_DISPATCH, ...) to enable Syscall User Dispatch with a SIGSYS handler that gets called when the application issues any syscall. The prctl() call also marks the code ...
patraulea's user avatar
  • 986
-3 votes
0 answers
25 views

Me and my team are working on a RHEL virtual machine and we were wondering how to handle the same crontabs from multiple users. When one of the users does set a crontab no one but the user itself can ...
Nauel's user avatar
  • 516
-1 votes
0 answers
34 views

I was using the root directory for exploring the file system and i look for some dev, bin , sbin and so on and after sometime i open my terminal and saw this : zsh compinit: insecure files, run ...
luka bhai's user avatar
3 votes
1 answer
195 views

I have the following C code that I am testing to understand perf and caching. It sequentially accesses an array of doubles. // test.c #include <stdio.h> #include <stdlib.h> #include <...
user180574's user avatar
  • 6,244
2 votes
0 answers
93 views
+100

I have multiple UIO interrupts defined. I am using Linux 6.12 without the realtime config (so, using the default scheduler, CFS). My userspace driver is using poll in a loop to watch these interrupts ...
Woodrow Barlow's user avatar
-1 votes
0 answers
67 views

I'm following the barebones guide on OSDev Wiki and I'm trying to compile my kernel.c file with i686-elf-gcc -ffreestanding -O2 -m32 -c kernel.c -o kernel.o but I constantly get the following ...
James Cho's user avatar

15 30 50 per page
1
2 3 4 5
15173