Search Criteria
Package Details: netatalk 3.1.13-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/netatalk.git (read-only, click to copy) |
---|---|
Package Base: | netatalk |
Description: | Open-source implementation of the Apple Filing Protocol |
Upstream URL: | https://netatalk.sourceforge.net |
Keywords: | afp appletalk |
Licenses: | GPL |
Replaces: | netatalk-git, netatalk2 |
Submitter: | Snowman |
Maintainer: | denn |
Last Packager: | denn |
Votes: | 95 |
Popularity: | 0.000211 |
First Submitted: | 2007-03-31 06:19 (UTC) |
Last Updated: | 2022-05-29 13:34 (UTC) |
Dependencies (10)
- acl (acl-git)
- avahi (avahi-git, avahi-gtk2)
- cracklib
- dbus-glib (dbus-glib-git)
- dbus-python
- libevent (libevent-fb, libevent-git)
- mariadb-libs (mariadb-libs-git, libmysqlclient)
- perl (perl-git)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- tdb (traildb-git)
Latest Comments
jac_cbi commented on 2022-05-31 15:25 (UTC)
I can confirm that the latest update to the AUR (3.1.13-3) does indeed work. This is the relevant fix:
Which looks like it does fix the problem, but I'm really hoping upstream digs deeper and locates the initialization of
ad
wheread->valid_data_len
is left at zero or the call site where it's changed to zero.jac_cbi commented on 2022-05-27 15:09 (UTC)
With the patch more complete patch from FreeBSD (just more logging info, no other logic changes from first patch), I get the following logs:
So, it would appear that
ad->valid_data_len
is0
prior toad_entry_check_size()
getting called. I don't know enough about the code to say wether that's normal or not. :-/Anywho, here's the patch for curious:
jac_cbi commented on 2022-05-26 22:03 (UTC) (edited on 2022-05-26 22:07 (UTC) by jac_cbi)
Took the gist from here:
https://cgit.freebsd.org/ports/commit/?id=ad0b2e636d9ebf0bdcfdb30933fa0658fa657b17 (last hunk is what is relevant)
EDIT: WIP. It built fine, and produced the log message, but it looks like I need to add more of the logging that the FreeBSD patch had
K4ib4 commented on 2022-05-21 15:41 (UTC)
Same problem on 3.1.13 - reverting back to 3.1.12-8 works fine.
krist commented on 2022-05-19 07:19 (UTC)
+1 on 3.1.13 crashing on login, successfully reverted back to 3.1.12-8 as well. It's already been reported to the netatalk bug tracker, too (https://sourceforge.net/p/netatalk/bugs/)
igno2k commented on 2022-05-14 17:39 (UTC)
Same here - reverting back to 3.1.12-8 works fine.
karog commented on 2022-05-09 16:39 (UTC) (edited on 2022-05-11 12:40 (UTC) by karog)
I upgraded from 3.1.12-8 (working) to 3.1.13-2 which installs and starts up ok on odroid n2 5.17.1-1-aarch64-ARCH. However when I try to do a Time Machine backup, it fails and I get the following stack trace in afpd.log:
May 11 08:35:09.701724 afpd[78059] {ad_open.c:794} (error:ad): ad_header_read_ea("/mnt/ssddata/tm"): invalid metadata EA
May 11 08:35:09.703791 afpd[78059] {ad_open.c:812} (error:ad): ad_header_read_ea("/mnt/ssddata/tm"): deleted invalid metadata EA
May 11 08:35:09.782380 afpd[78059] {ad_open.c:794} (error:ad): ad_header_read_ea("/mnt/ssddata/tm"): invalid metadata EA
May 11 08:35:09.782488 afpd[78059] {ad_open.c:812} (error:ad): ad_header_read_ea("/mnt/ssddata/tm"): deleted invalid metadata EA
May 11 08:35:09.783915 afpd[78059] {ad_open.c:794} (error:ad): ad_header_read_ea("/mnt/ssddata/tm/."): invalid metadata EA
May 11 08:35:09.783958 afpd[78059] {ad_open.c:812} (error:ad): ad_header_read_ea("/mnt/ssddata/tm/."): deleted invalid metadata EA
May 11 08:35:10.174750 afpd[78059] {fault.c:123} (severe:Default): ===============================================================
May 11 08:35:10.174826 afpd[78059] {fault.c:124} (severe:Default): INTERNAL ERROR: Signal 11 in pid 78059 (3.1.13)
May 11 08:35:10.174839 afpd[78059] {fault.c:125} (severe:Default): ===============================================================
May 11 08:35:10.177351 afpd[78059] {fault.c:96} (severe:Default): PANIC: internal error
May 11 08:35:10.177398 afpd[78059] {fault.c:97} (severe:Default): BACKTRACE: 12 stack frames:
May 11 08:35:10.177411 afpd[78059] {fault.c:103} (severe:Default): #0 /usr/lib/libatalk.so.18(netatalk_panic+0x44) [0xffffa0e8b2a4]
May 11 08:35:10.177434 afpd[78059] {fault.c:103} (severe:Default): #1 /usr/lib/libatalk.so.18(+0x3b408) [0xffffa0e8b408]
May 11 08:35:10.177446 afpd[78059] {fault.c:103} (severe:Default): #2 linux-vdso.so.1(__kernel_rt_sigreturn+0) [0xffffa11907dc]
May 11 08:35:10.177457 afpd[78059] {fault.c:103} (severe:Default): #3 /usr/lib/libatalk.so.18(+0x18184) [0xffffa0e68184]
May 11 08:35:10.177467 afpd[78059] {fault.c:103} (severe:Default): #4 /usr/lib/libatalk.so.18(ad_open+0x3e0) [0xffffa0e68ec4]
May 11 08:35:10.177477 afpd[78059] {fault.c:103} (severe:Default): #5 /usr/bin/afpd(+0x2e714) [0xaaaae052e714]
May 11 08:35:10.177487 afpd[78059] {fault.c:103} (severe:Default): #6 /usr/bin/afpd(+0x2f2e0) [0xaaaae052f2e0]
May 11 08:35:10.177497 afpd[78059] {fault.c:103} (severe:Default): #7 /usr/bin/afpd(afp_over_dsi+0x36c) [0xaaaae050d80c]
May 11 08:35:10.177507 afpd[78059] {fault.c:103} (severe:Default): #8 /usr/bin/afpd(main+0x978) [0xaaaae050b838]
May 11 08:35:10.177516 afpd[78059] {fault.c:103} (severe:Default): #9 /usr/lib/libc.so.6(+0x2b8fc) [0xffffa0cab8fc]
May 11 08:35:10.177526 afpd[78059] {fault.c:103} (severe:Default): #10 /usr/lib/libc.so.6(__libc_start_main+0xa0) [0xffffa0cab9d4]
May 11 08:35:10.177536 afpd[78059] {fault.c:103} (severe:Default): #11 /usr/bin/afpd(_start+0x30) [0xaaaae050bc70]
May 11 08:35:32.062869 afpd[78082] {auth.c:569} (error:AFPDaemon): afp_disconnect: primary reconnect failed
May 11 08:35:33.120390 afpd[78082] {dsi_stream.c:503} (error:DSI): dsi_stream_read: len:0, unexpected EOF
May 11 08:35:53.403021 afpd[78087] {auth.c:569} (error:AFPDaemon): afp_disconnect: primary reconnect failed
May 11 08:35:53.624786 afpd[78087] {dsi_stream.c:503} (error:DSI): dsi_stream_read: len:0, unexpected EOF
I reverted and it is working again.
naumovitch commented on 2022-05-08 22:28 (UTC)
Netatalk 3.1.13 is available!
sardo commented on 2021-11-19 22:57 (UTC)
[forehead slap] thanks. works now.
a821 commented on 2021-11-19 22:26 (UTC)
@sardo: just recompile netatalk against the new libldap library.
sardo commented on 2021-11-19 21:50 (UTC)
netatalk fails after libldap upgrade libldap-2.4.59-2 -> libldap-2.6.0-2
netatalk: error while loading shared libraries: libldap-2.4.so.2: cannot open shared object file: No such file or directory
lrwxrwxrwx 1 root root 18 Nov 13 11:37 /lib/libldap.so -> libldap.so.2.0.200 lrwxrwxrwx 1 root root 10 Nov 13 11:37 /lib/libldap.so.2 -> libldap.so -rwxr-xr-x 1 root root 384368 Nov 13 11:37 /lib/libldap.so.2.0.200*
downgrading libldap circumvents the issue.
lrwxrwxrwx 1 root root 21 Jul 18 15:59 /lib/libldap-2.4.so.2 -> libldap-2.4.so.2.11.7 -rwxr-xr-x 1 root root 318528 Jul 18 15:59 /lib/libldap-2.4.so.2.11.7 lrwxrwxrwx 1 root root 23 Jul 18 15:59 /lib/libldap_r-2.4.so.2 -> libldap_r-2.4.so.2.11.7 -rwxr-xr-x 1 root root 343168 Jul 18 15:59 /lib/libldap_r-2.4.so.2.11.7 lrwxrwxrwx 1 root root 23 Jul 18 15:59 /lib/libldap_r.so -> libldap_r-2.4.so.2.11.7 lrwxrwxrwx 1 root root 21 Jul 18 15:59 /lib/libldap.so -> libldap-2.4.so.2.11.7 lrwxrwxrwx 1 root root 10 Jul 18 15:59 /lib/libldap.so.2 -> libldap.so*
frankspace commented on 2021-07-22 14:12 (UTC) (edited on 2021-07-22 14:13 (UTC) by frankspace)
FYI, the Samba project is aware that tdb 1.4.4 is broken:
https://bugzilla.samba.org/show_bug.cgi?id=14762
...and they have in fact already released a tdb version 1.4.5. I note that tdb has already been flagged out-of-date on Arch. I tested compiling and installing tdb 1.4.5 myself, and the previous version of netatalk compiles just fine afterwards (I also confirmed that it didn't compile with tdb 1.4.4).
I expect the official repos will provide the fixed version of tdb in reasonable order. Therefore, may I respectfully suggest that instead of reverting to embedded tdb, changing the PKGBUILD to require "tdb>=1.4.5"?
denn commented on 2021-07-22 12:54 (UTC)
tdb 1.4.4-1 seems to provide broken tdb.h, so I've reverted to using embedded tdb for now
charo21 commented on 2021-07-22 09:37 (UTC)
The 3.1.12-6 version can not find its own "tdb", may be, and make error.
There are lots of errors like "/usr/include/tdb.h:1002:9: error: expected ‘;’ before ‘int’ 1002 | PUBLIC int tdb_chainunlock_read(struct tdb_context *tdb, TDB_DATA key);"
I think it's due to the latest version of autoreconf, because there are many warning like "warning: source file '$(top_srcdir)/etc/afpd/afp_dsi.c' is in a subdirectory, but option 'subdir-objects' is disabled" and "autoconf input should be named 'configure.ac', not 'configure.in' "
How can I figure it out
a821 commented on 2021-03-18 22:00 (UTC)
Patch for missing python2-dbus. It uses the new dbus-python.
codingcatgirl commented on 2020-11-28 16:49 (UTC)
This only compiles with if i add -I/usr/include/tirpc to CFLAGS
Also, most of the software actually doesn't compile. All the tools in the /bin/ directory aren't getting compiled and are missing in the resulting package, because the subdir-options option for Automake is missing (apparently a backwards-incompatible requirement in new Automake versions).
It would be nice if you could add a patch for this as well so all the tools that come with netatalk (megatron, afppasswd, …) are included in the package as well, as i'm missing them right now.
i1314925 commented on 2020-10-22 14:34 (UTC)
'cracklib' dependency is missing.
carlosb commented on 2020-10-02 14:54 (UTC)
Managed to build this on a RPI 4 8Gb with the aarch64 architecture. Just add aarch64 to the archlist or run makepkg -A to ignore the archictecture.
RadioGnome1971 commented on 2019-08-31 20:15 (UTC)
After installing the latest build, netatalk.service failed to start..
Installing extra/mariadb-libs as a dependency solved this.
It is not mentioned in the PKGBUILD
jfburdet commented on 2019-08-20 08:53 (UTC) (edited on 2019-08-20 08:53 (UTC) by jfburdet)
There is a problem with libevent version.
A dirty temporary trick is to do :
cd /usr/lib
ln -s libevent-2.1.so.7 libevent-2.1.so.6
neik commented on 2019-08-12 12:00 (UTC)
Hi,
there seems to be a problem with the current version of libevent.
> netatalk
netatalk: error while loading shared libraries: libevent-2.1.so.6: cannot open shared object file: No such file or directory
gavinbeatty commented on 2019-06-30 16:51 (UTC) (edited on 2019-06-30 16:52 (UTC) by gavinbeatty)
I built this on Raspberry Pi 3 by adding aarch64 to the arch list, and it's handling Time Machine successfully for me.
zman0900 commented on 2019-03-21 02:22 (UTC) (edited on 2019-03-21 02:34 (UTC) by zman0900)
Looks like you can add "--without-mysql-config" config option to ignore any installed mysql. This seems to skip building the mysql backend the same as when building in a clean chroot where mysql lib is not installed.
Also this seems to be bundling its own "tdb" instead of linking to the system tdb. That can be fixed by added a dependency on tdb and config option "--without-tdb"
Also ACL support is being built automatically, so it should either be disabled with "--without-acls" or explicitly enabled with "--with-acls" and add the "acl" dependency.
jabbas commented on 2019-01-11 07:11 (UTC)
Latest version requires mysql-client package to be installed (it's linking with libmysqlclient.so)
claunia commented on 2017-07-29 15:53 (UTC)
f_kuehne commented on 2017-07-12 15:22 (UTC) (edited on 2017-07-12 15:24 (UTC) by f_kuehne)
andreas_baumann commented on 2017-03-22 08:12 (UTC)
andreas_baumann commented on 2017-03-22 07:11 (UTC)
zman0900 commented on 2016-12-04 01:21 (UTC) (edited on 2016-12-04 01:25 (UTC) by zman0900)
denn commented on 2016-09-21 15:47 (UTC)
maclinuxfree commented on 2016-07-23 21:32 (UTC)
denn commented on 2016-01-02 21:18 (UTC)
fuerst commented on 2015-12-03 13:19 (UTC)
lenovomi commented on 2015-11-10 18:40 (UTC)
justinkb commented on 2014-12-08 18:25 (UTC)
rainrain commented on 2014-08-29 22:56 (UTC)
mikejuni commented on 2014-08-14 08:41 (UTC)
trialuser commented on 2014-07-31 19:06 (UTC)
trialuser commented on 2014-07-30 17:58 (UTC)
nariox commented on 2014-07-23 15:37 (UTC)
denn commented on 2014-06-08 19:26 (UTC)
mikejuni commented on 2014-06-08 14:02 (UTC)
mikejuni commented on 2014-05-04 12:38 (UTC)
SJ_UnderWater commented on 2014-02-22 19:24 (UTC)
SJ_UnderWater commented on 2014-02-18 14:58 (UTC)
cxcv commented on 2014-02-17 20:34 (UTC)
SJ_UnderWater commented on 2014-02-16 15:55 (UTC)
freswa commented on 2014-02-16 15:48 (UTC)
FalconGER commented on 2014-02-07 19:36 (UTC)
marmotta commented on 2014-02-05 18:33 (UTC)
SJ_UnderWater commented on 2014-01-26 21:37 (UTC)
moonman commented on 2014-01-21 10:09 (UTC)
Butcho commented on 2014-01-19 22:38 (UTC)
SJ_UnderWater commented on 2014-01-19 21:23 (UTC)
Butcho commented on 2014-01-19 19:17 (UTC)
jakethedog commented on 2014-01-18 08:52 (UTC)
jakethedog commented on 2014-01-18 08:10 (UTC)
marmotta commented on 2014-01-08 06:41 (UTC)
SJ_UnderWater commented on 2014-01-08 02:02 (UTC)
marmotta commented on 2014-01-07 18:27 (UTC)
marmotta commented on 2014-01-05 10:25 (UTC)
SJ_UnderWater commented on 2014-01-05 06:09 (UTC)
marmotta commented on 2014-01-04 18:28 (UTC)
marmotta commented on 2014-01-03 21:29 (UTC)
SJ_UnderWater commented on 2014-01-03 21:23 (UTC)
marmotta commented on 2014-01-03 20:58 (UTC)
SJ_UnderWater commented on 2014-01-03 20:46 (UTC)
marmotta commented on 2014-01-03 20:40 (UTC)
SJ_UnderWater commented on 2014-01-03 18:16 (UTC)
marmotta commented on 2014-01-03 17:56 (UTC)
SJ_UnderWater commented on 2013-12-17 01:54 (UTC)
richjn commented on 2013-12-17 00:17 (UTC)
SJ_UnderWater commented on 2013-12-16 04:15 (UTC)
richjn commented on 2013-12-15 20:37 (UTC)
freswa commented on 2013-07-17 14:33 (UTC)
SJ_UnderWater commented on 2013-07-17 03:57 (UTC)
freswa commented on 2013-07-16 12:43 (UTC)
SJ_UnderWater commented on 2013-07-16 05:11 (UTC)
freswa commented on 2013-07-15 14:42 (UTC)
SJ_UnderWater commented on 2013-06-28 18:58 (UTC)
commented on 2013-06-28 11:08 (UTC)
commented on 2013-06-05 11:22 (UTC)
SJ_UnderWater commented on 2013-06-04 20:57 (UTC)
commented on 2013-06-04 20:41 (UTC)
SJ_UnderWater commented on 2013-06-04 18:32 (UTC)
fauno commented on 2013-06-04 14:25 (UTC)
SJ_UnderWater commented on 2013-06-03 19:48 (UTC)
WonderWoofy commented on 2013-06-03 16:16 (UTC)
commented on 2013-06-03 12:58 (UTC)
commented on 2013-04-19 08:36 (UTC)
SJ_UnderWater commented on 2013-03-27 09:57 (UTC)
Fraterius commented on 2013-03-26 12:52 (UTC)
SJ_UnderWater commented on 2013-02-14 04:28 (UTC)
commented on 2013-02-13 07:01 (UTC)
SJ_UnderWater commented on 2013-01-05 09:50 (UTC)
Kev commented on 2013-01-04 19:17 (UTC)
SJ_UnderWater commented on 2012-12-07 10:08 (UTC)
h50 commented on 2012-10-17 01:49 (UTC)
h50 commented on 2012-10-17 01:35 (UTC)
h50 commented on 2012-10-17 01:30 (UTC)
commented on 2012-10-16 17:05 (UTC)
SJ_UnderWater commented on 2012-10-16 16:16 (UTC)
commented on 2012-10-16 14:56 (UTC)
SJ_UnderWater commented on 2012-10-08 22:56 (UTC)
pac commented on 2012-10-08 21:13 (UTC)
SJ_UnderWater commented on 2012-10-05 13:46 (UTC)
commented on 2012-10-05 13:00 (UTC)
SJ_UnderWater commented on 2012-10-05 04:12 (UTC)
fauno commented on 2012-09-20 17:48 (UTC)
emphire commented on 2012-09-03 00:40 (UTC)
SJ_UnderWater commented on 2012-08-08 08:54 (UTC)
munkoil commented on 2012-08-08 08:53 (UTC)
munkoil commented on 2012-08-08 08:31 (UTC)
munkoil commented on 2012-08-08 08:22 (UTC)
commented on 2012-07-23 08:10 (UTC)
SJ_UnderWater commented on 2012-07-18 01:48 (UTC)
commented on 2012-07-17 08:33 (UTC)
SJ_UnderWater commented on 2012-07-15 18:56 (UTC)
pac commented on 2012-07-15 14:12 (UTC)
SJ_UnderWater commented on 2012-07-15 03:42 (UTC)
SJ_UnderWater commented on 2012-07-12 09:41 (UTC)
munkoil commented on 2012-07-12 06:02 (UTC)
SJ_UnderWater commented on 2012-07-11 23:06 (UTC)
commented on 2012-06-17 21:44 (UTC)
SJ_UnderWater commented on 2012-06-16 18:10 (UTC)
commented on 2012-06-16 05:21 (UTC)
SJ_UnderWater commented on 2012-06-05 00:19 (UTC)
emphire commented on 2012-06-04 22:32 (UTC)
SJ_UnderWater commented on 2012-06-02 06:21 (UTC)
bsjeon commented on 2012-06-02 06:01 (UTC)
SJ_UnderWater commented on 2012-05-02 19:29 (UTC)
doits commented on 2012-05-02 10:55 (UTC)
SJ_UnderWater commented on 2012-05-01 19:14 (UTC)
doits commented on 2012-05-01 14:22 (UTC)
SJ_UnderWater commented on 2012-04-26 23:43 (UTC)
doits commented on 2012-04-26 21:18 (UTC)
SJ_UnderWater commented on 2012-04-26 18:27 (UTC)
SJ_UnderWater commented on 2012-04-24 18:14 (UTC)
doits commented on 2012-04-24 07:52 (UTC)
SJ_UnderWater commented on 2012-04-21 04:20 (UTC)
SJ_UnderWater commented on 2012-04-10 20:49 (UTC)
carbncl commented on 2012-04-10 20:01 (UTC)
SJ_UnderWater commented on 2012-04-10 19:30 (UTC)
carbncl commented on 2012-04-10 19:25 (UTC)
carbncl commented on 2012-04-10 19:07 (UTC)
SJ_UnderWater commented on 2012-04-10 18:49 (UTC)
teek commented on 2012-04-10 12:05 (UTC)
emphire commented on 2012-04-09 22:23 (UTC)
SJ_UnderWater commented on 2012-04-09 18:06 (UTC)
emphire commented on 2012-04-09 17:57 (UTC)
munkoil commented on 2012-04-08 09:25 (UTC)
SJ_UnderWater commented on 2012-04-08 08:44 (UTC)
munkoil commented on 2012-04-08 06:49 (UTC)
munkoil commented on 2012-04-08 06:27 (UTC)
SJ_UnderWater commented on 2012-04-08 03:48 (UTC)
SJ_UnderWater commented on 2012-04-08 01:44 (UTC)
SJ_UnderWater commented on 2012-04-06 05:27 (UTC)
SJ_UnderWater commented on 2012-04-04 02:02 (UTC)
carbncl commented on 2012-04-03 21:22 (UTC)
andrej84 commented on 2012-04-03 20:22 (UTC)
andrej84 commented on 2012-04-03 20:12 (UTC)
teek commented on 2012-03-06 15:22 (UTC)
teek commented on 2012-03-06 15:11 (UTC)
karol_007 commented on 2012-01-22 13:00 (UTC)
andrej84 commented on 2012-01-22 12:38 (UTC)
commented on 2012-01-17 21:27 (UTC)
andrej84 commented on 2012-01-14 21:54 (UTC)
karol_007 commented on 2012-01-14 21:52 (UTC)
andrej84 commented on 2012-01-14 21:51 (UTC)
commented on 2012-01-14 19:34 (UTC)
munkoil commented on 2011-11-07 13:16 (UTC)
denn commented on 2011-11-01 07:34 (UTC)
andrej84 commented on 2011-10-31 22:37 (UTC)
andrej84 commented on 2011-10-25 23:31 (UTC)
emphire commented on 2011-10-15 23:23 (UTC)
carbncl commented on 2011-08-24 15:46 (UTC)
andrej84 commented on 2011-08-24 15:12 (UTC)
carbncl commented on 2011-08-20 14:31 (UTC)
andrej84 commented on 2011-08-20 12:33 (UTC)
munkoil commented on 2011-08-14 06:25 (UTC)
nickl commented on 2011-08-01 14:45 (UTC)
andrej84 commented on 2011-07-28 09:27 (UTC)
carbncl commented on 2011-07-27 15:43 (UTC)
andrej84 commented on 2011-07-27 10:42 (UTC)
commented on 2011-07-27 10:25 (UTC)
carbncl commented on 2011-07-24 18:42 (UTC)
carbncl commented on 2011-07-24 18:27 (UTC)
andrej84 commented on 2011-07-24 13:27 (UTC)
commented on 2011-07-23 22:43 (UTC)
nickl commented on 2011-07-23 12:24 (UTC)
andrej84 commented on 2011-07-22 14:46 (UTC)
nickl commented on 2011-07-22 11:56 (UTC)
andrej84 commented on 2011-07-22 09:16 (UTC)
munkoil commented on 2011-07-10 06:35 (UTC)
commented on 2011-05-07 14:54 (UTC)
commented on 2011-04-20 00:49 (UTC)
emphire commented on 2011-03-26 00:14 (UTC)
commented on 2011-03-13 02:34 (UTC)
link commented on 2011-02-01 17:07 (UTC)
commented on 2010-12-17 11:34 (UTC)
commented on 2010-12-11 20:58 (UTC)
commented on 2010-12-08 15:38 (UTC)
commented on 2010-11-03 12:32 (UTC)
commented on 2010-10-29 23:29 (UTC)
commented on 2010-10-29 14:24 (UTC)
richjn commented on 2010-10-04 07:27 (UTC)
munkoil commented on 2010-09-24 20:45 (UTC)
commented on 2010-08-23 18:58 (UTC)
commented on 2010-08-23 18:38 (UTC)
risk commented on 2010-07-20 05:57 (UTC)
munkoil commented on 2010-07-13 17:41 (UTC)
farhany commented on 2010-07-02 04:11 (UTC)
commented on 2010-07-02 04:04 (UTC)