Submitted by helpmin on Wed, 06/22/2011 - 16:04
I reinstalled Centos 5.6, assigned a fqdn hostname and installed cloudmin 5.5 again.
Cloudmin does the following
Creating DNS zone cloudmin.org ..
Adding zone to BIND configuration file ..
.. done
Is that a bug?
Status:
Active
Comments
Submitted by JamieCameron on Wed, 06/22/2011 - 18:26 Comment #1
That looks fine to me ..
What hostname did you give your system?
Submitted by helpmin on Wed, 06/22/2011 - 18:37 Comment #2
I used a someserver.org hostname. (not cloudmin.org).
Submitted by JamieCameron on Wed, 06/22/2011 - 19:11 Comment #3
The issue is that Cloudmin's installer uses the
hostname -d
command to get your domain name .. which is probably returning.org
as the domain!Normally it would expect your server to be named something like
xen.yourdomain.org
, and so would create the domaincloudmin.yourdomain.org
If you don't have a real domain and are just creating VMs for testing purposes, the fake
cloudmin.org
domain will actually work OK.Submitted by helpmin on Wed, 06/22/2011 - 19:20 Comment #4
I understand. Will reinstall everything and try from scratch again.