Displaying 7 results from an estimated 7 matches for "host_list".
2010 Nov 12
3
Updating oVirt Server to the latest Matahari 0.4.0 schema
...i schema, from Matahari's 'next' branch, version 0.4.0.
ovirt-server depends on matahari version 0.0.5, which is currently latest in Fedora, and it is used during Node registration, to enumerate hardware information.
Usage extracted from src/host-browser/host-register.rb is as follows:
host_list = @qmfc.objects(:package => 'com.redhat.matahari.host', :class => 'Host')
host properties used:
object_id
object_id.agent_key
uuid
hostname
hypervisor
arch
memory
This is all good, those properties do exist in new Matahari 0.4.0 schema, patch for this part woul...
2012 Jun 08
1
Bug 820677 - (CVE-2012-2337) CVE-2012-2337 sudo: Multiple netmask values used in Host / Host_List configuration cause any host to be allowed access
Hi all,
I just want to confirm, there is no patch release yet for this sudo, is it?
https://bugzilla.redhat.com/show_bug.cgi?id=820677
Thank you.
--
Fajar.
2010 Dec 21
0
[SPAM] XCP 1.0beta and vastSky. What information I have gathered, what I did and how "far" I got with it.
...on which storage
manager runs" but I remember reading somewhere, that there can only be one
instance of it. Maybe one can define multiple ip''s on a single host. I
didn''t find anything else to modify in "/etc/vas.conf".
<part of vas.conf>
[storage_manager]
# host_list:
# Comma separated list of hosts on which storage manager runs.
host_list: 192.168.10.210
</part of vas.conf>
Then I created "/var/lib/vas/register_device_list" on each node. Added
disk''s, following the instructions on vas_install.txt. I configured one ssd
disk and one hdd...
2009 Nov 04
4
[PATCH server] Update daemons to use new QMF.
...bank = agent.agent_bank
+ broker_bank = agent.broker_bank
+ key = "#{agent_bank}.#{broker_bank}"
+
+ puts "AGENT ADDED: #{key}"
+ debugputs "Agent #{agent_bank}.#{broker_bank} connected!"
+ agent_connected(agent_bank, broker_bank)
+
+ host_list = @qmfc.objects(:package => 'com.redhat.matahari', :class => 'host')
+ puts "host_list length is #{host_list.length}"
+ host_list.each do |host|
+ if host.object_id.agent_bank == agent_bank
+ # Grab the cpus and nics associated before...
1999 Nov 13
0
Retraction: security hole in sudo allows users full access
...interpretation.
In the man pages on sudo, it says the following:
A User_List is made up of one or more usernames, uids
(prefixed with '#'), System groups (prefixed with '%'),
netgroups (prefixed with '+') and other aliases. Each
.........
A Host_List is made up of one or more hostnames, IP
addresses, network numbers, netgroups (prefixed with '+')
and other aliases. Again, the value of an item may be
.........
Cmnd_List ::= Cmnd |
Cmnd ',' Cmnd_List
.......
The reserved wor...
2007 Nov 01
2
hostname in MySQL CDR records
I would like to send the CDR records from all our machines around the
world to a single database. But I need the hostname included with each
record for monitoring purposes.
Is there a better way than using the userfield and adding
SetCDRUserfield for every call to set the userfield to the name of the
host?
Thanks...
2010 Jun 01
0
Host-register crash
...d on or
after August 2010. Use #requirement
INFO Tue Jun 01 15:02:28 +0200 2010 (2796) hostregister started.
INFO Tue Jun 01 15:02:28 +0200 2010 (2796) Connecting to
amqp://ovirt.admin.virt.par.lng:5672
Console Connection Established...
Agent 1.0.connected!
Marking objects for agent 1.0 active
host_list length is 0
Agent 1.19.connected!
Marking objects for agent 1.19 active
===== Current Objects =====
===== Done =====
===== Current Objects =====
===== Done =====
===== Current Objects =====
===== Done =====
===== Current Objects =====
===== Done =====
===...