[resolved] netatak: OS X Lion support? netatalk-git

Problems with packages? Post here, using [tags] of the package name.

[resolved] netatak: OS X Lion support? netatalk-git

Postby firefoxPL » Tue Jan 17, 2012 9:10 pm

Hi, I've been just looking into installing netatalk and avahi in order to access some of my Pogo data from OS X Lion (I prefer AFP than Samba), while reading the wiki for netatalk: https://wiki.archlinux.org/index.php/Netatalk I noticed that on the bottom of the page there is a info that the aur/netatalk 2.2.1-1 package will not work with Lion and that netatalk-git should be used instead, unfortunately there is no such package for ALARM. Is there any chance that it will be compiled for ALARM?
Last edited by firefoxPL on Tue Feb 14, 2012 5:21 pm, edited 2 times in total.
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)
firefoxPL
 
Posts: 65
Joined: Thu Dec 08, 2011 1:49 pm

Re: [netatak] OS X Lion support? netatalk-git

Postby moonman » Wed Jan 18, 2012 7:10 pm

Whatever is in the repo works just fine for me and I do have Lion. Wiki is a bit outdated
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [netatak] OS X Lion support? netatalk-git

Postby moonman » Wed Jan 18, 2012 7:13 pm

I also do remember that after an update sometime ago I had to manually put one of the daemons into /etc/rc.d and the wiki doesn't have it there. I can't remember which one it was, but here is the list of what I have automatically started.

$this->bbcode_second_pass_code('', 'DAEMONS=(hwclock syslog-ng network netfs crond sshd samba dbus avahi-daemon cnid afpd mysqld)')
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [netatak] OS X Lion support? netatalk-git

Postby firefoxPL » Wed Jan 18, 2012 9:26 pm

Hi, thanks for the reply, I've installed successfully netatalk and avahi on ubuntu server using this guide, with ALARM I've tried this one: http://archlinuxarm.org/support/guides/ ... me-machine but that didn't work for me, so I've decided to ask before I will follow the Arch wiki.
So my question is did you just follow the wiki (with manually adding the daemon to rc.d) or did you had some other instructions?
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)
firefoxPL
 
Posts: 65
Joined: Thu Dec 08, 2011 1:49 pm

Re: [netatak] OS X Lion support? netatalk-git

Postby moonman » Wed Jan 18, 2012 10:43 pm

I did just follow the wiki, though at the time it was up to date.
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [netatak] OS X Lion support? netatalk-git

Postby firefoxPL » Thu Jan 19, 2012 6:59 am

I'll probably try installing it and see how it goes, thanks.
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)
firefoxPL
 
Posts: 65
Joined: Thu Dec 08, 2011 1:49 pm

Re: [netatak] OS X Lion support? netatalk-git

Postby firefoxPL » Wed Feb 08, 2012 11:55 am

Hi, I've noticed that new version of netatalk (2.2.2 - which supposedly resolves some issues) showed up in Arch AUR, but the ALARM AUR repositories still have 2.2.1, does anyone know when the ALARM AUR will get the update?
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)
firefoxPL
 
Posts: 65
Joined: Thu Dec 08, 2011 1:49 pm

Re: [netatak] OS X Lion support? netatalk-git

Postby moonman » Thu Feb 09, 2012 12:59 am

$this->bbcode_second_pass_code('', 'wget http://downloads.sourceforge.net/project/netatalk/netatalk/2.2.2/netatalk-2.2.2.tar.gz
tar xvzf netatalk-2.2.2.tar.gz
cd netatalk-2.2.2
./configure --prefix=/usr --enable-ddp
make
make install
')

Don't forget to remove the installed version
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3388
Joined: Sat Jan 15, 2011 3:36 am

Re: [netatak] OS X Lion support? netatalk-git

Postby firefoxPL » Thu Feb 09, 2012 9:19 pm

Hi, I've finally got myself to replace samba with netatalk, so I've installed
$this->bbcode_second_pass_code('', '
pacman -S netatalk dbus avahi
')
then I've downloaded the tarball from https://aur.archlinux.org/packages.php?ID=10032 and modified PKGBUILD
$this->bbcode_second_pass_code('', '
arch=('i686' 'x86_64' 'arm')
')
then I've run
$this->bbcode_second_pass_code('', '
makepkg
pacman -Uf netatalk-2.2.2-0-arm.pkg.tar.xz
')
configured everything based on Arch wiki + I've added afpd: ALL to /etc/hosts.allow, and finally netatalk works like a charm :) problem solved
Pogo-P24 (new Pogoplug Classic) - ALARM on SATA (mediatomb, netatalk, avahi, time machine, swap, openvpn)
Pogo-E02 (v2 Pink) - ALARM on USB (netatalk, avahi, cryptodev-linux, getting ready for L2TP)
firefoxPL
 
Posts: 65
Joined: Thu Dec 08, 2011 1:49 pm


Return to Packages

Who is online

Users browsing this forum: No registered users and 5 guests