File Push hangs and not work #2383
|
Hi
I think are nginx logs and after this, nothing. I try search where file are stored and maybe check the folder permissions (linux host) ... but ... not know if i'm in the right directions. Thanks. |
Replies: 3 comments 6 replies
|
Hi Mauro, Did you add a Docker volume to your container for local storage? I have instructions here. I believe that should be the solution. Take a look at let me know. |
|
Hello @pglombardo , Sorry for digging up this older thread, as the link doesn't work for me. I am currently facing the same issue as OP, I recall using bind mounts in my older setups, I however am experiencing these hangs with or without: Excerpt from docker compose: No bind mount: |
|
Hey Peter,
I did. The container users uid and gid matched an unrelated user on my host system with insufficient write permissions.
I was able to resolve the issue by building from a local dockerfile where I just overwritten the args.
Sorry for the inconvenience.
Kind regards,
Maarten
Sent from Outlook for Android<https://aka.ms/AAb9ysg>a {
text-decoration: none;
}
a:visited {
color: #919395;
}
.jobtitle {
font-size:7.0pt;
font-family:Arial;
color: #919395;
}
.greytext {
font-size:9.0pt;
font-family:Arial;
color: #919395;
text-decoration:none;
}
.blacktext {
font-size:9.0pt;
font-family:Arial;
color: black;
line-height:1.6
}
Maarten Wachters
Cloud Custodian Engineer
tel.: +32 3 450 67 90
email: ***@***.***
www.arxus.eu
Be green, keep it on the screen. Please think before you print this e-mail.
…________________________________
From: Peter Giacomo Lombardo ***@***.***>
Sent: Friday, February 28, 2025 12:49:32 PM
To: pglombardo/PasswordPusher ***@***.***>
Cc: Maarten Wachters ***@***.***>; Mention ***@***.***>
Subject: Re: [pglombardo/PasswordPusher] File Push hangs and not work (Discussion #2383)
Hi @ArxWachtMa<https://github.com/ArxWachtMa> - did you make any progress on this issue?
—
Reply to this email directly, view it on GitHub<#2383 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BBIFZUVUW7L7GLY4IUP6L6L2SBEMZAVCNFSM6AAAAABLX7SFXOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMZVGA4DCMY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|

Hi Mauro,
Did you add a Docker volume to your container for local storage? I have instructions here.
I believe that should be the solution. Take a look at let me know.