|
From: Christian K. <li...@un...> - 2012-01-25 12:47:44
|
Hi,
I'm having some strange issues with netatalk 2.2.1-1 (Ubuntu Precise).
I need to share a read-only volume:
# Archiv 1
UUID=ce674ca7-7baf-4f13-b0b4-d669886c0f68 /data/archiv1 ext4 errors=ro,noauto 0 1
My AppleVolumes.default looks like:
:DEFAULT: options:upriv,usedots dbpath:/var/cache/dbd/$v dperm:0775 fperm:0664
/data/archiv1 "Archiv1" options:ro
For testing purposes I made /var/cache/dbd totally writeable:
$ ls -la /var/cache/dbd/
total 8
drwxrwxrwx 2 nobody root 4096 Jan 25 13:09 .
drwxr-xr-x 11 root root 4096 Jan 25 11:58 ..
Whenever I connect, I do get the following:
Jan 25 13:10:36 lisa afpd[30394]: read: Connection reset by peer
Jan 25 13:10:37 lisa cnid_metad[30369]: allocvolinfo("/data/archiv1"): No such file or directory
Jan 25 13:10:37 lisa afpd[30394]: read: Connection reset by peer
Jan 25 13:10:38 lisa cnid_metad[30369]: allocvolinfo("/data/archiv1"): No such file or directory
Jan 25 13:10:38 lisa afpd[30394]: read: Connection reset by peer
Jan 25 13:10:39 lisa cnid_metad[30369]: allocvolinfo("/data/archiv1"): No such file or directory
Jan 25 13:10:39 lisa afpd[30394]: read: Connection reset by peer
Jan 25 13:10:39 lisa afpd[30394]: transmit: Request to dbd daemon (db_dir /data/archiv1) timed out.
Jan 25 13:10:39 lisa afpd[30394]: Reopen volume /data/archiv1 using in memory temporary CNID DB.
Any ideas?
Thanks in advance!
Chris
|