----- Original Message ----- > From: "Patrick Werner" <[email protected]> > To: "Yedidyah Bar David" <[email protected]> > Cc: [email protected] > Sent: Tuesday, October 21, 2014 11:37:47 AM > Subject: Re: [ovirt-users] AllInOne Installation ovirt3.5 on CentOS 6.5 fails > > Hi Didi, > > i’ve uploaded all logs to: > https://dl.dropboxusercontent.com/u/31918578/logs.zip > > engine.log is full of: > 2014-10-21 03:17:06,292 WARN > [org.ovirt.vdsm.jsonrpc.client.utils.retry.Retryable] (SSL Stomp Reactor) > Retry failed: java.net.ConnectException: Connection refused > warnings.
I see that vdsm.log is empty. Is it indeed? What's the output of ls -l /var/log/vdsm/vdsm.log* ? If it's indeed empty, and is owned by root, that it means that some process ran by root created it, and later the vdsm user fails to write to it. We had several cases like that in the past, some of them failed to be fully diagnosed. Some relevant links: http://gerrit.ovirt.org/25912 https://bugzilla.redhat.com/show_bug.cgi?id=1080580 https://bugzilla.redhat.com/show_bug.cgi?id=912308 https://bugzilla.redhat.com/show_bug.cgi?id=1055153 A trivial workaround is: chown vdsm:kvm /var/log/vdsm/vdsm.log If you can come up with any idea about how this happened (e.g. if you can correlate the timestamp of the file with something else that happened on the system, etc.), we'd love to hear about it. Adding some vdsm people. Thanks! -- Didi _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

