Netatalk (サーバにTimeMachine?を構築する) †
tar xzvf netatalk-3.1.10.tar.gz
cd netatalk-3.1.10/
./configure --prefix=/usr --with-init-style=debian-sysv --enable-krbV-uam --with-pam-confdir=/etc/pam.d --with-tracker-pkgconfig-version=1.0 --with-cracklib
sudo time make -j16
sudo make install
netatalk -V
netatalk 3.1.10 - Netatalk AFP server service controller daemon
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version. Please see the file COPYING for further information and details.
netatalk has been compiled with support for these features:
Spotlight support: Yes
afpd: /usr/sbin/afpd
cnid_metad: /usr/sbin/cnid_metad
tracker manager: /usr/bin/tracker-control
dbus-daemon: /bin/dbus-daemon
afp.conf: /usr/etc/afp.conf
dbus-session.conf: /usr/etc/dbus-session.conf
netatalk lock file: /var/lock/netatalk
afpd -V
afpd 3.1.10 - Apple Filing Protocol (AFP) daemon of Netatalk
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later
version. Please see the file COPYING for further information and details.
afpd has been compiled with support for these features:
AFP versions: 2.2 3.0 3.1 3.2 3.3 3.4
CNID backends: dbd last tdb mysql
Zeroconf support: Avahi
TCP wrappers support: Yes
Quota support: Yes
Admin group support: Yes
Valid shell checks: Yes
cracklib support: Yes
EA support: ad | sys
ACL support: Yes
LDAP support: Yes
D-Bus support: Yes
Spotlight support: Yes
DTrace probes: Yes
afp.conf: /usr/etc/afp.conf
extmap.conf: /usr/etc/extmap.conf
state directory: /usr/var/netatalk/
afp_signature.conf: /usr/var/netatalk/afp_signature.conf
afp_voluuid.conf: /usr/var/netatalk/afp_voluuid.conf
UAM search path: /usr/lib/netatalk//
Server messages path: /usr/var/netatalk/msg/
sudo vi /usr/etc/afp.conf
insserv avahi-daemon
insserv netatalk
/etc/init.d/avahi-daemon start
/etc/init.d/netatalk start