Page 1 of 1

Trouble installing on fedora (pacman remote giving 403)

Posted: Fri Apr 12, 2024 12:42 pm
by sorunome
Hello!
Soru is trying to install the toolchain inside of a fedora toolbox, however pkg.devkitpro.org is giving 403 errors when trying to sync:

Code: Select all

⬢[sorunome@toolbox 3ds]$ sudo pacman -Sy
:: Synchronising package databases...
 core is up to date
 community is up to date
 extra is up to date
 dkp-libs.db failed to download
 dkp-linux.db failed to download
error: failed retrieving file 'dkp-linux.db' from pkg.devkitpro.org : The requested URL returned error: 403
error: failed retrieving file 'dkp-libs.db' from pkg.devkitpro.org : The requested URL returned error: 403
error: failed to synchronize all databases (unexpected error)
Soru did add the following remotes to /etc/pacman.conf:

Code: Select all

[dkp-libs]
Server = https://pkg.devkitpro.org/packages

[dkp-linux]
Server = https://pkg.devkitpro.org/packages/linux/$arch/
Any help is greatly appreciated!

Re: Trouble installing on fedora (pacman remote giving 403)

Posted: Fri Apr 12, 2024 2:58 pm
by WinterMute
Hi

Sorry for the inconvenience. Assuming you're using the same IP address to access the forum as you're using when attempting to install dkP tooling it should work now. You've been caught in some bans some time ago that were set to try and deal with someone leeching all our released binaries and rehosting them elsewhere.


If not then let me know your IP address & I'll take another look.

Re: Trouble installing on fedora (pacman remote giving 403)

Posted: Sat Apr 13, 2024 4:09 pm
by sorunome
Thank you for the reply, as soon as soru turned off her VPN it indeed started working again.