Hi, >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On Behalf Of ext Yung, Winson W >Sent: Monday, March 07, 2011 8:28 AM >To: Sateesh Babu >Cc: [email protected] >Subject: Re: [MeeGo-dev] Help: msyncd periodical polling every >10 seconds > >Thanks for the hint, however your steps didn't yield any new >findings, here is what all I see after msyncd was launched. >I am using the msyncd that came with >buteo-syncfw-0.5.4-3.15.i586.rpm package, and I was running it >on Intel Medfield MeeGo platform. Once the program entering >the main loop, there is nothing coming out of console even >though set_sync_log_level was set to 4.
Maybe lsof might give you more information : lsof -p `pidof msyncd`. You could then check on which fd the poll happens and see what that fd corresponds to. Regards, Deepak >[meego@localhost ~]$ cd /usr/bin >[meego@localhost bin]$ export DISPLAY=:0.0 [meego@localhost >bin]$ cd /usr/bin [meego@localhost bin]$ ./msyncd & [1] 1193 > >[meego@localhost bin]$ Warning: QDBusObjectPath: invalid path "" >Warning: QDBusObjectPath: invalid path "" >Warning: QDBusObjectPath: invalid path "" >Warning: Object::connect: No such signal >Buteo::NetworkManager::sessionConnected() in TransportTracker.cpp:78 >Warning: Object::connect: No such signal >Buteo::NetworkManager::sessionError() in TransportTracker.cpp:80 >Warning: ProfileManager.cpp 1054 : Profile file not found: >"/home/meego/.sync/profiles/storage/hsms.x >Warning: ProfileManager.cpp 151 : Failed to load profile: "hsms" > >[meego@localhost bin]$ tail -f ~/.sync/synchronizer.log >Debug: SyncDBusConnection.cpp 75 : DBus Connection Name: >"sync-session-bus-0" >Debug: SyncDBusConnection.cpp 76 : DBus is Connected: true >Debug: SyncDBusConnection.cpp 77 : DBus Connection ID: ":1.1" >Debug: "static QDBusConnection >Buteo::SyncDBusConnection::sessionBus()" :Exit, execution time: 2 ms >Debug: SyncBackup.cpp 54 : Registered sync backup to D-Bus >Debug: "Buteo::SyncBackup::SyncBackup()" :Exit, execution time: 7 ms >Debug: "bool Buteo::Synchronizer::initialize()" :Exit, >execution time: 500 ms >Debug: "SyncSigHandler::SyncSigHandler(QObject*, const char*)" :Entry >Debug: "SyncSigHandler::SyncSigHandler(QObject*, const char*)" >:Exit, execution time: 1 ms >Debug: main.cpp 94 : Entering event loop > >/Winson > >>-----Original Message----- >>From: Sateesh Babu [mailto:[email protected]] >>Sent: Friday, March 04, 2011 9:29 PM >>To: Yung, Winson W >>Cc: [email protected] >>Subject: Re: [MeeGo-dev] Help: msyncd periodical polling every 10 >>seconds >> >>Hi, >> >>Which hardware are you running this test (N900/Netbook/Aava/...) and >>what is the software version you are using? >> >>In order check whats going on, do the following: >># echo 4 > /etc/sync/set_sync_log_level # pkill -9 msyncd # restart >>msyncd # tail -f /home/user/.sync/synchronizer.log >> >>This should give more information of what is going on in the >background >> >>-- >>Sateesh >> >>On Sat, Mar 5, 2011 at 2:34 AM, Yung, Winson W >><[email protected]> >>wrote: >>> Hi all, I have been noticing that msyncd (MeeGo generic sync service >>> middleware) has exhibited a pattern of polling every 10 >seconds while >>system >>> is idle (at MeeGo home page). I am trying to identify what causes >>> this periodical polling but without much progress. This is >part of my >>effort to >>> keep the system awake from unnecessary SW wake up in order to >>> maintain >>its >>> low power state. Can someone provide suggestions here on what is the >>likely >>> cause of the polling, and/or how to track down this? This has been >>> challenging because it uses glib and Qt infrastructure, and >I have no >>> visibility (i.e. debug logging) of what's going on inside these >>libraries. >>> >>> >>> >>> Here I include a portion of the strace output of the msyncd, you can >>see the >>> lines (high lighted in red) repeats roughly every 10 seconds because >>the >>> poll(timeout=10sec). >>> >>> >>> >>> clock_gettime(CLOCK_MONOTONIC, {836, 938422967}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {836, 947477034}) = 0 >>> >>> socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >>> >>> socket(PF_NETLINK, SOCK_RAW, 0) = 19 >>> >>> bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >>> >>> getsockname(19, {sa_family=AF_NETLINK, pid=802, groups=00000000}, >>[12]) = 0 >>> >>> time(NULL) = 5741 >>> >>> sendto(19, "\24\0\0\0\22\0\1\3m\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\250\1\0\0\20\0\2\0m\26\0\0\"\3\0\0\0\0\4\3\1\0\ >0\0I\0\1\ >>0 >>\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) 4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0m\26\0\0\"\3\0\0\0\0\0\0\1\0\0\ >0I\0\1\0\ >>0 >>\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) = 0 >>> >>> sendto(19, "\24\0\0\0\26\0\1\3n\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"0\0\0\0\24\0\2\0n\26\0\0\"\3\0\0\2\10\200\376\1\ >0\0\0\10\ >>0 >>\1\0\177\0\0\1"..., >>> 4096}], msg_controllen=0, msg_flags=08 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"@\0\0\0\24\0\2\0n\26\0\0\"\3\0\0\n\200\200\376\1 >\0\0\0\24 >>\ >>0\1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0n\26\0\0\"\3\0\0\0\0\0\0\1\0\0\ >0\24\0\1\ >>0 >>\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> close(18) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {837, 8023266}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {837, 8291956}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9999) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {847, 19520363}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {847, 20310356}) = 0 >>> >>> socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >>> >>> socket(PF_NETLINK, SOCK_RAW, 0) = 19 >>> >>> bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >>> >>> getsockname(19, {sa_family=AF_NETLINK, pid=802, groups=00000000}, >>[12]) = 0 >>> >>> time(NULL) = 5752 >>> >>> sendto(19, "\24\0\0\0\22\0\1\3x\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\250\1\0\0\20\0\2\0x\26\0\0\"\3\0\0\0\0\4\3\1\0\ >0\0I\0\1\ >>0 >>\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) 4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0x\26\0\0\"\3\0\0\0\0\0\0\1\0\0\ >0I\0\1\0\ >>0 >>\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) = 0 >>> >>> sendto(19, "\24\0\0\0\26\0\1\3y\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"0\0\0\0\24\0\2\0y\26\0\0\"\3\0\0\2\10\200\376\1\ >0\0\0\10\ >>0 >>\1\0\177\0\0\1"..., >>> 4096}], msg_controllen=0, msg_flags=08 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"@\0\0\0\24\0\2\0y\26\0\0\"\3\0\0\n\200\200\376\1 >\0\0\0\24 >>\ >>0\1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0y\26\0\0\"\3\0\0\0\0\0\0\1\0\0\ >0\24\0\1\ >>0 >>\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0) 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, ) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, ) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDE, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> close(18) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {847, 466342657}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {847, 470322224}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9996) = 1 ([{fd=3, revents=PO) >>> >>> recvmsg(3, {msg_name(0)=NULL, >>> >>msg_iov(1)=[{"l\4\1\1\0\0\0\0e\3\0\0\206\0\0\0\1\1o\0004\0\0\0 >/org/fre". >>.., >>> 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, >>MSG_CMSG_CLOEXEC) = >>> 152 >>> >>> recvmsg(3, 0xbfe218f8, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource >>temporarily >>> unavailable) >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 0) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {847, 590571483}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9875) = 1 ([{fd=3, revents=PO) >>> >>> clock_gettime(CLOCK_MONOTONIC, {855, 11596155}) = 0 >>> >>> recvmsg(3, {msg_name(0)=NULL, >>> >>msg_iov(1)=[{"l\4\1\1\0\0\0\0u\3\0\0\206\0\0\0\1\1o\0004\0\0\0 >/org/fre". >>.., >>> 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, >>MSG_CMSG_CLOEXEC) = >>> 304 >>> >>> recvmsg(3, 0xbfe218f8, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource >>temporarily >>> unavailable) >>> >>> clock_gettime(CLOCK_MONOTONIC, {855, 13444874}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 0) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {855, 14309036}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {855, 14725401}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 2451) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {857, 472770883}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {857, 487076293}) = 0 >>> >>> socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >>> >>> socket(PF_NETLINK, SOCK_RAW, 0) = 19 >>> >>> bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >>> >>> getsockname(19, {sa_family=AF_NETLINK, pid=802, groups=00000000}, >>[12]) = 0 >>> >>> time(NULL) = 5762 >>> >>> sendto(19, "\24\0\0\0\22\0\1\3\202\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\250\1\0\0\20\0\2\0\202\26\0\0\"\3\0\0\0\0\4\3\1 >\0\0\0I\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\202\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0I\0\1 >>\ >>0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0)0 >>> >>> sendto(19, "\24\0\0\0\26\0\1\3\203\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"0\0\0\0\24\0\2\0\203\26\0\0\"\3\0\0\2\10\200\376 >\1\0\0\0\ >>1 >>0\0\1\0\177\0\0\1"..., >>> 4096}], msg_controllen=0, msg_flag8 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"@\0\0\0\24\0\2\0\203\26\0\0\"\3\0\0\n\200\200\37 >6\1\0\0\0 >>\ >>24\0\1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\203\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0\24\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> close(18) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {857, 543553835}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {857, 544177833}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9999) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {867, 558250180}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {867, 567273869}) = 0 >>> >>> socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >>> >>> socket(PF_NETLINK, SOCK_RAW, 0) = 19 >>> >>> bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >>> >>> timNULL) = 577202, groups=00000000}, >>[12]) = 0 >>> >>> sendto(19, "\24\0\0\0\22\0\1\3\214\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\250\1\0\0\20\0\2\0\214\26\0\0\"\3\0\0\0\0\4\3\1 >\0\0\0I\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\214\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0I\0\1 >>\ >>0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0)0 >>> >>> sendto(19, "\24\0\0\0\26\0\1\3\215\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"0\0\0\0\24\0\2\0\215\26\0\0\"\3\0\0\2\10\200\376 >\1\0\0\0\ >>1 >>0\0\1\0\177\0\0\1"..., >>> 4096}], msg_controllen=0, msg_flag8 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"@\0\0\0\24\0\2\0\215\26\0\0\"\3\0\0\n\200\200\37 >6\1\0\0\0 >>\ >>24\0\1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\215\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0\24\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> close(18) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {867, 711610606}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {867, 711877693}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9999) = 1 ([{fd=3, revents=PO) >>> >>> recvmsg(3, {msg_name(0)=NULL, >>> >>msg_iov(1)=[{"l\4\1\1\0\0\0\0y\3\0\0\206\0\0\0\1\1o\0004\0\0\0 >/org/fre". >>.., >>> 2048}], msg_controllen=0, msg_flags=MSG_CMSG_CLOEXEC}, >>MSG_CMSG_CLOEXEC) = >>> 152 >>> >>> recvmsg(3, 0xbfe218f8, MSG_CMSG_CLOEXEC) = -1 EAGAIN (Resource >>temporarily >>> unavailable) >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 0) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {876, 796202754}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 915) = 0 (Timeout) >>> >>> clock_gettime(CLOCK_MONOTONIC, {877, 717101455}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {877, 726495025}) = 0 >>> >>> socket(PF_INET, SOCK_STREAM|SOCK_CLOEXEC, IPPROTO_IP) = 18 >>> >>> socket(PF_NETLINK, SOCK_RAW, 0) = 19 >>> >>> bind(19, {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 0 >>> >>> getsockname(19, {sa_family=AF_NETLINK, pid=802, groups=00000000}, >>[12]) = 0 >>> >>> time(NULL) = 5782 >>> >>> sendto(19, "\24\0\0\0\22\0\1\3\226\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\250\1\0\0\20\0\2\0\226\26\0\0\"\3\0\0\0\0\4\3\1 >\0\0\0I\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\226\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0I\0\1 >>\ >>0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0)0 >>> >>> sendto(19, "\24\0\0\0\26\0\1\3\227\26\0\0\0\0\0\0\0\0\0\0", 20, 0, >>> {sa_family=AF_NETLINK, pid=0, groups=00000000}, 12) = 20 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"0\0\0\0\24\0\2\0\227\26\0\0\"\3\0\0\2\10\200\376 >\1\0\0\0\ >>1 >>0\0\1\0\177\0\0\1"..., >>> 4096}], msg_controllen=0, msg_flag8 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"@\0\0\0\24\0\2\0\227\26\0\0\"\3\0\0\n\200\200\37 >6\1\0\0\0 >>\ >>24\0\1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags4 >>> >>> recvmsg(19, {msg_name(12)={sa_family=AF_NETLINK, pid=0, >>groups=00000000}, >>> >>msg_iov(1)=[{"\24\0\0\0\3\0\2\0\227\26\0\0\"\3\0\0\0\0\0\0\1\0 >\0\0\24\0 >>\ >>1\0\0\0\0\0"..., >>> 4096}], msg_controllen=0, msg_flags=0}, 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> socket(PF_FILE, SOCK_DGRAM|SOCK_CLOEXEC, 0) = 19 >>> >>> ioctl(19, SIOCGIFINDEX, {ifr_name="lo", ifr_index=1}) = 0 >>> >>> close(19) = 0 >>> >>> close(18) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {877, 802164302}) = 0 >>> >>> clock_gettime(CLOCK_MONOTONIC, {877, 802746102}) = 0 >>> >>> poll([{fd=4, events=POLLIN}, {fd=8, events=POLLIN}, {fd=9, >>events=POLLIN}, >>> {fd=12, events=POLLIN}, {fd=15, events=POLLIN}, {fd=17, >>events=POLLIN}, >>> {fd=3, events=POLLIN}], 7, 9999 >>> >>> ________________________________ >>> <unfinished ...> >>> >>> _______________________________________________ >>> MeeGo-dev mailing list >>> [email protected] >>> http://lists.meego.com/listinfo/meego-dev >>> http://wiki.meego.com/Mailing_list_guidelines >>> >_______________________________________________ >MeeGo-dev mailing list >[email protected] >http://lists.meego.com/listinfo/meego-dev >http://wiki.meego.com/Mailing_list_guidelines _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
