BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.21k stars 1.9k forks source link

FileStorage.php line 40 Operation not permitted #4949

Open 9acca9 opened 6 months ago

9acca9 commented 6 months ago

Attempted Debugging

Searched GitHub Issues

Describe the Scenario

HI. I dont know what happened. All was working so good. But today Bookstack seems dead. I just see a white sheet when trying to access. And this info in the log:

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

User UID:    1000
User GID:    1000
───────────────────────────────────────

using keys found in /config/keys
chmod: cannot read directory '/etc/logrotate.d': Operation not permitted
App Key found - setting variable for seds
Running config - DB_HOST set
Waiting for DB to be available

In FileStorage.php line 40:

  file_put_contents(/app/www/storage/clockwork/index): Failed to open stream:  
   Operation not permitted                                                     

[custom-init] No custom files found, skipping...
[ls.io-init] done.

What could be? Can you give me a hand? Thanks!

(this is a docker)

Exact BookStack Version

v23.10

Log Content

No response

Hosting Environment

Manjaro LInux

ssddanbrown commented 6 months ago

Are you using compose to manage your containers? If so, please can you share the compose file you're using for this? If not, please can you share the config/scripts/details of how the container is managed/ran?