-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[HELP] Games not visible from Raspberry Pi4 server (games on USB HDD) #27
Comments
I updated the image last weekend, can you try using Does Also which standalone version did you use on your Pi4 before using Docker? |
Thank you, I try your new image and report back. Upon running your 2 suggested commands, I got listed all my ISO's and my single (folder) beta game of NFS MW 2012: pi@SRV:~ $ docker exec ps3netsrv ls -l /games/GAMES |
My webman version is the latest: v 1.72.42 (FULL). With "legacy" ps3netsrv, from the same PI, everything was working. Unfortunately same simptom with v1.6.0 install of your container: pi@SRV:~ $ docker run -d |
Before docker, I used: ps3netsrv_20220421, I complied it myself for the pi4. |
I am happy to confirm: your edge and v1.5.2 build as well working now successfully, I was able to scan all my games! The issue was, that once I disabled the legacy ps3netsrv service on my PI4, the webman setting: "Scan for LAN games/videos PS3NETSRV#1 IP:..." got un-tick. I ticked back, and tested both your v1.5.2 and edge versions too. This untick "bug" in webman happens after I remove the container, scan for games, 0 results. Then I manually need to tick the box again and scan my contents again.I used the edge version now, tested with NFS Carbon and Resistance: Fall of Man, which are (almost) fully disc based game, without game data installation. Did not encountered any performance issues. Is there any way I can contribute to proof that your container works on Raspberry PI4 with a HEN PS3 super slim? Thank you for the help! |
Glad it's working now! Somebody already supplied a compatibility report #19 and I already marked it as |
Super, thank you and your fantastic work! I close this issue as resolved. |
I have read and followed all troubleshooting steps from the README.md?
System configuration:
pi@SRV:~ $ docker run -d
--name=ps3netsrv
-p 38008:38008
-v /mnt/usbstorage/shared/ps3games:/games:rw
-e USER_ID=1000
-e GROUP_ID=1000
shawly/ps3netsrv:edge
Unable to find image 'shawly/ps3netsrv:edge' locally
edge: Pulling from shawly/ps3netsrv
9b18e9b68314: Already exists
3e264053f6bb: Pull complete
5340e95e1a13: Pull complete
3d0cfd521542: Pull complete
28e2e20a671a: Pull complete
Digest: sha256:76ec0a0bad691edd8926f582f9a32a28fe897b168612976fe0af1a23760eecec
Status: Downloaded newer image for shawly/ps3netsrv:edge
13705a706a153112d49d25412e2e57a8d21871e48f930eccfd2adac5d8d973fe
pi@SRV:~ $ ls -l /mnt/usbstorage/shared/ps3games
total 56
drwxrwxrwx 2 pi pi 4096 Jul 7 2020 BDISO
drwxrwxrwx 2 pi pi 4096 Sep 17 2021 DOWNLOADS
drwxrwxrwx 2 pi pi 4096 Jul 7 2020 DVDISO
drwxrwxrwx 2 pi pi 12288 Jul 7 2020 exdata
drwxrwxrwx 3 pi pi 4096 Aug 22 14:20 GAMES
drwxrwxrwx 6 pi pi 12288 Jul 30 20:06 PKG
drwxrwxrwx 2 pi pi 4096 Jul 7 2020 PS2ISO
drwxrwxrwx 2 pi pi 4096 Aug 22 13:56 PS3ISO
drwxrwxrwx 2 pi pi 4096 Jul 7 2020 PSPISO
drwxrwxrwx 2 pi pi 4096 Jul 7 2020 PSXISO
pi@SRV:~ $ docker exec ps3netsrv ls -l /games total 56
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Jul 7 2020 BDISO
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Sep 17 2021 DOWNLOADS
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Jul 7 2020 DVDISO
drwxrwxrwx 3 ps3netsrv ps3netsrv 4096 Aug 22 15:20 GAMES
drwxrwxrwx 6 ps3netsrv ps3netsrv 12288 Jul 30 21:06 PKG
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Jul 7 2020 PS2ISO
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Aug 22 14:56 PS3ISO
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Jul 7 2020 PSPISO
drwxrwxrwx 2 ps3netsrv ps3netsrv 4096 Jul 7 2020 PSXISO
drwxrwxrwx 2 ps3netsrv ps3netsrv 12288 Jul 7 2020 exdata
pi@SRV:~ $
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:
Hello, none of the games (ISO's) are found by webman mod on my ps3. It was working with normal ps3netsrv install on my pi4. Now, with the docker version (after I stopped the ps3netsrv installed on the pi 4), I am not able to see any of my PS3 ISO's. I tried edge and latest builds of ps3netsrv docker image.
The text was updated successfully, but these errors were encountered: