-
Notifications
You must be signed in to change notification settings - Fork 170
Nginx error: could not open error log file: open() "/var/lib/nginx/logs/error.log" #37
Comments
Similar to #34, though I couldn't reproduce your problem. |
I have the same problem, but this happens only on my vps (ubuntu server 14.04), not on my pc (ubuntu 16.04). Server:
My PC:
If you need any additional information, I'm willing to help you. |
f5dac5c didn't work? Make sure you pulled the latest image. |
Yes, I pulled the last one:
Thank you. |
same issue on my server (ubuntu 14.04) |
Honestly I don't know what's wrong, it was supposed to work. Somehow it's related to the OS (Ubuntu 14.04 has this problem), perhaps there's something with the fs driver used by Docker (aufs, overlay...). What do you guys think? Should I revert back to some root processes? I don't have much time actually so if you could do some research I'd be grateful for that. Maybe someone on Ubuntu 14.04 can try to update aufs? |
FWIW: For all these files I put them in a Dockerfile defined volume and then mount it at runtime via It also makes supervisor sockets happy if you store them in a tmpfs. YMMV |
I confirm - I get the same error message on my Rootserver (Ubuntu 14.04). Using any tag (daily, latest, 10.0).
|
Can someone try to update aufs or to use another fs on Ubuntu 14.04? I'm now pretty sure there's something wrong with older versions of aufs. |
Did anyone find a solution to this problem? |
What aufs version are you using? I see many issues with aufs about this. I'm not really sure but in order to fix this problem you should likely upgrade aufs, or consider using another fs supported by Docker such as overlay (the one I'm using) or btrfs. I'm deeply sorry guys but I'm not willing to downgrade and add root processes, that would be a security regression. :( |
I can confirm that updating to Ubuntu 16.04, which comes with aufs 4.x solved the problem. |
Update to Nextcloud 13.0.7
I've set up the app from the 10.0 tag and the app doesn't start... The logs keep showing:
I didn't mess with any nginx settings. Should I?
The text was updated successfully, but these errors were encountered: