I installed the official Cisco VPN and since I did I get the following lines in my kernel.log file every minute or so.
I've not got the app running running so I assume that it is a demon of kind that is causing this. There is nothing in the process list named cisco or vpn. How can I find what is causing this and kill it as it must be taking processing time and it is flooding my log.
PHP:
Aug 22 18:35:56 mactop kernel[0]: com.deterministicnetworks.driver.dne: dne_event: Proto 0 interface en, event KEV_DL_LINK_ON
Aug 22 18:35:56 mactop kernel[0]: CiscoVPN : attempting to attach to all available ethernet interfaces.
Aug 22 18:35:56 mactop kernel[0]: CiscoVPN : checking if we are already attached to interface: vboxnet0
Aug 22 18:35:56 mactop kernel[0]: CiscoVPN : checking if we are already attached to interface: en1
Aug 22 18:35:56 mactop kernel[0]: CiscoVPN : checking if we are already attached to interface: en0
Aug 22 18:35:56 mactop kernel[0]: com.deterministicnetworks.driver.dne: socket_event_callback: en0 link on
I've not got the app running running so I assume that it is a demon of kind that is causing this. There is nothing in the process list named cisco or vpn. How can I find what is causing this and kill it as it must be taking processing time and it is flooding my log.