我一直试图在ubuntu ringtails rairing机器上安装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发布于 2014-06-28 05:19:52
看起来你的local.conf中没有设置LOGFILE,例如:LOGFILE=/opt/stack/logs/stack.sh.log。
https://stackoverflow.com/questions/24356251
复制相似问题