jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.96k stars 96 forks source link

onedriver from home:jstaf project does not work on mx linux #266

Closed khewweifeng closed 11 months ago

khewweifeng commented 2 years ago

Debian 11 stable repo and .deb package not working

for .deb package it does not prompt any message

for repo, here are the error message as below

kurinorton@poro:~ $ echo 'deb http://download.opensuse.org/repositories/home:/jstaf/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:jstaf.list [sudo] password for kurinorton: deb http://download.opensuse.org/repositories/home:/jstaf/Debian_11/ / kurinorton@poro:~ $ curl -fsSL https://download.opensuse.org/repositories/home:jstaf/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_jstaf.gpg > /dev/null kurinorton@poro:~ $ sudo apt update Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye-updates InRelease
Hit:3 http://deb.debian.org/debian bullseye InRelease
Hit:4 https://dl.google.com/linux/chrome/deb stable InRelease
Hit:5 https://mirror.kku.ac.th/mx-packages/mx/repo bullseye InRelease Get:6 http://download.opensuse.org/repositories/home:/jstaf/Debian_11 InRelease [1,507 B] Get:7 http://download.opensuse.org/repositories/home:/jstaf/Debian_11 Packages [1,323 B] Fetched 2,830 B in 1s (2,117 B/s)
Reading package lists... Done Building dependency tree... Done Reading state information... Done All packages are up to date. kurinorton@poro:~ $ sudo apt install onedriver Reading package lists... Done Building dependency tree... Done Reading state information... Done The following packages were automatically installed and are no longer required: libbotan-2-17 libqt5sensors5 libqt5webkit5 libtspi1 Use 'sudo apt autoremove' to remove them. The following NEW packages will be installed: onedriver 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 1,945 kB of archives. After this operation, 6,225 kB of additional disk space will be used. Get:1 http://download.opensuse.org/repositories/home:/jstaf/Debian_11 onedriver 0.12.0-1 [1,945 kB] Err:1 http://download.opensuse.org/repositories/home:/jstaf/Debian_11 onedriver 0.12.0-1 File has unexpected size (1944244 != 1944756). Mirror sync in progress? [IP: 82.209.230.71 80] Hashes of expected file:

khewweifeng commented 2 years ago

image

pc specs

khewweifeng commented 2 years ago

link = https://software.opensuse.org/download.html?project=home%3Ajstaf&package=onedriver

jstaf commented 2 years ago

Look like a bad mirror, try doing sudo apt update again and then sudo apt install onedriver. (It should try to download from a different .deb mirror)

khewweifeng commented 2 years ago

Look like a bad mirror, try doing sudo apt update again and then sudo apt install onedriver. (It should try to download from a different .deb mirror)

install from repo was working but .deb package no idea why it does not run on mx linux

khewweifeng commented 2 years ago

installed but when comes to auth, onedriver will auto close

onedriver v0.12.0 73d93207

jstaf commented 2 years ago

What is the error from the logs? You can try using onedriver /some/empty/folder to test things out.

jstaf commented 11 months ago

Closing, as its a really old version and I didn't hear back in over a year.