[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] Problems with Xend on ia64.



On Wed, Jan 26, 2011 at 11:25:06AM -0430, Julio C. Ortega wrote:
> Hello all.
>
> As per my last emails to the list i was able, (thanks Shin'ya) to build 
> Xen 4.0.1 (and 4.0.2-rcX) on ia64.
>
> After a long battle building various releases (all pertaining 4.0.x  
> series) on a BL870c Integrity blade (itanium2) i cannot make Xend run  
> (kernel 2.6.18.8-xen boots normally and without errors, apparently) but 
> Xend gives out permission errors. (Like the build was more recent than 
> the tools and etc.) believe me, i've rebuilded tools, kernes, stubdom, 
> uninstalled, built from scratch, reinstalled....  you name it so as to 
> prevent this permission error without results.
>


Just to make sure.. did you read 
http://wiki.xen.org/xenwiki/XenCommonProblems#head-26434581604cc8357d9762aaaf040e8d87b37752
 ?

-- Pasi


> I've struggling digging info on how to sucessfully make Xend start, so  
> far i've tried literally everything i've found, al also digged heavily  
> in this list archives.
>
> I've trying in two different systems (one has debian 6.0 and other  
> debian 5.0),im building with gcc-4.1 in both of them, and the build  
> completes _normally_ and _without errors_ after i apply the patches that 
> Shin'ya and other contributors have posted for ia64 on 4.0.1 and  
> 4.0.2-rcX
>
> I'll attach the running kernel dmesg, and the xend.log. Also, an strace 
> of xend starting.
>
> (disregard the qla2xxx messages, as i have to reorganize the storage and 
> enclosure after Xen works ;) )
>
>
> -- 
> -------------------------------
> Julio C. Ortega
> ONUVA
> http://www.onuva.com
>

> [2011-01-26 11:00:01 4028] INFO (SrvDaemon:332) Xend Daemon started
> [2011-01-26 11:00:01 4028] INFO (SrvDaemon:336) Xend changeset: unavailable.
> [2011-01-26 11:00:01 4028] ERROR (SrvDaemon:349) Exception starting xend 
> ((13, 'Permission denied'))
> Traceback (most recent call last):
>   File "usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py", line 
> 341, in run
>     servers = SrvServer.create()
>   File "usr/lib/python2.5/site-packages/xen/xend/server/SrvServer.py", line 
> 251, in create
>     root.putChild('xend', SrvRoot())
>   File "usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot.py", line 40, 
> in __init__
>     self.get(name)
>   File "usr/lib/python2.5/site-packages/xen/web/SrvDir.py", line 84, in get
>     val = val.getobj()
>   File "usr/lib/python2.5/site-packages/xen/web/SrvDir.py", line 52, in getobj
>     self.obj = klassobj()
>   File "usr/lib/python2.5/site-packages/xen/xend/server/SrvNode.py", line 30, 
> in __init__
>     self.xn = XendNode.instance()
>   File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 1140, in 
> instance
>     inst = XendNode()
>   File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 93, in 
> __init__
>     self.other_config["xen_pagesize"] = self.xeninfo_dict()["xen_pagesize"]
>   File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 1046, in 
> xeninfo_dict
>     return dict(self.xeninfo())
>   File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 989, in 
> xeninfo
>     info['xen_scheduler'] = self.xenschedinfo()
>   File "usr/lib/python2.5/site-packages/xen/xend/XendNode.py", line 979, in 
> xenschedinfo
>     sched_id = self.xc.sched_id_get()
> Error: (13, 'Permission denied')
> [2011-01-26 11:00:01 4027] INFO (SrvDaemon:220) Xend exited with status 1.

> execve("/usr/sbin/xend", ["xend", "start"], [/* 15 vars */]) = 0
> brk(0)                                  = 0x6000000000040000
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/etc/ld.so.cache", O_RDONLY)      = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=22979, ...}) = 0
> mmap(NULL, 22979, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2000000000038000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libpthread.so.0", O_RDONLY)  = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\360t\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=200649, ...}) = 0
> mmap(NULL, 249376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x2000000000050000
> mprotect(0x200000000007c000, 49152, PROT_NONE) = 0
> mmap(0x2000000000088000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28000) = 0x2000000000088000
> mmap(0x200000000008c000, 3616, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x200000000008c000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libdl.so.2", O_RDONLY)       = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300\24\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=20144, ...}) = 0
> mmap(NULL, 83328, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x2000000000090000
> mprotect(0x2000000000098000, 49152, PROT_NONE) = 0
> mmap(0x20000000000a4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x20000000000a4000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libutil.so.1", O_RDONLY)     = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0@\24\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=14776, ...}) = 0
> mmap(NULL, 78024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x20000000000a8000
> mprotect(0x20000000000ac000, 49152, PROT_NONE) = 0
> mmap(0x20000000000b8000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x20000000000b8000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libm.so.6.1", O_RDONLY)      = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300L\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=757984, ...}) = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000000bc000
> mmap(NULL, 820528, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x20000000000c0000
> mprotect(0x2000000000178000, 49152, PROT_NONE) = 0
> mmap(0x2000000000184000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb4000) = 0x2000000000184000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libc.so.6.1", O_RDONLY)      = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\340A\2\0\0\0\0\0@"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0755, st_size=2449992, ...}) = 0
> mmap(NULL, 2523624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x200000000018c000
> mprotect(0x20000000003dc000, 49152, PROT_NONE) = 0
> mmap(0x20000000003e8000, 49152, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24c000) = 0x20000000003e8000
> mmap(0x20000000003f4000, 488, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000000003f4000
> close(3)                                = 0
> mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000003f8000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000400000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000404000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000408000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000040c000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000410000
> munmap(0x2000000000038000, 22979)       = 0
> set_tid_address(0x20000000000bd660)     = 4385
> get_robust_list(0x20000000000bd670, 0x18, 0) = -1 ENOSYS (Function not 
> implemented)
> futex(0x60000fffffe0bc10, FUTEX_WAKE_PRIVATE, 1) = -1 ENOSYS (Function not 
> implemented)
> rt_sigaction(SIGRT0, {0x200000000004a0f0, [], SA_SIGINFO}, NULL, 8) = 0
> rt_sigaction(SIGRT1, {0x200000000004a100, [], SA_RESTART|SA_SIGINFO}, NULL, 
> 8) = 0
> rt_sigprocmask(SIG_UNBLOCK, [RT0 RT1], NULL, 8) = 0
> getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=2097152*1024}) = 0
> brk(0)                                  = 0x6000000000040000
> brk(0x6000000000064000)                 = 0x6000000000064000
> open("/usr/sbin/xend", O_RDONLY)        = 3
> fstat(3, {st_mode=S_IFREG|0755, st_size=4188, ...}) = 0
> ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) 
> = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000414000
> open("/proc/meminfo", O_RDONLY)         = 4
> fstat(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000458000
> read(4, "MemTotal:     49791312 kB\nMemFree"..., 1024) = 684
> close(4)                                = 0
> munmap(0x2000000000458000, 65536)       = 0
> fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
> fstat(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
> fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
> fstat(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
> readlink("/usr/bin/python", "python2.5"..., 4096) = 9
> readlink("/usr/bin/python2.5", 0x60000fffffe0a8f8, 4096) = -1 EINVAL (Invalid 
> argument)
> stat("/usr/bin/Modules/Setup", 0x60000fffffe0a8f8) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/bin/lib/python2.5/os.py", 0x60000fffffe0a8f8) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/bin/lib/python2.5/os.pyc", 0x60000fffffe0a8f8) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/os.py", {st_mode=S_IFREG|0644, st_size=24641, ...}) 
> = 0
> stat("/usr/bin/Modules/Setup", 0x60000fffffe09860) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/bin/lib/python2.5/lib-dynload", 0x60000fffffe09860) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGXFSZ, {SIG_IGN}, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGPIPE, NULL, {SIG_IGN}, 8) = 0
> rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGXFSZ, NULL, {SIG_IGN}, 8) = 0
> rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGSYS, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT2, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT3, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT4, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT5, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT6, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT7, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT8, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT9, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT10, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT11, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT12, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT13, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT14, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT15, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT16, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT17, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT18, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT19, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT20, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT21, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT22, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT23, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT24, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT25, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT26, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT27, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT28, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT29, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT30, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT31, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGRT_32, NULL, {SIG_DFL}, 8) = 0
> rt_sigaction(SIGINT, {0x4000000000263090, [], 0}, {SIG_DFL}, 8) = 0
> brk(0x6000000000088000)                 = 0x6000000000088000
> stat("/usr/lib/python2.5/", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
> stat("/usr/lib/python2.5/", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
> stat("/usr/lib/python2.5/site", 0x60000fffffe077f0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/site.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/sitemodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/site.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=14109, ...}) = 0
> open("/usr/lib/python2.5/site.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=14300, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000458000
> read(5, 
> "\263\362\r\n\273\255\\Kc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\f\1\0\0d\0\0"..., 
> 16384) = 14300
> fstat(5, {st_mode=S_IFREG|0644, st_size=14300, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000458000, 65536)       = 0
> stat("/usr/lib/python2.5/os", 0x60000fffffe04690) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/os.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/os.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=24641, ...}) = 0
> open("/usr/lib/python2.5/os.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=24662, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000458000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s\301\7\0\0d\0\0"...,
>  16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=24662, ...}) = 0
> read(6, "t\3\0\0\0pidt\4\0\0\0wpidt\3\0\0\0sts(\0\0\0\0(\0\0"..., 16384) = 
> 8278
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000458000, 65536)       = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000458000
> stat("/usr/lib/python2.5/posixpath", 0x60000fffffe01530) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/posixpath.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/posixpathmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/posixpath.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=13777, ...}) = 0
> open("/usr/lib/python2.5/posixpath.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=12355, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0'\0\0\0@\0\0\0s\330\1\0\0d\0\0"..., 
> 16384) = 12355
> fstat(7, {st_mode=S_IFREG|0644, st_size=12355, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> stat("/usr/lib/python2.5/stat", 0x60000fffffdfe3d0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/stat.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/statmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/stat.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=1667, ...}) = 0
> open("/usr/lib/python2.5/stat.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=2424, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(8, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s3\1\0\0d\0\0"..., 
> 16384) = 2424
> fstat(8, {st_mode=S_IFREG|0644, st_size=2424, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> close(7)                                = 0
> brk(0x60000000000ac000)                 = 0x60000000000ac000
> close(6)                                = 0
> stat("/usr/lib/python2.5/UserDict", 0x60000fffffe01530) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/UserDict.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/UserDictmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/UserDict.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=5729, ...}) = 0
> open("/usr/lib/python2.5/UserDict.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=8772, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sF\0\0\0d\0\0"..., 
> 16384) = 8772
> fstat(7, {st_mode=S_IFREG|0644, st_size=8772, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/copy_reg", 0x60000fffffe01530) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/copy_reg.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/copy_regmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/copy_reg.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=6729, ...}) = 0
> open("/usr/lib/python2.5/copy_reg.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=5124, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\330\0\0\0d\0\0"...,
>  16384) = 5124
> fstat(7, {st_mode=S_IFREG|0644, st_size=5124, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> stat("/usr/lib/python2.5/types", 0x60000fffffdfe3d0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/types.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/typesmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/types.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=2542, ...}) = 0
> open("/usr/lib/python2.5/types.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=2708, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(8, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\236\2\0\0d\0\0"...,
>  16384) = 2708
> fstat(8, {st_mode=S_IFREG|0644, st_size=2708, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> close(7)                                = 0
> close(6)                                = 0
> close(5)                                = 0
> stat("/usr/local/lib/python2.5/site-packages", {st_mode=S_IFDIR|S_ISGID|0775, 
> st_size=4096, ...}) = 0
> open("/usr/local/lib/python2.5/site-packages", 
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
> fstat(5, {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0
> fcntl(5, F_GETFD)                       = 0
> fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
> getdents(5, /* 2 entries */, 16384)     = 48
> getdents(5, /* 0 entries */, 16384)     = 0
> close(5)                                = 0
> stat("/usr/local/lib/site-python", 0x60000fffffe08558) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> open("/usr/lib/python2.5/site-packages", 
> O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
> fstat(5, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> fcntl(5, F_SETFD, FD_CLOEXEC)           = 0
> getdents(5, /* 29 entries */, 16384)    = 1144
> getdents(5, /* 0 entries */, 16384)     = 0
> close(5)                                = 0
> open("/usr/lib/python2.5/site-packages/python-support.pth", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
> fstat(5, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(5, "/var/lib/python-support/python2.5"..., 16384) = 34
> read(5, ""..., 16384)                   = 0
> stat("/var/lib/python-support/python2.5", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> stat("/usr/lib/site-python", 0x60000fffffe08558) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
> stat("/usr/lib/python2.5", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0
> stat("/usr/lib/python2.5/sitecustomize", 0x60000fffffe04530) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sitecustomize.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sitecustomizemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sitecustomize.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0
> open("/usr/lib/python2.5/sitecustomize.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(6, 
> "\263\362\r\n\244\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s4\0\0\0y\20\0"..., 
> 16384) = 234
> fstat(6, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> stat("/usr/lib/python2.5/apport_python_hook", 0x60000fffffe013d0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/apport_python_hook.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/apport_python_hookmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/apport_python_hook.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/apport_python_hook.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/plat-linux2/apport_python_hook", 0x60000fffffe013d0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/apport_python_hook.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/apport_python_hookmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/apport_python_hook.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/apport_python_hook.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/lib-tk/apport_python_hook", 0x60000fffffe013d0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/apport_python_hook.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/apport_python_hookmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/apport_python_hook.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/apport_python_hook.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/lib-dynload/apport_python_hook", 0x60000fffffe013d0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/apport_python_hook.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/apport_python_hookmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/apport_python_hook.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/apport_python_hook.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/local/lib/python2.5/site-packages", {st_mode=S_IFDIR|S_ISGID|0775, 
> st_size=4096, ...}) = 0
> stat("/usr/local/lib/python2.5/site-packages", {st_mode=S_IFDIR|S_ISGID|0775, 
> st_size=4096, ...}) = 0
> stat("/usr/local/lib/python2.5/site-packages/apport_python_hook", 
> 0x60000fffffe013d0) = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/apport_python_hook.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/apport_python_hookmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/apport_python_hook.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/apport_python_hook.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/site-packages/apport_python_hook", 
> 0x60000fffffe013d0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/apport_python_hook.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/apport_python_hookmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/apport_python_hook.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/apport_python_hook.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/var/lib/python-support/python2.5", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/var/lib/python-support/python2.5", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/var/lib/python-support/python2.5/apport_python_hook", 
> 0x60000fffffe013d0) = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/apport_python_hook.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/apport_python_hookmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/apport_python_hook.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/apport_python_hook.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> close(5)                                = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/warnings", 0x60000fffffe077f0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/warnings.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/warningsmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/warnings.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=9065, ...}) = 0
> open("/usr/lib/python2.5/warnings.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=8077, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(5, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s1\1\0\0d\0\0"..., 
> 16384) = 8077
> fstat(5, {st_mode=S_IFREG|0644, st_size=8077, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> stat("/usr/lib/python2.5/linecache", 0x60000fffffe04690) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/linecache.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/linecachemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/linecache.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=4217, ...}) = 0
> open("/usr/lib/python2.5/linecache.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000049c000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sp\0\0\0d\0\0"..., 
> 16384) = 3302
> fstat(6, {st_mode=S_IFREG|0644, st_size=3302, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x200000000049c000, 65536)       = 0
> close(5)                                = 0
> close(4)                                = 0
> open("/usr/lib/locale/locale-archive", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=1282768, ...}) = 0
> mmap(NULL, 1282768, PROT_READ, MAP_PRIVATE, 4, 0) = 0x200000000049c000
> close(4)                                = 0
> stat("/usr/lib/python2.5/encodings", {st_mode=S_IFDIR|0755, st_size=12288, 
> ...}) = 0
> stat("/usr/lib/python2.5/encodings/__init__.py", {st_mode=S_IFREG|0644, 
> st_size=5475, ...}) = 0
> stat("/usr/lib/python2.5/encodings/__init__", 0x60000fffffe06850) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/__init__.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/__init__module.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/__init__.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=5475, ...}) = 0
> open("/usr/lib/python2.5/encodings/__init__.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=4423, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(5, 
> "\263\362\r\n\247\255\\Kc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\216\0\0\0d\0\0"..., 
> 16384) = 4423
> fstat(5, {st_mode=S_IFREG|0644, st_size=4423, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/lib/python2.5/encodings", {st_mode=S_IFDIR|0755, st_size=12288, 
> ...}) = 0
> stat("/usr/lib/python2.5/encodings", {st_mode=S_IFDIR|0755, st_size=12288, 
> ...}) = 0
> stat("/usr/lib/python2.5/encodings/codecs", 0x60000fffffe036f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/codecs.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/encodings/codecsmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/codecs.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/encodings/codecs.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/codecs", 0x60000fffffe036f0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/codecs.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/codecsmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/codecs.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=33297, ...}) = 0
> open("/usr/lib/python2.5/codecs.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=33907, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0sA\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=33907, ...}) = 0
> brk(0x60000000000d4000)                 = 0x60000000000d4000
> read(6, "\1q\220\0\1W|\3\0S(\r\0\0\0s\261\0\0\0 Read one lin"..., 16384) = 
> 16384
> read(6, ", then that target is mapped to N"..., 16384) = 1139
> read(6, ""..., 16384)                   = 0
> mmap(NULL, 212992, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005e8000
> close(6)                                = 0
> munmap(0x20000000005d8000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/encodings/types", 0x60000fffffe036f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/types.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/encodings/typesmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/types.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/encodings/types.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/encodings/encodings", 0x60000fffffe036f0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/encodings/encodings.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/encodingsmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/encodings.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/encodings.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/encodings/aliases", 0x60000fffffe036f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/aliases.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/aliasesmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/aliases.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=14337, ...}) = 0
> open("/usr/lib/python2.5/encodings/aliases.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=9100, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(6, 
> "\263\362\r\n\247\255\\Kc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sx\n\0\0d\0\0"..., 
> 16384) = 9100
> fstat(6, {st_mode=S_IFREG|0644, st_size=9100, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x20000000005d8000, 65536)       = 0
> close(5)                                = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/encodings/utf_8", 0x60000fffffe07740) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/encodings/utf_8.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/encodings/utf_8module.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/encodings/utf_8.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=1005, ...}) = 0
> open("/usr/lib/python2.5/encodings/utf_8.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(5, 
> "\263\362\r\n\247\255\\Kc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\230\0\0\0d\0\0"..., 
> 16384) = 1950
> fstat(5, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x20000000005d8000, 65536)       = 0
> close(4)                                = 0
> ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) 
> = 0
> ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) 
> = 0
> ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) 
> = 0
> readlink("/usr/sbin/xend", 0x60000fffffe08990, 4096) = -1 EINVAL (Invalid 
> argument)
> lstat("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> lstat("/usr/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> lstat("/usr/sbin/xend", {st_mode=S_IFREG|0755, st_size=4188, ...}) = 0
> ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x60000fffffe0b930) = -1 ENOTTY 
> (Inappropriate ioctl for device)
> fstat(3, {st_mode=S_IFREG|0755, st_size=4188, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> lseek(3, 0, SEEK_CUR)                   = 0
> read(3, "#!/usr/bin/python\n#  -*- mode: py"..., 16384) = 4188
> lseek(3, 4188, SEEK_SET)                = 4188
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000061c000
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/sbin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/sbin/fcntl", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fcntl.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fcntl.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fcntl.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/fcntl", 0x60000fffffe07720) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/fcntl.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/fcntl.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/fcntl", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/fcntl.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/fcntlmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/fcntl.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/fcntl.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/fcntl", 0x60000fffffe07720) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/fcntl.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/fcntlmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/fcntl.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/fcntl.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/fcntl", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/fcntl.so", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=21760, ...}) = 0
> futex(0x20000000000a4544, FUTEX_WAKE, 2147483647) = 0
> open("/usr/lib/python2.5/lib-dynload/fcntl.so", O_RDONLY) = 4
> read(4, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0\22\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(4, {st_mode=S_IFREG|0644, st_size=21760, ...}) = 0
> mmap(NULL, 85240, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 
> 0x2000000000660000
> mprotect(0x2000000000664000, 49152, PROT_NONE) = 0
> mmap(0x2000000000670000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0) = 0x2000000000670000
> close(4)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000678000
> close(3)                                = 0
> stat("/usr/sbin/glob", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/glob.so", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/globmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/glob.py", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/glob.pyc", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/glob", 0x60000fffffe07720) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/glob.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/globmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/glob.py", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=2010, ...}) = 0
> open("/usr/lib/python2.5/glob.pyc", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(4, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sv\0\0\0d\0\0"..., 
> 16384) = 2211
> fstat(4, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> stat("/usr/sbin/fnmatch", 0x60000fffffe045c0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fnmatch.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fnmatch.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/fnmatch.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/fnmatch", 0x60000fffffe045c0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/fnmatch.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/fnmatchmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/fnmatch.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=3019, ...}) = 0
> open("/usr/lib/python2.5/fnmatch.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=3253, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(5, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sR\0\0\0d\0\0"..., 
> 16384) = 3253
> fstat(5, {st_mode=S_IFREG|0644, st_size=3253, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> stat("/usr/sbin/re", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/re.so", O_RDONLY)       = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/remodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/re.py", O_RDONLY)       = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/re.pyc", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/re", 0x60000fffffe01460) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/re.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/remodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/re.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=12726, ...}) = 0
> open("/usr/lib/python2.5/re.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=12894, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s8\2\0\0d\0\0"..., 
> 16384) = 12894
> fstat(6, {st_mode=S_IFREG|0644, st_size=12894, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> stat("/usr/sbin/sre_compile", 0x60000fffffdfe300) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_compile.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_compile.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/sre_compile", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sre_compile.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/sre_compilemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sre_compile.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=16516, ...}) = 0
> open("/usr/lib/python2.5/sre_compile.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=11487, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0sn\1\0\0d\0\0"..., 
> 16384) = 11487
> fstat(7, {st_mode=S_IFREG|0644, st_size=11487, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> stat("/usr/sbin/sre_constants", 0x60000fffffdfb1a0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/sre_constants.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/sre_constants.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_constants.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/sre_constants", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sre_constants.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sre_constantsmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/sre_constants.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=7137, ...}) = 0
> open("/usr/lib/python2.5/sre_constants.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=6135, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(8, "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0 
> \0\0\0@\0\0\0s%\5\0\0d\0\0"..., 16384) = 6135
> fstat(8, {st_mode=S_IFREG|0644, st_size=6135, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> close(7)                                = 0
> close(6)                                = 0
> stat("/usr/sbin/sre_parse", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_parse.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sre_parse.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/sre_parse", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sre_parse.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/sre_parsemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sre_parse.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=26883, ...}) = 0
> open("/usr/lib/python2.5/sre_parse.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=19850, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\5\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(7, {st_mode=S_IFREG|0644, st_size=19850, ...}) = 0
> read(7, "(\0\1|\4\0i\v\0i\3\0t\n\0@o\27\0\1t\f\0|\0\0|\4\0i\v\0i"..., 16384) 
> = 3466
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> close(6)                                = 0
> brk(0x60000000000f8000)                 = 0x60000000000f8000
> close(5)                                = 0
> close(4)                                = 0
> close(3)                                = 0
> stat("/usr/sbin/socket", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/socket.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/socket.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/socket.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/socket", 0x60000fffffe07720) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/socket.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/socketmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/socket.py", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=16051, ...}) = 0
> open("/usr/lib/python2.5/socket.pyc", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=13390, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000067c000
> read(4, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\37\0\0\0@\0\0\0s\214\2\0\0d\0\0"...,
>  16384) = 13390
> fstat(4, {st_mode=S_IFREG|0644, st_size=13390, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x200000000067c000, 65536)       = 0
> stat("/usr/sbin/_socket", 0x60000fffffe045c0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_socket.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_socket.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_socket", 0x60000fffffe045c0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_socket.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_socketmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_socket.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_socket.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/_socket", 0x60000fffffe045c0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_socket.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_socketmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_socket.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_socket.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_socket", 0x60000fffffe045c0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_socket.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_socketmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_socket.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_socket.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_socket", 0x60000fffffe045c0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_socket.so", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=102304, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/_socket.so", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240J\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=102304, ...}) = 0
> mmap(NULL, 165744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x200000000067c000
> mprotect(0x2000000000694000, 49152, PROT_NONE) = 0
> mmap(0x20000000006a0000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x14000) = 0x20000000006a0000
> close(5)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000006a8000
> close(4)                                = 0
> stat("/usr/sbin/_ssl", 0x60000fffffe045c0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_ssl.so", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_ssl.py", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_ssl.pyc", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_ssl", 0x60000fffffe045c0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_ssl.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_sslmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_ssl.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/_ssl", 0x60000fffffe045c0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_ssl.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/_sslmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_ssl.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/_ssl.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_ssl", 0x60000fffffe045c0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_ssl.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/_sslmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_ssl.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/_ssl.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_ssl", 0x60000fffffe045c0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_ssl.so", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=29544, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/_ssl.so", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300(\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=29544, ...}) = 0
> mmap(NULL, 92912, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x20000000006ac000
> mprotect(0x20000000006b4000, 49152, PROT_NONE) = 0
> mmap(0x20000000006c0000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x20000000006c0000
> close(5)                                = 0
> open("/etc/ld.so.cache", O_RDONLY)      = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=22979, ...}) = 0
> mmap(NULL, 22979, PROT_READ, MAP_PRIVATE, 5, 0) = 0x20000000006c4000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libssl.so.0.9.8", O_RDONLY) = 5
> read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0 
> \235\1\0\0\0\0\0@"..., 832) = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=583064, ...}) = 0
> mmap(NULL, 646368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x20000000006cc000
> mprotect(0x2000000000754000, 49152, PROT_NONE) = 0
> mmap(0x2000000000760000, 49152, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x84000) = 0x2000000000760000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libcrypto.so.0.9.8", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0\231\10\0\0\0\0\0@"..., 
> 832) = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=2748208, ...}) = 0
> mmap(NULL, 2825696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x200000000076c000
> mprotect(0x20000000009e4000, 49152, PROT_NONE) = 0
> mmap(0x20000000009f0000, 180224, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x274000) = 0x20000000009f0000
> mmap(0x2000000000a1c000, 7648, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x2000000000a1c000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libz.so.1", O_RDONLY)    = 5
> read(5, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0 )\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=165344, ...}) = 0
> mmap(NULL, 228664, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000a20000
> mprotect(0x2000000000a48000, 49152, PROT_NONE) = 0
> mmap(0x2000000000a54000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x24000) = 0x2000000000a54000
> close(5)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a58000
> mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a5c000
> mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a64000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a6c000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a70000
> munmap(0x20000000006c4000, 22979)       = 0
> close(4)                                = 0
> stat("/usr/sbin/cStringIO", 0x60000fffffe045c0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/cStringIO", 0x60000fffffe045c0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/cStringIO.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/cStringIOmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/cStringIO.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/cStringIO", 0x60000fffffe045c0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cStringIO.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cStringIOmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cStringIO.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cStringIO.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/lib-tk/cStringIO", 0x60000fffffe045c0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/cStringIO.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/cStringIOmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/cStringIO.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-dynload/cStringIO", 0x60000fffffe045c0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/cStringIO.so", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=31424, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/cStringIO.so", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240#\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=31424, ...}) = 0
> mmap(NULL, 94904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000a74000
> mprotect(0x2000000000a7c000, 49152, PROT_NONE) = 0
> mmap(0x2000000000a88000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x2000000000a88000
> close(5)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000a8c000
> close(4)                                = 0
> brk(0x600000000011c000)                 = 0x600000000011c000
> close(3)                                = 0
> stat("/usr/sbin/time", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/time.so", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/timemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/time.py", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/time.pyc", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/time", 0x60000fffffe07720) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/time.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/timemodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/time.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/time.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/time", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/time.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/timemodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/time.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/time.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/time", 0x60000fffffe07720) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/time.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/timemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/time.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/time.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/time", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/time.so", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=32192, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/time.so", O_RDONLY) = 4
> read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`$\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(4, {st_mode=S_IFREG|0644, st_size=32192, ...}) = 0
> mmap(NULL, 95936, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 
> 0x2000000000a90000
> mprotect(0x2000000000a98000, 49152, PROT_NONE) = 0
> mmap(0x2000000000aa4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x2000000000aa4000
> close(4)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aa8000
> gettimeofday({1296057136, 240685}, NULL) = 0
> open("/etc/localtime", O_RDONLY)        = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=224, ...}) = 0
> fstat(4, {st_mode=S_IFREG|0644, st_size=224, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\3\0\0\0\3\0\0\0\0\0"..., 
> 16384) = 224
> lseek(4, -133, SEEK_CUR)                = 91
> read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\4\0\0\0\4\0\0\0\0\0"..., 
> 16384) = 133
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=224, ...}) = 0
> close(3)                                = 0
> stat("/usr/sbin/commands", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/commands.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/commandsmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/commands.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/commands.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/commands", 0x60000fffffe07720) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/commands.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/commandsmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/commands.py", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=2279, ...}) = 0
> open("/usr/lib/python2.5/commands.pyc", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=2149, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sF\0\0\0d\0\0"..., 
> 16384) = 2149
> fstat(4, {st_mode=S_IFREG|0644, st_size=2149, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> close(3)                                = 0
> stat("/usr/sbin/xen", 0x60000fffffe07720) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xen.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xenmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xen.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xen.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/xen", 0x60000fffffe07720) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/xen.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/xenmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/xen.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/xen.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/xen", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/xen.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/xenmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/xen.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/xen.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-tk/xen", 0x60000fffffe07720) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/xen.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/xenmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/xen.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/xen.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/lib-dynload/xen", 0x60000fffffe07720) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/xen.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/xenmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/xen.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/xen.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/local/lib/python2.5/site-packages/xen", 0x60000fffffe07720) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/xen.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/xenmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/xen.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/xen.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/__init__", 0x60000fffffe06710) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/__init__.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/__init__module.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/__init__.py", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/__init__.pyc", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=134, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 134
> fstat(4, {st_mode=S_IFREG|0644, st_size=134, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> close(3)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/__init__", 
> 0x60000fffffe06710) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__init__.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__init__module.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__init__.py", O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/__init__.pyc", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 139
> fstat(4, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> close(3)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/__init__", 
> 0x60000fffffe06710) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/__init__.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/__init__.py", 
> O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=1, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/__init__.pyc", 
> O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 146
> fstat(4, {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> close(3)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon", 
> 0x60000fffffe07720) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemonmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.py", 
> O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=12332, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvDaemon.pyc", 
> O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=10963, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(4, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\26\0\0\0@\0\0\0sS\1\0\0d\0\0"..., 
> 16384) = 10963
> fstat(4, {st_mode=S_IFREG|0644, st_size=10963, ...}) = 0
> read(4, ""..., 16384)                   = 0
> close(4)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/os", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/os.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/osmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/os.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/os.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/signal", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/signal.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/signalmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/signal.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/signal.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/stat", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/stat.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/statmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/stat.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/stat.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/sys", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/sys.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/sysmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/sys.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/sys.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/threading", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/threading.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/threading.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/threading.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/sbin/threading", 0x60000fffffe045c0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/threading.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/threading.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/threading.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/threading", 0x60000fffffe045c0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/threading.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/threadingmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/threading.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=27776, ...}) = 0
> open("/usr/lib/python2.5/threading.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=25561, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(5, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\327\2\0\0d\0\0"...,
>  16384) = 16384
> fstat(5, {st_mode=S_IFREG|0644, st_size=25561, ...}) = 0
> read(5, "\1\0o\25\0\1|\0\0i\5\0d\7\0|\0\0\203\2\0\1Pn\1\0\1|\0\0i\6\0"..., 
> 16384) = 9177
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> stat("/usr/sbin/traceback", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/traceback.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/traceback.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/traceback.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/traceback", 0x60000fffffe01460) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/traceback.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/tracebackmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/traceback.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=11042, ...}) = 0
> open("/usr/lib/python2.5/traceback.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=11472, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000aac000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0sB\1\0\0d\0\0"..., 
> 16384) = 11472
> fstat(6, {st_mode=S_IFREG|0644, st_size=11472, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000aac000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/sbin/collections", 0x60000fffffe01460) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/collections.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/collections.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/collections.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/collections", 0x60000fffffe01460) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/collections.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/collectionsmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/collections.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/collections.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/plat-linux2/collections", 0x60000fffffe01460) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/collections.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/collectionsmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/collections.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/collections.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/lib-tk/collections", 0x60000fffffe01460) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/collections.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/collectionsmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/collections.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/collections.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-dynload/collections", 0x60000fffffe01460) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/collections.so", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=49408, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/collections.so", O_RDONLY) = 6
> read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`/\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(6, {st_mode=S_IFREG|0644, st_size=49408, ...}) = 0
> mmap(NULL, 112888, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 
> 0x2000000000aac000
> mprotect(0x2000000000ab8000, 49152, PROT_NONE) = 0
> mmap(0x2000000000ac4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x8000) = 0x2000000000ac4000
> close(6)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ac8000
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000acc000
> close(5)                                = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/time", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/time.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/timemodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/time.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/time.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/linecache", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/linecache.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/linecachemodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/linecache.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/linecache.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/pwd", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pwd.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pwdmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pwd.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pwd.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/re", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/re.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/remodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/re.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/re.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/traceback", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/traceback.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/tracebackmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/traceback.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/traceback.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/xen", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xen.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xenmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xen.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xen.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__", 
> 0x60000fffffe035b0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__.py", O_RDONLY) = 
> 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/__init__.pyc", O_RDONLY) 
> = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=143, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000b10000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 143
> fstat(5, {st_mode=S_IFREG|0644, st_size=143, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000b10000, 65536)       = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/xc", 0x60000fffffe045c0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/xc.so", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0755, st_size=138464, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/xc.so", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\200Z\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0755, st_size=138464, ...}) = 0
> mmap(NULL, 145136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000b10000
> mprotect(0x2000000000b24000, 49152, PROT_NONE) = 0
> mmap(0x2000000000b30000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x10000) = 0x2000000000b30000
> close(5)                                = 0
> open("/etc/ld.so.cache", O_RDONLY)      = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=22979, ...}) = 0
> mmap(NULL, 22979, PROT_READ, MAP_PRIVATE, 5, 0) = 0x2000000000b34000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libxenctrl.so.4.0", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\340_\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0755, st_size=188744, ...}) = 0
> mmap(NULL, 234008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000b3c000
> mprotect(0x2000000000b68000, 49152, PROT_NONE) = 0
> mmap(0x2000000000b74000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x28000) = 0x2000000000b74000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libxenguest.so.4.0", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\200r\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(5, {st_mode=S_IFREG|0755, st_size=207315, ...}) = 0
> mmap(NULL, 250416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000b78000
> mprotect(0x2000000000ba4000, 49152, PROT_NONE) = 0
> mmap(0x2000000000bb0000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x28000) = 0x2000000000bb0000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/libxenstore.so.3.0", O_RDONLY) = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0'\0\0\0\0\0\0@"..., 832) = 
> 832
> fstat(5, {st_mode=S_IFREG|0755, st_size=45142, ...}) = 0
> mmap(NULL, 112840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000bb8000
> mprotect(0x2000000000bc4000, 49152, PROT_NONE) = 0
> mmap(0x2000000000bd0000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x8000) = 0x2000000000bd0000
> close(5)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libbz2.so.1.0", O_RDONLY)    = 5
> read(5, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240\36\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(5, {st_mode=S_IFREG|0644, st_size=136928, ...}) = 0
> mmap(NULL, 200424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 
> 0x2000000000bd4000
> mprotect(0x2000000000bf4000, 49152, PROT_NONE) = 0
> mmap(0x2000000000c00000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x1c000) = 0x2000000000c00000
> close(5)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c08000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c0c000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c10000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c14000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c18000
> munmap(0x2000000000b34000, 22979)       = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendLogging", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLogging.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLoggingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLogging.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=5502, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLogging.pyc", O_RDONLY) = 
> 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=4729, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c1c000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\246\1\0\0d\0\0"..., 
> 16384) = 4729
> fstat(5, {st_mode=S_IFREG|0644, st_size=4729, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000c1c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/inspect", 0x60000fffffe01460) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/inspect.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/inspectmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/inspect.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/inspect.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/inspect", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/inspect.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/inspect.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/inspect.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/inspect", 0x60000fffffe01460) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/inspect.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/inspectmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/inspect.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=35724, ...}) = 0
> open("/usr/lib/python2.5/inspect.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=34313, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c1c000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\10\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=34313, ...}) = 0
> read(6, 
> "\0j\10\0o\35\0\1t\1\0|\0\0\203\1\0p\n\0\1t\2\0|\0\0\203\1\0}\1\0"..., 16384) 
> = 16384
> read(6, "\0o-\0\1|\2\0i\0\0|\0\0i\1\0f\1\0t\2\0|\0\0|\1\0\203\2\0\27"..., 
> 16384) = 1545
> read(6, ""..., 16384)                   = 0
> brk(0x6000000000140000)                 = 0x6000000000140000
> close(6)                                = 0
> munmap(0x2000000000c1c000, 65536)       = 0
> stat("/usr/sbin/string", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/string.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/stringmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/string.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/string.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/string", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/string.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/stringmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/string.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=16675, ...}) = 0
> open("/usr/lib/python2.5/string.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=17122, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c1c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\202\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(7, {st_mode=S_IFREG|0644, st_size=17122, ...}) = 0
> read(7, "\0\0\0R~\0\0\0R|\0\0\0R}\0\0\0t\7\0\0\0letterst\17\0"..., 16384) = 
> 738
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000c1c000, 65536)       = 0
> stat("/usr/sbin/strop", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/strop.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/strop.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/strop.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/strop", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/strop.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/stropmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/strop.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/strop.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/strop", 0x60000fffffdfb1a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/strop.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/stropmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/strop.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/strop.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/strop", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/strop.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/stropmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/strop.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/strop.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/strop", 0x60000fffffdfb1a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/strop.so", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=43872, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/strop.so", O_RDONLY) = 8
> read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0 !\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(8, {st_mode=S_IFREG|0644, st_size=43872, ...}) = 0
> mmap(NULL, 107352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 
> 0x2000000000c1c000
> mprotect(0x2000000000c28000, 49152, PROT_NONE) = 0
> mmap(0x2000000000c34000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x8000) = 0x2000000000c34000
> close(8)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c38000
> close(7)                                = 0
> close(6)                                = 0
> stat("/usr/sbin/dis", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/dis.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/dismodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/dis.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/dis.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/dis", 0x60000fffffdfe300) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/dis.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/dismodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/dis.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=6484, ...}) = 0
> open("/usr/lib/python2.5/dis.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=6324, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c3c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\307\0\0\0d\0\0"..., 
> 16384) = 6324
> fstat(7, {st_mode=S_IFREG|0644, st_size=6324, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000c3c000, 65536)       = 0
> stat("/usr/sbin/opcode", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/opcode.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/opcode.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/opcode.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/opcode", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/opcode.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/opcodemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/opcode.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=5210, ...}) = 0
> open("/usr/lib/python2.5/opcode.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=5873, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c3c000
> read(8, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\366\6\0\0d\0\0"..., 
> 16384) = 5873
> fstat(8, {st_mode=S_IFREG|0644, st_size=5873, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c3c000, 65536)       = 0
> close(7)                                = 0
> close(6)                                = 0
> stat("/usr/sbin/tokenize", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tokenize.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tokenize.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/tokenize", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/tokenize.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/tokenizemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/tokenize.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=13805, ...}) = 0
> open("/usr/lib/python2.5/tokenize.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=11614, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c3c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s\246\4\0\0d\0\0"...,
>  16384) = 11614
> fstat(7, {st_mode=S_IFREG|0644, st_size=11614, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000c3c000, 65536)       = 0
> stat("/usr/sbin/token", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/token.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/token.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/token.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/token", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/token.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/tokenmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/token.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0755, st_size=2925, ...}) = 0
> open("/usr/lib/python2.5/token.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=3822, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c3c000
> read(8, 
> "\263\362\r\n\304\255\\Kc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s\335\1\0\0d\0\0"..., 
> 16384) = 3822
> fstat(8, {st_mode=S_IFREG|0644, st_size=3822, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c3c000, 65536)       = 0
> close(7)                                = 0
> close(6)                                = 0
> stat("/usr/sbin/operator", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/operator.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/operatormodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/operator.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/operator.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/operator", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/operator.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/operatormodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/operator.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/operator.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/operator", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/operator.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/operatormodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/operator.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/operator.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/operator", 0x60000fffffdfe300) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/operator.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/operatormodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/operator.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/operator.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/operator", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/operator.so", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=54448, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/operator.so", O_RDONLY) = 7
> read(7, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0S\0\0\0\0\0\0@"..., 832) = 
> 832
> fstat(7, {st_mode=S_IFREG|0644, st_size=54448, ...}) = 0
> mmap(NULL, 117928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 
> 0x2000000000c3c000
> mprotect(0x2000000000c48000, 49152, PROT_NONE) = 0
> mmap(0x2000000000c54000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x8000) = 0x2000000000c54000
> close(7)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c5c000
> brk(0x6000000000164000)                 = 0x6000000000164000
> close(6)                                = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/os", 0x60000fffffe01460) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/os.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/osmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/os.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/os.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/sys", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sys.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sysmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sys.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sys.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/stat", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/stat.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/statmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/stat.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/stat.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/tempfile", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tempfile.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tempfilemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tempfile.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tempfile.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/tempfile", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tempfile.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tempfile.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/tempfile", 0x60000fffffe01460) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/tempfile.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/tempfilemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/tempfile.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=15003, ...}) = 0
> open("/usr/lib/python2.5/tempfile.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=14668, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\372\2\0\0d\0\0"...,
>  16384) = 14668
> fstat(6, {st_mode=S_IFREG|0644, st_size=14668, ...}) = 0
> read(6, ""..., 16384)                   = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c70000
> close(6)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/sbin/random", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/random.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/randommodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/random.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/random.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/random", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/random.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/randommodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/random.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=30486, ...}) = 0
> open("/usr/lib/python2.5/random.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=23865, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s}\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(7, {st_mode=S_IFREG|0644, st_size=23865, ...}) = 0
> read(7, " internal states (this guarantee "..., 16384) = 7481
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/sbin/math", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/math.so", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/math.py", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/math.pyc", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/math", 0x60000fffffdfb1a0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/math.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/mathmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/math.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/math.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/math", 0x60000fffffdfb1a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/math.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/mathmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/math.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/math.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/math", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/math.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/mathmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/math.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/math.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/math", 0x60000fffffdfb1a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/math.so", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=24632, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/math.so", O_RDONLY) = 8
> read(8, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`\37\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(8, {st_mode=S_IFREG|0644, st_size=24632, ...}) = 0
> mmap(NULL, 88120, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 
> 0x2000000000cb4000
> mprotect(0x2000000000cbc000, 49152, PROT_NONE) = 0
> mmap(0x2000000000cc8000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4000) = 0x2000000000cc8000
> close(8)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ccc000
> close(7)                                = 0
> stat("/usr/sbin/binascii", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/binascii.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/binascii.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/binascii", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/binascii.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/binasciimodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/binascii.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/binascii.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/binascii", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/binascii.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/binasciimodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/binascii.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/binascii.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/binascii", 0x60000fffffdfb1a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/binascii.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/binasciimodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/binascii.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/binascii.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/binascii", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/binascii.so", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=35480, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/binascii.so", O_RDONLY) = 8
> read(8, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0@\30\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(8, {st_mode=S_IFREG|0644, st_size=35480, ...}) = 0
> mmap(NULL, 98904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 
> 0x2000000000cd0000
> mprotect(0x2000000000cd8000, 49152, PROT_NONE) = 0
> mmap(0x2000000000ce4000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4000) = 0x2000000000ce4000
> close(8)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000cec000
> close(7)                                = 0
> stat("/usr/sbin/_random", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_random.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_randommodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_random.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_random", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_random.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_randommodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_random.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_random.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/_random", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_random.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_randommodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_random.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_random.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_random", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_random.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_randommodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_random.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_random.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_random", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_random.so", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=22464, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/_random.so", O_RDONLY) = 8
> read(8, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0 
> \32\0\0\0\0\0\0@"..., 832) = 832
> fstat(8, {st_mode=S_IFREG|0644, st_size=22464, ...}) = 0
> mmap(NULL, 85944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 
> 0x2000000000cf0000
> mprotect(0x2000000000cf8000, 49152, PROT_NONE) = 0
> mmap(0x2000000000d04000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0x4000) = 0x2000000000d04000
> close(8)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d08000
> close(7)                                = 0
> gettimeofday({1296057136, 329301}, NULL) = 0
> open("/dev/urandom", O_RDONLY)          = 7
> read(7, "8 \265\272\327E\3\1\10\205\263U`9\347:"..., 16) = 16
> close(7)                                = 0
> close(6)                                = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/types", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/types.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/typesmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/types.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/types.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/logging", 0x60000fffffe01460) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/logging.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/loggingmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/logging.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/logging.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/logging", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/logging.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/loggingmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/logging.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/logging.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/logging/__init__.py", {st_mode=S_IFREG|0644, 
> st_size=47156, ...}) = 0
> stat("/usr/lib/python2.5/logging/__init__", 0x60000fffffe00450) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/__init__.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/__init__module.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/__init__.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=47156, ...}) = 0
> open("/usr/lib/python2.5/logging/__init__.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=46411, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d0c000
> read(6, 
> "\263\362\r\n\247\255\\Kc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s~\4\0\0d\0\0"..., 
> 16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=46411, ...}) = 0
> read(6, "m to share\n    common code.\n    c"..., 16384) = 16384
> read(6, "\2\0j\5\0o\10\0\1d\1\0Sn\1\0\1|\0\0i\3\0t\2\0\203\1\0o \0\1"..., 
> 16384) = 13643
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d0c000, 65536)       = 0
> stat("/usr/lib/python2.5/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/logging", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/logging/sys", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/sys.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/logging/sysmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/sys.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/logging/sys.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/os", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/os.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/logging/osmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/os.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/logging/os.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/logging/types", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/types.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/typesmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/types.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/types.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/time", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/time.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/timemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/time.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/time.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/string", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/string.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/stringmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/string.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/string.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/cStringIO", 0x60000fffffdfd2f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/cStringIO.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/cStringIOmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/cStringIO.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/cStringIO.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/logging/traceback", 0x60000fffffdfd2f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/traceback.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/tracebackmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/traceback.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/traceback.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/logging/codecs", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/codecs.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/codecsmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/codecs.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/codecs.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/thread", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/thread.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/threadmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/thread.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/thread.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/threading", 0x60000fffffdfd2f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/threading.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/threadingmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/threading.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/threading.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> gettimeofday({1296057136, 336409}, NULL) = 0
> stat("/usr/lib/python2.5/logging/atexit", 0x60000fffffdfd2f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/atexit.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/atexitmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/atexit.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/atexit.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/sbin/atexit", 0x60000fffffdfd2f0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/atexit.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/atexit.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/atexit.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/atexit", 0x60000fffffdfd2f0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/atexit.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/atexitmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/atexit.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=1631, ...}) = 0
> open("/usr/lib/python2.5/atexit.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d0c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\304\0\0\0d\0\0"..., 
> 16384) = 2144
> fstat(7, {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000d0c000, 65536)       = 0
> close(6)                                = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/logging/handlers", 0x60000fffffe01460) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/handlers.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/handlersmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/handlers.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=38944, ...}) = 0
> open("/usr/lib/python2.5/logging/handlers.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=33778, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d0c000
> read(6, 
> "\263\362\r\n\247\255\\Kc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\331\1\0\0d\0\0"...,
>  16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=33778, ...}) = 0
> brk(0x6000000000188000)                 = 0x6000000000188000
> read(6, "al7t\5\0\0\0DEBUGt\4\0\0\0INFOt\7\0\0\0WARNIN"..., 16384) = 16384
> read(6, " to the target, if there is one. "..., 16384) = 1010
> read(6, ""..., 16384)                   = 0
> brk(0x6000000000180000)                 = 0x6000000000180000
> close(6)                                = 0
> munmap(0x2000000000d0c000, 65536)       = 0
> stat("/usr/lib/python2.5/logging/logging", 0x60000fffffdfe300) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/logging.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/loggingmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/logging.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/logging.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/socket", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/socket.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/socketmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/socket.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/socket.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/logging/cPickle", 0x60000fffffdfe300) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/cPickle.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/cPickle.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/sbin/cPickle", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cPickle.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cPickle.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/cPickle", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/cPickle.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/cPickle.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/cPickle", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cPickle.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cPicklemodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cPickle.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/cPickle.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/cPickle", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/cPickle.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/cPicklemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/cPickle.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/cPickle.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/cPickle", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/cPickle.so", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=173536, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/cPickle.so", O_RDONLY) = 7
> read(7, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240T\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(7, {st_mode=S_IFREG|0644, st_size=173536, ...}) = 0
> mmap(NULL, 237088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 7, 0) = 
> 0x2000000000d0c000
> mprotect(0x2000000000d38000, 49152, PROT_NONE) = 0
> mmap(0x2000000000d44000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 7, 0x28000) = 0x2000000000d44000
> close(7)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d48000
> stat("/usr/lib/python2.5/logging/copy_reg", 0x60000fffffdfc220) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/copy_reg.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/copy_regmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/copy_reg.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/copy_reg.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/logging/__builtin__", 0x60000fffffdfc220) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/logging/__builtin__.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/__builtin__module.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/logging/__builtin__.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/__builtin__.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> close(6)                                = 0
> stat("/usr/lib/python2.5/logging/struct", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/struct.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/structmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/struct.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/struct.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/sbin/struct", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/struct.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/struct.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/struct.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/struct", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/struct.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/structmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/struct.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=2970, ...}) = 0
> open("/usr/lib/python2.5/struct.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=3684, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d4c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sk\0\0\0d\0\0"..., 
> 16384) = 3684
> fstat(7, {st_mode=S_IFREG|0644, st_size=3684, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000d4c000, 65536)       = 0
> stat("/usr/sbin/_struct", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_struct.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_structmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_struct.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_struct", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_struct.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_structmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_struct.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_struct.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/_struct", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_struct.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_structmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_struct.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_struct.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_struct", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_struct.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_structmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_struct.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_struct.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_struct", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_struct.so", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=57952, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/_struct.so", O_RDONLY) = 8
> read(8, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0007\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(8, {st_mode=S_IFREG|0644, st_size=57952, ...}) = 0
> mmap(NULL, 121384, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 8, 0) = 
> 0x2000000000d4c000
> mprotect(0x2000000000d5c000, 49152, PROT_NONE) = 0
> mmap(0x2000000000d68000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 8, 0xc000) = 0x2000000000d68000
> close(8)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d6c000
> close(7)                                = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/logging/glob", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/glob.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/globmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/logging/glob.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/logging/glob.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xen", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xen.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xen.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xen.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/__init__", 
> 0x60000fffffe00450) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/__init__.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/__init__module.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/__init__.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/__init__.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 139
> fstat(6, {st_mode=S_IFREG|0644, st_size=139, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/mkdir", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/mkdir.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/mkdirmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/mkdir.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=1832, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/mkdir.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=1101, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s@\0\0\0d\0\0"..., 
> 16384) = 1101
> fstat(6, {st_mode=S_IFREG|0644, st_size=1101, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/errno", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/errno.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/errnomodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/errno.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/errno.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/os", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/os.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/osmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/os.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/os.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/stat", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/stat.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/statmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/stat.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/stat.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/params", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/params.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/paramsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/params.py", O_RDONLY) 
> = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=1816, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/params.pyc", O_RDONLY) 
> = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=1041, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s_\0\0\0d\0\0"..., 
> 16384) = 1041
> fstat(6, {st_mode=S_IFREG|0644, st_size=1041, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/oshelp", 0x60000fffffe01460) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/oshelp.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/oshelpmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/oshelp.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/oshelp.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s:\0\0\0d\0\0"..., 
> 16384) = 1452
> fstat(6, {st_mode=S_IFREG|0644, st_size=1452, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/fcntl", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fcntl.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fcntlmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fcntl.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fcntl.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(5)                                = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/osdep", 0x60000fffffe045c0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/osdep.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/osdepmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/osdep.py", O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=7484, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/osdep.pyc", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=6837, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s{\1\0\0d\0\0"..., 
> 16384) = 6837
> fstat(5, {st_mode=S_IFREG|0644, st_size=6837, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/commands", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/commands.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/commandsmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/commands.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/commands.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/relocate", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/relocate.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/relocatemodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/relocate.py", 
> O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=5938, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/relocate.pyc", 
> O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=6636, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\324\0\0\0d\0\0"..., 
> 16384) = 6636
> fstat(5, {st_mode=S_IFREG|0644, st_size=6636, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/StringIO", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/StringIO.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/StringIOmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/StringIO.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/StringIO.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/sbin/StringIO", 0x60000fffffe01460) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/StringIO.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/StringIO.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/StringIO", 0x60000fffffe01460) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/StringIO.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/StringIOmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/StringIO.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=10593, ...}) = 0
> open("/usr/lib/python2.5/StringIO.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=11468, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\200\0\0\0d\0\0"..., 
> 16384) = 11468
> fstat(6, {st_mode=S_IFREG|0644, st_size=11468, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/web", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/__init__", 0x60000fffffe00450) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/__init__.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/__init__module.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/__init__.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=947, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/__init__.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=138, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 138
> fstat(6, {st_mode=S_IFREG|0644, st_size=138, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/web", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/web", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/protocol", 0x60000fffffe01460) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/protocol.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/protocolmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/protocol.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=1463, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/protocol.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=1304, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\27\0\0\0d\0\0"..., 
> 16384) = 1304
> fstat(6, {st_mode=S_IFREG|0644, st_size=1304, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/tcp", 0x60000fffffe01460) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/tcp.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/tcpmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/tcp.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=4298, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/tcp.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=3449, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\177\0\0\0d\0\0"..., 
> 16384) = 3449
> fstat(6, {st_mode=S_IFREG|0644, st_size=3449, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/errno", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/errno.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/errnomodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/errno.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/errno.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/re", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/re.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/remodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/re.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/re.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/socket", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/socket.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/socketmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/socket.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/socket.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/time", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/time.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/timemodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/time.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/time.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/connection", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/connection.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/connectionmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/connection.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=11063, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/connection.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=9603, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(7, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\372\0\0\0d\0\0"..., 
> 16384) = 9603
> fstat(7, {st_mode=S_IFREG|0644, st_size=9603, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/sys", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/sys.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/sysmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/sys.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/sys.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/os", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/os.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/osmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/os.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/os.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/threading", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/threading.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/threadingmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/threading.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/threading.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/fcntl", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/fcntl.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/fcntlmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/fcntl.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/fcntl.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/OpenSSL", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/OpenSSL.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/OpenSSLmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/OpenSSL.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/OpenSSL.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/OpenSSL", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/OpenSSL.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/OpenSSLmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/OpenSSL.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/OpenSSL.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/OpenSSL", 0x60000fffffdfb1a0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/OpenSSL.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/OpenSSLmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/OpenSSL.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/OpenSSL.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/OpenSSL", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/OpenSSL.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/OpenSSLmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/OpenSSL.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/OpenSSL.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/OpenSSL", 0x60000fffffdfb1a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/OpenSSL.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/OpenSSLmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/OpenSSL.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/OpenSSL.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/OpenSSL", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/OpenSSL.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/OpenSSLmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/OpenSSL.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/OpenSSL.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/local/lib/python2.5/site-packages/OpenSSL", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/OpenSSL.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/OpenSSLmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/OpenSSL.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/OpenSSL.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/OpenSSL", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/OpenSSL.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/OpenSSLmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/OpenSSL.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/OpenSSL.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/var/lib/python-support/python2.5/OpenSSL", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/__init__", 
> 0x60000fffffdfa190) = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/__init__.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/__init__module.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/__init__.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=260, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/__init__.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=369, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> read(8, 
> "\263\362\r\n\205\\\314Gc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sJ\0\0\0d\0\0"..., 
> 16384) = 369
> fstat(8, {st_mode=S_IFREG|0644, st_size=369, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000d70000, 65536)       = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000d70000
> stat("/var/lib/python-support/python2.5/OpenSSL", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/var/lib/python-support/python2.5/OpenSSL", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/rand", 0x60000fffffdf7030) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/rand.so", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=14312, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/rand.so", O_RDONLY) = 9
> read(9, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0@\23\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(9, {st_mode=S_IFREG|0644, st_size=14312, ...}) = 0
> mmap(NULL, 77800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 
> 0x2000000000db4000
> mprotect(0x2000000000db8000, 49152, PROT_NONE) = 0
> mmap(0x2000000000dc4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0) = 0x2000000000dc4000
> close(9)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000dc8000
> close(8)                                = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/crypto", 0x60000fffffdf7030) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/crypto.so", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=116936, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/crypto.so", O_RDONLY) = 9
> read(9, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`\220\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(9, {st_mode=S_IFREG|0644, st_size=116936, ...}) = 0
> mmap(NULL, 180360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 
> 0x2000000000dcc000
> mprotect(0x2000000000de4000, 49152, PROT_NONE) = 0
> mmap(0x2000000000df0000, 49152, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x14000) = 0x2000000000df0000
> close(9)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000dfc000
> close(8)                                = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/SSL", 0x60000fffffdf7030) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/SSL.so", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=87512, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/SSL.so", O_RDONLY) = 9
> read(9, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0g\0\0\0\0\0\0@"..., 832) = 
> 832
> fstat(9, {st_mode=S_IFREG|0644, st_size=87512, ...}) = 0
> mmap(NULL, 150944, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 9, 0) = 
> 0x2000000000e00000
> mprotect(0x2000000000e14000, 49152, PROT_NONE) = 0
> mmap(0x2000000000e20000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 9, 0x10000) = 0x2000000000e20000
> close(9)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e28000
> stat("/var/lib/python-support/python2.5/OpenSSL/OpenSSL", 0x60000fffffdf4f70) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/OpenSSL.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/OpenSSLmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/OpenSSL.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/OpenSSL.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(8)                                = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/tsafe", 0x60000fffffdf7030) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/tsafe.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/tsafemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/tsafe.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=992, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/tsafe.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=1619, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(9, 
> "\263\362\r\n\205\\\314Gc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sH\0\0\0d\0\0"..., 
> 16384) = 1619
> fstat(9, {st_mode=S_IFREG|0644, st_size=1619, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/threading", 
> 0x60000fffffdf3ed0) = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/threading.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/threading.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/threading.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> close(8)                                = 0
> stat("/var/lib/python-support/python2.5/OpenSSL/version", 0x60000fffffdf7030) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/version.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/versionmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/OpenSSL/version.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=205, ...}) = 0
> open("/var/lib/python-support/python2.5/OpenSSL/version.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(9, 
> "\263\362\r\n\262\207\377Gc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\20\0\0\0d\0\0"...,
>  16384) = 251
> fstat(9, {st_mode=S_IFREG|0644, st_size=251, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> close(8)                                = 0
> close(7)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/xen", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/xen.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/xenmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/xen.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/xen.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(6)                                = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/unix", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/unix.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/unixmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/unix.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=2251, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/unix.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=2360, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\221\0\0\0d\0\0"..., 
> 16384) = 2360
> fstat(6, {st_mode=S_IFREG|0644, st_size=2360, ...}) = 0
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/stat", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/stat.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/statmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/stat.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/stat.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/sxp", 0x60000fffffe01460) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sxp.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sxpmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/sxp.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=19194, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/sxp.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=25426, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\"\0\0\0@\0\0\0sC\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=25426, ...}) = 0
> read(6, "\0(\0\0\0\0s/\0\0\0usr/lib/python2.5/site"..., 16384) = 9042
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/__future__", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__future__.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__future__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__future__.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/__future__.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/sbin/__future__", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/__future__.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/__future__module.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/__future__.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/__future__.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/__future__", 0x60000fffffdfe300) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/__future__.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/__future__module.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/__future__.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=3906, ...}) = 0
> open("/usr/lib/python2.5/__future__.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=3907, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\267\0\0\0d\0\0"..., 
> 16384) = 3907
> fstat(7, {st_mode=S_IFREG|0644, st_size=3907, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/errno", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/errno.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/errnomodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/errno.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/errno.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/string", 0x60000fffffdfe300) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/string.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/stringmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/string.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/string.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/StringIO", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/StringIO.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/StringIOmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/StringIO.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/StringIO.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDomain", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomain.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomainmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomain.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=69129, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomain.pyc", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=57173, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(6, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0$\0\0\0@\0\0\0s\203\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(6, {st_mode=S_IFREG|0644, st_size=57173, ...}) = 0
> brk(0x60000000001ac000)                 = 0x60000000001ac000
> read(6, "\0\0configR\203\0\0\0(\0\0\0\0(\0\0\0\0s6\0\0\0usr/l"..., 32768) = 
> 32768
> read(6, "\3\0y\35\0t\1\0i\2\0|\3\0i\3\0\203\0\0d\1\0|\2\0\203\1\1SWn'"..., 
> 16384) = 8021
> read(6, ""..., 16384)                   = 0
> close(6)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/shutil", 0x60000fffffdfe300) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shutil.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shutilmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shutil.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shutil.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/shutil", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shutil.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shutil.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shutil.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/shutil", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/shutil.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/shutilmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/shutil.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=5960, ...}) = 0
> open("/usr/lib/python2.5/shutil.pyc", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=6978, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(7, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\347\0\0\0d\0\0"...,
>  16384) = 6978
> fstat(7, {st_mode=S_IFREG|0644, st_size=6978, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/socket", 0x60000fffffdfe300) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/socket.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/socketmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/socket.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/socket.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/threading", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/threading.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/threading.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/threading.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/re", 0x60000fffffdfe300) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/re.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/remodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/re.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/re.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendOptions", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendOptions.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendOptionsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendOptions.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=20785, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendOptions.pyc", O_RDONLY) = 
> 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=23318, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(7, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\4\1\0\0d\0\0"..., 
> 16384) = 16384
> fstat(7, {st_mode=S_IFREG|0644, st_size=23318, ...}) = 0
> read(7, "lib/python2.5/site-packages/xen/x"..., 16384) = 6934
> read(7, ""..., 16384)                   = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e3c000
> close(7)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendError", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendError.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendErrormodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendError.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=7864, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendError.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=14929, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(8, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sB\2\0\0d\0\0"..., 
> 16384) = 14929
> fstat(8, {st_mode=S_IFREG|0644, st_size=14929, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xmlrpclib", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xmlrpclib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xmlrpclibmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xmlrpclib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xmlrpclib.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/sbin/xmlrpclib", 0x60000fffffdf8040) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xmlrpclib.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/xmlrpclib", 0x60000fffffdf8040) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xmlrpclib.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=46533, ...}) = 0
> open("/usr/lib/python2.5/xmlrpclib.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=39777, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000e2c000
> read(9, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0-\0\0\0@\0\0\0s\245\5\0\0d\0\0"..., 
> 16384) = 16384
> fstat(9, {st_mode=S_IFREG|0644, st_size=39777, ...}) = 0
> read(9, "\0d\1\0\203\1\0\1|\2\0|\1\0o\7\0\1d\2\0p\4\0\1d\3\0\203\1\0\1|"..., 
> 16384) = 16384
> read(9, "n\2\0\1X|\0\0i\r\0|\5\0i\16\0\203\0\0|\t\0\203\2\0S(\3\0\0\0N"..., 
> 16384) = 7009
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000e2c000, 65536)       = 0
> stat("/usr/sbin/datetime", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/datetime.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/datetime.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/datetime", 0x60000fffffdf4ee0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/datetime.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/datetimemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/datetime.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/datetime.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/datetime", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/datetime.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/datetimemodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/datetime.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/datetime.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/datetime", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/datetime.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/datetimemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/datetime.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/datetime.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/datetime", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/datetime.so", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=160440, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/datetime.so", O_RDONLY) = 10
> read(10, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240h\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(10, {st_mode=S_IFREG|0644, st_size=160440, ...}) = 0
> mmap(NULL, 224200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 10, 0) = 
> 0x2000000000e80000
> mprotect(0x2000000000ea4000, 49152, PROT_NONE) = 0
> mmap(0x2000000000eb0000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 10, 0x20000) = 0x2000000000eb0000
> close(10)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000eb8000
> close(9)                                = 0
> stat("/usr/sbin/base64", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/base64.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/base64module.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/base64.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/base64.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/base64", 0x60000fffffdf4ee0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/base64.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/base64module.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/base64.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0755, st_size=11295, ...}) = 0
> open("/usr/lib/python2.5/base64.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=11025, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ebc000
> read(10, 
> "\263\362\r\n\301\255\\Kc\0\0\0\0\0\0\0\0\21\0\0\0@\0\0\0s\7\3\0\0d\0\0"..., 
> 16384) = 11025
> fstat(10, {st_mode=S_IFREG|0644, st_size=11025, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000ebc000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/sbin/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/local/lib/python2.5/site-packages/_xmlrpclib", 0x60000fffffdf4ee0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclibmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/var/lib/python-support/python2.5/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_xmlrpclib", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclibmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/local/lib/python2.5/site-packages/_xmlrpclib", 0x60000fffffdf4ee0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclibmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlrpclib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlrpclib.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/var/lib/python-support/python2.5/_xmlrpclib", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlrpclib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/sgmlop", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sgmlop.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sgmlopmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sgmlop.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/sgmlop.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/sgmlop", 0x60000fffffdf4ee0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sgmlop.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/sgmlopmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/sgmlop.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/sgmlop.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/sgmlop", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/sgmlop.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/sgmlopmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/sgmlop.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/sgmlop.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/sgmlop", 0x60000fffffdf4ee0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/sgmlop.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/sgmlopmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/sgmlop.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/sgmlop.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/sgmlop", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/sgmlop.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/sgmlopmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/sgmlop.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/sgmlop.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/local/lib/python2.5/site-packages/sgmlop", 0x60000fffffdf4ee0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/sgmlop.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/sgmlopmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/sgmlop.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/sgmlop.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/sgmlop", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/sgmlop.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/sgmlopmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/sgmlop.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/sgmlop.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/var/lib/python-support/python2.5/sgmlop", 0x60000fffffdf4ee0) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/sgmlop.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/sgmlopmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/sgmlop.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/sgmlop.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/sbin/xml", 0x60000fffffdf4ee0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xml.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xmlmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xml.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/xml.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/xml/__init__.py", {st_mode=S_IFREG|0644, 
> st_size=1169, ...}) = 0
> stat("/usr/lib/python2.5/xml/__init__", 0x60000fffffdf3ed0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/__init__.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/__init__module.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/__init__.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=1169, ...}) = 0
> open("/usr/lib/python2.5/xml/__init__.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ebc000
> read(10, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\274\0\0\0d\0\0"..., 
> 16384) = 1158
> fstat(10, {st_mode=S_IFREG|0644, st_size=1158, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000ebc000, 65536)       = 0
> stat("/usr/lib/python2.5/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/xml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/xml/_xmlplus", 0x60000fffffdf0d70) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/sbin/_xmlplus", 0x60000fffffdf0d70) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_xmlplus", 0x60000fffffdf0d70) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/_xmlplus", 0x60000fffffdf0d70) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlplus.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlplusmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlplus.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_xmlplus", 0x60000fffffdf0d70) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlplus.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlplusmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlplus.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_xmlplus", 0x60000fffffdf0d70) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlplus.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlplusmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlplus.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_xmlplus.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/local/lib/python2.5/site-packages/_xmlplus", 0x60000fffffdf0d70) = 
> -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlplus.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlplusmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlplus.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/_xmlplus.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/_xmlplus", 0x60000fffffdf0d70) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlplus.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlplusmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlplus.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/_xmlplus.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/var/lib/python-support/python2.5/_xmlplus", 0x60000fffffdf0d70) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlplus.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlplusmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlplus.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/_xmlplus.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> close(9)                                = 0
> stat("/usr/lib/python2.5/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/xml/parsers/__init__.py", {st_mode=S_IFREG|0644, 
> st_size=167, ...}) = 0
> stat("/usr/lib/python2.5/xml/parsers/__init__", 0x60000fffffdf3ed0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/__init__.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/parsers/__init__module.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/__init__.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=167, ...}) = 0
> open("/usr/lib/python2.5/xml/parsers/__init__.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=312, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ebc000
> read(10, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\n\0\0\0d\0\0"..., 
> 16384) = 312
> fstat(10, {st_mode=S_IFREG|0644, st_size=312, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000ebc000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/xml/parsers", {st_mode=S_IFDIR|0755, st_size=4096, 
> ...}) = 0
> stat("/usr/lib/python2.5/xml/parsers/expat", 0x60000fffffdf4ee0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/expat.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/parsers/expatmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/expat.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0
> open("/usr/lib/python2.5/xml/parsers/expat.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=285, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000ebc000
> read(10, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\32\0\0\0d\0\0"..., 
> 16384) = 285
> fstat(10, {st_mode=S_IFREG|0644, st_size=285, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000ebc000, 65536)       = 0
> stat("/usr/lib/python2.5/xml/parsers/pyexpat", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/pyexpat.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/parsers/pyexpatmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/parsers/pyexpat.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/parsers/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/sbin/pyexpat", 0x60000fffffdf1d80) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pyexpat.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pyexpat.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/pyexpat", 0x60000fffffdf1d80) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/pyexpat.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/pyexpat.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/pyexpat", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/pyexpat.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/pyexpatmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/pyexpat.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/pyexpat", 0x60000fffffdf1d80) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/pyexpat.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/pyexpatmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/pyexpat.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/pyexpat.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/pyexpat", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/pyexpat.so", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=479296, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/pyexpat.so", O_RDONLY) = 11
> read(11, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`\231\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(11, {st_mode=S_IFREG|0644, st_size=479296, ...}) = 0
> mmap(NULL, 542984, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 
> 0x2000000000ebc000
> mprotect(0x2000000000f30000, 49152, PROT_NONE) = 0
> mmap(0x2000000000f3c000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x70000) = 0x2000000000f3c000
> close(11)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000f44000
> close(10)                               = 0
> close(9)                                = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendClient", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendClient.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendClientmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendClient.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=1474, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendClient.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=735, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000f48000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\266\0\0\0d\0\0"..., 
> 16384) = 735
> fstat(9, {st_mode=S_IFREG|0644, st_size=735, ...}) = 0
> read(9, ""..., 16384)                   = 0
> mmap(NULL, 802816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000f58000
> munmap(0x20000000005e8000, 212992)      = 0
> close(9)                                = 0
> munmap(0x2000000000f48000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xmlrpcclient", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpcclient.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpcclientmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpcclient.py", O_RDONLY) = 
> 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=4306, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpcclient.pyc", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=4206, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\6\1\0\0d\0\0"..., 
> 16384) = 4206
> fstat(10, {st_mode=S_IFREG|0644, st_size=4206, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/httplib", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/httplib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/httplibmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/httplib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/httplib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/httplib", 0x60000fffffdf1d80) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/httplib.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/httplib.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/httplib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/httplib", 0x60000fffffdf1d80) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/httplib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/httplibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/httplib.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=47249, ...}) = 0
> open("/usr/lib/python2.5/httplib.pyc", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=38655, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(11, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\32\0\0\0@\0\0\0s\241\5\0\0d\0\0"...,
>  16384) = 16384
> fstat(11, {st_mode=S_IFREG|0644, st_size=38655, ...}) = 0
> read(11, "\5\0|\0\0_\5\0q(\0n\2\0\1XPq(\0W|\0\0i\5\0p\20\0\1t\0"..., 16384) = 
> 16384
> read(11, "G\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s\35\0\0\0/usr/lib/"..., 16384) = 
> 5887
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/sbin/mimetools", 0x60000fffffdeec20) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/mimetools.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/mimetools.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/mimetools.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/mimetools", 0x60000fffffdeec20) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/mimetools.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/mimetoolsmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/mimetools.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=6841, ...}) = 0
> open("/usr/lib/python2.5/mimetools.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=7902, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(12, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0sr\1\0\0d\0\0"..., 
> 16384) = 7902
> fstat(12, {st_mode=S_IFREG|0644, st_size=7902, ...}) = 0
> read(12, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000101c000
> close(12)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/sbin/rfc822", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/rfc822.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/rfc822module.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/rfc822.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/rfc822.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/rfc822", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/rfc822.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/rfc822module.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/rfc822.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=33167, ...}) = 0
> open("/usr/lib/python2.5/rfc822.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=31918, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(13, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\31\0\0\0@\0\0\0s\303\3\0\0d\0\0"...,
>  16384) = 16384
> fstat(13, {st_mode=S_IFREG|0644, st_size=31918, ...}) = 0
> read(13, "N( \0\0\0t\10\0\0\0__name__t\n\0\0\0__module_"..., 16384) = 15534
> read(13, ""..., 16384)                  = 0
> brk(0x60000000001d0000)                 = 0x60000000001d0000
> close(13)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> close(12)                               = 0
> close(11)                               = 0
> stat("/usr/sbin/urlparse", 0x60000fffffdeec20) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urlparse.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urlparse.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/urlparse", 0x60000fffffdeec20) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/urlparse.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/urlparsemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/urlparse.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=12042, ...}) = 0
> open("/usr/lib/python2.5/urlparse.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=12320, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(12, "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s 
> \2\0\0d\0\0"..., 16384) = 12320
> fstat(12, {st_mode=S_IFREG|0644, st_size=12320, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> close(11)                               = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/socket", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/socket.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/socketmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/socket.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/socket.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/string", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/string.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/stringmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/string.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/string.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclibmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/types", 0x60000fffffdf1d80) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/types.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/typesmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/types.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/types.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/SSHTransport", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SSHTransport.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SSHTransportmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SSHTransport.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=3403, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/SSHTransport.pyc", O_RDONLY) 
> = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=3332, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\231\0\0\0d\0\0"..., 
> 16384) = 3332
> fstat(11, {st_mode=S_IFREG|0644, st_size=3332, ...}) = 0
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/subprocess", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/subprocess.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/subprocessmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/subprocess.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/subprocess.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/sbin/subprocess", 0x60000fffffdeec20) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/subprocess.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/subprocess.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/subprocess.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/subprocess", 0x60000fffffdeec20) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/subprocess.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/subprocessmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/subprocess.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=46278, ...}) = 0
> open("/usr/lib/python2.5/subprocess.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=33205, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005d8000
> read(12, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0s\333\1\0\0d\0\0"...,
>  16384) = 16384
> fstat(12, {st_mode=S_IFREG|0644, st_size=33205, ...}) = 0
> read(12, 
> "|\17\0|\20\0|\21\0|\22\0|\23\0|\24\0\203\20\0\1t\7\0o\227\0\1|\4\0d"..., 
> 16384) = 16384
> read(12, "\0\0\0\0\4\5\1\30\1\33\1\25\5\5\1\f\1t\10\0\0\0__main__(%\0"..., 
> 16384) = 437
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000005d8000, 65536)       = 0
> stat("/usr/sbin/select", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/select.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/selectmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/select.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/select.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/select", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/select.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/selectmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/select.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/select.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/select", 0x60000fffffdebac0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/select.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/selectmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/select.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/select.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/select", 0x60000fffffdebac0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/select.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/selectmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/select.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/select.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/select", 0x60000fffffdebac0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/select.so", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=25664, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/select.so", O_RDONLY) = 13
> read(13, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300\34\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(13, {st_mode=S_IFREG|0644, st_size=25664, ...}) = 0
> mmap(NULL, 89080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 
> 0x20000000005d8000
> mprotect(0x20000000005e0000, 49152, PROT_NONE) = 0
> mmap(0x20000000005ec000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x4000) = 0x20000000005ec000
> close(13)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005f0000
> close(12)                               = 0
> stat("/usr/sbin/pickle", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pickle.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/picklemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pickle.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pickle.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/pickle", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/pickle.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/picklemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/pickle.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=44800, ...}) = 0
> open("/usr/lib/python2.5/pickle.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=38509, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005f4000
> read(13, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0s\2\4\0\0d\0\0"..., 
> 16384) = 16384
> fstat(13, {st_mode=S_IFREG|0644, st_size=38509, ...}) = 0
> read(13, "\0o 
> \0\1\1\1\1t\f\0d\2\0|\1\0|\6\0|\2\0f\3\0\26\203\1\0\202\1\0"..., 16384) = 
> 16384
> read(13, 
> "\0|\3\0d\2\0d\0\0\203\3\0}\4\0|\4\0o\22\0\1|\4\0|\2\0\203\1\0\1"..., 16384) 
> = 5741
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000005f4000, 65536)       = 0
> stat("/usr/sbin/org", 0x60000fffffde8960) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/org", 0x60000fffffde8960) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/org.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/org.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/org.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/org", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-tk/org", 0x60000fffffde8960) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/lib-dynload/org", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/local/lib/python2.5/site-packages/org", 0x60000fffffde8960) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/orgmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/org", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/org.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/org.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/var/lib/python-support/python2.5/org", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/org.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/orgmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/org.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/org.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> close(12)                               = 0
> getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/getpass", 0x60000fffffdeec20) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/getpass.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/getpassmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/getpass.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/getpass.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/getpass", 0x60000fffffdeec20) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/getpass.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/getpass.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/getpass.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/getpass", 0x60000fffffdeec20) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/getpass.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/getpassmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/getpass.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=3362, ...}) = 0
> open("/usr/lib/python2.5/getpass.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=3338, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000005f4000
> read(12, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\v\1\0\0d\0\0"..., 
> 16384) = 3338
> fstat(12, {st_mode=S_IFREG|0644, st_size=3338, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000005f4000, 65536)       = 0
> stat("/usr/sbin/termios", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/termios.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/termios.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/termios", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/termios.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/termiosmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/termios.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/termios.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/termios", 0x60000fffffdebac0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/termios.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/termiosmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/termios.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/termios.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/termios", 0x60000fffffdebac0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/termios.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/termiosmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/termios.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/termios.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/termios", 0x60000fffffdebac0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/termios.so", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=30056, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/termios.so", O_RDONLY) = 13
> read(13, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240-\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(13, {st_mode=S_IFREG|0644, st_size=30056, ...}) = 0
> mmap(NULL, 93472, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 13, 0) = 
> 0x20000000005f4000
> mprotect(0x20000000005fc000, 49152, PROT_NONE) = 0
> mmap(0x2000000000608000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 13, 0x4000) = 0x2000000000608000
> close(13)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000060c000
> brk(0x60000000001f4000)                 = 0x60000000001f4000
> close(12)                               = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/termios", 0x60000fffffdeec20) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/termios.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/termiosmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/termios.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/termios.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(10)                               = 0
> close(9)                                = 0
> stat("/usr/sbin/urllib", 0x60000fffffdf4910) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urllib.so", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urllib.py", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/urllib.pyc", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/urllib", 0x60000fffffdf4910) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/urllib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/urllibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/urllib.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=54918, ...}) = 0
> open("/usr/lib/python2.5/urllib.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=49101, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(10, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0#\0\0\0@\0\0\0sv\4\0\0d\0\0"..., 
> 16384) = 16384
> fstat(10, {st_mode=S_IFREG|0644, st_size=49101, ...}) = 0
> read(10, 
> "\1\"\1\6\1\21\1\16\1\17\1\16\1c\2\0\0\0\31\0\0\0\26\0\0\0C\0\0\0s\324\3"..., 
> 16384) = 16384
> read(10, "\0\0(\0\0\0\0(\0\0\0\0s\34\0\0\0/usr/lib/python2"..., 16384) = 16333
> read(10, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001060000
> close(10)                               = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(9)                                = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsconstants", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsconstants.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsconstantsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsconstants.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=4466, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsconstants.pyc", O_RDONLY) = 
> 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=3391, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\35\0\0\0@\0\0\0s\354\1\0\0d\0\0"..., 
> 16384) = 3391
> fstat(9, {st_mode=S_IFREG|0644, st_size=3391, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(8)                                = 0
> close(7)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/auxbin", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/auxbin.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/auxbinmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/auxbin.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=1573, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/auxbin.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=1410, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(8, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0sn\0\0\0d\0\0"..., 
> 16384) = 1410
> fstat(8, {st_mode=S_IFREG|0644, st_size=1410, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/sys", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/sys.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/sysmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/sys.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/sys.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xen", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xen.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xenmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xen.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xen.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/path", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/path.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/pathmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/path.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=234, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/path.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\3276@Mc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s:\0\0\0d\0\0"..., 16384) 
> = 472
> fstat(9, {st_mode=S_IFREG|0644, st_size=472, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(8)                                = 0
> close(7)                                = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendCheckpointmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.py", O_RDONLY) 
> = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=14180, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendCheckpoint.pyc", 
> O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=11974, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(7, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\261\1\0\0d\0\0"..., 
> 16384) = 11974
> fstat(7, {st_mode=S_IFREG|0644, st_size=11974, ...}) = 0
> read(7, ""..., 16384)                   = 0
> close(7)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/fcntl", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/fcntl.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/fcntlmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/fcntl.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/fcntl.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/struct", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/struct.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/structmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/struct.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/struct.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xpopen", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xpopen.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xpopenmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xpopen.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=7215, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xpopen.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=5337, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(8, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\254\0\0\0d\0\0"..., 
> 16384) = 5337
> fstat(8, {st_mode=S_IFREG|0644, st_size=5337, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
> close(7)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/balloon", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/balloon.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/balloonmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/balloon.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=12024, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/balloon.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=5827, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(8, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\254\0\0\0d\0\0"..., 
> 16384) = 5827
> fstat(8, {st_mode=S_IFREG|0644, st_size=5827, ...}) = 0
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/time", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/time.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/timemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/time.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/time.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/MemoryPool", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> brk(0x6000000000218000)                 = 0x6000000000218000
> open("/usr/lib/python2.5/site-packages/xen/xend/MemoryPool.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/MemoryPoolmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/MemoryPool.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=4567, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/MemoryPool.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=4275, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sd\0\0\0d\0\0"..., 
> 16384) = 4275
> fstat(9, {st_mode=S_IFREG|0644, st_size=4275, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendConstants", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConstants.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConstantsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConstants.py", O_RDONLY) 
> = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=3981, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConstants.pyc", O_RDONLY) 
> = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=3427, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\242\2\0\0d\0\0"..., 
> 16384) = 3427
> fstat(9, {st_mode=S_IFREG|0644, st_size=3427, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendAPIConstants", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIConstants.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIConstantsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIConstants.py", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=2199, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIConstants.pyc", 
> O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=1374, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s\t\1\0\0d\0\0"..., 
> 16384) = 1374
> fstat(10, {st_mode=S_IFREG|0644, st_size=1374, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(9)                                = 0
> close(8)                                = 0
> close(7)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/image", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/image.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/imagemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/image.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=42696, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/image.pyc", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=36795, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(8, "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0 
> \0\0\0@\0\0\0s\200\2\0\0d\0\0"..., 16384) = 16384
> fstat(8, {st_mode=S_IFREG|0644, st_size=36795, ...}) = 0
> read(8, "\37\0\0\0/local/domain/0/device-model/"..., 16384) = 16384
> read(8, "/site-packages/xen/xend/image.pyR"..., 16384) = 4027
> read(8, ""..., 16384)                   = 0
> close(8)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/math", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/math.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/mathmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/math.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/math.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/signal", 0x60000fffffdf8040) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/signal.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/signalmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/signal.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/signal.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/thread", 0x60000fffffdf8040) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/thread.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/threadmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/thread.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/thread.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/glob", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/glob.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/globmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/glob.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/glob.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/traceback", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/traceback.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tracebackmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/traceback.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/traceback.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/platform", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/platform.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/platformmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/platform.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/platform.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/platform", 0x60000fffffdf8040) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/platform.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/platformmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/platform.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/platform.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/platform", 0x60000fffffdf8040) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/platform.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/platformmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/platform.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0755, st_size=40911, ...}) = 0
> open("/usr/lib/python2.5/platform.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=30418, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\304\255\\Kc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s;\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(9, {st_mode=S_IFREG|0644, st_size=30418, ...}) = 0
> read(9, "\1\0d\4\0j\0\0o\21\0\1|\0\0|\1\0|\2\0f\3\0Sn\1\0\1t\0\0i"..., 16384) 
> = 14034
> read(9, ""..., 16384)                   = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000010a4000
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=946, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__", 
> 0x60000fffffdf7030) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__.py", 
> O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=946, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/__init__.pyc", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 148
> fstat(9, {st_mode=S_IFREG|0644, st_size=148, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransactmodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.py", 
> O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=13072, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xstransact.pyc", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=16401, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s0\0\0\0d\0\0"..., 
> 16384) = 16384
> fstat(9, {st_mode=S_IFREG|0644, st_size=16401, ...}) = 0
> read(9, "e>\10\0\0\0s\6\0\0\0\20\2\23\377\0^"..., 16384) = 17
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xen", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xen.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xenmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xen.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xen.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutil", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutil.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutilmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutil.py", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=861, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xsutil.pyc", 
> O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=1416, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000000c60000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s[\0\0\0d\0\0"..., 
> 16384) = 1416
> fstat(10, {st_mode=S_IFREG|0644, st_size=1416, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000000c60000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/threading", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/threading.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/threading.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/threading.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/xs", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/xs.so", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0755, st_size=69363, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/xs.so", O_RDONLY) = 11
> read(11, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0*\0\0\0\0\0\0@"..., 832) = 
> 832
> fstat(11, {st_mode=S_IFREG|0755, st_size=69363, ...}) = 0
> mmap(NULL, 97848, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 11, 0) = 
> 0x20000000010e8000
> mprotect(0x20000000010f0000, 49152, PROT_NONE) = 0
> mmap(0x20000000010fc000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 11, 0x4000) = 0x20000000010fc000
> close(11)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001100000
> close(10)                               = 0
> close(9)                                = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xswatch", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xswatch.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xswatchmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xswatch.py", 
> O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=2418, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/xswatch.pyc", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=1932, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0si\0\0\0d\0\0"..., 
> 16384) = 1932
> fstat(9, {st_mode=S_IFREG|0644, st_size=1932, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xenstore/errno", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/errno.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/errnomodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/errno.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xenstore/errno.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/arch", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/arch.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/archmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/arch.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=996, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/arch.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sz\0\0\0d\0\0"..., 
> 16384) = 424
> fstat(9, {st_mode=S_IFREG|0644, st_size=424, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000001104000, 65536)       = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> close(8)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/utils", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/utils.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/utilsmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/utils.py", O_RDONLY) = 8
> fstat(8, {st_mode=S_IFREG|0644, st_size=1937, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/utils.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sR\0\0\0d\0\0"..., 
> 16384) = 2211
> fstat(9, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/traceback", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/traceback.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/tracebackmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/traceback.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/traceback.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> close(8)                                = 0
> open("/proc/xen/privcmd", O_RDWR)       = 8
> fcntl(8, F_GETFD)                       = 0
> fcntl(8, F_SETFD, FD_CLOEXEC)           = 0
> close(7)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendConfig", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConfig.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConfigmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConfig.py", O_RDONLY) = 7
> fstat(7, {st_mode=S_IFREG|0644, st_size=87172, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendConfig.pyc", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=53444, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0)\0\0\0@\0\0\0s\360\6\0\0d\0\0"..., 
> 16384) = 16384
> fstat(9, {st_mode=S_IFREG|0644, st_size=53444, ...}) = 0
> brk(0x6000000000240000)                 = 0x6000000000240000
> read(9, "\0|\2\0d&\0\31\203\1\0|\2\0d'\0\31f\2\0\26|\2\0d'\0<q#\5\1"..., 
> 32768) = 32768
> read(9, "\2\0|\2\0d\0\0j\t\0o!\0\1d\2\0|\0\0d\3\0<h\0\0\4|\2\0\2"..., 16384) 
> = 4292
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/uuid", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/uuid.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/uuidmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/uuid.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=2410, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/uuid.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=2425, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sa\0\0\0d\0\0"..., 
> 16384) = 2425
> fstat(10, {st_mode=S_IFREG|0644, st_size=2425, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/random", 0x60000fffffdf4ee0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/random.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/randommodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/random.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/random.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendAPIStore", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIStore.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIStoremodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIStore.py", O_RDONLY) = 
> 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=2431, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIStore.pyc", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=2079, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0sU\0\0\0d\0\0"..., 
> 16384) = 2079
> fstat(10, {st_mode=S_IFREG|0644, st_size=2079, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000001104000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendPPCI", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPPCI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPPCImodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPPCI.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=5040, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPPCI.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=6397, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sZ\0\0\0d\0\0"..., 
> 16384) = 6397
> fstat(10, {st_mode=S_IFREG|0644, st_size=6397, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendBase", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBase.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBasemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBase.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=4353, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBase.pyc", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=4025, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s7\0\0\0d\0\0"..., 
> 16384) = 4025
> fstat(11, {st_mode=S_IFREG|0644, st_size=4025, ...}) = 0
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x2000000001104000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/pci", 0x60000fffffdf4ee0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/pci.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/pcimodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/pci.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=49936, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/pci.pyc", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=44444, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001104000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\27\0\0\0@\0\0\0sQ\5\0\0d\0\0"..., 
> 16384) = 16384
> fstat(11, {st_mode=S_IFREG|0644, st_size=44444, ...}) = 0
> read(11, "_DEV_CONFIG_PATHR\221\0\0\0t\4\0\0\0opent\10\0"..., 16384) = 16384
> read(11, 
> "R\344\0\0\0R\271\0\0\0R\v\1\0\0R\272\0\0\0R\257\0\0\0(\5\0\0\0R\334\0"..., 
> 16384) = 11676
> read(11, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001114000
> close(11)                               = 0
> munmap(0x2000000001104000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/resource", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/resource.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/resourcemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/resource.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/resource.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/resource", 0x60000fffffdf1d80) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/resource.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/resourcemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/resource.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/resource.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/resource", 0x60000fffffdf1d80) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/resource.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/resourcemodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/resource.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/resource.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/resource", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/resource.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/resourcemodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/resource.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/resource.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/resource", 0x60000fffffdf1d80) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/resource.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/resourcemodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/resource.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/resource.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/resource", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/resource.so", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=16176, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/resource.so", O_RDONLY) = 12
> read(12, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0\25\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(12, {st_mode=S_IFREG|0644, st_size=16176, ...}) = 0
> mmap(NULL, 79920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 12, 0) = 
> 0x2000000001158000
> mprotect(0x200000000115c000, 49152, PROT_NONE) = 0
> mmap(0x2000000001168000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 12, 0) = 0x2000000001168000
> close(12)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000116c000
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/re", 0x60000fffffdf1d80) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/re.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/remodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/re.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/re.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/struct", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/struct.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/structmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/struct.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/struct.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/time", 0x60000fffffdf1d80) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/time.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/timemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/time.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/time.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/threading", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/threading.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/threading.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/threading.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendSXPDev", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendSXPDev.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendSXPDevmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendSXPDev.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=369, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendSXPDev.pyc", O_RDONLY) = 
> 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=992, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\2\0\0\0@\0\0\0s\31\0\0\0d\0\0"..., 
> 16384) = 992
> fstat(12, {st_mode=S_IFREG|0644, st_size=992, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(11)                               = 0
> close(10)                               = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDPCI", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDPCI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDPCImodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDPCI.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=5243, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDPCI.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5991, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\234\0\0\0d\0\0"..., 
> 16384) = 5991
> fstat(10, {st_mode=S_IFREG|0644, st_size=5991, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendNode", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNode.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNodemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNode.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=40160, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNode.pyc", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=36305, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\35\0\0\0@\0\0\0s\226\1\0\0d\0\0"..., 
> 16384) = 16384
> fstat(11, {st_mode=S_IFREG|0644, st_size=36305, ...}) = 0
> read(11, 
> "\2\0t\3\0i\4\0|\2\0d\1\0\203\2\0i\5\0\203\0\0f\2\0\22q\24\0~\1\0"..., 16384) 
> = 16384
> read(11, 
> "\0\0R\254\1\0\0R\256\1\0\0R\257\1\0\0R\260\1\0\0R\261\1\0\0R\262\1\0\0R"..., 
> 16384) = 3537
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/Brctl", 0x60000fffffdf1d80) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/Brctl.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/Brctlmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/Brctl.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=5242, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/Brctl.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=6675, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\26\1\0\0d\0\0"..., 
> 16384) = 6675
> fstat(12, {st_mode=S_IFREG|0644, st_size=6675, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/vscsi_util", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vscsi_util.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vscsi_utilmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vscsi_util.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=8953, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/vscsi_util.pyc", O_RDONLY) = 
> 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=8087, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\23\1\0\0d\0\0"..., 
> 16384) = 8087
> fstat(12, {st_mode=S_IFREG|0644, st_size=8087, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/vusb_util", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vusb_util.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vusb_utilmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/vusb_util.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=11855, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/vusb_util.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=11404, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\231\1\0\0d\0\0"..., 
> 16384) = 11404
> fstat(12, {st_mode=S_IFREG|0644, st_size=11404, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendPBD", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPBD.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPBDmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPBD.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=2954, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPBD.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sf\0\0\0d\0\0"..., 
> 16384) = 3729
> fstat(12, {st_mode=S_IFREG|0644, st_size=3729, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendQCoWStorageRepo", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendQCoWStorageRepo.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendQCoWStorageRepomodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendQCoWStorageRepo.py", 
> O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=12307, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendQCoWStorageRepo.pyc", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=9917, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s)\1\0\0d\0\0"..., 
> 16384) = 9917
> fstat(12, {st_mode=S_IFREG|0644, st_size=9917, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendVDI", 0x60000fffffdeec20) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVDI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVDImodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVDI.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=7240, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVDI.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\317\0\0\0d\0\0"..., 
> 16384) = 7886
> fstat(13, {st_mode=S_IFREG|0644, st_size=7886, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=8467, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xmlrpclib2.pyc", O_RDONLY) = 
> 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=6579, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(14, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s)\1\0\0d\0\0"..., 
> 16384) = 6579
> fstat(14, {st_mode=S_IFREG|0644, st_size=6579, ...}) = 0
> read(14, ""..., 16384)                  = 0
> close(14)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/SimpleXMLRPCServer", 
> 0x60000fffffde8960) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SimpleXMLRPCServer.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SimpleXMLRPCServermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SimpleXMLRPCServer.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SimpleXMLRPCServer.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/sbin/SimpleXMLRPCServer", 0x60000fffffde8960) = -1 ENOENT (No such 
> file or directory)
> open("/usr/sbin/SimpleXMLRPCServer.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/SimpleXMLRPCServermodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/sbin/SimpleXMLRPCServer.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/SimpleXMLRPCServer.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/SimpleXMLRPCServer", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/SimpleXMLRPCServer.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/SimpleXMLRPCServermodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/SimpleXMLRPCServer.py", O_RDONLY) = 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=20934, ...}) = 0
> open("/usr/lib/python2.5/SimpleXMLRPCServer.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=19098, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(15, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0sP\1\0\0d\0\0"..., 
> 16384) = 16384
> fstat(15, {st_mode=S_IFREG|0644, st_size=19098, ...}) = 0
> read(15, "\0\0(\0\0\0\0s(\0\0\0/usr/lib/python2.5/Si"..., 16384) = 2714
> read(15, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001180000
> close(15)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/sbin/SocketServer", 0x60000fffffde5800) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/SocketServer.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/SocketServermodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/SocketServer.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/SocketServer.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/SocketServer", 0x60000fffffde5800) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/SocketServer.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/SocketServermodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/SocketServer.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=18542, ...}) = 0
> open("/usr/lib/python2.5/SocketServer.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=20005, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(16, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\2\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(16, {st_mode=S_IFREG|0644, st_size=20005, ...}) = 0
> brk(0x6000000000264000)                 = 0x6000000000264000
> read(16, "\31\0\0\0R\v\0\0\0R*\0\0\0(\0\0\0\0(\0\0\0\0(\0\0\0\0s\"\0\0"..., 
> 16384) = 3621
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/sbin/BaseHTTPServer", 0x60000fffffde5800) = -1 ENOENT (No such 
> file or directory)
> open("/usr/sbin/BaseHTTPServer.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/BaseHTTPServermodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/sbin/BaseHTTPServer.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/BaseHTTPServer.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/BaseHTTPServer", 0x60000fffffde5800) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/BaseHTTPServer.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/BaseHTTPServermodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/BaseHTTPServer.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=21289, ...}) = 0
> open("/usr/lib/python2.5/BaseHTTPServer.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=21241, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(16, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\303\0\0\0d\0\0"..., 
> 16384) = 16384
> fstat(16, {st_mode=S_IFREG|0644, st_size=21241, ...}) = 0
> read(16, "ermanently removed.i\232\1\0\0s\17\0\0\0Leng"..., 16384) = 4857
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(15)                               = 0
> close(14)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/SocketServer", 
> 0x60000fffffde8960) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SocketServer.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SocketServermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SocketServer.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/SocketServer.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> close(13)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__", 
> 0x60000fffffdeaab0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__.py", O_RDONLY) = 
> 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/__init__.pyc", O_RDONLY) 
> = 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=143, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(14, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 143
> fstat(14, {st_mode=S_IFREG|0644, st_size=143, ...}) = 0
> read(14, ""..., 16384)                  = 0
> close(14)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(13)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm", {st_mode=S_IFDIR|0755, 
> st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm", 0x60000fffffdebac0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsmmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=647, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm.pyc", O_RDONLY) = 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=895, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(14, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\17\1\0\0d\0\0"..., 
> 16384) = 895
> fstat(14, {st_mode=S_IFREG|0644, st_size=895, ...}) = 0
> read(14, ""..., 16384)                  = 0
> close(14)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/sys", 0x60000fffffde8960) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/sys.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/sysmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/sys.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/sys.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/string", 
> 0x60000fffffde8960) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/string.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/stringmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/string.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/string.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/xen", 0x60000fffffde8960) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xen.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xenmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xen.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xen.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm_core", 
> 0x60000fffffde8960) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm_core.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm_coremodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm_core.py", O_RDONLY) = 
> 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=189, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/xsm_core.pyc", O_RDONLY) 
> = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=554, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s1\0\0\0d\0\0"..., 
> 16384) = 554
> fstat(15, {st_mode=S_IFREG|0644, st_size=554, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__", 
> 0x60000fffffde47f0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__.py", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/__init__.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 149
> fstat(16, {st_mode=S_IFREG|0644, st_size=149, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/dummy", 
> 0x60000fffffde5800) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/dummy.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/dummymodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/dummy.py", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=2760, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/dummy.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\300\1\0\0d\0\0"..., 
> 16384) = 7958
> fstat(16, {st_mode=S_IFREG|0644, st_size=7958, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/sys", 
> 0x60000fffffde26a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/sys.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/sysmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/sys.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/sys.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/xen", 
> 0x60000fffffde26a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/xen.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/xenmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/xen.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/dummy/xen.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> close(15)                               = 0
> close(14)                               = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> stat("/etc/xen/xend-config.sxp", {st_mode=S_IFREG|0644, st_size=10273, ...}) 
> = 0
> open("/etc/xen/xend-config.sxp", O_RDONLY) = 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=10273, ...}) = 0
> fstat(14, {st_mode=S_IFREG|0644, st_size=10273, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> read(14, "# -*- sh -*-\n\n#\n# Xend configurat"..., 16384) = 10273
> read(14, ""..., 16384)                  = 0
> close(14)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> stat("/var/log", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> mkdir("/var/log/xen", 0700)             = -1 EEXIST (File exists)
> stat("/var/log/xen", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> open("/var/log/xen/xend.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 14
> fstat(14, {st_mode=S_IFREG|0644, st_size=3448, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001170000
> fstat(14, {st_mode=S_IFREG|0644, st_size=3448, ...}) = 0
> lseek(14, 3448, SEEK_SET)               = 3448
> fstat(14, {st_mode=S_IFREG|0644, st_size=3448, ...}) = 0
> fcntl(14, F_GETFD)                      = 0
> fcntl(14, F_SETFD, FD_CLOEXEC)          = 0
> close(13)                               = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendTask", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTask.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTaskmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTask.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=7801, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTask.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=5792, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sU\0\0\0d\0\0"..., 
> 16384) = 5792
> fstat(13, {st_mode=S_IFREG|0644, st_size=5792, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendStorageRepository", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStorageRepository.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStorageRepositorymodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStorageRepository.py", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=3864, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStorageRepository.pyc", 
> O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sb\0\0\0d\0\0"..., 
> 16384) = 3885
> fstat(13, {st_mode=S_IFREG|0644, st_size=3885, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendLocalStorageRepo", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLocalStorageRepo.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLocalStorageRepomodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLocalStorageRepo.py", 
> O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=3311, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendLocalStorageRepo.pyc", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=3073, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\5\1\0\0d\0\0"..., 
> 16384) = 3073
> fstat(12, {st_mode=S_IFREG|0644, st_size=3073, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendStateStore", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStateStore.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStateStoremodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStateStore.py", O_RDONLY) 
> = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=8989, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendStateStore.pyc", 
> O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0sc\0\0\0d\0\0"..., 
> 16384) = 6629
> fstat(13, {st_mode=S_IFREG|0644, st_size=6629, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/xml", 0x60000fffffdebac0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xml.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xmlmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xml.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/xml.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/xml/dom", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/xml/dom/__init__.py", {st_mode=S_IFREG|0644, 
> st_size=3998, ...}) = 0
> stat("/usr/lib/python2.5/xml/dom/__init__", 0x60000fffffdeaab0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/__init__.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/dom/__init__module.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/__init__.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=3998, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/__init__.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=6437, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(15, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s:\2\0\0d\0\0"..., 
> 16384) = 6437
> fstat(15, {st_mode=S_IFREG|0644, st_size=6437, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/xml/dom", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/xml/dom", {st_mode=S_IFDIR|0755, st_size=4096, ...}) 
> = 0
> stat("/usr/lib/python2.5/xml/dom/domreg", 0x60000fffffde7950) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/domreg.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/dom/domregmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/domreg.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=3484, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/domreg.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=3370, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(16, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s\\\0\0\0d\0\0"..., 
> 16384) = 3370
> fstat(16, {st_mode=S_IFREG|0644, st_size=3370, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/xml/dom/xml", 0x60000fffffde47f0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/xml.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/xml/dom/xmlmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/xml.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/xml/dom/xml.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/xml/dom/minicompat", 0x60000fffffde47f0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/minicompat.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/minicompatmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/minicompat.py", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=3329, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/minicompat.pyc", O_RDONLY) = 17
> fstat(17, {st_mode=S_IFREG|0644, st_size=3536, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(17, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\250\0\0\0d\0\0"...,
>  16384) = 3536
> fstat(17, {st_mode=S_IFREG|0644, st_size=3536, ...}) = 0
> read(17, ""..., 16384)                  = 0
> close(17)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> brk(0x6000000000288000)                 = 0x6000000000288000
> close(16)                               = 0
> close(15)                               = 0
> close(13)                               = 0
> stat("/usr/lib/python2.5/xml/dom/minidom", 0x60000fffffdebac0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/minidom.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/dom/minidommodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/minidom.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=65999, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/minidom.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=65876, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(15, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\4\4\0\0d\0\0"..., 
> 16384) = 16384
> fstat(15, {st_mode=S_IFREG|0644, st_size=65876, ...}) = 0
> read(15, "\0f\2\0\203\1\0\1q\26\0W|\1\0S(\1\0\0\0N(\6\0\0\0R\226\0\0\0R"..., 
> 49152) = 49152
> read(15, 
> "\322\0\0\0R\342\0\0\0R\372\0\0\0R\374\0\0\0R\2\1\0\0R\205\0\0\0R\30\1\0"..., 
> 16384) = 340
> read(15, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011d4000
> close(15)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/xml/dom/xmlbuilder", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/xmlbuilder.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/xmlbuildermodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/xmlbuilder.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=12349, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/xmlbuilder.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=16543, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(16, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\330\0\0\0d\0\0"..., 
> 16384) = 16384
> fstat(16, {st_mode=S_IFREG|0644, st_size=16543, ...}) = 0
> read(16, "R\4\0\0\0R\1\0\0\0R*\0\0\0t\6\0\0\0objectR\2\0\0\0R\3"..., 16384) = 
> 159
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/xml/dom/copy", 0x60000fffffde5800) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/copy.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/dom/copymodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/copy.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/xml/dom/copy.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/sbin/copy", 0x60000fffffde5800) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/copy.so", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/copymodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/copy.py", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/copy.pyc", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/copy", 0x60000fffffde5800) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/copy.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/copymodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/copy.py", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=10943, ...}) = 0
> open("/usr/lib/python2.5/copy.pyc", O_RDONLY) = 17
> fstat(17, {st_mode=S_IFREG|0644, st_size=11363, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(17, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\30\0\0\0@\0\0\0s]\3\0\0d\0\0"..., 
> 16384) = 11363
> fstat(17, {st_mode=S_IFREG|0644, st_size=11363, ...}) = 0
> read(17, ""..., 16384)                  = 0
> close(17)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/sbin/org", 0x60000fffffde26a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/org.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/org", 0x60000fffffde26a0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/org.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/orgmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/org.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/org.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/org", 0x60000fffffde26a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/orgmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/plat-linux2/org.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-tk/org", 0x60000fffffde26a0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/org.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/orgmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/org.py", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/lib-tk/org.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/lib-dynload/org", 0x60000fffffde26a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/orgmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-dynload/org.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/local/lib/python2.5/site-packages/org", 0x60000fffffde26a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/orgmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/local/lib/python2.5/site-packages/org.pyc", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/org", 0x60000fffffde26a0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/org.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/orgmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/org.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/site-packages/org.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/var/lib/python-support/python2.5/org", 0x60000fffffde26a0) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/org.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/orgmodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/var/lib/python-support/python2.5/org.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/var/lib/python-support/python2.5/org.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> close(16)                               = 0
> stat("/usr/lib/python2.5/xml/dom/NodeFilter", 0x60000fffffde5800) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/NodeFilter.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/xml/dom/NodeFiltermodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/xml/dom/NodeFilter.py", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=937, ...}) = 0
> open("/usr/lib/python2.5/xml/dom/NodeFilter.pyc", O_RDONLY) = 17
> fstat(17, {st_mode=S_IFREG|0644, st_size=1120, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(17, 
> "\263\362\r\n\250\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\27\0\0\0d\0\0"..., 
> 16384) = 1120
> fstat(17, {st_mode=S_IFREG|0644, st_size=1120, ...}) = 0
> read(17, ""..., 16384)                  = 0
> close(17)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(16)                               = 0
> close(15)                               = 0
> close(13)                               = 0
> close(12)                               = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendPIF", 0x60000fffffdf1d80) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIF.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIFmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIF.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=11830, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIF.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=12231, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s_\1\0\0d\0\0"..., 
> 16384) = 12231
> fstat(12, {st_mode=S_IFREG|0644, st_size=12231, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendPIFMetrics", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIFMetrics.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIFMetricsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIFMetrics.py", O_RDONLY) 
> = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=2046, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPIFMetrics.pyc", 
> O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s*\0\0\0d\0\0"..., 
> 16384) = 2211
> fstat(13, {st_mode=S_IFREG|0644, st_size=2211, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/Vifctl", 0x60000fffffdeec20) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Vifctl.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Vifctlmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Vifctl.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=1411, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/Vifctl.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=791, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s/\0\0\0d\0\0"..., 
> 16384) = 791
> fstat(13, {st_mode=S_IFREG|0644, st_size=791, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> pipe([12, 13])                          = 12
> pipe([15, 16])                          = 15
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4386
> close(12)                               = 0
> fcntl(13, F_GETFL)                      = 0x1 (flags O_WRONLY)
> fstat(13, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> lseek(13, 0, SEEK_CUR)                  = -1 ESPIPE (Illegal seek)
> fstat(13, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> close(16)                               = 0
> fcntl(15, F_GETFL)                      = 0 (flags O_RDONLY)
> fstat(15, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001218000
> lseek(15, 0, SEEK_CUR)                  = -1 ESPIPE (Illegal seek)
> fstat(15, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> wait4(4386, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4386
> --- SIGCHLD (Child exited) @ a0000000000108e1 (1122) ---
> close(15)                               = 0
> munmap(0x2000000001218000, 65536)       = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendNetwork", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNetwork.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNetworkmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNetwork.py", O_RDONLY) = 
> 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=7501, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendNetwork.pyc", O_RDONLY) = 
> 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=8615, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\327\0\0\0d\0\0"..., 
> 16384) = 8615
> fstat(12, {st_mode=S_IFREG|0644, st_size=8615, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendMonitor", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendMonitor.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendMonitormodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendMonitor.py", O_RDONLY) = 
> 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=12594, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendMonitor.pyc", O_RDONLY) = 
> 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=8323, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s\273\0\0\0d\0\0"..., 
> 16384) = 8323
> fstat(12, {st_mode=S_IFREG|0644, st_size=8323, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendPSCSI", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPSCSI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPSCSImodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPSCSI.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=6257, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendPSCSI.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=8470, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s`\0\0\0d\0\0"..., 
> 16384) = 8470
> fstat(12, {st_mode=S_IFREG|0644, st_size=8470, ...}) = 0
> read(12, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001218000
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(11)                               = 0
> brk(0x60000000002ac000)                 = 0x60000000002ac000
> close(10)                               = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDSCSI", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDSCSI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDSCSImodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDSCSI.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=9576, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDSCSI.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=10552, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\302\0\0\0d\0\0"..., 
> 16384) = 10552
> fstat(10, {st_mode=S_IFREG|0644, st_size=10552, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDevices", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDevices.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDevicesmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDevices.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=3367, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDevices.pyc", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=3222, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\203\0\0\0d\0\0"..., 
> 16384) = 3222
> fstat(10, {st_mode=S_IFREG|0644, st_size=3222, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/blkif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/blkif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/blkifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/blkif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=8202, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/blkif.pyc", O_RDONLY) 
> = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=6268, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\231\0\0\0d\0\0"..., 
> 16384) = 6268
> fstat(11, {st_mode=S_IFREG|0644, st_size=6268, ...}) = 0
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/string", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/string.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/stringmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/string.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/string.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/blkif", 0x60000fffffdf1d80) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/blkif.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/blkifmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/blkif.py", O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=4131, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/blkif.pyc", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=5021, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sg\0\0\0d\0\0"..., 
> 16384) = 5021
> fstat(12, {st_mode=S_IFREG|0644, st_size=5021, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(11)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/DevController", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevController.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevControllermodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevController.py", 
> O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=24407, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevController.pyc", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=25207, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\17\0\0\0@\0\0\0s\360\0\0\0d\0\0"..., 
> 16384) = 16384
> fstat(12, {st_mode=S_IFREG|0644, st_size=25207, ...}) = 0
> read(12, "Ru\0\0\0(\0\0\0\0(\1\0\0\0R[\0\0\0(\1\0\0\0R1\0\0\0(\0\0"..., 
> 16384) = 8823
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/types", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/types.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/typesmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/types.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/types.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/DevConstants", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevConstants.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevConstantsmodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevConstants.py", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=1746, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/DevConstants.pyc", 
> O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=1077, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\363\0\0\0d\0\0"..., 
> 16384) = 1077
> fstat(13, {st_mode=S_IFREG|0644, st_size=1077, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> close(11)                               = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/netif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=7700, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif.pyc", O_RDONLY) 
> = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=6749, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\354\0\0\0d\0\0"..., 
> 16384) = 6749
> fstat(11, {st_mode=S_IFREG|0644, st_size=6749, ...}) = 0
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/random", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/random.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/randommodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/random.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/random.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicyAdmin", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicyAdmin.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicyAdminmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicyAdmin.py", 
> O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=14271, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicyAdmin.pyc", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=14483, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\333\0\0\0d\0\0"..., 
> 16384) = 14483
> fstat(12, {st_mode=S_IFREG|0644, st_size=14483, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/bootloader", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/bootloader.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/bootloadermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/bootloader.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=20305, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/bootloader.pyc", O_RDONLY) = 
> 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=19416, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s>\1\0\0d\0\0"..., 
> 16384) = 16384
> fstat(13, {st_mode=S_IFREG|0644, st_size=19416, ...}) = 0
> read(13, "\0\0\10\0\0\0C\0\0\0sn\0\0\0h\0\0}\1\0zS\0|\0\0i\0\0i\1\0"..., 
> 16384) = 3032
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/tempfile", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/tempfile.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/tempfilemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/tempfile.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/tempfile.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/shutil", 0x60000fffffdebac0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/shutil.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/shutilmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/shutil.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/shutil.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__.py", 
> {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__", 
> 0x60000fffffdedc10) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__.py", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=2, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/__init__.pyc", 
> O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=147, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\4\0\0\0d\0\0"..., 
> 16384) = 147
> fstat(13, {st_mode=S_IFREG|0644, st_size=147, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm", 
> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/acm", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/acm.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/acmmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/acm.py", O_RDONLY) = 
> 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=59660, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/acm.pyc", O_RDONLY) = 
> 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=50041, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000011c4000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\36\0\0\0@\0\0\0s\201\5\0\0d\0\0"..., 
> 16384) = 16384
> fstat(13, {st_mode=S_IFREG|0644, st_size=50041, ...}) = 0
> read(13, "\0ACMHOOK_conflictsetRZ\0\0\0RO\0\0\0(\2\0"..., 32768) = 32768
> read(13, "xen_kernel_ret\r\0\0\0kernel_ver_ret\r"..., 16384) = 889
> read(13, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000125c000
> close(13)                               = 0
> munmap(0x20000000011c4000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/commands", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/commands.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/commandsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/commands.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/commands.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/logging", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/logging.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/loggingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/logging.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/logging.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/os", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/os.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/osmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/os.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/os.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/string", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/string.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/stringmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/string.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/string.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/re", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/re.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/remodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/re.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/re.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/threading", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/threading.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/threadingmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/threading.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/threading.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/struct", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/struct.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/structmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/struct.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/struct.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/stat", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/stat.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/statmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/stat.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/stat.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/base64", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/base64.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/base64module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/base64.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/base64.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/xen", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/xen.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/xenmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/xen.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xsm/acm/xen.pyc", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/acm", 0x60000fffffdebac0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/acm.so", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0755, st_size=37898, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/acm.so", O_RDONLY) = 15
> read(15, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\340\23\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(15, {st_mode=S_IFREG|0755, st_size=37898, ...}) = 0
> mmap(NULL, 80016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 
> 0x20000000012a0000
> mprotect(0x20000000012a4000, 49152, PROT_NONE) = 0
> mmap(0x20000000012b0000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0) = 0x20000000012b0000
> close(15)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012b4000
> close(13)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/dictio", 0x60000fffffdebac0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/dictio.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/dictiomodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/dictio.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=1792, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/dictio.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=1150, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012b8000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\26\0\0\0d\0\0"..., 
> 16384) = 1150
> fstat(15, {st_mode=S_IFREG|0644, st_size=1150, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012b8000, 65536)       = 0
> close(13)                               = 0
> access("/proc/xen/privcmd", R_OK|W_OK)  = 0
> open("/proc/xen/privcmd", O_RDWR)       = 13
> fcntl(13, F_GETFD)                      = 0
> fcntl(13, F_SETFD, FD_CLOEXEC)          = 0
> mlock(0x60000fffffdec000, 16384)        = 0
> ioctl(13, SNDCTL_DSP_RESET, 0x60000fffffdefad0) = -1 ENOSYS (Function not 
> implemented)
> munlock(0x60000fffffdec000, 16384)      = 0
> close(13)                               = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xspolicy", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xspolicy.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xspolicymodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xspolicy.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=2126, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/xspolicy.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012b8000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0s/\0\0\0d\0\0"..., 
> 16384) = 2561
> fstat(13, {st_mode=S_IFREG|0644, st_size=2561, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000012b8000, 65536)       = 0
> close(12)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/acmpolicy", 
> 0x60000fffffdeec20) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/acmpolicy.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/acmpolicymodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/acmpolicy.py", O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=60076, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/acmpolicy.pyc", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=50599, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012b8000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\25\0\0\0@\0\0\0s~\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(13, {st_mode=S_IFREG|0644, st_size=50599, ...}) = 0
> brk(0x60000000002d8000)                 = 0x60000000002d8000
> read(13, "ble and\n           the update pat"..., 32768) = 32768
> read(13, "doc__R:\0\0\0R;\0\0\0R?\0\0\0R4\0\0\0RC\0\0\0RE\0"..., 16384) = 1447
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000012b8000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/array", 0x60000fffffdebac0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/array.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/arraymodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/array.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/array.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/array", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/array.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/arraymodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/array.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/array.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/array", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/array.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/arraymodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/array.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/array.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/plat-linux2/array", 0x60000fffffdebac0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/array.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/arraymodule.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/array.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/array.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/array", 0x60000fffffdebac0) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/array.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/arraymodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/array.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/array.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/array", 0x60000fffffdebac0) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/array.so", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=72920, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/array.so", O_RDONLY) = 15
> read(15, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\240A\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(15, {st_mode=S_IFREG|0644, st_size=72920, ...}) = 0
> mmap(NULL, 136368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 
> 0x20000000012b8000
> mprotect(0x20000000012c8000, 49152, PROT_NONE) = 0
> mmap(0x20000000012d4000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0xc000) = 0x20000000012d4000
> close(15)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012dc000
> close(13)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/commands", 
> 0x60000fffffdebac0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/commands.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/commandsmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/commands.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/commands.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/hashlib", 0x60000fffffdebac0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/hashlib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/hashlibmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/hashlib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/hashlib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/hashlib", 0x60000fffffdebac0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/hashlib.so", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/hashlib.py", O_RDONLY)  = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/hashlib", 0x60000fffffdebac0) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/hashlib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/hashlib.py", O_RDONLY) = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=4887, ...}) = 0
> open("/usr/lib/python2.5/hashlib.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=4134, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012e0000
> read(15, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0sC\1\0\0d\0\0"..., 
> 16384) = 4134
> fstat(15, {st_mode=S_IFREG|0644, st_size=4134, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012e0000, 65536)       = 0
> stat("/usr/sbin/_hashlib", 0x60000fffffde8960) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/_hashlib", 0x60000fffffde8960) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_hashlib.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/_hashlib.py", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> stat("/usr/lib/python2.5/plat-linux2/_hashlib", 0x60000fffffde8960) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_hashlib.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_hashlibmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_hashlib.py", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/plat-linux2/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> stat("/usr/lib/python2.5/lib-tk/_hashlib", 0x60000fffffde8960) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/lib-tk/_hashlib.so", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_hashlibmodule.so", O_RDONLY) = -1 ENOENT (No 
> such file or directory)
> open("/usr/lib/python2.5/lib-tk/_hashlib.py", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/lib-tk/_hashlib.pyc", O_RDONLY) = -1 ENOENT (No such 
> file or directory)
> stat("/usr/lib/python2.5/lib-dynload/_hashlib", 0x60000fffffde8960) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/lib-dynload/_hashlib.so", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=20872, ...}) = 0
> open("/usr/lib/python2.5/lib-dynload/_hashlib.so", O_RDONLY) = 16
> read(16, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0`\32\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(16, {st_mode=S_IFREG|0644, st_size=20872, ...}) = 0
> mmap(NULL, 84504, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 16, 0) = 
> 0x20000000012e0000
> mprotect(0x20000000012e4000, 49152, PROT_NONE) = 0
> mmap(0x20000000012f0000, 32768, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 16, 0) = 0x20000000012f0000
> close(16)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012f8000
> close(15)                               = 0
> close(13)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/xml", 0x60000fffffdebac0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xml.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xmlmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xml.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/xml.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(12)                               = 0
> close(11)                               = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/tpmif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/tpmif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/tpmifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/tpmif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5330, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/tpmif.pyc", O_RDONLY) 
> = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=4397, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\243\0\0\0d\0\0"..., 
> 16384) = 4397
> fstat(11, {st_mode=S_IFREG|0644, st_size=4397, ...}) = 0
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/pciif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=24173, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciif.pyc", O_RDONLY) 
> = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=18855, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(11, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\24\0\0\0@\0\0\0s\177\1\0\0d\0\0"..., 
> 16384) = 16384
> fstat(11, {st_mode=S_IFREG|0644, st_size=18855, ...}) = 0
> read(11, "urn:      Return the number of de"..., 16384) = 2471
> read(11, ""..., 16384)                  = 0
> close(11)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/resource", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/resource.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/resourcemodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/resource.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/resource.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/pciquirk", 
> 0x60000fffffdf1d80) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciquirk.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciquirkmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciquirk.py", 
> O_RDONLY) = 11
> fstat(11, {st_mode=S_IFREG|0644, st_size=6000, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/pciquirk.pyc", 
> O_RDONLY) = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=5498, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\t\0\0\0@\0\0\0s\233\0\0\0d\0\0"..., 
> 16384) = 5498
> fstat(12, {st_mode=S_IFREG|0644, st_size=5498, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(11)                               = 0
> open("/proc/xen/privcmd", O_RDWR)       = 11
> fcntl(11, F_GETFD)                      = 0
> fcntl(11, F_SETFD, FD_CLOEXEC)          = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/iopif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/iopif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/iopifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/iopif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=3498, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/iopif.pyc", O_RDONLY) 
> = 12
> fstat(12, {st_mode=S_IFREG|0644, st_size=3161, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(12, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sm\0\0\0d\0\0"..., 
> 16384) = 3161
> fstat(12, {st_mode=S_IFREG|0644, st_size=3161, ...}) = 0
> read(12, ""..., 16384)                  = 0
> close(12)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> open("/proc/xen/privcmd", O_RDWR)       = 12
> fcntl(12, F_GETFD)                      = 0
> fcntl(12, F_SETFD, FD_CLOEXEC)          = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/irqif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/irqif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/irqifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/irqif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=3458, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/irqif.pyc", O_RDONLY) 
> = 13
> fstat(13, {st_mode=S_IFREG|0644, st_size=2815, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(13, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0st\0\0\0d\0\0"..., 
> 16384) = 2815
> fstat(13, {st_mode=S_IFREG|0644, st_size=2815, ...}) = 0
> read(13, ""..., 16384)                  = 0
> close(13)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> open("/proc/xen/privcmd", O_RDWR)       = 13
> fcntl(13, F_GETFD)                      = 0
> fcntl(13, F_SETFD, FD_CLOEXEC)          = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/vfbif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vfbif.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vfbifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vfbif.py", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=3171, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vfbif.pyc", O_RDONLY) 
> = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=4216, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\23\0\0\0@\0\0\0s\250\0\0\0d\0\0"..., 
> 16384) = 4216
> fstat(15, {st_mode=S_IFREG|0644, st_size=4216, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/vscsiif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vscsiif.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vscsiifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vscsiif.py", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=9529, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vscsiif.pyc", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=7385, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\244\0\0\0d\0\0"..., 
> 16384) = 7385
> fstat(15, {st_mode=S_IFREG|0644, st_size=7385, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/netif2", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif2.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif2module.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif2.py", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5574, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/netif2.pyc", O_RDONLY) 
> = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=5009, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\16\0\0\0@\0\0\0s\332\0\0\0d\0\0"..., 
> 16384) = 5009
> fstat(15, {st_mode=S_IFREG|0644, st_size=5009, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/vusbif", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vusbif.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vusbifmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vusbif.py", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5097, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/vusbif.pyc", O_RDONLY) 
> = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=4657, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\r\0\0\0@\0\0\0s\264\0\0\0d\0\0"..., 
> 16384) = 4657
> fstat(15, {st_mode=S_IFREG|0644, st_size=4657, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/BlktapController", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/BlktapController.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/BlktapControllermodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/BlktapController.py", 
> O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=8591, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/BlktapController.pyc", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=7764, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\357\0\0\0d\0\0"..., 
> 16384) = 7764
> fstat(15, {st_mode=S_IFREG|0644, st_size=7764, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/ConsoleController", 
> 0x60000fffffdf4ee0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/ConsoleController.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/ConsoleControllermodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/ConsoleController.py", 
> O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=1310, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/ConsoleController.pyc",
>  O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=2354, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sJ\0\0\0d\0\0"..., 
> 16384) = 2354
> fstat(15, {st_mode=S_IFREG|0644, st_size=2354, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/PrettyPrint", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/PrettyPrint.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/PrettyPrintmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/PrettyPrint.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=8320, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/PrettyPrint.pyc", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=14669, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sP\1\0\0d\0\0"..., 
> 16384) = 14669
> fstat(10, {st_mode=S_IFREG|0644, st_size=14669, ...}) = 0
> read(10, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000130c000
> close(10)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/fileuri", 0x60000fffffdf8040) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fileuri.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fileurimodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/fileuri.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=5728, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/fileuri.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=4955, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\270\0\0\0d\0\0"..., 
> 16384) = 4955
> fstat(10, {st_mode=S_IFREG|0644, st_size=4955, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/logging", 0x60000fffffdf4ee0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/logging.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/loggingmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/logging.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/logging.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/base64", 0x60000fffffdf4ee0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/base64.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/base64module.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/base64.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/base64.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(9)                                = 0
> close(7)                                = 0
> open("/proc/xen/privcmd", O_RDWR)       = 7
> fcntl(7, F_GETFD)                       = 0
> fcntl(7, F_SETFD, FD_CLOEXEC)           = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfomodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", O_RDONLY) 
> = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=172149, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.pyc", 
> O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=137010, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(9, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0)\0\0\0@\0\0\0s\214\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(9, {st_mode=S_IFREG|0644, st_size=137010, ...}) = 0
> brk(0x6000000000308000)                 = 0x6000000000308000
> read(9, 
> "\26\1\26\2\f\4\7\1\25\1\3\1\r\1\n\1\v\2c\1\0\0\0\2\0\0\0\7\0\0\0C\0"..., 
> 114688) = 114688
> read(9, 
> "\264\0\0\0R\227\1\0\0Rv\0\0\0(\v\0\0\0R\247\0\0\0R\374\0\0\0t\4\0\0"..., 
> 16384) = 5938
> read(9, ""..., 16384)                   = 0
> close(9)                                = 0
> munmap(0x20000000012fc000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/copy", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/copy.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/copymodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/copy.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/copy.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/util/asserts", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/asserts.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/assertsmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/asserts.py", O_RDONLY) = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=1297, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/asserts.pyc", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=659, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\r\0\0\0d\0\0"..., 
> 16384) = 659
> fstat(10, {st_mode=S_IFREG|0644, st_size=659, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendBootloader", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBootloader.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBootloadermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBootloader.py", O_RDONLY) 
> = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=7324, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendBootloader.pyc", 
> O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5028, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\26\0\0\0@\0\0\0s\377\0\0\0d\0\0"..., 
> 16384) = 5028
> fstat(10, {st_mode=S_IFREG|0644, st_size=5028, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/select", 0x60000fffffdf8040) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/select.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/selectmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/select.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/select.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/tty", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tty.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/ttymodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tty.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/tty.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/tty", 0x60000fffffdf8040) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tty.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/ttymodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tty.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/tty.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/tty", 0x60000fffffdf8040) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/tty.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/ttymodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/tty.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=879, ...}) = 0
> open("/usr/lib/python2.5/tty.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=1311, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0sb\0\0\0d\0\0"..., 
> 16384) = 1311
> fstat(15, {st_mode=S_IFREG|0644, st_size=1311, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/shlex", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shlex.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shlexmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shlex.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/shlex.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/shlex", 0x60000fffffdf8040) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shlex.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shlex.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/shlex.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/shlex", 0x60000fffffdf8040) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/shlex.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/shlexmodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/shlex.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=11124, ...}) = 0
> open("/usr/lib/python2.5/shlex.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=7677, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s\32\1\0\0d\0\0"..., 
> 16384) = 7677
> fstat(15, {st_mode=S_IFREG|0644, st_size=7677, ...}) = 0
> read(15, ""..., 16384)                  = 0
> mmap(NULL, 278528, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001350000
> munmap(0x2000000001350000, 278528)      = 0
> brk(0x6000000000358000)                 = 0x6000000000358000
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/pty", 0x60000fffffdf8040) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/pty.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/ptymodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/pty.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/pty.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/pty", 0x60000fffffdf8040) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pty.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/ptymodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pty.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/pty.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/pty", 0x60000fffffdf8040) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/pty.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/ptymodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/pty.py", O_RDONLY) = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=4869, ...}) = 0
> open("/usr/lib/python2.5/pty.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=4905, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000012fc000
> read(15, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\266\0\0\0d\0\0"..., 
> 16384) = 4905
> fstat(15, {st_mode=S_IFREG|0644, st_size=4905, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x20000000012fc000, 65536)       = 0
> close(10)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/termios", 0x60000fffffdf8040) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/termios.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/termiosmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/termios.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/termios.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/lowlevel/ptsname", 
> 0x60000fffffdf8040) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/ptsname.so", O_RDONLY) = 
> 10
> fstat(10, {st_mode=S_IFREG|0755, st_size=18675, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/lowlevel/ptsname.so", O_RDONLY) = 
> 15
> read(15, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\200\t\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(15, {st_mode=S_IFREG|0755, st_size=18675, ...}) = 0
> mmap(NULL, 70376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 15, 0) = 
> 0x2000000001350000
> mprotect(0x2000000001354000, 49152, PROT_NONE) = 0
> mmap(0x2000000001360000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 15, 0) = 0x2000000001360000
> close(15)                               = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001364000
> close(10)                               = 0
> close(9)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendVMMetrics", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVMMetrics.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVMMetricsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVMMetrics.py", O_RDONLY) 
> = 9
> fstat(9, {st_mode=S_IFREG|0644, st_size=5002, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendVMMetrics.pyc", O_RDONLY) 
> = 10
> fstat(10, {st_mode=S_IFREG|0644, st_size=5220, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(10, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0sX\0\0\0d\0\0"..., 
> 16384) = 5220
> fstat(10, {st_mode=S_IFREG|0644, st_size=5220, ...}) = 0
> read(10, ""..., 16384)                  = 0
> close(10)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> open("/proc/xen/privcmd", O_RDWR)       = 10
> fcntl(10, F_GETFD)                      = 0
> fcntl(10, F_SETFD, FD_CLOEXEC)          = 0
> close(9)                                = 0
> open("/proc/xen/privcmd", O_RDWR)       = 9
> fcntl(9, F_GETFD)                       = 0
> fcntl(9, F_SETFD, FD_CLOEXEC)           = 0
> close(6)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/util/rwlock", 0x60000fffffdfe300) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/rwlock.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/rwlockmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/util/rwlock.py", O_RDONLY) = 6
> fstat(6, {st_mode=S_IFREG|0644, st_size=4511, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/util/rwlock.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=5298, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0s3\1\0\0d\0\0"..., 
> 16384) = 5298
> fstat(15, {st_mode=S_IFREG|0644, st_size=5298, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(6)                                = 0
> open("/proc/xen/privcmd", O_RDWR)       = 6
> fcntl(6, F_GETFD)                       = 0
> fcntl(6, F_SETFD, FD_CLOEXEC)           = 0
> close(5)                                = 0
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/udevevent", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/udevevent.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/udeveventmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/udevevent.py", 
> O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=3613, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/udevevent.pyc", 
> O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=3602, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\10\0\0\0@\0\0\0s~\0\0\0d\0\0"..., 
> 16384) = 3602
> fstat(5, {st_mode=S_IFREG|0644, st_size=3602, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/socket", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/socket.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/socketmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/socket.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/socket.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> close(4)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/SrvServer", 
> 0x60000fffffe045c0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvServer.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvServermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvServer.py", 
> O_RDONLY) = 4
> fstat(4, {st_mode=S_IFREG|0644, st_size=9510, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvServer.pyc", 
> O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=7000, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(5, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\20\0\0\0@\0\0\0s\r\1\0\0d\0\0"..., 
> 16384) = 7000
> fstat(5, {st_mode=S_IFREG|0644, st_size=7000, ...}) = 0
> read(5, ""..., 16384)                   = 0
> close(5)                                = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/fcntl", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/fcntl.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/fcntlmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/fcntl.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/fcntl.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/httpserver", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/httpserver.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/httpservermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/httpserver.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=10765, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/httpserver.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=14541, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\22\0\0\0@\0\0\0sW\1\0\0d\0\0"..., 
> 16384) = 14541
> fstat(15, {st_mode=S_IFREG|0644, st_size=14541, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/string", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/string.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/stringmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/string.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/string.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/types", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/types.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/typesmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/types.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/types.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/urllib", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/urllib.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/urllibmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/urllib.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/urllib.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/Args", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Args.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Argsmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Args.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=5325, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/Args.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=5906, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\201\0\0\0d\0\0"..., 
> 16384) = 5906
> fstat(16, {st_mode=S_IFREG|0644, st_size=5906, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/http", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/http.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/httpmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/http.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=17806, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/http.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=17930, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\n\0\0\0@\0\0\0s.\3\0\0d\0\0"..., 
> 16384) = 16384
> fstat(16, {st_mode=S_IFREG|0644, st_size=17930, ...}) = 0
> read(16, "F\0\0\0RK\0\0\0RG\0\0\0RV\0\0\0Re\0\0\0Rm\0\0\0Rv\0\0"..., 16384) = 
> 1546
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/mimetools", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/mimetools.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/mimetoolsmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/mimetools.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/mimetools.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/cStringIO", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cStringIO.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cStringIOmodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cStringIO.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cStringIO.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/math", 0x60000fffffdfb1a0) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/math.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/mathmodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/math.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/math.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/web/cgi", 0x60000fffffdfb1a0) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cgi.so", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cgimodule.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cgi.py", O_RDONLY) = -1 ENOENT 
> (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/cgi.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/cgi", 0x60000fffffdfb1a0) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cgi.so", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cgi.py", O_RDONLY)      = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/cgi.pyc", O_RDONLY)     = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/cgi", 0x60000fffffdfb1a0) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/cgi.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/cgimodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/cgi.py", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0755, st_size=35001, ...}) = 0
> open("/usr/lib/python2.5/cgi.pyc", O_RDONLY) = 17
> fstat(17, {st_mode=S_IFREG|0644, st_size=32839, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(17, 
> "\263\362\r\n\302\255\\Kc\0\0\0\0\0\0\0\0\35\0\0\0@\0\0\0sa\2\0\0d\0\0"..., 
> 16384) = 16384
> fstat(17, {st_mode=S_IFREG|0644, st_size=32839, ...}) = 0
> read(17, "\0\0foundt\4\0\0\0item(\0\0\0\0(\0\0\0\0s\31\0\0\0/u"..., 16384) = 
> 16384
> read(17, 
> "\2\t\1\t\1\f\1\t\1\t\1\f\5\6\1\6\2\t#\t\4\t\4\6\10\6\2\0305\17\32\17)"..., 
> 16384) = 71
> read(17, ""..., 16384)                  = 0
> close(17)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(16)                               = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/resource", 0x60000fffffdfe300) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/resource.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/resourcemodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/resource.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=3390, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/resource.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=4218, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0sB\0\0\0d\0\0"..., 
> 16384) = 4218
> fstat(16, {st_mode=S_IFREG|0644, st_size=4218, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/SrvDir", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvDir.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvDirmodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvDir.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=3928, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/SrvDir.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=4461, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\v\0\0\0@\0\0\0s\247\0\0\0d\0\0"..., 
> 16384) = 4461
> fstat(16, {st_mode=S_IFREG|0644, st_size=4461, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/web/SrvBase", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvBase.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvBasemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/web/SrvBase.py", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=3290, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/web/SrvBase.pyc", O_RDONLY) = 17
> fstat(17, {st_mode=S_IFREG|0644, st_size=3254, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(17, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\246\0\0\0d\0\0"..., 
> 16384) = 3254
> fstat(17, {st_mode=S_IFREG|0644, st_size=3254, ...}) = 0
> read(17, ""..., 16384)                  = 0
> close(17)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> brk(0x600000000039c000)                 = 0x600000000039c000
> close(16)                               = 0
> close(15)                               = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendAPI", 0x60000fffffe01460) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPI.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPImodule.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPI.py", O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=108544, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPI.pyc", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=121944, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0,\0\0\0@\0\0\0s\225\5\0\0d\0\0"..., 
> 16384) = 16384
> fstat(15, {st_mode=S_IFREG|0644, st_size=121944, ...}) = 0
> read(15, 
> "c\0\0\0\0\2\0\0\0\6\0\0\0\37\0\0\0s\31\0\0\0t\0\0d\0\0\204\0\0d\1"..., 
> 98304) = 98304
> read(15, "R>\2\0\0N(\2\0\0\0R?\2\0\0N(\2\0\0\0R@\2\0\0N(\2\0\0\0"..., 16384) 
> = 7256
> read(15, ""..., 16384)                  = 0
> brk(0x60000000003c0000)                 = 0x60000000003c0000
> brk(0x6000000000404000)                 = 0x6000000000404000
> close(15)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/Queue", 0x60000fffffdfe300) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Queue.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Queuemodule.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Queue.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/Queue.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> stat("/usr/sbin/Queue", 0x60000fffffdfe300) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/Queue.so", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/Queue.py", O_RDONLY)    = -1 ENOENT (No such file or 
> directory)
> open("/usr/sbin/Queue.pyc", O_RDONLY)   = -1 ENOENT (No such file or 
> directory)
> stat("/usr/lib/python2.5/Queue", 0x60000fffffdfe300) = -1 ENOENT (No such 
> file or directory)
> open("/usr/lib/python2.5/Queue.so", O_RDONLY) = -1 ENOENT (No such file or 
> directory)
> open("/usr/lib/python2.5/Queuemodule.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> open("/usr/lib/python2.5/Queue.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=7758, ...}) = 0
> open("/usr/lib/python2.5/Queue.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=7802, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\245\255\\Kc\0\0\0\0\0\0\0\0\5\0\0\0@\0\0\0sx\0\0\0d\0\0"..., 
> 16384) = 7802
> fstat(16, {st_mode=S_IFREG|0644, st_size=7802, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendDmesg", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDmesg.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDmesgmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDmesg.py", O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=1379, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendDmesg.pyc", O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=1214, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s2\0\0\0d\0\0"..., 
> 16384) = 1214
> fstat(16, {st_mode=S_IFREG|0644, st_size=1214, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendTaskManager", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTaskManager.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTaskManagermodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTaskManager.py", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=3074, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendTaskManager.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=2828, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0su\0\0\0d\0\0"..., 
> 16384) = 2828
> fstat(16, {st_mode=S_IFREG|0644, st_size=2828, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendAPIVersion", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIVersion.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIVersionmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIVersion.py", O_RDONLY) 
> = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=1064, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAPIVersion.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\1\0\0\0@\0\0\0s\34\0\0\0d\0\0"..., 
> 16384) = 318
> fstat(16, {st_mode=S_IFREG|0644, st_size=318, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendAuthSessions", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAuthSessions.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAuthSessionsmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAuthSessions.py", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=4118, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendAuthSessions.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\7\0\0\0@\0\0\0sV\0\0\0d\0\0"..., 
> 16384) = 4424
> fstat(16, {st_mode=S_IFREG|0644, st_size=4424, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(15)                               = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicy", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicy.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicymodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicy.py", O_RDONLY) = 
> 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=11000, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/XendXSPolicy.pyc", O_RDONLY) 
> = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=10665, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\f\0\0\0@\0\0\0s\320\0\0\0d\0\0"..., 
> 16384) = 10665
> fstat(16, {st_mode=S_IFREG|0644, st_size=10665, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/base64", 0x60000fffffdfb1a0) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/base64.so", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/base64module.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/base64.py", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/base64.pyc", O_RDONLY) = -1 
> ENOENT (No such file or directory)
> close(15)                               = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvRootmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot.py", O_RDONLY) 
> = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=1727, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SrvRoot.pyc", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=1167, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\4\0\0\0@\0\0\0s*\0\0\0d\0\0"..., 
> 16384) = 1167
> fstat(15, {st_mode=S_IFREG|0644, st_size=1167, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> close(5)                                = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer", 
> 0x60000fffffe01460) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServermodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.py", 
> O_RDONLY) = 5
> fstat(5, {st_mode=S_IFREG|0644, st_size=10186, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/XMLRPCServer.pyc", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=8375, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(15, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\34\0\0\0@\0\0\0s\241\1\0\0d\0\0"..., 
> 16384) = 8375
> fstat(15, {st_mode=S_IFREG|0644, st_size=8375, ...}) = 0
> read(15, ""..., 16384)                  = 0
> close(15)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/errno", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/errno.so", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/errnomodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/errno.py", O_RDONLY) = 
> -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/errno.pyc", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/xmlrpclib", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xmlrpclib.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xmlrpclibmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xmlrpclib.py", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/xmlrpclib.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/SSLXMLRPCServer", 
> 0x60000fffffdfe300) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SSLXMLRPCServer.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SSLXMLRPCServermodule.so",
>  O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SSLXMLRPCServer.py", 
> O_RDONLY) = 15
> fstat(15, {st_mode=S_IFREG|0644, st_size=3646, ...}) = 0
> open("/usr/lib/python2.5/site-packages/xen/xend/server/SSLXMLRPCServer.pyc", 
> O_RDONLY) = 16
> fstat(16, {st_mode=S_IFREG|0644, st_size=4132, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(16, 
> "\263\362\r\n\322\356tLc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s{\0\0\0d\0\0"..., 
> 16384) = 4132
> fstat(16, {st_mode=S_IFREG|0644, st_size=4132, ...}) = 0
> read(16, ""..., 16384)                  = 0
> close(16)                               = 0
> munmap(0x2000000001368000, 65536)       = 0
> stat("/usr/lib/python2.5/site-packages/xen/xend/server/OpenSSL", 
> 0x60000fffffdfb1a0) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/OpenSSL.so", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/OpenSSLmodule.so", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/OpenSSL.py", O_RDONLY) 
> = -1 ENOENT (No such file or directory)
> open("/usr/lib/python2.5/site-packages/xen/xend/server/OpenSSL.pyc", 
> O_RDONLY) = -1 ENOENT (No such file or directory)
> close(15)                               = 0
> close(5)                                = 0
> close(4)                                = 0
> close(3)                                = 0
> geteuid()                               = 0
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> open("/var/run/xenstore.pid", O_WRONLY|O_CREAT|O_APPEND, 0666) = 3
> fstat(3, {st_mode=S_IFREG|0600, st_size=5, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> fstat(3, {st_mode=S_IFREG|0600, st_size=5, ...}) = 0
> lseek(3, 5, SEEK_SET)                   = 5
> fstat(3, {st_mode=S_IFREG|0600, st_size=5, ...}) = 0
> fcntl(3, F_SETLK, {type=F_WRLCK, whence=SEEK_SET, start=0, len=0}) = -1 
> EAGAIN (Resource temporarily unavailable)
> close(3)                                = 0
> munmap(0x2000000001368000, 65536)       = 0
> pipe([3, 4])                            = 3
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4397
> close(4)                                = 0
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(3, 0x2000000001368000, 16384)      = ? ERESTARTSYS (To be restarted)
> --- SIGCHLD (Child exited) @ a0000000000108e1 (112d) ---
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> wait4(4397, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4397
> munmap(0x2000000001368000, 65536)       = 0
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4401
> --- SIGCHLD (Child exited) @ a0000000000108e1 (1131) ---
> uname({sys="Linux", node="en04bl2vg0", ...}) = 0
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4403
> stat("/var/run/xend.pid", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> stat("/var/run/xend.pid", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> open("/var/run/xend.pid", O_RDONLY)     = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> lseek(3, 0, SEEK_CUR)                   = 0
> fstat(3, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> lseek(3, 0, SEEK_CUR)                   = 0
> read(3, "4376"..., 16384)               = 4
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> munmap(0x2000000001368000, 65536)       = 0
> pipe([3, 4])                            = 3
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4404
> --- SIGCHLD (Child exited) @ a0000000000108e1 (1134) ---
> close(4)                                = 0
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(3, "  PID TTY      STAT   TIME COMMAN"..., 16384) = 35
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> wait4(4404, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4404
> munmap(0x2000000001368000, 65536)       = 0
> stat("/var/run/xend.pid", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0
> unlink("/var/run/xend.pid")             = 0
> socket(PF_FILE, SOCK_STREAM, 0)         = 3
> fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
> connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1 
> ENOENT (No such file or directory)
> close(3)                                = 0
> socket(PF_FILE, SOCK_STREAM, 0)         = 3
> fcntl(3, F_SETFL, O_RDWR|O_NONBLOCK)    = 0
> connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"...}, 110) = -1 
> ENOENT (No such file or directory)
> close(3)                                = 0
> open("/etc/nsswitch.conf", O_RDONLY)    = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001368000
> read(3, "# /etc/nsswitch.conf\n#\n# Example "..., 16384) = 475
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> munmap(0x2000000001368000, 65536)       = 0
> open("/etc/ld.so.cache", O_RDONLY)      = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=22979, ...}) = 0
> mmap(NULL, 22979, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2000000001368000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libnss_compat.so.2", O_RDONLY) = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300\30\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=57752, ...}) = 0
> mmap(NULL, 121200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x2000000001370000
> mprotect(0x2000000001380000, 49152, PROT_NONE) = 0
> mmap(0x200000000138c000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0x200000000138c000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libnsl.so.1", O_RDONLY)      = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\0Y\0\0\0\0\0\0@"..., 832) = 
> 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=159936, ...}) = 0
> mmap(NULL, 232728, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x2000000001390000
> mprotect(0x20000000013b8000, 49152, PROT_NONE) = 0
> mmap(0x20000000013c4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24000) = 0x20000000013c4000
> mmap(0x20000000013c8000, 3352, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x20000000013c8000
> close(3)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000013cc000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x20000000013d0000
> munmap(0x2000000001368000, 22979)       = 0
> open("/etc/ld.so.cache", O_RDONLY)      = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=22979, ...}) = 0
> mmap(NULL, 22979, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2000000001368000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libnss_nis.so.2", O_RDONLY)  = 3
> read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0@(\0\0\0\0\0\0@"..., 
> 832) = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=74912, ...}) = 0
> mmap(NULL, 138648, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x20000000013d4000
> mprotect(0x20000000013e8000, 49152, PROT_NONE) = 0
> mmap(0x20000000013f4000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x20000000013f4000
> close(3)                                = 0
> access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
> directory)
> open("/lib/libnss_files.so.2", O_RDONLY) = 3
> read(3, 
> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0002\0\1\0\0\0\300&\0\0\0\0\0\0@"..., 832) 
> = 832
> fstat(3, {st_mode=S_IFREG|0644, st_size=78216, ...}) = 0
> mmap(NULL, 142040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> 0x20000000013f8000
> mprotect(0x200000000140c000, 49152, PROT_NONE) = 0
> mmap(0x2000000001418000, 16384, PROT_READ|PROT_WRITE, 
> MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x2000000001418000
> close(3)                                = 0
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x200000000141c000
> mmap(NULL, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001420000
> munmap(0x2000000001368000, 22979)       = 0
> open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3
> fcntl(3, F_GETFD)                       = 0
> fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
> lseek(3, 0, SEEK_CUR)                   = 0
> fstat(3, {st_mode=S_IFREG|0644, st_size=1035, ...}) = 0
> mmap(NULL, 1035, PROT_READ, MAP_SHARED, 3, 0) = 0x2000000001500000
> lseek(3, 1035, SEEK_SET)                = 1035
> munmap(0x2000000001500000, 1035)        = 0
> close(3)                                = 0
> setuid(0)                               = 0
> chdir("/")                              = 0
> pipe([3, 4])                            = 3
> clone2(child_stack=0, stack_size=0, 
> flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
> child_tidptr=0x20000000000bd660) = 4406
> --- SIGCHLD (Child exited) @ a0000000000108e1 (1136) ---
> close(4)                                = 0
> fcntl(3, F_GETFL)                       = 0 (flags O_RDONLY)
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> mmap(NULL, 65536, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
> 0x2000000001424000
> lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> fstat(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
> lseek(3, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
> read(3, 0x2000000001424000, 16384)      = ? ERESTARTSYS (To be restarted)
> --- SIGCHLD (Child exited) @ a0000000000108e1 (1133) ---
> read(3, "1"..., 16384)                  = 1
> read(3, ""..., 16384)                   = 0
> close(3)                                = 0
> munmap(0x2000000001424000, 65536)       = 0
> close(14)                               = 0
> munmap(0x2000000001170000, 65536)       = 0
> rt_sigaction(SIGINT, {SIG_DFL}, {0x4000000000263090, [], 0}, 8) = 0
> close(10)                               = 0
> close(13)                               = 0
> close(7)                                = 0
> close(8)                                = 0
> close(9)                                = 0
> close(12)                               = 0
> close(11)                               = 0
> close(6)                                = 0
> exit_group(1)                           = ?

> Linux version 2.6.18.8-xen (root@en04bl2vg0) (gcc version 4.1.3 20080704 
> (prerelease) (Debian 4.1.2-25)) #2 SMP Wed Jan 26 09:57:02 VET 2011
> EFI v1.00 by Xen/ia64: SALsystab=0x2178 ACPI 2.0=0x3fdee000 SMBIOS=0x3e52a000 
> HCDP=0x3fdec000
> booting generic kernel on platform hpzx1
> PCDP: v3 at 0x3fdec000
> PCDP: VGA console
> ACPI: RSDP (v002     HP                                ) @ 0x000000003fdee000
> ACPI: XSDT (v001     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdee02c
> ACPI: FADT (v003     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdfecd8
> ACPI: SPCR (v001     HP          0x00000000 HP 0x00000000) @ 
> 0x000000003fdfee10
> ACPI: DBGP (v001     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdfee60
> ACPI: MADT (v001     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdff280
> ACPI: SPMI (v004     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdfee98
> ACPI: CPEP (v001     HP   BL870c 0x00000000 HP 0x00000000) @ 
> 0x000000003fdff150
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfa468
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfa928
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfad88
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfaf18
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfbdd8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfcc98
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfdb58
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfdc98
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfdd88
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfdec8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfdfb8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe0f8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe1e8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe328
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe418
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe558
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe648
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe788
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe878
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfe9b8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfeaa8
> ACPI: SSDT (v001     HP   BL870c 0x00000006 INTL 0x20050309) @ 
> 0x000000003fdfebe8
> ACPI: DSDT (v001     HP   BL870c 0x00000007 INTL 0x20050309) @ 
> 0x0000000000000000
> Initial ramdisk at: 0xe0000000052bc000 (6891685 bytes)
> SAL 0.1: Xen/ia64 Xen/ia64 version 0.0
> SAL: AP wakeup using external interrupt vector 0xf3
> No logical to physical processor mapping available
> ACPI: Local APIC address c0000000fee00000
> GSI 25 (level, low) -> CPU 0 (0x0000) vector 48
> 4 CPUs available, 16 CPUs total
> Running on Xen! start_info_pfn=0x14ae nr_pages=3118504 flags=0x203
> MCA related initialization done
> Virtual mem_map starts at 0xa0007fff1f35c000
> On node 0 totalpages: 3114727
>   DMA zone: 60135 pages, LIFO batch:7
>   Normal zone: 3054592 pages, LIFO batch:7
> SMP: Allowing 16 CPUs, 12 hotplug CPUs
> Built 1 zonelists.  Total pages: 3114727
> Kernel command line: root=/dev/mapper/en4bl2vg0-raiz nosmp ro
> PID hash table entries: 4096 (order: 12, 32768 bytes)
> CPU 0: base freq=266.111MHz, ITC ratio=6/4, ITC freq=399.167MHz+/-150ppm
> Console: colour VGA+ 80x25
> Memory: 49662048k/49835632k available (10409k code, 199520k reserved, 4415k 
> data, 720k init)
> McKinley Errata 9 workaround not needed; disabling it
> Calibrating delay loop... 3185.04 BogoMIPS (lpj=15925248)
> Dentry cache hash table entries: 8388608 (order: 12, 67108864 bytes)
> Inode-cache hash table entries: 4194304 (order: 11, 33554432 bytes)
> Mount-cache hash table entries: 1024
> ACPI: Core revision 20060707
> Boot processor id 0x0/0x0
> SMP mode deactivated.
> Brought up 1 CPUs
> Total of 1 processors activated (3185.04 BogoMIPS).
> migration_cost=0
> checking if image is initramfs... it is
> Freeing initrd memory: 6720kB freed
> DMI 2.4 present.
> NET: Registered protocol family 16
> ACPI: bus type pci registered
> ACPI: Interpreter enabled
> ACPI: Using IOSAPIC for interrupt routing
> ACPI: PCI Root Bridge [L000] (0000:00)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L000._PRT]
> ACPI: PCI Root Bridge [L001] (0000:01)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L001._PRT]
> ACPI: PCI Root Bridge [L002] (0000:02)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L002._PRT]
> ACPI: PCI Root Bridge [L003] (0000:03)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L003._PRT]
> ACPI: PCI Root Bridge [L004] (0000:05)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L004._PRT]
> ACPI: PCI Root Bridge [L007] (0000:07)
> ACPI: PCI Interrupt Routing Table [\_SB_.SBA0.L007._PRT]
> xen_mem: Initialising balloon driver.
> IOC: zx2 2.0 HPA 0xfed01000 IOVA space 1024Mb at 0x40000000
> NET: Registered protocol family 2
> IP route cache hash table entries: 2097152 (order: 10, 16777216 bytes)
> TCP established hash table entries: 8388608 (order: 13, 134217728 bytes)
> TCP bind hash table entries: 65536 (order: 6, 1048576 bytes)
> TCP: Hash tables configured (established 8388608 bind 65536)
> TCP reno registered
> perfmon: version 2.0 IRQ 238
> perfmon: Montecito PMU detected, 27 PMCs, 35 PMDs, 12 counters (47 bits)
> PAL Information Facility v0.5
> perfmon: added sampling format default_format
> perfmon_default_smpl: default_format v2.0 registered
> Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
> fuse init (API version 7.7)
> SGI XFS with large block/inode numbers, no debug enabled
> Initializing Cryptographic API
> io scheduler noop registered
> io scheduler anticipatory registered (default)
> io scheduler deadline registered
> io scheduler cfq registered
> pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> ACPI: Power Button (FF) [PWRF]
> ACPI: Sleep Button (FF) [SLPF]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI Exception (acpi_processor-0721): AE_NOT_FOUND, Processor Device is not 
> present [20060707]
> ACPI: Thermal Zone [THM0] (27 C)
> EFI Time Services Driver v0.4
> Linux agpgart interface v0.101 (c) Dave Jones
> [drm] Initialized drm 1.0.1 20051102
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> loop: loaded (max 8 devices)
> HP CISS Driver (v 3.6.10)
> Intel(R) PRO/1000 Network Driver - version 7.1.9-k4
> Copyright (c) 1999-2006 Intel Corporation.
> tg3.c:v3.65 (August 07, 2006)
> GSI 27 (level, low) -> CPU 0 (0x0000) vector 49
> ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 27 (level, low) -> IRQ 49
> eth0: Tigon3 [partno(BCM95700A6) rev 2100 PHY(serdes)] (PCIX:133MHz:64-bit) 
> 10/100/1000BaseT Ethernet 00:1b:78:7c:a4:98
> eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] 
> TSOcap[1] 
> eth0: dma_rwctrl[769f4000] dma_mask[64-bit]
> GSI 28 (level, low) -> CPU 0 (0x0000) vector 50
> ACPI: PCI Interrupt 0000:01:01.1[B] -> GSI 28 (level, low) -> IRQ 50
> eth1: Tigon3 [partno(BCM95700A6) rev 2100 PHY(serdes)] (PCIX:133MHz:64-bit) 
> 10/100/1000BaseT Ethernet 00:1b:78:7c:a4:99
> eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] 
> TSOcap[1] 
> eth1: dma_rwctrl[769f4000] dma_mask[64-bit]
> GSI 40 (level, low) -> CPU 0 (0x0000) vector 51
> ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 40 (level, low) -> IRQ 51
> eth2: Tigon3 [partno(BCM95700A6) rev 2100 PHY(serdes)] (PCIX:66MHz:64-bit) 
> 10/100/1000BaseT Ethernet 00:1b:78:7c:a4:9a
> eth2: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] 
> TSOcap[1] 
> eth2: dma_rwctrl[769f0000] dma_mask[64-bit]
> GSI 41 (level, low) -> CPU 0 (0x0000) vector 52
> ACPI: PCI Interrupt 0000:02:02.1[B] -> GSI 41 (level, low) -> IRQ 52
> eth3: Tigon3 [partno(BCM95700A6) rev 2100 PHY(serdes)] (PCIX:66MHz:64-bit) 
> 10/100/1000BaseT Ethernet 00:1b:78:7c:a4:9b
> eth3: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] 
> TSOcap[1] 
> eth3: dma_rwctrl[769f0000] dma_mask[64-bit]
> tun: Universal TUN/TAP device driver, 1.6
> tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
> arcnet loaded.
> netconsole: not configured, aborting
> Linux video capture interface: v2.00
> Xen virtual console successfully installed as xvc0
> Event-channel device installed.
> blktap_device_init: blktap device major 254
> blktap_ring_init: blktap ring major: 253
> netfront: Initialising virtual ethernet driver.
> Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
> ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
> ide-floppy driver 0.99.newide
> mice: PS/2 mouse device common for all mice
> i2c /dev entries driver
> EFI Variables Facility v0.08 2004-May-17
> IPv4 over IPv4 tunneling driver
> GRE over IPv4 tunneling driver
> TCP bic registered
> NET: Registered protocol family 1
> NET: Registered protocol family 17
> Bridge firewalling registered
> xen privcmd uses pseudo physical addr range [0x10100000000, 0x3ffff000000] 
> (3141616MB)
> p2m_size != page_size
> PCI IO multiplexer device installed.
> Freeing unused kernel memory: 720kB freed
> usbcore: registered new driver usbfs
> usbcore: registered new driver hub
> ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
> GSI 17 (level, low) -> CPU 0 (0x0000) vector 53
> ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 17 (level, low) -> IRQ 53
> ohci_hcd 0000:00:02.0: OHCI Host Controller
> ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 1
> ohci_hcd 0000:00:02.0: irq 53, io mem 0x88032000
> usb usb1: configuration #1 chosen from 1 choice
> hub 1-0:1.0: USB hub found
> hub 1-0:1.0: 3 ports detected
> SCSI subsystem initialized
> Fusion MPT base driver 3.04.01
> Copyright (c) 1999-2005 LSI Logic Corporation
> Fusion MPT SAS Host driver 3.04.01
> GSI 18 (level, low) -> CPU 0 (0x0000) vector 54
> ACPI: PCI Interrupt 0000:00:02.1[B] -> GSI 18 (level, low) -> IRQ 54
> ohci_hcd 0000:00:02.1: OHCI Host Controller
> ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
> ohci_hcd 0000:00:02.1: irq 54, io mem 0x88031000
> QLogic Fibre Channel HBA Driver
> usb usb2: configuration #1 chosen from 1 choice
> hub 2-0:1.0: USB hub found
> hub 2-0:1.0: 2 ports detected
> GSI 19 (level, low) -> CPU 0 (0x0000) vector 55
> ACPI: PCI Interrupt 0000:00:02.2[C] -> GSI 19 (level, low) -> IRQ 55
> ehci_hcd 0000:00:02.2: EHCI Host Controller
> ehci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 3
> ehci_hcd 0000:00:02.2: irq 55, io mem 0x88030000
> ehci_hcd 0000:00:02.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
> usb usb3: configuration #1 chosen from 1 choice
> hub 3-0:1.0: USB hub found
> hub 3-0:1.0: 5 ports detected
> usb 1-1: new full speed USB device using ohci_hcd and address 2
> GSI 38 (level, low) -> CPU 0 (0x0000) vector 56
> ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 38 (level, low) -> IRQ 56
> mptbase: Initiating ioc0 bringup
> usb 1-1: new full speed USB device using ohci_hcd and address 3
> usb 1-1: configuration #1 chosen from 1 choice
> ioc0: SAS1068: Capabilities={Initiator}
> usb 1-2: new full speed USB device using ohci_hcd and address 4
> usb 1-2: configuration #1 chosen from 1 choice
> hub 1-2:1.0: USB hub found
> hub 1-2:1.0: 4 ports detected
> usb 1-2.4: new full speed USB device using ohci_hcd and address 5
> usb 1-2.4: configuration #1 chosen from 1 choice
> usbcore: registered new driver hiddev
> input: HP Virtual Management Device as /class/input/input0
> input: USB HID v1.11 Keyboard [HP Virtual Management Device] on 
> usb-0000:00:02.0-1
> input: HP Virtual Management Device as /class/input/input1
> input: USB HID v1.01 Mouse [HP Virtual Management Device] on 
> usb-0000:00:02.0-1
> input: Sun USB Keyboard as /class/input/input2
> input: USB HID v1.10 Keyboard [Sun USB Keyboard] on usb-0000:00:02.0-2.4
> usbcore: registered new driver usbhid
> /root/xen-4.0.1/linux-2.6.18-xen.hg/drivers/usb/input/hid-core.c: v2.6:USB 
> HID core driver
> scsi0 : ioc0: LSISAS1068, FwRev=01172100h, Ports=1, MaxQ=163, IRQ=56
>   Vendor: HP        Model: DG146BB976        Rev: HPDC
>   Type:   Direct-Access                      ANSI SCSI revision: 05
>   Vendor: HP        Model: DG146BB976        Rev: HPDC
>   Type:   Direct-Access                      ANSI SCSI revision: 05
>   Vendor: HP        Model: IR Volume         Rev: HP01
>   Type:   Direct-Access                      ANSI SCSI revision: 02
> GSI 56 (level, low) -> CPU 0 (0x0000) vector 57
> ACPI: PCI Interrupt 0000:06:00.0[A] -> GSI 56 (level, low) -> IRQ 57
> qla2xxx 0000:06:00.0: Found an ISP2432, irq 57, iobase 0xc0000000c0084000
> qla2xxx 0000:06:00.0: Configuring PCI space...
> qla2xxx 0000:06:00.0: Configure NVRAM parameters...
> qla2xxx 0000:06:00.0: Verifying loaded RISC code...
> SCSI device sda: 286511104 512-byte hdwr sectors (146694 MB)
> sda: Write Protect is off
> sda: Mode Sense: 03 00 00 08
> SCSI device sda: drive cache: write through
> SCSI device sda: 286511104 512-byte hdwr sectors (146694 MB)
> sda: Write Protect is off
> sda: Mode Sense: 03 00 00 08
> SCSI device sda: drive cache: write through
>  sda: sda1 sda2 sda3
> sd 0:1:1:0: Attached scsi disk sda
> qla2xxx 0000:06:00.0: Firmware image unavailable.
> qla2xxx 0000:06:00.0: Firmware images can be retrieved from: 
> ftp://ftp.qlogic.com/outgoing/linux/firmware/.
> qla2xxx 0000:06:00.0: Attempting to load (potentially outdated) firmware from 
> flash.
> qla2xxx 0000:06:00.0: Allocated (64 KB) for EFT...
> qla2xxx 0000:06:00.0: Allocated (1413 KB) for firmware dump...
> qla2xxx 0000:06:00.0: Waiting for LIP to complete...
> qla2xxx 0000:06:00.0: LOOP UP detected (4 Gbps).
> qla2xxx 0000:06:00.0: Topology - (F_Port), Host Loop address 0x0
> scsi1 : qla2xxx
> qla2xxx 0000:06:00.0: 
>  QLogic Fibre Channel HBA Driver: 8.01.07-k1
>   QLogic QMH2462 - SBUS to 2Gb FC, Dual Channel
>   ISP2432: PCIe (2.5Gb/s x4) @ 0000:06:00.0 hdma+, host#=1, fw=4.00.90 [IP] 
> GSI 57 (level, low) -> CPU 0 (0x0000) vector 58
> ACPI: PCI Interrupt 0000:06:00.1[B] -> GSI 57 (level, low) -> IRQ 58
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sdb: 104857600 512-byte hdwr sectors (53687 MB)
> sdb: Write Protect is off
> sdb: Mode Sense: 97 00 10 08
> SCSI device sdb: drive cache: write through w/ FUA
> SCSI device sdb: 104857600 512-byte hdwr sectors (53687 MB)
> sdb: Write Protect is off
> sdb: Mode Sense: 97 00 10 08
> SCSI device sdb: drive cache: write through w/ FUA
>  sdb: unknown partition table
> sd 1:0:0:1: Attached scsi disk sdb
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sdc: 104857600 512-byte hdwr sectors (53687 MB)
> sdc: Write Protect is off
> sdc: Mode Sense: 97 00 10 08
> SCSI device sdc: drive cache: write through w/ FUA
> qla2xxx 0000:06:00.1: Found an ISP2432, irq 58, iobase 0xc0000000c0080000
> qla2xxx 0000:06:00.1: Configuring PCI space...
> qla2xxx 0000:06:00.1: Configure NVRAM parameters...
> qla2xxx 0000:06:00.1: Verifying loaded RISC code...
> SCSI device sdc: 104857600 512-byte hdwr sectors (53687 MB)
> sdc: Write Protect is off
> sdc: Mode Sense: 97 00 10 08
> SCSI device sdc: drive cache: write through w/ FUA
>  sdc: unknown partition table
> sd 1:0:1:1: Attached scsi disk sdc
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sdd: 104857600 512-byte hdwr sectors (53687 MB)
> sdd: Write Protect is off
> sdd: Mode Sense: 97 00 10 08
> SCSI device sdd: drive cache: write through w/ FUA
> SCSI device sdd: 104857600 512-byte hdwr sectors (53687 MB)
> sdd: Write Protect is off
> sdd: Mode Sense: 97 00 10 08
> SCSI device sdd: drive cache: write through w/ FUA
>  sdd: unknown partition table
> sd 1:0:2:1: Attached scsi disk sdd
> qla2xxx 0000:06:00.1: Firmware image unavailable.
> qla2xxx 0000:06:00.1: Firmware images can be retrieved from: 
> ftp://ftp.qlogic.com/outgoing/linux/firmware/.
> qla2xxx 0000:06:00.1: Attempting to load (potentially outdated) firmware from 
> flash.
> qla2xxx 0000:06:00.1: Allocated (64 KB) for EFT...
> qla2xxx 0000:06:00.1: Allocated (1413 KB) for firmware dump...
> qla2xxx 0000:06:00.1: Waiting for LIP to complete...
> qla2xxx 0000:06:00.1: LOOP UP detected (4 Gbps).
> qla2xxx 0000:06:00.1: Topology - (F_Port), Host Loop address 0x0
> scsi2 : qla2xxx
> qla2xxx 0000:06:00.1: 
>  QLogic Fibre Channel HBA Driver: 8.01.07-k1
>   QLogic QMH2462 - SBUS to 2Gb FC, Dual Channel
>   ISP2432: PCIe (2.5Gb/s x4) @ 0000:06:00.1 hdma+, host#=2, fw=4.00.90 [IP] 
> GSI 63 (level, low) -> CPU 0 (0x0000) vector 59
> ACPI: PCI Interrupt 0000:08:00.0[A] -> GSI 63 (level, low) -> IRQ 59
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
> qla2xxx 0000:08:00.0: Found an ISP2432, irq 59, iobase 0xc0000000f0084000
> qla2xxx 0000:08:00.0: Configuring PCI space...
> qla2xxx 0000:08:00.0: Configure NVRAM parameters...
> qla2xxx 0000:08:00.0: Verifying loaded RISC code...
> qla2xxx 0000:08:00.0: Firmware image unavailable.
> qla2xxx 0000:08:00.0: Firmware images can be retrieved from: 
> ftp://ftp.qlogic.com/outgoing/linux/firmware/.
> qla2xxx 0000:08:00.0: Attempting to load (potentially outdated) firmware from 
> flash.
> qla2xxx 0000:08:00.0: Allocated (64 KB) for EFT...
> qla2xxx 0000:08:00.0: Allocated (1413 KB) for firmware dump...
> qla2xxx 0000:08:00.0: Waiting for LIP to complete...
> qla2xxx 0000:08:00.0: LOOP UP detected (4 Gbps).
> qla2xxx 0000:08:00.0: Topology - (F_Port), Host Loop address 0x0
> scsi3 : qla2xxx
> qla2xxx 0000:08:00.0: 
>  QLogic Fibre Channel HBA Driver: 8.01.07-k1
>   QLogic QMH2462 - SBUS to 2Gb FC, Dual Channel
>   ISP2432: PCIe (2.5Gb/s x4) @ 0000:08:00.0 hdma+, host#=3, fw=4.00.90 [IP] 
> GSI 64 (level, low) -> CPU 0 (0x0000) vector 60
> ACPI: PCI Interrupt 0000:08:00.1[B] -> GSI 64 (level, low) -> IRQ 60
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sde: 104857600 512-byte hdwr sectors (53687 MB)
> sde: Write Protect is off
> sde: Mode Sense: 97 00 10 08
> SCSI device sde: drive cache: write through w/ FUA
> SCSI device sde: 104857600 512-byte hdwr sectors (53687 MB)
> sde: Write Protect is off
> sde: Mode Sense: 97 00 10 08
> SCSI device sde: drive cache: write through w/ FUA
>  sde: unknown partition table
> sd 3:0:0:1: Attached scsi disk sde
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sdf: 104857600 512-byte hdwr sectors (53687 MB)
> sdf: Write Protect is off
> sdf: Mode Sense: 97 00 10 08
> SCSI device sdf: drive cache: write through w/ FUA
> SCSI device sdf: 104857600 512-byte hdwr sectors (53687 MB)
> sdf: Write Protect is off
> sdf: Mode Sense: 97 00 10 08
> SCSI device sdf: drive cache: write through w/ FUA
>  sdf: unknown partition table
> sd 3:0:1:1: Attached scsi disk sdf
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   RAID                               ANSI SCSI revision: 05
>   Vendor: HP        Model: HSV210            Rev: 6220
>   Type:   Direct-Access                      ANSI SCSI revision: 05
> SCSI device sdg: 104857600 512-byte hdwr sectors (53687 MB)
> sdg: Write Protect is off
> sdg: Mode Sense: 97 00 10 08
> SCSI device sdg: drive cache: write through w/ FUA
> SCSI device sdg: 104857600 512-byte hdwr sectors (53687 MB)
> sdg: Write Protect is off
> sdg: Mode Sense: 97 00 10 08
> SCSI device sdg: drive cache: write through w/ FUA
>  sdg: unknown partition table
> sd 3:0:2:1: Attached scsi disk sdg
> qla2xxx 0000:08:00.1: Found an ISP2432, irq 60, iobase 0xc0000000f0080000
> qla2xxx 0000:08:00.1: Configuring PCI space...
> qla2xxx 0000:08:00.1: Configure NVRAM parameters...
> qla2xxx 0000:08:00.1: Verifying loaded RISC code...
> qla2xxx 0000:08:00.1: Firmware image unavailable.
> qla2xxx 0000:08:00.1: Firmware images can be retrieved from: 
> ftp://ftp.qlogic.com/outgoing/linux/firmware/.
> qla2xxx 0000:08:00.1: Attempting to load (potentially outdated) firmware from 
> flash.
> qla2xxx 0000:08:00.1: Allocated (64 KB) for EFT...
> qla2xxx 0000:08:00.1: Allocated (1413 KB) for firmware dump...
> qla2xxx 0000:08:00.1: Waiting for LIP to complete...
> qla2xxx 0000:08:00.1: LOOP UP detected (4 Gbps).
> qla2xxx 0000:08:00.1: Topology - (F_Port), Host Loop address 0x0
> scsi4 : qla2xxx
> qla2xxx 0000:08:00.1: 
>  QLogic Fibre Channel HBA Driver: 8.01.07-k1
>   QLogic QMH2462 - SBUS to 2Gb FC, Dual Channel
>   ISP2432: PCIe (2.5Gb/s x4) @ 0000:08:00.1 hdma+, host#=4, fw=4.00.90 [IP] 
> device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: 
> dm-devel@xxxxxxxxxx
> kjournald starting.  Commit interval 5 seconds
> EXT3-fs: mounted filesystem with ordered data mode.
> udevd version 125 started
> Adding 7812464k swap on /dev/sda2.  Priority:-1 extents:1 across:7812464k
> EXT3 FS on dm-0, internal journal
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on dm-1, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on dm-2, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> kjournald starting.  Commit interval 5 seconds
> EXT3 FS on dm-3, internal journal
> EXT3-fs: mounted filesystem with ordered data mode.
> PM: Writing back config space on device 0000:01:01.0 at offset b (was 
> 164814e4, writing 132b103c)
> PM: Writing back config space on device 0000:01:01.0 at offset 3 (was 804000, 
> writing 804020)
> PM: Writing back config space on device 0000:01:01.0 at offset 2 (was 
> 2000000, writing 2000010)
> PM: Writing back config space on device 0000:01:01.0 at offset 1 (was 
> 2b00000, writing 2b00146)
> PM: Writing back config space on device 0000:01:01.0 at offset 0 (was 
> 164914e4, writing 16a814e4)
> tg3: eth0: Link is up at 1000 Mbps, full duplex.
> tg3: eth0: Flow control is on for TX and on for RX.

> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.