Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 37

Thread: How To: Install Netatalk (AFP) with Encrypted Authentication

  1. #21
    Join Date
    Jan 2006
    Beans
    36

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Hi there, just wanted to ask something. Following this guide I have been able to compile with own netatalk package with ssl auth, which is grand. But where can I actually find this package? I don't see it anywhere, I want to save it so I don't have to recompile again in the future.
    Thanks
    Gabriel

  2. #22
    Join Date
    Jan 2006
    Beans
    36

    Lightbulb Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Hi all

    Just wanted to let you know that you can also get the ubuntu AFP server to show up in Finder on OS X under Network, just like other OS X machines do. You need to install avahi:
    Code:
    sudo aptitude install avahi-daemon -y
    and then create a file like the following (replace vim with your editor of choice):
    Code:
    sudo vim /etc/avahi/services/afpd.service
    In this new file add the following:
    Code:
    <?xml version="1.0" standalone='no'?><!--*-nxml-*-->
    <!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>
    Save it and then start avahi:
    Code:
    sudo /etc/init.d/avahi-daemon restart
    This should allow your ubuntu server to show up in Finder now.

    Thanks
    <snip>
    Last edited by QIII; June 5th, 2018 at 10:40 PM.

  3. #23
    Join Date
    Jan 2006
    Beans
    18

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Quote Originally Posted by sniffass View Post
    Hi all

    Just wanted to let you know that you can also get the ubuntu AFP server to show up in
    Finder on OS X under Network, just like other OS X machines do.
    Is this also possible for servers that are not in the same LAN?



    And I have another problem with netatalk..
    the finder can't see .htaccess files that i have in my webdirectories when my mount
    my homedir on my server. I use the default afpd.conf. does anyone have a solution for this?

    Thx..

    Harold

  4. #24
    Join Date
    May 2005
    Beans
    25

    Unhappy Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    I have tried this but I keep getting an error:

    Found 736 different copyright and licensing combinations.
    ERROR: The following new or changed copyright notices discovered:

    UNKNOWN [1998 Owen Taylor</p><p>Permission to use, copy, modify, and distribute this software and / notice appear in all copies and that / notice and this permission notice appear in supporting]: doc/htmldocs/netatalkconfig.1.html

    To fix the situation please do the following:
    1) Investigate the above changes and update debian/copyright as needed
    2) Replace debian/copyright_hints with debian/copyright_newhints
    make: *** [debian/stamp-copyright-check] Error 1
    dpkg-buildpackage: failure: debian/rules build gave error exit status 2
    MacBook Air 2,1 - Ubuntu 10.10 i386
    MacPro 3,1 - Ubuntu 10.10 X64 + Win 7 X64 + OS X 10.6.5

  5. #25

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    This thread may be outdated - check out:

    http://www.damontimm.com/blog/how-to...uthentication/

    That was updated more recently.

  6. #26
    Join Date
    Sep 2007
    Beans
    50
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Well the the steps are the same as yours for the most part.

    I did get it working once, but I think it messed up after I restarted the system or did an update (don't remember which). Now it doesn't work and I can't get it to build with SSL. I followed the steps in this threat, the other one you posted, and this latest link, but no matter how many times I build it, it will not build with SSL. What could I be doing wrong?

  7. #27
    Join Date
    Oct 2008
    Beans
    1

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Figured it out!
    Last edited by erlighaugstad; October 9th, 2008 at 11:44 AM. Reason: Found out what i did wrong!

  8. #28
    Join Date
    Oct 2008
    Beans
    39

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication


  9. #29
    Join Date
    Feb 2008
    Beans
    7

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    Thanks for the tut - worked perfectly!

    Is there a way to mount the entire hard disk (not just my home directory)?

    Thanks!

  10. #30
    Join Date
    Nov 2009
    Beans
    2

    Re: How To: Install Netatalk (AFP) with Encrypted Authentication

    I keep getting the following error message when trying to install netatalk in order to use networking with a MAC ......
    sudo apt-get build-dep netatalk
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package libcupsys2-dev is a virtual package provided by:
    libcups2-dev 1.4.1-5ubuntu2.1
    You should explicitly select one to install.
    E: Package libcupsys2-dev has no installation candidate
    E: Failed to satisfy Build-Depends dependency for netatalk: libcupsys2-dev

    I am a complete beginner on Ubuntu so any help would be appreciated. Martin

Page 3 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •