simonvetter / afpfs-ng

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

Danger, recursive loop #14

Open SheWhoKnocks opened 6 years ago

SheWhoKnocks commented 6 years ago

I have pulled the master branch down to my Ubuntu 16.04.3 machine and followed the installation instructions

sudo apt-get install g++ libfuse-dev libreadline-dev libncurses5-dev git ncurses-dev libreadline-dev ./configure && make && sudo make install && echo 'done!' sudo ldconfig

I mkdir a new directory in /media/Marketing then run the script mount_afp afp://Marketing-02:passwordgoeshere@"Marketing-01/Data/Marketing Share/" /media/Marketing-01/

this works, however if i go to copy any files from the time capsule i get the following loop of errors

rc.local[1175]: Danger, recursive loop

ognistyi commented 5 years ago

Got the same issue ( @ Ubuntu 16.04.6).