-
|
onedrive is not able to connect to Microsoft OneDrive Login Service running I get this output this is the output with curl Also increasing the timeout (tested up to 300) I have the same result. Here my system info:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
This is your root issue. Your base distribution (Ubuntu) provides a broken curl version ... Options to resolve
You potentially also have a DNS resolution issue and/or a firewall issue. This I cannot help you solve. Fix your 'curl' version first |
Beta Was this translation helpful? Give feedback.
-
|
@abraunegg I have successfully updated curl But I still have the same problem. There should not be any DNS issue Also the firewall is disabled |
Beta Was this translation helpful? Give feedback.
-
|
@vfandrea Secondly, does your 'browser' require a 'proxy' server to gain access? If yes, then has this been configured for your user at a terminal level? Lastly, Ubuntu & Linux Mint use AppArmor. You need to investigate your platform now for AppArmor issues: When AppArmor is denying access you may see deny events for:
If you are seeing anything like this, you can try to put the 'onedrive' binary into AppArmor complain mode: This should then allow the application to operate. All of this essentially points to a local environment issue. This is not a bug or issue with the client. Please seek further support from your distribution support channels. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




@vfandrea
This is your root issue.
Your base distribution (Ubuntu) provides a broken curl version ...
Options to resolve
You potentially also have a DNS resolution issue and/or a firewall issue. This I cannot help you solve.
Fix your 'curl' version first