“锡拉1.4”无法在Ubuntu 16.04上安装

“锡拉1.4”无法在Ubuntu 16.04上安装,ubuntu,ubuntu-16.04,scylla,Ubuntu,Ubuntu 16.04,Scylla,我试图在我的Ubuntu 16.04系统上安装Scyllab。但我遇到了以下错误: aims@aims:~$ sudo scylla_setup sudo: /etc/sudoers.d is world writable [sudo] password for aims: Skip any of the following steps by answering 'no' Do you want to run kernel version check? Answer yes to have t

我试图在我的Ubuntu 16.04系统上安装Scyllab。但我遇到了以下错误:

aims@aims:~$ sudo scylla_setup
sudo: /etc/sudoers.d is world writable
[sudo] password for aims: 
Skip any of the following steps by answering 'no'
Do you want to run kernel version check?
Answer yes to have this script verify that the currently installed kernel is qualified to run Scylla; answer no to skip this check.
[YES/no]yes
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
scylla : Depends: scylla-tools but it is not going to be installed
xfsprogs : Depends: libreadline5 (>= 5.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

我曾试图找到解决办法,但没有成功。请告诉我哪里出了问题。

首先,您需要解决
未满足的依赖关系。

scylla 1.4
repo添加到您的
来源中。列出

sudo wget -O /etc/apt/sources.list.d/scylla.list http://downloads.scylladb.com/deb/ubuntu/scylla-1.4-xenial.list
更新您的系统

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
安装
libreadline5
,可从
main
repo:

sudo apt-get install libreadline5
安装“锡拉”

sudo apt-get install scylla
运行:

启用/启动服务:

sudo systemctl enable scylla-server
sudo systemctl start scylla-server
sudo systemctl enable scylla-jmx
sudo systemctl start scylla-jmx

首先,您需要解决
未满足的依赖关系

scylla 1.4
repo添加到您的
来源中。列出

sudo wget -O /etc/apt/sources.list.d/scylla.list http://downloads.scylladb.com/deb/ubuntu/scylla-1.4-xenial.list
更新您的系统

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
安装
libreadline5
,可从
main
repo:

sudo apt-get install libreadline5
安装“锡拉”

sudo apt-get install scylla
运行:

启用/启动服务:

sudo systemctl enable scylla-server
sudo systemctl start scylla-server
sudo systemctl enable scylla-jmx
sudo systemctl start scylla-jmx

是否有任何远程连接到scylla jmx的身份验证?我正试图通过
jconsole xy.xy.xy.xy:7199连接到它,但它被卡住了。防火墙已打开。请注意,Scylla-1.4是不受支持的版本。是否有任何身份验证来远程连接到Scylla jmx?我正试图通过
jconsole xy.xy.xy.xy:7199连接到它,但它被卡住了。防火墙已打开。请注意,Scylla-1.4是不受支持的版本。