<div dir="ltr">Hello,<br>After an upgrade to OpenSIPS 3.2.12 , I cant run opensips-cli -x mi using root. It's been working with the previous versions.<br><br>Apr 21 14:02:51 test-opensips/usr/sbin/opensips[705536]: ERROR:mi_fifo:mi_open_reply_pipe: open error (/tmp/opensips_fifo_reply_705551_1682078571_0451558): Permission denied<br>Apr 21 14:02:51 test-opensips  /usr/sbin/opensips[705536]: NOTICE:mi_fifo:mi_fifo_callback: cannot open reply pipe /tmp/opensips_fifo_reply_705551_1682078571_0451558<br><br>changing reply folder from tmp to another non sticky bit one , with full rights (for test purposes) does not change anything :<br><br>root@test-opensips:~# ls -dl /var/run/fiforeply/<br>drwsrwsrwt 2 opensips opensips 60 Apr 21 14:11 /var/run/fiforeply/<br><br>Apr 21 14:11:11 test-opensips /usr/sbin/opensips[705725]: ERROR:mi_fifo:mi_open_reply_pipe: open error (/var/run/fiforeply/opensips_fifo_reply_705741_1682079071_2581842): Permission denied<br>Apr 21 14:11:11 test-opensips /usr/sbin/opensips[705725]: NOTICE:mi_fifo:mi_fifo_callback: cannot open reply pipe /var/run/fiforeply/opensips_fifo_reply_705741_1682079071_2581842<br><br>Opensips-cli version is the same before and after the upgrade : OpenSIPS CLI 0.2.0<br><br>As a current workaround i'm running it through opensips user : <br>runuser -u opensips -- opensips-cli -x mi uptime<br><br><br>----<br><br>opensips-cli config :<br><br>[default]<br>log_level: WARNING<br>prompt_name: opensips-cli<br>prompt_intro: Welcome to OpenSIPS Command Line Interface!<br>prompt_emptyline_repeat_cmd: False<br>history_file: ~/.opensips-cli.history<br>history_file_size: 1000<br>output_type: pretty-print<br>communication_type: fifo<br>fifo_file: /var/run/opensips/opensips_fifo<br><br>Opensips config file  :<br><br>#### FIFO Management Interface<br>loadmodule "mi_fifo.so"<br>modparam("mi_fifo", "fifo_name", "/var/run/opensips/opensips_fifo")<br>modparam("mi_fifo", "fifo_mode", 0666)<br><br>root@test-opensips:~# ps aux |grep opensips<br>opensips  705724  0.0  0.6 541560 13984 ?        S    14:11   0:00 /usr/sbin/opensips -P /run/opensips/opensips.pid -f /etc/opensips/opensips.cfg -m 500 -M 8<br>opensips  705725  0.0  0.3 542060  6780 ?        S    14:11   0:00 /usr/sbin/opensips -P /run/opensips/opensips.pid -f /etc/opensips/opensips.cfg -m 500 -M 8<br>...<br>...</div>