Comment 3 for bug 1257036

Revision history for this message
Scott Moser (smoser) wrote :

better recreate instructions (which set 'pid')
$ sudo apt-get install --quiet --assume-yes eatmydata
$ sudo eatmydata apt-get install --assume-yes backuppc
$ sudo service backuppc status
 * backuppc is running
$ pid=$(ps axw | awk '$6 ~ /BackupPC$/ { print $1 }')
$ sudo cat /proc/$pid/environ | tr '\0' '\n' | grep ^LD_PRELOAD
LD_PRELOAD=/usr/lib/libeatmydata/libeatmydata.so /usr/lib/libeatmydata/libeatmydata.so

After the fix is applied, we see:

$ sudo cat /proc/$pid/environ | tr '\0' '\n' | grep ^LD_PRELOAD
LD_PRELOAD=