On Tue, Sep 21, 2004 at 01:37:14PM -0400, Andrew Grumet wrote: > I'm having trouble getting our dev server to dump core. Here's what I did:
As what unix user are you starting AOLserver? And are you actually running as that user, or are you using AOLserver's -u or -g switches to change the user or group? On Solaris, when I ran AOLserver from /etc/inittab with the -u and -g switches to change the unix user and group, it would NOT leave a core file, because, according to 'man core': A process with an effective user ID different from the real user ID will not produce a core image. This is also true for a process with an effective group ID different from the real group ID. (I don't think running from /etc/inittab or not changes the core file behavior in any way.) -- Andrew Piskorski <[EMAIL PROTECTED]> http://www.piskorski.com/ -- AOLserver - http://www.aolserver.com/ To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of your email blank.
