Removing AFP from SoftNAS
Symptoms
If you are not using Apple Filing Protocol (AFP) for shares with Apple clients, you can uninstall the packages related to AFP.
Purpose
This article describes how to uninstall the AFP related packages.
Resolution
Before uninstalling the AFP related packages you will need to disable AFP in the SoftNAS monitoring. While logged into the SoftNAS webUI go to Settings → Administrator → Monitoring. In the Services Monitoring section, make sure the radio button for AFP is set to No.
The AFP related services will need to disabled in the start scripts. Edit /var/www/softnas/scripts/start-nasservices.sh and comment out the first line for netatalk so that the line appears like below.
# service netatalk restart
To remove the AFP related package, you need to log into the CLI on your SoftNAS and have root privileges via su or sudo. Run the following command:
yum -y remove netatalk
You will get a line similar to the following:
Removed:
netatalk.x86_64 4:3.1.7-0.1.el
The AFP packages are now uninstalled from your SoftNAS.
Outage required: (if applicable)
No
Length of Outage:(if applicable)
Five minutes
Update History
02-01-2019 | KB Created |
|