Google Code Exporter

Results 21406 comments of Google Code Exporter

``` Thanks Jeremy! Your init.d script (the one attached to this incident) is working very well for me. I made a small enhancement by adding a function to wait for...

``` Thanks, this looks great. I've been trying to work on an upstart version but the results were mixed. Quick question: does this init config also handle respawning? I've seen...

``` It doesn't handle respawning. You could use a tool like monit for this. ``` Original comment by `[email protected]` on 22 May 2013 at 8:52

Original comment by `[email protected]` on 24 May 2013 at 1:45 - Changed state: **Accepted**

``` When checking the process status with service webrtc2sip status I was having an issue with sometimes running into the condition of Status of webrtc2sip: webrtc2sip: is not running but...

``` Small updates to the init.d script attached ``` Original comment by `[email protected]` on 28 May 2013 at 5:03 Attachments: - [webrtc2sip](https://storage.googleapis.com/google-code-attachments/webrtc2sip/issue-80/comment-19/webrtc2sip)

``` Hi Jeremy and Steve, Follownig this thread, I have created the system user by: sudo adduser --system --group --disabled-password --shell /bin/false --gecos "webrtc2sip" --home /var/run/webrtc2sip webrtc2sip and deployed your...

``` Hi, has anybody managed to have a working init.d script on Centos6? I compiled start-stop-daemon on Centos, after starting the init.d script it shows: "webrtc2sip is running with PID...

``` Hi, I am running on Ubuntu 12.04 and this init.d script is not working for me. It tries to start, then either says it failed to start or that...

``` I don't think it will work with Asterisk, even if undefined symbol error is fixed. You will need an asterisk codec interface wrapper around this lib to make it...