Anyway my FOSS project dashboard is all green again.
I miss my laptop (still waiting for a replacement battery at the repair shop).
Maintainer of several useless FLOSS projects.
Anyway my FOSS project dashboard is all green again.
I miss my laptop (still waiting for a replacement battery at the repair shop).
Does anyone know why pypy3.11 is so utterly broken on windows-latest on GitHub Actions?
(broken == pip install fails with an OSError? something about an incomplete read? while reading from a socket? while checking for newer pip versions in PyPI?)
Hating Github workflows so much right now.
whoever is DDoSing Ubuntu servers please stop, I'm trying to debug a new script for fetching PPA repository signing keys
Most painful Ubuntu upgrade ever, I think. 22.04 -> 24.04, with a somewhat custom full disk encryption.
do-release-upgrade removed things like network-manager and all of the GUI bits before losing network connection and aborting partway through (I was doing this over ssh). Had to recover locally in text mode from /dev/tty2 over wired ethernet (wifi + WPA2 without nm-tui is outside of my experience), and then it failed to boot (no cryptsetup in the initramfs looks like).
@david_chisnall@infosec.exchange @nblr@chaos.social
Not complaining loudly to the logs when cron detects a malformed crontab is a crime if still true.
I looked at the source, and apparently Debian added a patch to report truncated crontabs back in either 2002 or 2010: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=79037 (AFAICT the original 2002 fix was incorrect and it was fixed again, properly in 2010).
I am sad that this was done in a distro patch and not pushed upstream. Is there an active upstream for cron?