Hello,
I’m trying to install CrateDB on an on-premise Debian GNU/Linux cluster (3 identical Debian servers) by following the instructions at Run CrateDB on Debian GNU/Linux — CrateDB: How-Tos, but I’m getting the following after the initial apt-get
:
$ sudo apt-get update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Hit:4 https://cdn.crate.io/downloads/apt/stable buster InRelease
Reading package lists... Done
W: Skipping acquire of configured file 'main/source/Sources' as repository 'https://cdn.crate.io/downloads/apt/stable buster InRelease' does not seem to provide it (sources.list entry misspelt?)
The Debian version:
$ lsb_release --all
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
And the contents of /etc/apt/sources.list.d/crate-stable.list
:
$ cat /etc/apt/sources.list.d/crate-stable.list
deb https://cdn.crate.io/downloads/apt/stable/ buster main
deb-src https://cdn.crate.io/downloads/apt/stable/ buster main
Why do I get this message?