[xen-tools-discuss] PATCH: networking broken on ubuntu gutsy
Mike Bailey
mike at bailey.net.au
Thu Sep 4 14:01:38 CEST 2008
Hi there,
Firstly, thanks Steve for a project I've found very useful. I owe you a
couple of pints!
Now the patch,
Networking fails to start on a new ubuntu host.
The networking on debian/ubuntu doesn't get setup correctly due to single
quotes where there should be double quotes in the hook script.
patch attached (and below).
- Mike
Version tested: http://xen-tools.org/software/xen-tools/xen-tools-3.9.tar.gz
--- hooks/edgy/40-setup-networking 2008-02-02 06:31:50.000000000 +1100
+++ hooks/edgy/40-setup-networking.new 2008-09-04 21:45:23.000000000
+1000
@@ -72,7 +72,7 @@
#
bcast='';
if [ ! -z "${broadcast}" ]; then
- bcast=' broadcast ${broadcast}'
+ bcast=" broadcast ${broadcast}"
fi
#
More information about the xen-tools-discuss
mailing list