Re: [Users] Problem with VDSM becoming unresponsive

2012-12-17 Thread Haim Ateya
please attach vdsm log, libvirtd.log, sanlock, and messages.
what's the status of the following services: vdsmd, libvirtd, sanlock

- Original Message -
 From: Daniel Rowe daniel.fatho...@gmail.com
 To: users@ovirt.org
 Sent: Monday, December 17, 2012 2:43:34 AM
 Subject: [Users] Problem with VDSM becoming unresponsive
 
 Hi
 
 I have an issue with a one node ovirt setup with gluster storage.
 
 Every so often (twice a week or) the management console show the node
 as unresponsive.
 
 I can ssh to the node fine and it is indeed responsive. I can see the
 VM processes taking CPU with top. I can see the VDSM process as well.
 
 Restarting vsdmd causes the node to become in the up state again, but
 I have to restart all the VMs that are running.
 
 In the engine log file (attached) there is
 VDS::handleNetworkException Server failed to respond error.
 
 I am not sure how I can fix this so any help appreciated.
 
 Attached is the engine log.
 
 Regards
 Daniel
 
 ___
 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] Problems after upgrading to latest rpms from the dre repository

2012-12-17 Thread Joern Ott
Hello everybody,

I just upgraded the engine with the engine upgrade script and get a lot of 
these errors:
2012-12-17 17:25:00,498 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-84) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:00,498 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-72) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:03,033 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-94) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:03,033 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-7) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:15,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-60) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:15,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-55) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:39,663 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-69) Failed to decrypt Data must not be longer than 256 
bytes
2012-12-17 17:25:39,663 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-68) Failed to decrypt java.lang.NullPointerException

In addition, I am no longer able to log in with admin@internal and the password 
we set before. As we use keepass generated passwords, I am pretty sure that I 
don't have any typing errors in there. The engine log shows this:

2012-12-17 17:26:43,328 ERROR [org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(ajp--127.0.0.1-8702-2) USER_FAILED_TO_AUTHENTICATE : admin
2012-12-17 17:26:43,328 WARN  [org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(ajp--127.0.0.1-8702-2) CanDoAction of action LoginAdminUser failed. 
Reasons:USER_FAILED_TO_AUTHENTICATE
2012-12-17 17:26:46,290 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-94) Failed to decrypt Blocktype mismatch: 0
2012-12-17 17:26:46,290 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-91) Failed to decrypt Blocktype mismatch: 0

Any way of resetting the password in the database or fixing some encryption 
routines?

Kind regards
Jörn
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problems after upgrading to latest rpms from the dre repository

2012-12-17 Thread Eli Mesika


- Original Message -
 From: Joern Ott joern@ciao.leguide.com
 To: users@ovirt.org
 Sent: Monday, December 17, 2012 6:28:41 PM
 Subject: [Users] Problems after upgrading to latest rpms from the dre 
 repository
 
 
 
 
 
 Hello everybody,
 
 
 
 I just upgraded the engine with the engine upgrade script and get a
 lot of these errors:
 
 2012-12-17 17:25:00,498 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-84) Failed to decrypt Data must not be
 longer than 256 bytes


The RSA algorithm can only encrypt data that has a maximum byte length of the 
RSA key length in bits divided with eight minus eleven padding bytes, i.e. 
number of maximum bytes = key length in bits / 8 - 11. 
Since we are not using padding and using a key length of 2048 , it limits us to 
encrypting 2048/8 = 256 characters data.

We can do either 
1) Use a larger key
2) Encrypt the data with a symmetric key, and encrypt that key with rsa



 
 2012-12-17 17:25:00,498 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-72) Failed to decrypt Data must not be
 longer than 256 bytes
 
 2012-12-17 17:25:03,033 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-94) Failed to decrypt Data must not be
 longer than 256 bytes
 
 2012-12-17 17:25:03,033 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-7) Failed to decrypt Data must not be longer
 than 256 bytes
 
 2012-12-17 17:25:15,606 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-60) Failed to decrypt Data must not be
 longer than 256 bytes
 
 2012-12-17 17:25:15,606 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-55) Failed to decrypt Data must not be
 longer than 256 bytes
 
 2012-12-17 17:25:39,663 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-69) Failed to decrypt Data must not be
 longer than 256 bytes
 
 2012-12-17 17:25:39,663 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-68) Failed to decrypt
 java.lang.NullPointerException
 
 
 
 In addition, I am no longer able to log in with admin@internal and
 the password we set before. As we use keepass generated passwords, I
 am pretty sure that I don’t have any typing errors in there. The
 engine log shows this:
 
 
 
 2012-12-17 17:26:43,328 ERROR
 [org.ovirt.engine.core.bll.LoginAdminUserCommand]
 (ajp--127.0.0.1-8702-2) USER_FAILED_TO_AUTHENTICATE : admin
 
 2012-12-17 17:26:43,328 WARN
 [org.ovirt.engine.core.bll.LoginAdminUserCommand]
 (ajp--127.0.0.1-8702-2) CanDoAction of action LoginAdminUser failed.
 Reasons:USER_FAILED_TO_AUTHENTICATE
 
 2012-12-17 17:26:46,290 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-94) Failed to decrypt Blocktype mismatch: 0
 
 2012-12-17 17:26:46,290 ERROR
 [org.ovirt.engine.core.engineencryptutils.EncryptionUtils]
 (QuartzScheduler_Worker-91) Failed to decrypt Blocktype mismatch: 0
 
 
 
 Any way of resetting the password in the database or fixing some
 encryption routines?
 
 
 
 Kind regards
 
 Jörn
 ___
 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] tool engine-manage-domains

2012-12-17 Thread victor nunes
So returning.

I got a machine, I installed Fedora 17 on it.
With that I managed to install FreeIPA.
FreeIPA configured, and managed to add the domain with the tool
oVirt-manage-domains.

Created in FreeIPA users, set their passwords.
I gave permission for them.
However, I can only login with the admin user in the new domain.
With users that I created, is giving the following message:

Can not Login. User Password has expired, Please change your password.

So, I need to give any more permission for users to login?


Att,

2012/12/6 Yair Zaslavsky yzasl...@redhat.com



 --

 *From: *victor nunes victor.re...@gmail.com
 *To: *Yair Zaslavsky yzasl...@redhat.com
 *Cc: *users@ovirt.org, Itamar Heim ih...@redhat.com
 *Sent: *Thursday, December 6, 2012 2:14:49 AM

 *Subject: *Re: [Users] tool engine-manage-domains

 Hello,

 I'm going to do all these tests, but a question.

 I need to configure Kerberos on the server LDAP?

 Att,

 Yes.



 2012/12/4 Yair Zaslavsky yzasl...@redhat.com

 Hi,
 Several things -
 a. I think logging at this point should be improved
 b. Since the log is not informative enough, please try the following:
 1. Check that  your credentials are correct
 2. Check you have no clock skew issue (the time difference between the
 machine running manage-domains and your ldap server should be less or equal
 to 5 minutes).
 3. Connection refused so there is some connectivity issue -
 please query your ldap SRV records for the domain (IMHO dig SRV
 _ldap._tcp.viperde.com.br should do the trick)
 please try to connect to these ldap servers manually -

 For example, if the returned host from the dig SRV query is
 aaa.viperde.com.br

 perform:
 telnet aaa.viperde.com.br 389

 Turns out that I did not have telnet installed on my fc17 machine -
 I used yum install telnet to install it.

 Kind regards,

 Yair


 --

 *From: *victor nunes victor.re...@gmail.com
 *To: *Itamar Heim ih...@redhat.com
 *Cc: *Yair Zaslavsky yzasl...@redhat.com, users@ovirt.org
 *Sent: *Tuesday, December 4, 2012 3:28:56 AM
 *Subject: *Re: [Users] tool engine-manage-domains


 Thanks for the reply.

 I do not have another machine to the power configuar FreeIPA.

 I have a machine, I do not have access, which is an LDAP server installed
 on it.
 I configured a machine that is oVirt-manage as ldap client, I configured
 the dns, but in time to include the domain happens the following error:

 Error: exception message: Connection refused
 Failure while testing domain viprede.com.br. Details: Kerberos error.
 Please check log for further Top details.

 in the logs, I have the following lines:

 03/12/2012 20:25:26,390 INFO
 [org.ovirt.engine.core.utils.kerberos.ManageDomains] Creating kerberos
 configuration for domain (s): viprede.com.br
 03/12/2012 20:25:26,422 INFO
 [org.ovirt.engine.core.utils.kerberos.ManageDomains] Successfully created
 kerberos configuration for domain (s): viprede.com.br
 03/12/2012 20:25:26,422 INFO
 [org.ovirt.engine.core.utils.kerberos.ManageDomains] Testing kerberos
 configuration for domain: viprede.com.br.

 So what could be this error?

 2012/11/29 Itamar Heim ih...@redhat.com

 On 11/29/2012 05:58 AM, victor nunes wrote:



 2012/11/29 Yair Zaslavsky yzasl...@redhat.com mailto:
 yzasl...@redhat.com


 Hi,
 Can you redirect your question to users@ovirt.org
 mailto:users@ovirt.org?

 I think others will help you to forward your question to relevant
 people here (not sure I can provide a good answer).



 On 11/29/2012 03:26 AM, victor nunes wrote:

 So I'm trying to install FreeIPA on the same machine that
 oVirt-manage,
 but at the time of installation, the following error occurs:

 FreeIPA-server conflicts with 1: mod_ssl-2.2.22-4.fc17.x86_64


 Looking for a solution to the problem, I discovered that this is
 a bug
 reported by others.

 Follow the link to the bug reported:
 
 https://bugzilla.redhat.com/__**show_bug.cgi?id=840098https://bugzilla.redhat.com/__show_bug.cgi?id=840098

 
 https://bugzilla.redhat.com/**show_bug.cgi?id=840098https://bugzilla.redhat.com/show_bug.cgi?id=840098
 

 Then, using oo FreeIPA not be possible, which otherwise I have
 to add
 new domains and users?

 Em 8 de novembro de 2012 02:41, Yair Zaslavsky
 yzasl...@redhat.com mailto:yzasl...@redhat.com
 mailto:yzasl...@redhat.com mailto:yzasl...@redhat.com
 escreveu:



  Hi,
  You cannot create new users for the internal domain.
  The internal domain was developed for quick POC, just to
 allow login
  to the system without the need for ldap provider.
  I recommend you install some ldap server (i.e - free IPA)
 and try to
  work with it.



  On 11/08/2012 01:08 AM, victor nunes wrote:

  Sorry.


Re: [Users] Problems after upgrading to latest rpms from the dre repository

2012-12-17 Thread Roy Golan

On 12/17/2012 06:28 PM, Joern Ott wrote:


Hello everybody,

I just upgraded the engine with the engine upgrade script and get a 
lot of these errors:


2012-12-17 17:25:00,498 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-84) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:00,498 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-72) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:03,033 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-94) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:03,033 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-7) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:15,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-60) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:15,606 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-55) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:39,663 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-69) Failed to decrypt Data must not be longer 
than 256 bytes


2012-12-17 17:25:39,663 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-68) Failed to decrypt 
java.lang.NullPointerException


In addition, I am no longer able to log in with admin@internal and the 
password we set before. As we use keepass generated passwords, I am 
pretty sure that I don't have any typing errors in there. The engine 
log shows this:


2012-12-17 17:26:43,328 ERROR 
[org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(ajp--127.0.0.1-8702-2) USER_FAILED_TO_AUTHENTICATE : admin


2012-12-17 17:26:43,328 WARN  
[org.ovirt.engine.core.bll.LoginAdminUserCommand] 
(ajp--127.0.0.1-8702-2) CanDoAction of action LoginAdminUser failed. 
Reasons:USER_FAILED_TO_AUTHENTICATE


2012-12-17 17:26:46,290 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-94) Failed to decrypt Blocktype mismatch: 0


2012-12-17 17:26:46,290 ERROR 
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] 
(QuartzScheduler_Worker-91) Failed to decrypt Blocktype mismatch: 0


Any way of resetting the password in the database or fixing some 
encryption routines?




engine-config -s AdminPassword {your passwd}

can you please also search the upgrade/install log to see if the engine 
setup threw an error *encrypting* your supplied password?


Kind regards

Jörn



___
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] ovirt 3.2 Alpha - invalid packages

2012-12-17 Thread Winfried de Heiden

  
  
Hi all,

I gave oVirt 3.2 Alpha a try on a fresh Fedora 18 install:

yum install ovrt-engine

~
Error Downloading Packages:

ovirt-host-deploy-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch:
[Errno 256] No more mirrors to try.

ovirt-host-deploy-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch:
Downloaded package
  ovirt-host-deploy-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch,
  from ovirt-alpha, but it was invalid.

ovirt-host-deploy-java-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch:
Downloaded package
  ovirt-host-deploy-java-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch,
  from ovirt-alpha, but it was invalid.

ovirt-host-deploy-java-0.0.0-0.0.master.20121212.gitd74f690.fc18.noarch:
[Errno 256] No more mirrors to try.

Anyone?
  

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