Mike Weaver

Results 13 comments of Mike Weaver

No luck? This script is dead in its current state. Maybe we can set the Empire Version so that we can work with an older version of empire, when it...

I was unable to setup the platform without this pull request. Thank you @incertia

Some more research. This works for everything from UnRAID from 6.7.2 and lower. Version 6.8.0 and up have this problem. I have also tested the binary directly on the UnRAID...

A little more. When running directly on the Unraid Server (no docker) and trying to download a file over FTP after mounting, this is the output I get: ``` root@Tower:~#...

Here's the latest build, same issue: ``` root@Tower:~# ./ps3netsrv /mnt/user/games/ ps3netsrv build 20200523 (mod by aldostools) Path: /mnt/user/games Server IP #1: 198.168.0.16:38008 Server IP #2: 172.17.0.1:38008 Server IP #3: 192.168.122.1:38008...

@BenDaMAN303 That's actually me. I don't really think that creating a unique share for ps3netsrv and using specific split levels is a real solution. There's something going on here and...

Ok, after some more digging, I found a weird issue with `select_directories` in `VIsoFile.cpp` https://github.com/aldostools/webMAN-MOD/blob/master/_Projects_/ps3netsrv/src/VIsoFile.cpp#L422-L425 On the old versions of UnRaid, it returns with `DT_DIR` and works great. On UnRaid...

Here's a link to my bug report topic with UnRAID: https://forums.unraid.net/bug-reports/stable-releases/680-to-683-scandir-d_type-and-stat-errors-r942/ I created small `.cpp` files that make this easily re-createable: https://gist.github.com/miketweaver/92c61293f16ef3016f9a57472fff1ff3

@anpaulin Can you compile those `.cpp` files and see if you get the same error I described in the UnRAID bug report? That would let us know if your NTFS...

The unraid devs have come back and said it was an issue with the programming and not their problem. You can read their response here: https://forums.unraid.net/bug-reports/stable-releases/680-to-683-scandir-d_type-and-stat-errors-r942/ I currently don't have...