On Saturday 25 May 2019 03:52:07 pm Nathan Stratton Treadway wrote:

> On Sat, May 25, 2019 at 15:25:22 -0400, Nathan Stratton Treadway wrote:
> > On Sat, May 25, 2019 at 05:26:03 -0400, Gene Heskett wrote:
> > > Amanda Backup Client Hosts Check
> > > --------------------------------
> > > ERROR: coyote: selfcheck request failed:
> > > file/dir '/usr/local/etc/amanda-security.conf'
> > > (/usr/local/etc/amanda-security.conf) is not owned by root
> > > ERROR: shop: selfcheck request failed:
> > > file/dir '/usr/local/etc/amanda-security.conf'
> > > (/usr/local/etc/amanda-security.conf) is not owned by root
>
> Hmm... did you change the --with-security-file sectting in your gh.cf
> script recently?
>
> (In the version you posted to the list on 5 Apr 2019, you had
> "--with-security-file=/etc/amanda-security.conf", which doesn't match
> the path in the error messages -- so if you did not change that line
> since then, there's something wierd going on that will need to be
> tracked down....)
>
>
That line has been:
 --with-bsdtcp-security \
 --with-amandahosts \
for a decade or more
>
>                                                       Nathan
The whole thing:
!/bin/sh
# since I'm always forgetting to su amanda...
if [ `whoami` != 'amanda' ]; then
        echo
        echo "!!!!!!!!!!!!!!!!!! Warning !!!!!!!!!!!!!!!!!!!"
        echo "Amanda needs to be configured and built by the"
        echo "user amanda, but must be installed by user root."
        echo
        exit 1
fi
make clean
rm -f config.status config.cache
./configure --with-user=amanda \
        --with-group=disk \
        --with-owner=amanda \
        --with-gnu-ld \
        --prefix=/usr/local/ \
        --with-debugging=/tmp/amanda-dbg/ \
        --with-tape-server=coyote \
        --with-bsdtcp-security --with-amandahosts \
        --with-configdir=/usr/local/etc/amanda \
        --enable-manpage-build  \
        --with-readline \
        --with-gnutar=/bin/tar
echo "sleeping for reading configures warnings"
echo "a make as amanda will continue after 75 seconds..."
sleep 75
make

It is of course editable. recommends?

Thanks Nathan

>
> ----------------------------------------------------------------------
>------ Nathan Stratton Treadway  -  natha...@ontko.com  -  Mid-Atlantic
> region Ray Ontko & Co.  -  Software consulting services  -  
> http://www.ontko.com/ GPG Key:
> http://www.ontko.com/~nathanst/gpg_key.txt   ID: 1023D/ECFB6239 Key
> fingerprint = 6AD8 485E 20B9 5C71 231C  0C32 15F3 ADCD ECFB 6239



Copyright 2019 by Maurice E. Heskett
Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

Reply via email to