Hi! Could you add SIGUSR1 and SIGUSR2 to signal-handlers block with ignore action (default is program termination) so that plugins could use those signals but if OLSR instance does not have given plugin enabled sending those signal would not terminate OLSR? signal(SIGUSR1, SIG_IGN); signal(SIGUSR2, SIG_IGN); Mitar