Re: Exiting due to early fatal error

2009-03-19 Thread Lars Hecking
Mark Andrews writes: [...] > > This bind was compiled for threads, and /dev/poll is not in the jail. > > Well add /dev/poll/. Things have changed since 2001 when that > advice was written. Kevin Darcy writes: [...] > For a program like named which forks itself, "truss -f" is your

Re: Exiting due to early fatal error

2009-02-20 Thread Kevin Darcy
ot 17-Feb-2009 12:05:56.790 found 2 CPUs, using 2 worker threads 17-Feb-2009 12:05:56.793 ./main.c:506: unexpected error: 17-Feb-2009 12:05:56.793 isc_socketmgr_create() failed: file not found 17-Feb-2009 12:05:56.794 create_managers() failed: unexpected error 17-Feb-2009 12:05:56.794 exiting (due to

Re: Exiting due to early fatal error

2009-02-17 Thread Mark Andrews
) failed: file not found > 17-Feb-2009 12:05:56.794 create_managers() failed: unexpected error > 17-Feb-2009 12:05:56.794 exiting (due to early fatal error) > # > > The log gives no indication which file is not found, and truss doesn't > help either:

Exiting due to early fatal error

2009-02-17 Thread Lars Hecking
6.790 found 2 CPUs, using 2 worker threads 17-Feb-2009 12:05:56.793 ./main.c:506: unexpected error: 17-Feb-2009 12:05:56.793 isc_socketmgr_create() failed: file not found 17-Feb-2009 12:05:56.794 create_managers() failed: unexpected error 17-Feb-2009 12:05:56.794 exiting (due to early fatal error) #