Thank you for the information, I found the problem but do not know how to fix it. The problem was some errors with bash_completion when example ipdevpoll starts. I disabled bash_completion for now (also uninstalled it) and it's working now.
The problem seems to be: ipdevpoll() { su - ${user} -c "${IPDEVPOLLD} ${OPTIONS}" }
Or anywhere su command is used in the starting scripts when bash_completion is enabled!
/Mattias
----- Ursprungligt meddelande ----- Från: "Morten Brekkevold" morten.brekkevold@uninett.no Till: "Mattias Söderholm" mattias.soderholm@malax.fi Kopia: "nav-users" nav-users@uninett.no Skickat: fredag, 4 sep 2015 15:35:58 Ämne: Re: Problem starting some services on NAV 4.3.1
On Fri, 4 Sep 2015 15:26:36 +0300 Mattias Söderholm mattias.soderholm@malax.fi wrote:
I started the binaries directly from /usr/lib/nav. I only checked ipdevpold log file before i started the binaries, but it was empty.
The `nav` command interfaces with the daemon init scripts in /etc/nav/init.d . If you invoke these scripts manually, any startup error messages swallowed by the `nav` command will be dumped to screen.