lixuancn / MeepoPS

MeepoPS是Meepo PHP Socket的缩写,旨在提供稳定的Socket服务。可以轻松构建在线实时聊天、即时游戏、视频流媒体播放等。
http://meepops.lanecn.com
Do What The F*ck You Want To Public License
505 stars 137 forks source link

MeepoPS already running. file: real_time_monitor_ssh_server.php #3

Closed Tinywan closed 7 years ago

Tinywan commented 7 years ago

启动 提示一下信息

tinywan@tinywan:~/MeepoPS/Example/Real_Time_Monitor_Ssh$ sudo php real_time_monitor_ssh_server.php start
[sudo] tinywan 的密码: 
[FATAL][2017-04-28 12:54:20][36007]MeepoPS already running. file: real_time_monitor_ssh_server.php
lixuancn commented 7 years ago

文件已经启动过了,该端口也已经被监听。要停止之前的启动才行。

sudo php real_time_monitor_ssh_server.php stop && sudo php real_time_monitor_ssh_server.php start

或者

sudo php real_time_monitor_ssh_server.php restart

Tinywan commented 7 years ago

@lixuancn 谢谢!我测试下