zhzhy86 / webrtc2sip

Automatically exported from code.google.com/p/webrtc2sip
0 stars 0 forks source link

service webrtc2sip status exception #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I try to install webrtc2sip on Ubuntu 12.04,then...

1.when i execute "service webrtc2sip status" it display "Status of webrtc2sip: 
webrtc2sip is not running but /var/run/webrtc2sip/webrtc2sip.pid exists."

2.when i execute "screen -r webrtc2sip/webrtc2sip" it display 
"There is no screen to be attached matching webrtc2sip."

anyone kown how to do ? Thanks...

Original issue reported on code.google.com by zhuljie...@gmail.com on 24 May 2013 at 6:55

GoogleCodeExporter commented 8 years ago
there is no service/screen created when you install webrtc2sip: It's up to you.
You can create the service like this: screen -dmS webrtc2sip. To get the real 
name, use screen -ls then attach to it using screen -x <the real name>

Original comment by boss...@yahoo.fr on 24 May 2013 at 7:36

GoogleCodeExporter commented 8 years ago
The issues is still exist when i  execute those command according to your reply;

I install webrtc2sip on Ubuntu 12.04   based on 
"http://linux.autostatic.com/installing-webrtc2sip-on-ubuntu-1204" 

many thanks..

Original comment by zhuljie...@gmail.com on 24 May 2013 at 9:32