|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Free XEN / DomU management software
Hi Michael,
On 3 February 2010 19:17, Michael Schmidt <michael.schmidt@xxxxxxxxxx> wrote:
Hi,
Q1: How to change the default random password without
accessing the web page?
Change the password:
PASSWORD="newpassword"; \
PASSWORD=`echo -n $PASSWORD | md5sum | awk '{ printf $1 }'`; \
sqlite3 /var/lib/xn-core/xn-web/xn-web.sqlite "UPDATE user SET password
= '$PASSWORD' WHERE username = 'admin'"
Thanks!
Q2: My dom0 is limited to dom0_mem=640M and my
xend-config.sxp will never balloon out (dom0-min-mem 0). So, how to
configure the xn-Suite according to my setup? I'm asking this because
when I install the xn-suite, I see the message:
"Error: memory_dynamic_max must be less than or equal to
memory_static_max"
So, how to setup the memory related stuff?
Regards,
Thiago
Where / from which daemon you get this error message? Mmmm... just after the installation of the Debian package. I don't know which daemon prints this message... I'll do a restart service by service to see... But, only tomorrow...
Thank you!
Best Regards
- Michael Schmidt
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|