|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Free XEN / DomU management software
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'"
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?
Best Regards
- Michael Schmidt
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|