We are running Solaris 9, syslog-ng 2.0.5, <br><br>We are getting:<br>Error opening file for writing; filename='/logs/combo/combo.log.01', error='Too many open files (24)'<br><br>I went into the startup script, /etc/init.d/syslog-ng and tried to up the limit by putting this in the startup section:<br>
<br>ulimit -n 4096.<br><br>When I stop and start syslog-ng and look at the ulimit settings, it still shows 256.<br>core file size (blocks, -c) unlimited<br>data seg size (kbytes, -d) unlimited<br>file size (blocks, -f) unlimited<br>
open files (-n) 256<br>pipe size (512 bytes, -p) 10<br>stack size (kbytes, -s) 8192<br>cpu time (seconds, -t) unlimited<br>max user processes (-u) 29995<br>
virtual memory (kbytes, -v) unlimited<br><br>Any ideas on how to set this? <br><br>Thanks,<br>