系统:Ubuntu 14.04,IPython 2。
两者都打开连接,127.0.0.1:8888
这会导致很多问题。如果发生这样的冲突,BTsync 会创建其文件的第二个实例。这会导致文件和目录重复。此线程已转发给 BTsync 的开发人员,因为他们的程序没有检查连接的存在。他们的程序还创建了错误的重复项,使这三个复杂化。我认为这是 BTsync 中的一个错误。
如何防止 BTsync 和 IPython-Notebook 之间发生冲突?
答案1
支持 BTsync 的答复
Sync has ability to configurate network settings such as port using configuration file. You can find more info regarding it here:
http://help.getsync.com/hc/en-us/articles/204762689
The option you are looking for is located in webui section
"listen" : <IP: port>
For example, 0.0.0.0:4444 will listen to any interface on the LAN at port 4444.
因此,请将端口指定为特定端口以避免冲突。