Hi Nicolas. Nicolas MASSÉ wrote: > It may be easier to catch the SIGHUP in the OpenCA server. Does anybody know > how to do this ?
Instead of modifying openca and working with signal handlers, you may try to start openca with the linux-binary setsid, e.g. do a "run_init setsid openca_start" setsid is supposed to start its argument in a new session, which is independend of the pty of the caller. That should work similar to nohup (but hopefully without the kernel panic :-) setsid is normally only a system call; on Linux (and perhaps some other platforms) there is also an executable version. > Unable to handle kernel NULL pointer dereference at virtual address 0000002e > printing eip: Nice. j. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ OpenCA-Devel mailing list OpenCA-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openca-devel