search for: nodefault

Displaying 20 results from an estimated 279 matches for "nodefault".

Did you mean: nodefaults
2017 Jun 03
0
Re: libvirtd not accepting connections
...8) >> http://libvirt.org >> Main PID: 5965 (libvirtd) >> Tasks: 23 (limit: 4915) >> Memory: 128.2M >> CPU: 411ms >> CGroup: /system.slice/libvirtd.service >> ├─1537 /usr/bin/qemu-system-arm -S -no-user-config >> -nodefaults -nographic -M none -qmp >> unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n >> ├─1638 /usr/bin/qemu-system-arm -S -no-user-config >> -nodefaults -nographic -M none -qmp >> unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n >>...
2017 Jun 03
2
Re: libvirtd not accepting connections
...ago > Docs: man:libvirtd(8) > http://libvirt.org > Main PID: 5965 (libvirtd) > Tasks: 23 (limit: 4915) > Memory: 128.2M > CPU: 411ms > CGroup: /system.slice/libvirtd.service > ├─1537 /usr/bin/qemu-system-arm -S -no-user-config >-nodefaults -nographic -M none -qmp >unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n > ├─1638 /usr/bin/qemu-system-arm -S -no-user-config >-nodefaults -nographic -M none -qmp >unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n > ├─5965 /usr/sbin/li...
2010 May 01
1
Issues after migrating from Xen to KVM
...ble* *The corresponding process: /usr/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 1024 -smp 1,sockets=1,cores=1,threads=1 \ -name server01 -uuid e382c360-23bd-b400-0b89-9a1e69613ec4 -nographic \ -nodefaults -chardev socket,id=monitor,path=/usr/local/libvirt/var/lib/libvirt/qemu/server01.monitor,server,nowait \ -mon chardev=monitor,mode=readline -rtc base=utc -boot c -drive file=/dev/xen_vol/xen_opensol,if=none,id=drive-ide0-0-0,boot=on \...
2013 Oct 17
4
Notes on getting libguestfs to work on Mac OS X
...replace if (!(*xdrp) (&xdr, args)) -> if (!(*xdrp) (&xdr, args, 0)) - src/proto.c: replace if (xdrp && ret && !xdrp (&xdr, ret)) -> if (xdrp && ret && !xdrp (&xdr, ret, 0)) - src/launch-direct.c: comment out - if (qemu_supports (g, data, "-nodefaults")) ADD_CMDLINE ("-nodefaults"); [This works around a qemu bug: qemu: qemu_mutex_lock: Invalid argument when using the -nodefaults parameter] - fuse/guestunmount.c: replace execlp ("fusermount", "fusermount", "-u", mountpoint, NULL); -> execlp (&q...
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...6uek.i686 -initrd /home/rpmbuild/OEL6/boot/initramfs-2.6.39-400.215.14.el6uek.i686.img -append 'root=/dev/sda rw selinux=0 enforcing=0 console=0' -m 2048 -k en-gb -nographic -vga none -vnc none -enable-kvm -chardev pipe,id=0,path=/tmp/el6x32 -chardev tty,id=1,path=/dev/pts/4 -monitor stdio -nodefaults QEMU 0.12.1 monitor - type 'help' for more information (qemu) info status VM status: running (qemu) In another terminal I connect to the input pipe: $ cat >>/tmp/el632.in But no output appears on the /tmp/el6x32.out pipe , regardless of what is typed on the input pipe . I want...
2014 Feb 18
3
Re: Problems with qemu-system-arm and isa-serial
...-5-versatile > > qemu-system-arm: -device isa-serial: No 'ISA' bus found for device 'isa-serial' > > > > How can I instead have -device pl011, or just have the default > > devices provided by qemu-system-arm, i.e. to prevent libvirt from > > adding the -nodefaults switch? > > > > libvirt adds -nodefault and similar options (and has to add them) > because otherwise there are devices which libvirt doesn't know of and > is thus unable to work properly. I found one small thing in the code > which might help you, I'll cook-up a patc...
2014 Feb 17
2
Problems with qemu-system-arm and isa-serial
...-device isa-serial \ -kernel vmlinuz-2.6.32-5-versatile qemu-system-arm: -device isa-serial: No 'ISA' bus found for device 'isa-serial' How can I instead have -device pl011, or just have the default devices provided by qemu-system-arm, i.e. to prevent libvirt from adding the -nodefaults switch? Thank you! -- Niccolo Rigacci - http://www.rigacci.net/ Campi Bisenzio - Firenze - Italy Tel. Office: +39-055-9331021, Mobile: +39-327-5619352
2017 Jun 03
0
Re: libvirtd not accepting connections
...Sat 2017-06-03 09:12:19 EDT; 8min ago Docs: man:libvirtd(8) http://libvirt.org Main PID: 5965 (libvirtd) Tasks: 23 (limit: 4915) Memory: 128.2M CPU: 411ms CGroup: /system.slice/libvirtd.service ├─1537 /usr/bin/qemu-system-arm -S -no-user-config -nodefaults -nographic -M none -qmp unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n ├─1638 /usr/bin/qemu-system-arm -S -no-user-config -nodefaults -nographic -M none -qmp unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,n ├─5965 /usr/sbin/libvirtd...
2017 Jun 02
2
Re: libvirtd not accepting connections
On 06/02/2017 09:43 AM, Martin Kletzander wrote: > [adding back the ML, you probably hit reply instead of reply-all, this > way other people might help if they know more] > > On Fri, Jun 02, 2017 at 08:10:01AM -0400, Michael C. Cambria wrote: >> >> Hi, >> >> libvirtd never seems to get notified that there is work to do. journalct >> -f indicated that
2013 Oct 17
2
Re: Notes on getting libguestfs to work on Mac OS X
...lace - if (!(*xdrp) (&xdr, args)) -> if (!(*xdrp) (&xdr, args, 0)) - src/proto.c: replace - if (xdrp && ret && !xdrp (&xdr, ret)) -> if (xdrp && ret && !xdrp (&xdr, ret, 0)) - src/launch-direct.c: comment out - if (qemu_supports (g, data, "-nodefaults")) ADD_CMDLINE ("-nodefaults"); - fuse/guestunmount.c: replace - execlp ("fusermount", "fusermount", "-u", mountpoint, NULL); -> execlp ("/sbin/umount", "fusermount", mountpoint, NULL); - fuse/guestunmount.c: replace - execlp (&q...
2013 Oct 09
6
Processed: Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
Processing commands for xen@bugs.xenproject.org: > create ^ Created new bug #20 rooted at `<1571692646.20131009000945@eikelenboom.it>'' Title: `Re: [HVM} xen_platform_pci=0 doesn''t prevent platform device creation and disk and nic take over by PV drivers.'' > title it xen_platform_pci=0 doesn''t work with qemu-xen Set title for #20 to
2013 Dec 09
1
[PATCH] launch: switch from -nographic to -display none
...[yes]) else AC_MSG_RESULT([no]) diff --git a/src/launch-direct.c b/src/launch-direct.c index 8d0d8ce..f45f582 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c @@ -349,7 +349,8 @@ launch_direct (guestfs_h *g, void *datav, const char *arg) if (qemu_supports (g, data, "-nodefaults")) ADD_CMDLINE ("-nodefaults"); - ADD_CMDLINE ("-nographic"); + ADD_CMDLINE ("-display"); + ADD_CMDLINE ("none"); #ifdef MACHINE_TYPE ADD_CMDLINE ("-M"); @@ -918,7 +919,8 @@ test_qemu (guestfs_h *g, struct backend_direct_data *...
2011 Feb 10
2
Start domain with usable QMP connection?
...nnect to it via QMP (without hacking the code)? The command line that libvirt creates for my current setup looks like this: /usr/local/bin/qemu-system-x86_64 -S -M pc-0.12 -enable-kvm -m 512 -smp 1,sockets=1,cores=1,threads=1 -name winxpsp2 -uuid ab244939-c804-1aff-68b6-9324f174c3c8 -nodefconfig -nodefaults -chardev socket,id=monitor,path=/usr/local/var/lib/libvirt/qemu/winxpsp2.monitor,server,nowait -mon chardev=monitor,mode=control -rtc base=localtime -boot c -drive file=/var/lib/libvirt/images/winxpsp2.img,if=none,id=drive-ide0-0-0,format=raw -device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0...
2017 Jun 03
2
Re: libvirtd not accepting connections
...go > Docs: man:libvirtd(8) > http://libvirt.org > Main PID: 3246 (libvirtd) > Tasks: 21 (limit: 4915) > Memory: 107.4M > CPU: 300ms > CGroup: /system.slice/libvirtd.service > ├─3158 /usr/bin/qemu-system-i386 -S -no-user-config >-nodefaults -nographic -M none -qmp >unix:/var/lib/libvirt/qemu/capabilities.monitor.sock,server,nowait >-pidfile /var/lib/libvirt/qemu/capabilities. > ├─3160 /usr/bin/qemu-system-i386 -S -no-user-config >-nodefaults -nographic -M none -qmp >unix:/var/lib/libvirt/qemu/capabilities.mo...
2018 Nov 30
1
[PATCH] Replace -nodefconfig with -no-user-config.
...2v/build-p2v-iso.sh b/contrib/p2v/build-p2v-iso.sh index ae25cebc8..2c6bd105b 100755 --- a/contrib/p2v/build-p2v-iso.sh +++ b/contrib/p2v/build-p2v-iso.sh @@ -139,7 +139,7 @@ virt-builder $osversion --arch $arch \ --selinux-relabel # Run the guest. -qemu-system-x86_64 -nodefconfig -nodefaults -nographic \ +qemu-system-x86_64 -no-user-config -nodefaults -nographic \ -no-reboot \ -machine accel=kvm:tcg \ -cpu host \ diff --git a/contrib/p2v/test-p2v-iso.sh b/contrib/p2v/test-p2v-iso.sh index cdc4a5412..ff6453b79 100755 --- a/con...
2011 Dec 11
5
New Guess OS Creation Problem
...the VM log file -- Log start -- 2011-12-12 00:23:39.485: starting up LC_ALL=C PATH=/sbin:/usr/sbin:/bin:/usr/bin QEMU_AUDIO_DRV=none /usr/libexec/qemu-kvm -S -M rhel6.1.0 -enable-kvm -m 4096 -smp 1,sockets=1,cores=1,threads=1 -name database -uuid f3e9f320-7826-7e50-94bb-1833f7fd9dfb -nodefconfig -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/database.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-reboot -drive file=/opt/cibai/database,if=none,id=drive-ide0-0-0,format=raw,cache=none,aio=threads -device ide-drive,bus=ide.0,unit=0,drive=dr...
2014 Feb 12
3
Debugging nested KVM guest (L2) booting with libguestfs/gdb
...eration case Try a couple more things ------------------------ - Run `qemu-sanity-check` in L1 -- Of course, this fails too. - Invoke (from a different shell, as root) QEMU directly with gdb debugging options -s -S with KVM on L1: $ qemu-system-x86_64 -s -S -nographic -nodefconfig \ -nodefaults -machine accel=kvm -m 4000 \ -drive file=/home/tuser1/vmimages/fedora-20.qcow2,if=ide,format=qcow2,cache=none \ -serial stdio Result: Just hung there. Tru with TCG: $ qemu-system-x86_64 -s -S -nographic -nodefconfig \ -nodefaults -machine accel=tcg -m 4000 \ -drive fi...
2017 Apr 27
2
Libvirtd freezes
...on 7.9 and that all checks pass without errors. The strange thing is that the libvirtd process starts without errors but has arrived at the qemu process launch to understand the system's capabilities freezes until the following process is killed /usr/bin/qemu-system-x86_64 -S -none-user-config -nodefaults -nographic -machine none, accel = kvm: tcg -qmp unix: /var/lib/libvirt/qemu/capabilities.monitor.sock,server,nowait-pidfile/var/lib/libvirt/qemu/capabilities.Pidfile -daemonize, since that time libvirtd resumes running and can be used with virsh. Performing qemu independently of libvirt works regu...
2013 Nov 17
2
Unable to use more than 4 serial devices at once.
...Devices* 2013-11-17 17:37:45.901+0000: starting up LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin QEMU_AUDIO_DRV=none /usr/bin/kvm -name Ubuntu12.04-Cisco -S -M pc-1.0 -m 1024 -smp 2,sockets=2,cores=1,threads=1 -uuid 1837c56f-6f84-2abe-8bdd-d7c974803b84 -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/Ubuntu12.04-Cisco.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown -device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive file=/mnt/DiskRepo/Ubuntu12.04-TFTP.qcow2,if=none,id=drive-virti...
2017 Jun 05
2
Re: libvirtd not accepting connections
...u can try installing from source, but putting it in /usr/bin, you can also remove that installation, put back the one from the package and try running: { for i in qmp_capabilities query-commands quit; do echo "{'execute':'$i'}"; done } | qemu-system-x86_64 -nographic -nodefaults -no-user-config -M none -qmp stdio And see whether the QEMU process quits, what it outputs and if it gets stuck, you can attach gdb and see what it's waiting for. Or maybe try running it with strace. You can also do a thing I used to do a lot. You can rename /usr/bin/qemu-system-x86_64 (...