
#REMOVE NETATALK 3 FOR MAC#
I can rename the folder and move the folder but trying to delete = impossible!!Īny solution that works or is this a common problem for mac users? Windows users seems not to have this problem. It seems impossible to delete this folders from the NAS server, why is it like this!!!? Very frustrating! I also tried with sudo chflags -R nouchg (including complete path) but still the same problem when trying to delete Sudo rm -R -v foldername (including complete path)Īll the time I get the message "Directory not empty" Sudo rm -fd foldername (including complete path) Sudo rm -rfd foldername (including complete path) Sudo rm -r foldername (including complete path) Sudo rm -rf foldername (including complete path) I have also been trying with the terminal with following All the time it says when moving to trash "The operation can’t be completed because the item “” is in use." even though I have restarted both computer and server hundreds of times. Keep in mind though that this solution may open up your file server to security issues though which is why falling back onto SMB support might be a better solution and AFP should only really be used nowadays if you have to use it.For several days I have been trying to delete folders from a NAS server. So in Netatalk 3 this would replacing uam_dhx2.so and adding uams_guest.so ? In Netatalk 3, ‘allow’ has also been replaced by ‘valid users’. See here?: Bug #810732 “Netatalk shows kernel panic in syslog when trying t.” : Bugs : netatalk package : Ubuntu Adding “allow:nobody” to the relevant volume configs in fault was the final piece of the puzzle

This enabled me to connect to the server without crashing afpd but I couldn’t connect to my volumes since now I was “nobody”. On a hunch, I tried removing uam_dhx2 altogether and replaced it with uam_guest. I’m not really a developer so I don’t know anything about how Netatalk actually works or it’s faults & compatibility but on some older version of MacOS it seems that some people have had success changing the UAM.īeing on Lion, I cannot use the uams_dhx UAM instead of uam_dhx2. On OSMC to see if there are any clues as to whether it was a faulty install?
#REMOVE NETATALK 3 MAC OS#
What version of Mac OS are you running? Have you tried on other computers running macOS just to rule out any problems with the client? I just tried the method two days ago and it works as of High Sierra with a fresh install of OSMC and Netatalk 3.1.10 (which I had already downloaded since the last time I tried this).

Hope it helps anyone else having the problem! Then enable & reboot $ systemctl enable netatalk NOTE: If you want time machine remove the before ‘time machine’Ĭreate Avahi Service: /etc/avahi/services/rvice: NOTE: Don’t use “quotes” on path above, just put the spaces in if there are spaces to the directory with-dbus-sysconf-dir=/etc/dbus-1/system.d \Ĭhange /usr/local/etc/AFP.conf to:
#REMOVE NETATALK 3 DOWNLOAD#
Install dependancies: $ apt-get install build-essential libevent-dev libssl-dev libgcrypt11-dev libkrb5-dev libpam0g-dev libwrap0-dev libdb-dev libtdb-dev libmysqlclient-dev libavahi-client-dev libacl1-dev libldap2-dev libcrack2-dev avahi-daemon systemtap-sdt-dev libdbus-1-dev libdbus-glib-1-dev libglib2.0-dev libio-socket-inet6-perl tracker libtracker-sparql-1.0-dev libtracker-miner-1.0-devĬd to wherever you’ve put the netatalk download $ tar xvf netatalk-3.1.10.tar.bz2 If you haven’t enabled root yet run: (otherwise skip the step) $ sudo passwd root

Heres what I did and works a charm as of December 2016 on Raspberry Pi 3 with OSMC installed fresh today: $ sudo su Obviously this is over a year old and I hate to bump but eventually worked it out on my own and would like to share if future people have the same problem:
