[ start | index | login ]
start > knowledgebase > linux > misc > xen notes

xen notes

Created by kron. Last edited by kron, 2 years and 308 days ago. Viewed 2,216 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Error creating domain: vbd: Segment not found: uname=file:/path/to/some/file

Check that you're not out of loopback devices. If you are, create some more.

for i in `seq 0 96`; do
        if [ ! -e /dev/loop$i ]; then
                mknod /dev/loop$i b 7 $i
        fi
done
no comments | post comment
Powered by snipsnap.org Found a mistake in a howto? Let us know via an email to p.blikibugs at rimuhosting com.