Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jp:troubleshooting:connectionui [2007/01/24 09:40] amatubujp:troubleshooting:connectionui [2008/02/08 19:49] (current) – external edit 127.0.0.1
Line 13: Line 13:
     * もし上記の URL でだめな場合は、代わりに http://localhost:8080/ を試してみてください。     * もし上記の URL でだめな場合は、代わりに http://localhost:8080/ を試してみてください。
  
-  * ほかのプログラムが ポート 8080 を使用していないかどうかを確認してください。POPFileを停止してから、コマンドプロンプト(あるいは MS-DOS プロンプト。以下、DOS 窓)を開いて、netstat コマンドを実行してみてください。例えば、 +  * ほかのプログラムが ポート 8080 を使用していないかどうかを確認してください。POPFileを停止してから、コマンドプロンプト(あるいは MS-DOS プロンプト。以下、DOS 窓)を開いて、netstat コマンドを実行してみてください。例えば、<code>
- +
-<code>+
 netstat -an > output.txt netstat -an > output.txt
 start notepad.exe output.txt start notepad.exe output.txt
Line 22: Line 20:
 Active Connections Active Connections
  
-<code> Proto  Local Address          Foreign Address        State+ Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:25             0.0.0.0:             LISTENING  TCP    0.0.0.0:25             0.0.0.0:             LISTENING
  TCP    0.0.0.0:5679           0.0.0.0:             LISTENING  TCP    0.0.0.0:5679           0.0.0.0:             LISTENING
Line 50: Line 48:
  UDP    127.0.0.1:4785         *:                     UDP    127.0.0.1:4785         *:                   
  UDP    192.168.1.2:137        *:*                      UDP    192.168.1.2:137        *:*                    
- UDP    192.168.1.2:138        *:*                    </code>+ UDP    192.168.1.2:138        *:*                    
 </code> </code>
   * ポート 8080 が使われていたら、これはあなたのマシンにインストールされているなんらかのソフトウェアがすでに ポート 8080 を使っているということを示しています。この場合、POPFile が使用するポートを 8080 以外に変更する必要があります。   * ポート 8080 が使われていたら、これはあなたのマシンにインストールされているなんらかのソフトウェアがすでに ポート 8080 を使っているということを示しています。この場合、POPFile が使用するポートを 8080 以外に変更する必要があります。
 
jp/troubleshooting/connectionui.1169631622.txt.gz · Last modified: 2008/02/08 19:49 (external edit)
Old revisions

Should you find anything in the documentation that is incomplete, unclear, outdated or just plain wrong, please let us know and leave a note in the Documentation Forum.

Recent changes RSS feed Donate Driven by DokuWiki
The content of this wiki is protected by the GNU Fee Documentation License