Displaying 5 results from an estimated 5 matches for "igalvarez".
2010 Feb 25
2
restarting xend
Hi,
I''ve just made changes on xend config xend-config.sxp file, but I''m
not sure if restarting xend daemon also restart domUs? Thoughts?
thanks in advance.
--
Regards;
Israel Garcia
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2009 Aug 30
3
restart puppetmaster when files change
I create this class pmaster in order to restart puppetmaster daemon
after /etc/puppet/puppet.conf file change.
class pmaster {
file { "/etc/puppet/puppet.conf":
ensure => "file";
}
service { "puppetmaster":
ensure => "running",
enable => "true",
hasrestart => "true",
subscribe => File [
2009 Sep 08
1
variables on files
I have this configuration:
class monit {
# Installing packages.
package { "monit":
ensure => latest;
}
file {
"/etc/default/monit":
owner => "root",
group => "root",
mode => "0644",
source => "puppet:///monit/etc/default/monit",
}
file {
"/etc/monit/monitrc":
owner => "root",
group =>
2009 Sep 12
11
Installing a lot of packages
How can I install a lot (more than 800) of APT packages using an easy
way in puppet? I mean, using some file.txt where I put there the
packages I want to install and my package resource get the list . Is
it possible? Or do I have to put all packages in the package resource?
regards,
Israel.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed
2010 May 19
0
blkback.131.xvd or blkback.145.xvda?
Hi have 4 dom0 with debian lenny running xen. When I run ps axf|grep
xvd I see it''s different on diferent dom0s.
dom0-A
15677 ? S< 0:00 \_ [blkback.139.xvd]
15678 ? S< 0:38 \_ [blkback.139.xvd]
17015 ? S< 0:00 \_ [blkback.140.xvd]
17016 ? S< 2:34 \_ [blkback.140.xvd]
21309 ? S< 0:00 \_ [blkback.142.xvd]
21310 ?