Viktor Dukhovni: > > On 26 Jan 2022, at 10:43 am, Laura Smith > > <n5d9xq3ti233xiyif...@protonmail.ch> wrote: > > > > On stdout I get a few lines of : > > strace: decode_nlattr: [xlat 0x...., dflt "AF_???", decoders 0x....] size > > is zero (going to pass nla_type as decoder argument), but opaque data > > (0x....) is not - will be ignored > > > > "fgrep fork output-file" doesn't produce any results ? > > Typo on Wietse's part I think. "master -w" does not fork, > it runs in the foreground. You need to see what happens > shortly before it bails out, above any resource cleanup > as it is exiting.
Sorry, master -w" DOES fork (it's re-implemented with clone() on LINUX). -w Wait in a dummy foreground process, while the real master daemon initializes in a background process. The dummy foreground process returns a zero exit status only if the master daemon initialization is successful, and if it completes in a reason- able amount of time. I'll leave it to you to resolve this question. Wietse