Hello, I've only now updated from 2.4.9 to 2.5.0 (on gentoo) and am noticing this non-deterministic behaviour, pppoe plugin, I call pppd with the nodetach option, and frequently terminate the connection with ^C. Usually I get output like this ``` ^CTerminating on signal 2 Connect time 26.4 minutes. Sent 85749 bytes, received 1323321 bytes. Connection terminated. ``` But sometimes I only get ``` ^CTerminating on signal 2 Connection terminated. ``` i.e. connection time and send/recv stats are not printed or sent to syslog, and the accounting information is being lost. Has this been encountered by others since the release? Any suggestions on where to look for the changes which might cause this? --- Regards,Madhu