<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
于 2012年07月10日 09:49, Eli Qiao 写道:
<blockquote cite="mid:4FFB8A13.2000504@linux.vnet.ibm.com"
type="cite">于 2012年07月09日 18:24, Mike Burns 写道:
<br>
<blockquote type="cite">On Mon, 2012-07-09 at 10:49 +0200, Fabian
Deutsch wrote:
<br>
<blockquote type="cite">Hey,
<br>
<br>
Am Montag, den 09.07.2012, 16:43 +0800 schrieb Eli Qiao:
<br>
<blockquote type="cite"> * I failed to install a version
of build (I built it myself)
<br>
base on F17, it show nothing just tell me to log as
admin ,but
<br>
I didn't set up a password for admin and root. what
the passwd
<br>
is ?
<br>
</blockquote>
If no password is given at an auto-ionstall the the admin and
root
<br>
accounts will be disabled. You need to provide an admin/rootpw
at
<br>
install time (via kargs, see below)-
<br>
</blockquote>
This sounds like a problem with the TUI loading, but without
more
<br>
information, I can't say for sure.
<br>
<br>
Is this the first boot that you've done? Did the TUI ever load
at all?
<br>
What changes did you make before doing the build?
<br>
<br>
</blockquote>
yes , it's first boot, the TUI didn't loading
<br>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite"> * And also , I have some
question about how to debug the
<br>
ovirt-node, would someone kindly give me a hand ?
<br>
</blockquote>
Most ovirt node specific log messages go to /var/log/ovirt.log
.
<br>
But the base components log to their predefined locations.
<br>
Might I ask what you want to debug?
<br>
<br>
<blockquote type="cite"> * Can I ask that what should I
do if I want to set a password in
<br>
the bootparameters such rootpw=XXX
<br>
what XXX like ?
<br>
<br>
I generate the passwd by doing this :
<br>
perl -e 'print crypt("123",q($1$IPPBXADM)),"\n"'
<br>
$1$IPPBXADM$UwX5u7LVJoJ/EJfG4d8HC1
<br>
<br>
but when I type 123 , it's shows I am input a wrong password
, what
<br>
encryption does node use ? md5 or sha1 ?
<br>
</blockquote>
I just know that you can use the openssl passwd command to
generated a
<br>
valid password hash, e.g.:
<br>
<br>
$ openssl passwd -salt foo bar
<br>
foXrpAKGo3142
<br>
<br>
This hash can be used as a karg: adminpw=foXrpAKGo3142
<br>
</blockquote>
Better to use openssl passwd -1 and then enter and verify the
password.
<br>
<br>
$ openssl passwd -1
<br>
Password:
<br>
Verifying - Password:
<br>
$1$9RXa7lLR$RV46M2aZyxadZQudooryH.
<br>
<br>
To set the root password, you use:
<br>
rootpw=$1$9RXa7lLR$RV46M2aZyxadZQudooryH.
<br>
<br>
Mike
<br>
<br>
</blockquote>
</blockquote>
I install the node again with this boot parameter<br>
rootpw=$1$9WKUWRlf$JHCMWqVRi4BwKabafB43o.<br>
<br>
it showed that screen ,and the TUI didn't load <img
src="cid:part1.08050106.04010008@linux.vnet.ibm.com" alt=""><br>
<br>
and <img src="cid:part2.08080006.01080805@linux.vnet.ibm.com"
alt=""><br>
<br>
The password is incorrect.<br>
ps : I install this build in a virtual machine, is that matter ?<br>
<br>
<blockquote cite="mid:4FFB8A13.2000504@linux.vnet.ibm.com"
type="cite">thanks very much Mike.
<br>
<blockquote type="cite">
<blockquote type="cite">Greetings
<br>
fabian
<br>
_______________________________________________
<br>
node-devel mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:node-devel@ovirt.org">node-devel@ovirt.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/node-devel">http://lists.ovirt.org/mailman/listinfo/node-devel</a>
<br>
</blockquote>
<br>
</blockquote>
<br>
<br>
</blockquote>
<br>
<br>
<br>
<br>
<div class="moz-signature">-- <br>
Thanks.
Best regards.
--Eli Qiao</div>
</body>
</html>