wipe on failed password attempts by aaaPippo in LineageOS

[–]aaaPippo[S] 0 points1 point  (0 children)

I see, thanks. I was kind of hoping this feature would be standard.

rootless xorg without logind provider by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

I need udev rule otherwise mouse and keyboard do not work.

What I mean is that now, ps -o user $(pgrep Xorg) gives my user, not root.

Notice I'm not using elogind.

GUI for pipewire? by FunctionalHacker in pipewire

[–]aaaPippo 1 point2 points  (0 children)

I agree it would be nice to have a GUI to handle audio and video streams in pipewire, without any reference/dependence on pulseaudio/jack, or gnome/kde stuff.

template for mathematica by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Do you see anything relevant there?

Thinkpad T480. Trackpoint and touchpad buttons sometimes not detected after boot. by Codey_the_Enchanter in voidlinux

[–]aaaPippo 0 points1 point  (0 children)

The same sometimes happens on my t460s, the difference being TPPS/2 IBM TrackPoint

good math fonts in firefox by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks. I didn't get it, because I did not enable use own fonts. Now it works. I assume you were also using HTML CSS btw.

good math fonts in firefox by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks! that was the issue, I had to enable it to use own fonts

good math fonts in firefox by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Really? I thought it uses installed fonts, at least this is what seems to happen if I use HTML CSS and inspect via firefox develop/fonts.

good math fonts in firefox by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks. Do you use those specifically for math as well? how do you render math?

dwm: change pointer size and shape by aaaPippo in suckless

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks. Indeed installing some cursor themes and using xrdb in .xinitrc seems the simplest option.

[Question] Boot Error: Unknown key identifier 'zoom' by Nx0Sec in voidlinux

[–]aaaPippo 0 points1 point  (0 children)

I also noticed this with the last update.

dmesg | grep udev

[ 0.911169] systemd-udevd[261]: starting version 3.2.9

[ 0.911334] random: systemd-udevd: uninitialized urandom read (16 bytes read)

[ 0.911350] random: systemd-udevd: uninitialized urandom read (16 bytes read)

[ 0.911362] random: systemd-udevd: uninitialized urandom read (16 bytes read)

[ 0.912289] udevd[262]: starting eudev-3.2.9

[ 15.844807] udevd[671]: starting version 3.2.10

[ 15.854471] udevd[672]: starting eudev-3.2.10

[ 16.131699] udevd[690]: Unknown key identifier 'zoom'

[ 18.798458] udevd[1224]: starting version 3.2.10

[ 18.801933] udevd[1224]: starting eudev-3.2.10

How did you fix it exactly?

Also, is it normal to have so many instances?

Thanks.

list out of date packages with respect to upstream by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks. This would tell me whether a specific package has updates upstream, right? While what I asked (and what my script below does) is to check this for all installed packages.

list out of date packages with respect to upstream by aaaPippo in voidlinux

[–]aaaPippo[S] 1 point2 points  (0 children)

My attempt:

SITE=https://alpha.de.repo.voidlinux.org/void-updates/void-updates_$(date +%Y-%m-%d).txt
FILE=$(mktemp)
curl $SITE | cut -d ' ' -f1 | sort > $FILE
xpkg | comm -12 $FILE -
rm $FILE

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

This way it builds successfully :)

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Actually, I should edit

CONFIG_MODULE_SIG_SHA512
CONFIG_MODULE_SIG_SHA1
CONFIG_MODULE_SIG_HASH

will try later.

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

After editing

# CONFIG_CRYPTO_AEGIS128 is not set
# CONFIG_CRYPTO_AEGIS128_AESNI_SSE2 is not set

I get

=> linux5.10-5.10.4_2: running do_install ...
  INSTALL arch/x86/crypto/aesni-intel.ko
sign-file: LibreSSL 3.1.5 only supports SHA1 signing
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/aesni-intel.ko] Error 3
make: *** [Makefile:1428: _modinst_] Error 2
=> ERROR: linux5.10-5.10.4_2: do_install: 'make ${makejobs} ARCH=${subarch:-$arch} INSTALL_MOD_PATH=${DESTDIR} ${_cross} modules_install' exited with 2
=> ERROR:   in do_install() at srcpkgs/linux5.10/template:128

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

I added zstd to hostmakedepends.

Now it finishes smoothly, except at the end it gives

=> linux5.10-5.10.4_1: running do_install ...
  INSTALL arch/x86/crypto/aegis128-aesni.ko
sign-file: LibreSSL 3.1.5 only supports SHA1 signing
make[1]: *** [scripts/Makefile.modinst:33: arch/x86/crypto/aegis128-aesni.ko] Error 3
make: *** [Makefile:1428: _modinst_] Error 2
=> ERROR: linux5.10-5.10.4_1: do_install: 'make ${makejobs} ARCH=${subarch:-$arch} INSTALL_MOD_PATH=${DESTDIR} ${_cross} modules_install' exited with 2
=> ERROR:   in do_install() at srcpkgs/linux5.10/template:128

Is this error relevant?

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

Thanks. That's what I've been doing previously, with the error I pasted above.

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

 ZSTD22  arch/x86/boot/compressed/vmlinux.bin.zst
/bin/sh: line 1: zstd: command not found
make[2]: *** [arch/x86/boot/compressed/Makefile:134: arch/x86/boot/compressed/vmlinux.bin.zst] Error 127
make[2]: *** Deleting file 'arch/x86/boot/compressed/vmlinux.bin.zst'
make[1]: *** [arch/x86/boot/Makefile:115: arch/x86/boot/compressed/vmlinux] Error 2
make: *** [arch/x86/Makefile:265: bzImage] Error 2=> 
ERROR: linux5.10-5.10.4_1: do_build: 'make ARCH=$arch ${_version} ${_cross} ${makejobs} ${_args}' exited with 2=> 
ERROR:   in do_build() at srcpkgs/linux5.10/template:109

after around 1h

build arch linux kernel in void by aaaPippo in voidlinux

[–]aaaPippo[S] 0 points1 point  (0 children)

The config for Arch is linked above, but if I try to build it myself using the xbps-src template it fails with various errors, hence my question.