Alex

Results 64 comments of Alex

This is definitely an Unraid issue then, I have Ownfoil running 24/7 on a server with 4GB of RAM and never ran into a server lockup issue... I don't know...

From all of the reports shared here it would seem that the issue is happening when the directories are being monitored for file change events. I use the [gorakhargosh/watchdog ](https://github.com/gorakhargosh/watchdog)...

Could you guys try the new `develop` image? I changed the behavior for monitoring library change, maybe it could help in your situation. Thanks!

Okay so the new implementation did not correctly handle files being copied, I pushed a fix on the `develop` branch that improves the automatic library scan a lot, by tracking...

It now should be fixed in the latest image, feel free top reopen if it happens again.

Cool idea !👍 Though it will be a bit of work to create a good UI around it.

Yes that's exactly what I'm planning to do. Each console can be uniquely identified so it will be automatically registered to your user in Ownfoil when logging in with Tinfoil....

I don't get it, how are you trying to run Ownfoil? With docker or simply Python?

I don't see how "bookwork" can impact Ownfoil is you are using Docker to run it. When using Docker, it will download an image that contains everything that is needed...

Can you try to: 1. Set the PUID and PGID values to the output of the `id` command, executed with the ˋpi` user 2. Run ˋsudo chmod -R 777 /home/pi/nas1/config`...