-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page #34
Comments
Thanks for the report. Let me look in to this, as I suspect the issue is related to the most recent image updates we've done the fix may take me a minute to track down. |
So, it seems to be an issue with the new raspberry pi 5 kernel and its use of 16k pages instead of 4k. I changed the kernel from kernel_2712.img to kernel8.img and it is working now. From what I understand the only way to fix this with the new kernel is for the pfclient to be updated by planefinder to support it. Changes to /boot/firmware/config.txt: [pi5] |
That is really interesting. I was struggling to figure out how to replicate the issue, as I wasn't seeing it on any of my machines. |
I added a note to the readme about this in #36 until PF updates their client. |
Also I suppose it's important to know, what exact OS are you running? I'm assuming the latest raspbian? |
Raspbian Bookworm 64bit |
@totalhavoc Are you still having the issue? I just ran into it today and I'm wondering the impact of changing kernels and if you've had any issues with that workaround. |
Someone on discord reported getting rid of this issue by using this image version:
That's 9 months old, right before the container baseimage was changed to bookworm? |
That worked! I'll put a note in the guide along with my other changes. Thanks! |
New install on raspberry pi 5 (arm64) on Bookworm 64bit, receiving the following error when trying to created a site id or just running the container:
error while loading shared libraries: libpthread.so.0: ELF load command address/offset not page
The text was updated successfully, but these errors were encountered: