Wednesday, January 17, 2007

xen error: Error: Device 0 (vif) could not be connected. Backend device not found.

Currently, I'm working on setting up Xen 3.0.3 on Debian Etch 64-bit. I installed the debian packages rebooted and used xen-tools to create a Debian etch guest domain. When I used xm create -c debian_etch_guest.cfg vmid=1 I got the following error:

Error: Device 0 (vif) could not be connected. Backend device not found.

I googled for the error and didn't immediately find a solution to the problem (it may still be there in the search results), but as it turned out, the only thing I needed to do was install bridge-utils:

apt-get install bridge-utils

That's it, now the guest domain boots without a problem.

Labels: , , ,

1 Comments:

At June 17, 2008 1:56 PM , Anonymous Anonymous said...

Hmm, I have the same error, but the suggested package is already installed :-(

Ia already trying to get xen to work since an hour.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home