Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Dieser Beitrag wurde bereits 3 mal editiert, zuletzt von »boospy« (03.09.2013, 19:22)
Quellcode |
|
1 2 3 4 |
virt-install --connect qemu:///system -n foo -r 512 --vcpus=1 -f /var/lib/libvirt/images/festplatte1.img -s 12 --vnc --cdrom /dev/sr0 --noautoconsole --os-type linux --accelerate --network=bridge:br0,model=virtio -m 00:00:00:00:00:07 -k de Starting install... Allocating 'festplatte1.img' | 12 GB 00:00 |
Quellcode |
|
1 2 3 |
tail -f /var/log/libvirt/qemu/foo.log 2012-09-01 16:31:43.413+0000: starting up LC_ALL=C PATH=/bin:/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.5.4 HOME=/root USER=root QEMU_AUDIO_DRV=none /usr/bin/qemu-kvm -name foo -S -M pc-1.1 -enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -uuid 22787d41-ae43-1421-b695-0cbc3062fa3c -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/foo.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-reboot -no-shutdown -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/var/lib/libvirt/images/festplatte1.img,if=none,id=drive-ide0-0-0,format=raw -device ide-hd,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=2 -drive file=/dev/sr0,if=none,id=drive-ide0-1-0,readonly=on,format=raw -device ide-cd,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=1 -netdev tap,fd=18,id=hostnet0,vhost=on,vhostfd=19 -device virtio-net-pci,netdev=hostnet0,id=net0,mac=00:00:00:00:00:07,bus=pci.0,addr=0x3 -chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -vnc 127.0.0.1:0 -k de -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x4 |
Quellcode |
|
1 2 |
app-emulation/libvirt-0.9.13-r1 app-emulation/qemu-kvm-1.1.1-r1 |
Quellcode |
|
1 2 3 4 5 6 7 |
2012-09-01 18:44:39.502+0000: 9021: error : virNetSocketReadWire:1003 : End of file while reading data: Eingabe-/Ausgabefehler 2012-09-01 18:45:08.662+0000: 9021: error : virNetSocketReadWire:1003 : End of file while reading data: Eingabe-/Ausgabefehler 2012-09-01 18:45:21.166+0000: 9021: error : virNetSocketReadWire:1003 : End of file while reading data: Eingabe-/Ausgabefehler 2012-09-01 18:45:29.419+0000: 9023: error : virCommandHandshakeWait:2497 : Child quit during startup handshake: Eingabe-/Ausgabefehler 2012-09-01 18:48:34.983+0000: 9028: error : virConnectNumOfNetworks:9615 : this function is not supported by the connection driver: virConnectNumOfNetworks 2012-09-01 18:48:35.142+0000: 9707: info : libvirt version: 0.9.13 2012-09-01 18:48:35.142+0000: 9707: warning : ebiptablesDriverInit:4157 : Could not find 'ebtables' executable |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »boospy« (01.09.2012, 20:49)
net-firewall/ebtables installiert?
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
2012-09-02 11:17:18.267+0000: 25634: info : libvirt version: 0.9.13 2012-09-02 11:17:18.267+0000: 25634: error : virCommandWait:2314 : Interner Fehler Child process (/bin/sh -c EBT=/sbin/ebtables cmd='$EBT -t nat -L' eval res=\$\("${cmd} 2>&1"\) if [ $? -ne 0 ]; then echo "Failure to execute command '${cmd}' : '${res}'."; exit 1;fi ) status unexpected: exit status 1 2012-09-02 11:17:18.267+0000: 25634: error : ebiptablesDriverInit:4154 : Testing of ebtables command failed: Failure to execute command '$EBT -t nat -L' : 'The kernel doesn't support the ebtables 'nat' table.'. 2012-09-02 11:17:18.277+0000: 25634: warning : virSecurityManagerNew:136 : Configured security driver "none" disables default policy to create confined guests |
Quellcode |
|
1 2 3 4 5 6 7 8 9 |
emu/qemu_migration.c:1184:29: warning: unused variable 'priv' [-Wunused-variable] make[3]: *** [libvirt_driver_qemu_la-qemu_process.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... At top level: cc1: warning: unrecognized command line option "-Wno-suggest-attribute=const" cc1: warning: unrecognized command line option "-Wno-suggest-attribute=pure" At top level: cc1: warning: unrecognized command line option "-Wno-suggest-attribute=const" cc1: warning: unrecognized command line option "-Wno-suggest-attribute=pure" |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »boospy« (08.09.2012, 11:14)
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »josef.95« (08.09.2012, 13:08)
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »boospy« (09.09.2012, 00:04)
Der Fehler beim Bau von libvirt tritt auf, weil numa deaktiviert ist (HAVE_NUMACTL ist 0).
Ist das "numa" USE aktiviert?