|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Hotplug script not working
On Tue, Nov 08, 2005 at 05:49:47PM -0600, Hien Nguyen wrote:
> I saw the script "xen-network-common.sh" that used `/sbin/getcfg -d
> /etc/sysconfig/network/ -f ifcfg- -- $1` to get info of netwoerk config.
> That is specific to SLES9 systems. For RHEL4 or FC3/4 they don't have
> /sbin/getcfg and /etc/sysconfig/network/ dir. That's why the script exited
> with RC=1.
That line is protected with "if [ -e /etc/SuSE-release ]". If you are using
Redhat then that file should not exist, and that code should not be run.
Ewan.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|