Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    The configured LOGFILE can not be modified.

    Synchronising (mobile) devices via Z-Push
    6
    24
    2378
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mcdaniels
      mcdaniels last edited by

      @fbartels: Strange, but the errormessage while installing via apt-get was the same as mentioned in this thread. Did the chown. It is working now.

      1 Reply Last reply Reply Quote 0
      • thctlo
        thctlo @fbartels last edited by

        @fbartels That is a nice, but wrong example.

        set_perms www-data www-data 700 /var/lib/z-push
        set_perms www-data www-data 700 /var/log/z-push
        

        should be

        set_perms www-data adm 750 /var/lib/z-push
        set_perms www-data adm 750 /var/log/z-push
        

        Confirm debian policy. ;-)

        install -d /var/lib/z-push -o www-data -g adm -m 750
        install -d /var/log/z-push -o www-data -g adm -m 750
        

        where user/group should be the variable to set to match the correct user/group per distro.

        fbartels 1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano @thctlo last edited by

          @thctlo your version may include more Debianisms (the adm group), but in the end achieves the same. The www-data user needs read/write permissions.

          So I would not say the current way is “wrong”.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 0
          • thctlo
            thctlo last edited by thctlo

            yes, i do, because the "administrative group " adm, should have read access.
            which is/was in Red Hat : wheel
            but i can not confirm it that is still.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post