-
Notifications
You must be signed in to change notification settings - Fork 100
Installing Netatalk 2 on OmniOS
Daniel Markstedt edited this page Apr 8, 2024
·
9 revisions
This page contains notes on configuring and installing Netatalk on OmniOS Community Edition; specific version used for this article was r151044.
A git client as well as the autotools, gcc compiler and Berkeley DB are needed.
pkg install git libtool automake gcc7 bdb pkg-config
Here we assume a bootstrapped tarball release is used, so we skip the bootstrap step
./configure --with-bdb=/opt/ooce
make all
make install
OmniOS uses an old-school PAM configuration, so manual modification of /etc/pam.conf
is required
See one example in https://www.marzocchi.net/Olafsen/Software/NetatalkWithPAMIntegration?setview=en
Use the init script in /etc/rc2.d/S90netatalk
to control the Netatalk service.
Ex.
sudo /etc/rc2.d/S90netatalk start
sudo /etc/rc2.d/S90netatalk stop
Resources
- Getting Started
- FAQ
- Troubleshooting
- Connect to AFP Server
- Webmin Module
- Benchmarks
- Interoperability with Samba
OS Specific Guides
- Installing Netatalk on Alpine Linux
- Installing Netatalk on Debian Linux
- Installing Netatalk on Fedora Linux
- Installing Netatalk on FreeBSD
- Installing Netatalk on macOS
- Installing Netatalk on NetBSD
- Installing Netatalk on OmniOS
- Installing Netatalk on OpenBSD
- Installing Netatalk on OpenIndiana
- Installing Netatalk on openSUSE
- Installing Netatalk on Solaris
- Installing Netatalk on Ubuntu
Tech Notes
- Kerberos
- Special Files and Folders
- Spotlight
- MySQL CNID Backend
- Slow AFP read performance
- Limiting Time Machine volumes
- Netatalk and ZFS nbmand property
Retro AFP
Development