Skip to content
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

[BUG] Can't update prior 24.10.2 #249

Closed
1 task done
smartshogu opened this issue Dec 27, 2024 · 2 comments
Closed
1 task done

[BUG] Can't update prior 24.10.2 #249

smartshogu opened this issue Dec 27, 2024 · 2 comments

Comments

@smartshogu
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hello docker-bookstack,

i run Bookstack via podman on a Ubuntu 22.04 machine.
if i run Bookstack with version latest or 24.10.3 (updated on: Dec 22, 2024 at 11:26 pm)

the bookstackapp crashes with this error:

s6-rc: warning: unable to start service init-permissions: command exited 1

I found out, that Bookstack runs fine with the same configuration on an Ubuntu-Host 24.04. machine
so i guess this bug is some kind host related.

Expected Behavior

it would be fantastic running Bookstack a little bit longer on Ubuntu 22.04 (End of Standard Support: June 2027)

Thank you!

Steps To Reproduce

change between version=latest and version=24.10.2

Environment

- OS: Ubuntu 22.04
- How docker service was installed:

running not docker but podman for nearly 3 years

CPU architecture

x86-64

Docker creation

podman run --detach --pod Bookstack \
--name=bookstackdb \
--tz=Europe/Berlin \
-e PUID=1200 \
-e PGID=1200 \
-e MYSQL_ROOT_PASSWORD= \
-e MYSQL_DATABASE=bookstackapp \
-e MYSQL_USER= \
-e MYSQL_PASSWORD= \
-v /.../Bookstack/mariadb:/var/lib/mysql \
--label io.containers.autoupdate=image \
--restart on-failure:5  \
docker.io/library/mariadb:10.11

podman run --detach --pod Bookstack \
--name=bookstackapp \
--tz=Europe/Berlin \
-e PUID=1200 \
-e PGID=1200 \
-e APP_URL=https://.com \
-e DB_HOST=Bookstack \
-e DB_DATABASE=bookstackapp \
-e DB_USERNAME= \
-e DB_PASSWORD= \
-e APP_KEY='base64:' \
-v /.../Bookstack/app:/config \
--label io.containers.autoupdate=image \
--restart on-failure:5 \
docker.io/linuxserver/bookstack:latest

Container logs

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1200
User GID:    1200
───────────────────────────────────────
Linuxserver.io version: v24.10.3-ls183
Build-date: 2024-12-22T22:22:54+00:00
───────────────────────────────────────

using keys found in /config/keys
chmod: changing permissions of '/etc/logrotate.d/acpid': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/nginx': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/php-fpm': Operation not permitted
chmod: changing permissions of '/etc/logrotate.d/php-fpm83': Operation not permitted
chmod: changing permissions of '/config/nginx/nginx.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/nginx.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/ssl.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/resolver.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/worker_processes.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs/default.conf.sample': Operation not permitted
chmod: changing permissions of '/config/nginx/site-confs/default.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/ssl.conf': Operation not permitted
chmod: changing permissions of '/config/nginx/dhparams.pem': Operation not permitted
s6-rc: warning: unable to start service init-permissions: command exited 1
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@drizuid
Copy link
Member

drizuid commented Jan 1, 2025

We do not test or support podman; you're welcome to seek best-effort community help on our discord in #other-support but we will not entertain out of scope support issues on github. As you also stated, this is more likely to be a host issue, which we would also not assist with. Closing this.

@drizuid drizuid closed this as not planned Won't fix, can't repro, duplicate, stale Jan 1, 2025
@linuxserver linuxserver locked as resolved and limited conversation to collaborators Jan 1, 2025
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Jan 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

2 participants