Tue Jan 01, 2019 9:16 am by daemonblade
			
			
			zip wrote:can you troubleshoot a bit more? Are all the files immediately opened when you share the folder, or does the count rise as is scans one file at a time?
I'm not quite sure what you mean here. The photo-folder had been added onto "Library" > "Shared folders" with "Media type" of 
Image; at which point the open-file count starts to climb.
When I reboot my host, the serviio server starts up automatically; at which point I also notice the open-file count starts to spike against the configured serviio-user.
I have also noticed in some of the logs that:
-   Code:
 2018-12-20 20:05:28,411 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "/usr/local/bin/dcraw": error=2, No such file or directory
java.io.IOException: Cannot run program "/usr/local/bin/dcraw": error=2, No such file or directory
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
        at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:136)
Caused by: java.io.IOException: error=2, No such file or directory
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:251)
        at java.lang.ProcessImpl.start(ProcessImpl.java:134)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
        ... 1 more
2018-12-20 20:05:28,412 WARN  [MediaServer] DCRAW not found. Support for raw image files will be missing.
I'm not sure whether that is relevant to the open-file descriptor problem, though.