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

    z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F

    Kopano Groupware Core
    28
    85
    24187
    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.
    • thctlo
      thctlo last edited by thctlo

      apt remove php-mapi --autoremove
      apt install kopano-server-packages
      

      Ow, before you remove php-mapi, verify the other packages of kopano also.

      dpkg -l |grep “8.7.0-3”

      badewaschl 1 Reply Last reply Reply Quote 0
      • Beleggrodion
        Beleggrodion @badewaschl last edited by

        @badewaschl said in z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F:

        Then I tried to clean up using kopano-fsck, but that reported the same 14 issues every time I ran it, claiming the issues were fixed. I ended up manually deleting the affected calendar entries. But the z-push issue still remained.

        Thanks. I forgot completely that this tool exists. I tried this on my side and it worked for the affected user :-)

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

          @thctlo said in z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F:

          apt install kopano-server-packages

          # apt install kopano-server-packages
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          E: Unable to locate package kopano-server-packages
          
          thctlo 1 Reply Last reply Reply Quote 0
          • thctlo
            thctlo @badewaschl last edited by thctlo

            @badewaschl
            Hai, then you are probely not have the local repo.

            I suggest get this and run it, IF the packages are online again.
            and i just looked at : https://download.kopano.io/community/
            And its not, so reuse the older downloaded kopano files.

            wget https://raw.githubusercontent.com/thctlo/Kopano/master/get-kopano-community.sh
            

            get this script run it, ignore the errors then get the files your already downloaded before.
            Put them in, based on :

            BASE_FOLDER=$HOME/kopano-repo
            
            # A subfolder in BASE_FOLDER.
            KOPANO_EXTRACT2FOLDER="apt"
            

            $HOME/kopano-repo/apt

            And run the script again.
            Now your able to use apt and kopano-server-packages should be available now.

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

              So far we have been unable to reproduce this issue. If running kopano-fsk indeed makes a difference, then it would be great if someone could provide a dump of such a store to feedback@kopano.com (or get in contact with our support for a remote session if you have a valid subscription).

              Edit: since there is an influx of users saying that they are running an older release on Debian 10 (presumably installed from the downstream Debian repository) I would not recommend to mix our packages with the ones provided by the Debian Maintainers. They are using a different naming schema (and only our packages and releases are actively tested by us) and are not compatible with each other.

              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

                @fbartels
                There is a dependecy problem with php-mapi.
                The debian kopano 8.7.0 should never have been release and i really advice everyone not to use it.
                Just to buggy. i tried to get 8.7.3 in but Buster was frozen already.

                if you have the debian kopano (8.7.0-3) installed and your upgrade to the “development/community” packages, your upgrade will fail due to a missing depend on php7-mapi ( from kopano-repo.)

                If kopano adds a “Replaces” php-mapi in the packaging for packages php7-mapi
                then this upgrade problem is fixed in the future.

                Greetz,

                Louis

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

                  @thctlo said in z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F:

                  The debian kopano 8.7.0 should never have been release

                  You would need to complain on the Debian mailinglist about that. We have no influence on packages in the Debian repositories. For the Maintainers there it’s probably also more helpful to list actual problems instead of saying that it was all a mistake.

                  @thctlo said in z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F:

                  If kopano adds a “Replaces” php-mapi in the packaging for packages php7-mapi
                  then this upgrade problem is fixed in the future.

                  I do doubt that a replaces in a single package would make a difference, the general advice is to not mix packages and when following our documentation to install our packages this will not happen.

                  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
                  • thctlo
                    thctlo @fbartels last edited by thctlo

                    @fbartels
                    why complain at #Debian, its not complaining, im just giving a notice that the debian packages are not very good to use and its better to use the Kopano packages.

                    If i upgrade the kopano packages with debian packages, then yes, i can give them a notice but it’s visaversa.

                    If you upgrade Debian with Kopano packages, then the Kopano packages should take the “php-mapi” in count.

                    Debian changed php7-mapi to php-mapi, dont ask my why.
                    I have to do the same with packaging samba and the python2 too python3 changes.

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

                      @fbartels
                      just asking, is there a git of the kopano development packaging, im willing to have a look at this.

                      Its something like this :
                      Breaks: kopano-server (= 8.7.0-3)
                      Replaces: php-mapi (= 8.7.0-3)
                      Depends: php7-mapi (>> 8.7.82~ )

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

                        @thctlo the z-push packaging is part of the git repo, but for core nothing like this exists (its anyways a bit OBS specific, as this is what we use for building) a not totally up to date snapshot can be found at https://build.opensuse.org/package/show/server:mail:kopano/kopano.

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

                          I can confirm now, that migrating from MariaDB 10.3 to MySQL 8.0 resolves the issue.
                          I´m on Debian 10, but using current (2 week old nightlys) packages from kopano.io and the current z-push 2.5.1.

                          I did a migration on database level (mostly using InnoDB transportable tablespaces, partially simple mysqldump). So this means that having an “old” Kopano install with dozends of entries in the version table by itself does not trigger the issue.

                          Consequences from my perspective:

                          • forget about the Debian repository packages for now, they´re not properly tested - crap IMHO

                          • you have to use MySQL if you´ve more than 3.000 objects in your larger folders

                          It is a shame that we´re suffering from such problems. But don´t get me wrong, this is no blaming. This is free software and it needs our effort to improve it.

                          @fbartels: I can´t provide you with a full dump of all my personal emails to reproduce the problem. But I now have two db schemas available, one working and one triggering the issue. Pls let me know how I may further supprt you debugging the issue.

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

                            @thctlo When running z-push-top does it display the php-mapi version? We have a D10 system that works but from the repo it could not load php-mapi. Eventually added other z-push components from D9 code.

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

                              I can hereby confirm that migrating to mysql 8 solves the issue. With MariaDB I was able to solve the issue partially for calendar items by running kopano-fschk, however the tool only complained about entries which were created by Outlook when acting on appointment e-mails from other users. However kopano-fschk never solved the problem for e-mails as no problems were reported anyways.

                              1 Reply Last reply Reply Quote 0
                              • bcoms
                                bcoms @weini last edited by

                                @weini
                                I can second your opinion about the Debian Kopano packages. No idea how they made it into the stable distribution in that poor condition - they should be removed asap.

                                MySQL: I already had problems with MariaDB and inboxes with only about 1K items.

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

                                  @bcoms because now, they can use buster-backports.
                                  If kopano was not in buster, no backport could be made and push into buster.

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

                                    I’m also on Buster with Debian Kopano 8.7.0-3 and switched from MariaDB 10.3 to MySQL 5.7. It works fine since last wednesday now. I will file a bug report soon at debians bug reporting tool.

                                    I also dont know how these packages got into Debian Stable. I think I hold 90% of the bugs for kopano at debian …
                                    Kopano-Search has lots of apparmor issues
                                    Kopano-Server is missing config files (ldap.cfg and admin.cfg) also user creation, deletion, updating is not working with current config on ldap

                                    I also dont want to blame the Debian developers. They are very helpful, but it is just annoying to run from one issue into another.

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

                                      @weini said in z-push 2.4.5 sync issue - 0xFFFFFFFF8004010F:

                                      But I now have two db schemas available, one working and one triggering the issue. Pls let me know how I may further supprt you debugging the issue.

                                      Sure, its worth a try.

                                      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/

                                      rolek 3 Replies Last reply Reply Quote 0
                                      • rolek
                                        rolek @fbartels last edited by

                                        @fbartels I have a debug log of this problem (with the ICS and SQL backend logs enabled). Something struck me as odd while comparing the logs with the code.

                                        I do see a log line with “MatchRestrictions: matching 1000 rows”, but I don’t see the line with “MatchRestrictions: %zu match(es) out of %d rows (%d properties)” that is logged a little later in that function. So somewhere in between we hit an error condition.

                                        I’m currently rebuilding kopanocore with some extra debugging and might have some additional information soon.

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

                                          @fbartels The function that fails is the call to gcache->GetObject() in ECGetContentChangesHelper::MatchRestrictions()

                                          This is with 8.7.0, btw.

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

                                            @fbartels Some more info: I see calls to MatchRestrictions() that succeed. In these cases I get the “matching 43 rows” log, then the loop that iters over index_objs runs with the same number of iterations as the number of rows, then finally I get a log saying "18 match(es) out of 43 rows (1 properties).

                                            Every time Z-push logs the sync issue, the log shows “matching 1000 rows”, the loop that iters over index_objs doesn’t run any iterations at all, and when gcache->GetObject() is called, ulObjId is 0.

                                            This is about as far as I’ll get, since I’m not a C++ programmer. I hope this is useful to you.
                                            I’d be happy to test any patches; I can rebuild kopanocore myself.

                                            Best regards, Roel

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