0

I'm trying to create new VM using vmbuilder:

vmbuilder kvm ubuntu --suite=natty (...)

But i get following error:

VMBuilder.exception.VMBuilderUserError: Invalid suite: "natty". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick

Is there any way to workaround this (i.e. by installing vmbuilder from natty)?

Maciek Sawicki
  • 790
  • 1
  • 8
  • 21

2 Answers2

0

Your version of vmbuilder does not support natty yet. I'm using the 0.12.4.r455 from the daily ppa, but even this version does not support natty yet.

You could try backporting the vm-builder version from natty, but I don't if that would work.

dbanck
  • 403
  • 1
  • 3
  • 9
-1

you can use --suite=natty option. Make sure to give valid mirror to retrieve the release. i.e. use the option --mirror=http://your-mirror-url/ubuntu/

sajith
  • 1
  • 1
    doesn't work for me: VMBuilder.exception.VMBuilderUserError: Invalid suite: "natty". Valid suites are: dapper gutsy hardy intrepid jaunty karmic lucid maverick. Of course i have valid mirror. – Maciek Sawicki Oct 25 '11 at 13:32