Mark Millard
Mark Millard
NOTE: Turns out the "system.journal corrupted or uncleanly shut down" appears to be the "unknown time at boot" problem, where the system.journal file appears to have future timestamps in its...
Note: I start out with a comparison to FreeBSD use with pftf/RPi4. But this is not a request for pftf/RPi4 changes. FreeBSD crashes in early kernel activity for Graphical for...
The code structure below, from inside generate_dynsites.py, sets up an unbounded loop when no match is found when the generated code is executed: The same failed BindCore call can be...
### Insertion-Replacement Mode (IRM) ``` ESC [ 4 h 033 133 064 150 ``` Set selects insert mode and turns INSERT on. New display characters move old display characters to...
**Describe the bug** drivers/gpu/drm/drm_cache.c:362:10: error: call to undeclared function 'in_interrupt' (Note: linux/preempt.h provides in_interrupt when included ) **FreeBSD version** =>> Building graphics/drm-515-kmod build started at Tue Mar 7 11:27:15 UTC...
## Prerequisites - [x] Have you checked for an existing issue describing your problem? - [x] Are you running the latest version? - [x] Is your ports tree recent? -...
https://www.raspberrypi.com/documentation/computers/config_txt.html#total_mem documents using an assignment to total_mem in config.txt to test handling RAM sizes for which one may not have devices with that size. I've used that in the past...
Just an FYI: One of the new RPi firmware release notes reports: > Update recovery.bin to the most recent version required for CM5 and Pi500. > (firmware version 2024-10-21) This...
This question was noticed in a discord exchange exploring some odd behavior that includes "pkg: An error occured while fetching package: No error" notices.
https://github.com/freebsd/pkg/blob/30773fa8c3779e9dc840d8b44a1e5aed19d86275/libpkg/pkg_add.c#L1189 There is no use of open_cache_write() but there is use of open_cache_read() earlier in the code. So the "if (package_building && !cache_exist)" code is not using the new path...