View Single Post
Posts: 16 | Thanked: 44 times | Joined on Oct 2012 @ Austria
#18
Originally Posted by shanttu View Post
Thanks. So that's not the issue then. For some reason I get red icon on tray every time. After purging the server first launch works but not a single time after. No errors (other than the qt-warning) when launched from terminal.

lsof -i :5487
Code:
COMMAND    PID    USER   FD   TYPE  DEVICE SIZE/OFF NODE NAME
qremoteco 7582 shanttu   18r  IPv4 1245980      0t0  UDP *:5487
netstat -n | grep :5487
blank

Any ideas what could be wrong?
QRemoteControl also opens a TCP connection to the client, so lsof shows 2 connections and netstat one when connected. Have you any kind of firewall running?

Is it maybe possible to make a Debug build or to use a network sniffer to make sure the packets are reaching the server?