Jeff Geerling

Results 1857 comments of Jeff Geerling

Yeah; it's a weird thing, and only started running into this today/yesterday after never hitting it before. It feels like something is just blocking the UI for a while. No...

tl;dr: I deleted `~/Preferences/org.raspberrypi.Imager.plist` (the Imager configuration file for macOS), which had contained 65,535 instances of my public key, and after restarting Imager, everything is as responsive as ever. Ref:...

Adding a printer label since my other 3D printers now have built-in bed leveling.

I passed along the BLTouch as well as the V2 to a friend, who is getting started with 3D Printing!

Same issue here, on an Ampere Altra Max system with 128 cores. I can imagine in the next decade, when we start seeing more HEDT CPUs filter down to more...

See related: https://github.com/geerlingguy/ansible-role-firewall/issues/82 (and older issue in this repo which was resolved... but with the caveats in my firewall role as noted in that issue https://github.com/geerlingguy/ansible-role-docker/issues/21)

Probably this same issue: https://github.com/ptitSeb/box64/issues/2021 Fix for me on Ubuntu was to run: ``` rm -f ~/.local/share/Steam/ubuntu12_32/crashhandler.so ```

I've encountered this same issue on a fresh install on Ubuntu 24.04 on an Ampere workstation... ``` Error: relocating Plt symbols in elf libXext.so.6 Error: Symbol XESetCopyEventCookie not found, cannot...

Box86 version is: ``` system76@thelio-astra:~$ apt-cache policy box86 box86:armhf: Installed: 0.3.8+20241208.ec278bd-1 Candidate: 0.3.8+20241208.ec278bd-1 Version table: *** 0.3.8+20241208.ec278bd-1 500 500 https://itai-nelken.github.io/weekly-box86-debs/debian Packages 100 /var/lib/dpkg/status ``` Box64 version: ``` system76@thelio-astra:~$ apt-cache policy...

@ptitSeb - Ah, wasn't looking too closely, just matching search terms. I was following along the Ampere guide for Steam install (https://github.com/AmpereComputing/Steam-on-Ampere) because I tried the Pi-Apps install, but encountered...