We have our system up to the stage where we can starting doing some networking stuff. ifconfig lo0 sets up our loopback device. When we ping 127.0.0.1 we never get a response. I've been able to verify that ping successfully executes the sendto() call and is now waiting on the pollsys syscall. I have verified that the ip module is doing things but I'd like to use dtrace to see exactly what it is up to. Either the packet gets lost or the signal to tell pollsys() that there's some data for it is going screwy or something else entirely.
Is it possible to setup dtrace to let me see what is happening and if so can you give me an example of the dtrace script to use? This message posted from opensolaris.org _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
