Seems I was runinng php74 for quite longer than it was supported. Accidently updated to php8x and the blog failed.
Unfortunately fixing it took more than 5 minutes, so we are back on php74 for now
A scratchpad full of useful information, rants and old scriblings
Seems I was runinng php74 for quite longer than it was supported. Accidently updated to php8x and the blog failed.
Unfortunately fixing it took more than 5 minutes, so we are back on php74 for now
Installed FreeBSD security updates on krava.arved.priv.at. On reboot the kernel hang.
kernel.old also hang. Downgrade to 13.2 also hang.
Tried disabling hardware components via device.hints.
First suspected the keyboard, as atkbd printed the last line, but finally found out, that uart needs to be disabled
See https://forums.freebsd.org/threads/boot-hangs-on-cherrytrail-uefi-system-installer-preinstalled-stick-no-dmesg-written.57321/
My Top Artists 2023 according to last.fm
Looks like I am getting old. Most of the artists had their peak in the last millenium.
Top Tracks
Playing around with wireguard at the moment. Terminology is a bit confusing.
With version 7.5 unifi finally supports openjdk17 which means it is about time to update the vm to bullseye. Of course the mongodb dependency is still horribily outdated. Luckily old mongodb debs for buster are still available at https://www.mongodb.com/download-center/community/releases
The unifi deb required < 5.0. 4.4 reported that it is too new for the database and 4.2 failed to migrate the database so I had to start again.
So I tried to use the PC rooms of my university for less distraction.
Bad idea, I was distracted by the broken setup.
First problem: no git installed and it is prohibited to install software. Workaround: Luckily there is still an SSH access to login.univie.ac.at where git is installed.
Second problem: On login.univie.ac.at there is only pdflatex installed. Unfortunately my document requires xelatex or lualatex. Workaround: Use the TeXWorks GUI which has xelatex and lualatex available.
Third Problem: I haven’t been able to get biber working with my document. No workaround available, so back to working on my laptop.
Potential Workarounds that did not work:
…to be continued.
Not many new discoveries in 2022. Due to the holiday in Paris there has been more French in the list
Due to moving further away from the City I rode more kilometeres than last year.
If your monitor is detected in sddm but not in KDE, one solution that worked was:
rm -rf ~/.local/share/kscreen
Then relogin
So I am finally running FreeBSD again on a Laptop.
The HW probe can be found here: https://bsd-hardware.info/?probe=6c208c85a5
Notable obstacles:
DRM: I have to run the 5.7-wip branch and add my pciid. (https://github.com/freebsd/drm-kmod/pull/135)
WLAN: There is no driver for the integrated wlan. After some help from dch@ I have now got an EDIMAX rtwm USB dongle which needs the following patch: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260952