Error 98, 'Address already in use' - Linux
By Selena
at 2013-03-06T04:50
at 2013-03-06T04:50
Table of Contents
OS: Ubuntu 11.0
想在Apache2跑html5
我參考了幾篇文章 採用了python websocket
http://maddemcode.com/web/websockets-and-pywebsocket-quick-dirty-playground/
https://code.google.com/p/pywebsocket/
可是當我執行
$ sudo python standalone.py --log-level debug
確出現
error(98, 'Address already in use')
因此我用netstat 確定沒有人使用port 12345
$ netstat -ln | grep ':12345 '
然後再次執行
$ sudo python standalone.py -p 12345 --log-level debug
確依然出現error(98, 'Address already in use')
請問還有什麼方式能幫助我解這問題嗎?
thx
--
想在Apache2跑html5
我參考了幾篇文章 採用了python websocket
http://maddemcode.com/web/websockets-and-pywebsocket-quick-dirty-playground/
https://code.google.com/p/pywebsocket/
可是當我執行
$ sudo python standalone.py --log-level debug
確出現
error(98, 'Address already in use')
因此我用netstat 確定沒有人使用port 12345
$ netstat -ln | grep ':12345 '
然後再次執行
$ sudo python standalone.py -p 12345 --log-level debug
確依然出現error(98, 'Address already in use')
請問還有什麼方式能幫助我解這問題嗎?
thx
--
Tags:
Linux
All Comments
By Suhail Hany
at 2013-03-10T14:23
at 2013-03-10T14:23
By Ophelia
at 2013-03-10T17:31
at 2013-03-10T17:31
Related Posts
ubuntu 桌面將轉用Qt/QML
By Audriana
at 2013-03-05T23:57
at 2013-03-05T23:57
.htaccess 子目錄轉址的寫法
By Joseph
at 2013-03-05T22:28
at 2013-03-05T22:28
用DAEMON Tools Lite安裝Ubuntu的ISO檔
By Jessica
at 2013-03-05T20:16
at 2013-03-05T20:16
關於samba的資源回收桶
By James
at 2013-03-05T14:58
at 2013-03-05T14:58
請問兩個LVM Snapshot問題
By Sarah
at 2013-03-05T14:43
at 2013-03-05T14:43