Benjamin Stürz

Results 9 issues of Benjamin Stürz

My /etc/pam.d/system-auth look like this: ``` auth required pam_env.so auth requisite pam_faillock.so preauth auth [success=1 default=ignore] pam_unix.so nullok try_first_pass auth optional pam_gnupg.so store-only auth [default=die] pam_faillock.so authfail account required pam_unix.so...

This is a small PR for shell completions (currently only bash). It adds a new meson build option ```-Dbashcompletiondir=```. Unfortunately, I've got neither experience with zsh nor with fish completions,...

Hi, your linker doesn't produce working binaries on OpenBSD 7.3. I compiled it following the instructions in #970. Here's a bit of (maybe) useful data. If you need anything else,...

Hi, I have gotten fujprog to compile on OpenBSD, but it fails with the following message log when running `doas ./fujprog ulx3s.bit` ``` ULX2S / ULX3S JTAG programmer v4.8 (git...

**Describe the bug** I have a PowerMac G5 (powerpc64) and an old Radeon card in it, which I tried using with the radeonkms driver (scfb worked fine, but slow). **FreeBSD...

A few errnos don't exist on OpenBSD.

This makes pprof-rs compile, but the generated flamegraphs are total garbage (at least for [fuse-ufs](https://github.com/realchonk/fuse-ufs)).

dco-signoff: no

This [line](https://github.com/tokio-rs/tokio/blob/2671ffb55b8f2464c0f1c3c7d99ee70118108755/tokio/src/io/stdio_common.rs#L54) (`buf = &buf[..crate::io::blocking::DEFAULT_MAX_BUF_SIZE];`) fails to compile with: ``` --- BUILDING tokio v1.43.0 (75.0% 1r,0w,1b,6c/8t) > /home/benni/src/work/sdmsh-rs/tools/build/mrustc/bin/mrustc vendor/tokio/src/lib.rs -o output/libtokio-1_43_0.rlib -C emit-depfile=output/libtokio-1_43_0.rlib.d --cfg debug_assertions -O -L /home/benni/src/work/sdmsh-rs/tools/lib -L output...

## Build Instructions First build/get an arm-linux musl toolchain (like from https://toolchains.bootlin.com/, if you're on Linux). ``` export CC=/opt/armv7-eabihf--musl--stable-2024.05-1/bin/arm-buildroot-linux-musleabihf-gcc # for the bootlin toolchain export RUSTC_VERSION=1.74.0 MRUSTC_TARGET_VER=1.74 MRUSTC_TARGET=arm-linux-musl make RUSTCSTR...