Closed skynet01 closed 2 years ago
https://discourse.linuxserver.io/t/calibre-docker-compose-on-rpi4-no-autostart-gui/ <-- same problem with less provided info
I had the same issue with my raspberry pi. I resolved it by using version 5.38 per the above referenced link.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Just want to keep this one open. I've tried recent releases to no avail
getting this too
same behaviour here. running Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-1065-raspi aarch64) on RPi4
Please try running with --security-opt seccomp=unconfined
or the compose equivalent.
@thespad seems to be resolved by this, thanks!
I have to explicitly define image: linuxserver/calibre:arm64v8-arch
, though.
whereas in other linuxserver containers I can just define image: linuxserver/image:latest
but that's something else :)
/edit: typo's
Please try running with
--security-opt seccomp=unconfined
or the compose equivalent.
This worked. Thank you!
Please try running with
--security-opt seccomp=unconfined
or the compose equivalent.
Worked for me too. Thank you!
Running Portainer. Where do I add the parameters "--security-opt seccomp=unconfined" ?
To my knowledge, it doesn't support it.
To my knowledge, it doesn't support it.
Familiar with DockerStarter? Ran ds, then Set App Variables. Would this do it ?
Would you like to keep these settings for CALIBRE? x x x x CALIBRE_CLI_ARGS='--security-opt seccomp=unconfined' x x CALIBRE_GUAC_PASS='' x x CALIBRE_GUAC_USER='' x x CALIBRE_NETWORK_MODE='' x x CALIBRE_PORT_8080='8280' x x CALIBRE_PORT_8081='8281' x x CALIBRE_RESTART='unless-stopped' x x CALIBRE_USE_DARK_PALETTE='1'
No, CALIBRE_CLI_ARGS
is for args to the calibre executable, --security-opt
is a container setting.
I managed to get this running with help from the fabulous DockSTARTer team. I added this to the override file. All working now.
On 7. okt. 2022 at 11:26, Adam @.***> wrote:
No, CALIBRE_CLI_ARGS is for args to the calibre executable, --security-opt is a container setting.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Calibre UI won't start when accessed on port 8080
Expected Behavior
The desktopui for calbre should start up
Current Behavior
Getting an error
Steps to Reproduce
Start docker container connect on port 8080 right click on desktop click Calibre GUI or Xterm
Environment
OS: Ubuntu 20.04.4 aarch64 CPU architecture: arm64 How docker service was installed: using apt-get
Command used to create docker container (run/create/compose/screenshot)
Docker logs