We can correct this bug by adding :

[ "$OS_BASE_NAME" != "Ubuntu 11" ] &&

at line 178 in /usr/share/convirt/install/managed_server/scripts
/convirt-tool

so the code looks like this : 
if [ "$OS_BASE_NAME" != "RedHat 5" ] && [ "$OS_BASE_NAME" != "CentOS 5" ] && [ 
"$OS_BASE_NAME" != "RedHat 6" ] && [ "$OS_BASE_NAME" != "CentOS 6" ] &&
[ "$OS_BASE_NAME" != "Ubuntu 8" ] && [ "$OS_BASE_NAME" != "Ubuntu 9" ] &&
[ "$OS_BASE_NAME" != "Ubuntu 10" ] && [ "$OS_BASE_NAME" != "SLES 10" ] && [ 
"$OS_BASE_NAME" != "Ubuntu 11" ] &&
[ "$OS_BASE_NAME" != "SLES 11" ] && [ "$OS_BASE_NAME" != "Debian 5" ] ; then
   echo "Do not know how to install dependencies for $OS_NAME platform."
   exit 0
fi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/847520

Title:
  ConVirt doen't recognize Ubuntu 11.10 as a supported platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/convirt/+bug/847520/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to