Replies: 11 comments 10 replies
-
|
Could you please share your |
Beta Was this translation helpful? Give feedback.
-
|
Could you please share the output of docker compose logs librebookingweb up to the point where sed fails? I am intrigued by the file /config/sedRqNvGz … could you also share the output of ls -l /home/docker/librebooking/lb1_conf on your host? |
Beta Was this translation helpful? Give feedback.
-
|
@colisee here is the output: ++ sed -E -e 's/^LB_INSTALL_PASSWORD=//'
|
Beta Was this translation helpful? Give feedback.
-
|
-rw-r--r-- 1 www-data www-data 1904 Sep 25 22:17 ActiveDirectory.config.php |
Beta Was this translation helpful? Give feedback.
-
|
I simulated on my side (without traefik though) and I could not reproduce your error. However, there seems to be a difference between your log and mine. In my case, I have an additional instruction, compared to you: ln -s /config/config.php /var/www/html/config/config.phpGiven that I might have pushed different versions of librebooking/librebooking:4.2.0, could you please run: docker compose down
docker compose pull librebookingweb
docker compose up --detach |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Is it potentially related to this sed issue:
** Bug fixes "sed -i" now creates temporary files with correct umask (limited to u=rwx). https://lists.gnu.org/archive/html/info-gnu/2020-01/msg00002.html |
Beta Was this translation helpful? Give feedback.
-
|
I noted that your
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @colisee, I followed your suggestion and updated the compose file and created a test enviroment using this path Here is the updated compose: When starting it I see the following error for the The new I have checked the owner of '/home/docker/librebooking_test/lb1_conf' and its 'root'. When I change it to www-data, the files (config.php and others) get created but I get the following error for the |
Beta Was this translation helpful? Give feedback.
-
|
@Timurling @colisee You might also consider doing some of this on the Discord channel. Maybe a faster resolution. Just a thought. |
Beta Was this translation helpful? Give feedback.
-
|
I confirnm that this is an issue brought by version 3.0.0 (Nov 30, 2025) of the librebooking docker image. Please, monitor the librebooking/docker repository |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I got stuck with an error after moving my docker container from version 4.0.0 to version 4.2.0.
Librebooking does not start but gives me this error:
sed: couldn't open temporary file /config/sedRqNvGz: Permission deniedWhen moving back to version 4.0.0 everything works fine.
Any ideas what is causing this an what I can do to fix it? Did I miss something?
Thanks for your support!
Beta Was this translation helpful? Give feedback.
All reactions