Re: [Users] AllInOne installation issue

2013-04-03 Thread Itamar Heim

On 03/27/2013 10:59 PM, James A. Peltier wrote:

Verify  you aren't getting any locale errors such as LANG and such not
being found or set.  This stopped me from moving forward because the
locale was set improperly during kickstart.  Setting the locale
correctly in /etc/locale.conf fixed it for me


James - is there a bug to fix the issue you failed on?

Thanks,
   Itamar





When running the AllInOne installation ¨engine-setup
--config-allinone=yes¨ the last step of my installation always
fails. I freshly setup a fedora 18 box (minimal) and directly
installed ovirt:

sudo yum localinstall
http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
sudo yum install ovirt-engine-setup-plugin-allinone
engine-setup --config-allinone=yes

I also tried with the nightly build which did not solve the issue
for me. Any idea how to fix this?

This is the end of my install log:

2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The
following params were used as user input:
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
override-httpd-config: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port: 80
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port: 443
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
random-passwords: no
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
localhost.localdomain
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass:

2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name:
localdomain
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
application-mode: both
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
default-dc-type: NFS
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
db-remote-install: local
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host:
localhost
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
db-local-pass: 
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
/var/lib/exports/iso
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
iso-domain-name: ISO_DOMAIN
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
override-firewall: None
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
config-allinone: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: storage-path:
/var/lib/images
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
superuser-pass: 
2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback
(most recent call last):
   File /bin/engine-setup, line 2379, in module
 main(confFile)
   File /bin/engine-setup, line 2162, in main
 runSequences()
   File /bin/engine-setup, line 2085, in runSequences
 controller.runAllSequences()
   File /usr/share/ovirt-engine/scripts/setup_controller.py, line
54, in runAllSequences
 sequence.run()
   File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
154, in run
 step.run()
   File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
60, in run
 function()
   File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py,
line 300, in waitForHostUp
 utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
   File /usr/share/ovirt-engine/scripts/common_utils.py, line
1009, in retry
 raise e
RetryFailException: Error: Host was found in a 'Failed' state.
Please check engine and bootstrap installation logs.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




--
James A. Peltier
Manager, IT Services - Research Computing Group
Simon Fraser University - Burnaby Campus
Phone   : 778-782-6573
Fax : 778-782-3045
E-Mail  : jpelt...@sfu.ca
Website : http://www.sfu.ca/itservices

“A successful person is one who can lay a solid foundation from the
bricks others have thrown at them.” -David Brinkley via Luke Shaw


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-28 Thread Sandro Bonazzola
Il 27/03/2013 23:12, Alon Bar-Lev ha scritto:
 Alex, Sandro,

 We should resolve host in all-in-one and reject if loopback... too many 
 reports on this one.

 Regards,
 Alon


Well, the installer should already have warned that the given hostname
doesn't reverse resolve because it's a loopback and it should not be
mapped on a DNS.
Do you want to abort only the vdsm configuration in this case or do you
want to abort the entire setup process?
Can you open a bz about this?

-- 
Sandro
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-28 Thread Alon Bar-Lev


- Original Message -
 From: Sandro Bonazzola sbona...@redhat.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: Georg Troxler georg.trox...@staila.com, users@ovirt.org, Alex 
 Lourie alou...@redhat.com
 Sent: Thursday, March 28, 2013 9:16:14 AM
 Subject: Re: [Users] AllInOne installation issue
 
 Il 27/03/2013 23:12, Alon Bar-Lev ha scritto:
  Alex, Sandro,
 
  We should resolve host in all-in-one and reject if loopback... too
  many reports on this one.
 
  Regards,
  Alon
 
 
 Well, the installer should already have warned that the given
 hostname
 doesn't reverse resolve because it's a loopback and it should not be
 mapped on a DNS.
 Do you want to abort only the vdsm configuration in this case or do
 you
 want to abort the entire setup process?

Only if all-in-one is active (we are going to install vdsm) we need to make 
sure host name is not resolved to looback, not warn, fail.

 Can you open a bz about this?

OK. I think it is 3.2.z material.

 
 --
 Sandro
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] AllInOne installation issue

2013-03-27 Thread Georg Troxler
When running the AllInOne installation ¨engine-setup --config-allinone=yes¨
the last step of my installation always fails. I freshly setup a fedora 18
box (minimal) and directly installed ovirt:

sudo yum localinstall
http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
sudo yum install ovirt-engine-setup-plugin-allinone
engine-setup --config-allinone=yes

I also tried with the nightly build which did not solve the issue for me.
Any idea how to fix this?

This is the end of my install log:

2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The following
params were used as user input:
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
override-httpd-config: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port: 80
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port: 443
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: random-passwords: no
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
localhost.localdomain
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass: 
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name: localdomain
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: application-mode:
both
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: default-dc-type: NFS
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-remote-install:
local
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host: localhost
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-local-pass:

2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
/var/lib/exports/iso
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: iso-domain-name:
ISO_DOMAIN
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: override-firewall:
None
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-allinone: yes
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: storage-path:
/var/lib/images
2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: superuser-pass:

2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback (most
recent call last):
  File /bin/engine-setup, line 2379, in module
main(confFile)
  File /bin/engine-setup, line 2162, in main
runSequences()
  File /bin/engine-setup, line 2085, in runSequences
controller.runAllSequences()
  File /usr/share/ovirt-engine/scripts/setup_controller.py, line 54, in
runAllSequences
sequence.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 154, in
run
step.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 60, in run
function()
  File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py, line
300, in waitForHostUp
utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
  File /usr/share/ovirt-engine/scripts/common_utils.py, line 1009, in
retry
raise e
RetryFailException: Error: Host was found in a 'Failed' state. Please check
engine and bootstrap installation logs.


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread Alon Bar-Lev
Hello,

Please send the file at /var/log/ovirt-engine/host-deploy/ if exists.
If not, there may be one at /tmp/ovirt-host-deploy*.
If not, please send /var/log/ovirt-engine/enigne.log.

Thanks.

- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: users@ovirt.org
 Sent: Tuesday, March 26, 2013 10:04:20 PM
 Subject: [Users] AllInOne installation issue
 
 
 
 When running the AllInOne installation ¨engine-setup
 --config-allinone=yes¨ the last step of my installation always
 fails. I freshly setup a fedora 18 box (minimal) and directly
 installed ovirt:
 
 
 sudo yum localinstall
 http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
 sudo yum install ovirt-engine-setup-plugin-allinone engine-setup
 --config-allinone=yes
 
 
 I also tried with the nightly build which did not solve the issue for
 me. Any idea how to fix this?
 
 
 This is the end of my install log:
 
 
 
 2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The
 following params were used as user input:
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 override-httpd-config: yes
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port: 80
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port:
 443
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 random-passwords: no
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
 00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
 localhost.localdomain
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass:
 
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name:
 localdomain
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 application-mode: both
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 default-dc-type: NFS
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 db-remote-install: local
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host:
 localhost
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-local-pass:
 
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
 /var/lib/exports/iso
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 iso-domain-name: ISO_DOMAIN
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs:
 yes
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 override-firewall: None
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 config-allinone: yes
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: storage-path:
 /var/lib/images
 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
 superuser-pass: 
 2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback
 (most recent call last):
 File /bin/engine-setup, line 2379, in module
 main(confFile)
 File /bin/engine-setup, line 2162, in main
 runSequences()
 File /bin/engine-setup, line 2085, in runSequences
 controller.runAllSequences()
 File /usr/share/ovirt-engine/scripts/setup_controller.py, line 54,
 in runAllSequences
 sequence.run()
 File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 154,
 in run
 step.run()
 File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 60,
 in run
 function()
 File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py,
 line 300, in waitForHostUp
 utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
 File /usr/share/ovirt-engine/scripts/common_utils.py, line 1009, in
 retry
 raise e
 RetryFailException: Error: Host was found in a 'Failed' state. Please
 check engine and bootstrap installation logs.
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread James A. Peltier
Verify you aren't getting any locale errors such as LANG and such not being 
found or set. This stopped me from moving forward because the locale was set 
improperly during kickstart. Setting the locale correctly in /etc/locale.conf 
fixed it for me 

- Original Message -

| When running the AllInOne installation ¨engine-setup
| --config-allinone=yes¨ the last step of my installation always
| fails. I freshly setup a fedora 18 box (minimal) and directly
| installed ovirt:

| sudo yum localinstall
| http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
| sudo yum install ovirt-engine-setup-plugin-allinone engine-setup
| --config-allinone=yes

| I also tried with the nightly build which did not solve the issue for
| me. Any idea how to fix this?

| This is the end of my install log:

| 2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The
| following params were used as user input:
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| override-httpd-config: yes
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port: 80
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port:
| 443
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| random-passwords: no
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
| 00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
| localhost.localdomain
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass:
| 
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name:
| localdomain
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| application-mode: both
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| default-dc-type: NFS
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| db-remote-install: local
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host:
| localhost
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-local-pass:
| 
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
| /var/lib/exports/iso
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| iso-domain-name: ISO_DOMAIN
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs:
| yes
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| override-firewall: None
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| config-allinone: yes
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: storage-path:
| /var/lib/images
| 2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
| superuser-pass: 
| 2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback
| (most recent call last):
| File /bin/engine-setup, line 2379, in module
| main(confFile)
| File /bin/engine-setup, line 2162, in main
| runSequences()
| File /bin/engine-setup, line 2085, in runSequences
| controller.runAllSequences()
| File /usr/share/ovirt-engine/scripts/setup_controller.py, line 54,
| in runAllSequences
| sequence.run()
| File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 154,
| in run
| step.run()
| File /usr/share/ovirt-engine/scripts/setup_sequences.py, line 60,
| in run
| function()
| File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py,
| line 300, in waitForHostUp
| utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
| File /usr/share/ovirt-engine/scripts/common_utils.py, line 1009, in
| retry
| raise e
| RetryFailException: Error: Host was found in a 'Failed' state. Please
| check engine and bootstrap installation logs.
| ___
| Users mailing list
| Users@ovirt.org
| http://lists.ovirt.org/mailman/listinfo/users

-- 

James A. Peltier 
Manager, IT Services - Research Computing Group 
Simon Fraser University - Burnaby Campus 
Phone : 778-782-6573 
Fax : 778-782-3045 
E-Mail : jpelt...@sfu.ca 
Website : http://www.sfu.ca/itservices 

“A successful person is one who can lay a solid foundation from the bricks 
others have thrown at them.” -David Brinkley via Luke Shaw 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread Alon Bar-Lev

Yes, known fedora issue:
---
Cannot set tuned profile
---

You should update the selinux-policy, initscripts before continuing.

For the log-collector issue, you are right, the nightly job did not run 
properly. You can install pckages manually from[1].

[1] 
http://jenkins.ovirt.org/job/ovirt-log-collector_create_rpms/jdk=java-1.7.0-openjdk-1.7.0.9-2.3.7.1.el6_3.x86_6,label=fedora18/43/

- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, March 27, 2013 10:48:40 PM
 Subject: Re: [Users] AllInOne installation issue
 
 Hi
 
 
 Attached the two files I also noticed that there is a unsatisfied
 dependency in the last nightly build:
 
 Fehler: Paket:
 ovirt-engine-3.3.0-0.2.master.20130325132125.gita7ccb15.fc18.noarch
 (ovirt-nightly)
 Benötigt: ovirt-log-collector = 3.3.0
 Installiert: ovirt-log-collector-3.2.0-1.fc18.noarch
 (@ovirt-stable)
 ovirt-log-collector = 3.2.0-1.fc18
 Verfügbar: ovirt-log-collector-3.1.0-1.fc18.noarch
 (ovirt-nightly)
 ovirt-log-collector = 3.1.0-1.fc18
  Sie können versuchen mit --skip-broken das Problem zu umgehen.
  You could try running: rpm -Va --nofiles --nodigest
 
 Thanks
 
 Georg
 
 
 
 
 
 On 27.03.13 20:57, Alon Bar-Lev alo...@redhat.com wrote:
 
 Hello,
 
 Please send the file at /var/log/ovirt-engine/host-deploy/ if
 exists.
 If not, there may be one at /tmp/ovirt-host-deploy*.
 If not, please send /var/log/ovirt-engine/enigne.log.
 
 Thanks.
 
 - Original Message -
  From: Georg Troxler georg.trox...@staila.com
  To: users@ovirt.org
  Sent: Tuesday, March 26, 2013 10:04:20 PM
  Subject: [Users] AllInOne installation issue
  
  
  
  When running the AllInOne installation ¨engine-setup
  --config-allinone=yes¨ the last step of my installation always
  fails. I freshly setup a fedora 18 box (minimal) and directly
  installed ovirt:
  
  
  sudo yum localinstall
  http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
  sudo yum install ovirt-engine-setup-plugin-allinone engine-setup
  --config-allinone=yes
  
  
  I also tried with the nightly build which did not solve the issue
  for
  me. Any idea how to fix this?
  
  
  This is the end of my install log:
  
  
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The
  following params were used as user input:
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  override-httpd-config: yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port:
  80
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port:
  443
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  random-passwords: no
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
  00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
  localhost.localdomain
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass:
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name:
  localdomain
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  application-mode: both
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  default-dc-type: NFS
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  db-remote-install: local
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host:
  localhost
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  db-local-pass:
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
  /var/lib/exports/iso
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  iso-domain-name: ISO_DOMAIN
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs:
  yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  override-firewall: None
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  config-allinone: yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  storage-path:
  /var/lib/images
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  superuser-pass: 
  2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback
  (most recent call last):
  File /bin/engine-setup, line 2379, in module
  main(confFile)
  File /bin/engine-setup, line 2162, in main
  runSequences()
  File /bin/engine-setup, line 2085, in runSequences
  controller.runAllSequences()
  File /usr/share/ovirt-engine/scripts/setup_controller.py, line
  54,
  in runAllSequences
  sequence.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
  154,
  in run
  step.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
  60,
  in run
  function()
  File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py,
  line 300, in waitForHostUp
  utils.retry(isHostUp, tries=120, timeout=600, sleep=5)
  File /usr/share/ovirt-engine/scripts/common_utils.py, line 1009,
  in
  retry
  raise e
  RetryFailException: Error: Host was found in a 'Failed

Re: [Users] AllInOne installation issue

2013-03-27 Thread Georg Troxler
I used the net install and it looks as if the selinux-policy is up to
date, the same goes for the initscripts. Should I use something else then
yum to update them?





On 27.03.13 22:20, Alon Bar-Lev alo...@redhat.com wrote:


Yes, known fedora issue:
---
Cannot set tuned profile
---

You should update the selinux-policy, initscripts before continuing.

For the log-collector issue, you are right, the nightly job did not run
properly. You can install pckages manually from[1].

[1] 
http://jenkins.ovirt.org/job/ovirt-log-collector_create_rpms/jdk=java-1.7.
0-openjdk-1.7.0.9-2.3.7.1.el6_3.x86_6,label=fedora18/43/

- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, March 27, 2013 10:48:40 PM
 Subject: Re: [Users] AllInOne installation issue
 
 Hi
 
 
 Attached the two files I also noticed that there is a unsatisfied
 dependency in the last nightly build:
 
 Fehler: Paket:
 ovirt-engine-3.3.0-0.2.master.20130325132125.gita7ccb15.fc18.noarch
 (ovirt-nightly)
 Benötigt: ovirt-log-collector = 3.3.0
 Installiert: ovirt-log-collector-3.2.0-1.fc18.noarch
 (@ovirt-stable)
 ovirt-log-collector = 3.2.0-1.fc18
 Verfügbar: ovirt-log-collector-3.1.0-1.fc18.noarch
 (ovirt-nightly)
 ovirt-log-collector = 3.1.0-1.fc18
  Sie können versuchen mit --skip-broken das Problem zu umgehen.
  You could try running: rpm -Va --nofiles --nodigest
 
 Thanks
 
 Georg
 
 
 
 
 
 On 27.03.13 20:57, Alon Bar-Lev alo...@redhat.com wrote:
 
 Hello,
 
 Please send the file at /var/log/ovirt-engine/host-deploy/ if
 exists.
 If not, there may be one at /tmp/ovirt-host-deploy*.
 If not, please send /var/log/ovirt-engine/enigne.log.
 
 Thanks.
 
 - Original Message -
  From: Georg Troxler georg.trox...@staila.com
  To: users@ovirt.org
  Sent: Tuesday, March 26, 2013 10:04:20 PM
  Subject: [Users] AllInOne installation issue
  
  
  
  When running the AllInOne installation ¨engine-setup
  --config-allinone=yes¨ the last step of my installation always
  fails. I freshly setup a fedora 18 box (minimal) and directly
  installed ovirt:
  
  
  sudo yum localinstall
  http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
  sudo yum install ovirt-engine-setup-plugin-allinone engine-setup
  --config-allinone=yes
  
  
  I also tried with the nightly build which did not solve the issue
  for
  me. Any idea how to fix this?
  
  
  This is the end of my install log:
  
  
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1965::root:: *** The
  following params were used as user input:
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  override-httpd-config: yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: http-port:
  80
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: https-port:
  443
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  random-passwords: no
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: mac-range:
  00:1A:4A:A8:02:00-00:1A:4A:A8:02:FF
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: host-fqdn:
  localhost.localdomain
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: auth-pass:
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: org-name:
  localdomain
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  application-mode: both
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  default-dc-type: NFS
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  db-remote-install: local
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: db-host:
  localhost
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  db-local-pass:
  
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: nfs-mp:
  /var/lib/exports/iso
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  iso-domain-name: ISO_DOMAIN
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root:: config-nfs:
  yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  override-firewall: None
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  config-allinone: yes
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  storage-path:
  /var/lib/images
  2013-03-26 20:28:07::DEBUG::engine-setup::1970::root::
  superuser-pass: 
  2013-03-26 20:28:07::ERROR::engine-setup::2385::root:: Traceback
  (most recent call last):
  File /bin/engine-setup, line 2379, in module
  main(confFile)
  File /bin/engine-setup, line 2162, in main
  runSequences()
  File /bin/engine-setup, line 2085, in runSequences
  controller.runAllSequences()
  File /usr/share/ovirt-engine/scripts/setup_controller.py, line
  54,
  in runAllSequences
  sequence.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
  154,
  in run
  step.run()
  File /usr/share/ovirt-engine/scripts/setup_sequences.py, line
  60,
  in run
  function()
  File /usr/share/ovirt-engine/scripts/plugins/all_in_one_100.py,
  line 300

Re: [Users] AllInOne installation issue

2013-03-27 Thread Alon Bar-Lev


- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, March 27, 2013 11:44:17 PM
 Subject: Re: [Users] AllInOne installation issue
 
 I used the net install and it looks as if the selinux-policy is up to
 date, the same goes for the initscripts. Should I use something else
 then
 yum to update them?

Hmmm... I am sorry, I seen this in the engine log, it may be out of sync with 
the ovirt-host-deploy log.

Going blindly...

In ovirt-host-deploy I see:
---
  File /usr/share/vdsm/configNetwork.py, line 834, in _addNetworkValidation
raise ConfigNetworkError(ne.ERR_BAD_NIC, unknown nic: %r % nic)
ConfigNetworkError: (23, unknown nic: 'lo')
---

Meaning the machine name is set for the loopback interface with is not 
supported by vdsm.

You should make sure that there is a real interface with valid address and the 
server fqdn is resolved to that address and not loopback.

Alon
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread Georg Troxler
This did the trick. I used another host-name that pointed to an IP which
was not localhostŠ

Thanks





On 27.03.13 22:54, Alon Bar-Lev alo...@redhat.com wrote:



- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Wednesday, March 27, 2013 11:44:17 PM
 Subject: Re: [Users] AllInOne installation issue
 
 I used the net install and it looks as if the selinux-policy is up to
 date, the same goes for the initscripts. Should I use something else
 then
 yum to update them?

Hmmm... I am sorry, I seen this in the engine log, it may be out of sync
with the ovirt-host-deploy log.

Going blindly...

In ovirt-host-deploy I see:
---
  File /usr/share/vdsm/configNetwork.py, line 834, in
_addNetworkValidation
raise ConfigNetworkError(ne.ERR_BAD_NIC, unknown nic: %r % nic)
ConfigNetworkError: (23, unknown nic: 'lo')
---

Meaning the machine name is set for the loopback interface with is not
supported by vdsm.

You should make sure that there is a real interface with valid address
and the server fqdn is resolved to that address and not loopback.

Alon


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread Alon Bar-Lev
Alex, Sandro,

We should resolve host in all-in-one and reject if loopback... too many reports 
on this one.

Regards,
Alon

- Original Message -
 From: Georg Troxler georg.trox...@staila.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, March 28, 2013 12:08:56 AM
 Subject: Re: [Users] AllInOne installation issue
 
 This did the trick. I used another host-name that pointed to an IP
 which
 was not localhostŠ
 
 Thanks
 
 
 
 
 
 On 27.03.13 22:54, Alon Bar-Lev alo...@redhat.com wrote:
 
 
 
 - Original Message -
  From: Georg Troxler georg.trox...@staila.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org
  Sent: Wednesday, March 27, 2013 11:44:17 PM
  Subject: Re: [Users] AllInOne installation issue
  
  I used the net install and it looks as if the selinux-policy is up
  to
  date, the same goes for the initscripts. Should I use something
  else
  then
  yum to update them?
 
 Hmmm... I am sorry, I seen this in the engine log, it may be out of
 sync
 with the ovirt-host-deploy log.
 
 Going blindly...
 
 In ovirt-host-deploy I see:
 ---
   File /usr/share/vdsm/configNetwork.py, line 834, in
 _addNetworkValidation
 raise ConfigNetworkError(ne.ERR_BAD_NIC, unknown nic: %r %
 nic)
 ConfigNetworkError: (23, unknown nic: 'lo')
 ---
 
 Meaning the machine name is set for the loopback interface with is
 not
 supported by vdsm.
 
 You should make sure that there is a real interface with valid
 address
 and the server fqdn is resolved to that address and not loopback.
 
 Alon
 
 
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] AllInOne installation issue

2013-03-27 Thread Chris Noffsinger
I ran into this the other night, and just went ahead and did a separate
management server.

With the work around mentioned earlier, having a hosts file entry for
something like vmhost pointing to the resolvable IP of the server, made the
install complete successfully.

Maybe an option during the install process to add an entry to the hosts
file?

On Wed, Mar 27, 2013 at 6:12 PM, Alon Bar-Lev alo...@redhat.com wrote:

 Alex, Sandro,

 We should resolve host in all-in-one and reject if loopback... too many
 reports on this one.

 Regards,
 Alon

 - Original Message -
  From: Georg Troxler georg.trox...@staila.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org
  Sent: Thursday, March 28, 2013 12:08:56 AM
  Subject: Re: [Users] AllInOne installation issue
 
  This did the trick. I used another host-name that pointed to an IP
  which
  was not localhostŠ
 
  Thanks
 
 
 
 
 
  On 27.03.13 22:54, Alon Bar-Lev alo...@redhat.com wrote:
 
  
  
  - Original Message -
   From: Georg Troxler georg.trox...@staila.com
   To: Alon Bar-Lev alo...@redhat.com
   Cc: users@ovirt.org
   Sent: Wednesday, March 27, 2013 11:44:17 PM
   Subject: Re: [Users] AllInOne installation issue
  
   I used the net install and it looks as if the selinux-policy is up
   to
   date, the same goes for the initscripts. Should I use something
   else
   then
   yum to update them?
  
  Hmmm... I am sorry, I seen this in the engine log, it may be out of
  sync
  with the ovirt-host-deploy log.
  
  Going blindly...
  
  In ovirt-host-deploy I see:
  ---
File /usr/share/vdsm/configNetwork.py, line 834, in
  _addNetworkValidation
  raise ConfigNetworkError(ne.ERR_BAD_NIC, unknown nic: %r %
  nic)
  ConfigNetworkError: (23, unknown nic: 'lo')
  ---
  
  Meaning the machine name is set for the loopback interface with is
  not
  supported by vdsm.
  
  You should make sure that there is a real interface with valid
  address
  and the server fqdn is resolved to that address and not loopback.
  
  Alon
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users




-- 
Chris Noffsinger
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users