Replies: 5 comments 30 replies
-
I've been getting the same crashes on every run since upgrade to RC2.
|
Beta Was this translation helpful? Give feedback.
-
I got this error when renaming file:
After this error, this file changes will not sync, but after some time it will do full scan, and will apply the changes correctly. Not sure why it fail when try to do immediately. |
Beta Was this translation helpful? Give feedback.
-
@bpozdena , @aothmane-control
I have tracked this down to the synchronised logging that was implemented:
It is not being cleanly shutdown. Will look at this next. |
Beta Was this translation helpful? Give feedback.
-
@Lyncredible , @bpozdena , @JC-comp
This error only occurs when using CTRL-C when using I have traced this back to the following specific PRs:
As such, PR#2724 removes the following PR's: #2582, #2519, #2609 and #2628. With these removed, there is no segfault on exit when using CTRL-C in --monitor mode. Please can you test #2724 against your use cases - specifically webhooks as code has modified that touches the webook functionality as part of this revert. @JC-comp |
Beta Was this translation helpful? Give feedback.
-
Please can you test #2728 if you are able to. This is the alpha-4 'monitor' code , with a revamped logging code. The focus here is the logging aspect - ensuring that this is working and clean. On my Debian 12 test system (not using Docker ... a VM install) in all of the tests I have done in comparison to #2724 - I am not getting any segfault at any point despite trying. Any feedback is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
Summary of Changes
Important
OneDrive Client for Linux v2.5.0 contains a database schema change to support the additional functionality and bug fixes in the v2.5.x branch. As such, on your first use of this client version, the database schema will be updated and the client will perform an entire re-validation of your data - both locally and online which will take an extended period of time.
Caution
OneDrive Client for Linux v2.5.0 is not backwards compatible. Do not use v2.5.0 and v2.4.x applications at the same time against the same Microsoft OneDrive account. If using v2.5.0, you must upgrade all your clients to v2.5.0
Caution
OneDrive Business Shared Folder Sync has been 100% re-written in v2.5.0. If you are using this feature, please read the new documentation carefully.
Feature Requests
Bug Fixes
Other Changes | Fixes
Documentation
Documentation List
How can you get v2.5.0-rc2 ?
You need to build this client from source. Follow the high level directions here to get the development requirements installed first: https://github.com/abraunegg/onedrive/blob/master/docs/INSTALL.md#building-from-source---high-level-requirements
Next clone and checkout the PR:
To run the PR, you need to run the client from the PR build directory:
When running the PR, your version should be as per below or greater:
The important point is
onedrive v2.5.0-rc2
as this will change as new commits are put into the Release Candidate PR branch, whilst things are added/fixed/updated.Beta Was this translation helpful? Give feedback.
All reactions