Stuart Shelton
                                            Stuart Shelton
                                        
                                    With NFT enabled, the log output from `miniupnpd-2.3.7` reads: ``` Aug 20 16:25:18 [miniupnpd] HTTP REQUEST from [::ffff:10.x.x.x]:49675 : POST /ctl/IPConn (HTTP/1.1) Aug 20 16:25:18 [miniupnpd] SOAPAction: urn:schemas-upnp-org:service:WANIPConnection:1#AddPortMapping Aug 20...
I suspect there's a rounding issue here, but the 297MB Pi OS Lite (32bit) image is reported as: ``` Needs to be at least 2.0 GB ``` … but attempting...
### What is the issue? When building (currently) latest ollama from source with gcc-14.2, the build-system is reporting C++ One Definition Rule violations from the JSON-handling code in `llama.cpp`. It's...
### Git commit `llama.cpp` bundled with `ollama-0.5.11`: https://github.com/ollama/ollama/tree/v0.5.11/llama/llama.cpp… which I _think_ is 8962422 (from https://github.com/ollama/ollama/commit/5e2653f9fe454e948a8d48e3c15c21830c1ac26b) ### Operating systems Linux ### GGML backends CPU ### Problem description & steps to reproduce...
### Describe the bug I used `EDITOR=vim rpi-eeprom-config -e` to create a ~2248-byte firmware configuration file on a series of CM4 devices with the latest firmware (`1733575168`/Sat 7th Dec) -...
### Bug description `systemd-cat-native --help` states: > The program has the following modes of logging: > > * Log to a local systemd-journald **or stderr** > > This is the...
Version: `v0.10.0-68-gd3001f3` Result from `shellcheck`: ``` In /mnt/generate-Kconfig.sh line 94: find "${repodir}/" \ ^-- SC2038 (warning): Use 'find .. -print0 | xargs -0 ..' or 'find .. -exec .. +'...
https://www.shellcheck.net/wiki/SC2227 states: > Redirection applies to the find command itself. Rewrite to work per action (or move to end). > > Problematic code: > find . -name '*.ppm' -exec pnmtopng...
RPi kernels are (now?) configured with XZ-compressed modules 👍 Could `CONFIG_FW_LOADER_COMPRESS` and `CONFIG_FW_LOADER_COMPRESS_XZ ` also be set to allow XZ-compressed firmware too, please? This would allow me to use a...
### Component Agent ### Description The agent container is starting successfully, but doesn't seem to be correctly extracting the hub URL: ```bash podman run --detach --env HUB_URL=http://:8090 --env 'KEY=ssh-ed25519 '...