Comment 23 for bug 1169740

Revision history for this message
Louis Bouchard (louis) wrote :

Hi,

I had to modify the reproducer script which did trigger "false positive" (the noonce pattern getting into syslog after the grep) by adding a sleep 1 after :

if grep $nonce /var/log/hourly/* > /dev/null; then

The new package in -proposed has been running successfully for more than 3 hours, but the original package does not trigger a FAIL from the script either with the added sleep 1.

I am tempted to mark it 'verification-done' since it has been running correctly for a long period. Maybe Adam wants to comment ?