nextcloud / desktop

đŸ’» Desktop sync client for Nextcloud
https://nextcloud.com/install/#install-clients
GNU General Public License v2.0
3.05k stars 801 forks source link

Nextcloud desktop client conflict without a reason #943

Closed vbspam closed 3 years ago

vbspam commented 5 years ago

Nextcloud desktop client conflict without a reason.

Expected behaviour

Updates from the single client should be sent to the server. If files change, new versions should be sent to the server.

Actual behaviour

Initial synchronization works. The subsequent synchronizations fails with "Conflict: Server version downloaded, local copy renamed and not uploaded."

Steps to reproduce

  1. Setup Nextcloud server
  2. Install Nextcloud client 2.5.1 on Ubuntu 18.04
  3. Let it synchronize your ~/.mozilla or ~/.thunderbird folder

Client configuration

Client version:2.5.1

Operating system: Ubuntu 18.04 Neon flavour

OS language: English

Qt version used by client package (Linux only, see also Settings dialog): no QT info in settings dialog

Client package (From Nextcloud or distro) (Linux only): http://ppa.launchpad.net/nextcloud-devs/client/ubuntu

Installation path of client: /usr/bin/nextcloud

rickygm commented 4 years ago

I am having the same issue with unexpected conflicts. As the server and the local files have different modification dates I wrote a short python script to solve the conflicts in the local NextCloud folder by selecting the most recent version of the file: https://github.com/iagopinal/nextcloud_solve_conflicts

Hi , I have the same problem with the latest version of nextcloud 19, how do you use your script?

It is a python script. You just execute it with python. It is written so the Nextcloud folder is in your home directory, you can modify this to fit your particular settings.

sorry, maybe I misspoke the question, does this script run on the client or server side? , I use client side mac.

iagopinal commented 4 years ago

I am having the same issue with unexpected conflicts. As the server and the local files have different modification dates I wrote a short python script to solve the conflicts in the local NextCloud folder by selecting the most recent version of the file: https://github.com/iagopinal/nextcloud_solve_conflicts

Hi , I have the same problem with the latest version of nextcloud 19, how do you use your script?

It is a python script. You just execute it with python. It is written so the Nextcloud folder is in your home directory, you can modify this to fit your particular settings.

sorry, maybe I misspoke the question, does this script run on the client or server side? , I use client side mac.

Client side

tamas646 commented 3 years ago

Hello, I face the same problem with my linux client and I can agree that it's very annoying.

Does anyone know what causes these conflicts? I mean, shouldn't the app use the modification date to determine which version is newer?

shukriadams commented 3 years ago

Yeah, somehow my Nextcloud client helped itself to autoupdate (pretty sure I had that disabled before), then went on to resync all 150 gigs of my content (nothing had changed locally!), and finally threw up all over itself by creating thousands of false conflicts.

It is really scary when you put your trust in a system to take care of your files, and then you see it run amok and just overwrite EVERYTHING with whatever it just made up on its own.

pancan21 commented 3 years ago

Hey People, I am suffering the same problem since I am accessing my Nextcloud instance from a remote location instead of the local network.

Suspicion

Therefore, my ping can reach easily 200ms. I suspect the transaction latency influenced by the ISP and the location to be the case at least for some people in this issue. This could match with the behavior appearing on mobile devices as well as being resolved for @RedKage when changing the internet connection.

Possibilities to verify

Can any of you that have the problem check if it still appears when syncing in a local network with the Nextcloud server to eliminate most network latency.

Possible hints

Sadly I didn't find any document about the Nextcloud sync protocol that describes the detailed handling but Nextcloud Docs on conflict also say:

Now, nearly at the same time you update it locally to say “local contents” while the file on the server gets updated to contain “remote contents” by someone else. Source: https://docs.nextcloud.com/desktop/3.1/conflicts.html

Where someone else could also be your submitting a change with a delay while your program is updating locally quite quickly after you submit because you use some kind of auto-save feature. After that the remote version of the file would have changed later than the local version and would produce a conflict in the next sync cycle.

Possible workarounds

For users If your program supports lowering the auto-save interval that could already solve it.

For Developers

Suggestions for solving the Problem.

Use a revision-id (instead of the timestamp) that is coupled to the document state(instead of the creation time) and requires the latest revision-id to be submitted with the newly updated document in order to not create a conflict-file. Of course this requires the client to save the latest revision id that he submitted to not require to ask it before submitting every change. This method to my knowledge ensures that ACID protection remains and is used by other databases that need regular synchronizations.

Hope I didn't miss something out on this. Let me know if you have other possible suspicions as "without a reason" is neither for me a satisfying title for a problem that exist since 2018. Cheers PanCan21

pancan21 commented 3 years ago

Additionally, I found this in the Appendix of the documentation:

Before the 1.3.0 release of the Desktop Client, the synchronization process might create false conflict files if time deviates. Original and changed files conflict only in their timestamp, but not in their content. This behavior was changed to employ a binary check if files differ. [...] For the remote (that is, Nextcloud server) repository, the client compares the ETag of each file with its expected value. Again, the expected ETag value is queried from the client database. If the ETag is the same, the file has not changed and no synchronization occurs.

In the event a file has changed on both the local and the remote repository since the last sync run, it can not easily be decided which version of the file is the one that should be used. However, changes to any side will not be lost. Instead, a conflict case is created. The client resolves this conflict by renaming the local file, appending a conflict label and timestamp, and saving the remote file under the original file name. Source: https://docs.nextcloud.com/desktop/3.0/architecture.html

This would indicate that Nextcloud could fix the issue by using the existing ETag like I described with the revision id. And would indicate that the unwanted behavior I described before could take place by design.

biva commented 3 years ago

@er-vin We are also meeting this issue with the latest version of the desktop client (3.1 and up). I have the feeling that I see that when I save (or rename) the document while the sync was not completed yet. But I can't confirm nor reproduce the exact pattern.

Could you please share the procedure to share the logs which can help you analyse the issue?

er-vin commented 3 years ago

With 3.1 you can just click on the create debug archive button in the settings dialog shortly after the issue showed up.

makuser commented 3 years ago

I have this problem with linux and windows clients on one specific instance and can not get rid of it. I have two other instances on the same server and same clients, which work fine though. Config is the same on all instances apart from the obvious URL, datadir, database, etc. part. I am using Redis with sockets on all of my instances.

As others mentioned, the issue occurs every time I save a file and try to update the file afterwards.

I am using groupfolders on all instances.

elchusco commented 3 years ago

Same here, conflict issues on desktop client.

Here's my setup:

I use external storage to map remote user homedirs to Nextcloud through SFTP. Everything is working pretty fine with WebUI.

Server

OS: Ubuntu 20.04.2 LTS Nextcloud 20.0.8 External storage: SFTP (Log-in credentials, save in database)

Remote SFTP host

OS: Ubuntu 18.04.4 LTS Filesystem: ext4

Client

OS: Ubuntu 20.04.2 LTS Nextcloud client: nextcloud-desktop 2.6.2-1build1 APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages


To reproduce issue :

  1. Create a simple text file touch file.txt
  2. Client sync it on server (OK)
  3. Add a first line to it echo "1st entry" >> file.txt
  4. Client sync it on server (OK)
  5. Add a second line to the file echo "2nd entry" >> file.txt
  6. Client sync fail and create a conflict case

I watched access/modify/status change time of the file locally and on remote server Clocks are synced on both client and server.

nc-server: Access: 2021-04-08 17:31:27.201098437 +0200 Modify: 2021-04-08 17:31:27.201098437 +0200 Change: 2021-04-08 17:31:27.230100431 +0200

Sync takes about 4s. (17:31:22 -> 17:31:27)

* Added a line to the file at **17:31:49**:
```bash
local:
Access: 2021-04-08 17:31:22.815919499 +0200
Modify: 2021-04-08 17:31:49.267835816 +0200
Change: 2021-04-08 17:31:49.267835816 +0200

nc-server:
Access: 2021-04-08 17:31:27.201098437 +0200
Modify: 2021-04-08 17:31:53.635919403 +0200
Change: 2021-04-08 17:31:53.635919403 +0200

Here again sync takes about 4s. (17:31:49 -> 17:31:53)

nc-server: Access: 2021-04-08 17:31:27.201098437 +0200 Modify: 2021-04-08 17:31:53.635919403 +0200 Change: 2021-04-08 17:31:53.635919403 +0200

And watched the sync fails...
Here we can see that remote version of the file is as for the first write operation, older compared to the local one and, still sync fails. And unlike previous sync the modify time of remote file is not updated because sync actually failed and no write operation is done on server side.

* And a few seconds later, local file is reverted to previous version due to conflict and we notice that timestamp is set by client to be pretty the same than the server side file:
```bash
local:
Access: 2021-04-08 17:31:53.000000000 +0200
Modify: 2021-04-08 17:31:53.000000000 +0200
Change: 2021-04-08 17:32:20.587736013 +0200

nc-server:
Access: 2021-04-08 17:31:27.201098437 +0200
Modify: 2021-04-08 17:31:53.635919403 +0200
Change: 2021-04-08 17:31:53.635919403 +0200

It is not clear why first write operation is successfully synchronised whereas the following one fail (might be a coincidence in my case, if someone wants to check same commands i did on his setup).

touch file.txt
echo "1st entry" >> file.txt
echo "2nd entry" >> file.txt

Sync failed on second echo on my side

It's been +2 years the issue was opened, I am quite surprised it hasn't been addressed yet.

FlexW commented 3 years ago

@elchusco Thanks for your detailed report. Version 2.6.2 Is a pretty old version. The most recent pre release is 3.2.0-rc3. We will release the final release 3.2.0 in a few days. There have been a lot of changes in the sync engine. Maybe a newer release solves your problem. That is the link to the latest pre release: https://github.com/nextcloud/desktop/issues/943#issuecomment-815963834

Having that said, I tried to take the same steps to reproduce the problem (with the newest version) but was not successful. However, I use no external storage.

elchusco commented 3 years ago

@FlexW That's great news, I didn't report it later on, but I did exact same steps with Nextcloud-3.1.3-x86_64.AppImage client and observed the same results as with nextcloud-desktop 2.6.2-1build1 client.

Thank you for testing :wink: I'll test without external storage as well.

I'm looking forward to test 3.2.0 version, I'll probably try pre-release. However, the link you provided points on my comment not the actual commit...

github-actions[bot] commented 3 years ago

This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!

elchusco commented 3 years ago

@FlexW Hi,

Repeated same operations on latest client version for Linux, Nextcloud-3.2.0, but nothing different. I didn't had enough time to test it without external storage though.

I'll try to provide more information as soon as I can. Regards.

github-actions[bot] commented 3 years ago

This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!

makuser commented 3 years ago

The same is happening with the latest Nextcloud and Nextcloud Desktop 3.2.2 on Ubuntu and Windows 10....

What more info can we collect and share?

mgallien commented 3 years ago

Please provide the desktop client logs:

github-actions[bot] commented 3 years ago

This bug report did not receive an update in the last 4 weeks. Please take a look again and update the issue with new details, otherwise the issue will be automatically closed in 2 weeks. Thank you!

makuser commented 3 years ago

Please provide the desktop client logs:

Sure thing. That's the least I can do to get closer to solving this, after having this bug for the past few years on different machines.

* Since 3.1: Under the "General" settings, you can click on "Create Debug Archive ..." to pick the location of where the desktop client will export the logs and the database to a zip file.

Clicking that new button does nothing on 3.3.1. Clicking it does not even generate any debug lines when I opened the logwindow using the method below.

* On previous releases: Via the command line: nextcloud --logdebug --logwindow or nextcloud --logdebug --logfile log.txt (See also https://docs.nextcloud.com/desktop/3.1/troubleshooting.html#log-files)

Thank you, that one worked as intended.

Here you get a sanitized and cleaned-up log (at least I hope it's sanitized enough). In it there are several files, (file1-file3) which I was unable to update in the past and a completely new pdf file and a new folder I created, which I was not even to upload once. Most of the times, I am at least to upload a file once, but not update it afterwards. In these two cases it was not even possible to upload it initially though.

I have write permission to everything on that server and it all works without any error messages via the web UI, just not the desktop client.

I have a second server connected with that desktop client, which never had that problem. I do have that same setup on my laptop though, and I am regularily running into the same permission problem as shown here.

2021-07-06 19:06:51:768 [ info nextcloud.gui.folder ]:  Trying to check "https://cloud.domain.tld/remote.php/dav/files/marc/" for changes via ETag check. (time since last sync: 42 s)
2021-07-06 19:06:51:768 [ debug nextcloud.gui.folder.manager ]  [ OCC::FolderMan::slotRunOneEtagJob ]:  Scheduling "https://cloud.domain.tld/remote.php/dav/files/marc/" to check remote ETag
2021-07-06 19:06:51:768 [ info nextcloud.sync.accessmanager ]:  6 "PROPFIND" "https://cloud.domain.tld/remote.php/dav/files/marc/" has X-Request-ID "4f2478d7-b1f9-4307-bde6-0f31b26b0783"
2021-07-06 19:06:51:768 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") requests: (QNetworkCookie("oc_sessionPassphrase=nah; secure; HttpOnly; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("icinstance=token; secure; HttpOnly; domain=cloud.domain.tld; path=/"))
2021-07-06 19:06:51:769 [ info nextcloud.sync.networkjob ]: OCC::RequestEtagJob created for "https://cloud.domain.tld" + "/" "OCC::Folder"
2021-07-06 19:06:52:003 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:06:52:003 [ info nextcloud.sync.networkjob.etag ]:    Request Etag of QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") FINISHED WITH STATUS "OK"
2021-07-06 19:06:52:004 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::RequestEtagJob finished for "/"
2021-07-06 19:06:55:767 [ debug nextcloud.sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
2021-07-06 19:06:55:767 [ info nextcloud.sync.accessmanager ]:  6 "PROPFIND" "https://cloud.domain2.tld/remote.php/dav/files/marc/" has X-Request-ID "e216d477-eabf-4ecb-be4a-83f12f0033f9"
2021-07-06 19:06:55:768 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain2.tld/remote.php/dav/files/marc/") requests: (QNetworkCookie("oc_sessionPassphrase=nah2; secure; HttpOnly; domain=cloud.domain2.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain2.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain2.tld; path=/"), QNetworkCookie("ocinstance2=token2; secure; HttpOnly; domain=cloud.domain2.tld; path=/"))
2021-07-06 19:06:55:768 [ info nextcloud.sync.networkjob ]: OCC::PropfindJob created for "https://cloud.domain2.tld" + "/" "OCC::ConnectionValidator"
2021-07-06 19:06:55:768 [ debug nextcloud.sync.connectionvalidator ]    [ OCC::ConnectionValidator::checkAuthentication ]:  # Check whether authenticated propfind works.
2021-07-06 19:06:55:768 [ info nextcloud.sync.accessmanager ]:  6 "PROPFIND" "https://cloud.domain.tld/remote.php/dav/files/marc/" has X-Request-ID "154503cd-f008-46a9-88c4-3029423d05db"
2021-07-06 19:06:55:768 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") requests: (QNetworkCookie("oc_sessionPassphrase=nah; secure; HttpOnly; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("icinstance=token; secure; HttpOnly; domain=cloud.domain.tld; path=/"))
2021-07-06 19:06:55:768 [ info nextcloud.sync.networkjob ]: OCC::PropfindJob created for "https://cloud.domain.tld" + "/" "OCC::ConnectionValidator"
2021-07-06 19:06:55:943 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:06:55:943 [ info nextcloud.sync.networkjob.propfind ]:    PROPFIND of QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") FINISHED WITH STATUS "OK"
2021-07-06 19:06:55:944 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::PropfindJob finished for "/"
2021-07-06 19:06:55:982 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:06:55:982 [ info nextcloud.sync.networkjob.propfind ]:    PROPFIND of QUrl("https://cloud.domain2.tld/remote.php/dav/files/marc/") FINISHED WITH STATUS "OK"
2021-07-06 19:06:55:983 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::PropfindJob finished for "/"
2021-07-06 19:07:07:282 [ info nextcloud.gui.folderwatcher ]:   Detected changes in paths: QSet("/home/marc/cloud-fgl/FGL/600 BOF/Hameg Oszilloskop/testfolder")
2021-07-06 19:07:07:283 [ debug nextcloud.gui.folder ]  [ OCC::Folder::slotWatchedPathChanged ]:    local discovery: inserted "FGL/600 BOF/Hameg Oszilloskop/testfolder" due to file watcher
2021-07-06 19:07:07:283 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -4850979403549278039)
2021-07-06 19:07:07:283 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:07:283 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(int, 1)
2021-07-06 19:07:07:283 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM selectivesync WHERE type=?1"
2021-07-06 19:07:07:283 [ debug nextcloud.gui.folderwatcher ]   [ OCC::FolderWatcherPrivate::slotAddFolderRecursive ]:  (+) Watcher: "/home/marc/cloud-fgl/FGL/600 BOF/Hameg Oszilloskop/testfolder"
2021-07-06 19:07:08:767 [ info nextcloud.sync.accessmanager ]:  2 "" "https://cloud.domain.tld/ocs/v1.php/cloud/user?format=json" has X-Request-ID "a787e75c-b0c1-40e5-a4eb-87c47359d319"
2021-07-06 19:07:08:768 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain.tld/ocs/v1.php/cloud/user?format=json") requests: (QNetworkCookie("oc_sessionPassphrase=nah; secure; HttpOnly; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("icinstance=token; secure; HttpOnly; domain=cloud.domain.tld; path=/"))
2021-07-06 19:07:08:770 [ info nextcloud.sync.networkjob ]: OCC::JsonApiJob created for "https://cloud.domain.tld" + "ocs/v1.php/cloud/user" "OCC::UserInfo"
2021-07-06 19:07:08:998 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:07:08:998 [ info nextcloud.sync.networkjob.jsonapi ]: JsonApiJob of QUrl("https://cloud.domain.tld/ocs/v1.php/cloud/user?format=json") FINISHED WITH STATUS "OK"
2021-07-06 19:07:08:999 [ info nextcloud.sync.accessmanager ]:  2 "" "https://cloud.domain.tld/remote.php/dav/avatars/marc/128.png" has X-Request-ID "bccea60f-3405-42b0-ab51-c84991df6df3"
2021-07-06 19:07:08:999 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain.tld/remote.php/dav/avatars/marc/128.png") requests: (QNetworkCookie("oc_sessionPassphrase=nah; secure; HttpOnly; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("icinstance=token; secure; HttpOnly; domain=cloud.domain.tld; path=/"))
2021-07-06 19:07:08:999 [ info nextcloud.sync.networkjob ]: OCC::AvatarJob created for "https://cloud.domain.tld" + "" "OCC::UserInfo"
2021-07-06 19:07:08:999 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::JsonApiJob finished for "ocs/v1.php/cloud/user"
2021-07-06 19:07:09:163 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:07:09:167 [ debug nextcloud.sync.networkjob.avatar ]  [ OCC::AvatarJob::finished ]:   Retrieved Avatar pixmap!
2021-07-06 19:07:09:169 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::AvatarJob finished for ""
2021-07-06 19:07:09:267 [ info nextcloud.gui.folder.manager ]:  Schedule folder  "2"  to sync!
2021-07-06 19:07:09:268 [ info nextcloud.gui.application ]: Sync state changed for folder  "https://cloud.domain.tld/remote.php/dav/files/marc/" :  "Not yet Started"
2021-07-06 19:07:09:269 [ info nextcloud.gui.folder.manager ]:  Starting the next scheduled sync in 0 seconds
2021-07-06 19:07:09:289 [ debug nextcloud.gui.folder.manager ]  [ OCC::FolderMan::slotStartScheduledFolderSync ]:   folderQueue size:  1
2021-07-06 19:07:09:290 [ info nextcloud.gui.application ]: Sync state changed for folder  "https://cloud.domain.tld/remote.php/dav/files/marc/" :  "SyncPrepare"
2021-07-06 19:07:09:291 [ info nextcloud.gui.folder ]:  *** Start syncing  "https://cloud.domain.tld/remote.php/dav/files/marc/"  - client version 3.1.1-1ubuntu1.1
2021-07-06 19:07:09:298 [ info nextcloud.gui.folder ]:  Forbidding local discovery to read from the database
2021-07-06 19:07:09:299 [ info nextcloud.gui.folder.manager ]:  >========== Sync started for folder [cloud-fgl] of account [marc@cloud.domain.tld] with remote [https://cloud.domain.tld/remote.php/dav/files/marc/]
2021-07-06 19:07:09:300 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, modtime, pollpath FROM poll"
2021-07-06 19:07:09:300 [ info nextcloud.sync.engine ]: There are 48149360640 bytes available at "/home/marc/cloud-fgl/"
2021-07-06 19:07:09:301 [ info nextcloud.sync.engine ]: Sync with existing sync journal
2021-07-06 19:07:09:301 [ info nextcloud.sync.engine ]: "Using Qt 5.15.2 SSL library OpenSSL 1.1.1j  16 Feb 2021 on Ubuntu 21.04"
2021-07-06 19:07:09:301 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(int, 1)
2021-07-06 19:07:09:302 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM selectivesync WHERE type=?1"
2021-07-06 19:07:09:302 [ info nextcloud.sync.engine ]: Using Selective Sync
2021-07-06 19:07:09:302 [ info nextcloud.sync.engine ]: #### Discovery start ####################################################
2021-07-06 19:07:09:303 [ info nextcloud.sync.engine ]: Server "21.0.3.1" 
2021-07-06 19:07:09:303 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(int, 2)
2021-07-06 19:07:09:303 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM selectivesync WHERE type=?1"
2021-07-06 19:07:09:304 [ info nextcloud.sync.csync.utils ]:    Memory: 4871804K total size, 239884K resident, 145044K shared
2021-07-06 19:07:09:304 [ info nextcloud.sync.csync.csync ]:    ## Starting local discovery ##
2021-07-06 19:07:09:304 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   file: ._sync_3332bd0713d9.db-wal [inode=26119079 size=0]
2021-07-06 19:07:09:304 [ info nextcloud.sync.csync.updater ]:  ._sync_3332bd0713d9.db-wal excluded  (1)
2021-07-06 19:07:09:304 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: THH [inode=26133371]
2021-07-06 19:07:09:305 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, 7701838671859533015)
2021-07-06 19:07:09:305 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:305 [ info nextcloud.sync.csync.updater ]:  Database entry found for THH, compare: 1625140452 <-> 1625501922, etag:  <-> 60e330e24b82e, inode: 26133371 <-> 26133371, size: 4096 <-> 0, perms: 0 <-> 2e1, checksum:  <->  , ignore: 0,  e2e: 
2021-07-06 19:07:09:305 [ info nextcloud.sync.csync.updater ]:  file: THH, instruction: INSTRUCTION_EVAL <<=
===
2021-07-06 19:07:09:332 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   file: ._sync_3332bd0713d9.db-shm [inode=26119084 size=32768]
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:  ._sync_3332bd0713d9.db-shm excluded  (1)
2021-07-06 19:07:09:332 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: Talk [inode=26099715]
2021-07-06 19:07:09:332 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -654901519996344717)
2021-07-06 19:07:09:332 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:  Database entry found for Talk, compare: 1600248720 <-> 1598535029, etag:  <-> 5f47b5757f256, inode: 26099715 <-> 26099715, size: 4096 <-> 0, perms: 0 <-> fd, checksum:  <->  , ignore: 0,  e2e: 
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:  file: Talk, instruction: INSTRUCTION_EVAL <<=
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for /home/marc/cloud-fgl/Talk with read_from_db 0
2021-07-06 19:07:09:332 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: FGL [inode=26087827]
2021-07-06 19:07:09:332 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:09:332 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:  Database entry found for FGL, compare: 1593038075 <-> 1593038075, etag:  <-> 60a6b4faf3848, inode: 26087827 <-> 26087827, size: 4096 <-> 4096, perms: 0 <-> 2e1, checksum:  <->  , ignore: 1,  e2e: 
2021-07-06 19:07:09:332 [ info nextcloud.sync.csync.updater ]:  file: FGL, instruction: INSTRUCTION_NONE <<=
===
2021-07-06 19:07:09:381 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: FGL/600 BOF [inode=26478161]
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -8043161631119002832)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  Database entry found for FGL/600 BOF, compare: 1624568104 <-> 1620141511, etag:  <-> 609165c73809b, inode: 26478161 <-> 26478161, size: 4096 <-> 0, perms: 0 <-> 4e1, checksum:  <->  , ignore: 0,  e2e: 
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  file: FGL/600 BOF, instruction: INSTRUCTION_EVAL <<=
2021-07-06 19:07:09:382 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: FGL/600 BOF/Hameg Oszilloskop [inode=26764049]
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -1533353265260473595)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  Database entry found for FGL/600 BOF/Hameg Oszilloskop, compare: 1625591227 <-> 1624037691, etag:  <-> , inode: 26764049 <-> 26764049, size: 4096 <-> 4096, perms: 0 <-> 1, checksum:  <->  , ignore: 0,  e2e: 
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  file: FGL/600 BOF/Hameg Oszilloskop, instruction: INSTRUCTION_EVAL <<=
2021-07-06 19:07:09:382 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   file: FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf [inode=26739175 size=11263503]
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, 1217774573832916519)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf")
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE e2eMangledName=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  Checking for rename based on inode # 26739175
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qulonglong, 26739175)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE inode=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  file: FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf, instruction: INSTRUCTION_NEW <<=
2021-07-06 19:07:09:382 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: FGL/600 BOF/Hameg Oszilloskop/testfolder [inode=27124402]
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -4850979403549278039)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/testfolder")
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE e2eMangledName=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  Checking for rename based on inode # 27124402
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qulonglong, 27124402)
2021-07-06 19:07:09:382 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE inode=?1"
2021-07-06 19:07:09:382 [ info nextcloud.sync.csync.updater ]:  file: FGL/600 BOF/Hameg Oszilloskop/testfolder, instruction: INSTRUCTION_NEW <<=
2021-07-06 19:07:09:383 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for /home/marc/cloud-fgl/FGL/600 BOF/Hameg Oszilloskop/testfolder with read_from_db 0
2021-07-06 19:07:09:383 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for /home/marc/cloud-fgl/FGL/600 BOF/Hameg Oszilloskop with read_from_db 0
===
2021-07-06 19:07:09:503 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for /home/marc/cloud-fgl/FGL with read_from_db 0
2021-07-06 19:07:09:503 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for /home/marc/cloud-fgl with read_from_db 0
2021-07-06 19:07:09:503 [ info nextcloud.sync.csync.csync ]:    Update detection for local replica took 0.199 seconds walking 1473 files
2021-07-06 19:07:09:503 [ info nextcloud.sync.csync.utils ]:    Memory: 4871804K total size, 245948K resident, 145044K shared
2021-07-06 19:07:09:503 [ info nextcloud.sync.csync.csync ]:    ## Starting remote discovery ##
2021-07-06 19:07:09:503 [ debug nextcloud.sync.discovery ]  [ OCC::DiscoveryJob::remote_vio_opendir_hook ]: OCC::DiscoveryJob(0x56001a500f30)  Calling into main thread...
2021-07-06 19:07:10:257 [ info nextcloud.sync.accessmanager ]:  6 "PROPFIND" "https://cloud.domain.tld/remote.php/dav/files/marc/" has X-Request-ID "00301815-00ce-46fc-a85e-4accd90c4869"
2021-07-06 19:07:10:257 [ debug nextcloud.sync.cookiejar ]  [ OCC::CookieJar::cookiesForUrl ]:  QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") requests: (QNetworkCookie("oc_sessionPassphrase=nah; secure; HttpOnly; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("__Host-nc_sameSiteCookiestrict=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=cloud.domain.tld; path=/"), QNetworkCookie("icinstance=token; secure; HttpOnly; domain=cloud.domain.tld; path=/"))
2021-07-06 19:07:10:257 [ info nextcloud.sync.networkjob ]: OCC::LsColJob created for "https://cloud.domain.tld" + "" "OCC::DiscoverySingleDirectoryJob"
2021-07-06 19:07:10:511 [ info nextcloud.sync.credentials.webflow ]:    request finished
2021-07-06 19:07:10:511 [ info nextcloud.sync.networkjob.lscol ]:   LSCOL of QUrl("https://cloud.domain.tld/remote.php/dav/files/marc/") FINISHED WITH STATUS "OK"
2021-07-06 19:07:10:511 [ debug nextcloud.sync.discovery ]  [ OCC::DiscoveryMainThread::singleDirectoryJobResultSlot ]: Have 10 results for  ""
2021-07-06 19:07:10:511 [ debug nextcloud.sync.networkjob ] [ OCC::AbstractNetworkJob::slotFinished ]:  Network job OCC::LsColJob finished for ""
2021-07-06 19:07:10:511 [ debug nextcloud.sync.discovery ]  [ OCC::DiscoveryJob::remote_vio_opendir_hook ]: OCC::DiscoveryJob(0x56001a500f30)  ...Returned from main thread
===
2021-07-06 19:07:10:514 [ debug nextcloud.sync.csync.updater ]  [ csync_walker ]:   directory: FGL [file_id=00000136oc2ulp5u9dlp]
2021-07-06 19:07:10:514 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:10:514 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:514 [ info nextcloud.sync.csync.updater ]:  Database entry found for FGL, compare: 1621538042 <-> 1593038075, etag: 60a6b4faf3848 <-> 60a6b4faf3848, inode: 0 <-> 26087827, size: 0 <-> 4096, perms: 2e1 <-> 2e1, checksum:  <->  , ignore: 1,  e2e: 
2021-07-06 19:07:10:514 [ info nextcloud.sync.csync.updater ]:  Reading from database: FGL
2021-07-06 19:07:10:514 [ info nextcloud.sync.csync.updater ]:  file: FGL, instruction: INSTRUCTION_NONE <<=
2021-07-06 19:07:10:514 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QByteArray, "FGL")
2021-07-06 19:07:10:514 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE (path > (?1||'/') AND path < (?1||'0')) OR (e2eMangledName > (?1||'/') AND e2eMangledName < (?1||'0')) ORDER BY path||'/' ASC"
2021-07-06 19:07:10:521 [ info nextcloud.sync.csync.updater ]:  1313 entries read below path FGL from db.
===
2021-07-06 19:07:10:521 [ debug nextcloud.sync.discovery ]  [ OCC::DiscoveryJob::remote_vio_closedir_hook ]:    OCC::DiscoveryJob(0x56001a500f30) ""
2021-07-06 19:07:10:521 [ info nextcloud.sync.csync.updater ]:   <= Closing walk for  with read_from_db 0
2021-07-06 19:07:10:521 [ info nextcloud.sync.csync.csync ]:    Update detection for remote replica took 1.017 seconds walking 1468 files
2021-07-06 19:07:10:521 [ info nextcloud.sync.csync.utils ]:    Memory: 4871804K total size, 249644K resident, 145044K shared
2021-07-06 19:07:10:525 [ info nextcloud.sync.engine ]: #### Discovery end ####################################################  1222 ms
2021-07-06 19:07:10:525 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully dismissed:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:525 [ info nextcloud.gui.activity ]:    Trying to remove Activity/Notification/Error from view... 
2021-07-06 19:07:10:525 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully removed from the list.
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Updating Activity/Notification/Error view.
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully dismissed:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Trying to remove Activity/Notification/Error from view... 
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully removed from the list.
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Updating Activity/Notification/Error view.
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully dismissed:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Trying to remove Activity/Notification/Error from view... 
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully removed from the list.
2021-07-06 19:07:10:526 [ info nextcloud.gui.activity ]:    Updating Activity/Notification/Error view.
2021-07-06 19:07:10:527 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully dismissed:  "Nicht erlaubt, da Sie keine Berechtigung zum HinzufĂŒgen von Dateien in diesen Ordner haben"
2021-07-06 19:07:10:527 [ info nextcloud.gui.activity ]:    Trying to remove Activity/Notification/Error from view... 
2021-07-06 19:07:10:527 [ info nextcloud.gui.activity ]:    Activity/Notification/Error successfully removed from the list.
2021-07-06 19:07:10:527 [ info nextcloud.gui.activity ]:    Updating Activity/Notification/Error view.
===
2021-07-06 19:07:10:636 [ info nextcloud.sync.csync.reconciler ]:   INSTRUCTION_NEW                client dir:  FGL/600 BOF/Hameg Oszilloskop/testfolder
2021-07-06 19:07:10:636 [ info nextcloud.sync.csync.reconciler ]:   INSTRUCTION_NEW                client file: FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf
2021-07-06 19:07:10:636 [ info nextcloud.sync.csync.reconciler ]:   INSTRUCTION_UPDATE_METADATA    client dir:  FGL/600 BOF/Hameg Oszilloskop
===
2021-07-06 19:07:10:686 [ info nextcloud.sync.csync.reconciler ]:   INSTRUCTION_UPDATE_METADATA    client dir:  FGL/600 BOF
===
2021-07-06 19:07:10:721 [ info nextcloud.sync.csync.csync ]:    Reconciliation for local replica took  0.194 seconds visiting  1473  files.
===
2021-07-06 19:07:10:885 [ debug nextcloud.sync.csync.reconciler ]   [ _csync_merge_algorithm_visitor ]: INSTRUCTION_NONE               server dir:  FGL
===
2021-07-06 19:07:10:910 [ info nextcloud.sync.csync.csync ]:    Reconciliation for remote replica took  0.188 seconds visiting  1468  files.
2021-07-06 19:07:10:910 [ info nextcloud.sync.engine ]: #### Reconcile end ####################################################  1607 ms
2021-07-06 19:07:10:910 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4")
2021-07-06 19:07:10:911 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:911 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv")
2021-07-06 19:07:10:911 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:911 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf")
2021-07-06 19:07:10:911 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/testfolder")
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf")
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop")
2021-07-06 19:07:10:912 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:913 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF")
2021-07-06 19:07:10:913 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:914 [ info nextcloud.sync.engine ]: Permissions of the root folder:  "DNVCKR"
2021-07-06 19:07:10:915 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT fingerprint FROM datafingerprint"
2021-07-06 19:07:10:915 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(int, 1)
2021-07-06 19:07:10:915 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM selectivesync WHERE type=?1"
2021-07-06 19:07:10:915 [ warning nextcloud.sync.engine ]:  checkForPermission: ERROR "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf"
2021-07-06 19:07:10:915 [ warning nextcloud.sync.engine ]:  checkForPermission: ERROR "FGL/600 BOF/Hameg Oszilloskop/testfolder"
2021-07-06 19:07:10:916 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/600 BOF" 0 1024
2021-07-06 19:07:10:916 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf" 5 32
2021-07-06 19:07:10:916 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/600 BOF/Hameg Oszilloskop" 0 1024
2021-07-06 19:07:10:916 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf" 2 256
2021-07-06 19:07:10:916 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:10:916 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:916 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -8043161631119002832)
2021-07-06 19:07:10:917 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:917 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -1533353265260473595)
2021-07-06 19:07:10:917 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:917 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/600 BOF/Hameg Oszilloskop/testfolder" 2 256
2021-07-06 19:07:10:917 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:10:917 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:918 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -8043161631119002832)
2021-07-06 19:07:10:918 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:918 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -1533353265260473595)
2021-07-06 19:07:10:918 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:918 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4" 5 32
2021-07-06 19:07:10:918 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotAboutToPropagate ]:   Investigating "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv" 5 32
2021-07-06 19:07:10:919 [ debug nextcloud.sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit  "post treewalk" and starting new transaction
2021-07-06 19:07:10:919 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT tmpfile, etag, errorcount, path FROM downloadinfo"
2021-07-06 19:07:10:919 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path,transferid FROM uploadinfo"
2021-07-06 19:07:10:919 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM blacklist"
2021-07-06 19:07:10:919 [ debug nextcloud.sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit  "post stale entry removal" and starting new transaction
2021-07-06 19:07:10:919 [ info nextcloud.sync.engine ]: #### Post-Reconcile end ####################################################  1617 ms
2021-07-06 19:07:10:944 [ info nextcloud.gui.folder ]:  #### Propagation start ####################################################
2021-07-06 19:07:10:945 [ info nextcloud.gui.application ]: Sync state changed for folder  "https://cloud.domain.tld/remote.php/dav/files/marc/" :  "Sync Running"
2021-07-06 19:07:10:945 [ info nextcloud.sync.propagator ]: Starting INSTRUCTION_ERROR propagation of "FGL/600 BOF/Hameg Oszilloskop/testfolder" by OCC::PropagateIgnoreJob(0x56001bc48dd0)
2021-07-06 19:07:10:945 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/testfolder")
2021-07-06 19:07:10:945 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:945 [ warning nextcloud.sync.propagator ]:  Could not complete propagation of "FGL/600 BOF/Hameg Oszilloskop/testfolder" by OCC::PropagateIgnoreJob(0x56001bc48dd0) with status 2 and error: "Nicht erlaubt, da Sie keine Berechtigung zur Erstellung von Unterordnern haben"
2021-07-06 19:07:10:945 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "FGL/600 BOF/Hameg Oszilloskop/testfolder" 2 256
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -8043161631119002832)
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -1533353265260473595)
2021-07-06 19:07:10:946 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:947 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/Hameg Oszilloskop/testfolder"  retrieved resulted in  "Nicht erlaubt, da Sie keine Berechtigung zur Erstellung von Unterordnern haben"
2021-07-06 19:07:10:947 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/Hameg Oszilloskop/testfolder"  retrieved resulted in error  "Nicht erlaubt, da Sie keine Berechtigung zur Erstellung von Unterordnern haben"
2021-07-06 19:07:10:947 [ info nextcloud.gui.activity ]:    Error successfully added to the notification list:  "Nicht erlaubt, da Sie keine Berechtigung zur Erstellung von Unterordnern haben"
2021-07-06 19:07:10:960 [ info nextcloud.sync.propagator ]: Starting INSTRUCTION_ERROR propagation of "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf" by OCC::PropagateIgnoreJob(0x56001b00c8d0)
2021-07-06 19:07:10:960 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(QString, "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf")
2021-07-06 19:07:10:961 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT lastTryEtag, lastTryModtime, retrycount, errorstring, lastTryTime, ignoreDuration, renameTarget, errorCategory FROM blacklist WHERE path=?1"
2021-07-06 19:07:10:961 [ warning nextcloud.sync.propagator ]:  Could not complete propagation of "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf" by OCC::PropagateIgnoreJob(0x56001b00c8d0) with status 2 and error: "Nicht erlaubt, da Sie keine Berechtigung zum HinzufĂŒgen von Dateien in diesen Ordner haben"
2021-07-06 19:07:10:961 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf" 2 256
2021-07-06 19:07:10:961 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -37561113756111322)
2021-07-06 19:07:10:961 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:961 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -8043161631119002832)
2021-07-06 19:07:10:962 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:962 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::bindValue ]:   SQL bind 1 QVariant(qlonglong, -1533353265260473595)
2021-07-06 19:07:10:962 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path, inode, modtime, type, md5, fileid, remotePerm, filesize,  ignoredChildrenRemote, contentchecksumtype.name || ':' || contentChecksum, e2eMangledName, isE2eEncrypted  FROM metadata  LEFT JOIN checksumtype as contentchecksumtype ON metadata.contentChecksumTypeId == contentchecksumtype.id WHERE phash=?1"
2021-07-06 19:07:10:962 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf"  retrieved resulted in  "Nicht erlaubt, da Sie keine Berechtigung zum HinzufĂŒgen von Dateien in diesen Ordner haben"
2021-07-06 19:07:10:962 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/Hameg Oszilloskop/HM408_1A.pdf"  retrieved resulted in error  "Nicht erlaubt, da Sie keine Berechtigung zum HinzufĂŒgen von Dateien in diesen Ordner haben"
2021-07-06 19:07:10:962 [ info nextcloud.gui.activity ]:    Error successfully added to the notification list:  "Nicht erlaubt, da Sie keine Berechtigung zum HinzufĂŒgen von Dateien in diesen Ordner haben"
2021-07-06 19:07:10:963 [ info nextcloud.sync.propagator ]: Starting INSTRUCTION_IGNORE propagation of "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf" by OCC::PropagateIgnoreJob(0x56001b824990)
2021-07-06 19:07:10:963 [ warning nextcloud.sync.propagator ]:  Could not complete propagation of "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf" by OCC::PropagateIgnoreJob(0x56001b824990) with status 5 and error: "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:963 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf" 5 32
2021-07-06 19:07:10:963 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf"  retrieved resulted in  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:963 [ warning nextcloud.gui.activity ]: Item  "FGL/600 BOF/file3 (conflicted copy 2021-06-24 225123).pdf"  retrieved resulted in error  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:963 [ info nextcloud.gui.activity ]:    Error successfully added to the notification list:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:968 [ info nextcloud.sync.propagator ]: Starting INSTRUCTION_IGNORE propagation of "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4" by OCC::PropagateIgnoreJob(0x56001bc4a170)
2021-07-06 19:07:10:968 [ warning nextcloud.sync.propagator ]:  Could not complete propagation of "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4" by OCC::PropagateIgnoreJob(0x56001bc4a170) with status 5 and error: "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:969 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4" 5 32
2021-07-06 19:07:10:969 [ warning nextcloud.gui.activity ]: Item  "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4"  retrieved resulted in  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:969 [ warning nextcloud.gui.activity ]: Item  "FGL/800 ACCT/file1 (conflicted copy 2021-03-14 005944).autosave4"  retrieved resulted in error  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:969 [ info nextcloud.gui.activity ]:    Error successfully added to the notification list:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:969 [ info nextcloud.sync.propagator ]: Starting INSTRUCTION_IGNORE propagation of "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv" by OCC::PropagateIgnoreJob(0x56001b7df540)
2021-07-06 19:07:10:970 [ warning nextcloud.sync.propagator ]:  Could not complete propagation of "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv" by OCC::PropagateIgnoreJob(0x56001b7df540) with status 5 and error: "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:970 [ debug nextcloud.sync.statustracker ]  [ OCC::SyncFileStatusTracker::slotItemCompleted ]:  Item completed "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv" 5 32
2021-07-06 19:07:10:970 [ warning nextcloud.gui.activity ]: Item  "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv"  retrieved resulted in  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:970 [ warning nextcloud.gui.activity ]: Item  "FGL/900 LEAD/file2 (conflicted copy 2021-04-22 133143).csv"  retrieved resulted in error  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:970 [ info nextcloud.gui.activity ]:    Error successfully added to the notification list:  "Konflikt: Serverversion heruntergeladen, lokale Kopie umbenannt und nicht hochgeladen."
2021-07-06 19:07:10:980 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT phash, path, e2eMangledName FROM metadata order by path"
2021-07-06 19:07:10:981 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "PRAGMA wal_checkpoint(FULL);"
2021-07-06 19:07:10:981 [ debug nextcloud.sync.database ]   [ OCC::SyncJournalDb::walCheckpoint ]:  took 0 msec
2021-07-06 19:07:10:981 [ debug nextcloud.sync.database.sql ]   [ OCC::SqlQuery::exec ]:    SQL exec "SELECT path FROM conflicts"
2021-07-06 19:07:10:982 [ debug nextcloud.sync.database ]   [ OCC::SyncJournalDb::commitInternal ]: Transaction commit  "All Finished." 
2021-07-06 19:07:10:982 [ info nextcloud.sync.database ]:   Closing DB "/home/marc/cloud-fgl/._sync_3332bd0713d9.db"
2021-07-06 19:07:10:982 [ debug nextcloud.sync.database ]   [ OCC::SyncJournalDb::commitTransaction ]:  No database Transaction to commit
2021-07-06 19:07:10:983 [ info nextcloud.sync.engine ]: CSync run took  1680 ms
2021-07-06 19:07:10:986 [ info nextcloud.gui.folder ]:  Client version 3.1.1-1ubuntu1.1  Qt 5.15.2  SSL  OpenSSL 1.1.1j  16 Feb 2021
2021-07-06 19:07:10:986 [ warning nextcloud.gui.folder ]:   SyncEngine finished with ERROR
2021-07-06 19:07:10:987 [ info nextcloud.gui.folder ]:  Folder sync result:  3
2021-07-06 19:07:10:987 [ info nextcloud.gui.folder ]:  the last 3 syncs failed
2021-07-06 19:07:10:987 [ debug nextcloud.gui.folder ]  [ OCC::Folder::slotSyncFinished ]:  Sync failed, keeping last sync's local discovery path list
2021-07-06 19:07:10:987 [ info nextcloud.gui.application ]: Sync state changed for folder  "https://cloud.domain.tld/remote.php/dav/files/marc/" :  "Error"
2021-07-06 19:07:11:216 [ info nextcloud.gui.folder.manager ]:  <========== Sync finished for folder [cloud-fgl] of account [marc@cloud.domain.tld] with remote [https://cloud.domain.tld/remote.php/dav/files/marc/]
github-actions[bot] commented 3 years ago

This bug report is getting automatically closed due to no answer since the issue has been staled. Thank you!

makuser commented 3 years ago

This bug report is getting automatically closed due to no answer since the issue has been staled. Thank you!

Really GitHub? 😐

FlexW commented 3 years ago

This is probably aduplicate of https://github.com/nextcloud/desktop/issues/2467 I suggest we let this one closed and just focus on the other one.

claell commented 2 years ago

Duplicate of #2467

claell commented 2 years ago

Unfortunately now the newer issue is more active, so we cannot keep this older one.