You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cat /etc/upstream-release/lsb-release
cat: /etc/upstream-release/lsb-release: No such file or directory
$ cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.7"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="8.7"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.7"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:8:7:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://bugzilla.oracle.com/"
ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8"
ORACLE_BUGZILLA_PRODUCT_VERSION=8.7
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=8.7
$ cat /usr/lib/os-release
cat: /usr/lib/os-release: No such file or directory
$ cat /etc/lsb-release
cat: /etc/lsb-release: No such file or directory
Current Error
A download URL is generated for RHEL 5.5 which doesn't exist.
16:37:30 [INFO] Starting the MongoMemoryServer Instance failed, enable debug log for more information. Error:
16:37:30 [INFO] Error: Status Code is 403 (MongoDB's 404)
16:37:30 [INFO] This means that the requested version-platform combination doesn't exist
16:37:30 [INFO] Used Url: "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel55-4.4.17.tgz"
Versions
Oracle Linux 8.7
x86_64
Detection
Current Error
A download URL is generated for RHEL 5.5 which doesn't exist.
Extra
Oracle Linux versions are pinned to RHEL. So treating Oracle Linux as RHEL should work - e.g. RHEL 8.7 generates a url of https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-4.4.17.tgz which exists and works on Oracle Linux 8.7.
The text was updated successfully, but these errors were encountered: