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
    2373
    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.
    • BMWfan
      BMWfan @fbartels last edited by

      @fbartels said in The configured LOGFILE can not be modified.:

      dpkg - l | grep z-push

      ii  z-push-autodiscover                        2.4.5+0-0                                  all          Z-Push autodiscover
      ii  z-push-backend-kopano                      2.4.5+0-0                                  all          Z-Push Kopano backend
      ii  z-push-common                              2.4.5+0-0                                  all          open source implementation of the ActiveSync protocol
      ii  z-push-config-apache                       2.4.5+0-0                                  all          Z-Push apache configuration
      ii  z-push-ipc-sharedmemory                    2.4.5+0-0                                  all          Z-Push ipc shared memory provider
      ii  z-push-kopano                              2.4.5+0-0                                  all          Z-Push for Kopano
      
      1 Reply Last reply Reply Quote 0
      • A Former User
        A Former User last edited by

        Daniel,

        try to run this commands:

        chmod 755 /var/lib/z-push /var/log/z-push
        chown www-data:www-data /var/lib/z-push /var/log/z-push

        Now restart apache2 and see if it works.

        BMWfan 1 Reply Last reply Reply Quote 0
        • BMWfan
          BMWfan @Guest last edited by BMWfan

          @WalterHof i’ve already done this and it works, but i think fbartels wants to find out the reason why its not setting the rights automatically.

          Nevertheless, thanks for your help.

          1 Reply Last reply Reply Quote 0
          • A Former User
            A Former User last edited by

            Daniel,

            this is an already known bug, I reported this bug many months ago - but it was not fixed up to today. I see this bug on every new installation and sometimes with upgrades.

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

              I have to disagree on the “known bug”. I see no problems with our packaging when deploying a fresh test system. I was therefore more searching for the “bug” in user behaviour ;-)

              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
              • A Former User
                A Former User last edited by

                I see this on most installations and sometimes with upgrades.

                1 Reply Last reply Reply Quote 0
                • A Former User
                  A Former User last edited by

                  Forgotten,
                  I fix this with the two lines mentioned above, so for me it is not longer an issue.

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

                    This is btw the place where the packaging sets these permissions (for Debian based platforms): https://stash.z-hub.io/projects/ZP/repos/z-push/browse/build/deb/debian.z-push-config-apache.postinst#27-36,43-44

                    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/

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

                      For me is the problem fixed, but nevertheless it was not functioning inbetween of the installation process.

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

                        @WalterHof said in The configured LOGFILE can not be modified.:

                        chown www-data:www-data /var/lib/z-push /var/log/z-push

                        same for me : new installation -> Debian 9

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

                          @mcdaniels Can you show which packages you have actually installed? (e.g. dpkg - l | grep z-push)

                          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
                          • mcdaniels
                            mcdaniels last edited by

                            @fbartels
                            sure:
                            z-push-backend-kopano 2.5.1+0-0
                            z-push-common 2.5.1+0-0
                            z-push-config-apache 2.5.1+0-0
                            z-push-ipc-sharedmemory 2.5.1+0-0
                            z-push-kopano 2.5.1+0-0

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

                              @mcdaniels in that case you should not have had the need to chown the directory, as this action is part of the postinst action of z-push-config-apache.

                              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
                              • 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