simonvetter / afpfs-ng

afpfs-ng/libafpclient is an open source client for the Apple Filing Protocol
GNU General Public License v2.0
70 stars 34 forks source link

Airport express HD "Could not pick a matching UAM" #15

Open gugeswe opened 6 years ago

gugeswe commented 6 years ago

Hi, I have a problem probably related to my new experience in compiling source code to create a commands. When I run this command:afp_client mount -u main -p "mypassw" "severip":G_timemachine /media/folder I get this response: Could not pick a matching UAM

To be honest I don't even know what UAM means

Best Regards, gugeswe

pelaxa commented 6 years ago

Just running into this issue as well. I believe when we compiled, we did not have the proper encryption cypher libs available.

UAM = User Authentication Method/Module

try this command to see what i mean: > afp_client status

pelaxa commented 6 years ago

I found the solution: You need to make sure you install the following packges (for Ubuntu) apt-get install g++ libfuse-dev libreadline-dev libncurses5-dev libgmp3-dev libgcrypt11-dev

Then clean your folder if you have already built: sudo make clean

Then rebuild, and make sure to kill the afpfsd daemon and restart it