Displaying 2 results from an estimated 2 matches for "xendomains_31".
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19 22:45:35.000000000 +0800
@@ -182,11 +182,11 @@ rdnames()
parseln()
{
- if [[ "$1" =~ ''(domain'' ]]; then
+ if [[ "$1" == ''(domain...
2010 Apr 19
0
redhat4.6-32bit DomU with pv driver can''t be saved
Hi all,
I have some problem with xm save/restore in Xen-4.0.0 & linux-2.6.31.13,
First, the /etc/init.d/xendomains seems do not work properly because of bash
version. So I modified it as follow:
root@r02k08027 # diff -up /etc/init.d/xendomains /etc/init.d/xendomains_31
--- /etc/init.d/xendomains 2010-04-08 00:12:04.000000000 +0800
+++ /etc/init.d/xendomains_31 2010-04-19 22:45:35.000000000 +0800
@@ -182,11 +182,11 @@ rdnames()
parseln()
{
- if [[ "$1" =~ ''(domain'' ]]; then
+ if [[ "$1" == ''(domain...