<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p><br /></p>
<p><br /></p>
<p>Can you check your /var/log/messages when you do the the test 1?<br />Give?</p>
<p>WARN connection/_accept_connection accept() failed with error 24: Too many open files<br /><br />I set this<br />open the sysctl.conf and add this line fs.file-max = 65536</p>
<p>vi /etc/sysctl.conf add end of line</p>
<p>fs.file-max = 65536<br /><br />Michel</p>
<p>Paul Martin schreef op 2019-03-24 21:26:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">On Sun, Mar 24, 2019 at 06:02:47PM +0000, Pedro M. Oliveira wrote:
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0">If I set this: <br /> [root@scast1 ~]# prlimit -n5000 -p <pid><br /> <br /> Everything works perfectly. But if I stop or reboot my ice cast<br /> server, 1024 backs again.<br /> <br /> What can I do to save that open file setting?</blockquote>
<br /> What is starting icecast?<br /> <br /> If it's controlled by systemd, you probably want to add<br /> "LimitNOFILE=50000" to icecast's .service file.<br /> <br /> If it's the .deb produced by Xiph (which doesn't have a .service<br /> file), you'll probably want to edit /etc/init.d/icecast2 (or<br /> /etc/default/icecast2) and add<br /> <br />   prlimit --pid $$ --nofile=50000<br /> <br /> to it.</div>
</blockquote>
<p><br /></p>
<div>-- <br />
<pre> </pre>
</div>
</body></html>