libvrit:ERROR:internal error Unable to locate libvirtd daemon in $PATH

转载请注明出处:http://www.openext.org/2014/06/libvirt-error1

在编译配置libvirt12.2时如果prefix不是usr目录,在使用libvirt创建VM则会出现

ERROR:internal error Unable to locate libvirtd daemon in $PATH

即便libvirtd所在目录已经加入了PATH。本人认为这是libvirt一个bug。

解决方法是:把你的libvirtd链接到/usr下

#pwd

/usr

#ln -s /usr/local/libvirt/sbin/libvirtd libvirtd

上面问题解决后,可能会出现下面问题如:

error: Failed to connect socket to ‘/var/run/libvirt/libvirt-sock’

libvirtd没有启动,启动即可。

#sudo libvirtd -d

其实编译的时候简单的方法还是直接指定prefix=/usr

./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc

libvrit:ERROR:internal error Unable to locate libvirtd daemon in $PATH,布布扣,bubuko.com

时间: 2024-08-10 17:08:59

libvrit:ERROR:internal error Unable to locate libvirtd daemon in $PATH的相关文章

intellij编译报错:Internal error: com.intellij.psi.tree.IFileElementType cannot be cast to com.intellij.psi.tree.IStubFileElementType

intellij编译时,报错,信息如下: Internal error: com.intellij.psi.tree.IFileElementType cannot be cast to com.intellij.psi.tree.IStubFileElementType 解决办法:File-->Invalidate caches. 转自“http://www.blogjava.net/anchor110/articles/392811.html”

VS2008 fatal error LNK1000: Internal error during IncrBuildImage 解决方案

使用Visual Studio 2008编译链接程序的时候,遇到链接错误,错误信息如下: fatal error LNK1000: Internal error during IncrBuildImage 一般有如下3中解决方案: 第一:该问题仅仅在第一次编译的时候出现,重新编译就可以运行了: 第二:去微软官方下载KB948127补丁程序(见附件,但大多数机器安装不上,本人的机器也无法安装): 第三(该内容来自于网络):打开项目(Project)->属性(Property)->链接器(Link

adcfgclone.pl appsTier报错Unable to locate 'linkxlC' utility in path

$ cd /u01/dev/apps/apps_st/comn/clone/bin$ perl adcfgclone.pl  appsTier                     Copyright (c) 2002 Oracle Corporation                        Redwood Shores, California, USA                        Oracle Applications Rapid Clone           

Eclipse Git下载问题:Internal error; consult Eclipse error log

在使用Git下载代码时偶尔会遇到  Internal error; consult Eclipse error log 这个报错. 简述下个人解决思路: Eclipse 错误日志报错为:org.eclipse.equinox.security.storage.StorageException: Secure storage was unable to retrieve the master password. 解决方法: 1. Windows -> preferences- > General

Mysql Error :Got error 28 from storage engine

Got error 28 from storage engine 错误分析:通常是由于数据库用的临时目录空间不足造成的,所以无法执行sql语句. 解决办法:修改my.cnf中的tmpdir参数,指向具有足够空间目录. 一般tmpdir所在目录都在/下,所以也有可能是/分区磁盘写满了 使用df -hT查看即可 如果上述都没问题 查询mysql.err日志分析错误,有可能是mysql耗尽了tmp空间 可以通过命令查看 查看tmp目录总值,已使用值,剩余值 lsof |grep tmp |less 查

npm install error: MSBUILD : error MSB3428: 未能加载 Visual C++ 组件“VCBuild.exe”

When I tried to run angular 4 material2 demo on my windows server 2012, got a error message: node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v48 ABI) (falling back to source compile with node-gyp) MSBU

ORA-00600: internal error code, arguments: [2662], [0], [1106971], [0], [1107731], [12583040]

今天是2014-06-06,在进行数据库恢复的时候出现了一个久违的ora-600 [2662]错误.特整理例如以下: 问题描写叙述: system及数据文件误删,採用恢复数据文件的方式将数据库恢复到開始状态,数据库为非归档模式. 在alter database open resetlog打开数据库的时候提示ora-600 [2662]错误.信息例如以下: SQL> col member for a80 SQL> select group#,status,member from v$logfil

jd-gui报错INTERNAL ERROR 解决办法

问题:我用dex2jar工具反编译了apk文件,但当我用jd-gui反编译前面操作获得的jar文件的时,能很完美地看到大部分类反编译后的代码,但有一部分类不能显示出来--constants类,仅仅显示了错误:“// INTERNAL ERROR //”,并且没能反编译出任何东西,请问还有什么办法恢复constants这个类成java代码文件吗? Anyone passing by this question should look at this instead: https://github.

Redmine出现500 Internal error错误

上次部署完Redmine,登陆后,进入个人页面或设置中,就会提示500 Internal error错误: Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine admi