Hello. I'm try to use cfengine2 after chef.
In chef i can create roles that contains recipes. When i'm apply role to
server all recipes is done on it.
How i can do something in cfengine2 ?
Thank You.
___
Help-cfengine mailing list
Help-cfengine@cfeng
start_webserver::
"/etc/init.d/apache2 start",
handle => "start_apache",
comment => "Activate the webserver";
files:
}
What file i need change to add possibility to run cf-runagent --hail
test-server -D xxx -s to run
В Срд, 26/05/2010 в 10:53 +0400, Vasiliy G Tolstov пишет:
> Hello.
>
> I'm try to understand cfengine (manuals already read, but not fully
> understand)
Hmm. Already found solution (cf-agent -f xxx.cf).
Another question - can i provide parameters to agent bundle in command
lin
Hello.
If i need some bundlesequence and inputs for all classes expect one
How can i exclude classes for example sf_* ?
Why i can't write any.!sf_*:: ?
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
Hello =)
Does cfengine have roadmap page or other page that contains planning
features in community edition?
There is any plans to get knowledge map and database support to
community edition?
Thank You.
--
Vasiliy G Tolstov
Selfip.Ru
___
Help
like cpu cores, memory
and other? Can You plan add it into os.xxx in cfengine? A can get in in
linux like variables (read /proc/cpuinfo and /proc/meminfo and other
files) but it is not portable way (in solaris and windows i need to do
specific tasks, what in c/c++ code is very simple)..
I'm try to run some bundles, that use getenv. On linux - all fine, but
under freebsd (8.0) i get error:
Unknown built-in function getenv(), near token ')'
This builtin function not implemented on freebsd?
--
Vasiliy G Tolstov
Selfip.Ru
_
В Втр, 01/06/2010 в 16:01 +0200, Mark Burgess пишет:
> Sounds odd -- did you try?
>
> make distclean
> ./configure
> make
I'm install cfengine3 from freebsd packages (pkg_add -r cfeninge3)
--
Vasiliy G Tolstov
Selfip.Ru
___
H
ackages" string => "";
error disappeared.
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
Scalar variable str contains itself (non-convergent): $(str)
When i run my bundlesequence in verbose mode i get this error. What does
it mean and how can i find file and line number?
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help
Hello. I need some feature like dependecies in bundles.
For example: i have 5 agent bundles that can do specific tasks.
And i need a main agent bundle that depends of all of 5 small bundles...
How can i do this thing?
--
Vasiliy G Tolstov
Selfip.Ru
about cfengine classes.
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
printenv
exit 0;
bundle common global {
classes:
"have_php" expression => usemodule("has_pkg","php");
.
.
}
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cf
How can i use * pattern in inputs?
I do not want to specify all files in config file, rather i want to
inputs => { "xxx/*.cf" };
(cfengine 3.0.4)
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfeng
В Птн, 04/06/2010 в 13:12 +0400, Vasiliy G Tolstov пишет:
> How can i use * pattern in inputs?
>
> I do not want to specify all files in config file, rather i want to
> inputs => { "xxx/*.cf" };
>
> (cfengine 3.0.4)
>
Ok. Because authors of cfengine not li
is there are any plans to add support to append value to slist ?
For example:
"a" slist => { "1", "2" };
"a" slist => { "$(a)", "3" };
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfe
o install in system
which can have classes (defined from module) like:
have_apache, have_mysql, have_php and such.
For example if the system have_apache web-server, i'm install some
specific packages for this sistem (mod_php mod_perl and other).
--
Vasiliy G T
n
Fatal cfengine error: INTERN: format specifier for int rvalues is not ok
for lval package_list_update_ifelapsed - got 1 items
Unappending Fatal cfengine error: INTERN: format specifier for int
rvalues is not ok for lval package_list_update_ifelapsed - got 1 items
--
Vasiliy G To
=> "240";
>
>...
> }
I'm asked, because i'm already tried with/without quotes.
This is not matter - error not disappeared.
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
one from developers helps me?
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
=> "[^-]+-([^\s]+).*";
package_installed_regex => ".*";
package_name_convention => "$(name)";
package_add_command => "/usr/sbin/pkg_add -r";
package_delete_command => "/usr/sbin/pkg_delete -f";
package_list_update_command => "/usr/bin/csup -g -z -L 1 -h
cvsup4.ru.freebsd.org /usr/share/examples/cvsup/ports-supfile";
gentoo::
package_add_command => "/usr/bin/emerge";
package_delete_command => "/usr/bin/emerge --unmerge";
package_update_command => "/usr/bin/emerge --update --deep";
package_list_update_command => "/usr/bin/emerge --sync";
}
selfip library # ldd /var/cfengine/bin/cf-agent | grep pcre
libpcre.so.0 => /lib/libpcre.so.0 (0x0036d000)
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
В Пнд, 07/06/2010 в 14:33 +0200, Nakarin Phooripoom пишет:
> I got an error on 3.0.4p2, but it seemed fine when I upgraded to 3.0.5a2.
>
> Cheers,
> --Nakarin
I'm use 3.0.4... When 3.0.5 get officially available on the myspace
cfengine.org site?
--
Vasiliy G T
:
Hm... My work-around for * in inputs now "fixed" ?:)
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
В Пнд, 07/06/2010 в 14:44 +0200, Mark Burgess пишет:
> Right noW! :)
>
> On 06/07/2010 02:35 PM, Vasiliy G Tolstov wrote:
> > В Пнд, 07/06/2010 в 14:33 +0200, Nakarin Phooripoom пишет:
> >> I got an error on 3.0.4p2, but it seemed fine when I upgraded to 3.0.5a2.
> >
necting host: (CAUTH 10.0.1.66
cf-server.virt root 0)
cf3 -> Accepting a connection
cf3 Accepting connection from "217.170.84.182"
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
wise troubles may happen for multihomed hosts
> and/or when a host changes its IP (i.e. it would need key
> regeneration).
Hm..
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
methods)?
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine
В Втр, 08/06/2010 в 10:39 +0200, Bas van der Vlies пишет:
> On 08-06-10 09:38, Vasiliy G Tolstov wrote:
> > Hello. I need to query current running system for installed services and
> > modules and want to define classes like have_mysql or have_python, if
> > the specif
sion => usemodule("init_sara","");
>
>
> and in this module i have the following simple test:
> #!/bin/sh
>
> if [ -f /etc/lisa ]
> then
> echo +LISA
> fi
>
I want to define classes in module, but i need for example environment
variable to get know
;
> Maybe a cfengine developer has some useful comments about it.
I'm agree. Yes, in the module i can access ../state/allclasses.txt, but
if cfengine provide environment variables - this is preferd way (more
universal)
--
Vasiliy G Tolstov
Selfip.Ru
_
30070 higher than MAX_FD, check for defunct children
Jun 9 10:38:39 selfip cf-monitord[9543]: File descriptor 24 of child
higher than MAX_FD, check for defunct children
Jun 9 10:38:39 selfip cf-monitord[9543]: File descriptor 24 of child
30072 higher than MAX_FD, check for defunct children
--
Vasi
Hello. Does anyone have spec file for new cfengine?
If nobody have, i'm glad if receive spec file for 3.0.4 version.
Thnk's.
--
Vasiliy G Tolstov
Selfip.Ru
___
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.o
32 matches
Mail list logo