-
Has anyone successfully logged in to netatalk2 from Mac OS 8.0? I am connected to my network via ethernet, my Mac does not pick up the retroafp server automatically but it does recognize it when I manually enter the IP address. I am able to access the server directory as a guest, but when I attempt to log in with my retronas username (which is "retronas") and password (which I changed to be 8 characters long, since that is the maximum that my Mac will let me enter) I get the following error: I am unfamiliar with AppleTalk and Macs in general, so any help is appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 7 replies
-
The "unknown user" Netatalk2 error is typically because you need to re-run the "username" and "password" tools in the RetroNAS Global Configuration section again AFTER installing Netatalk2. Some services in RetroNAS can use the Linux username/password. For example, Netatalk3 and advanced modern TCP/IP based AppleTalk security protocols can. However older DDP based AppleTalk protocols require a special hashed password to be written to disk that older computers access directly, which is why the need to re-do this step after installing Netatalk2. Samba is the same - all SMB protocols need their passwords hashed and stored separately to the Linux system, so users installing Samba must also re-do this process after installing their protocol of choice. Kind of annoying, but that's how these old protocols work. That password reset tool in RetroNAS goes looking for all the services it knows about, and sets them (and the Linux user) all with the same username/password across the board. It needs the specific password hashing tools installed from each project, which is why it has to be re-run after installing each family of protocol that supplies the matching password hashing tools. |
Beta Was this translation helpful? Give feedback.
-
solution: afppasswd was not being written and had to be manually set using |
Beta Was this translation helpful? Give feedback.
solution: afppasswd was not being written and had to be manually set using
sudo /opt/retronas/bin/netatalk2x/bin/afpexpect.sh [username] [password]