-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
authentication failure [...] msg=path "/run/proxmox-backup/shmem" is not on tmpfs #16
Comments
Thanks for the tip, unfortunately my knowledge is not sufficient for this. |
I would prefer if this patch is being sent upstream. This would be best. If
not accepted I might adapt that, but this is some additional maintenance
burden :(
…On Sun, Feb 13, 2022 at 11:15 AM fila612 ***@***.***> wrote:
Thanks for the tip, unfortunately my knowledge is not sufficient for this.
Will there be this patch in your image later?
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASOSQK5I2G233XKEMSZK4LU26ADZANCNFSM5OIUX3KQ>
.
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:
***@***.***>
|
understand, so I'm not able to do anything (sorry) |
Leave it for now. |
I came across the same problem today on a ubuntu system with kernel 5.4.0-88-generic. following docker-compose file can be an example
I also have a Synology NAS and I tried the above docker-compose config. It runs just fine. |
hm, strange... I had also created the volumes as tmpfs, what is the difference between yours and mines? |
The need for |
Thanks @pandada8 for the hint of the Mountpoint "/run" that was the issue why its not working on my "Synology-Docker-Portainer" machine....:) nevertheless, if I use Portainer stack (=docker compose) the PBS is working on my Synology!!! 😄 if someone are interested to my Portainer Stack content: services: |
Yes, you need to pre-create paths. |
from my side issue can be closed. |
Maybe all those details (about tmpfs and pre-create) we could add to README for next generation? :) |
Hi! I try to replace my own pbs 1x container with your. And as I see faced with kernel trouble... I run it on my openmediavault server, with current |
Btw, here is my stack:
|
I think question 'bout re-ask credentails I can dropped. I think it was 'coz I runned two containers at one time and get And one more thing, at the first start of the container, I didn't has get error with mkstemp, all seems fine: And one more... :) I just now is saw it, the error says 'bout proxy tmp session file, I correctly understood? So maybe it's normal in this case? |
Hi, with LibreElec as Docker host there is the same issue. I've resolved it with the help from some threads here. I've created the volumes this way: and used the following stack file:
This was working for me. |
@SAOPP can you share your full stack (you seem to be missing some parts). I have followed this thread and I get a different variant of the error message:
(dh -f in the container shows tmpfs is mounted) |
My stack is not changed, above: #16 (comment) |
How to get it work with Synology DS233 NAS (Disk Station v7.2.1-69067) As a tip for other. You can run docker commands via Synology NAS CLI, so just simply: Re-create Proxmox Backup Server container "proxmox-backup1" Start newly created container Now you should be able to access Proxmox Backup Server via GUI: https://:8007 and login with default credentials admin / pbspbs |
@LateWiksi Did you end up mounting a shared folder into the Docker Logs for PBS indicate after creating the datastore:
Very strange! I am thinking about going ahead and biting the bullet with a dedicated bare metal PBS installation if I can't get this working. Thanks for any insights. |
You need to set proper permission for this folder. Root does not work. I
have a bunch of folders shared.
…On Fri, 8 Nov 2024 at 14:59, Ryan ***@***.***> wrote:
@LateWiksi <https://github.com/LateWiksi> Did you end up mounting a
shared folder into the Docker auyfan instance to store backups? I mounted
/volume1/proxmox-backups as /backups' and tried to add a Datastore mapped
to /backups/main.
Logs for PBS indicate:
find_mounted_device_failed - EACCES: Permission denied
read fs info on "/backups/main" failed - EACCES: Permission denied
Very strange! I am thinking about going ahead and biting the bullet with a
dedicated bare metal PBS installation if I can't get this working.
Thanks for any insights.
—
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASOSQJVZ3MBAWXGU4447XLZ7RHNZAVCNFSM6AAAAABQDHHAFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINRTHA2DOOJTHA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi,
I've tried to install the latest docker image to my Synology via Portainer.
there were 4 Folders created on the host system and mapped into docker volumes:
These 4 volumes are created with following options (in Portainer called "drive options":
after start the container, logs seems to be fine and data were created in the folders.
But, the login (admin/pbspbs) is not working:
in PBS2/logs/api I found a file "auth.log" including this:
2022-02-13T09:39:05+00:00: authentication failure; rhost=[::ffff:172.17.0.1]:52784 user=admin@pbs msg=path "/run/proxmox-backup/shmem" is not on tmpfs
I think there is something wrong what I did, but I'm not sure what.
Also I checked the tmpfs inside the container:
any suggestions how to handle this?
The text was updated successfully, but these errors were encountered: