ValdikSS

Results 468 comments of ValdikSS

Something similar has been implemented in OpenWrt on top of WireGuard https://forum.openwrt.org/t/new-wireguard-based-openwrt-vpn-implementation-unetd/136028 https://openwrt.org/docs/techref/unetd

When running in fully emulated mode, it crashes with SIGSEGV 0x2a reloc type is R_386_IRELATIVE. ``` # BOX86_DLSYM_ERROR=1 BOX86_LOG=1 BOX86_PREFER_EMULATED=1 BOX86_EMULATED_LIBS=libc.so.6 BOX86_DYNAREC=0 BOX86_SHOWSEGV=1 BOX86_SHOWBT=1 box86 /tmp/a.out Debug level is 1...

I figured out how to add wrapping symbols to libc. @ptitSeb, do I understand correctly that right now the linker does not respect symvers for wrapped libraries, that's why there...

So, right now I've just uncommented these `stat, lstat, fstat` and made them `GO` https://github.com/ptitSeb/box86/blob/027605e4d54040cf5db729e1f6fb11b180fb0907/src/wrapped/wrappedlibc_private.h#L2268-L2273 Not sure how to fix this properly as this apparently would break Steam userspace you're...

The configuration file should have `client-cert-not-required`.

Upload your ppd file and the results of ipptool.

@michaelrsweet, #895 and #894 are updated versions of this translation.

[Astra-sm](https://github.com/Entware/entware-dvb/blob/master/astra-sm/Makefile) is "Astra SlonikMod": https://gitlab.com/berdyansk/astra-sm [Astra](https://github.com/Entware/rtndev/blob/master/astra/Makefile) is official version: https://bitbucket.org/cesbo/astra

Current fix for segmentation fault on start: * Run as `GDK_BACKEND="x11" workrave` * Add `GDK_BACKEND="x11"` environment variable to the Workrave .desktop shortcut ![Screenshot_20240116_224256-fs8](https://github.com/rcaelers/workrave/assets/3054729/c4d55359-6c57-4817-a61b-39800413faaf)

> I fixed the crash, and have just implemented monitoring using the idle-notify protocol. Current checking that this did not break anything. Thanks, I saw it several hours ago in...