Odd Behavior - Folders Missing? (solved)

I may have found the issue, and it’s a very niche issue very specific to my setup. See this post here for more details: ->Failure to recognize half the files in a directory in Linux - Help & Support - sonarr :: forums

The TL;DR:

If you have the following

  1. XFS filesystem
  2. 32 bit OS
  3. Mono installed from packages
  4. Large partition

Then mono needs the D_FILE_OFFSET_BITS=64 option set before compiling. I haven’t confirmed that’s the issue, but it’s awfully coincidental that my system fits that bill exactly and having the exact same issue.

edit

Confirmed, after rebuilding with the new flag, the missing folders and files were displayed.

3 Likes