Closed phrxmd closed 4 years ago
@phrxmd
This issue primarily manifests itself when you have 2 x binaries running at the same time with the same configuration. The existing execution still has a lock on the files. You 'most likely' had a service file running the daemon which you did not stop.
By removing the files in the way that you did, would have caused the 'other' running process to fail in an ungraceful manner - thus, potentially put you in a data loss scenario. It is never advisable to manually remove those files.
Also, please upgrade your client. v2.4.3 contains issues which have been fixed - refer to https://github.com/abraunegg/onedrive/releases
Until the package is updated, you will need to build from source to uplift your client version.
@SchoolGuy
Please can you update the OpenSuSE package from v2.4.3 to v2.4.5, and keep a watch of releases to ensure the package is kept up-to-date.
@abraunegg I am deeply sorry. We talked about 2.4.5, I will do it after lunch asap.
Request for devel is open: https://build.opensuse.org/request/show/834898
Request to Tumbleweed is in the wild: https://build.opensuse.org/request/show/834937
@phrxmd Do you need this asap in Leap or do you use Tumbleweed? If not then I would talk to some people before submitting this to Leap.
Closing issue as not an issue, SuSE package update in-flight
@SchoolGuy Thank you. I'm on Tumbleweed, there is no great hurry.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Note: Before submitting a bug report, please ensure you are running the latest 'onedrive' client as built from 'master' and by using the latest available DMD compiler. Refer to the readme on building the client for your system.
Bug Report Details
Describe the bug
After reconfiguring my Office 365 Business account to use two-factor authentication via MS Authenticator (rather than phone #) and re-authenticating OneDrive, I get the error message "A database statement execution error occurred: disk I/O error" until I manually remove the files
items.sqlite3-shm
items.sqlite3-wal
from my~/.config/onedrive
directory.Application and Operating System Details:
uname -a
& provide your OS & version (CentOS 6.x, Ubuntu 18.x etc)Linux calypso 5.8.4-1-default #1 SMP Wed Aug 26 10:53:09 UTC 2020 (64fe492) x86_64 x86_64 x86_64 GNU/Linux
curl --version
Note: Please generate a full debug log as per https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support and email to support@mynas.com.au
To Reproduce (Can't reproduce without configuring my entire O365 domain.)
Complete Verbose Log Output A clear and full log of the problem when running the application in the following manner (ie, not in monitor mode):
Additional context Add any other context about the problem here.
Bug Report Checklist