Results 1 to 2 of 2

Thread: AFP cache issues

  1. #1
    Join Date
    Apr 2010
    Beans
    85

    Question AFP cache issues

    I'm running ubuntu 11.04 x64 and I use this server as a fileshare.

    I can connect to it with smb or afp.

    When I grants users permission to access a folder(usermod -a -G <group name> <user> it works with smb but it seems that afp doesn't see this update.

    I restarted netatalk(afp) but the same thing happens.

    Can anyone help me out with this?

    Also is there a way to setup a log for AFP?

  2. #2
    Join Date
    Jun 2012
    Beans
    27

    Re: AFP cache issues

    To enable logs, add this to /etc/netatalk/afpd.conf:

    Code:
    # AFPd Logging
    - -setuplog "AFPDaemon log_info /var/log/netatalk/afpd.log" \
      -setuplog "UAMSDaemon log_info /var/log/netatalk/uams.log" \
      -setuplog "Default log_info /var/log/netatalk/netatalk.log"
    I put that string of code underneath my defined service.

    See this link: http://netatalk.sourceforge.net/2.0/...pd.conf.5.html
    Last edited by xdracco; September 20th, 2012 at 04:49 PM. Reason: Added netatalk link

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
  •