Jason Heeris

Results 104 comments of Jason Heeris

I just tried this and it tripped on ```text Copying executable tmp/sbin/start-stop-daemon cp: cannot stat 'tmp/sbin/start-stop-daemon': No such file or directory ``` As far as I can tell, this is...

Well, changing that path allows `build.sh` to proceed just fine. Unfortunately the resulting image triggers a kernel panic almost immediately upon boot (`Kernel panic - not syncing: VFS: Unable to...

No, it was the 20 byte initramfs that did that. I was missing `cpio` in my build environment. I've remedied that and the installer is running.

Would you prefer me to file separate issues on Bookworm-related issues, or keep them here in this PR, by the way?

Well, I built the installer, and it ran through almost the entire process on my ancient RPi 2B without issue :confetti_ball: Unfortunately it fell over at installing packages into the...

> If you are able to bring up a shell on the target, you can try inspecting /rootfs to check the state of things. I can (I have a monitor...

I'm getting a lot of "temporary failure in name resolution" errors, which is weird because a minute later `nslookup` will work on the same host: ```text # chroot /rootfs /usr/bin/apt-get...

Yes, setting `use_systemd_services=0` allowed the whole thing to work. I now have Bookworm running on my RPi 2B+, thank you! My **totally unverified** hunch is that this is a variant...

> I suppose with that we should ensure that sources with a sending end like that should take care of automatically removing themselves from the event loop when then realize...

I wrote an essay over in #78 for you.