[Musix-users] DON INSTALL UDEV! until you try strace :D (seq2)

julien bodd julien.lociuro at gmail.com
Fri Jun 30 20:30:56 CEST 2006


> socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 10
> bind(10, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("
0.0.0.0")}, 16) = 0
> connect(10, {sa_family=AF_INET, sin_port=htons(111), sin_addr=inet_addr("
127.0.0.1")}, 16

As far as I know, with a TCP socket, before a connect..there has to be on
the server part an accept..
It is strange..it creates a socket..and after..it wants itself to connect to
the same socket?? In fact, they have the same socket id (the socket
created..and the one we connect to..), it seems the connect show correct
address (127.0.0.1)..but what is the 0.0.0.0 on the bind operation?

Could the problem come from a bad network configuration? (I didn't
configured anything..)
What I know is that sometimes..I have direct access to the net..some other
times..I have to perform a netcardconfigurations (wich performs a dhcp
broadcast..)

See u.
Julien.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/musix-users/attachments/20060630/a457f18b/attachment.html


More information about the Musix-users mailing list