MinimServer Forum
Raspberry pi start up problem, no valid content directory found - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Raspberry pi start up problem, no valid content directory found (/showthread.php?tid=5131)



Raspberry pi start up problem, no valid content directory found - markovac - 07-12-2018 22:48

Hi, I just installed minimserver on my raspberry pi.
It starts automatically when I turn on the pi. Strangely I have a 'no valid content directory found'. After I run rescan, everything works fine. And the icon turns green.
Is there some setting to start it without rescanning manually?
Thanks


RE: Raspberry pi start up problem, no valid content directory found - simoncn - 07-12-2018 23:35

This means the content directory isn't mounted and available by the time MinimServer starts in the boot sequence. The solution is to set the MinimServer delayStart property so that MinimServer startup is delayed slightly until the content directory has been mounted.


RE: Raspberry pi start up problem, no valid content directory found - markovac - 09-12-2018 11:41

(07-12-2018 23:35)simoncn Wrote:  This means the content directory isn't mounted and available by the time MinimServer starts in the boot sequence. The solution is to set the MinimServer delayStart property so that MinimServer startup is delayed slightly until the content directory has been mounted.

Thanks, I will try that. This sounds reasonable.
M