jlesage / docker-crashplan-pro

Docker container for CrashPlan PRO (aka CrashPlan for Small Business)
290 stars 39 forks source link

certsmonitor - Permission denied #400

Closed maluht closed 1 year ago

maluht commented 1 year ago

I am getting this in my Docker Desktop log:

2022-12-09 20:43:09 [certsmonitor ] ln: certsmonitor: Permission denied 2022-12-09 20:43:09 [certsmonitor ] /etc/services.d/certsmonitor/run: exec: line 9: ./certsmonitor: not found 2022-12-09 20:43:10 [supervisor ] service 'certsmonitor' exited (with status 127).

Any idea what I can do to fix this?

jlesage commented 1 year ago

Did you update the image recently ? Looks like there is something is wrong with the install, the error is coming from an old version of the image... Can you try to recreate the container with the latest image ?

maluht commented 1 year ago

Sadly that didn't help out, do you have any other ideas?

jlesage commented 1 year ago

So does the problem appeared after an update or you are deploying for the first time ?

Can you provide the output of the following command:

docker inspect <container name>
maluht commented 1 year ago

Hi jlesage

I was reinstalling after having issues with no backup. So I copied over my old config folder. I just tried reinstalling a clean version and I see the same behavior.

2022-12-10 13:43:56 [certsmonitor ] ln: certsmonitor: Permission denied 2022-12-10 13:43:56 [certsmonitor ] /etc/services.d/certsmonitor/run: exec: line 9: ./certsmonitor: not found 2022-12-10 13:43:57 [supervisor ] service 'certsmonitor' exited (with status 127). 2022-12-10 13:44:56 [certsmonitor ] ln: certsmonitor: Permission denied 2022-12-10 13:44:56 [certsmonitor ] /etc/services.d/certsmonitor/run: exec: line 9: ./certsmonitor: not found 2022-12-10 13:44:57 [supervisor ] service 'certsmonitor' exited (with status 127).

I have attached the compose file and the Inspect log (I did remove some values with XXX in the attached files). I am running this on Docker 4.15.0 on Windows 10.

CrashplanInspect.txt docker-compose.crashplan.yml.txt

jlesage commented 1 year ago

Ok, I found the problem. A new image will be available soon.

jlesage commented 1 year ago

New image available!

maluht commented 1 year ago

I can confirm this solved the issue, thanks a lot for the fast response and new release!