search for: nographic

Displaying 20 results from an estimated 384 matches for "nographic".

2013 Jan 25
14
[PATCH] tools: revert to using /var and /etc/
26470:acaf29203cf9 "tools+stubdom: install under /usr/local by default" moved more stuff under /usr/local than was desirable. In particular SYSCONFIG_DIR (configuration for initscripts) moved to /usr/local/etc/{sysconfig,defaults} while the initscripts themselves (correctly) remained in /etc/init.d. Moving /etc/xen/scripts breaks the udev bakcned rules file. Lastly stuff under /var was
2013 Dec 09
1
[PATCH] launch: switch from -nographic to -display none
...1 + 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index ae676c4..eb0e493 100644 --- a/configure.ac +++ b/configure.ac @@ -797,16 +797,16 @@ working. AC_MSG_FAILURE([$QEMU version must be >= 1.0.]) fi - AC_MSG_CHECKING([that $QEMU -nographic -machine accel=kvm:tcg -device ? works]) - if $QEMU -nographic -machine accel=kvm:tcg -device \? >&AS_MESSAGE_LOG_FD 2>&1; then + AC_MSG_CHECKING([that $QEMU -display none -machine accel=kvm:tcg -device ? works]) + if $QEMU -display none -machine accel=kvm:tcg -device \? >...
2013 Dec 02
2
Use of qemu-kvm command line arguments in libguestfs (was: Re: Fwd: ...)
...ec 02, 2013 at 01:17:09AM +0100, Pino Toscano wrote: > On Friday 29 November 2013 18:53:38 you wrote: > > > > I'm marking options with NONE (not used at all), or M (used in > > > > master) and/or RH7 (used in rhel-7.0). > > > > > > > > > * -nographic > > > > > > > > M + RH7 > > > > I guess that could be changed into (roughly) > > > > > > > > if (qemu_supports (g, data, "-display")) > > > > { ADD_CMDLINE ("-display"); ADD_CMDLINE ("none");...
2015 Jun 08
1
[PATCH] qemu-sanity-check.in: Use '-display none' instead of '-nographic'
Upstream QEMU recommends to use '-display none' as opposed to '-nographic' -- which is a "legacy option that does a whole bunch of confusing stuff" (thanks Peter Maydell). Upstream libguestfs already made the switch [1] in DEC-2013. [1] https://github.com/libguestfs/libguestfs/commit/7a41f5c1 -- "launch: switch from -nographic to -display none &q...
2013 Nov 19
0
qemu-dm memory leak?
...http://xen.markmail.org/message/chqpifrj46lxdxx2 DomU by themselves doesn’t use any abnormal memory or swap. To give an overview, currently Dom0 uses 26GB of swap with 8 active domU. Swap per process: Pid Swap Process Uptime 3766 98452 kB qemu-dm -d 29 -domain-name [hostname] -nographic -M xenpv 160 days 6100 276988 kB qemu-dm -d 42 -domain-name [hostname] -nographic -M xenpv 108 days 6790 121620 kB qemu-dm -d 46 -domain-name [hostname] -nographic -M xenpv 95 days 10616 791616 kB qemu-dm -d 51 -domain-name [hostname] -nographic -M xenpv 32 days 11588 3514436 kB qemu-...
2013 Dec 06
0
Re: Use of qemu-kvm command line arguments in libguestfs (was: Re: Fwd: ...)
...+0100, Pino Toscano wrote: > > On Friday 29 November 2013 18:53:38 you wrote: > > > > > I'm marking options with NONE (not used at all), or M (used in > > > > > master) and/or RH7 (used in rhel-7.0). > > > > > > > > > > > * -nographic > > > > > > > > > > M + RH7 > > > > > I guess that could be changed into (roughly) > > > > > > > > > > if (qemu_supports (g, data, "-display")) > > > > > { ADD_CMDLINE ("-display"); A...
2017 Jun 03
0
Re: libvirtd not accepting connections
...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 /...
2009 Apr 23
0
virt-install nographics not working for hvm guest
I'm trying to set up a fully-virtualised CentOS 3.9 guest under 5.3 using kickstart. This doesn't work at all with a text-only install: virt-install -r 384 -n $host -f $dev -v \ -l $loc \ -x ks=http://$kssrv/centos3.ks \ -m $mac --nographics The installer just sits there and hangs after creating the domain. # virt-install ... Starting install... Creating domain... | 0 B 00:00 # I get better results with a graphical install ( s/--nographics/--vnc/), but the kickstart portion of...
1998 Jan 15
1
a -nographics option to R
...quot;DISPLAY") != "") x11() } Is it reasonable to extend that a bit and use .First <- function() { if (interactive() && getenv("DISPLAY") != "" && ! (getenv("R_NOX") != "")) x11() } or something like that then put a -nographics flag into the R script that would set R_NOX. I am encountering the same kind of difficulty that Peter Dalgaard mentioned when working remotely over a slow connection. I'm just checking that the compiled R works properly on the other computer and I don't want to wait for it to spring up t...
2017 Jun 03
2
Re: libvirtd not accepting connections
...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 >...
2016 May 10
1
[PATCH] builder: run/schedule a SELinux relabel if needed
...++ builder/website/scientificlinux.sh | 2 ++ 13 files changed, 41 insertions(+), 1 deletion(-) diff --git a/builder/website/centos.sh b/builder/website/centos.sh index 5217aef..69670fe 100755 --- a/builder/website/centos.sh +++ b/builder/website/centos.sh @@ -96,4 +96,6 @@ virt-install \ --nographics \ --noreboot +DO_RELABEL=1 + source $(dirname "$0")/compress.sh $output diff --git a/builder/website/compress.sh b/builder/website/compress.sh index 2148804..4e09bf3 100644 --- a/builder/website/compress.sh +++ b/builder/website/compress.sh @@ -20,10 +20,26 @@ output=$1 +rel...
2014 Sep 17
2
Re: Need Help
On Wed, Sep 17, 2014 at 07:59:03PM +0530, Priyanka Ranjan wrote: > libguestfs: command: run: /usr/libexec/qemu-kvm > libguestfs: command: run: \ -nographic > libguestfs: command: run: \ -machine accel=kvm:tcg > libguestfs: command: run: \ -device ? > libguestfs: error: /usr/libexec/qemu-kvm exited with error status 1, see > debug messages above > libguestfs: trace: launch = -1 (error) It looks as if qemu is broken on your machine. Wha...
2014 Jan 23
2
Errors Running on Ubuntu 13.10
...les supermin helper [00036ms] finished creating appliance libguestfs: checksum of existing appliance: 9b64713489581d48f30dd83cc66458a1ef2d1a86dbc27d385cac945d7491f121 libguestfs: [00040ms] begin testing qemu features libguestfs: command: run: /usr/bin/qemu-system-x86_64 libguestfs: command: run: \ -nographic libguestfs: command: run: \ -help libguestfs: command: run: /usr/bin/qemu-system-x86_64 libguestfs: command: run: \ -nographic libguestfs: command: run: \ -version libguestfs: qemu version 1.5 libguestfs: command: run: /usr/bin/qemu-system-x86_64 libguestfs: command: run: \ -nographic libguestfs: c...
2008 Dec 12
22
Disabling cirrus-vga
Hi xen developers, Does any of you know how to disable the cirrus-vga emulation for hvm in xen? I have been trying to disable that from the source codes, but even with that, I still see a VGA controller when I boot up my guest domain. In particular, I would like to do this because I am passing through a graphics card to my guest domain using direct pass through. Thanks, - billy
2015 Jan 05
1
Re: use of qemu-kvm --chardev pipe, id=X, path=... argument ?
...hel6.4.0 -cpu n270 -smp 1 -hda /home/rpmbuild/OEL6/img/OEL6_32.img -kernel /home/rpmbuild/OEL6/boot/vmlinuz-2.6.39-400.215.14.el6uek.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 &gt...
2014 Jan 23
3
Re: Errors Running on Ubuntu 13.10
...ng appliance >> libguestfs: checksum of existing appliance: >> 9b64713489581d48f30dd83cc66458a1ef2d1a86dbc27d385cac945d7491f121 >> libguestfs: [00040ms] begin testing qemu features >> libguestfs: command: run: /usr/bin/qemu-system-x86_64 >> libguestfs: command: run: \ -nographic >> libguestfs: command: run: \ -help >> libguestfs: command: run: /usr/bin/qemu-system-x86_64 >> libguestfs: command: run: \ -nographic >> libguestfs: command: run: \ -version >> libguestfs: qemu version 1.5 >> libguestfs: command: run: /usr/bin/qemu-system-x86_6...
2012 Sep 06
2
C6 VM text install not recognizing LV
Hi, I am trying to install a C6 VM on C6 using the text installer using: # virt-install -n C6_1 -r 3072 --os-variant=rhel6 -l \ ftp://ftp.nluug.nl/site/centos.org/CentOS/6.3/os/x86_64/ --disk \ path=/dev/VG1/vm_c6_1 -w network:default --nographics \ -x "console=ttyS0" --autostart /dev/VG1/vm_c6_1 has been successfully created. The installation starts but once I get to the disk partitioning no disk is listed and I cannot continue the installation. Even worse, if I press space on the empty list CPU usage goes up to 100% for the qe...
2015 Jan 28
2
Re: redistribute virtual machines from vps hosting to end users
...have users who're comfortable with CLI, you > can import disk images into libvirt (and which will also be accessible > via `virt-manager`) tribvially: > > $ virt-install --name f21vm --ram 2048 \ > --diskpath=/export/f21vm.qcow2,format=qcow2,cache=writeback \ > --nographics --os-variant fedora21 --import > > (The above has the option '--nographics' because, it's just a small, > server image, but still - when the image is imported into libvirt, it > should be accessible via virt-manager, albiet a headless server.) I can provide single line co...
2014 Sep 13
2
Re: Need Help
Thanks a lot Rechard for your inputs. On Fri, Sep 12, 2014 at 11:23 PM, Richard W.M. Jones <rjones@redhat.com> wrote: > On Fri, Sep 12, 2014 at 10:40:14PM +0530, Priyanka Ranjan wrote: > > Hello Experts, > > > > I need a help from you . I am using CentOS 6.4 and using guestfish > > to modify an ESX image. > > > > I am adding a disk, executing
2009 Sep 01
15
install sxce as paravirtual guest
I have tried to define a domain or using virt-install both failed. Could some one give me the correct command to do this? I used: virt-install --nographics --paravirt --os-type=solaris --os-variant=opensolaris --ram 1024 --name cam-host --disk path=/dev/dsk/c0t600A0B800049E902000008EB4A9CE744d0p0,driver=phy -l /export/media_images/sol-nv-b121-x86-dvd.iso thx, florian