Execution Error 403


Recommended Posts

Hey GilbN, I searched about how to do that and found this way to increase the log size:

However, I still get the docker error.
I guess I will have to delete my docker image and do this:

Unless someone here has another suggestion before I do that?

Edited by JohanSF
Link to comment
16 minutes ago, JohanSF said:

Hey GilbN, I searched about how to do that and found this way to increase the log size:

However, I still get the docker error.
I guess I will have to delete my docker image and do this:

Unless someone here has another suggestion before I do that?

a quick forum search gave me this.

 

du -ah /var/lib/docker/containers/ | grep -v "/$" | sort -rh | head -60

and then delete the biggest files. 

 

You should limit docker log size though. --log-opt max-size=50m --log-opt max-file=1

 

 

Link to comment

Most of them give "cannot read directory" "input/output error".
Can't screenshot it right now as I'm not home though.

For "--log-opt max-size=50m --log-opt max-file=1", is something missing in this command? those are only options.

Edited by JohanSF
Link to comment
4 minutes ago, JohanSF said:

The largest one that I can see is 75 mb, that is the lidarr container. I remember that one was running with Debug log level and I had recently started using it more. But there are of course quite a lot that I cannot see.

Try 

 

docker system df -v

 

this command can take a while 

Link to comment

You can also run:
 

docker ps -s

 

The "size" information shows the amount of data (on disk) that is used for the writable layer of each container
The "virtual size" is the total amount of disk-space used for the read-only image data used by the container and the writable layer.

Link to comment

Your docker.img file is trashed, and the syslog is being spammed with errors from it, hence the error FCP is throwing at you.  

 

Your recourse is to stop the docker service via Settings - docker.  Delete the image from there, then re-enable the service, hit the apps tab, previous apps, check off whatever you want and hit install multi.

  • Like 3
  • Thanks 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.