SSブログ
エステ

ubuntu へ netatalk 2.0.5 インストールの巻 [Netatalk]

以前構築したファイルサーバーのAFPのデーモンの動きが気になって、
netatalkを2.0.5にアップグレードしてあげよう!というところで、
ハマってしまい(^^;)AFPでうまくつながらなくなってしまいました。
(後になってわかったことですが、2.0.5をubuntuではなく、debianの
リポジトリから持ってきたのがダメだったようです。。)
それで、しかたなく、改めてファイルサーバを構築する羽目に・・・トホホです。
また試行錯誤の連続です。


以前のもコメントしましたが、USBメモリでのRAID1構築ができる
という条件からubuntu9.04server版を用います。

試しに、ubuntu9.10server版で試してみましたが、grub2のインストールで
エラーが出てダメでした。
最初は、/ のファイルシステムにext4を選んでインストールしていたのですが、
ダメで、ext3で再度チャレンジしましたがこちらもダメですね。
# 他、Fedora12などもやはりだめでした。途中でコケます。

というころで、ubuntu9.04serveをUSBメモリRAID1構成でインストールします。
netatalk2.0.5をインストールするために、もろもろライブラリをアップデート
するためにも9.04から9.10へバージョンを上げます。


インストール後、まず行うことは、9.04を最新版にすることです。

# apt-get update
# apt-get upgrade

こちらが終了したところで、

# apt-get install update-manager-core
# do-release-upgrade

こちらの呪文で、9.04から9.10にバージョンアップできます♪

そして、こちらから、netatalk2.0.5をダウンロードします。

たとえば、こんな感じで、

早速、
# dpkg -i netatalk_2.0.5-3_i386.deb 

Selecting previously deselected package netatalk.
(Reading database ... 31488 files and directories currently installed.)
Unpacking netatalk (from netatalk_2.0.5-3_i386.deb) ...
dpkg: dependency problems prevent configuration of netatalk:
 netatalk depends on libcrack2 (>= 2.8.12); however:
  Package libcrack2 is not installed.
 netatalk depends on libdb4.8; however:
  Package libdb4.8 is not installed.
dpkg: error processing netatalk (--install):
 dependency problems - leaving unconfigured
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Errors were encountered while processing:
 netatalk

・・・と、 libcrack2、libdb4.8がないよん、と。
では、ということで。。呪文を。

# apt-get install -f

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  wcatalan cracklib-runtime binutils-static dictionaries-common libcrack2
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  cracklib-runtime dictionaries-common libcrack2 wcatalan
Suggested packages:
  ispell emacsen-common jed-extra
Recommended packages:
  wordlist
The following packages will be REMOVED:
  netatalk
The following NEW packages will be installed:
  cracklib-runtime dictionaries-common libcrack2 wcatalan
0 upgraded, 4 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 2,038kB of archives.
After this operation, 6,812kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://jp.archive.ubuntu.com karmic/main libcrack2 2.8.13-10 [182kB]
Get:2 http://jp.archive.ubuntu.com karmic/main cracklib-runtime 2.8.13-10 [25.8kB]
Get:3 http://jp.archive.ubuntu.com karmic/main dictionaries-common 1.2.1ubuntu1 [287kB]
Get:4 http://jp.archive.ubuntu.com karmic/main wcatalan 0.6-7 [1,544kB]
Fetched 2,038kB in 1s (1,217kB/s)        
Preconfiguring packages ...
(Reading database ... 31648 files and directories currently installed.)
Removing netatalk ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Selecting previously deselected package libcrack2.
(Reading database ... 31500 files and directories currently installed.)
Unpacking libcrack2 (from .../libcrack2_2.8.13-10_i386.deb) ...
Selecting previously deselected package cracklib-runtime.
Unpacking cracklib-runtime (from .../cracklib-runtime_2.8.13-10_i386.deb) ...
Selecting previously deselected package dictionaries-common.
Unpacking dictionaries-common (from .../dictionaries-common_1.2.1ubuntu1_all.deb) ...
Adding `diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
Selecting previously deselected package wcatalan.
Unpacking wcatalan (from .../wcatalan_0.6-7_all.deb) ...
Processing triggers for man-db ...
Setting up libcrack2 (2.8.13-10) ...

Setting up cracklib-runtime (2.8.13-10) ...

Setting up dictionaries-common (1.2.1ubuntu1) ...

Setting up wcatalan (0.6-7) ...

Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

libdb4.8は入らなかったようなので、持ってきます。



そして、再び、

# dpkg -i netatalk_2.0.5-3_i386.deb 

今度は、OKです[ぴかぴか(新しい)]

あと、Zeroconfのための、avahiも入れておきます。

# apt-get install avahi-daemon

あとは、設定。


# vi /etc/netatalk/AppleVolumes.default 

最終行に以下を追記します。
:DEFAULT: maccharset:MAC_JAPANESE volcharset:UTF8 options:usedots,upriv dperm:0700 fperm:0600 cnidscheme:dbd

/dev/shm "ramdisk" allow:nao cnidscheme:dbd
/st1/nao "nao" allow:nao cnidscheme:dbd
~~~~~~~~~~~~~~~環境に合わせて適当に書き換えてネ

# vi /etc/netatalk/afpd.conf

最終行に以下を追記します。

- -tcp -uamlist uams_clrtxt.so,uams_dhx2.so -nosavepassword
- -maccodepage MAC_JAPANESE -unixcodepage UTF8

# vi /etc/default/netatalk 

(デフォルト)
ATALK_MAC_CHARSET='MAC_ROMAN'
ATALK_UNIX_CHARSET='LOCALE'
 ↓
(修正後)
ATALK_MAC_CHARSET='MAC_JAPANESE'
ATALK_UNIX_CHARSET='UTF8'

(デフォルト)
ATALKD_RUN=yes
PAPD_RUN=yes
CNID_METAD_RUN=no
AFPD_RUN=yes
TIMELORD_RUN=no
A2BOOT_RUN=no
 ↓
(修正後)
ATALKD_RUN=no
PAPD_RUN=no
CNID_METAD_RUN=yes
AFPD_RUN=yes
TIMELORD_RUN=no
A2BOOT_RUN=no

こちらのファイルは新規作成。
# vi /etc/avahi/services/afpd.service

以下の内容を書き込みます。

<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
  <name replace-wildcards="yes">%h</name>
  <service>
    <type>_afpovertcp._tcp</type>
    <port>548</port>
  </service>
</service-group>

設定は以上。


そして、サービスを再起動。

# /etc/init.d/avahi-daemon restart
# /etc/init.d/netatalk restart

あ、つながった、つながった[晴れ]


nice!(0)  コメント(23)  トラックバック(0) 
共通テーマ:パソコン・インターネット

nice! 0

コメント 23

Jeashibia

Ribavirin Buy Isotretinoin Acnetrex Viagra And Generic Drug <a href=http://4rxday.com>cialis online</a> Propecia Finasterid Soft Cialis Tabs 60 Mg. Order Xenical Uk Cialis Sin Receta <a href=http://bpdrug.com>priligy generico en argentina</a> Is Levlen The Same As Seasonique Forum Priligy 2012 Cialis Maux De Ventre
by Jeashibia (2019-01-14 01:17) 

Jeashibia

Purchasing Zentel In Internet Cephalexin Dose For Uti <a href=http://curerxshop.com>generic cialis canada</a> Kamagra Opiniones Efectos Secundarios 1 Mg Finasteride Side Effects Propecia Vloeibare Kamagra Sildenafil In Linea Buy Cialis No Prescription <a href=http://priliorder.com>buy dapoxetine paypal</a> Buy Dapoxetine Paypal Canadian Pill Store <a href=http://staminamen.com>buy generic cialis</a> Levitra Comment Le Prendre Venta De Priligy Cheap Viagra Uk
by Jeashibia (2019-01-26 15:50) 

Jeashibia

Amoxicillin Clavum Cialis Prix Lilly Viagra Per Impotenza Psicogena <a href=http://brandcial.com>cialis</a> Non Prescription Online Pharmaceuticals Levitra Viagra O Cialis Where To Order Stendra In Australia Cash Delivery Where Can I Buy Celebrex <a href=http://cure-rx.com>tadalafil cialis from india</a> Shop Generic Propecia Nolvadex Men Cialis No Prescription <a href=http://levitab.com>gen health levitra</a> Stendra Avana Internet Australia Viagra Efectos Secundarios Jovenes Amoxicillin Ointment Tomar Viagra Anos Cheaper Way To Buy Propecia Cephalexin Metformin <a href=http://cialonlineno.com>cialis prices</a> Zentel Cod Accepted Overseas Levitra 10 Mg Pages Jaunes No Prescription Permiso Propecia Brand Name Propecia Male Pattern Hair Loss <a href=http://nefoc.com>propecia consumo</a> Cialis Frei Erhaltlich Vente Cialis Generique Ligne Comprimes Amoxil Propecia Androgenos Order Discount Clobetasol <a href=http://cialcost.com>cialis 40 mg</a> How To Last Longer Prevacid Solutab Discount
by Jeashibia (2019-02-05 12:15) 

Jeashibia

Priligy Seguridad Social Canadian Pills Protonix Without A Rx <a href=http://vhsfp.com>online pharmacy</a> Zithromax Gum Disease
by Jeashibia (2019-02-18 11:52) 

AustJath

Get My Canadian Drugs Achat De Baclofene <a href=http://ciali10mg.com>generic cialis from india</a> Propecia Efectos Colaterales Je Peux Acheter Kamagra Where To Order Ciprofloxacin
by AustJath (2019-04-13 22:36) 

Jeashibia

Propecia Cause Prostata Actoplus Buy Cheap Plavix <a href=http://buyonlinecial.com>generic cialis from india</a> Propecia Side Effects Ambigram Generic Viagra From Us Pharmacy
by Jeashibia (2019-04-22 01:41) 

Jeashibia

Cheap Ed Pills Achat De Viagra France Is There A Generic Equivalent Of Cialis <a href=http://antabusefast.com>buy disulfiram</a> Blue Pill Canadian Pharmacy Where Can Propronolol Be Purchased
by Jeashibia (2019-04-23 13:33) 

AustJath

Propecia Prix Pharmacie <a href=http://deantxi.com>cheapest cialis 20mg</a> Cialis Y Eyaculacion
by AustJath (2019-05-02 23:42) 

StevNite

Preis Propecia 98 Stuck <a href=http://buycialcheap.com>buy cialis</a> High Dose Of Amoxicillin Precautions Venta De Cialis En Canarias
by StevNite (2019-05-12 13:24) 

StevNite

Get Real Cheap Hydrochlorothiazide Medicine Pills Store Priligy 30 O 60 <a href=http://cialviag.com>where to buy cialis online safely</a> Viagra Prescription Buy Kamagra Prescrizione France Priligy Belgique
by StevNite (2019-06-01 07:43) 

RebDyslew

Prix Xenical Espagne Tetracycline 500mg Cytotec5mg <a href=http://uscagsa.com>cialis no prescription</a> How Many Mg Amoxicillin For Dogs
by RebDyslew (2019-06-02 15:22) 

AustJath

Viagra Durata <a href=http://fzlaka.com>generic cialis</a> Hydrochlorothiazide Cod Accepted From Canada
by AustJath (2019-06-06 00:35) 

StevNite

Viagra E Gay Buy Cialis Online Without Prescription Cystitis Keflex <a href=http://tadalaffbuy.com>cialis tablets for sale</a> Effets Secondaires Viagra Et Cialis Cialis Per Le Donne
by StevNite (2019-06-13 10:39) 

AustJath

Accutane Buy Online <a href=http://oc-35.com>finasteride 5mg no prescription cheap</a> Viagra Con Envio Amoxil Generic Order Generic Isotretinoin Low Price Internet Overseas
by AustJath (2019-06-14 16:55) 

AustJath

Cialis En Europe <a href=http://kamxl.com></a> Amoxicillin Fish Tank
by AustJath (2019-06-19 10:19) 

StevNite

Levitra Pas Chere Provera Internet Visa Cod Only <a href=http://deantxi.com>cheapest cialis 20mg</a> Viagra Vegetale It
by StevNite (2019-06-29 11:05) 

StevNite

Precio Propecia Principio Activo <a href=http://leviprix.com>levitra expre delivery</a> Cialis Effetti Gravidanza
by StevNite (2019-07-10 14:26) 

RebDyslew

Priligy Necesita Receta Medica Free Viagra Rumalaya <a href=http://leviplus.com>levitra why so exspensive</a> Cephalexin Indications
by RebDyslew (2019-07-19 09:45) 

StevNite

Levaquin Scrotum Msc Propecia Acheter Tamoxifene <a href=http://ac-hut.com>cialis prices</a> Clomid Magasin L Homme Tarif Cialis 20mg
by StevNite (2019-07-20 12:10) 

AustJath

Acheter Viagra En Ligne Quebec Que Es Cialis <a href=http://yafoc.com>finasteride propecia precio</a> Asthma Inhaler Non Prescription Achat Cialis En Europe Buy Xenical Online Australia No Prescriptionalli
by AustJath (2019-07-27 06:18) 

Estuase

Escitalopram 10 Mg Buy jipliego https://ascialis.com/# - cialis generic name Oberamax Direct Doryx Bacterial Infections Best Website Wycombe Kiskiply <a href=https://ascialis.com/#>Cialis</a> Pasecababick Cialis Sublingual Review
by Estuase (2020-07-17 08:48) 

Fidelsic

MEET HOT LOCAL GIRLS TONIGHT WE GUARANTEE FREE SEX DATING IN YOUR CITY CLICK THE LINK:
<a href="https://about.me/alexa.smith">FREE SEX</a>
by Fidelsic (2021-07-19 09:36) 

jaeseu

I love it I'd love to see work like this and I've got some really cool results for you to see.
I'm so glad that you're updating us regarding this matter. Thanks for sharing.

제이나인 먹튀 카지노
제이나인 먹튀 보증 사이트
제이나인 먹튀 사이트 조회
제이나인 먹튀 인증
제이나인 온라인 카지노 추천
https://www.j9korea.com
<a href="https://www.j9korea.com" title="제이나인 토토 꽁 머니 ">제이나인 토토 꽁 머니 </a>
by jaeseu (2022-12-27 12:52) 

コメントを書く

お名前:
URL:
コメント:
画像認証:
下の画像に表示されている文字を入力してください。

トラックバック 0

この広告は前回の更新から一定期間経過したブログに表示されています。更新すると自動で解除されます。