{"id":3598,"date":"2012-07-11T01:05:39","date_gmt":"2012-07-10T16:05:39","guid":{"rendered":"http:\/\/oichinote.com\/plus\/?p=3598"},"modified":"2014-07-16T06:24:00","modified_gmt":"2014-07-15T21:24:00","slug":"installing-debianized-netatalk-3-0-on-ubuntu-10-04-in-english","status":"publish","type":"post","link":"https:\/\/oichinote.com\/plus\/2012\/07\/installing-debianized-netatalk-3-0-on-ubuntu-10-04-in-english.html","title":{"rendered":"Installing Debianized Netatalk 3.0 on Ubuntu 10.04 [edited]"},"content":{"rendered":"<p>Netatalk 3.0 has just released.<\/p>\n<p>Please check changing netatalk 3.0 from netatalk 2.X.<\/p>\n<ul>\n<li><a href=\"http:\/\/netatalk.sourceforge.net\/3.0\/htmldocs\/upgrade.html\" target=\"_blank\">Chapter 4. Upgrading from Netatalk 2<\/a><\/li>\n<\/ul>\n<p>I tried to install it by below steps.<\/p>\n<ul>\n<ol>\n<li>Debianize Netatalk 3.0 (to make .deb package)<\/li>\n<li>Build it<\/li>\n<li>Install it<\/li>\n<\/ol>\n<\/ul>\n<p>I am not a Debian developer, so this Debinaizing process may not exact. But the .deb package works well. If you have any comments, please leave it.<\/p>\n<p>I will start to describe these steps, I add a prompt where I am. If there is not any directory, it can take any where.<\/p>\n<ul>\n<li>[work dir]$ \u2026 working directory, such as &#8220;~\/work\/netatalk\/netatalk_3.0-dpkg<\/li>\n<li>[pkg dir]$ \u2026 source netatalk package directory. In this time, it is &#8220;~\/work\/netatalk\/netatalk_3.0-dpkg\/netatalk-3.0&#8221;<\/li>\n<\/ul>\n<p>My test environment is below:<\/p>\n<ul>\n<li>Server\n<ul>\n<li>PowerMac G4\/MDD<\/li>\n<li>Ubuntu 10.04 (EA, ACL, LDAP are installed)<\/li>\n<\/ul>\n<\/li>\n<li>Client A\n<ul>\n<li>iMac (mid 2007)<\/li>\n<li>OS X 10.6.8 Snow Leopard (LDAP is setuped)<\/li>\n<\/ul>\n<\/li>\n<li>Client B\n<ul>\n<li>Macbook Pro (early 2011)<\/li>\n<li>OS X 10.7.4 Lion<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h3>0. Preparing<\/h3>\n<p>If you installed old netatalk, you should uninstall it. It may cause some troubles.<\/p>\n<p>To uninstall netatalk, you have some way.<\/p>\n<p>If you have installed netatalk by Synapic or apt-get install, you can choose below:<\/p>\n<ul>\n<li>Synaptic package manager<\/li>\n<li>apt-get remove \/ purge<\/li>\n<\/ul>\n<p>If you have installed netatalk from original source package, you can uninstall below:<\/p>\n<pre>$ cd ~\/src\/netatalk-*\/\r\n$ sudo make uninstall<\/pre>\n<h3>1. Debianize Netatalk 3.0 (to make .deb package)<\/h3>\n<ol>\n<li>Install packages to build Debian package<\/li>\n<li>Download and extract Netatalk tar ball<\/li>\n<li>Download and extract debian package of netatalk 2.2.2<\/li>\n<li>Make a Debian package<\/li>\n<li>Edit files in the package<\/li>\n<li>Install related packages<\/li>\n<\/ol>\n<h4>1.1 Install packages to build Debian package<\/h4>\n<p>Install below packages to build and make a Debian package.<\/p>\n<ul>\n<li>dpkg-dev<\/li>\n<li>fakeroot<\/li>\n<li>dh-make<\/li>\n<\/ul>\n<pre>$ sudo apt-get install dpkg-dev fakeroot\r\n$ sudo apt-get install build-essential\r\n$ sudo apt-get install dh-make<\/pre>\n<h4>1.2 Download and extract Netatalk tar ball<\/h4>\n<p>Download the original Netatalk source tar ball.<\/p>\n<ul>\n<li><a href=\"http:\/\/netatalk.sourceforge.net\/\" target=\"_blank\">Netatalk \u2013 Networking Apple Macintosh through Open Source<\/a><\/li>\n<\/ul>\n<pre>[work dir]$ wget http:\/\/sourceforge.net\/projects\/netatalk\/files\/netatalk\/3.0\/netatalk-3.0.tar.bz2\r\n[work dir]$ tar xvjf netatalk-3.0.tar.bz2<\/pre>\n<h4>1.3 Download and extract debian package of netatalk 2.2.2<\/h4>\n<ul>\n<li><a href=\"https:\/\/launchpad.net\/ubuntu\/+source\/netatalk\" target=\"_blank\">\u201cnetatalk\u201d package : Ubuntu<\/a><\/li>\n<\/ul>\n<p>Click a triangle sign at 2.2.2-1, then download netatalk_2.2.2-1.debian.tar.gz.<\/p>\n<pre>[work dir]$ wget https:\/\/launchpad.net\/ubuntu\/+archive\/primary\/+files\/netatalk_2.2.2-1.debian.tar.gz\r\n[work dir]$ tar xvzf netatalk_2.2.2-1.debian.tar.gz<\/pre>\n<h4>1.4 Make a Debian package<\/h4>\n<p>This step is main part of this article.<\/p>\n<ol>\n<li>Make &#8220;debian&#8221; directry by dh_make<\/li>\n<li>Overwrite files by 2.2.2-1 files<\/li>\n<\/ol>\n<h5>1.4.1 Make &#8220;debian&#8221; directry by dh_make<\/h5>\n<pre>[work dir]$ ls\r\ndebian  netatalk-3.0  netatalk-3.0.tar.bz2  netatalk_2.2.2-1.debian.tar.gz\r\n[work dir]$ cd netatalk-3.0\r\n[pkg dir]$ <span style=\"color: #ff0000;\">dh_make --createorig --single<\/span>\r\nldap_sasl_interactive_bind_s: Local error (-2)\r\n    additional info: SASL(0): successful result: \r\nMaintainer name : Foo Bar\r\nEmail-Address   : foo@example.com \r\nDate            : Mon, 09 Jul 2012 21:54:11 +0900\r\nPackage Name    : netatalk\r\nVersion         : 3.0\r\nLicense         : blank\r\nUsing dpatch    : no\r\nUsing quilt     : no\r\nType of Package : Single\r\nHit &lt;enter&gt; to confirm: \r\nDone. Please edit the files in the debian\/ subdirectory now. netatalk\r\nuses a configure script, so you probably don't have to edit the Makefiles.<\/pre>\n<h4>1.5 Edit the package<\/h4>\n<p>This is the most important step.<\/p>\n<ol>\n<li>Edit [pkg dir]\/debian\/rules (configure option)<\/li>\n<li>Edit [pkg dir]\/debian\/shlibs.local (library dependency)<\/li>\n<li>Edit [pkg dir]\/debian\/rules (cheats)<\/li>\n<li>Edit [pkg dir]\/debian\/rules (other changes)<\/li>\n<\/ol>\n<h5>1.5.1 Edit [pkg dir]\/debian\/rules (configure option)<\/h5>\n<p>configure option is changed on Netatalk 3.0, so you have to change rules file.<\/p>\n<pre class=\"hljs\"><code>DEB_CONFIGURE_EXTRA_FLAGS := \\\r\n        --with-shadow --enable-fhs              \\\r\n        --enable-overwrite      \\\r\n        --enable-krbV-uam       \\\r\n        --with-libgcrypt-dir                    \\\r\n        --with-cracklib=\/var\/cache\/cracklib\/cracklib_dict       \\\r\n        --enable-zeroconf       \\\r\n        --with-init-style=debian\r\n<\/code><\/pre>\n<h5>1.5.2 Edit [pkg dir]\/debian\/shlibs.local (library dependency)<\/h5>\n<p>This file is written about library dependencies. If there is not this file, you will occur below error.<\/p>\n<pre>dpkg-shlibdeps: error: no dependency information found for \/usr\/lib\/libatalk.so.0 (used by debian\/netatalk\/usr\/sbin\/cnid_dbd).<\/pre>\n<p>To resolve this, I add a file &#8220;debian\/shlibs.local&#8221;.<\/p>\n<pre class=\"hljs\"><code>libatalk 0 libdb-dev<\/code><\/pre>\n<p>This may not exact dependency, but it is enough to build this package.<\/p>\n<h5>1.5.3 Edit [pkg dir]\/debian\/rules (a cheat)<\/h5>\n<p>The standard Ubuntu 10.04 cannot satisfy a package &#8220;cdbs (&gt;= 0.4.72~)&#8221; defined in debian\/control.<\/p>\n<p>You have two way to resolve this problem.<\/p>\n<ul>\n<li>To use unofficial Ubuntu PPA\n<ul>\n<li><a href=\"http:\/\/www.ubuntuupdates.org\/ppa\/webupd8?dist=lucid\" target=\"_blank\">UbuntuUpdates \u2013 PPA: Webupd8<br \/>\n<\/a><\/li>\n<\/ul>\n<\/li>\n<li>Ignoring requirement<\/li>\n<\/ul>\n<p>If you choose &#8220;Ignoring requirement&#8221;, you have to edit debian\/rules. (not debian\/control) Add &#8220;#&#8221; at the top of line.<\/p>\n<pre><span style=\"color: #ff0000;\">#<\/span>include \/usr\/share\/cdbs\/1\/rules\/upstream-tarball.mk<\/pre>\n<p>And add a build option when build.<\/p>\n<p>This article this way.<\/p>\n<h5>1.5.4 Edit [pkg dir]\/debian\/rules (other changes)<\/h5>\n<p>There are other some changes.<\/p>\n<p>You can download the patch files for debian\/rules from here.<\/p>\n<ul>\n<li><a href=\"https:\/\/oichinote.com\/plus\/files\/2012\/07\/debian-rules-3.0_20121004.patch_.gz\">debian-rules-3.0_20121004.patch_.gz<\/a> (updated 2012-10-04 21:07)<\/li>\n<\/ul>\n<pre>[pkg dir]$ gzip -dc debian-rules-3.0_20121004.patch_.gz | patch debian\/rules<\/pre>\n<h4>1.6 Install related packages<\/h4>\n<p>Install other packages described in debian\/control.<\/p>\n<pre>$ sudo apt-get install\\\r\ncdbs\\\r\nautotools-dev\\\r\ndevscripts\\\r\ndebhelper\\\r\ndh-buildinfo\\\r\nlibdb-dev\\\r\nlibwrap0-dev\\\r\nlibpam0g-dev\\\r\nlibcups2-dev\\\r\nlibkrb5-dev\\\r\nlibltdl3-dev\\\r\nlibgcrypt11-dev\\\r\nlibcrack2-dev\\\r\nlibavahi-client-dev\\\r\nd-shlibs\\\r\nhardening-includes<\/pre>\n<h3>2. Build it<\/h3>\n<p>You can start to build by this command.<\/p>\n<pre>[pkg dir]$ dpkg-buildpackage -us -uc -rfakeroot -d<\/pre>\n<p>It takes time for a while.<\/p>\n<p>&#8220;<span style=\"color: #ff0000;\">-us -uc<\/span>&#8221; option <span style=\"color: #ff0000;\">is<\/span> for <span style=\"color: #ff0000;\">no sign<\/span>, so you are <span style=\"color: #ff0000;\">prohibited to upload<span style=\"color: #000000;\"> this package<\/span><\/span>.<\/p>\n<p>&#8220;-d&#8221; option is for ignoring dependency.<\/p>\n<p>Then you can find .deb packages in the [work dir].<\/p>\n<pre>[work dir]$ ls\r\nnetatalk-3.0                    <span style=\"color: #ff0000;\">netatalk_3.0-1.dsc<\/span>\r\nnetatalk-3.0.tar.bz2            <span style=\"color: #ff0000;\">netatalk_3.0-1_powerpc.changes<\/span>\r\nnetatalk_2.2.2-1.debian.tar.gz  <span style=\"color: #ff0000;\">netatalk_3.0-1_powerpc.deb<\/span>\r\n<span style=\"color: #ff0000;\">netatalk_3.0-1.diff.gz<\/span>          <span style=\"color: #ff0000;\">netatalk_3.0.orig.tar.gz<\/span><\/pre>\n<h3>3. Install it<\/h3>\n<p>If you have not run avahi-daemon yet, start it.<\/p>\n<pre>$ sudo service avahi-daemon start\r\navahi-daemon start\/running, process 17177<\/pre>\n<p>Finally you can install Netatalk 3.0. And check the configuration.<\/p>\n<pre>[work dir]$ sudo dpkg -i netatalk_3.0-1_powerpc.deb\r\n$ sudo service netatalk stop\r\n$ \/sbin\/afpd -V\r\nafpd 3.0 - Apple Filing Protocol (AFP) daemon of Netatalk\r\n\r\nThis program is free software; you can redistribute it and\/or modify it under\r\nthe terms of the GNU General Public License as published by the Free Software\r\nFoundation; either version 2 of the License, or (at your option) any later\r\nversion. Please see the file COPYING for further information and details.\r\n\r\nafpd has been compiled with support for these features:\r\n\r\n          AFP versions:    2.2 3.0 3.1 3.2 3.3 \r\n         CNID backends:    dbd last tdb \r\n      Zeroconf support:    Avahi\r\n  TCP wrappers support:    Yes\r\n         Quota support:    Yes\r\n   Admin group support:    Yes\r\n    Valid shell checks:    Yes\r\n      cracklib support:    Yes\r\n            EA support:    ad | sys\r\n           ACL support:    Yes\r\n          LDAP support:    Yes\r\n\r\n              afp.conf:    \/etc\/afp.conf\r\n       state directory:    \/var\/netatalk\/\r\n    afp_signature.conf:    \/var\/netatalk\/afp_signature.conf\r\n      afp_voluuid.conf:    \/var\/netatalk\/afp_voluuid.conf\r\n       UAM search path:    \/lib\/netatalk\/\r\n  Server messages path:    \/var\/netatalk\/msg\/<\/pre>\n<p>After that change the \u201c\/etc\/afp.conf\u201d. Below is an example.<\/p>\n<pre class=\"hljs\"><code>;\r\n; Netatalk 3.x configuration file\r\n;\r\n\r\n[Global]\r\n    vol preset = default_for_all_volumes\r\n    log file = \/var\/log\/netatalk.log\r\n\r\n[default_for_all_volumes]\r\n    file perm = 0600\r\n    directory perm = 0700\r\n\r\n[Homes]\r\n    basedir regex = \/home\r\n\r\n[MY_TIMEMACHINE]\r\n    path = \/afp\/time_capsule\r\n    time machine = yes\r\n    vol size limit = 1024\r\n\r\n[Shared]\r\n    path = \/afp\/shared\r\n    file perm = 0666\r\n    directory perm = 0777\r\n<\/code><\/pre>\n<p>Finally you can start netatalk service.<\/p>\n<pre>$ sudo service netatalk start\r\nStarting Netatalk services:  netatalk.<\/pre>\n<p>Then check behavior the netatalk.<\/p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th><\/th>\n<th>Mac OS X 10.6.8<\/th>\n<th>OS X 10.7.4<\/th>\n<\/tr>\n<tr>\n<th>To find the server from finder<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>To make a folder<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>To copy a file from Mac to Ubuntu<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>To copy a file from Ubuntu to Mac<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>Permission of the copied file<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>Time stamp of the copied file<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>File extended attributes<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>Special characters such as &#8220;:&#8221;<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>Long file name<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<tr>\n<th>Backup by TimeMachine<\/th>\n<td style=\"text-align: center;\">OK<\/td>\n<td style=\"text-align: center;\">OK<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>File extended attributes are different between Mac and Ubuntu.<\/p>\n<p>Mac<\/p>\n<pre>$ xattr ScreenShot.png\r\ncom.apple.FinderInfo\r\ncom.apple.metadata:kMDItemIsScreenCapture\r\ncom.apple.metadata:kMDItemScreenCaptureType<\/pre>\n<p>Ubuntu<\/p>\n<pre>$ getfattr ScreenShot.png\r\n# file: Screen Shot 2012-06-02 at 0.46.46.png\r\nuser.com.apple.metadata:kMDItemIsScreenCapture\r\nuser.com.apple.metadata:kMDItemScreenCaptureType\r\nuser.org.netatalk.Metadata<\/pre>\n<p>The name of the file extended attributes are different between Mac and Ubuntu. But they have same contents.<\/p>\n<p>HAT taught me its meaning by comments.<\/p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th><\/th>\n<th>OS X<\/th>\n<th>netatalk<\/th>\n<\/tr>\n<tr>\n<th>File Extended Attribute<\/th>\n<td style=\"text-align: center;\">com.apple.FinderInfo<\/td>\n<td style=\"text-align: center;\">user.org.netatalk.Metadata<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&#8220;user.org.netatalk.Metadata&#8221; contains &#8220;com.apple.FinderInfo&#8221; as an AppleDouble format. This is implemented from netatalk 3.0.<\/p>\n<p>&#8220;com.apple.FinderInfo&#8221; was stored in the &#8220;.AppleDouble\/FILE&#8221; until netatalk 2.x.<\/p>\n<p>You can check the contents of &#8220;user.org.netatalk.Metadata&#8221; by &#8220;apple_dump&#8221; command on netatalk. It dumps AppleSingle\/AppleDouble format data.<\/p>\n<p>If you want to uninstall netatalk, you can use following way.<\/p>\n<pre>$ sudo dpkg --purge netatalk<\/pre>\n<p>Don&#8217;t forget to backup \/etc\/netatalk\/afp.conf, if necessary.<\/p>\n<p>(edited 2012-09-26 22:42)<\/p>\n<p>This article has some errors. This package will fail to install at first and to purge netatalk.<\/p>\n<p>I have resolved this problem, but I don&#8217;t have time to revise.<\/p>\n<p>Below steps are needed.<\/p>\n<ul>\n<li>Revise debian\/rules<\/li>\n<li>Revise debian\/control<\/li>\n<li>Add debian\/postrm<\/li>\n<\/ul>\n<p>(edited 2012-10-04 21:07)<\/p>\n<p>I updated the patch file for debin\/rules. It has a minimum changing to fix fatal installing error.<\/p>\n<p>HAT told me this problem, and this problem founded in blow article. Thank you!<\/p>\n<ul>\n<li><a href=\"http:\/\/notes.vanu.jp\/post\/32196965319\/netatalk3\" target=\"_blank\">temporary tokage notes \u2022 netatalk3.0 \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u8a18\u9332<\/a> (in Japanese)<\/li>\n<\/ul>\n<p>(edited 2014-07-16 06:23)<\/p>\n<p>There is a new article. Please refer it.<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><a href=\"https:\/\/oichinote.com\/plus\/2014\/07\/installing-debianized-netatalk-3-1-3-on-ubuntu-14-04.html\" rel=\"_RAclick\">Installing Debianized Netatalk 3.1.3 on Ubuntu 14.04 : \u30d7\u30e9\u30b9\u03b1\u7a7a\u9593<\/a> <em>(2014\u5e747\u670813\u65e5)<\/em><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3>[References]<\/h3>\n<ul>\n<li><a href=\"http:\/\/www003.upp.so-net.ne.jp\/hat\/netatalk\/andsamba.html\" target=\"_blank\">Netatalk and Samba<\/a> (In Japanese)<\/li>\n<li><a href=\"http:\/\/faceted.wordpress.com\/2011\/05\/18\/howto-build-a-trivial-debian-package-with-dh_make\/\" target=\"_blank\">Howto build a trivial Debian package with dh_make \u00ab I Might Be Wrong<\/a><\/li>\n<li><a href=\"http:\/\/www.debian.org\/doc\/manuals\/maint-guide\/dreq.en.html\" target=\"_blank\">Chapter 4. Required files under the debian directory<\/a><\/li>\n<li><a href=\"http:\/\/vdt.cs.wisc.edu\/internal\/native\/debian-source-package.html\" target=\"_blank\">Debian Source Packaging Recipe<\/a><\/li>\n<li><a href=\"http:\/\/chocokanpan.net\/archives\/364\" target=\"_blank\">ThinkPad X100e \u3067\u52d5\u753b\u518d\u751f\u652f\u63f4 \u00ab chocokanpan BLOG<\/a> (In Japanese)<\/li>\n<li><a href=\"http:\/\/www.mattvsworld.com\/blog\/2010\/01\/useful-dh_shlibdeps-arguments\/\" target=\"_blank\">useful dh_shlibdeps arguments \u2014 matt vs world<\/a><\/li>\n<\/ul>\n<h3>[Related Articles]<\/h3>\n<ul>\n<li><a href=\"https:\/\/oichinote.com\/plus\/2012\/07\/installing-debianized-netatalk-3-0-on-ubuntu-10-04.html\" rel=\"_RAclick\">Netatalk 3.0\u3092debian\u5316\u3057\u3066Ubuntu 10.04\u306bdpkg\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb[\u8ffd\u8a18\u3042\u308a] : \u30d7\u30e9\u30b9\u03b1\u7a7a\u9593<\/a> (In Japanese)<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Netatalk 3.0 has just released. Please check changing netatalk 3.0 from netatalk 2.X. Chapter 4. Upgrading fro [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"\u65b0\u3057\u3044\u8a18\u4e8b\u300eInstalling Debianized Netatalk 3.0 on Ubuntu 10.04 [edited]\u300f\u3092\u6295\u7a3f\u3057\u307e\u3057\u305f\u3002\u8aad\u3093\u3067\u3044\u305f\u3060\u3051\u308b\u3068\u5b09\u3057\u3044\u3067\u3059\u3002","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[30],"tags":[],"class_list":["post-3598","post","type-post","status-publish","format-standard","hentry","category-netatalk"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":2953,"url":"https:\/\/oichinote.com\/plus\/2012\/06\/installing-debianized-netatalk-3-0-beta2-on-ubuntu-10-04.html","url_meta":{"origin":3598,"position":0},"title":"Installing Debianized Netatalk 3.0 beta2 on Ubuntu 10.04[EDITED]","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2012\u5e746\u67082\u65e5","format":false,"excerpt":"Netatalk 3.0beta2 has just released. I tried to in\u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2016,"url":"https:\/\/oichinote.com\/plus\/2011\/07\/how-to-install.html","url_meta":{"origin":3598,"position":1},"title":"How to install netatalk 2.2beta4 to Ubuntu 10.04 by dpkg","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2011\u5e747\u670813\u65e5","format":false,"excerpt":"netatalk 2.2beta4 has released, and a deb package \u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12423,"url":"https:\/\/oichinote.com\/plus\/2014\/07\/installing-debianized-netatalk-3-1-3-on-ubuntu-14-04.html","url_meta":{"origin":3598,"position":2},"title":"Installing Debianized Netatalk 3.1.3 on Ubuntu 14.04[Edited]","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2014\u5e747\u670813\u65e5","format":false,"excerpt":"One year ago, I've installed netatalk 3.0 with a d\u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3578,"url":"https:\/\/oichinote.com\/plus\/2012\/07\/installing-debianized-netatalk-3-0-on-ubuntu-10-04.html","url_meta":{"origin":3598,"position":3},"title":"Netatalk 3.0\u3092debian\u5316\u3057\u3066Ubuntu 10.04\u306bdpkg\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb[\u8ffd\u8a18\u3042\u308a]","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2012\u5e747\u67089\u65e5","format":false,"excerpt":"Netatalk 3.0\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u307e\u3057\u305f\u3002 Netatalk 2.x\u304b\u3089\u306e\u5909\u66f4\u70b9\u306f\u3001\u6b21\u306eweb\u30da\u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2919,"url":"https:\/\/oichinote.com\/plus\/2012\/05\/netatalk-2-2-3-debian-dpkg-ubuntu-10-04-install.html","url_meta":{"origin":3598,"position":4},"title":"netatalk 2.2.3\u3092debian\u5316\u3057\u3066Ubuntu 10.04\u306bdpkg\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2012\u5e745\u670824\u65e5","format":false,"excerpt":"\u5148\u65e5\u3001netatalk 2.2.3\u304c\u30ea\u30ea\u30fc\u30b9\u3055\u308c\u305f\u306e\u3067\u3001\u65e9\u901f\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3057\u305f\u3002 Ubuntu 1\u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1992,"url":"https:\/\/oichinote.com\/plus\/2011\/06\/ubuntu-1004neta-2.html","url_meta":{"origin":3598,"position":5},"title":"Ubuntu 10.04\u306bnetatalk 2.2beta4\u3092dpkg\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb","author":"\u304a\u5e02\u306e\u304b\u305f","date":"2011\u5e746\u670819\u65e5","format":false,"excerpt":"HAT\u3055\u3093\u306b\u3001\u30b3\u30e1\u30f3\u30c8\u3067\u6559\u3048\u3066\u3044\u305f\u3060\u304d\u307e\u3057\u305f\u3002 11.10 Oneiric\u7528\u306e2.2-beta4\u306ed\u2026","rel":"","context":"netatalk","block_context":{"text":"netatalk","link":"https:\/\/oichinote.com\/plus\/category\/netatalk"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/posts\/3598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/comments?post=3598"}],"version-history":[{"count":18,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/posts\/3598\/revisions"}],"predecessor-version":[{"id":12467,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/posts\/3598\/revisions\/12467"}],"wp:attachment":[{"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/media?parent=3598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/categories?post=3598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oichinote.com\/plus\/wp-json\/wp\/v2\/tags?post=3598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}