Skip to content
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

Netatalk 2: Fails to Install #316

Closed
rmervine opened this issue May 20, 2023 · 3 comments
Closed

Netatalk 2: Fails to Install #316

rmervine opened this issue May 20, 2023 · 3 comments

Comments

@rmervine
Copy link

I'm running a fresh install of RetroNAS that has Samba Installed. I attempted to install Netatalk 2. However, it fails at the end because it can't find the expected executables. Here is what I get at the end:

failed: [localhost] (item={'name': 'afpexpect.sh', 'dest': '/opt/retronas/bin/netatalk2x/bin', 'mode': '0754'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "d47d2d132dac2089aa80590b3c5d8b783d45b753", "item": {"dest": "/opt/retronas/bin/netatalk2x/bin", "mode": "0754", "name": "afpexpect.sh"}, "msg": "Destination directory /opt/retronas/bin/netatalk2x/bin does not exist"} failed: [localhost] (item={'name': 'AppleVolumes.default', 'dest': '/opt/retronas/bin/netatalk2x/etc/netatalk'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "fbfac377cf66e3ee448534f58b566fa3f991e467", "item": {"dest": "/opt/retronas/bin/netatalk2x/etc/netatalk", "name": "AppleVolumes.default"}, "msg": "Destination directory /opt/retronas/bin/netatalk2x/etc/netatalk does not exist"} failed: [localhost] (item={'name': 'afpd.conf', 'dest': '/opt/retronas/bin/netatalk2x/etc/netatalk'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "4d82779143c9f91f4b066bdc97674f67fac5a500", "item": {"dest": "/opt/retronas/bin/netatalk2x/etc/netatalk", "name": "afpd.conf"}, "msg": "Destination directory /opt/retronas/bin/netatalk2x/etc/netatalk does not exist"} failed: [localhost] (item={'name': 'atalkd.conf', 'dest': '/opt/retronas/bin/netatalk2x/etc/netatalk'}) => {"ansible_loop_var": "item", "changed": false, "checksum": "b481a73018dc7b235afc030dcfd6775aad2fb766", "item": {"dest": "/opt/retronas/bin/netatalk2x/etc/netatalk", "name": "atalkd.conf"}, "msg": "Destination directory /opt/retronas/bin/netatalk2x/etc/netatalk does not exist"}``

I went to browse to /opt/retronas/bin. And I can see netatalk2x directory. However, nothing is in the directory.

@ghost
Copy link

ghost commented May 22, 2023

I am also experiencing this exact issue

@sairuk
Copy link
Collaborator

sairuk commented May 22, 2023

i've fixed this installation in 11eec22 the problem was down to a missing build dependency you'll need to be on the testing branch

@sairuk sairuk closed this as completed May 22, 2023
@rmervine
Copy link
Author

Confirmed fix. All successful by going to update and moving to testing branch. Also confirmed Netatalk is 2.0 is properly working from my Mac OS 9 VM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants