Closed boskote closed 4 years ago
Thank you for reporting. OBS has a download problem. The download currently only works when logged in. I now reported that issue in the #opensuse-buildservice
IRC chat on freenode.
I tested today and I was able to download http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-20.3.2-1-x86_64.pkg.tar.xz. Do you still have this issue?
I do: Fehler: Konnte Datei 'qownnotes-20.3.2-1-x86_64.pkg.tar.xz' nicht von download.opensuse.org übertragen : Maximum file size exceeded I was able to download and install from file though.
I don't know what is causing this issue on your system.
Did you already try the advices from https://www.reddit.com/r/archlinux/comments/2axo9x/unable_to_update_using_pacman_maximum_file_size/?
I tested today and I was able to download http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-20.3.2-1-x86_64.pkg.tar.xz. Do you still have this issue?
Same for me, I didn't change anything and now I am able to download the package as expected. Since others are reporting the problem continuing I'm not closing the issue now even though it is resolved for me.
@boskote, does sudo pacman -S qownnotes
now work for you?
@johnnydvc, does it for you?
@boskote, does
sudo pacman -S qownnotes
now work for you?
Yes
@boskote, does
sudo pacman -S qownnotes
now work for you? @johnnydvc, does it for you?
Hi, it still deosn't work.
I get the error message
Fehler: Konnte Datei 'qownnotes-20.3.2-1-x86_64.pkg.tar.xz' nicht von download.opensuse.org übertragen : The requested URL returned error: 404
Strange
Fixed for now. I enabled the external downloader wget and thishelped.
I don't have the curl line in my pacman.conf
can please someone post a working one?
Thanks
The requested URL returned error: 404
20.3.3 was released meanwhile, so the old file may be gone
I don't have the curl line in my pacman.conf
what curl line?
The requested URL returned error: 404
20.3.3 was released meanwhile, so the old file may be gone
I don't have the curl line in my pacman.conf
what curl line?
I mean your advice from the reddit post that suggests enabling curl with XferCommand in the pacman.conf. Mine only has a XferCommand line with wget.
Ah, ok. Can't help with that. I use the AUR. :grin:
I tested today and I was able to download http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-20.3.2-1-x86_64.pkg.tar.xz. Do you still have this issue?
The issue now exists for 'qownnotes-24.7.2-1-x86_64.pkg.tar.zst on download.opensuse.org : Maximum file size exceeded
What did you do to get the error?
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-24.7.2-1-x86_64.pkg.tar.zst
works just fine for me.
What did you do to get the error?
wget http://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-24.7.2-1-x86_64.pkg.tar.zst
works just fine for me.
At the same time OP got his error, also using pacman. I got this error two ago, too, it worked fine in the meantime, until today.
I wonder what Arch does differently... 🤔
I wonder what Arch does differently... 🤔
As a longterm Debian user I sadly have no idea, but running into the same thing several times is something. But yes it works perfectly fine with curl, too. Maybe there's some problem with the redirect from download.opensuse.org to ftp.gwdg.de or the filesize is not delivered correctly.
Did run it with --debug, the maxsize seems a bit low with ~ 4 MB, I wonder where this comes from.
`debug: qownnotes-24.7.2-1-x86_64.pkg.tar.zst: url is https://download.opensuse.org/repositories/home:/pbek:/QOwnNotes/Arch_Extra/x86_64/qownnotes-24.7.2-1-x86_64.pkg.tar.zst
debug: qownnotes-24.7.2-1-x86_64.pkg.tar.zst: maxsize 4100758
debug: qownnotes-24.7.2-1-x86_64.pkg.tar.zst: opened tempfile for download: /var/cache/pacman/pkg/qownnotes-24.7.2-1-x86_64.pkg.tar.zst.part (wb)
debug: qownnotes-24.7.2-1-x86_64.pkg.tar.zst: curl returned result 63 from transfer
Fehler: Konnte Datei 'qownnotes-24.7.2-1-x86_64.pkg.tar.zst' nicht von download.opensuse.org übertragen : Maximum file size exceeded
debug: qownnotes-24.7.2-1-x86_64.pkg.tar.zst: no more servers to retry
debug: curl_download_internal return code is -1 `
Ah, I think I found it.
The repository database has wring information about the filesize of the package and pacman then tells curl to only download the given size, which brakes if the file is bigger.
Got to it by this comment here: https://github.com/msys2/MSYS2-packages/issues/1025#issuecomment-508950464
Hah, interesting!
Expected behaviour
Arch package downloads
Actual behaviour
Steps to reproduce
sudo pacman -S qownnotes
Here is my pacman.conf config block for the opensuse.org repo;
In the meantime, this is my workaround in pacman.conf:
IgnorePkg = qownnotes
Which gives this output: qownnotes: ignoring package upgrade (20.3.0-1 => 20.3.2-1)