Hey, On Wed, Sep 18, 2013 at 06:54:14AM +0800, Colin Coe wrote: > While I've been writing this, I've had an strace running on a remote-viewer > session. > --- > [colin@fedora18 ~]$ strace -e trace=setsockopt -p 15504 > Process 15504 attached > --- > >From another terminal session, > --- > [colin@fedora18 ~]$ ps -ef | grep strace > colin 15534 7107 0 06:00 pts/11 00:00:00 strace -e trace=setsockopt > -p 15504 > colin 16799 19435 0 06:34 pts/5 00:00:00 grep --color=auto strace > [colin@fedora18 ~]$ > --- > So the strace has been running for about 35 minutes now, and strace has not > shown a single 'setsockopt'. I see that you are attaching your strace session to an already running process. The setsockopt calls are done when remote-viewer connects to the remote host, so if the connection is already done by the time you attach your strace session, then I would not expect to get more setsockopt calls. Can you try running remote-viewer from the start through strace? Christophe
Attachment:
pgpd_oj4R3aVu.pgp
Description: PGP signature
_______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list