iTunes Server for Linux 動作せず
昨日導入を行ったmt-daapdですが、動作せず。
# service mt-daapd start
Starting DAAP server:
起動している用に見えますが、プロセスが見付かりません。
# ps aux | grep daapd
root 2863 0.0 0.2 4636 688 pts/2 S 18:09 0:00 grep daapd
/var/log/messagesを確認してみると
-----
May 8 15:59:04 hoge mt-daapd[1018]: Loading playlists
May 8 15:59:04 hoge mt-daapd[1018]: Initializing database
May 8 15:59:04 hoge mt-daapd[1018]: Starting mp3 scan
May 8 15:59:04 hoge mt-daapd[1018]: Error scanning MP3 files: Permission denied
May 8 15:59:04 hoge mt-daapd[1018]: Aborting
May 8 15:59:04 hoge mt-daapd[1017]: Rendezvous socket closed (daap server crashed?) Aborting.
May 8 15:59:04 hoge mt-daapd[1017]: Aborting
-----
どうやらMP3の指定先ディレクトリへのアクセス権が無いようです。
/etc/mt-daapd.confの
mp3_dirにて指定したディレクトリのパーミッションを777に変更してもだめです。
Sambaにてグループ共有しているため無理にDAAPを動作させなくとも
MP3ファイルの共有はできているのですが、、、残念!!
後程、玄箱にて再挑戦してみたいと思います。
「Linux」カテゴリの記事
- 外付けHDD データリカバリー(2012.04.13)
- MacOS風インターフェース PearLinux(Comice)(2012.03.20)
- レスキュー用 ブートLinux(2011.10.12)
- USBメモリ起動 BackTrack 5(2011.08.12)
- USBメモリ起動 Vine Linux 6.0(インストールのみ)(2011.08.11)



Comments