Author Topic: Install Errors  (Read 1229 times)

TAfirehawk

  • Newbie
  • *
  • Posts: 38
Install Errors
« on: January 04, 2012, 02:09:01 PM »
Yesterday I installed OpenNode on top of 64 bit CentOS 6.2 using LVM and noticed the following errors during the script.

Code: [Select]
  Installing : opennode-tui-2.0.0-1.on.20120102161505.x86_64              51/57
Failed to create a new pool: Failed to execute command 'virsh 'pool-define-as lo    cal dir --target /storage/local''. Status: '256'. Output: 'error: Failed to reco    nnect to the hypervisor
error: no valid connection
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file     or directory
'
  Installing : device-mapper-multipath-libs-0.4.9-46.el6.x86_64           52/57
Non-fatal POSTIN scriptlet failure in rpm package device-mapper-multipath-libs-0    .4.9-46.el6.x86_64
/sbin/ldconfig: /etc/ld.so.conf.d/kernel-2.6.32-220.2.1.el6.x86_64.conf:6: hwcap     index 0 already defined as nosegneg
warning: %post(device-mapper-multipath-libs-0.4.9-46.el6.x86_64) scriptlet faile    d, exit status 1
  Installing : device-mapper-multipath-0.4.9-46.el6.x86_64                53/57
  Installing : zabbix-1.8.6-1.el6.x86_64                                  54/57
  Installing : zabbix-agent-1.8.6-1.el6.x86_64                            55/57
  Installing : opennode-6.0-7.x86_64                                      56/57
FATAL: Module vzrst not found.
 3 Jan 11:54:34 ntpdate[2151]: adjust time server 128.10.254.6 offset -0.419968 sec
Starting system message bus:
Starting HAL daemon: [  OK  ]
Starting atd: [  OK  ]
Starting ntpd: [  OK  ]
  Cleanup    : redhat-logos-60.0.14-10.el6.centos.noarch                  57/57



And at the end, a minor item.

Code: [Select]
Complete!
Stopping certmaster daemon: [FAILED]
iptables: Flushing firewall rules: [  OK  ]
iptables: Setting chains to policy ACCEPT: nat mangle filter [  OK  ]
iptables: Unloading modules: [  OK  ]

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 232
Re: Install Errors
« Reply #1 on: January 04, 2012, 02:23:03 PM »
Hi,

thanks for reporting, investigating. The first error (tui rpm postinstall script) is caused by libvirtd being down, but that's not a normal situation.

Conversion script was designed for Centos6.0/1, 6.2 has some (nasty :) ) changes, haven't managed yet to polish it. As a temporary workaround, you can start with an older 6.1 and then rebase to 6.2 with yum.

activesys

  • Administrator
  • Full Member
  • *****
  • Posts: 173
Re: Install Errors
« Reply #2 on: January 04, 2012, 03:20:28 PM »
Could you please state your installed libvirt rpm package version - by yum list installed | grep libvirt - and please ensure that libvirtd is started on running: service libvirtd start

TAfirehawk

  • Newbie
  • *
  • Posts: 38
Re: Install Errors
« Reply #3 on: January 04, 2012, 04:33:01 PM »
My hosting company installed the CentOS so i am not sure if they did 6.2 straight or used yum to get to 6.2

I will say that everything in OpenVZ seems to be working just fine but I wanted to give feedback because I bet most people are simply updating their system and not starting with a fresh OS install.

Also, I might have missed some other errors.  Is there a log file created during the running of script?


[root@community ~]# yum list installed | grep libvirt
libvirt.x86_64          0.9.4-23.1.asys.1
libvirt-client.x86_64   0.9.4-23.1.asys.1
libvirt-python.x86_64   0.9.4-23.1.asys.1


libvirtd is set to start on boot but I went ahead and ran the command below.

[root@community ~]# service libvirtd start
Starting libvirtd daemon:

ilja_l

  • Administrator
  • Full Member
  • *****
  • Posts: 232
Re: Install Errors
« Reply #4 on: January 04, 2012, 09:57:49 PM »
Ok, it's a bit expensive to debug concrete error at the moment, we have added a task to rebase/make sure that conversion script works on 6.2.

thank you again for reporting!

TAfirehawk

  • Newbie
  • *
  • Posts: 38
Re: Install Errors
« Reply #5 on: January 05, 2012, 06:53:35 AM »
Glad to report anything I find, you guys are awesome.  And OpenVZ seems to be working perfectly so far and this is my 3rd install on CentOS 6