Can't start KVM guest

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I use Virtual Machine Manager (virt-manager).
Host - Ubuntu 18.04.
Guest - Windows. After first shutdown I can't start it.
Error message:
Error starting domain: Requested operation is not valid: network 'default' is not active
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
virtualization kvm virtual
add a comment |Â
up vote
0
down vote
favorite
I use Virtual Machine Manager (virt-manager).
Host - Ubuntu 18.04.
Guest - Windows. After first shutdown I can't start it.
Error message:
Error starting domain: Requested operation is not valid: network 'default' is not active
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
virtualization kvm virtual
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
1
Start the virtual networkdefaultand, if it fails to start, also post the error that you receive.
â Michael Hampton
May 15 at 0:26
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I use Virtual Machine Manager (virt-manager).
Host - Ubuntu 18.04.
Guest - Windows. After first shutdown I can't start it.
Error message:
Error starting domain: Requested operation is not valid: network 'default' is not active
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
virtualization kvm virtual
I use Virtual Machine Manager (virt-manager).
Host - Ubuntu 18.04.
Guest - Windows. After first shutdown I can't start it.
Error message:
Error starting domain: Requested operation is not valid: network 'default' is not active
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 89, in cb_wrapper
callback(asyncjob, *args, **kwargs)
File "/usr/share/virt-manager/virtManager/asyncjob.py", line 125, in tmpcb
callback(*args, **kwargs)
File "/usr/share/virt-manager/virtManager/libvirtobject.py", line 82, in newfn
virtualization kvm virtual
asked May 14 at 22:27
R S
7251130
7251130
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
1
Start the virtual networkdefaultand, if it fails to start, also post the error that you receive.
â Michael Hampton
May 15 at 0:26
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28
add a comment |Â
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
1
Start the virtual networkdefaultand, if it fails to start, also post the error that you receive.
â Michael Hampton
May 15 at 0:26
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
1
1
Start the virtual network
default and, if it fails to start, also post the error that you receive.â Michael Hampton
May 15 at 0:26
Start the virtual network
default and, if it fails to start, also post the error that you receive.â Michael Hampton
May 15 at 0:26
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036297%2fcant-start-kvm-guest%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
is default a bridge or an actual interface? Did you give the thing a network in the first place? Use virsh dumpxml <vm name> and see what shows up related to networking
â sbergeron
May 15 at 0:03
1
Start the virtual network
defaultand, if it fails to start, also post the error that you receive.â Michael Hampton
May 15 at 0:26
@Michael Hampton you're right. Thank you very much.
â R S
May 15 at 0:39
@sbergeron I already solved: just had to start virtual network, but where I was supposed to write those commands ?
â R S
May 15 at 0:40
@Michael would you mind to post it as answer ?
â R S
May 16 at 17:28