Dennis Jacobfeuerborn
2008-May-09 02:44 UTC
[Fwd: Re: [Ovirt-devel] Problem with developer installation]
Hi Susan, I haven't tried to start any additional nodes yet to keep the possible problem sources limited. After taking a closer look at the init scripts and logfiles and doing some strace'ing it looks like I'm missing the file /var/kerberos/krb5kdc/principal which seems to be vital for the kerberos tools. Not sure why this isn't there and the first-run scripts don't regenerate the kerberos stuff either so that explains why the authorization fails. I wonder why the kerberos subsystem got screwed up because I followed the instruction exactly and got no errors during the installation. Everything looked fine until I actually ran the appliance. Regards, Dennis Susan Burgess wrote:> Hi Dennis > > I just had the same problem, same message for an appliance that has been > working fine for days. > Try restarting the system and then start up developer and node3. Wait a > while before trying to get the appliance up. > Make sure you are not root when you give the ssh -Y etc command. > > Either the abvove worked, or the server was down and is now up :-[ . > Don't know. but my appliance is now working. > > Good luck, > Susan > > > > Dennis Jacobfeuerborn wrote: >> Hi, >> I wanted to start playing with ovirt so I installed the developer >> version following the instructions on this page: >> http://ovirt.org/devel-install.html >> >> The installation finished without problems but when I start firefox on >> the guest according to step 5 I get the following message in the browser: >> >> Authorization Required >> This server could not verify that you are authorized to access the >> document requested. Either you supplied the wrong credentials (e.g., >> bad password), or your browser doesn't understand how to supply the >> credentials required. >> >> How exactly does the browser get authorized with the server and does >> anybody have an idea why this isn't working? >> >> I used the F8 boot.iso for the installation because that's what the >> instructions mention but would a F9 iso be ok too or would the setup >> scripts get into trouble with a different distribution? >> >> Regards, >> Dennis >> >> _______________________________________________ >> Ovirt-devel mailing list >> Ovirt-devel at redhat.com >> https://www.redhat.com/mailman/listinfo/ovirt-devel >
Susan Burgess
2008-May-09 03:52 UTC
[Fwd: Re: [Ovirt-devel] Problem with developer installation]
Sorry Dennis, can't help you with that. If you jump onto the #ovirt chat you may find someone who can help you now, otherwise someone will respond when the US based developers come back online in their morning. Thanks Susan Dennis Jacobfeuerborn wrote:> Hi Susan, > > I haven't tried to start any additional nodes yet to keep the possible > problem sources limited. After taking a closer look at the init > scripts and > logfiles and doing some strace'ing it looks like I'm missing the file > /var/kerberos/krb5kdc/principal which seems to be vital for the kerberos > tools. Not sure why this isn't there and the first-run scripts don't > regenerate the kerberos stuff either so that explains why the > authorization > fails. > > I wonder why the kerberos subsystem got screwed up because I followed the > instruction exactly and got no errors during the installation. Everything > looked fine until I actually ran the appliance. > > Regards, > Dennis > > Susan Burgess wrote: >> Hi Dennis >> >> I just had the same problem, same message for an appliance that has been >> working fine for days. >> Try restarting the system and then start up developer and node3. Wait a >> while before trying to get the appliance up. >> Make sure you are not root when you give the ssh -Y etc command. >> >> Either the abvove worked, or the server was down and is now up :-[ . >> Don't know. but my appliance is now working. >> >> Good luck, >> Susan >> >> >> >> Dennis Jacobfeuerborn wrote: >>> Hi, >>> I wanted to start playing with ovirt so I installed the developer >>> version following the instructions on this page: >>> http://ovirt.org/devel-install.html >>> >>> The installation finished without problems but when I start firefox on >>> the guest according to step 5 I get the following message in the >>> browser: >>> >>> Authorization Required >>> This server could not verify that you are authorized to access the >>> document requested. Either you supplied the wrong credentials (e.g., >>> bad password), or your browser doesn't understand how to supply the >>> credentials required. >>> >>> How exactly does the browser get authorized with the server and does >>> anybody have an idea why this isn't working? >>> >>> I used the F8 boot.iso for the installation because that's what the >>> instructions mention but would a F9 iso be ok too or would the setup >>> scripts get into trouble with a different distribution? >>> >>> Regards, >>> Dennis >>> >>> _______________________________________________ >>> Ovirt-devel mailing list >>> Ovirt-devel at redhat.com >>> https://www.redhat.com/mailman/listinfo/ovirt-devel >> > > > _______________________________________________ > Ovirt-devel mailing list > Ovirt-devel at redhat.com > https://www.redhat.com/mailman/listinfo/ovirt-devel-- Susan Burgess Content Author Red Hat APAC Level 1, 193 North Quay Brisbane, QLD 4000 Australia Phone +61 7 3514 8179 Fax +61 7 3514 8199 Mail sburgess at redhat.com
Alan Pevec
2008-May-09 15:21 UTC
[Fwd: Re: [Ovirt-devel] Problem with developer installation]
Dennis Jacobfeuerborn wrote:> I haven't tried to start any additional nodes yet to keep the possible > problem sources limited. After taking a closer look at the init scripts and > logfiles and doing some strace'ing it looks like I'm missing the file > /var/kerberos/krb5kdc/principal which seems to be vital for the kerberos > tools. Not sure why this isn't there and the first-run scripts don't > regenerate the kerberos stuff either so that explains why the authorization > fails.I guess ipa-server-install is failing on first boot, check /var/log/ipaserver-install.log in the appliance. I'm looking at this issue now.