Odd behaviors

  • I setup a new fresh install of OMV3 and added Netatalk plugin. I created a shared folder, set it's permissions and ACLs, and then added the folder to Apple Filing.


    ISSUES:

    • I am not able to browse the the shared folder (from 2 different macs) yet I can manually connect to it (cmd-k)
    • I started a copy of files from my computer to the shared folder and the copy halted

    In the syslog it says that the computer logged out, don't know why as i didn't touch the copy process


    root@omv3:/var/log# cat /etc/netatalk/afp.conf
    [Global]
    max connections = 20
    mac charset = MAC_ROMAN
    unix charset = LOCALE
    guest account = nobody
    uam list = uams_dhx.so,uams_dhx2.so
    save password = no
    [Keepers]
    path = /srv/dev-disk-by-id-md-name-omv3-DATA/Keepers
    read only = no
    unix priv = yes
    file perm = 0664
    directory perm = 0775
    umask = 0002
    invisible dots = no
    time machine = no
    valid users = "mini2" "woz" @"masters"
    invalid users =
    rolist =
    rwlist = "mini2" "woz" @"masters"
    [Backups]
    path = /srv/dev-disk-by-id-md-name-omv3-DATA/Backups
    read only = no
    unix priv = yes
    file perm = 0664
    directory perm = 0775
    umask = 0002
    invisible dots = no
    time machine = no
    valid users = "mini2" "woz" @"masters"
    invalid users =
    rolist =
    rwlist = "mini2" "woz" @"masters"


    root@omv3:/var/log# systemctl status netatalk
    ● netatalk.service - Netatalk AFP fileserver for Macintosh clients
    Loaded: loaded (/lib/systemd/system/netatalk.service; enabled)
    Active: active (running) since Mon 2017-07-17 13:13:34 CDT; 37min ago
    Docs: man:afp.conf(5)
    man:netatalk(8)
    man:afpd(8)
    man:cnid_metad(8)
    man:cnid_dbd(8)
    http://netatalk.sourceforge.net/
    Process: 3284 ExecStart=/usr/sbin/netatalk (code=exited, status=0/SUCCESS)
    Main PID: 3286 (netatalk)
    CGroup: /system.slice/netatalk.service
    ├─3286 /usr/sbin/netatalk
    ├─3287 /usr/sbin/afpd -d -F /etc/netatalk/afp.conf
    ├─3288 /usr/sbin/cnid_metad -d -F /etc/netatalk/afp.conf
    ├─3422 /usr/sbin/cnid_dbd -F /etc/netatalk/afp.conf -p /srv/dev-disk-by-id-md-name-omv3-DATA/Backups -t 8 ...
    ├─3423 /usr/sbin/cnid_dbd -F /etc/netatalk/afp.conf -p /srv/dev-disk-by-id-md-name-omv3-DATA/Keepers -t 9 ...
    └─3430 /usr/sbin/afpd -d -F /etc/netatalk/afp.conf



    Jul 17 13:13:34 omv3 afpd[3287]: Netatalk AFP/TCP listening on 10.0.10.210:548
    Jul 17 13:15:18 omv3 afpd[3421]: pam_unix(netatalk:session): session opened for user mini2 by (uid=0)
    Jul 17 13:15:18 omv3 afpd[3421]: Login by mini2 (AFP3.4)
    Jul 17 13:15:32 omv3 afpd[3430]: pam_unix(netatalk:session): session opened for user mini2 by (uid=0)
    Jul 17 13:15:32 omv3 afpd[3430]: Login by mini2 (AFP3.4)
    Jul 17 13:16:10 omv3 afpd[3421]: AFP logout by mini2
    Jul 17 13:16:10 omv3 afpd[3421]: dsi_stream_read: len:0, unexpected EOF
    Jul 17 13:16:10 omv3 afpd[3421]: afp_over_dsi: client logged out, terminating DSI session
    Jul 17 13:16:10 omv3 afpd[3421]: pam_unix(netatalk:session): session closed for user mini2
    Jul 17 13:16:10 omv3 afpd[3421]: PAM audit_log_acct_message() failed: Operation not permitted


    root@omv3:/var/log# netatalk -V
    netatalk 3.1.9 - Netatalk AFP server service controller daemon


    This program is free software; you can redistribute it and/or modify it under
    the terms of the GNU General Public License as published by the Free Software
    Foundation; either version 2 of the License, or (at your option) any later
    version. Please see the file COPYING for further information and details.


    netatalk has been compiled with support for these features:


    Spotlight support: No


    afpd: /usr/sbin/afpd
    cnid_metad: /usr/sbin/cnid_metad
    afp.conf: /etc/netatalk/afp.conf
    netatalk lock file: /var/lock/netatalk




    Please let me know what other details you need
    Thanks!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!