httpd: `fastcgi param` is broken

2024-11-20 Thread Benjamin Stürz
Hi, Is it intended behavior, that `fastcgi param` doesn't overwrite variables? I have the following httpd config: server "example" { listen on * port 80 location "/test/" { root "/cgi-bin/env.cgi" fastcgi param SERVER_NAME "env" f

Re: static

2024-10-11 Thread Benjamin Stürz
https:/google.com/search?q=Does+it+improve+code+performance+declaring+function+variables+static+%3F On 10/6/24 9:59 PM, Gustavo Rios wrote: Does it improve code performance declaring function variables static ?

Re: Cannot boot neither use boot -c in computer with Ryzen 9

2024-09-27 Thread Benjamin Stürz
On 8/29/23 10:06 PM, Stuart Henderson wrote: On 2023-08-29, vtamara wrote: Thaks for your answer So .. if you have SATA disks or optical drives (that are not part of the boot disk), you could try disconnecting those from the motherboard. Since you were able to install without problems, I thi

Re: Do you think this computer would run OpenBSD?

2024-09-08 Thread Benjamin Stürz
On 9/8/24 1:05 AM, Steve Litt wrote: Hi all, Do you think this computer would run OpenBSD? https://refurbished.minisforum.com/products/minisforum-mt4ub1-refurbished SteveT Steve Litt http://444domains.com I'd say probably yes, because it's x86 and it doesn't appear to have any exotic hardw

Re: OpenBSD Guide Installing XFCE

2024-08-30 Thread Benjamin Stürz
On 8/30/24 11:56 AM, openbsd_fr...@mail2tor.com wrote: Please ship OpenBSD with XFCE4 pre-built instead of with CWM or both. Please use `pkg_add xfce4` or go back to Ubuntu

Re: firefox crashes on an M1 macbook

2024-07-25 Thread Benjamin Stürz
On 4/12/23 11:11 AM, Jan Stary wrote: This is current/arm64 on an Apple M1 MacBook Air (dmesg below). While everything mostly works, Firefox keeps crashing. Reproducibly, it always crashes on calendar.google.com; _sometimes_ it crashes when playing a video. On simple sites, it works withotu prob

Re: Dual boot with 2 openbsd

2024-07-16 Thread Benjamin Stürz
On 7/16/24 10:57 PM, 04-psyche.tot...@icloud.com wrote: Hi all! I want to setup a dual boot system, with 2 OpenBSD system, and I wanted to run it past you guys, to see if the idea makes sense (and make sure I implement it correctly). It is for a system that I will not be able to access physic

Re: No coloring with colorls

2024-03-25 Thread Benjamin Stürz
On 25.03.24 23:40, Karel Lucas wrote: Hi all, After installing colorls and making some adjustments to the system, I still have no colored output from colorls. Below I have indicated the settings that have been made or are present by default. I would like to know what is wrong and what needs t

Re: porting OpenBSD to Ox64

2024-03-21 Thread Benjamin Stürz
Hi, I'm also interested. I might be able to provide testing. On 21.03.24 08:50, Peter J. Philipp wrote: Hi, If anyone is interested in helping or just plain interested, here is my prep work documented. I've been on it sparingly since beginning of March. I don't know how much time I want to in

Re: Power usage in Dell XPS 17

2024-01-30 Thread Benjamin Stürz
On 30.01.24 15:40, Jag Talon wrote: Unfortunately nothing about disabling a GPU in BIOS. I see everything else like Thunderbolt, fingerprint reader, microphone, etc. but no GPU. I'll keep looking and I'll check online as well perhaps I missed it! I had the same issue with my TUXEDO Polaris 1

Re: Appimage

2023-12-19 Thread Benjamin Stürz
On 19.12.23 16:50, Kevin Chadwick wrote: I'm not sure if this is a pipe dream but atleast I imagine the filesystem API and /proc avoidance is likely possible. "https://github.com/AppImage/AppImageKit/issues/98"; A few months ago I wrote a proof of concept /proc implementation for OpenBSD usin

httpd: request rewrite & directory auto index

2023-11-27 Thread Benjamin Stürz
s perfectly fine, but `curl http://127.0.0.1/~user/` fails with Internal Server Error. If I comment out the `request rewrite` and move user to ~user, it works again. -- Benjamin Stürz

Re: OpenBSD 7.3 found a process with PID 0

2023-09-26 Thread Benjamin Stürz
Am 26.09.23 um 18:12 schrieb Alessandro Baggi: Il 26/09/23 17:30, Claudio Jeker ha scritto: On Tue, Sep 26, 2023 at 05:13:46PM +0200, Andreas Kähäri wrote: On Tue, Sep 26, 2023 at 04:59:22PM +0200, Alessandro Baggi wrote: Hi list, running this python3 script: #!/usr/bin/env python3 import p

struct kinfo_proc: p_schedflags and PSCHED_*

2023-09-11 Thread Benjamin Stürz
erences to p_schedflags: $ grep -rn p_schedflags /usr/src This leads me to believe that this field is unused and should also be marked accordingly, to avoid future confusion. If not, please let me know how I interpret use this field. Thanks, Benjamin Stürz

indent(1) has issues formatting lsblk(8) correctly

2023-09-01 Thread Benjamin Stürz
rsion as Thunderbird doesn't seem to wanna deal with so much text. For now, I'm just gonna do it myself according to style(9). Thanks, Benjamin Stürz /* * Copyright (c) 2023 Benjamin StГјrz * * Permission to use, copy, modify, and distribute this software for any * purpose with or wit

Re: Feedback on redesigned OpenBSD.org

2023-08-10 Thread Benjamin Stürz
styling of "OpenBSD" at the top sub-pages (like faq) should stay the same, since its persistent across OpenBSD's projects, like OpenSSH. Otherwise I think you did a fine job, especially with the line length. Sincerely, Benjamin Stürz On 2023-08-09T19:01Z mich...@mlpdesign.com yeeted this

ATI Mobility Radeon 7500: radeon: Invalid PCI ID.

2023-07-22 Thread Benjamin Stürz
Hi misc@, I just got an old Thinkpad T40 with an ATI Mobility Radeon 7500 (32MB) and installed OpenBSD 7.3-release on it. Unfortunately GPU acceleration doesn't work, neofetch tells me that my GPU is llvmpipe. When I run `glxinfo > /dev/null` I get the following output: radeon: Invalid PCI ID.

Wrong SHA256 sums for latest snapshot

2023-06-19 Thread Benjamin Stürz
) = 78b668863779a8ebc1189401ef354bb1511a9bf81f3b13c8dd63bc72114f31b5 Best regards, Benjamin Stürz

netstat: vfprintf %s NULL in " %2d %-5.16s"

2023-05-31 Thread Benjamin Stürz
ex, ifbuf)) It appears to me that if_indextoname(3) returns NULL for some reason, and that this isn't being checked. Is this intentional? Or did I find a minor bug? Best regards, Benjamin Stürz

Re: syspatch + custom kernel

2023-05-16 Thread Benjamin Stürz
On 16.05.23 08:31, Stuart Henderson wrote: On 2023-05-16, Benjamin Stürz wrote: PS 2: I compile with COPTIMIZE=-O3 -march=native -mtune=native and no crashes so far. btw: don't even think of reporting bugs unless you've verified it with a standard build (i.e. clean the build dir a

syspatch + custom kernel

2023-05-15 Thread Benjamin Stürz
no crashes so far. I might try -Ofast in the future. Best regards, Benjamin Stürz

Re: OpenBSD with GRUB2

2023-05-03 Thread Benjamin Stürz
f you choose "Whole disk MBR (w)" or "Whole disk GPT (g)" before partitioning. Be aware that this will also erase your Debian install too. Best regards, Benjamin Stürz