> I could be smoking something here, but I seem to recall seeing this
> (*insecure*) crap on my Solaris 2.6 box here, and my amchecks failed
> until I got rid of the (*insecure*) by fixing my hostname lookups
> for my own host.

The (*insecure*) bit is just part of amanda's .bashrc...

if [ $SHLVL -eq 1 ] ; then
   if printenv | egrep '^SSH' 2>&1 >/dev/null ; then
      PS1='(8-n)\u@\h:\w\$ '
   else
      PS1='(*insecure*)\u@\h:\w\$ '
   fi
else
   if printenv | egrep '^SSH' 2>&1 >/dev/null ; then
      PS1="(8-n)($SHLVL)\\u@\\h:\\w\\$ "
   else
      PS1="(*insecure*)($SHLVL)\\u@\\h:\\w\\$ "
   fi
fi

> I didn't anyone mention that (*insecure*) flag.  I think Solaris
> doesn't like its hostname and it's being pissy about launching
> amandad or something.

Hostname lookups are working fine :)

-Ben

Reply via email to