We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ubuntu 20.04 (wsl2)
run:
onedrive --version
result:
onedrive v2.4.8-11-g62a2b4f
chkconfig onedrive on
chkconfig: command not found
service onedrive start
onedrive: unrecognized service
systemctl --user enable onedrive
systemctl --user start onedrive
Failed to connect to bus: No such file or directory
# Install dependencies sudo apt install -y build-essential sudo apt install -y libcurl4-openssl-dev sudo apt install -y libsqlite3-dev sudo apt install -y pkg-config sudo apt install -y git sudo apt install -y curl curl -fsS https://dlang.org/install.sh | bash -s dmd source "$(find ~/dlang -maxdepth 2 -mindepth 2 -name 'activate')" # Install OneDrive mkdir -p ~/apps cd ~/apps if [ ! -d "onedrive" ]; then git clone https://github.com/abraunegg/onedrive.git fi cd onedrive ./configure make clean make sudo make install deactivate # Configure OneDrive mkdir -p ~/.config/onedrive cp ./config ~/.config/onedrive/config mkdir -p ~/OneDrive systemctl --user enable onedrive systemctl --user start onedrive onedrive
The text was updated successfully, but these errors were encountered:
@yuusakuri Closing issue for the following reasons:
Additionally, your systemd issue is related to wsl2, which does not support systemd. Refer to: microsoft/WSL#4202
This is not a bug or issue with this client.
Sorry, something went wrong.
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.
No branches or pull requests
environment
Ubuntu 20.04 (wsl2)
run:
result:
problems
Option 1: OneDrive service running as root user via init.d
run:
result:
run:
result:
Option 2: OneDrive service running as root user via systemd (Arch, Ubuntu, Debian, OpenSuSE, Fedora)
run:
result:
run:
result:
my install bash script for onedrive
The text was updated successfully, but these errors were encountered: