question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Permissions issue causing a boot loop

See original GitHub issue

Describe your problem When starting uptime-kuma, it fails to change ownership of the data files (entrypoint.sh).

I run a docker host that writes to volumes accessed over NFS on a NAS. The docker host has read & write access to the folders mounted within the volumes. Containers from this docker host can write data on the shared volume, create folders, etc, but cannot change ownership permissions. This solution works great for many containers and I haven’t seen a similar issue to this.

Info Uptime Kuma Version: latest Using Docker?: Yes Docker Version: Docker version 20.10.9, build c2ea9bc OS: Ubuntu

==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted
==> Performing startup jobs and maintenance tasks
chown: changing ownership of '/app/data': Operation not permitted

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
louislamcommented, Oct 16, 2021

SQlite won’t be working on NFS, even though you pass the chown problems.

I also mentioned that in the Readme (https://github.com/louislam/uptime-kuma/wiki/🔧-How-to-Install).

Related issue: https://github.com/louislam/uptime-kuma/issues/127

1reaction
louislamcommented, Oct 13, 2021

Uptime Kuma is not working on NFS, as it is using SQLite. Please change to a local volume.

Read more comments on GitHub >

github_iconTop Results From Across the Web

/System Permissions Modified, Stuck in Boot Loop | XDA Forums
/System Permissions Modified, Stuck in Boot Loop ... my phone has a hardware issue that causes it to randomly reboot and overheat a...
Read more >
Nothing working, automatic repair loop, access denied ...
I have a boot usb. Check disk won't work because of the permissions issue. Every solution I've found is running into this issue....
Read more >
Windows 10 resets my permissions on restart/sleep
Now I have a problem because it removes my permission on my documents file every time I restart my computer or it goes...
Read more >
How to Fix Windows 10 Stuck in Infinite Boot Loop - YouTube
If you stuck in a reboot loop and want to fix the windows 10 startup problem, then this video is for you. I...
Read more >
Boot loop and hard disks not found while - Apple Discussions
Restart the computer from the Apple Menu. Repair permissions on the Home folder: Resolve issues caused by changing the permissions of items in ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found