Closed binarymelon closed 3 years ago
I'm not able to see any files or folders in multiman. Interestingly enough I can create directories, but not see them. I'm currently on the unraid
tag (as a troubleshooting step) but was having the same behaviour on latest
as well.
This is an UnRAID related issue, see here https://github.com/aldostools/webMAN-MOD/issues/333 there is no fix for this except for the workarounds described at the end of the issue thread, either the UnRAID devs have to fix this or aldos needs to implement a fix in ps3netsrv for this.
The unraid tag was just a test for the possible code fix from aldos but that didn't work and the change is also in the main branch already so the latest tag is the preferred one to use.
I have read and followed all troubleshooting steps from the README.md?
System configuration:
Please execute every command here and post the output. I will not answer tickets where these outputs are missing.
Output of
docker version
:Output of
docker ps -a -f "ancestor=shawly/ps3netsrv"
:Output of
docker logs CONTAINERNAME
(replace CONTAINERNAME with your ps3netsrv container's name):Output of
id
(you should be logged in with the user that owns your games directory):Output of
docker exec --user ps3netsrv CONTAINERNAME id
(replace CONTAINERNAME with your ps3netsrv container's name):Output of
ls -l /path/to/your/games/folder
:Output of
docker exec CONTAINERNAME ls -l /games
(replace CONTAINERNAME with your ps3netsrv container's name):My docker run command or my docker-compose.yml: