Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal database error: Disk I/O, no sync #421

Closed
Tasty213 opened this issue Oct 2, 2018 · 7 comments
Closed

Internal database error: Disk I/O, no sync #421

Tasty213 opened this issue Oct 2, 2018 · 7 comments

Comments

@Tasty213
Copy link

Tasty213 commented Oct 2, 2018

try to sync using
sudo onedrive --synchronize --verbose --resync
and it errors out to
https://pastebin.com/EZ0c9e77

@abraunegg
Copy link

@Tasty213
It appears your using my branch rather than the skilion branch - please close this case and open here:

https://github.com/abraunegg/onedrive

Secondly, your running the client via sudo. What this does is run the client as the 'root' user, thus will mess up all the permissions for your normal user.

Regarding your issue:

A database statement execution error occurred: disk I/O error

This means you have either a disk problem - permissions, disk space issue or something else going on. The 'onedrive' application cant perform any disk operations.

@lewis2e
Copy link

lewis2e commented Jun 26, 2019

This means you have either a disk problem - permissions, disk space issue or something else going on. The 'onedrive' application cant perform any disk operations

Or the onedrive application is simply already running, as just happened to me.

Leaving this comment here for anyone else finding this post by Googling the error message (like I did). Check if onedrive is already running (e.g. if you have created a script to run it on log-in).

Kill the existing instance with pkill -f onedrive
.

@abraunegg
Copy link

@lewis2e
That will also assist - but if your running the skilion version - you are putting yourself at a significant data loss risk as well ...

@Troublor
Copy link

Troublor commented Nov 1, 2019

I encountered this problem too but I addressed it by stopping the onedrive.service running background using systemctl --user stop onedrive.service

@abraunegg
Copy link

@Troublor
The 'skilion' code appears to have been abandoned and contains many other issues that have not been fixed. It contains defects that put you at risk of data loss and corruption. If you wish to use the latest code which contains numerous fixes and enhancements you need clone & build from here: https://github.com/abraunegg/onedrive

@Troublor
Copy link

Troublor commented Nov 1, 2019

@abraunegg Yes, I'm using your branch of onedrive client

@abraunegg
Copy link

@Troublor
OK .. good to know .. but if you have an issue dont post or respond here - as this is the wrong location

@skilion skilion closed this as completed Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants