On Sat, Dec 01, 2007 at 09:02:49PM +0100, Berthold Cogel wrote: > guessnet exits with unexpected exception during system startup. > Initialisation of network connection fails. This happens 4 times out of > 5. Restart of ifplugd then solves the problem. > The problem appeared after update from 0.42-1 to 0.45-1. > Downgrading to 0.42-1 also solves the problem.
Interesting, and tricky to debug. While trying your configuration, I found out an unrelated bug of guessnet 0.45: if you have only one profile besides the default, it always gets selected. This is not your case, because in your original configuration you also have other profiles, but it shows with your amended config file. I managed to reproduce your problem by adding an extra stanza with another arp probe. I found the problem: it turns out that the verbose and debug output routines are not protected by a mutex, and explode when called concurrently. I'll now prepare a new version that fixes both problems. In the meantime, if you disable verbose and debug output, it should work. Ciao, Enrico -- GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature

