Package: fai-client
Version: 4.3.1+deb8u1

Hi Thomas,

I'm still a happy FAI user and still using softupdates heavily :)

On my jessie systems I've now noticed this happening on each softupdate:

software.log:/usr/lib/fai/updatebase: line 35: aptitude: command not found

Thus each softupdate fails. (So maybe severity 'important' would be
appropriate as well.)

Even though I know how to fix this on systems I maintain, it would be really
nice to have this fixed in jessie via a point update.

        sudo sed -i "s#aptitude#apt-get#" /usr/lib/fai/updatebase

is the trivial fix, but to be safe I'm actually using this:

if ! ifclass JESSIE ; then
        exit 0
elif [ ! -f /usr/bin/aptitude] && grep -q aptitude /usr/lib/fai/updatebase
; then
        sed -i "s#aptitude#apt-get#" /usr/lib/fai/updatebase
fi


-- 
cheers,
        Holger

Attachment: signature.asc
Description: Digital signature

Reply via email to