Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread Daniel-Constantin Mierla
Closed #1464. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1464#event-1501265476___ Kamailio (SER) - Development Mailing List

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread Daniel-Constantin Mierla
@sergey-safarov thanks for prompt reaction and the patch! -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1464#issuecomment-369937426___

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread sergey-safarov
RPM files is recreated. I tested and now issue fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1464#issuecomment-369935748___

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread udf2457
The issue was noticed post-installation. `/var/run/kamalio` was non-existent. As for `/var/run` of course I meant `/var/run/kamailio` management. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread sergey-safarov
Hello @udf2457 This folder `/var/run/kamailio` is created using [kamailio.tmpfiles](https://github.com/kamailio/kamailio/blob/master/pkg/kamailio/obs/kamailio.tmpfiles) config and command [systemd-tmpfiles --create

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread Victor Seva
https://salsa.debian.org/pkg-voip-team/kamailio/blob/master/debian/kamailio.service This is what I have in the Debian ``` # /var/run/kamailio in tmpfs RuntimeDirectory=kamailio RuntimeDirectoryMode=0750 ``` relevant info https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837678 -- You are

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread udf2457
@miconda Fair enough & thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1464#issuecomment-369892619___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread Daniel-Constantin Mierla
Well you were talking about systemd, that was clear, but there are also deb spec files and deb packages that include systemd options, it is not a single place and different people taking care of them. In this case, maybe @sergey-safarov can check and see what can be done. -- You are receiving

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread udf2457
Well I am talking about systemd ;-) http://download.opensuse.org/repositories/home:/kamailio:/v5.1.x-rpms/CentOS_7/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-02 Thread Daniel-Constantin Mierla
For which package specs? Debs, rpms? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/1464#issuecomment-369890814___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Add /var/run management to systemd script (#1464)

2018-03-01 Thread aalba6675
This should probably go into `/usr/lib/tmpfiles.d/kamailio.conf`. rtpproxy does this: ``` /cat /usr/lib/tmpfiles.d/rtpproxy.conf d /var/run/rtpproxy 0755 rtpproxy rtpproxy ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: