[19:59] i'm having a problem with my presise preseed/late_command... i run some scripts via late_command that were failing, and i tracked it down to the fact that /sbin/start-stop-daemon is still the "fake" version [19:59] anyone know how to resolve this? i thought that late_command was executed when everything was done installing? is there a better place to put my post-install scripts in a seed file? [20:03] my debugging let me to put an ls -al /sbin/start* in my late_command shell script and i see /sbin/start-stop-daemon which is 94b and /sbin/start-stop-daemon.REAL which is 28k [20:03] i also redirected the output of start-stop-daemon in the script that failed to a logfile and it output Warning: Fake start-stop-daemon called... [20:27] i put the preseed.log/seed file/shell script here: https://www.ef.net/uploads/ubuntu-12.04-preseed/ [20:28] i notice there are some errors right before the late_command is run, but that might be a red herring...