-
-
Notifications
You must be signed in to change notification settings - Fork 71
read_meminfo failed - unable to read ...pages_sharing" #8
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
Comments
Interesting. Can you try one of the older versions? And don't use one with I'm sure that |
It starts for me, that error appears only into PBS when I try to view some graphs |
Is it possible, that this is related to RaspberrypiOS not supporting KMS? |
This may be helpful: wofferl/proxmox-backup-arm64#5 |
Since this is docker container. Just bind-mount empty file, this should silence this warning very well. volumes:
- /dev/null:/sys/kernel/mm/ksm/pages_sharing:ro |
Would it be possible to apply the patch from wofferl/proxmox-backup-arm64#5 ? |
Will do in next round :)
…On Wed, 9 Feb 2022 at 21:51, Dorian Zedler ***@***.***> wrote:
Would it be possible to apply the patch from
wofferl/proxmox-backup-arm64#5
<wofferl/proxmox-backup-arm64#5> ?
That would solve the problem in a clean way in my opinion :)
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASOSQKEEM7YKFR5UOE6AK3U2LHVDANCNFSM5FL24QOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
For time being this should do the trick: volumes:
...
- /tmp/pbs-mm:/sys/kernel/mm
command:
/bin/bash -c 'mkdir -p /sys/kernel/mm/ksm; echo 0 > /sys/kernel/mm/ksm/pages_sharing; exec runsvdir /runit' |
Yes, that worked, thank you! Also, thanks a lot for wrapping this up! It is the perfect solution and exactly what I was looking for for a long time 👍 |
@dorianim @caraar12345 You might check |
Works for me! 😄 |
Hey there! I've been using PBS through Docker for a while now with no issues, but today I can't get it to start.
It's repeatedly spitting out the below to the logs but not booting up.
read_meminfo failed - unable to read "/sys/kernel/mm/ksm/pages_sharing" - No such file or directory (os error 2)
Any idea as to what may be causing this?
I'm running the latest debug version (although it was showing up on
:latest
too) on a Pi 4 with Debian Buster.The text was updated successfully, but these errors were encountered: