简体   繁体   English

Devstack安装错误

[英]Devstack installation error

I've been trying to install Openstack/Devstack on ubuntu ringtails rairing machine,when i try ./stack.sh script i get an error also i set the enviroment varible force=yes to fix another issue,why do i keep getting this error? 我一直在尝试在ubuntu ringtails搜集机上安装Openstack / Devstack,当我尝试./stack.sh脚本时,我也遇到了一个错误,同时我设置了环境变量force = yes来解决另一个问题,为什么我一直保持这个错误?

0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up tgt (1:1.0.17-1ubuntu3) ...
start: Job failed to start
invoke-rc.d: initscript tgt, action "start" failed.
dpkg: error processing tgt (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 tgt
E: Sub-process /usr/bin/dpkg returned an error code (1)
+ exit_trap
+ local r=100
++ jobs -p
+ jobs=
+ [[ -n '' ]]
+ kill_spinner
+ '[' '!' -z '' ']'
+ [[ 100 -ne 0 ]]
+ echo 'Error on exit'
Error on exit
+ ./tools/worlddump.py -d
usage: worlddump.py [-h] [-d DIR]
worlddump.py: error: argument -d/--dir: expected one argument

看起来您的local.conf没有设置LOGFILE ,例如: LOGFILE=/opt/stack/logs/stack.sh.log

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 DevStack安装错误:目录'opt / stack / nova'不可安装 - DevStack Installation Error: Directory 'opt/stack/nova' is not installable Devstack安装错误(Nova-api未启动) - Devstack installation error(Nova-api did not start) 在openstack / devstack安装期间,'module'对象没有属性'__version__' - 'module' object has no attribute '__version__' during openstack /devstack installation Devstack安装错误:没有与oslo.config> = 1.4.0.0a3版本匹配的发行版(来自oslo.messaging == 1.4.0.dev37.g4f929c3) - Devstack Installation Error : No distributions matching the version for oslo.config>=1.4.0.0a3 (from oslo.messaging==1.4.0.dev37.g4f929c3) 使用devstack安装Icehouse openstack时出错 - Error while installing Icehouse openstack using devstack devstack脚本出错。 nova-api没有开始? - Error in devstack script. nova-api did not start? 如何在ubuntu上安装devstack kilo时解决此错误 - How to resolve this error while installing devstack kilo on ubuntu devstack ContextualVersionConflict - devstack ContextualVersionConflict 在 Ubuntu 上安装 Devstack 时出错:“/opt/stack/requirements/.venv/bin/pip”不存在 - Error while installing Devstack on Ubuntu : “/opt/stack/requirements/.venv/bin/pip” not exists 通过devstack -Ubuntu 14.04 LTS安装OpenStack Liberty时出现pycadf错误 - pycadf error while installing OpenStack Liberty via devstack -Ubuntu 14.04 LTS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM