Forum: Cfengine Help
Subject: Re: Handles vs Classes - Scope Intersection
Author: Seva Gluschenko
Link to topic: https://cfengine.com/forum/read.php?3,18170,18178#msg-18178

>From this output, it's hard to find why failsafe.cf produces segfault, at 
>least nothing is shown about the segfault. I'd suggest to try without arrays, 
>e.g.:


bundle common c {
    vars:
        #. Core - Minimal (Don't EVER break these!)...
        "bundle" slist => { "Client", "Server" };
        "inputs" slist => {
            "lib-conf.cf",      #. User configurations
            "lib-core.cf",      #. System variables and library functions
            "cf-agent.cf",      #. Starting point for cfengine clients & servers
            "cf-serverd.cf"     #. Cfengine server configuration
        };
}

body common control {
    version => "1.2.0";
    bundlesequence => { @(c.bundle) };
    inputs => { @(c.inputs) };
}


The failsafe processing output shows that you haven't performed keys exchange 
(haven't copied ppkeys/localhost.pub file on server to 
ppkeys/root-172.31.69.83.pub on client and visa verse) and did not put their 
IPs to trustkeysfrom list, so file exchange between a client and a server is 
unauthorized.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to