Changes between Version 7 and Version 8 of FAQ
- Timestamp:
- 02/25/11 15:03:51 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v7 v8 71 71 72 72 ''Answer'': Install a recent version of libtorrent-rasterbar including (!) python bindings. 73 74 == All LXGEds are running, but the XGE aborts with Connection refused == 75 76 ''Question'': The XGE is running and reports that all LXGEds are running and I can see the processes on the local systems. Although, when the XGE tries to deploy a VM disk image, I see a ''Connection Refused'' exception. 77 78 ''Answer'': Make sure that you do not have an entry, similar to the following, in your `/etc/hosts` file on all compute des: 79 80 {{{ 81 hostname 127.0.0.1 82 }}} 83 84 All LXGEds try to resolve their own IP address based on the host name. If the host name maps to 127.0.0.1, the LXGe binds to localhost and thus, is not available for the XGE.