Samba for PS2 install seems to fail #42
-
Been attempting to get SAMBA for PS2 script running from the retronas menu but get what I think to be a permissions error. This is the output of the command running from terminal. https://pastebin.com/wvN23TX6 I can also provide the ansible.log if needed. The only failed section I see is the following: failed: [localhost] (item={'src': 'sony/playstation1/vcd', 'last': '', 'mister': '', 'retropie': '', 'batocera': '', 'recalbox': '', 'retroarch': '', 'ops2l': 'POPS', 'ps3netsrv': '', 'fspd': '', 'emuelec': '', 'smdb': ''}) => {"ansible_loop_var": "item", "changed": false, "gid": 1000, "group": "pi", "item": {"batocera": "", "emuelec": "", "fspd": "", "last": "", "mister": "", "ops2l": "POPS", "ps3netsrv": "", "recalbox": "", "retroarch": "", "retropie": "", "smdb": "", "src": "sony/playstation1/vcd"}, "mode": "0775", "msg": "src file does not exist, use "force=yes" if you really want to create the link: /storage/ps2/OpenPS2Loader/POPS/../../roms/sony/playstation1/vcd", "owner": "pi", "path": "/storage/ps2/OpenPS2Loader/POPS", "size": 10, "src": "../../roms/sony/playstation1/vcd", "state": "directory", "uid": 1000} PLAY RECAP ************************************************************************************************************* My permissions are listed as: https://pastebin.com/1nPGD08J Some other details of my setup:
The error seems pretty inconsequential but I could be missing something. Once the script completes no PS2 share shows up in the base \RETROSMB\ share. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 1 reply
-
Received an answer from the removed reddit thread I posted. Sorry about that.. figured it would be better visibility here and maybe help someone else. Wasn't sure if this may be a bug. Hopefully the user: sai_ruk will see this in this discussion. This fixed the issue: safe to assume your drive contains an existing PS2 folder structure? the POPS directory changes to a link to the generic roms dir for ps1 in later versions of RetroNAS that needs to be cleaned up manually, we don't assume the directory is empty and remove it. so if its empty you can just remove the POPS directory in /storage/retronas/ps2/OpenPS2Loader and rerun the install to setup PS2 successfully or rename it and rerun i supose |
Beta Was this translation helpful? Give feedback.
Received an answer from the removed reddit thread I posted. Sorry about that.. figured it would be better visibility here and maybe help someone else. Wasn't sure if this may be a bug. Hopefully the user: sai_ruk will see this in this discussion.
This fixed the issue:
safe to assume your drive contains an existing PS2 folder structure?
the POPS directory changes to a link to the generic roms dir for ps1 in later versions of RetroNAS that needs to be cleaned up manually, we don't assume the directory is empty and remove it.
so if its empty you can just remove the POPS directory in /storage/retronas/ps2/OpenPS2Loader and rerun the install to setup PS2 successfully
or rename it and rerun i s…