|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] xend start error
Hi Todd,
Its Debian 3.1 and at the top it says #!/bin/bash
Thanks for getting back to me
Ian
From: Todd Deshane [mailto:deshantm@xxxxxxxxx]
Sent: 23 April 2008 23:54
To: Ian Tobin
Cc: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] xend start error
Hi Ian,
On Wed, Apr 23, 2008 at 6:38 PM, Ian Tobin <itobin@xxxxxxxxxxxxx> wrote:
Hi Todd,
I compiled it from source using
my 3.0.4 config file as the basis. I got the source using mericual.
I havn't made any changes to
the files.
Here is the line of 63
[[
"$rootfs" =~ "^nfs" ]] || [[ "$rootopts" =~
"_netdev" ]] && return 0 || return 1
}
What distro are you using?
at the top of the script does it have #!/bin/sh or #!/bin/bash ?
if /bin/sh, check what you /bin/sh symlink points to.
I am off to a meeting, but you could also try to make a simple test bash script
to see if that line works.
Todd
Thanks
Ian
Hi Ian,
On Tue, Apr 22, 2008 at 7:14 AM, Ian Tobin <itobin@xxxxxxxxxxxxx>
wrote:
Hi,
Just installed 3.2 and when I run xend start I get this
/etc/xen/scripts/network-bridge: line 63: conditional binary operator
expected
Any ideas?
Did you take a look at the network-bridge
script? You could post the lines to the list if you need help analyzing.
I am guessing that it is either a change you made in your general configuration,
or that one of the tools or packages you have is slightly off.
It is hard to tell without more information.
When you say you installed Xen 3.2, how did you install it, from where? What
changes to configuration files did you make after installing it? Was it a fresh
install or an upgrade?
Cheers,
Todd
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|