Bug#402644: My patch for this bug

2006-12-12 Thread Justin R. Beckley

save_log_local() {
...
...
mkdir -p $thislog
cp -a $LOGDIR/* $thislog
+ if [ $verbose -eq 1 ]
+ then
+   grep -v rootpw= $LOGDIR/fai.log  $thislog/fai.log
+ fi
ln -snf $HOSTNAME $logbase/localhost
ln -snf $FAI_ACTION-$FAI_RUNDATE $logbase/$HOSTNAME/last-$FAI_ACTION
...
...
}


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402644: Root password hash in fai.log

2006-12-11 Thread Justin R. Beckley

Package: fai-client
Version: 2.10.1

If an install is in verbose mode, the root password hash is stored in 
/var/log/fai/current/fai.log.
When fai-savelog is called, it copies this log file to the newly installed 
host, leaving the hash in the file.

Thanks



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]