help-cfengine
[Top][All Lists]
Advanced

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

Problem with copy: Can't stat /usr/lib/sendmail.dist in copy - HE LP!


From: Lumpkin, Buddy
Subject: Problem with copy: Can't stat /usr/lib/sendmail.dist in copy - HE LP!
Date: Fri, 4 Jan 2002 16:34:09 -0700

Hello All,

Im have a remote copy that is failing and I can't figure out why. It is the 
first binary file that I have tried to copy and it is setuid=root. When I run 
cfagent I get the following error for the /usr/lib/sendmail.dist file listed 
below: 

*********************************************************************
 Main Tree Sched: copy pass 1 @ Fri Jan  4 15:32:57 2002

*********************************************************************

Checking copy from x0319p01:/etc/ntp_client.conf to /etc/ntp.conf
Checking copy from x0319p01:/etc/init.d/xntpd.client to /etc/init.d/xntpd
Checking copy from x0319p01:/etc/auto_master to /etc/auto_master
Checking copy from x0319p01:/etc/auto_home to /etc/auto_home
Checking copy from x0319p01:/etc/nsswitch.conf to /etc/nsswitch.conf
Checking copy from x0319p01:/etc/resolv.conf to /etc/resolv.conf
Checking copy from x0319p01:/usr/lib/sendmail.dist to /usr/lib/sendmail
cfengine:maui: Server returned error:  Host authentication failed. Did you 
forget the domain name?
cfengine:maui: Can't stat /usr/lib/sendmail.dist in copy
Checking copy from x0319p01:/etc/mail/sendmail_cf.dist to /etc/mail/sendmail.cf
Saving the setuid log in /var/cfengine/cfagent.maui.log
Job start time set to Fri Jan  4 15:32:59 2002

---snip---

Notice that the next file (/etc/mail/sendmail_cf.dist) which happens to be 
ascii copies just fine (or at least, it must have the first time).



This is just a copy of the sendmail binary to be distributed to null email 
clients.

Any ideas? Am I overlooking something simple?

Thanks in advance,

--Buddy


control:

    actionsequence = ( copy links files shellcommands )

#
# Copy over the sendmail binary and sendmail configuration files
#

copy:

   Dist_All::
        #
        # Sendmail Binary
        #

        /usr/lib/sendmail.dist          dest=/usr/lib/sendmail
                                        server=x0319p01
                                        mode=4755
                                        owner=root
                                        group=other
                                        type=checksum



        #
        # Sendmail Configuration File
        #
        /etc/mail/sendmail_cf.dist      dest=/etc/mail/sendmail.cf
                                        server=x0319p01
                                        mode=444
                                        owner=root
                                        group=other
                                        type=checksum





reply via email to

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