Displaying 20 results from an estimated 1100 matches similar to: "Secret incantations for virt-viewer?"
2014 Dec 30
0
Secret incantations for virt-viewer?
I use
--connect=qemu+ssh://root at host.company.tl/system virtualname
greetings
Patrick
Op 30-12-14 om 15:46 schreef Bill Gee:
> 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
2014 Dec 30
3
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva <
marcelo-centos at irrigacion.gov.ar> wrote:
> On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net> wrote:
>
> > 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
2014 Dec 30
0
Secret incantations for virt-viewer?
On Tuesday, December 30, 2014 13:01:57 SilverTip257 wrote:
> On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva <
>
> marcelo-centos at irrigacion.gov.ar> wrote:
> > On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net> wrote:
> > > Hello everyone -
> > >
> > > I am trying to use virt-viewer to connect to KVM virtual machines
2015 Jan 02
2
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 4:08 PM, Bill Gee <bgee at campercaver.net> wrote:
>
> Thanks! I changed the qemu.conf file to listen on 0.0.0.0. That works -
> I can
> connect to the virtual machines using a VNC client.
>
Listening on 0.0.0.0 listens on all network interfaces.
Mark's comment is not a major concern unless your KVM host is directly
connected to the Internet (no
2014 Dec 30
0
Secret incantations for virt-viewer?
On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net> wrote:
> 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.
>
2014 Dec 30
0
Secret incantations for virt-viewer?
On Tuesday, December 30, 2014 16:15:45 m.roth at 5-cent.us wrote:
> Bill Gee wrote:
> > On Tuesday, December 30, 2014 13:01:57 SilverTip257 wrote:
> >> On Tue, Dec 30, 2014 at 9:58 AM, Marcelo Roccasalva <
> >>
> >> marcelo-centos at irrigacion.gov.ar> wrote:
> >> > On Tue, Dec 30, 2014 at 11:46 AM, Bill Gee <bgee at campercaver.net>
2015 Jan 02
0
Secret incantations for virt-viewer?
Hi Mike - Comments inline below.
On Thursday, January 01, 2015 19:54:53 SilverTip257 wrote:
> On Tue, Dec 30, 2014 at 4:08 PM, Bill Gee <bgee at campercaver.net> wrote:
> > Thanks! I changed the qemu.conf file to listen on 0.0.0.0. That works -
> > I can
> > connect to the virtual machines using a VNC client.
>
> Listening on 0.0.0.0 listens on all network
2024 Nov 09
1
NUT stopped working after an upgrade
Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora
package. CyberPower CP1000AVRLCD connected by USB.
I updated the system yesterday with all the latest Fedora packages. Now
NUT will not run. Chasing the issue through the layers, I come to this:
=====================
[root at mythtv rules.d]# upsc cyberpower
Error: Driver not connected
[root at mythtv rules.d]#
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
2024 Nov 09
1
NUT stopped working after an upgrade
Nut should be running as user nut. As far as I can tell, the udev rules
have not changed. And the system IS seeing the UPS at a low level.
I looked through /dev/ but did not see a device that jumps out as the UPS.
=====================
[root at mythtv rules.d]# dmesg | grep -i 0764
[ 2.021485] usb 1-1.8: New USB device found, idVendor=0764,
idProduct=0501, bcdDevice= 0.01
[ 2.049515]
2024 Nov 09
1
NUT stopped working after an upgrade
Did the upgrade by chance install/alter any udev rules causing the UPS devices to now have incorrect permissions? And what user is nut running as?
On November 9, 2024 9:58:57 AM EST, Bill Gee <bgee at campercaver.net> wrote:
>Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora package. CyberPower CP1000AVRLCD connected by USB.
>
>I updated the system yesterday
2024 Nov 10
2
NUT stopped working after an upgrade
Check /dev/hidraw6, as noted in your dmesg output (and any other *hid* devices under /dev). User nut has almost zero privs to devices unless a udev rule changes the perms on the dev for nut . . .
On November 9, 2024 1:25:29 PM EST, Bill Gee <bgee at campercaver.net> wrote:
>Nut should be running as user nut. As far as I can tell, the udev rules have not changed. And the system IS
2018 Feb 16
9
Ubiquiti Model UAP-AC-PRO
Everyone,
Have any of you installed ubiguiti wireless routers on your network?
It looks like the setup requires the use of software; they have some
packages that are ready made for Ubuntu and Debian, but not RedHat
https://www.ubnt.com/download/unifi/unifi-ap-ac-pro
Have any of you tried or succeeded in installation this on Centos 7.4?
Greg Ennis
2016 Jan 29
0
Re: virt-viewer and virt-manager problem
On Fri, Jan 29, 2016 at 02:20:50PM +0100, Pascal Legrand wrote:
> Hello,
Hi,
> 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,
2016 Jan 29
3
Re: virt-viewer and virt-manager problem
Helle and thanks for your answer
You should never modify/update/create files under the /etc/libvirt/qemu
directory. The correct way to do this is virsh dumpxml $domain >
$domain.xml
and virsh define $domain.xml.
I didnt modify or create anything i just copied xml file from the old
server to the new server
Debug log from virt-manager (virt-manager --debug) would be helpful.
Cf
2007 Jul 26
0
rspec_on_rails magical incantations
I ran into something really puzzling today. I don''t know exactly why
it''s happening, but I thought I''d share my experiences.
I started a dummy app just to test an idea outside of the context of
my real work today. So, I quickly get things started:
* rails junk
* cd junk
* ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/
CURRENT/rspec
* ruby
2018 Feb 27
1
Ubiquiti Model UAP-AC-PRO
On Monday, February 26, 2018 11:13:33 AM CST Lamar Owen wrote:
> One of the key things to getting this to work really smoothly is to
> provide local-only, on-site authoritative DNS for the FQDN of 'unifi.'
> Yes, as a top-level domain, the single word 'unifi' needs DNS for the
> AP's to be really happy and for AP adoption to work seamlessly without
> having to
2018 Jan 18
0
Minor problem with yum-cron
Hello everyone -
I have a minor problem with yum-cron. It has been doing this for a long time,
and finally today I got annoyed enough to want to fix it.
The problem: When yum-cron sends an email notification, the message is sent
without a date field. Therefore it shows up in my inbox as "date: Unknown"
and sorts to the opposite end of the list.
The system is CentOS 7.4.1708 with
2009 Oct 13
1
config.action_controller.session[:secret] vs protect_from_forgery :secret
What I want to do is share the same session across many Rails applications.
All of them are using Rails 2.2.2. I know that, to share the session, it''s
(supposedly) just a matter of sharing the same key and secret among the
apps, like this:
config.action_controller.session = {
:session_key => ''_apps_session'',
:secret =>
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