pbek / loganalyzer

LogAnalyzer is a tool that helps you to analyze your log files by reducing the content with patterns you define.
GNU General Public License v2.0
102 stars 22 forks source link

Unable to download package from arch linux repo: Maximum file size exceeded #16

Closed asbachb closed 2 months ago

asbachb commented 2 months ago
...

[home_pbek_LogAnalyzer_Arch_Extra]  
SigLevel = Optional TrustAll  
Server = https://download.opensuse.org/repositories/home:/pbek:/LogAnalyzer/Arch_Extra/$arch
sudo pacman -Syy loganalyzer

:: Synchronising package databases...
 core                                                                                               118.6 KiB  1078 KiB/s 00:00 [##############################################################################] 100%
 extra                                                                                                7.3 MiB  31.2 MiB/s 00:00 [##############################################################################] 100%
 multilib                                                                                           137.5 KiB  1432 KiB/s 00:00 [##############################################################################] 100%
 home_pbek_LogAnalyzer_Arch_Extra                                                                  1649.0   B  24.4 KiB/s 00:00 [##############################################################################] 100%
resolving dependencies...
looking for conflicting packages...

Packages (1) loganalyzer-21.6.0-1

Total Download Size:   0.17 MiB
Total Installed Size:  0.51 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 loganalyzer-21.6.0-1-x86_64.pkg.tar.zst failed to download
error: failed retrieving file 'loganalyzer-21.6.0-1-x86_64.pkg.tar.zst' from download.opensuse.org : Maximum file size exceeded
warning: failed to retrieve some files
error: failed to commit transaction (download library error)
Errors occurred, no packages were upgraded.
pbek commented 2 months ago

The package looks ok on https://build.opensuse.org/projects/home:pbek:LogAnalyzer/packages/desktop/repositories/Arch_Extra/binaries. What happens if you download from there?

asbachb commented 2 months ago

@pbek Manually it worked.

I also cleaned my cache and tried to install the the package which worked as well. Maybe it was just a hosting hick up.

pbek commented 2 months ago

I heard it's a common arch package manager issue, I forgot what it was. It remembers wrong file sizes and trys ro fetch data that's not there..