OpenSuse repo deleted/renamed or signature failure?

Questions about Wine on Linux
Locked
csts
Newbie
Newbie
Posts: 2
Joined: Wed Sep 25, 2019 11:16 pm

OpenSuse repo deleted/renamed or signature failure?

Post by csts »

OpenSuse repo for Debian seemes to be deleted/renamed:

Code: Select all

Access forbidden!

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster. 
Following the WineHQ way that worked until yesterday produces this:

Code: Select all

E: Failed to fetch https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/./InRelease  403  Forbidden [IP: 195.135.221.134 443]
E: The repository 'https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./ InRelease' is no longer signed.
User avatar
dimesio
Moderator
Moderator
Posts: 13202
Joined: Tue Mar 25, 2008 10:30 pm

Re: OpenSuse repo deleted/renamed or signature failure?

Post by dimesio »

The repository is there, and it is signed. https://download.opensuse.org/repositor ... Debian_10/

The OBS did have some upgrades recently; maybe you were trying this while they were going on? Try adding it again.

But why are you using the OBS instead of dl.winehq.org? Everything on the OBS is also here, plus the WineHQ server also has old packages, while the OBS only has the most recent.
csts
Newbie
Newbie
Posts: 2
Joined: Wed Sep 25, 2019 11:16 pm

Re: OpenSuse repo deleted/renamed or signature failure?

Post by csts »

dimesio wrote: Thu Sep 26, 2019 7:32 am The repository is there, and it is signed. https://download.opensuse.org/repositor ... Debian_10/

The OBS did have some upgrades recently; maybe you were trying this while they were going on? Try adding it again.

But why are you using the OBS instead of dl.winehq.org? Everything on the OBS is also here, plus the WineHQ server also has old packages, while the OBS only has the most recent.
Thank you for your reply, that must have been the case, I re-downloaded the Release.key following the wine info here viewtopic.php?f=8&t=32192 and it works fine now. The debian wiki points to that directly: https://wiki.winehq.org/Debian

I only use the OBS repo because I've become a lazy linux user over the years I guess and didn't know how to add the WineHQ server to my sources.list like I did with Wine and OBS -I did find a Release.key in dl.winehq.org though:

Code: Select all

# Wine
deb https://dl.winehq.org/wine-builds/debian/ bullseye main

# libfaudio0 for Wine
deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./
Locked