Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
5 votes
1 answer
89 views

I'm writing a hello-world program in i386 assembly for OpenBSD 7.8. The program works if the string (buf argument of write(2)) is in .data or on the stack, but write(2) returns EFAULT (== 14) if the ...
pts's user avatar
  • 88.8k
0 votes
1 answer
265 views

After upgrading from unbound 1.18 to 1.21, unbound has about a 10k-line limit on the number of local-zone directives in a view. How can I raise this limit to match the older version? I upgraded a ...
dfen's user avatar
  • 1
0 votes
1 answer
179 views

In configuring location match rules for OpenBSD httpd, which uses patterns, an OpenBSD implementation of Lua patterns, the following rules result in any request that begins with one of the characters (...
Paul's user avatar
  • 259
0 votes
1 answer
229 views

I was tasked with an assignment to implement something similar to SCM_RIGHTS in openbsd-7.5. My understanding is that SCM_RIGHTS isn't really a block of code, its more of a macro that is used with ...
3 votes
1 answer
132 views

I am trying to listen on a socket. If the user specifies to use IPv6, I use the following, which works on Linux: setsockopt(listen_fd, SOL_IPV6, IPV6_V6ONLY, &one, sizeof(one)); But SOL_IPV6 does ...
Runxi Yu's user avatar
  • 412
1 vote
1 answer
268 views

This might be more of a regex question or maybe a httpd.conf but I think I'm pretty close. Just need a bit of help. Let me say, I always struggle with regex, despite websites like this: https://...
2 votes
0 answers
107 views

I have cloned gcc repo from (https://github.com/gcc-mirror/gcc/tree/releases/gcc-13). Configured within build directory as such: ../configure --enable-host-shared --enable-languages=jit,c++ --disable-...
0 votes
1 answer
177 views

I'm using OpenBSD, and my home page index.html is in /var/www/web, while my cgit is in /var/www/cgit. Right now, my home page is serving correctly, to [website-link]/, but [website-link]/cgit is ...
ethqnol's user avatar
2 votes
1 answer
401 views

I am currently working on a project depends on detecting which OS the executable belong to. I am only working on ELF executable format so I tried to use e_ident[EI_OSABI] value but doesn't give ...
1 vote
0 answers
77 views

I am trying to use cljfx. However, lein deps fails and I got a bit stuck... the error I get is Could not find artifact org.openjfx:javafx-controls:jar:${javafx.platform}:19.0.2.1 in central (https://...
1 vote
0 answers
276 views

How can I configure YubiKey-based login on OpenBSD without relying on the YubiKey Personalization GUI? I attempted to set up YubiKey login on OpenBSD by following various online tutorials that explain ...
1 vote
1 answer
129 views

Does the Linux or BSD kernel slow down if a program has a bunch of threads in a blocking io state, or is the performance deficit so negligible that it can be ignored. I am writing a server program ...
1 vote
0 answers
41 views

I have a fpc (free pascal) with msegui widgetset application that compiles ok on OpenBSD. It runs perfectly when launched from terminal. But if 2xclick on the binary in the window manager, the app ...
1 vote
1 answer
645 views

This is everything that I've done: I wrote the rc.d/ script, it looks like this: #!/bin/ksh daemon="/usr/local/sbin/dynaruby" name="dynaruby" . /etc/rc.d/rc.subr rc_cmd 1ドル The ...
Dillon Wreek's user avatar
0 votes
1 answer
155 views

I'm trying to get SFML to work and I ran into this strange problem: clang++ test.cpp -L/usr/local/lib/ -lsfml-graphics -lsfml-window -lsfml-system ./a.out a.out:/usr/local/lib/libsfml-window.so.2.0: ...

15 30 50 per page
1
2 3 4 5
...
17

AltStyle によって変換されたページ (->オリジナル) /