-
Notifications
You must be signed in to change notification settings - Fork 122
novm command error #28
Comments
If you want to run something in one instance, you should do like: novm run --id 20144 WhatYouWantToRun |
like this?: |
@foxwang |
tks |
Are you sure you have /dev/kvm and a new enough kernel? The best way to debug is run the following command: novm --debug create --nofork --com1 |
I think I'm having the same issue on ubuntu 14.04: |
Am having errors as well on creating containers and executing commands:
|
root@ubuntu:/home/fox/novm# novm kernels
| id | url | timestamp | release | name |
| e4a4937c6cf0c769af670ebf6df1a2eb2a001995 | file:///tmp/tmpoFu5Jj | Mon Jan 12 00:51:20 2015 | 3.13.0-32-generic | |
root@ubuntu:/home/fox/novm# novm --debug create --kernel e4a4937c6cf0c769af670ebf6df1a2eb2a001995 --name test
20182
root@ubuntu:/home/fox/novm# novm list
root@ubuntu:/home/fox/novm# novm run 20144
error: "{'name': None}"
root@ubuntu:/home/fox/novm#
root@ubuntu:/home/fox/novm# uname -an
Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
root@ubuntu:/home/fox/novm# go version
go version go1.2.1 linux/amd64
The text was updated successfully, but these errors were encountered: