search for: viewers

Displaying 20 results from an estimated 1838 matches for "viewers".

Did you mean: viewer
2015 Sep 26
5
CentOS 6 Xen virt* issues
Hello, I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems: 1) virt-manager fails to start with an error: "D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory" And indeed.. there was no such file. Running
2015 Sep 28
0
CentOS 6 Xen virt* issues
On Sat, Sep 26, 2015 at 7:04 PM, Pasi K?rkk?inen <pasik at iki.fi> wrote: > Hello, > > I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems: > > > 1) virt-manager fails to start with an error: "D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open
2012 Dec 31
1
virt-viewer via ssh to a remote host
Hi, I have a virtualization host running KVM and libvirt 0.9.12 (on Debian unstable). I would like to connect with virt-viewer 0.5.4 from a different host to a domain that has Display Spice configured as graphics interface. I can connect to the KVM host using virsh --connect=qemu+ssh://mh at fan.local/system and start m KVM domain from there, so I guess that authentication is just fine.
2009 Nov 05
2
Problem with pdf graphics device
This code does not work as expected: pdf("foo.pdf") x <- 1:20 y <- sin(x) plot(x,y) dev.off() Instead of little circles at the points I get the letter 'q', and this happens for the default pch, pch=1, pch=21. If I set pch='o' I get the circles, but of course they are not centered. The problem occurs with pdf viewer and with printing under Linux, R 2.10.0.
2005 Aug 26
3
impress viewer for openoffice
Hi, I am attempting to find an openoffice powerpower point viewer. I found imposter but when I run my file it says "Cannot find zip signature". I though I would zip it up an try it again but that did not work either. Also I dont think there is a way from the command line to go fullscreen? not sure. Anyone know of a good power point viewer for centos? or a way to make impress
2005 Dec 18
8
Log viewer for colorized logs
Is there a decent log viewer for colorized log files? less -r for me doesn''t work well, as it sometimes clears the screen. I''d like: * Either a console type less viewer which just removes the colors * Or, even better, a console one which handles the colors without clearing the screen * Or, best of all, a GUI viewer - maybe even with color I use both Windows and Linux.
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
- perform dns lookup on hostname, - randomize local tunnel port - simple autobuild script - bump rpm spec version --- autobuild.sh | 41 +++++++++++++++++++++++++++++++++++++++++ main.c | 14 +++++--------- ovirt-viewer.spec | 9 ++++++++- tunnel.c | 29 ++++++++++++++++++++--------- 4 files changed, 74 insertions(+), 19 deletions(-) create mode 100755
2018 Dec 28
2
LLVM Coverage Viewer
Hi All, I created a CLI tool that converts llvm coverage report JSON to a single HTML file that can be viewed locally. The tool is distributed from npm here https://www.npmjs.com/package/llvm-coverage-viewer . The code is hosted on github here https://github.com/hooddanielc/llvm-coverage-viewer. For any questions or concerns, please let me know or make an issue on github page. Hope this helps,
2010 Jun 17
4
Weird problem with UltraVNC Viewer
Hi everybody, i've been using ultravnc viewer from long time without any problem. Starting from wine-1.2-rc2 when i'm connected to a vnc server i cannot close anymore the viewer window and when I try to close the window it sends an ALT+F4 to the application running in the vnc server !! With wine until version 1.2-rc1 the viewer windows close as expected. In console there are no messages
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
--- autobuild.sh | 40 +++++++++++++++++++++++++++++++++++ autogen.sh | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+), 0 deletions(-) create mode 100755 autobuild.sh diff --git a/autobuild.sh b/autobuild.sh new file mode 100755 index 0000000..8a90a78 --- /dev/null +++ b/autobuild.sh @@ -0,0 +1,40 @@ +#!/bin/sh +#oVirt viewer autobuild
2013 Sep 05
2
Re: [virt-tools-list] Is virsh supposed to work on Windows?
On Thu, Sep 05, 2013 at 06:50:43PM +0200, Christophe Fergeau wrote: > On Wed, Sep 04, 2013 at 04:41:40PM -0300, Fernando Lozano wrote: > > >What version of virsh is included in that msi? Maybe it's just a case > > >of a stale build, for something that has been fixed upstream? > > C:>virsh -V > > Virsh command line tool of libvirt 0.10.2 > > I've
2014 Apr 09
3
Logrotate errors
Hi all, I have a problem with logrotate and I don't know why. In /var/log/messages appears these errors: Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 18:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8
2014 Dec 30
4
Secret incantations for virt-viewer?
Hello everyone - I am trying to use virt-viewer to connect to KVM virtual machines running on a CentOS7 host. It works great when running directly on the host, but I have not been able to figure out the magic connection string to make it work from another computer. On the host, I set selinux to "permissive" and stopped the firewalld service. No change, so it is not related to
2009 Jun 08
2
[PATCH] few minor bugfixes
- perform dns lookup on hostname, - randomize local tunnel port - bump rpm spec version updated to include danpb's feedback regarding getaddrinfo --- main.c | 36 ++++++++++++++++++------------------ ovirt-viewer.spec | 9 ++++++++- tunnel.c | 29 ++++++++++++++++++++--------- 3 files changed, 46 insertions(+), 28 deletions(-) diff --git a/main.c b/main.c index
2013 Jan 10
0
[LLVMdev] Call graph printer/viewer
Hi, I would like viewing the call graph using opt. Right now this is not possible. Indeed, to view the call graph one should tell opt to dump it to a file and then open it with a DOT viewer. So I started adding support for viewing the call graph from opt. Basically, there are 2 alternatives: 1) If you are trying to print/view a graph that is a Function analysis, then exploit
2012 Nov 13
1
virt-viewer X forwarding through ssh broken since FC17 upgrade?
Ever since I upgraded my laptop from FC15 to FC17, I've been getting this message when I ssh to some RHEL6 hosts inside Red Hat. In particular, I'm trying to do this: virt-viewer --connect \ qemu+ssh://kvm11.devlab.phx1.redhat.com/system \ bork-s01.candlepin.dev.devlab.phx1.redhat.com This is the message I get: X11 forwarding request failed on channel 0 A viewer window pops
2005 Feb 27
2
PowerPoint Viewer 2003
PowerPoint Viewer 1997 work nicely, but the installation for PowerPoint Viewer 2003 seems incomplete. It emits a number of fixme:msi warnings. It would be a nice wishlist item. Cheers, Shaun $ wine --version Wine 20041201 $ md5sum ppviewer.exe 1facc59a11680d1f828ed5118a0270b1 ppviewer.exe $ wine ppviewer.exe fixme:msi:MsiInstallProductW L"ppviewer.msi" L""
2016 Jan 29
2
virt-viewer and virt-manager problem
Hello, here is my problem : i migrated an old debian server, with kvm host and guests vm, on a new one (wheezy to jessie). Everything worked fine on this old server. On the new server, i created a storage pool, copy the qcow2 guests files (from the old server) inside this storage pool, copy the xml guests files (from the old server) to /etc/libvirt/qemu , then virsh define guests and virsh
2001 Apr 20
1
Any success with wine 20010418 and MS Office Viewers?
Microsoft has free viewers for MS Word and Excel file formats. Has anyone had any success with these and Wine 20010418? I had some success (could install at least) with the Win16 word viewer, but now I couldn't even install any of them. Wine just locks up. If anyone wants to try it out, I have the 16- and 32-bit versio...
2009 Jul 15
0
[PATCH server] changed vm details pane vnc uri, removed 'Remote Desktop' virt-viewer-plugin link
virt-viewer-plugin is deprecated and will be replaced w/ ovirt-viewer-plugin, vm details pane uri indicates ovirt-viewer should be used with the specified hostname --- src/app/views/vm/show.rhtml | 18 ++++-------------- 1 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/app/views/vm/show.rhtml b/src/app/views/vm/show.rhtml index ffe5055..30b17cb 100644 ---