我正在尝试安装openvas (实际上是openvas9)在一个仿生的手臂上。在尝试运行该命令时,遵循https://hackertarget.com/openvas-9-install-ubuntu-1604/的说明:
apt install openvas9
返回:
E: Unable to locate package openvas9知道吗?
\T,
再往前走一点它就像一种魅力..。但是在安装和更新(greenbone-nvt-sync && greenbone-scapdata-sync && greenbone-certdata-sync)之后执行一个D4,它就无法启动。使用命令openvas-setup进行检查也挂起:... total size is 13 speedup is 0.09 (openvassd:32104): lib kb_redis-CRITICAL **: 23:18:33.136: get_redis_ctx: redis connection error: Connection refused (openvassd:32104): lib kb_redis-CRITICAL **: 23:18:33.137: redis_new: cannot access redis at '/tmp/redis.sock' (openvassd:32104): lib kb_redis-CRITICAL **: 23:18:33.137: get_redis_ctx: redis connection error: Connection refused
redis似乎拥有正确的权限:root@scw-a2f9e9:~# ls -la /tmp/redis.sock srw-rw---- 1 root root 0 Sep 14 00:54 /tmp/redis.sock root@scw-a2f9e9:~# file /tmp/redis.sock /tmp/redis.sock: socket
发布于 2018-09-13 10:26:15
你好,欢迎来到AskUbuntu!
根据正式的ubuntu包文档,在宇宙存储库中18.04可以使用openvas (版本9.0.2)。
您应该检查(并最终启用)宇宙存储库是否启用(sudo add-apt-repository universe),然后:
sudo apt-get update
sudo apt-get install openvashttps://askubuntu.com/questions/1074897
复制相似问题