403 Forbidden - download fails from dl.porteus.org/i586/current/modules/

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
Rava
Contributor
Contributor
Posts: 5401
Joined: 11 Jan 2011, 02:46
Distribution: XFCE 5.01 x86_64 + 4.0 i586
Location: Forests of Germany

403 Forbidden - download fails from dl.porteus.org/i586/current/modules/

Post#1 by Rava » 03 Feb 2021, 14:54

If there already is a thread for permission bugs of dl.porteus.org I was unaware about please tell me or move the post yourself.

No download possible from dl.porteus.org/i586/current/modules/ trying to get chromium-70.0.3538.102-i586-1jay.xzm . Tried wget:

Code: Select all

# wget http://dl.porteus.org/i586/current/modules/chromium-70.0.3538.102-i586-1jay.xzm
--2021-02-03 15:46:50--  http://dl.porteus.org/i586/current/modules/chromium-70.0.3538.102-i586-1jay.xzm
Resolving dl.porteus.org (dl.porteus.org)... 185.212.225.147
Connecting to dl.porteus.org (dl.porteus.org)|185.212.225.147|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-02-03 15:46:50 ERROR 403: Forbidden.
Tried via browser, it only loads a small file:

Code: Select all

# cat chromium-70.0.3538.102-i586-1jay.xzm 
<html>
<head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>
<hr><center>nginx</center>
</body>
</html>
I could download chromium-69.0.3497.100-i586-1jay.xzm :

Code: Select all

# file chromium-*
chromium-69.0.3497.100-i586-1jay.xzm: Squashfs filesystem, little endian, version 4.0, 68916254 bytes, 467 inodes, blocksize: 262144 bytes, created: Sun Oct  7 22:52:46 2018
chromium-70.0.3538.102-i586-1jay.xzm: HTML document, ASCII text, with CRLF line terminators
I presume that's the reason why update-browser -d -c fails trying to download the server version (no bug in update-browser but on the server of dl.porteus.org, therefore the bug report here)

Code: Select all

root@porteus:/usr/lib# update-browser -d -c
 Starting checks ... 
[OK] User is root.
[OK] Distro is Porteus
Downloading live script ...
Downloading: update-chromium-live  DONE
Verifying archive integrity...  100%   MD5 checksums are OK. All good.
Uncompressing update-chromium-live  100%  
  Please enter the path to the directory you want to use 
  to do the file operations:
[…]
#############################################
Welcome to the Porteus chromium updater.

Installed version:    
Porteus server version:  70.0.3538.102 
Latest version:   87.0.4280.141 

 Would you like to download the porteus server version? [y/n]
Downloading: chromium-70.0.3538.102-i586-1jay.xzm  DONE

[ERROR] Download of chromium module failed.
Cheers!
Yours Rava