pms-linux ran with no problems before, but now it seems to not be able to connect to my wireless interface, instead trying and failing to connect to eth1 (no cable is plugged in).
In general settings 'Force networking on interface' does not have a option for wlan0..
Any ideas?
Cheers
- Code: Select all
[main] INFO 13:37:25.149 Scanning network interface eth1 (eth1)
[main] INFO 13:37:25.151 Using address /192.168.1.183 found on network interface: name:eth1 (eth1)
[main] INFO 13:37:25.152 Created socket: /192.168.1.183:5001
[main] INFO 13:37:25.383 org.jboss.netty.channel.ChannelException: Failed to bind to: /192.168.1.183:5001
[main] INFO 13:37:25.392 at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)
[main] INFO 13:37:25.392 at net.pms.network.HTTPServer.start(HTTPServer.java:147)
[main] INFO 13:37:25.393 at net.pms.PMS.init(PMS.java:505)
[main] INFO 13:37:25.394 at net.pms.PMS.createInstance(PMS.java:914)
[main] INFO 13:37:25.394 at net.pms.PMS.main(PMS.java:1008)
[main] INFO 13:37:25.395 Caused by: java.net.BindException: Address already in use
