Displaying 20 results from an estimated 1858 matches for "viewer".
Did you mean:
viewed
2015 Sep 26
5
CentOS 6 Xen virt* issues
...uot;/var/lib/dbus/machine-id": No such file or directory"
And indeed.. there was no such file. Running command "dbus-uuidgen --ensure" fixed it, and virt-manager starts OK after that. So this was more for the mailinglist archives, if someone else meets the same issue.
2) virt-viewer doesn't work anymore.
It seems in el6.6 virt-viewer was version 0.6.0-11, but now in el6.7 it's 2.0-7, with a lot of changes..
If I try to use virt-viewer and run "virt-viewer <testvm>" command, I get an error popup dialog saying "Failed to connect: Display can only...
2015 Sep 28
0
CentOS 6 Xen virt* issues
....
That's a bit strange -- maybe there was a post-processing thing added
to 6.7 that does this, which my package lacks. I'll take a look at it
when I get a chance.
(Or let me know and I'll post the virt-manager source so you can look
at it and maybe send a pull request!)
> 2) virt-viewer doesn't work anymore.
>
> It seems in el6.6 virt-viewer was version 0.6.0-11, but now in el6.7 it's 2.0-7, with a lot of changes..
>
> If I try to use virt-viewer and run "virt-viewer <testvm>" command, I get an error popup dialog saying "Failed to connect:...
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.
However,
virt-viewer --connect=qem...
2009 Nov 05
2
Problem with pdf graphics device
...uot;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.
Everything works as expected if I use other display devices.
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...
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 al...
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 autobuild.sh
diff --git a/autobuild.sh b/autobuild.sh
new file mode 100755
index 0000000..a646a83
--- /dev/null
+++ b/autobuild.sh
@@ -0,0 +1,41 @@...
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,
Danny Hood
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists....
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 clo...
2009 Jun 01
0
[PATCH viewer] ovirt viewer autobuild.sh
...++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 script
+#
+# Copyright (C) 2008 Red Hat, Inc.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in...
2013 Sep 05
2
Re: [virt-tools-list] Is virsh supposed to work on Windows?
...ote:
> > >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 pushed test builds of mingw-virt-viewer packaging libvirt 1.1.2 if you want
> to give them a try to see if they work better (disclaimer: I haven't tested
> these installers at all).
Pushed to http://teuf.fedorapeople.org/virt-viewer-msi/ ;)
Christophe
2014 Apr 09
3
Logrotate errors
...plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8 22:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
Apr 8 23:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1]
It seems the problem if with this logrotate.conf (executed every hour):
create
dateext
/srv/www2/logs/viewer.log {
size 512k
create 0640 www www
missingok
rotate 7
compress
delaycompress
copytruncate
notifempty
}
Doing a debug:
[root at www02 ~]# logrotate /data/config/etc/logrotate.conf -dv
reading config file /data/config/etc/logrotate.conf
reading config info for /nsm/moloch/l...
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 firewal...
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 2962f3f..23af6fa 100644
--- a/main.c
+++ b/main.c
@@ -36,6 +36,8 @@
#include <netinet/in.h>
#endif
+#include <arpa/inet....
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 DOTGraphTraits{Viewer,Printer}
* lib/Analysis/DomPrinter.cpp
* lib/Analysis/RegionPrinter.cpp
2) Ot...
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 up for a fraction of a second and then
goes away.
Using -vvvv on the local ssh command...
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
fixm...
2016 Jan 29
2
virt-viewer and virt-manager problem
...ver.
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 start guests.
Every guests works fine.
My problem is about virt-viewer and virt-manager
when i connect from my station to my kvm host from ssh (ssh -X
192.168.151.248). I cant use virt-manager or virt-user
virt-manager display all the guests but i cant display the guest itself
or the guest informations
virt-viewer open a blanck window
when i do vncviewer 192.168.15...
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
versi...
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....