From: Kenneth W. <hap...@gm...> - 2011-05-06 20:26:36
|
Oddly enough this is the first time I've encountered this. I have a default limits.conf file that goes to all servers, but now I want to add one more for just a specific group. My config.xml looks like this; *<config> <file> <source> <plain>limits.conf.default</plain> <plain group="vertica-prod">limits.conf.vertica-prod</plain> </source> </file> </config> * But this returns a 500 error on the client. *Inconsistent 'plain' entries for /etc/security/limits.conf 500 "Internal Server Error" * Is there a way around this without having to specify each group for the "default" file? Thanks! -- Kenneth Williams |