-
Notifications
You must be signed in to change notification settings - Fork 45
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
ps3netsrv install error #14
Comments
Same issue. Error I'm getting references the build of the tool:
|
I have the same issue with PS3netsrv. |
Many thanks for the report. This has been fixed with a new commit this morning. Please re-test and let me know how you go. |
Just tried it, works great, errors gone. Thank you!!! |
Great. Closing it up, but please report back if it breaks for anyone. |
Having no success with ps3netserv installation on my pi4/4gb w/ retropie image
It fails at this part:
TASK [ps3netsrv - build layout] **********************************************************************************************************************************************
failed: [localhost] (item={'src': '../../roms/sony/playstation3/games', 'dest': 'GAMES'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "GAMES", "src": "../../roms/sony/playstation3/games"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/GAMES/../../roms/sony/playstation3/games", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/GAMES", "size": 4096, "src": "../../roms/sony/playstation3/games", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/sony/playstation3/iso', 'dest': 'PS3ISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "PS3ISO", "src": "../../roms/sony/playstation3/iso"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/PS3ISO/../../roms/sony/playstation3/iso", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/PS3ISO", "size": 4096, "src": "../../roms/sony/playstation3/iso", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/sony/playstation2/dvd', 'dest': 'PS2ISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "PS2ISO", "src": "../../roms/sony/playstation2/dvd"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/PS2ISO/../../roms/sony/playstation2/dvd", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/PS2ISO", "size": 4096, "src": "../../roms/sony/playstation2/dvd", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/sony/playstation1/iso', 'dest': 'PSXISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "PSXISO", "src": "../../roms/sony/playstation1/iso"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/PSXISO/../../roms/sony/playstation1/iso", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/PSXISO", "size": 4096, "src": "../../roms/sony/playstation1/iso", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/sony/playstationportable/iso', 'dest': 'PSPISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "PSPISO", "src": "../../roms/sony/playstationportable/iso"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/PSPISO/../../roms/sony/playstationportable/iso", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/PSPISO", "size": 4096, "src": "../../roms/sony/playstationportable/iso", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/videos/bdiso', 'dest': 'BDISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "BDISO", "src": "../../roms/videos/bdiso"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/BDISO/../../roms/videos/bdiso", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/BDISO", "size": 4096, "src": "../../roms/videos/bdiso", "state": "directory", "uid": 1000}
failed: [localhost] (item={'src': '../../roms/videos/dvdiso', 'dest': 'DVDISO'}) => {"changed": false, "gid": 1000, "group": "pi", "item": {"dest": "DVDISO", "src": "../../roms/videos/dvdiso"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /data/retronas/ps3/ps3netsrv/DVDISO/../../roms/videos/dvdiso", "owner": "pi", "path": "/data/retronas/ps3/ps3netsrv/DVDISO", "size": 4096, "src": "../../roms/videos/dvdiso", "state": "directory", "uid": 1000}
to retry, use: --limit @/opt/retronas/ansible/install_ps3netsrv.retry
PLAY RECAP *******************************************************************************************************************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=1
Doesn't seem to think the sources exist.
So far I've:
-run as root
-manually created the directories
-edited the playbook to use the full path /data/retronas/roms/
all to no avail.
I've also checked out the install_ps3netsrv.retry file and it seems to be empty save for one line:
localhost
I've also tried updating permissions through the retronas script, with no success.
Any help would be appreciated! And if this is a dumb fix please forgive me :P
The text was updated successfully, but these errors were encountered: