-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Description
I tried to follow the instructions to install CouchDB on Ubuntu 22.04:
https://docs.couchdb.org/en/latest/install/unix.html#enabling-the-apache-couchdb-package-repository
But URL https://apache.jfrog.io/artifactory/couchdb-deb/dists/jammy/InRelease fails to download with
# curl -D- https://apache.jfrog.io/artifactory/couchdb-deb/dists/jammy/InRelease
HTTP/1.1 302 Moved Temporarily
Date: Wed, 22 Mar 2023 04:48:34 GMT
Content-Type: text/html
Content-Length: 138
Connection: keep-alive
Location: https://landing.jfrog.com/reactivate-server/apache
<html>
<head><title>302 Found</title></head>
<body>
<center><h1>302 Found</h1></center>
<hr><center>nginx</center>
</body>
</html>
Steps to Reproduce
Open https://apache.jfrog.io/artifactory/couchdb-deb/ in a browser, this gives:
Time flies when you’re having fun.
Your 14-day trial may be over, but you have options!
Need help choosing the right subscription or additional time on your trial? Just let us know and a DevOps expert will reach out to assist you.
Expected Behaviour
Artifactory is available at the documented URL.
Your Environment
# cat /etc/apt/sources.list.d/couchdb.list
deb [signed-by=/etc/opt/keys/apache.gpg] https://apache.jfrog.io/artifactory/couchdb-deb/ jammy main
# md5sum /etc/opt/keys/apache.gpg
35f3e52afb5b8cb33ab0751e39b9886b /etc/opt/keys/apache.gpg
- CouchDB version used: N/A (cannot install)
- Browser name and version: apt
- Operating system and version: Ubuntu 22.04.2 LTS
Additional Context
If this problem is transient, then please consider moving somewhere with some more stable service.
Debian Repositories are so plain dead simple, that there is absolutely no need to host them at some unreliable ISP.
If you need Jfrog to create the deb packages etc., then please consider some official mirror.
Thanks.
PS: Please note that such type of error also creates massive warnings in the monitoring infrastructure, because apt fails to update properly.