Confirming Dustin's comment (but went through a bit of debug too and I think that the rsyncing is a bit flawed - not a single server that I admin has remote root access! It also silently fails on the web GUI.
Philipp - copy your keys from /var/lib/eucalyptus/keys/(clustername)/* on your cloudcontroller to /var/lib/eucalyptus/keys on your clustercontroller. I've hit this too (1.6.2 on debian though, fresh install): euca_conf --register-nodes 192.168.101.10 INFO: We expect all nodes to have eucalyptus installed in / for key synchronization. Warning: cannot file file node-cert.pem in //var/lib/eucalyptus/keys/ Warning: cannot file file cluster-cert.pem in //var/lib/eucalyptus/keys/ Warning: cannot file file node-pk.pem in //var/lib/eucalyptus/keys/ I wonder if it's because I tried to use the GUI rather than the CLI to register Walrus and the Cluster? I've written up my fairly detailed notes here: http://smop.co.uk/mediawiki/index.php/Eucalyptus .: total 36 drwxr-xr-x 2 eucalyptus eucalyptus 4096 Mar 10 18:25 ashcluster -rw-r--r-- 1 eucalyptus eucalyptus 1257 Mar 10 18:25 cloud-cert.pem -rw-r--r-- 1 eucalyptus eucalyptus 21578 Mar 10 18:13 euca.p12 -rwxr-xr-x 1 eucalyptus eucalyptus 2834 Feb 15 22:03 nc-client-policy.xml ./examplecluster: total 20 -rw-r--r-- 1 eucalyptus eucalyptus 1265 Mar 10 18:25 cluster-cert.pem -rw-r--r-- 1 eucalyptus eucalyptus 1675 Mar 10 18:25 cluster-pk.pem -rw-r--r-- 1 eucalyptus eucalyptus 1265 Mar 10 18:25 node-cert.pem -rw-r--r-- 1 eucalyptus eucalyptus 1679 Mar 10 18:25 node-pk.pem -rw-r--r-- 1 eucalyptus eucalyptus 512 Mar 10 18:25 vtunpass ... ah, well, kinda. (god Eucalyptus's error handling is absolute shite) I deregistered (and then saved) the cluster from the web gui, then did this: euca_conf --register-cluster example cluster euca.smop.co.uk Trying rsync to sync keys with "euca.smop.co.uk"...The authenticity of host '[euca.smop.co.uk]:1022 ([192.168.101.10]:1022)' can't be established. RSA key fingerprint is 05:88:ec:6b:ea:a0:10:25:7a:62:15:75:2d:19:9a:03. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '[euca.smop.co.uk]:1022,[192.168.101.10]:1022' (RSA) to the list of known hosts. [email protected]'s password: Permission denied, please try again. ... ERROR: failed to sync keys with euca.smop.co.uk; registration will not be complete until keys can be synced, please try again. I have this issue with adding nodes too - basically the fact that it tries to rsync as root to remote hosts fails in _all_ my setups (for obvious security reasons). At least the node registration gives details of how to do this manually. -- node registration breakage due to missing keys https://bugs.launchpad.net/bugs/439087 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
