Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-18 Thread Omer Frenkel


- Original Message -
 From: Eli Mesika emes...@redhat.com
 To: Hetz Ben Hamo h...@hetz.biz
 Cc: users@oVirt.org users@ovirt.org
 Sent: Thursday, July 18, 2013 12:06:38 AM
 Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
 
 
 
 - Original Message -
  From: Hetz Ben Hamo h...@hetz.biz
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@oVirt.org users@ovirt.org
  Sent: Thursday, July 18, 2013 12:00:52 AM
  Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
  
  I did engine-cleanup-2 and then ran the engine-setup-2, in the middle of
  engine-setup-2 (in the Setup Validation), I got this message.
 
 
 Hi , you have a taskcleaner.sh utility under the dbutils directory that can
 help you to clean those tasks
 

happened to me as well,
if the above didn't help try removing ~/ovirt-engine dir and try again.

  
  btw I'm on the irc there, look at the window ;)
  
  תודה,
  חץ בן חמו
   חץ ב י ז - שרותי פרילאנס לניהול ותחזוקת שרתי Linux ופתרונות
  וירטואליזציה.
  טלפון: 054-5297156
  אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו
  
  
  2013/7/17 Alon Bar-Lev  alo...@redhat.com 
  
  
  
  
  
  - Original Message -
   From: Hetz Ben Hamo  h...@hetz.biz 
   To: Alon Bar-Lev  alo...@redhat.com 
   Cc: users@oVirt.org  users@ovirt.org , Sandro Bonazzola 
   sbona...@redhat.com 
   Sent: Wednesday, July 17, 2013 11:56:48 PM
   Subject: Re: bug with ovirt nightlies and engine-setup-2 script
   
   Thanks for the patch.
   
   I just found another problem, my desktop probably gets heat too much and
   it
   was stuck. I'm trying the no firewall approach (engine-cleanup-2,
   engine-setup-2) but now it fails with the message that it failed to clear
   zombie tasks. How can I clear it manually?
  
  Is it clean installation?
  If it does, try to clean database first using engine-cleanup-2.
  
   
   
   תודה,
   *חץ בן חמו*
   *חץ ביז  http://www.hetz.biz *- שרותי פרילאנס לניהול ותחזוקת שרתי
   Linux
   ופתרונות וירטואליזציה.
   טלפון: 054-5297156
   אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו  http://vps-consulting.info 
   [image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
   *
   *
   
   
   2013/7/17 Alon Bar-Lev  alo...@redhat.com 
   


- Original Message -
 From: Hetz Ben Hamo  h...@hetz.biz 
 To: users@oVirt.org  users@ovirt.org 
 Cc: Sandro Bonazzola  sbona...@redhat.com , alo...@redhat.com
 Sent: Wednesday, July 17, 2013 4:05:46 PM
 Subject: bug with ovirt nightlies and engine-setup-2 script
 
 *
 *
 Hi,
 
 I installed the all in one plugin and run the engine-setup-2 script.
 it
 detects the plugin, and I'm using the iptables option. problem is
 that
 it
 writes the wrong lines in iptables:
 
 -A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j
 ACCEPT
 -A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j
 ACCEPT
 
 iptables does not accept the minus sign when mentioning port range,
 so
 5634-6166 should be 5634:6166 (I wish it would accept the minus sign,
it's
 a stupid thing that it doesn't).

Confirmed, thanks!
Patch is available[1].

 So the script failes to start iptables due to these wrong lines, and
 I'm
 stuck with oVirt that doesn't work.

You can select no firewall to workaround this.

 
 Log file - enclosed.
 
 Hetz
 

[1] http://gerrit.ovirt.org/17036

   
  
  
  ___
  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
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-18 Thread Alon Bar-Lev


- Original Message -
 From: Omer Frenkel ofren...@redhat.com
 To: Eli Mesika emes...@redhat.com, Hetz Ben Hamo h...@hetz.biz
 Cc: users@oVirt.org users@ovirt.org
 Sent: Thursday, July 18, 2013 9:20:02 AM
 Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
 
 
 
 - Original Message -
  From: Eli Mesika emes...@redhat.com
  To: Hetz Ben Hamo h...@hetz.biz
  Cc: users@oVirt.org users@ovirt.org
  Sent: Thursday, July 18, 2013 12:06:38 AM
  Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
  
  
  
  - Original Message -
   From: Hetz Ben Hamo h...@hetz.biz
   To: Alon Bar-Lev alo...@redhat.com
   Cc: users@oVirt.org users@ovirt.org
   Sent: Thursday, July 18, 2013 12:00:52 AM
   Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
   
   I did engine-cleanup-2 and then ran the engine-setup-2, in the middle of
   engine-setup-2 (in the Setup Validation), I got this message.
  
  
  Hi , you have a taskcleaner.sh utility under the dbutils directory that can
  help you to clean those tasks
  
 
 happened to me as well,
 if the above didn't help try removing ~/ovirt-engine dir and try again.

Hi,

This was not development environment.
The problem was that it was a dirty system so setup assume this is an upgrade 
and tried to access database at early stage.

Thanks for everyone help,
Alon

 
   
   btw I'm on the irc there, look at the window ;)
   
   תודה,
   חץ בן חמו
חץ ב י ז - שרותי פרילאנס לניהול ותחזוקת שרתי Linux ופתרונות
   וירטואליזציה.
   טלפון: 054-5297156
   אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו
   
   
   2013/7/17 Alon Bar-Lev  alo...@redhat.com 
   
   
   
   
   
   - Original Message -
From: Hetz Ben Hamo  h...@hetz.biz 
To: Alon Bar-Lev  alo...@redhat.com 
Cc: users@oVirt.org  users@ovirt.org , Sandro Bonazzola 
sbona...@redhat.com 
Sent: Wednesday, July 17, 2013 11:56:48 PM
Subject: Re: bug with ovirt nightlies and engine-setup-2 script

Thanks for the patch.

I just found another problem, my desktop probably gets heat too much
and
it
was stuck. I'm trying the no firewall approach (engine-cleanup-2,
engine-setup-2) but now it fails with the message that it failed to
clear
zombie tasks. How can I clear it manually?
   
   Is it clean installation?
   If it does, try to clean database first using engine-cleanup-2.
   


תודה,
*חץ בן חמו*
*חץ ביז  http://www.hetz.biz *- שרותי פרילאנס לניהול ותחזוקת שרתי
Linux
ופתרונות וירטואליזציה.
טלפון: 054-5297156
אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו  http://vps-consulting.info 
[image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
*
*


2013/7/17 Alon Bar-Lev  alo...@redhat.com 

 
 
 - Original Message -
  From: Hetz Ben Hamo  h...@hetz.biz 
  To: users@oVirt.org  users@ovirt.org 
  Cc: Sandro Bonazzola  sbona...@redhat.com , alo...@redhat.com
  Sent: Wednesday, July 17, 2013 4:05:46 PM
  Subject: bug with ovirt nightlies and engine-setup-2 script
  
  *
  *
  Hi,
  
  I installed the all in one plugin and run the engine-setup-2
  script.
  it
  detects the plugin, and I'm using the iptables option. problem is
  that
  it
  writes the wrong lines in iptables:
  
  -A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j
  ACCEPT
  -A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j
  ACCEPT
  
  iptables does not accept the minus sign when mentioning port range,
  so
  5634-6166 should be 5634:6166 (I wish it would accept the minus
  sign,
 it's
  a stupid thing that it doesn't).
 
 Confirmed, thanks!
 Patch is available[1].
 
  So the script failes to start iptables due to these wrong lines,
  and
  I'm
  stuck with oVirt that doesn't work.
 
 You can select no firewall to workaround this.
 
  
  Log file - enclosed.
  
  Hetz
  
 
 [1] http://gerrit.ovirt.org/17036
 

   
   
   ___
   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
  
 ___
 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] bug with ovirt nightlies and engine-setup-2 script

2013-07-17 Thread Alon Bar-Lev


- Original Message -
 From: Hetz Ben Hamo h...@hetz.biz
 To: users@oVirt.org users@ovirt.org
 Cc: Sandro Bonazzola sbona...@redhat.com, alo...@redhat.com
 Sent: Wednesday, July 17, 2013 4:05:46 PM
 Subject: bug with ovirt nightlies and engine-setup-2 script
 
 *
 *
 Hi,
 
 I installed the all in one plugin and run the engine-setup-2 script. it
 detects the plugin, and I'm using the iptables option. problem is that it
 writes the wrong lines in iptables:
 
 -A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j ACCEPT
 -A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j ACCEPT
 
 iptables does not accept the minus sign when mentioning port range, so
 5634-6166 should be 5634:6166 (I wish it would accept the minus sign, it's
 a stupid thing that it doesn't).

Confirmed, thanks!
Patch is available[1].
 
 So the script failes to start iptables due to these wrong lines, and I'm
 stuck with oVirt that doesn't work.

You can select no firewall to workaround this.

 
 Log file - enclosed.
 
 Hetz
 

[1] http://gerrit.ovirt.org/17036
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-17 Thread Hetz Ben Hamo
Thanks for the patch.

I just found another problem, my desktop probably gets heat too much and it
was stuck. I'm trying the no firewall approach (engine-cleanup-2,
engine-setup-2) but now it fails with the message that it failed to clear
zombie tasks. How can I clear it manually?


תודה,
*חץ בן חמו*
*חץ ביז http://www.hetz.biz*-  שרותי פרילאנס לניהול ותחזוקת שרתי Linux
ופתרונות וירטואליזציה.
טלפון:  054-5297156
אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו http://vps-consulting.info
[image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
*
*


2013/7/17 Alon Bar-Lev alo...@redhat.com



 - Original Message -
  From: Hetz Ben Hamo h...@hetz.biz
  To: users@oVirt.org users@ovirt.org
  Cc: Sandro Bonazzola sbona...@redhat.com, alo...@redhat.com
  Sent: Wednesday, July 17, 2013 4:05:46 PM
  Subject: bug with ovirt nightlies and engine-setup-2 script
 
  *
  *
  Hi,
 
  I installed the all in one plugin and run the engine-setup-2 script. it
  detects the plugin, and I'm using the iptables option. problem is that it
  writes the wrong lines in iptables:
 
  -A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j ACCEPT
  -A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j ACCEPT
 
  iptables does not accept the minus sign when mentioning port range, so
  5634-6166 should be 5634:6166 (I wish it would accept the minus sign,
 it's
  a stupid thing that it doesn't).

 Confirmed, thanks!
 Patch is available[1].

  So the script failes to start iptables due to these wrong lines, and I'm
  stuck with oVirt that doesn't work.

 You can select no firewall to workaround this.

 
  Log file - enclosed.
 
  Hetz
 

 [1] http://gerrit.ovirt.org/17036

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


Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-17 Thread Alon Bar-Lev


- Original Message -
 From: Hetz Ben Hamo h...@hetz.biz
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@oVirt.org users@ovirt.org, Sandro Bonazzola 
 sbona...@redhat.com
 Sent: Wednesday, July 17, 2013 11:56:48 PM
 Subject: Re: bug with ovirt nightlies and engine-setup-2 script
 
 Thanks for the patch.
 
 I just found another problem, my desktop probably gets heat too much and it
 was stuck. I'm trying the no firewall approach (engine-cleanup-2,
 engine-setup-2) but now it fails with the message that it failed to clear
 zombie tasks. How can I clear it manually?

Is it clean installation?
If it does, try to clean database first using engine-cleanup-2.

 
 
 תודה,
 *חץ בן חמו*
 *חץ ביז http://www.hetz.biz*-  שרותי פרילאנס לניהול ותחזוקת שרתי Linux
 ופתרונות וירטואליזציה.
 טלפון:  054-5297156
 אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו http://vps-consulting.info
 [image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
 *
 *
 
 
 2013/7/17 Alon Bar-Lev alo...@redhat.com
 
 
 
  - Original Message -
   From: Hetz Ben Hamo h...@hetz.biz
   To: users@oVirt.org users@ovirt.org
   Cc: Sandro Bonazzola sbona...@redhat.com, alo...@redhat.com
   Sent: Wednesday, July 17, 2013 4:05:46 PM
   Subject: bug with ovirt nightlies and engine-setup-2 script
  
   *
   *
   Hi,
  
   I installed the all in one plugin and run the engine-setup-2 script. it
   detects the plugin, and I'm using the iptables option. problem is that it
   writes the wrong lines in iptables:
  
   -A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j ACCEPT
   -A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j ACCEPT
  
   iptables does not accept the minus sign when mentioning port range, so
   5634-6166 should be 5634:6166 (I wish it would accept the minus sign,
  it's
   a stupid thing that it doesn't).
 
  Confirmed, thanks!
  Patch is available[1].
 
   So the script failes to start iptables due to these wrong lines, and I'm
   stuck with oVirt that doesn't work.
 
  You can select no firewall to workaround this.
 
  
   Log file - enclosed.
  
   Hetz
  
 
  [1] http://gerrit.ovirt.org/17036
 
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-17 Thread Hetz Ben Hamo
I did engine-cleanup-2 and then ran the engine-setup-2, in the middle of
engine-setup-2 (in the Setup Validation), I got this message.

btw I'm on the irc there, look at the window ;)

תודה,
*חץ בן חמו*
*חץ ביז http://www.hetz.biz*-  שרותי פרילאנס לניהול ותחזוקת שרתי Linux
ופתרונות וירטואליזציה.
טלפון:  054-5297156
אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו http://vps-consulting.info
[image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
*
*


2013/7/17 Alon Bar-Lev alo...@redhat.com



 - Original Message -
  From: Hetz Ben Hamo h...@hetz.biz
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@oVirt.org users@ovirt.org, Sandro Bonazzola 
 sbona...@redhat.com
  Sent: Wednesday, July 17, 2013 11:56:48 PM
  Subject: Re: bug with ovirt nightlies and engine-setup-2 script
 
  Thanks for the patch.
 
  I just found another problem, my desktop probably gets heat too much and
 it
  was stuck. I'm trying the no firewall approach (engine-cleanup-2,
  engine-setup-2) but now it fails with the message that it failed to clear
  zombie tasks. How can I clear it manually?

 Is it clean installation?
 If it does, try to clean database first using engine-cleanup-2.

 
 
  תודה,
  *חץ בן חמו*
  *חץ ביז http://www.hetz.biz*-  שרותי פרילאנס לניהול ותחזוקת שרתי
 Linux
  ופתרונות וירטואליזציה.
  טלפון:  054-5297156
  אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו http://vps-consulting.info
  [image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
  *
  *
 
 
  2013/7/17 Alon Bar-Lev alo...@redhat.com
 
  
  
   - Original Message -
From: Hetz Ben Hamo h...@hetz.biz
To: users@oVirt.org users@ovirt.org
Cc: Sandro Bonazzola sbona...@redhat.com, alo...@redhat.com
Sent: Wednesday, July 17, 2013 4:05:46 PM
Subject: bug with ovirt nightlies and engine-setup-2 script
   
*
*
Hi,
   
I installed the all in one plugin and run the engine-setup-2 script.
 it
detects the plugin, and I'm using the iptables option. problem is
 that it
writes the wrong lines in iptables:
   
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j
 ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j
 ACCEPT
   
iptables does not accept the minus sign when mentioning port range,
 so
5634-6166 should be 5634:6166 (I wish it would accept the minus sign,
   it's
a stupid thing that it doesn't).
  
   Confirmed, thanks!
   Patch is available[1].
  
So the script failes to start iptables due to these wrong lines, and
 I'm
stuck with oVirt that doesn't work.
  
   You can select no firewall to workaround this.
  
   
Log file - enclosed.
   
Hetz
   
  
   [1] http://gerrit.ovirt.org/17036
  
 

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


Re: [Users] bug with ovirt nightlies and engine-setup-2 script

2013-07-17 Thread Eli Mesika


- Original Message -
 From: Hetz Ben Hamo h...@hetz.biz
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@oVirt.org users@ovirt.org
 Sent: Thursday, July 18, 2013 12:00:52 AM
 Subject: Re: [Users] bug with ovirt nightlies and engine-setup-2 script
 
 I did engine-cleanup-2 and then ran the engine-setup-2, in the middle of
 engine-setup-2 (in the Setup Validation), I got this message.


Hi , you have a taskcleaner.sh utility under the dbutils directory that can 
help you to clean those tasks 

 
 btw I'm on the irc there, look at the window ;)
 
 תודה,
 חץ בן חמו
  חץ ב י ז - שרותי פרילאנס לניהול ותחזוקת שרתי Linux ופתרונות וירטואליזציה.
 טלפון: 054-5297156
 אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו
 
 
 2013/7/17 Alon Bar-Lev  alo...@redhat.com 
 
 
 
 
 
 - Original Message -
  From: Hetz Ben Hamo  h...@hetz.biz 
  To: Alon Bar-Lev  alo...@redhat.com 
  Cc: users@oVirt.org  users@ovirt.org , Sandro Bonazzola 
  sbona...@redhat.com 
  Sent: Wednesday, July 17, 2013 11:56:48 PM
  Subject: Re: bug with ovirt nightlies and engine-setup-2 script
  
  Thanks for the patch.
  
  I just found another problem, my desktop probably gets heat too much and it
  was stuck. I'm trying the no firewall approach (engine-cleanup-2,
  engine-setup-2) but now it fails with the message that it failed to clear
  zombie tasks. How can I clear it manually?
 
 Is it clean installation?
 If it does, try to clean database first using engine-cleanup-2.
 
  
  
  תודה,
  *חץ בן חמו*
  *חץ ביז  http://www.hetz.biz *- שרותי פרילאנס לניהול ותחזוקת שרתי Linux
  ופתרונות וירטואליזציה.
  טלפון: 054-5297156
  אתם מוזמנים לבקר אותנו בבלוג היעוץ שלנו  http://vps-consulting.info 
  [image: גם אתר זה מתארח ב-חץ ביז שרתי VPS]
  *
  *
  
  
  2013/7/17 Alon Bar-Lev  alo...@redhat.com 
  
   
   
   - Original Message -
From: Hetz Ben Hamo  h...@hetz.biz 
To: users@oVirt.org  users@ovirt.org 
Cc: Sandro Bonazzola  sbona...@redhat.com , alo...@redhat.com
Sent: Wednesday, July 17, 2013 4:05:46 PM
Subject: bug with ovirt nightlies and engine-setup-2 script

*
*
Hi,

I installed the all in one plugin and run the engine-setup-2 script. it
detects the plugin, and I'm using the iptables option. problem is that
it
writes the wrong lines in iptables:

-A INPUT -p tcp -m state --state NEW -m tcp --dport 5634-6166 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 49152-49216 -j
ACCEPT

iptables does not accept the minus sign when mentioning port range, so
5634-6166 should be 5634:6166 (I wish it would accept the minus sign,
   it's
a stupid thing that it doesn't).
   
   Confirmed, thanks!
   Patch is available[1].
   
So the script failes to start iptables due to these wrong lines, and
I'm
stuck with oVirt that doesn't work.
   
   You can select no firewall to workaround this.
   

Log file - enclosed.

Hetz

   
   [1] http://gerrit.ovirt.org/17036
   
  
 
 
 ___
 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