Archived

This forum has been archived. Please start a new discussion on GitHub.

IceBox in IceGrid does not generate core dump file

IceBox in IceGrid is running with setuid and setgid.
Before kernel-2.6.13, there is impossible to generate a core dump file when segfault occurs. (2.6.13 and later, a file /proc/sys/fs/suid_dumpable controls it).
Is there any way letting icebox running without setuid?

Comments

  • Set this in icegridnode
    IceGrid.Node.AllowRunningServersAsRoot=1

    and add this to <icebox> element.
    user="root"