Displaying 20 results from an estimated 2000 matches similar to: "Draft / Ovirt Node validation matrix"
2011 Jul 30
3
oVirt Node Fedora Feature Status
https://fedoraproject.org/wiki/Ovirt_Node_Spin
I noticed that virt-manager-tui is in rawhide finally, but the package
name implies that it's not going to be in f16?
virt-manager-tui.noarch 0.9.0-4.fc17 rawhide
Cole, is this intentional or just smth that we need to follow up on?
Also, I've noticed that ovirt-node needs refreshing... iirc apevec did
tag/release of 2.0.1 from
2010 Jan 23
5
authentication failure
I noticed that my server has a lot ca. 1000x auth failure from
different alocated in China / Romania and Netherlands per day since 3
days
It looks to me like somebody was trying to get into server by guessing
my password by brute force.
what would be the best to stop this attack and how? the server running
apache mysql and ftp
PORT STATE SERVICE
21/tcp open ftp
80/tcp open http
443/tcp
2009 Sep 08
2
[PATCH node] Add support for automatic remote logging on PXE ovirt-node
From: root <root at chappy.(none)>
Use ovirt-config-logging in /etc/init.d/ovirt
---
scripts/ovirt | 19 ++++---------------
scripts/ovirt-config-logging | 2 +-
scripts/ovirt-functions | 4 ++++
3 files changed, 9 insertions(+), 16 deletions(-)
diff --git a/scripts/ovirt b/scripts/ovirt
index 4ff03f2..0c5e3be 100755
--- a/scripts/ovirt
+++ b/scripts/ovirt
@@
2010 Apr 20
1
oVirt - Setting up a web GUI for VM Management
Hi everyone,
I'm looking for a tutorial or how to for installing oVirt on a CentOS
server.
Someone has tried this before ?
My principal goal is to use it to manage VMs via a Web GUI
Can you give me some details/advice ?
thanks
--
Cordialement, / Greetings,
Georghy FUSCO
2009 Jul 28
1
[PATCH ovirt-node] Removed subpackages, stateful, stateless, logos, and selinux for inclusuion in Fedora
rhbz#:51422
---
ovirt-node.spec.in | 149 +++++++++------------------------------------------
1 files changed, 27 insertions(+), 122 deletions(-)
diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in
index 3138011..b4e660d 100644
--- a/ovirt-node.spec.in
+++ b/ovirt-node.spec.in
@@ -43,76 +43,23 @@ Requires: nc
Requires: grub
Requires: /usr/sbin/crond
Requires: anyterm
2009 May 28
2
[PATCH node] correctly use collectd udp dns entry
---
scripts/ovirt | 2 +-
scripts/ovirt-config-collectd | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt b/scripts/ovirt
index 8296783..4a7cbc7 100755
--- a/scripts/ovirt
+++ b/scripts/ovirt
@@ -43,7 +43,7 @@ start() {
log "skipping ovirt-awake, oVirt identify service not available"
fi
- find_srv collectd tcp
+
2008 Nov 16
1
Opening the 2.4 commit fest (RRD)
On Sun, Nov 16, 2008 at 11:08 AM, Arnaud Quette <aquette.dev at gmail.com> wrote:
>>> The remainder, until the -pre stage, will be:
>>> - the Powerman support (through the powerman driver) for more PDUs
>>> - the possible RRD integration into upslog
>>
>> It would be nice to have native RRD support in upslog, but we may also
>> want to point
2010 Feb 01
8
monitoring a workstation
Hi,
I need to monitor a workstation (Centos 5 x86_64).
I need to obtain informations about :
- cpu utilization per user, per a period, how many days per user,
Any ideas about a good and simple free tool ?
Regards.
__________________________
Ce message (et toutes ses pi?ces jointes ?ventuelles) est confidentiel et ?tabli ? l'intention exclusive de ses destinataires. Toute
2014 Oct 22
0
config file locations
On Tuesday 21 October 2014 22:06:48 Charles Lepple did opine
And Gene did reply:
> Hi Gene,
>
> On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote:
> >> configure: error: libgd not found, required for CGI build
> >>
> >> And gdlib does not appear to be available from the repo's.
>
> Sorry, I must have missed that message.
2018 Nov 07
2
Re: guestfs_launch() fails when C application is started as a systemd service
> That makes no sense because we are supposed to have just forked
successfully
I just realized libguestfs uses fork. Now we know why qemu-img worked - I
launched it with popen.
> So it must be something to do with collectd and how it runs programs.
> Is it using LD_PRELOAD trickery, or replacing libc, or using seccomp?
If I understand the question correctly - it's about how
2018 Nov 13
4
Re: collectd leaks SIGCHLD == SIG_IGN into plugins
On Tue, Nov 13, 2018 at 10:04:33AM +0000, Daniel P. Berrangé wrote:
> On Fri, Nov 09, 2018 at 12:19:30PM +0000, Richard W.M. Jones wrote:
> > Peter Dimitrov and myself were debugging a very peculiar bug when
> > libguestfs is run as a plugin from collectd:
> >
> > https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
> >
> > The long
2018 Nov 09
4
collectd leaks SIGCHLD == SIG_IGN into plugins
Peter Dimitrov and myself were debugging a very peculiar bug when
libguestfs is run as a plugin from collectd:
https://www.redhat.com/archives/libguestfs/2018-November/thread.html#00023
The long story short is that collectd leaks SIGCHLD == SIG_IGN setting
into plugins:
https://www.redhat.com/archives/libguestfs/2018-November/msg00095.html
This means that any plugin that does the usual
2014 Oct 22
4
config file locations
Hi Gene,
On Oct 21, 2014, at 9:12 PM, Gene Heskett <gheskett at wdtv.com> wrote:
>> configure: error: libgd not found, required for CGI build
>>
>> And gdlib does not appear to be available from the repo's.
>
Sorry, I must have missed that message.
This is still with Ubuntu 10.04, right?
http://packages.ubuntu.com/source/lucid/nut lists the build dependencies,
2009 Sep 07
1
[PATCH node] Fix SRV_SERVER for SRV_HOST to work with /etc/init.d/ovirt-functions
From: root <root at linagora-ovirt.netaktiv.com>
---
scripts/ovirt-config-collectd | 6 +++---
scripts/ovirt-config-logging | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/ovirt-config-collectd b/scripts/ovirt-config-collectd
index 4ad877e..1474bf5 100755
--- a/scripts/ovirt-config-collectd
+++ b/scripts/ovirt-config-collectd
@@ -98,9 +98,9 @@ if [
2013 Jun 08
4
Using yum provider to install local RPM
Hey guys, puppet n00b here. I think I already found an answer for my
question here, but the topic was dated back in november of 2011, so I''m
hoping things have changed since then! Here''s the topic I''m referring to.
https://groups.google.com/forum/?fromgroups#!topic/puppet-users/oSHWWjMX-sE
I''m running:
CentOS 6.3
yum 3.2.29
puppet 3.2.1
To sum it up, I
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
Added a new function, "ask_yes_or_no", to ovirt-functions. It contains a
default prompt if none is provided.
Changed all prompts that ask for yes, no and/or abort to use this new
method.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt-config-boot-wrapper | 8 ++---
scripts/ovirt-config-collectd | 39 +++++++++++++++-----------
2010 Jul 09
2
Configuring atrpms repo?
Afternoon,
Sorry for being dense but I can seem to configure the repo for atrpms
correctly. I've tried a few things and none of them seem to work so
rather than embarrass myself in regard to yum repo configuration, can
someone post the repo configuration?
TIA!
Jeff
2011 Jan 13
1
RHEL 5.6 is out
Hi List,
In case any of you are wondering when RHEL5.6 will be out our satellite
server has just pulled down a copy (with bind97 and php53 :) so I'd
expect an official announcement fairly soon.
Tris
*************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity
to whom
2010 Jun 09
2
Any experience with Eucalyptus on Centos 5.x?
Is anyone here running Eucalyptus (open source cloud computing
manager, similar to Amazon EC2, from UC Santa Barbara)?
Have you got any hints for bringing it up?
Thanks!
Rick
2010 Apr 02
3
copy source of ftp
how could i copy all content of a ftp directory from ftp via console to cent
os 5.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100402/b2ba369a/attachment-0003.html>