Hi, > File "/usr/lib/python2.7/socket.py", line 224, in meth > return getattr(self._sock,name)(*args) > error: [Errno 98] Address already in use
This messages means another application is already using the port 6633 or 6653, which is the default ofp listen port of Ryu. Please check if another application is running on these ports or not. e.g.) $ sudo ss -ntlp State Recv-Q Send-Q Local Address:Port Peer Address:Port ...(snip) LISTEN 0 50 *:6633 *:* users:(("ryu-manager",pid=7608,fd=4)) ...(snip) LISTEN 0 50 *:6653 *:* users:(("ryu-manager",pid=7608,fd=6)) ...(snip) Thanks, Iwase On 2016年09月12日 18:30, wesam kh wrote: > hi every oneI have error when apply the simple_switch_stp_13.py with custom > network contain forty switch !this problem just with this network > any help > you see the attachments > > > > > > Wisam Maala > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > Ryu-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel