Re: [libvirt] error: internal error canonical hostname pointed to localhost, but this is not allowed

2010-03-24 Thread Chris Lalancette
On 03/23/2010 11:00 AM, Kenneth Nagin wrote: Changing qemudDomainMigratePrepare2 call to virGetHostnameLocalhost from: if ((hostname = virGetHostnameLocalhost(0)) == NULL) to: if ((hostname = virGetHostnameLocalhost(1)) == NULL) seems to fix the problem. But maybe this is only masking a

Re: [libvirt] error: internal error canonical hostname pointed to localhost, but this is not allowed

2010-03-24 Thread Cole Robinson
On 03/24/2010 09:36 AM, Chris Lalancette wrote: On 03/23/2010 11:00 AM, Kenneth Nagin wrote: Changing qemudDomainMigratePrepare2 call to virGetHostnameLocalhost from: if ((hostname = virGetHostnameLocalhost(0)) == NULL) to: if ((hostname = virGetHostnameLocalhost(1)) == NULL) seems to fix

Re: [libvirt] error: internal error canonical hostname pointed to localhost, but this is not allowed

2010-03-24 Thread Chris Lalancette
On 03/24/2010 03:36 PM, Cole Robinson wrote: On 03/24/2010 09:36 AM, Chris Lalancette wrote: On 03/23/2010 11:00 AM, Kenneth Nagin wrote: Changing qemudDomainMigratePrepare2 call to virGetHostnameLocalhost from: if ((hostname = virGetHostnameLocalhost(0)) == NULL) to: if ((hostname =