search for: asfollows

Displaying 2 results from an estimated 2 matches for "asfollows".

Did you mean: 20follows
2010 Jul 19
0
kvm migration problem
...the local machine's hypervisor as follows and see the localmachines:$virsh # connect qemu:///system $virsh # list Id Name State -------------------------------- 2 VmLinux11 running 3 VMLinux12 running 4 VmLinux13 running Verify connectivity to the hypervisor of the remote target system asfollows:$virsh connect qemu+ssh://host2name/system Attempt the migration as follows:$virsh migrate --live VmLinux13 qemu+ssh://host2name/system Connecting to uri: qemu:///system root at host2name's password: error: Unknown failure the log file on the source physical host gives this:14:57:13.514: error...
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object