help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

copy: Nothing scheduled for copy


From: Daniel Fong
Subject: copy: Nothing scheduled for copy
Date: Wed, 25 Jun 2003 19:10:37 -0700

Hello,

I am trying to create a simple script that does a
recursive copy of a directory an when I run the 
script I get alternating error messages between:

- Nothing scheduled for copy._home_so_dist_common_overture__usr_local_overture 
(0/1 minutes elapsed)

and

- Server returned error:  Host authentication failed. Did you forget the domain 
name

my cfagent script is as follows:

control:

        Actionsequence = ( copy )
        domain = ( sj.p4pnet.net )
        sysadmin = ( soef@overture.com )
        dist = ( /home/so/dist )
        TimeOut = ( 40 )

copy:
        $(dist)/common/overture dest=/usr/local/overture r=inf purge=true 
o=root g=root server=cfd trustkey=true

On the server side my cfservd.conf looks like this:

control:

        domain = ( admin.sj.p4pnet.net )
        dist = ( /home/so/dist )
        cfddist = ( /home/so/cfengine )
        sj = ( 10.8 )

        cfrun = ( /tmp/cfengine-2.0.7p3/cfrun )

        TrustKeysFrom = ( $(sj) )
        AllowConnectionsFrom = ( $(sj) )
        AllowUsers = ( root )

admit:  
        $(cfrun) $(sj)
        $(dist) $(sj)
        $(cfddist) $(sj)


Any ideas why I keep getting errors?

thanks.

-Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]