http://bugs.winehq.org/show_bug.cgi?id=14108
--- Comment #10 from Claudio sick_soul@yahoo.it 2008-06-27 06:18:49 --- (In reply to comment #9)
(In reply to comment #7)
I think I solved: ip_tables rules, I am not accepting from 127.0.0.1 on the laptop, wine is trying to connect to 127.0.0.1:631 and sees its SYN packets dropped.
It's not Wine, it's cups which is doing that.
It is not, no cups is running. Here's winecfg buzzing while sending SYN to 127.0.0.1:631 and blocking since its packets are dropped:
$ strace -e trace=connect winecfg [...] connect(10, {sa_family=AF_INET, sin_port=htons(631), sin_addr=inet_addr("127.0.0.1")}, 16
(other terminal): $ netstat -anc --programs | grep -e tcp -e udp
tcp 0 1 127.0.0.1:60902 127.0.0.1:631 SYN_SENT 1610/winecfg.exe
(other terminal): # while true; do iptables --list -v -n |grep INPUT; sleep 1; done Chain INPUT (policy DROP 16 packets, 960 bytes) Chain INPUT (policy DROP 17 packets, 1020 bytes) [...]