Bugzilla – Attachment 325165 Details for
Bug 551801
OpenSuse RC2 fail to boot up!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
strace log of modified preload binary from previous post
preload-boot2.log (text/x-log), 503.27 KB, created by
Markus Weiss
on 2009-11-02 17:55:31 UTC
(
hide
)
Description:
strace log of modified preload binary from previous post
Filename:
MIME Type:
Creator:
Markus Weiss
Created:
2009-11-02 17:55:31 UTC
Size:
503.27 KB
patch
obsolete
>363 execve("/sbin/preload", ["/sbin/preload", "/var/cache/preload/prepared"], [/* 28 vars */]) = 0 >363 brk(0) = 0x604000 >363 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7faf5ef29000 >363 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7faf5ef28000 >363 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) >363 open("/etc/ld.so.cache", O_RDONLY) = 3 >363 fstat(3, {st_mode=S_IFREG|0644, st_size=245797, ...}) = 0 >363 mmap(NULL, 245797, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7faf5eeeb000 >363 close(3) = 0 >363 open("/lib64/libpthread.so.0", O_RDONLY) = 3 >363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360X\0\0\0\0\0\0"..., 832) = 832 >363 fstat(3, {st_mode=S_IFREG|0755, st_size=131260, ...}) = 0 >363 mmap(NULL, 2208640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7faf5eaf1000 >363 fadvise64(3, 0, 2208640, POSIX_FADV_WILLNEED) = 0 >363 mprotect(0x7faf5eb07000, 2097152, PROT_NONE) = 0 >363 mmap(0x7faf5ed07000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x7faf5ed07000 >363 mmap(0x7faf5ed09000, 13184, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7faf5ed09000 >363 close(3) = 0 >363 open("/lib64/libc.so.6", O_RDONLY) = 3 >363 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\353\1\0\0\0\0\0"..., 832) = 832 >363 fstat(3, {st_mode=S_IFREG|0755, st_size=1408560, ...}) = 0 >363 mmap(NULL, 3516488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7faf5e796000 >363 fadvise64(3, 0, 3516488, POSIX_FADV_WILLNEED) = 0 >363 mprotect(0x7faf5e8e7000, 2097152, PROT_NONE) = 0 >363 mmap(0x7faf5eae7000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x151000) = 0x7faf5eae7000 >363 mmap(0x7faf5eaec000, 18504, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7faf5eaec000 >363 close(3) = 0 >363 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7faf5eeea000 >363 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7faf5eee9000 >363 arch_prctl(ARCH_SET_FS, 0x7faf5eee96f0) = 0 >363 mprotect(0x7faf5eae7000, 16384, PROT_READ) = 0 >363 mprotect(0x7faf5ed07000, 4096, PROT_READ) = 0 >363 mprotect(0x602000, 4096, PROT_READ) = 0 >363 mprotect(0x7faf5ef2a000, 4096, PROT_READ) = 0 >363 munmap(0x7faf5eeeb000, 245797) = 0 >363 set_tid_address(0x7faf5eee97c0) = 363 >363 set_robust_list(0x7faf5eee97d0, 0x18) = 0 >363 futex(0x7fff5177b1cc, FUTEX_WAKE_PRIVATE, 1) = 0 >363 futex(0x7fff5177b1cc, 0x189 /* FUTEX_??? */, 1, NULL, 7faf5eee96f0) = -1 EAGAIN (Resource temporarily unavailable) >363 rt_sigaction(SIGRTMIN, {0x7faf5eaf6780, [], SA_RESTORER|SA_SIGINFO, 0x7faf5eaffc00}, NULL, 8) = 0 >363 rt_sigaction(SIGRT_1, {0x7faf5eaf6810, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7faf5eaffc00}, NULL, 8) = 0 >363 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 >363 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 >363 brk(0) = 0x604000 >363 brk(0x625000) = 0x625000 >363 open("/var/cache/preload/prepared", O_RDONLY) = 3 >363 fstat(3, {st_mode=S_IFREG|0644, st_size=377955, ...}) = 0 >363 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7faf5ef27000 >363 read(3, "n 4796\nS //sys\nS //proc\nS //dev\n"..., 4096) = 4096 >363 read(3, "faces/wlan0/.\nS /var/run/SuSEfir"..., 4096) = 4096 >363 read(3, "ules\nS /etc/syslog-ng/syslog-ng."..., 4096) = 4096 >363 read(3, "pmud_support.rules\nS /etc/dbus-1"..., 4096) = 4096 >363 read(3, "t_daemon\nS /sbin/startproc\nS /bi"..., 4096) = 4096 >363 read(3, "/60-persistent-input.rules\nS /li"..., 4096) = 4096 >363 read(3, "/kernel/net/ipv6/netfilter/ip6_t"..., 4096) = 4096 >363 read(3, " /usr/lib64/libplds4.so\nS /usr/l"..., 4096) = 4096 >363 read(3, "kages/pygtk.pth\nS /usr/share/loc"..., 4096) = 4096 >363 read(3, "mation/10freedesktop/10-cd-dvd-b"..., 4096) = 4096 >363 read(3, "gs.service\nS /usr/share/dbus-1/s"..., 4096) = 4096 >363 read(3, "2f4:20\nS ///char\\x2f4:21\nS ///ch"..., 4096) = 4096 >363 read(3, "platform-i8042-serio-1-mouse\nS /"..., 4096) = 4096 >363 brk(0x64f000) = 0x64f000 >363 read(3, "S /fastboot\nS /forcefsck\nS /lib/"..., 4096) = 4096 >363 read(3, "pache2-prefork/libpython\nS /usr/"..., 4096) = 4096 >363 read(3, " /usr/lib64/python2.6/site-packa"..., 4096) = 4096 >363 read(3, "C.so\nS /usr/lib64/tls/x86_64\nS /"..., 4096) = 4096 >363 read(3, "ames 1\nR 0 0 48\nR 1 0 1\nC 1\nO /v"..., 4096) = 4096 >363 read(3, "C 1\nO /etc/init.d/fbset 1\nR 1 0 "..., 4096) = 4096 >363 read(3, "tc/init.d/kbd 1\nR 1 0 3\nC 1\nO /e"..., 4096) = 4096 >363 read(3, "track.conf 1\nR 1 0 1\nC 1\nO /etc/"..., 4096) = 4096 >363 read(3, " 2\nO /lib64/libcap.so.2 2\nR 2 0 "..., 4096) = 4096 >363 read(3, "0 1\nC 5\nO /lib/udev/rules.d/60-p"..., 4096) = 4096 >363 brk(0x67d000) = 0x67d000 >363 read(3, "ivers/net/wireless/iwlwifi/iwlag"..., 4096) = 4096 >363 read(3, "sr/sbin/iptables-batch 11\nR 11 0"..., 4096) = 4096 >363 read(3, "27 0 8\nO /usr/lib64/libxml2.so.2"..., 4096) = 4096 >363 read(3, "9\nO /usr/lib64/python2.6/stat.py"..., 4096) = 4096 >363 read(3, "/LC_PAPER 39\nR 39 0 1\nC 39\nO /us"..., 4096) = 4096 >363 read(3, "_64\n1736 # S /lib64/bash/4.0/x86"..., 4096) = 4096 >363 read(3, " C 5\np boot.scpm 107\n4 # S /\n6 #"..., 4096) = 4096 >363 read(3, "9 # O /bin/grep 5\n3510 # R 5 0 2"..., 4096) = 4096 >363 read(3, "onf 1\n2777 # R 1 0 1\n2778 # C 1\n"..., 4096) = 4096 >363 read(3, "irt/.\n146 # S /var/run/libvirt\n1"..., 4096) = 4096 >363 read(3, "6 # O /etc/passwd 1\n2547 # R 1 0"..., 4096) = 4096 >363 read(3, "Kit1.conf\n409 # S /etc/dbus-1/sy"..., 4096) = 4096 >363 read(3, "4/gio/modules/libgiogconf.so\n126"..., 4096) = 4096 >363 read(3, "ktop.DeviceKit.Disks.conf 2\n2915"..., 4096) = 4096 >363 read(3, "30 # O /usr/lib64/libssl.so.0.9."..., 4096) = 4096 >363 read(3, "6_64\n1734 # S /lib64/bash/4.0/tl"..., 4096) = 4096 >363 read(3, "dules/2.6.31.5-0.1-default/kerne"..., 4096) = 4096 >363 read(3, "/override/interfaces/wlan0/zone\n"..., 4096) = 4096 >363 read(3, "/locale/en_US/LC_TIME 14\n4161 # "..., 4096) = 4096 >363 read(3, " S /lib64/libc.so.6\n626 # S /lib"..., 4096) = 4096 >363 read(3, "hi/avahi-daemon.conf\n308 # S /et"..., 4096) = 4096 >363 read(3, "/etc/hal/fdi/policy/20thirdparty"..., 4096) = 4096 >363 read(3, "/share/hal/fdi/information/10fre"..., 4096) = 4096 >363 read(3, "probe.conf\n1709 # S /etc/selinux"..., 4096) = 4096 >363 read(3, "bin/stty 5\n3462 # R 5 0 12\n3463 "..., 4096) = 4096 >363 read(3, "1\n2801 # R 1 0 1\n2802 # C 1\n2806"..., 4096) = 4096 >363 read(3, "60 # O /etc/group 2\n2361 # R 2 0"..., 4096) = 4096 >363 read(3, "56 # S /opt/cisco/vpn/lib/libnsp"..., 4096) = 4096 >363 read(3, "tls/x86_64\n1734 # S /lib64/bash/"..., 4096) = 4096 >363 read(3, "/xtables/libxt_standard.so\n1036 "..., 4096) = 4096 >363 read(3, " # R 5 0 2\n3841 # C 5\n3842 # O /"..., 4096) = 4096 >363 read(3, "in/touch\n2321 # O /etc/init.d/bo"..., 4096) = 4096 >363 read(3, "e.so.6\n1731 # S /lib64/bash/4.0/"..., 4096) = 4096 >363 read(3, "R 5 0 82\n3718 # C 5\n3755 # O /li"..., 4096) = 4096 >363 read(3, "d/auditd\n308 # S /etc/group\n313 "..., 4096) = 4096 >363 read(3, "# S /bin/startproc\n1729 # S /lib"..., 4096) = 4096 >363 read(3, "e 5\n3468 # R 5 0 7\n3469 # C 5\n34"..., 4096) = 4096 >363 read(3, "aps/i386/dvorak/.\n1170 # S /usr/"..., 4096) = 4096 >363 read(3, "/en_US.UTF-8/LC_MONETARY\n1828 # "..., 4096) = 4096 >363 read(3, "adkeys.map.gz 39\n4678 # R 39 0 1"..., 4096) = 4096 >363 read(3, "1\n634 # S /lib64/libncurses.so.5"..., 4096) = 4096 >363 read(3, "022 # S /usr/lib64/sasl2/liblogi"..., 4096) = 4096 >363 read(3, "# O /usr/lib64/sasl2/libsasldb.s"..., 4096) = 4096 >363 read(3, " R 4 0 4\n3364 # C 4\n3380 # O /li"..., 4096) = 4096 >363 read(3, "# S /bin/startproc\n1710 # S /etc"..., 4096) = 4096 >363 read(3, "1 0 1\n2905 # C 1\n2935 # O /etc/m"..., 4096) = 4096 >363 read(3, "44\n3358 # C 4\n3362 # O /lib64/li"..., 4096) = 4096 >363 read(3, "k/mod_auth_basic.so\n534 # S /usr"..., 4096) = 4096 >363 read(3, "6/encodings/__init__.pyc\n1258 # "..., 4096) = 4096 >363 read(3, "e.pyc\n1909 # S /usr/lib64/python"..., 4096) = 4096 >363 read(3, "/python2.6/site-packages/sitecus"..., 4096) = 4096 >363 read(3, "08 # C 1\n3009 # O /etc/apache2/s"..., 4096) = 4096 >363 read(3, "62 # R 5 0 12\n3463 # C 5\n3509 # "..., 4096) = 4096 >363 read(3, "/usr/lib/locale/locale-archive\n2"..., 4096) = 4096 >363 read(3, "bash/4.0/x86_64\n1736 # S /lib64/"..., 4096) = 4096 >363 read(3, "share/cups/banners/topsecret 39\n"..., 4096) = 4096 >363 read(3, "c/modprobe.d/50-sound.conf 1\n283"..., 4096) = 4096 >363 read(3, "c.so.6 4\n3357 # R 4 0 344\n3358 #"..., 4096) = 4096 >363 read(3, "persistent-cd.rules\n462 # S /etc"..., 4096) = 4096 >363 read(3, "rivers/acpi/battery.ko\n788 # S /"..., 4096) = 4096 >363 read(3, "\\x2fusb\\x2f006\\x2f001\n1312 # S /"..., 4096) = 4096 >363 read(3, "18FB0E32LKGTY0RA-part8\n1452 # S "..., 4096) = 4096 >363 read(3, "ty6\n1588 # S ///tty60\n1589 # S /"..., 4096) = 4096 >363 read(3, "# R 1 0 1\n2691 # C 1\n2707 # O /e"..., 4096) = 4096 >363 read(3, "5 0 1\n3544 # C 5\n3545 # O /lib/u"..., 4096) = 4096 >363 read(3, " 0 4\n3739 # C 5\n3740 # O /lib/mo"..., 4096) = 4096 >363 read(3, "C 20\n4211 # O /usr/lib64/libusb-"..., 4096) = 4096 >363 read(3, "rses.so.5\n637 # S /lib64/libacl."..., 4096) = 4096 >363 read(3, "t 5\n3477 # R 5 0 22\n3478 # C 5\n3"..., 4096) = 4096 >363 read(3, "32 # S /etc/rc.status\n257 # S /e"..., 4096) = 1123 >363 read(3, "", 4096) = 0 >363 close(3) = 0 >363 munmap(0x7faf5ef27000, 4096) = 0 >363 socket(PF_FILE, SOCK_STREAM, 0) = 3 >363 unlink("/dev/shm/preload_sock") = -1 ENOENT (No such file or directory) >363 bind(3, {sa_family=AF_FILE, path="/dev/shm/preload_sock"}, 23) = 0 >363 listen(3, 5) = 0 >363 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7faf5eee97c0) = 365 >363 exit_group(0) = ? >365 setsid() = 365 >365 chdir("/") = 0 >365 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7faf5df95000 >365 mprotect(0x7faf5df95000, 4096, PROT_NONE) = 0 >365 clone(child_stack=0x7faf5e795210, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7faf5e7959e0, tls=0x7faf5e795910, child_tidptr=0x7faf5e7959e0) = 366 >366 set_robust_list(0x7faf5e7959f0, 0x18 <unfinished ...> >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... set_robust_list resumed> ) = 0 >366 stat("//sys", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0 >366 stat("//proc", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0 >366 stat("//dev", {st_mode=S_IFDIR|0755, st_size=2600, ...}) = 0 >366 stat("/windows/C", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//./.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//lost+found", {st_mode=S_IFDIR|0700, st_size=16384, ...}) = 0 >366 stat("/usr/share/gvfs/remote-volume-monitors/gdu.monitor", {st_mode=S_IFREG|0644, st_size=123, ...}) = 0 >366 stat("/usr/share/gvfs/remote-volume-monitors/gphoto2.monitor", {st_mode=S_IFREG|0644, st_size=115, ...}) = 0 >366 stat("/usr/share/gvfs/remote-volume-monitors/hal.monitor", {st_mode=S_IFREG|0644, st_size=123, ...}) = 0 >366 stat("/usr/share/gvfs/remote-volume-monitors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//core", {st_mode=S_IFREG|0600, st_size=1658880, ...}) = 0 >366 stat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 >366 stat("/var/log", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/adm/netconfig/md5//etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=42, ...}) = 0 >366 stat("/var/adm/netconfig/md5//etc/yp.conf", {st_mode=S_IFREG|0644, st_size=42, ...}) = 0 >366 stat("/var/lib/smartmontools/smartd.HITACHI_HTS543225L9SA00-080918FB0E32LKGTY0RA.ata.state", {st_mode=S_IFREG|0644, st_size=1517, ...}) = 0 >366 stat("/var/log/boot.msg", {st_mode=S_IFREG|0644, st_size=86728, ...}) = 0 >366 stat("/var/log/boot.omsg", {st_mode=S_IFREG|0644, st_size=76405, ...}) = 0 >366 stat("/var/lib/scpm/active_groups", {st_mode=S_IFREG|0644, st_size=56, ...}) = 0 >366 stat("/var/lib/hardware/hd.ids", {st_mode=S_IFREG|0644, st_size=50767, ...}) = 0 >366 stat("/var/lib/rpm/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/empty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/apparmor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/ntp/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/ntp/var/run", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/ntp/var/run/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/ntp/var/run/ntp", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/ntp/var/run/ntp/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/dbus/machine-id", {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 >366 stat("/var/log/audit", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/lib/hardware/udi/rdCR.lZF+r4EgHp4", {st_mode=S_IFREG|0644, st_size=275, ...}) = 0 >366 stat("/var/adm/netconfig/md5/etc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/syslog-ng/syslog-ng.persist", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0 >366 stat("/var/lib/misc/random-seed", {st_mode=S_IFREG|0600, st_size=512, ...}) = 0 >366 stat("/var/log/audit/audit.log", {st_mode=S_IFREG|0600, st_size=46654, ...}) = 0 >366 stat("/var/log/ConsoleKit", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/log/ConsoleKit/history", {st_mode=S_IFREG|0644, st_size=173523, ...}) = 0 >366 stat("/var/log/cups/error_log", {st_mode=S_IFREG|0644, st_size=225999, ...}) = 0 >366 stat("/var/log/messages", {st_mode=S_IFREG|0640, st_size=2746810, ...}) = 0 >366 stat("/var/lib/scpm/scdb/scdb.db", {st_mode=S_IFREG|0644, st_size=49505, ...}) = 0 >366 stat("/var/run/ConsoleKit/database", {st_mode=S_IFREG|0600, st_size=269, ...}) = 0 >366 stat("/var/run/acpid.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/syslog-ng.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lock/subsys/syslogd", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/klogd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/cache/preload/prepared", {st_mode=S_IFREG|0644, st_size=377955, ...}) = 0 >366 stat("/var/run/dbus/system_bus_socket", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/dbus/pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/hald/haldaemon.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/rpcbind.lock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/auditd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/cache/hald/fdi-cache", {st_mode=S_IFREG|0644, st_size=1774976, ...}) = 0 >366 stat("/var/run/keymap", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/httpd2.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/avahi-daemon//pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/ksysguardd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/nscd/nscd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/nscd/passwd", {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 stat("/var/run/nscd/group", {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 stat("/var/run/nscd/services", {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 stat("/var/run/libvirtd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/NetworkManager.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/cups/cups.sock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/cron.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lock/.", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=4096, ...}) = 0 >366 stat("/var/lock", {st_mode=S_IFDIR|S_ISVTX|0775, st_size=4096, ...}) = 0 >366 stat("/var/lock/subsys/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/subsys", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/subsys/sysconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/subsys/sysconfig/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/lvm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/lvm/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/libstorage", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/libstorage/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/setrans", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/setrans/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/openct/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/openct", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/mdadm/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/mdadm", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/sasl2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/sasl2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/nscd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/nscd/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/lirc/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/lirc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/sudo", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/run/sudo/.", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/run/dbus", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/dbus/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/avahi-daemon/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/avahi-daemon/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/avahi-daemon", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/wpa_supplicant/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/wpa_supplicant", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/ConsoleKit/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/ConsoleKit", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/PolicyKit", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0 >366 stat("/var/run/PolicyKit/.", {st_mode=S_IFDIR|0770, st_size=4096, ...}) = 0 >366 stat("/var/run/hald/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/hald", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/hald/hald-local", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/hald/hald-local/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/hald/hald-runner/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/hald/hald-runner", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/NetworkManager/.", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/run/NetworkManager", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/spool/uucp/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/spool/cups", {st_mode=S_IFDIR|0710, st_size=4096, ...}) = 0 >366 stat("/var/spool/cups/tmp", {st_mode=S_IFDIR|S_ISVTX|0770, st_size=4096, ...}) = 0 >366 stat("/var/spool/cron", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/spool/cron/tabs", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/tmp/vi.recover", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 >366 stat("/var/yp/binding/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/utmp", {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 >366 stat("/var/lock/dmraid", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lock/dmraid/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xdmctl/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xdmctl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig/eth0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig/eth0/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/scpm/journal", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/cups/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/cups", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/cups/certs/.", {st_mode=S_IFDIR|0511, st_size=4096, ...}) = 0 >366 stat("/var/run/cups/certs", {st_mode=S_IFDIR|0511, st_size=4096, ...}) = 0 >366 stat("/var/lib/bluetooth/00:22:68:E4:39:E3/config", {st_mode=S_IFREG|0644, st_size=65, ...}) = 0 >366 stat("/var/run/samba/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/samba", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/bluetooth/00:22:68:E4:39:E3/names", {st_mode=S_IFREG|0644, st_size=24, ...}) = 0 >366 stat("/var/lib/bluetooth/00:22:68:E4:39:E3/sdp", {st_mode=S_IFREG|0644, st_size=3588, ...}) = 0 >366 stat("/var/lib/bluetooth/00:22:68:E4:39:E3/profiles", {st_mode=S_IFREG|0644, st_size=425, ...}) = 0 >366 stat("/var/lib/bluetooth/00:22:68:E4:39:E3/linkkeys", {st_mode=S_IFREG|0600, st_size=55, ...}) = 0 >366 stat("/var/run/netconfig/wlan0/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/netconfig/wlan0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/libvirt/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/libvirt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/vm-install/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/vm-install", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/dbus/at_console", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/dbus/at_console/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/uscreens", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 >366 stat("/var/run/screens", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/eth0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/eth0/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/pan0/.", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/status/interfaces/pan0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/status/interfaces/wlan0/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/wlan0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/wmaster0/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/interfaces/wmaster0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/int", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/int/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/ext", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/ext/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/dmz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/SuSEfirewall2/status/zones/dmz/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/libvirt/qemu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/libvirt/qemu/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/lib/libvirt/qemu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/cache/libvirt/qemu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/root/.uml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/mysql/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/mysql", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xend/.", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/run/xend", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/usr/sbin/nm-system-settings", {st_mode=S_IFREG|0755, st_size=81928, ...}) = 0 >366 stat("/etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("//etc", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/etc/", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/etc/init.d/boot.cleanup", {st_mode=S_IFREG|0755, st_size=3013, ...}) = 0 >366 stat("/etc/init.d/stoppreload", {st_mode=S_IFREG|0755, st_size=721, ...}) = 0 >366 stat("/etc/cups", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 >366 stat("/etc/init.d/boot.fuse", {st_mode=S_IFREG|0755, st_size=1590, ...}) = 0 >366 stat("/etc/dbus-1/system.d/cups.conf", {st_mode=S_IFREG|0644, st_size=460, ...}) = 0 >366 stat("/etc/cups/snmp.conf", {st_mode=S_IFREG|0640, st_size=186, ...}) = 0 >366 stat("/etc/init.d/cups", {st_mode=S_IFREG|0755, st_size=4852, ...}) = 0 >366 stat("/etc/init.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/audisp/plugins.d/syslog.conf", {st_mode=S_IFREG|0640, st_size=214, ...}) = 0 >366 stat("/etc/init.d/apache2", {st_mode=S_IFREG|0744, st_size=10581, ...}) = 0 >366 stat("/etc/init.d/acpid", {st_mode=S_IFREG|0744, st_size=3634, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.DeviceKit.Disks.conf", {st_mode=S_IFREG|0644, st_size=973, ...}) = 0 >366 stat("/etc/udev/rules.d/70-persistent-net.rules", {st_mode=S_IFREG|0644, st_size=818, ...}) = 0 >366 stat("/etc/init.d/boot.localfs", {st_mode=S_IFREG|0755, st_size=9986, ...}) = 0 >366 stat("/etc/init.d/boot.local", {st_mode=S_IFREG|0744, st_size=395, ...}) = 0 >366 stat("/etc/init.d/boot.ldconfig", {st_mode=S_IFREG|0755, st_size=1159, ...}) = 0 >366 stat("/etc/init.d/boot.loadmodules", {st_mode=S_IFREG|0755, st_size=1017, ...}) = 0 >366 stat("/etc/init.d/boot.proc", {st_mode=S_IFREG|0755, st_size=1615, ...}) = 0 >366 stat("/etc/init.d/boot.localnet", {st_mode=S_IFREG|0755, st_size=1594, ...}) = 0 >366 stat("/etc/init.d/boot.rootfsck", {st_mode=S_IFREG|0755, st_size=5248, ...}) = 0 >366 stat("/etc/init.d/boot.swap", {st_mode=S_IFREG|0755, st_size=2947, ...}) = 0 >366 stat("/etc/init.d/random", {st_mode=S_IFREG|0755, st_size=1785, ...}) = 0 >366 stat("/etc/init.d/rc", {st_mode=S_IFREG|0755, st_size=10540, ...}) = 0 >366 stat("/etc/apache2/mime.types", {st_mode=S_IFREG|0644, st_size=12953, ...}) = 0 >366 stat("/etc/udev/rules.d/51-lirc.rules", {st_mode=S_IFREG|0644, st_size=571, ...}) = 0 >366 stat("/etc/udev/rules.d/51-usb-modeswitch.rules", {st_mode=S_IFREG|0644, st_size=2658, ...}) = 0 >366 stat("/etc/udev/rules.d/40-alsa.rules", {st_mode=S_IFREG|0644, st_size=357, ...}) = 0 >366 stat("/etc/udev/rules.d/40-lomoco.rules", {st_mode=S_IFREG|0644, st_size=2230, ...}) = 0 >366 stat("/etc/udev/rules.d/60-pcmcia.rules", {st_mode=S_IFREG|0644, st_size=1060, ...}) = 0 >366 stat("/etc/netconfig.d//nis", {st_mode=S_IFREG|0755, st_size=13168, ...}) = 0 >366 stat("/etc/dbus-1/system.d/bluetooth.conf", {st_mode=S_IFREG|0644, st_size=857, ...}) = 0 >366 stat("/etc/udev/rules.d/70-kpartx.rules", {st_mode=S_IFREG|0644, st_size=1376, ...}) = 0 >366 stat("/etc/netconfig.d//dns-resolver", {st_mode=S_IFREG|0755, st_size=7955, ...}) = 0 >366 stat("/etc/krb5.conf", {st_mode=S_IFREG|0644, st_size=297, ...}) = 0 >366 stat("/etc/init.d/syslog", {st_mode=S_IFREG|0754, st_size=6081, ...}) = 0 >366 stat("/etc/udev/rules.d/56-sane-backends-autoconfig.rules", {st_mode=S_IFREG|0644, st_size=32764, ...}) = 0 >366 stat("/etc/init.d/vpnclient_init", {st_mode=S_IFREG|0755, st_size=2961, ...}) = 0 >366 stat("/etc/init.d/fbset", {st_mode=S_IFREG|0755, st_size=5402, ...}) = 0 >366 stat("/etc/init.d/boot.device-mapper", {st_mode=S_IFREG|0744, st_size=758, ...}) = 0 >366 stat("/etc/modprobe.d/50-thinkpad_acpi.conf", {st_mode=S_IFREG|0644, st_size=398, ...}) = 0 >366 stat("/etc/profile.d/lang.sh", {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0 >366 stat("/etc/rc.splash", {st_mode=S_IFREG|0644, st_size=2700, ...}) = 0 >366 stat("/etc/rc.status", {st_mode=S_IFREG|0644, st_size=10038, ...}) = 0 >366 stat("/etc/init.d/rpcbind", {st_mode=S_IFREG|0755, st_size=1793, ...}) = 0 >366 stat("/etc/udev/udev.conf", {st_mode=S_IFREG|0644, st_size=218, ...}) = 0 >366 stat("/etc/sysconfig", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/resolv.conf", {st_mode=S_IFREG|0644, st_size=807, ...}) = 0 >366 stat("/etc/sysconfig/network", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/sysconfig/network/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/sysconfig/network/scripts/functions.netconfig", {st_mode=S_IFREG|0755, st_size=10149, ...}) = 0 >366 stat("/etc/sysconfig/network/scripts/functions", {st_mode=S_IFREG|0755, st_size=21834, ...}) = 0 >366 stat("/etc/sysconfig/network/scripts/functions.common", {st_mode=S_IFREG|0755, st_size=5815, ...}) = 0 >366 stat("/etc/udev/rules.d/81-mount.rules", {st_mode=S_IFREG|0644, st_size=664, ...}) = 0 >366 stat("/etc/default/nss", {st_mode=S_IFREG|0644, st_size=1685, ...}) = 0 >366 stat("/etc/init.d/boot.startpreload", {st_mode=S_IFREG|0755, st_size=1732, ...}) = 0 >366 stat("/etc/sysconfig/scripts/SuSEfirewall2-rpcinfo", {st_mode=S_IFREG|0644, st_size=3733, ...}) = 0 >366 stat("/etc/sysconfig/scpm", {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0 >366 stat("/etc/sysconfig/rpcbind", {st_mode=S_IFREG|0644, st_size=172, ...}) = 0 >366 stat("/etc/audisp/plugins.d/af_unix.conf", {st_mode=S_IFREG|0640, st_size=359, ...}) = 0 >366 stat("/etc/sysconfig/auditd", {st_mode=S_IFREG|0644, st_size=961, ...}) = 0 >366 stat("/etc/sysconfig/console", {st_mode=S_IFREG|0644, st_size=2982, ...}) = 0 >366 stat("/etc/sysconfig/mdadm", {st_mode=S_IFREG|0644, st_size=1639, ...}) = 0 >366 stat("/etc/sysconfig/keyboard", {st_mode=S_IFREG|0644, st_size=2958, ...}) = 0 >366 stat("/etc/sysconfig/ulimit", {st_mode=S_IFREG|0644, st_size=9309, ...}) = 0 >366 stat("/etc/sysconfig/cron", {st_mode=S_IFREG|0644, st_size=3182, ...}) = 0 >366 stat("/etc/sysconfig/boot", {st_mode=S_IFREG|0644, st_size=1389, ...}) = 0 >366 stat("/etc/sysconfig/kernel", {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0 >366 stat("/etc/sysconfig/sysctl", {st_mode=S_IFREG|0644, st_size=2114, ...}) = 0 >366 stat("/etc/sysconfig/irqbalance", {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >366 stat("/etc/sysconfig/nfs", {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0 >366 stat("/etc/cups/mime.convs", {st_mode=S_IFREG|0644, st_size=4776, ...}) = 0 >366 stat("/etc/init.d/xendomains", {st_mode=S_IFREG|0755, st_size=8846, ...}) = 0 >366 stat("/etc/sysconfig/network/config", {st_mode=S_IFREG|0644, st_size=10802, ...}) = 0 >366 stat("/etc/sysconfig/network/./config", {st_mode=S_IFREG|0644, st_size=10802, ...}) = 0 >366 stat("/etc/sysconfig/cups", {st_mode=S_IFREG|0644, st_size=431, ...}) = 0 >366 stat("/etc/sysconfig/ssh", {st_mode=S_IFREG|0644, st_size=162, ...}) = 0 >366 stat("/etc/sysconfig/bootloader", {st_mode=S_IFREG|0644, st_size=1455, ...}) = 0 >366 stat("/etc/ld.so.cache", {st_mode=S_IFREG|0644, st_size=245797, ...}) = 0 >366 stat("/etc/udev/rules.d/51-hso-udev.rules", {st_mode=S_IFREG|0644, st_size=11592, ...}) = 0 >366 stat("/etc/dbus-1/system.d/wpa_supplicant.conf", {st_mode=S_IFREG|0644, st_size=1162, ...}) = 0 >366 stat("/etc/udev/rules.d/55-libsane.rules", {st_mode=S_IFREG|0644, st_size=127861, ...}) = 0 >366 stat("/etc/sensors3.conf", {st_mode=S_IFREG|0644, st_size=6845, ...}) = 0 >366 stat("/etc/issue", {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 >366 stat("/etc/modprobe.d/50-ipw2200.conf", {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 >366 stat("/etc/sysconfig/logitech_mouse", {st_mode=S_IFREG|0644, st_size=316, ...}) = 0 >366 stat("/etc/netconfig", {st_mode=S_IFREG|0644, st_size=768, ...}) = 0 >366 stat("/etc/passwd", {st_mode=S_IFREG|0644, st_size=1522, ...}) = 0 >366 stat("/etc/udev/rules.d/71-multipath.rules", {st_mode=S_IFREG|0644, st_size=182, ...}) = 0 >366 stat("/etc/modprobe.d/99-local.conf", {st_mode=S_IFREG|0644, st_size=47, ...}) = 0 >366 stat("/etc/modprobe.d/10-unsupported-modules.conf", {st_mode=S_IFREG|0644, st_size=532, ...}) = 0 >366 stat("/etc/udev/rules.d/51-gpsd.rules", {st_mode=S_IFREG|0644, st_size=920, ...}) = 0 >366 stat("/etc/slp.conf", {st_mode=S_IFREG|0644, st_size=9053, ...}) = 0 >366 stat("/etc/init.d/java-binfmt-misc", {st_mode=S_IFREG|0755, st_size=10654, ...}) = 0 >366 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0 >366 stat("/etc/SuSE-release", {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 >366 stat("/etc/modprobe.d/50-prism54.conf", {st_mode=S_IFREG|0644, st_size=18, ...}) = 0 >366 stat("/etc/udev/rules.d/99-iwlwifi-led.rules", {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 stat("/etc/slp.spi", {st_mode=S_IFREG|0644, st_size=2707, ...}) = 0 >366 stat("/etc/dbus-1/system.d/dnsmasq.conf", {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 >366 stat("/etc/init.d/boot.apparmor", {st_mode=S_IFREG|0755, st_size=2910, ...}) = 0 >366 stat("/etc/init.d/alsasound", {st_mode=S_IFREG|0755, st_size=5701, ...}) = 0 >366 stat("/etc/dbus-1/system.d/NetworkManager.conf", {st_mode=S_IFREG|0644, st_size=2697, ...}) = 0 >366 stat("/etc/avahi/avahi-daemon.conf", {st_mode=S_IFREG|0644, st_size=1604, ...}) = 0 >366 stat("/etc/udev/rules.d/60-wacom.rules", {st_mode=S_IFREG|0644, st_size=7098, ...}) = 0 >366 stat("/etc/initscript", {st_mode=S_IFREG|0755, st_size=4044, ...}) = 0 >366 stat("/etc/modprobe.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/NetworkManager/nm-system-settings.conf", {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >366 stat("/etc/netconfig.d//ntp-runtime", {st_mode=S_IFREG|0755, st_size=6442, ...}) = 0 >366 stat("/etc/gai.conf", {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.PolicyKit.conf", {st_mode=S_IFREG|0644, st_size=464, ...}) = 0 >366 stat("/etc/init.d/irq_balancer", {st_mode=S_IFREG|0755, st_size=3022, ...}) = 0 >366 stat("/etc/audisp/plugins.d/", {st_mode=S_IFDIR|0750, st_size=4096, ...}) = 0 >366 stat("/etc/audit/auditd.conf", {st_mode=S_IFREG|0640, st_size=600, ...}) = 0 >366 stat("/etc/init.d/auditd", {st_mode=S_IFREG|0755, st_size=6933, ...}) = 0 >366 stat("/etc/audit/audit.rules", {st_mode=S_IFREG|0640, st_size=373, ...}) = 0 >366 stat("/etc/udev/rules.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/udev/rules.d/52-irda.rules", {st_mode=S_IFREG|0644, st_size=268, ...}) = 0 >366 stat("/etc/syslog-ng/syslog-ng.conf", {st_mode=S_IFREG|0644, st_size=6962, ...}) = 0 >366 stat("/etc/group", {st_mode=S_IFREG|0644, st_size=657, ...}) = 0 >366 stat("/etc/acpi/events/power_button", {st_mode=S_IFREG|0644, st_size=87, ...}) = 0 >366 stat("/etc/acpi/events/thinkpad", {st_mode=S_IFREG|0644, st_size=122, ...}) = 0 >366 stat("/etc/sysconfig/postfix", {st_mode=S_IFREG|0644, st_size=13921, ...}) = 0 >366 stat("/etc/acpi/events", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/init.d/boot.md", {st_mode=S_IFREG|0755, st_size=5047, ...}) = 0 >366 stat("/etc/smartd.conf", {st_mode=S_IFREG|0644, st_size=6627, ...}) = 0 >366 stat("/etc/fstab", {st_mode=S_IFREG|0644, st_size=1117, ...}) = 0 >366 stat("/etc/bootsplash/themes/openSUSE", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/cups/client.conf", {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0 >366 stat("/etc/sysconfig/bootsplash", {st_mode=S_IFREG|0644, st_size=497, ...}) = 0 >366 stat("/etc/init.d/boot.clock", {st_mode=S_IFREG|0755, st_size=4871, ...}) = 0 >366 stat("/etc/init.d/boot.ipconfig", {st_mode=S_IFREG|0755, st_size=3453, ...}) = 0 >366 stat("/etc/init.d/boot.klog", {st_mode=S_IFREG|0755, st_size=1781, ...}) = 0 >366 stat("/etc/sysconfig/clock", {st_mode=S_IFREG|0644, st_size=1054, ...}) = 0 >366 stat("/etc/netconfig.d//dns-dnsmasq", {st_mode=S_IFREG|0755, st_size=6771, ...}) = 0 >366 stat("/etc/apparmor/subdomain.conf", {st_mode=S_IFREG|0644, st_size=2031, ...}) = 0 >366 stat("/etc/dbus-1/system.conf", {st_mode=S_IFREG|0644, st_size=3000, ...}) = 0 >366 stat("/etc/init.d/dbus", {st_mode=S_IFREG|0755, st_size=3267, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.PackageKit.conf", {st_mode=S_IFREG|0644, st_size=1035, ...}) = 0 >366 stat("/etc/apparmor.d/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/bash", {st_mode=S_IFREG|0644, st_size=1565, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/base", {st_mode=S_IFREG|0644, st_size=3716, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/consoles", {st_mode=S_IFREG|0644, st_size=853, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/kerberosclient", {st_mode=S_IFREG|0644, st_size=1045, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/nis", {st_mode=S_IFREG|0644, st_size=573, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/mdns", {st_mode=S_IFREG|0644, st_size=483, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/nameservice", {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/perl", {st_mode=S_IFREG|0644, st_size=707, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/ssl_certs", {st_mode=S_IFREG|0644, st_size=493, ...}) = 0 >366 stat("/etc/apparmor.d/sbin.syslog-ng", {st_mode=S_IFREG|0644, st_size=1130, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/winbind", {st_mode=S_IFREG|0644, st_size=656, ...}) = 0 >366 stat("/etc/apparmor.d/abstractions/xad", {st_mode=S_IFREG|0644, st_size=933, ...}) = 0 >366 stat("/etc/apparmor.d/bin.ping", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 >366 stat("/etc/apparmor.d/sbin.klogd", {st_mode=S_IFREG|0644, st_size=788, ...}) = 0 >366 stat("/etc/apparmor.d/program-chunks", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d/tunables/global", {st_mode=S_IFREG|0644, st_size=579, ...}) = 0 >366 stat("/etc/apparmor.d/sbin.syslogd", {st_mode=S_IFREG|0644, st_size=1087, ...}) = 0 >366 stat("/etc/apparmor.d/tunables/ntpd", {st_mode=S_IFREG|0644, st_size=593, ...}) = 0 >366 stat("/etc/apparmor.d/tunables/home", {st_mode=S_IFREG|0644, st_size=875, ...}) = 0 >366 stat("/etc/apparmor.d/tunables", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.avahi-daemon", {st_mode=S_IFREG|0644, st_size=696, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.identd", {st_mode=S_IFREG|0644, st_size=842, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.mdnsd", {st_mode=S_IFREG|0644, st_size=853, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.ntpd", {st_mode=S_IFREG|0644, st_size=1861, ...}) = 0 >366 stat("/etc/apparmor.d/tunables/proc", {st_mode=S_IFREG|0644, st_size=491, ...}) = 0 >366 stat("/etc/init.d/nscd", {st_mode=S_IFREG|0755, st_size=3279, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.traceroute", {st_mode=S_IFREG|0644, st_size=724, ...}) = 0 >366 stat("/etc/init.d/boot.cycle", {st_mode=S_IFREG|0755, st_size=2029, ...}) = 0 >366 stat("/etc/postfix/dynamicmaps.cf", {st_mode=S_IFREG|0644, st_size=449, ...}) = 0 >366 stat("/etc/postfix/main.cf", {st_mode=S_IFREG|0644, st_size=27728, ...}) = 0 >366 stat("/etc/postfix/master.cf", {st_mode=S_IFREG|0644, st_size=4006, ...}) = 0 >366 stat("/etc/ssh/sshd_config", {st_mode=S_IFREG|0640, st_size=3902, ...}) = 0 >366 stat("/etc/ConsoleKit/seats.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/dbus-1/system.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/cups/cupsd.conf", {st_mode=S_IFREG|0640, st_size=4238, ...}) = 0 >366 stat("/etc/cups/cupsd.conf.default", {st_mode=S_IFREG|0640, st_size=4238, ...}) = 0 >366 stat("/etc/dbus-1/system.d/NetworkManager-kde4.conf", {st_mode=S_IFREG|0644, st_size=1185, ...}) = 0 >366 stat("/etc/avahi/services", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/init.d/avahi-daemon", {st_mode=S_IFREG|0755, st_size=1217, ...}) = 0 >366 stat("/etc/avahi/services/sftp-ssh.service", {st_mode=S_IFREG|0644, st_size=1113, ...}) = 0 >366 stat("/etc/avahi/services/ssh.service", {st_mode=S_IFREG|0644, st_size=1086, ...}) = 0 >366 stat("/etc/dbus-1/system.d/avahi-dbus.conf", {st_mode=S_IFREG|0644, st_size=1001, ...}) = 0 >366 stat("/etc/init.d/splash", {st_mode=S_IFREG|0755, st_size=3066, ...}) = 0 >366 stat("/etc/init.d/earlysyslog", {st_mode=S_IFREG|0754, st_size=2171, ...}) = 0 >366 stat("/etc/sysconfig/syslog", {st_mode=S_IFREG|0644, st_size=994, ...}) = 0 >366 stat("/etc/ksysguarddrc", {st_mode=S_IFREG|0644, st_size=1127, ...}) = 0 >366 stat("/etc/defaultdomain", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 >366 stat("/etc/sysconfig/language", {st_mode=S_IFREG|0644, st_size=3754, ...}) = 0 >366 stat("/etc/sysconfig/sound", {st_mode=S_IFREG|0644, st_size=1188, ...}) = 0 >366 stat("/etc/init.d/boot.udev_retry", {st_mode=S_IFREG|0755, st_size=783, ...}) = 0 >366 stat("/etc/nsswitch.conf", {st_mode=S_IFREG|0644, st_size=1224, ...}) = 0 >366 stat("/etc/crontab", {st_mode=S_IFREG|0644, st_size=255, ...}) = 0 >366 stat("/etc/init.d/boot.udev", {st_mode=S_IFREG|0755, st_size=2271, ...}) = 0 >366 stat("/etc/cups/yes", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf", {st_mode=S_IFREG|0644, st_size=632, ...}) = 0 >366 stat("/etc/avahi/hosts", {st_mode=S_IFREG|0644, st_size=1130, ...}) = 0 >366 stat("/etc/cron.d/smolt", {st_mode=S_IFREG|0644, st_size=268, ...}) = 0 >366 stat("/etc/init.d/sshd", {st_mode=S_IFREG|0755, st_size=3861, ...}) = 0 >366 stat("/etc/dbus-1/system.d/nm-dispatcher.conf", {st_mode=S_IFREG|0644, st_size=465, ...}) = 0 >366 stat("/etc/dbus-1/system.d/nm-system-settings.conf", {st_mode=S_IFREG|0644, st_size=702, ...}) = 0 >366 stat("/etc/sysconfig/network/dhcp", {st_mode=S_IFREG|0644, st_size=6265, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf", {st_mode=S_IFREG|0644, st_size=591, ...}) = 0 >366 stat("/etc/init.d/postfix", {st_mode=S_IFREG|0755, st_size=5402, ...}) = 0 >366 stat("/etc/init.d/SuSEfirewall2_setup", {st_mode=S_IFREG|0755, st_size=1618, ...}) = 0 >366 stat("/etc/cups/mime.types", {st_mode=S_IFREG|0644, st_size=6536, ...}) = 0 >366 stat("/etc/hosts", {st_mode=S_IFREG|0644, st_size=719, ...}) = 0 >366 stat("/etc/init.d/libvirtd", {st_mode=S_IFREG|0755, st_size=1588, ...}) = 0 >366 stat("/etc/init.d/vpnagentd_init", {st_mode=S_IFREG|0755, st_size=1153, ...}) = 0 >366 stat("/etc/init.d/ksysguardd", {st_mode=S_IFREG|0755, st_size=3487, ...}) = 0 >366 stat("/etc/ConsoleKit/seats.d/00-primary.seat", {st_mode=S_IFREG|0644, st_size=64, ...}) = 0 >366 stat("/etc/init.d/kbd", {st_mode=S_IFREG|0755, st_size=12221, ...}) = 0 >366 stat("/etc/udev/rules.d/70-printers.rules", {st_mode=S_IFREG|0644, st_size=450, ...}) = 0 >366 stat("/etc/init.d/smartd", {st_mode=S_IFREG|0755, st_size=16291, ...}) = 0 >366 stat("/etc/init.d/bluez-coldplug", {st_mode=S_IFREG|0755, st_size=761, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf", {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0 >366 stat("/etc/init.d/SuSEfirewall2_init", {st_mode=S_IFREG|0755, st_size=1505, ...}) = 0 >366 stat("/etc/init.d/haldaemon", {st_mode=S_IFREG|0755, st_size=6412, ...}) = 0 >366 stat("/etc/dbus-1/system.d/nm-avahi-autoipd.conf", {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 >366 stat("/etc/dbus-1/system.d/nm-dhcp-client.conf", {st_mode=S_IFREG|0644, st_size=455, ...}) = 0 >366 stat("/etc/init.d/network-remotefs", {st_mode=S_IFREG|0755, st_size=2599, ...}) = 0 >366 stat("/etc/cron.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/cups/interfaces", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/cups/ppd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/cups/ssl", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/etc/nscd.conf", {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0 >366 stat("/etc/smart_drivedb.h", {st_mode=S_IFREG|0644, st_size=91, ...}) = 0 >366 stat("/etc/init.d/boot.scpm", {st_mode=S_IFREG|0755, st_size=1554, ...}) = 0 >366 stat("/etc/init.d/rc3.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/host.conf", {st_mode=S_IFREG|0644, st_size=370, ...}) = 0 >366 stat("/etc/init.d/.depend.start", {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >366 stat("/etc/init.d/.depend.stop", {st_mode=S_IFREG|0644, st_size=978, ...}) = 0 >366 stat("/etc/sysconfig/network/ifcfg-lo", {st_mode=S_IFREG|0644, st_size=174, ...}) = 0 >366 stat("/etc/dbus-1/system.d/nm-applet.conf", {st_mode=S_IFREG|0644, st_size=1976, ...}) = 0 >366 stat("/etc/sysconfig/bluetooth", {st_mode=S_IFREG|0644, st_size=3844, ...}) = 0 >366 stat("/etc/mtab", {st_mode=S_IFREG|0644, st_size=295, ...}) = 0 >366 stat("/etc/init.d/boot.sysctl", {st_mode=S_IFREG|0755, st_size=1081, ...}) = 0 >366 stat("/etc/sysctl.conf", {st_mode=S_IFREG|0644, st_size=501, ...}) = 0 >366 stat("/etc/apparmor.d/usr.sbin.nscd", {st_mode=S_IFREG|0644, st_size=1246, ...}) = 0 >366 stat("/etc/audisp/audispd.conf", {st_mode=S_IFREG|0640, st_size=210, ...}) = 0 >366 stat("/etc/udev/rules.d/79-yast2-drivers.rules", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 >366 stat("/etc/init.d/network", {st_mode=S_IFREG|0755, st_size=29460, ...}) = 0 >366 stat("/etc/modprobe.d/50-blacklist.conf", {st_mode=S_IFREG|0644, st_size=5890, ...}) = 0 >366 stat("/etc/HOSTNAME", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 >366 stat("/etc/protocols", {st_mode=S_IFREG|0644, st_size=23232, ...}) = 0 >366 stat("/etc/services", {st_mode=S_IFREG|0644, st_size=764360, ...}) = 0 >366 stat("/etc/init.d/xend", {st_mode=S_IFREG|0755, st_size=2728, ...}) = 0 >366 stat("/etc/modprobe.d/xen_loop.conf", {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 stat("/etc/sysconfig/smartmontools", {st_mode=S_IFREG|0644, st_size=593, ...}) = 0 >366 stat("/etc/init.d/cron", {st_mode=S_IFREG|0744, st_size=4388, ...}) = 0 >366 stat("/etc/modprobe.d/00-system.conf", {st_mode=S_IFREG|0644, st_size=2873, ...}) = 0 >366 stat("/etc/apparmor.d/usr.share.git-web.gitweb.cgi", {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 >366 stat("/etc/udev/rules.d/40-xen.rules", {st_mode=S_IFREG|0644, st_size=750, ...}) = 0 >366 stat("/etc/udev/rules.d/40-xend.rules", {st_mode=S_IFREG|0644, st_size=218, ...}) = 0 >366 stat("/etc/init.d/nfs", {st_mode=S_IFREG|0744, st_size=7208, ...}) = 0 >366 stat("/etc/cups/pdftoraster.convs", {st_mode=S_IFREG|0644, st_size=1339, ...}) = 0 >366 stat("/etc/cups/pstoraster.convs", {st_mode=S_IFREG|0644, st_size=946, ...}) = 0 >366 stat("/etc/modprobe.d/50-bluetooth.conf", {st_mode=S_IFREG|0644, st_size=128, ...}) = 0 >366 stat("/etc/udev/rules.d/56-hpmud_support.rules", {st_mode=S_IFREG|0644, st_size=495, ...}) = 0 >366 stat("/etc/dbus-1/system.d/hal.conf", {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0 >366 stat("/etc/dbus-1/system.d/pulseaudio-system.conf", {st_mode=S_IFREG|0644, st_size=1408, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf", {st_mode=S_IFREG|0644, st_size=570, ...}) = 0 >366 stat("/etc/init.d/splash_early", {st_mode=S_IFREG|0755, st_size=460, ...}) = 0 >366 stat("/etc/cron.d/novell.com-suse_register", {st_mode=S_IFREG|0644, st_size=58, ...}) = 0 >366 stat("/etc/modprobe.d/50-nvidia.conf", {st_mode=S_IFREG|0644, st_size=86, ...}) = 0 >366 stat("/etc/defkeymap.map", {st_mode=S_IFREG|0644, st_size=36420, ...}) = 0 >366 stat("/etc/udev/rules.d/70-persistent-cd.rules", {st_mode=S_IFREG|0644, st_size=1308, ...}) = 0 >366 stat("/etc/ssh/ssh_host_key", {st_mode=S_IFREG|0600, st_size=530, ...}) = 0 >366 stat("/etc/ssh/ssh_host_dsa_key", {st_mode=S_IFREG|0600, st_size=668, ...}) = 0 >366 stat("/etc/ssh/ssh_host_rsa_key", {st_mode=S_IFREG|0600, st_size=883, ...}) = 0 >366 stat("/etc/yp.conf", {st_mode=S_IFREG|0644, st_size=779, ...}) = 0 >366 stat("/etc/modprobe.d/50-ipv6.conf", {st_mode=S_IFREG|0644, st_size=22, ...}) = 0 >366 stat("/etc/cups/yes/rss", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0 >366 stat("/etc/modprobe.d/50-tv.conf", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 >366 stat("/etc/modprobe.d/50-sound.conf", {st_mode=S_IFREG|0644, st_size=124, ...}) = 0 >366 stat("/etc/asound.state", {st_mode=S_IFREG|0644, st_size=3595, ...}) = 0 >366 stat("/etc/cups/yes/remote.cache", {st_mode=S_IFREG|0640, st_size=76, ...}) = 0 >366 stat("/etc/cups/yes/job.cache", {st_mode=S_IFREG|0640, st_size=85, ...}) = 0 >366 stat("/etc/sysconfig/SuSEfirewall2", {st_mode=S_IFREG|0644, st_size=36001, ...}) = 0 >366 stat("/etc/sysconfig/scripts/SuSEfirewall2-batch", {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >366 stat("/etc/udev/rules.d/55-hpmud.rules", {st_mode=S_IFREG|0644, st_size=12065, ...}) = 0 >366 stat("/etc/dbus-1/system.d/ConsoleKit.conf", {st_mode=S_IFREG|0644, st_size=7305, ...}) = 0 >366 stat("/etc/sasl2//libvirt.conf", {st_mode=S_IFREG|0644, st_size=1161, ...}) = 0 >366 stat("/etc/netconfig.d//dns-bind", {st_mode=S_IFREG|0755, st_size=6878, ...}) = 0 >366 stat("/etc/udev/rules.d/77-network.rules", {st_mode=S_IFREG|0644, st_size=1232, ...}) = 0 >366 stat("/etc/sysconfig/xendomains", {st_mode=S_IFREG|0644, st_size=5165, ...}) = 0 >366 stat("/etc/dbus-1/system.d/org.freedesktop.ModemManager.conf", {st_mode=S_IFREG|0644, st_size=413, ...}) = 0 >366 stat("/etc/sysconfig/apache2", {st_mode=S_IFREG|0644, st_size=9610, ...}) = 0 >366 stat("/etc/NetworkManager/system-connections", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/hal/fdi/information", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/hal/fdi/policy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/hal/fdi/preprobe", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apache2/errors.conf", {st_mode=S_IFREG|0644, st_size=2765, ...}) = 0 >366 stat("/etc/apache2/conf.d/gitweb.conf", {st_mode=S_IFREG|0644, st_size=225, ...}) = 0 >366 stat("/var/run/tap", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/tap/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xen-hotplug", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xen-hotplug/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/apache2/httpd.conf", {st_mode=S_IFREG|0644, st_size=8323, ...}) = 0 >366 stat("/etc/apache2/listen.conf", {st_mode=S_IFREG|0644, st_size=1053, ...}) = 0 >366 stat("/etc/apache2/mod_autoindex-defaults.conf", {st_mode=S_IFREG|0644, st_size=1503, ...}) = 0 >366 stat("/etc/apache2/mod_info.conf", {st_mode=S_IFREG|0644, st_size=369, ...}) = 0 >366 stat("/etc/apache2/mod_log_config.conf", {st_mode=S_IFREG|0644, st_size=1057, ...}) = 0 >366 stat("/etc/apache2/mod_mime-defaults.conf", {st_mode=S_IFREG|0644, st_size=5075, ...}) = 0 >366 stat("/etc/apache2/mod_status.conf", {st_mode=S_IFREG|0644, st_size=344, ...}) = 0 >366 stat("/etc/apache2/mod_userdir.conf", {st_mode=S_IFREG|0644, st_size=1255, ...}) = 0 >366 stat("/etc/apache2/mod_usertrack.conf", {st_mode=S_IFREG|0644, st_size=85, ...}) = 0 >366 stat("/etc/apache2/server-tuning.conf", {st_mode=S_IFREG|0644, st_size=4648, ...}) = 0 >366 stat("/etc/apache2/ssl-global.conf", {st_mode=S_IFREG|0644, st_size=2957, ...}) = 0 >366 stat("/etc/apache2/uid.conf", {st_mode=S_IFREG|0644, st_size=22, ...}) = 0 >366 stat("/etc/apache2/default-server.conf", {st_mode=S_IFREG|0644, st_size=3649, ...}) = 0 >366 stat("/etc/apache2/conf.d/viewvc.conf", {st_mode=S_IFREG|0644, st_size=1509, ...}) = 0 >366 stat("/etc/apache2/conf.d/subversion.conf", {st_mode=S_IFREG|0644, st_size=2852, ...}) = 0 >366 stat("/etc/bluetooth/main.conf", {st_mode=S_IFREG|0644, st_size=1917, ...}) = 0 >366 stat("/etc/apache2/conf.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty/70-scanner.fdi", <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {14, 268326}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4 >365 read(4, "boot.loadmodules", 19) = 16 >365 close(4) = 0 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... stat resumed> {st_mode=S_IFREG|0644, st_size=167363, ...}) = 0 >366 stat("/etc/hal/fdi/policy/20thirdparty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/etc/hal/fdi/policy/20thirdparty/11-keymap.fdi", {st_mode=S_IFREG|0644, st_size=610, ...}) = 0 >366 stat("/var/run/udev-configure-printer", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/udev-configure-printer/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/apache2/mod_python.so", {st_mode=S_IFREG|0755, st_size=1655488, ...}) = 0 >366 stat("/usr/lib64/apache2/mod_dav_svn.so", {st_mode=S_IFREG|0755, st_size=156536, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_actions.so", {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_authn_file.so", {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_authz_default.so", {st_mode=S_IFREG|0755, st_size=6448, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_authz_user.so", {st_mode=S_IFREG|0755, st_size=10568, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_dav.so", {st_mode=S_IFREG|0755, st_size=93512, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_dir.so", {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 stat("/etc/apache2/vhosts.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_imagemap.so", {st_mode=S_IFREG|0755, st_size=14792, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_log_config.so", {st_mode=S_IFREG|0755, st_size=27384, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_mime.so", {st_mode=S_IFREG|0755, st_size=18952, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_negotiation.so", {st_mode=S_IFREG|0755, st_size=31536, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_setenvif.so", {st_mode=S_IFREG|0755, st_size=14760, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_status.so", {st_mode=S_IFREG|0755, st_size=23048, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_userdir.so", {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 stat("/etc/apache2/sysconfig.d/global.conf", {st_mode=S_IFREG|0644, st_size=255, ...}) = 0 >366 stat("/etc/apache2/sysconfig.d/include.conf", {st_mode=S_IFREG|0644, st_size=150, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_cgi.so", {st_mode=S_IFREG|0755, st_size=27496, ...}) = 0 >366 stat("/etc/apache2/vhosts.d/yast2_vhosts.conf", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_alias.so", {st_mode=S_IFREG|0755, st_size=14792, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_asis.so", {st_mode=S_IFREG|0755, st_size=10520, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_auth_basic.so", {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_authz_groupfile.so", {st_mode=S_IFREG|0755, st_size=10704, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_authz_host.so", {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 stat("/usr/lib64/python2.6/lib-tk", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/PIL", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_autoindex.so", {st_mode=S_IFREG|0755, st_size=35656, ...}) = 0 >366 stat("/usr/lib64/apache2-prefork/mod_include.so", {st_mode=S_IFREG|0755, st_size=43784, ...}) = 0 >366 stat("/usr/share/apache2/find_mpm", {st_mode=S_IFREG|0755, st_size=1196, ...}) = 0 >366 stat("/usr/share/apache2/get_includes", {st_mode=S_IFREG|0755, st_size=1212, ...}) = 0 >366 stat("/usr/share/apache2/get_module_list", {st_mode=S_IFREG|0755, st_size=4869, ...}) = 0 >366 stat("/usr/share/apache2/load_configuration", {st_mode=S_IFREG|0755, st_size=189, ...}) = 0 >366 stat("/etc/libvirt/libvirtd.conf", {st_mode=S_IFREG|0644, st_size=9660, ...}) = 0 >366 stat("/etc/libvirt/lxc.conf", {st_mode=S_IFREG|0644, st_size=534, ...}) = 0 >366 stat("/etc/libvirt/qemu.conf", {st_mode=S_IFREG|0644, st_size=5389, ...}) = 0 >366 stat("/etc/libvirt/qemu/networks/default.xml", {st_mode=S_IFREG|0644, st_size=282, ...}) = 0 >366 stat("/etc/libvirt/qemu", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/etc/libvirt/qemu/networks", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/var/run/xenstored", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/var/run/xenstored/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//srv", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/srv/www/htdocs", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//sbin", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/sbin/mingetty", {st_mode=S_IFREG|0755, st_size=23456, ...}) = 0 >366 stat("/bin/ip", {st_mode=S_IFREG|0755, st_size=222576, ...}) = 0 >366 stat("/sbin/SuSEfirewall2", {st_mode=S_IFREG|0755, st_size=65440, ...}) = 0 >366 stat("/sbin/blogd", {st_mode=S_IFREG|0700, st_size=35928, ...}) = 0 >366 stat("/sbin/sysctl", {st_mode=S_IFREG|0555, st_size=14824, ...}) = 0 >366 stat("/sbin/checkproc", {st_mode=S_IFREG|0755, st_size=36560, ...}) = 0 >366 stat("/sbin/isserial", {st_mode=S_IFREG|0700, st_size=6424, ...}) = 0 >366 stat("/sbin/audispd", {st_mode=S_IFREG|0750, st_size=101344, ...}) = 0 >366 stat("/sbin/acpid", {st_mode=S_IFREG|0750, st_size=23368, ...}) = 0 >366 stat("/sbin/mdadm", {st_mode=S_IFREG|0755, st_size=320728, ...}) = 0 >366 stat("/sbin/auditctl", {st_mode=S_IFREG|0750, st_size=121712, ...}) = 0 >366 stat("/sbin/startpar", {st_mode=S_IFREG|0755, st_size=31640, ...}) = 0 >366 stat("/sbin/klogd", {st_mode=S_IFREG|0755, st_size=31688, ...}) = 0 >366 stat("/sbin//crda", {st_mode=S_IFREG|0755, st_size=14888, ...}) = 0 >366 stat("/sbin/udevadm", {st_mode=S_IFREG|0755, st_size=130200, ...}) = 0 >366 stat("/sbin/fdisk", {st_mode=S_IFREG|0755, st_size=95376, ...}) = 0 >366 stat("/sbin/hwclock", {st_mode=S_IFREG|0755, st_size=43800, ...}) = 0 >366 stat("/sbin/swapon", {st_mode=S_IFREG|0755, st_size=23600, ...}) = 0 >366 stat("/sbin/modinfo", {st_mode=S_IFREG|0755, st_size=31896, ...}) = 0 >366 stat("/sbin/modprobe", {st_mode=S_IFREG|0755, st_size=57272, ...}) = 0 >366 stat("/sbin/splash", {st_mode=S_IFREG|0755, st_size=433952, ...}) = 0 >366 stat("/sbin/ldconfig", {st_mode=S_IFREG|0755, st_size=730584, ...}) = 0 >366 stat("/sbin/udevd", {st_mode=S_IFREG|0755, st_size=126304, ...}) = 0 >366 stat("/sbin/apparmor_parser", {st_mode=S_IFREG|0755, st_size=777240, ...}) = 0 >366 stat("/sbin/fbresolution", {st_mode=S_IFREG|0755, st_size=6592, ...}) = 0 >366 stat("/sbin/insmod", {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 stat("/sbin/auditd", {st_mode=S_IFREG|0750, st_size=175664, ...}) = 0 >366 stat("/sbin/showconsole", {st_mode=S_IFREG|0700, st_size=31728, ...}) = 0 >366 stat("/sbin/start_daemon", {st_mode=S_IFREG|0755, st_size=49104, ...}) = 0 >366 stat("/sbin/startproc", {st_mode=S_IFREG|0755, st_size=49104, ...}) = 0 >366 stat("/bin/pidof", {st_mode=S_IFREG|0755, st_size=19104, ...}) = 0 >366 stat("/sbin/killproc", {st_mode=S_IFREG|0755, st_size=40688, ...}) = 0 >366 stat("/sbin/adjtimex", {st_mode=S_IFREG|0755, st_size=40360, ...}) = 0 >366 stat("/sbin/blkid", {st_mode=S_IFREG|0755, st_size=19056, ...}) = 0 >366 stat("/sbin/lspci", {st_mode=S_IFREG|0755, st_size=65792, ...}) = 0 >366 stat("/sbin/preload-client", {st_mode=S_IFREG|0755, st_size=6512, ...}) = 0 >366 stat("/sbin/ifdown", {st_mode=S_IFREG|0755, st_size=38897, ...}) = 0 >366 stat("/sbin/ifup", {st_mode=S_IFREG|0755, st_size=38897, ...}) = 0 >366 stat("/sbin/netconfig", {st_mode=S_IFREG|0755, st_size=11301, ...}) = 0 >366 stat("/sbin/rpcbind", {st_mode=S_IFREG|0755, st_size=56520, ...}) = 0 >366 stat("/sbin/syslog-ng", {st_mode=S_IFREG|0755, st_size=359576, ...}) = 0 >366 stat("/sbin/preload", {st_mode=S_IFREG|0755, st_size=119275, ...}) = 0 >366 stat("/sbin/ethtool", {st_mode=S_IFREG|0755, st_size=115104, ...}) = 0 >366 stat("/sbin/fsck.ext3", {st_mode=S_IFREG|0755, st_size=186384, ...}) = 0 >366 stat("/sbin/fsck", {st_mode=S_IFREG|0755, st_size=27672, ...}) = 0 >366 stat("/usr/lib/python2.6/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib/python2.6/site-packages/wx.pth", {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 >366 stat("/usr/lib/hal/hal-system-power-pm-is-supported", {st_mode=S_IFREG|0755, st_size=10616, ...}) = 0 >366 stat("/usr/lib/hal/hald-addon-acpi", {st_mode=S_IFREG|0755, st_size=14968, ...}) = 0 >366 stat("/usr/lib/hal/hald-addon-cpufreq", {st_mode=S_IFREG|0755, st_size=35848, ...}) = 0 >366 stat("/usr/lib/hal/hald-addon-input", {st_mode=S_IFREG|0755, st_size=27432, ...}) = 0 >366 stat("/usr/lib/hal/hald-addon-leds", {st_mode=S_IFREG|0755, st_size=23336, ...}) = 0 >366 stat("/usr/lib/hal/hald-addon-rfkill-killswitch", {st_mode=S_IFREG|0755, st_size=23344, ...}) = 0 >366 stat("/usr/lib/hal/hald-probe-input", {st_mode=S_IFREG|0755, st_size=10680, ...}) = 0 >366 stat("/usr/lib/hal/hald-probe-serial", {st_mode=S_IFREG|0755, st_size=10624, ...}) = 0 >366 stat("/usr/lib/hal/hald-probe-storage", {st_mode=S_IFREG|0755, st_size=39808, ...}) = 0 >366 stat("/usr/lib/hal/hald-probe-video4linux", {st_mode=S_IFREG|0755, st_size=10720, ...}) = 0 >366 stat("/usr/lib/hal/hald-probe-volume", {st_mode=S_IFREG|0755, st_size=43792, ...}) = 0 >366 stat("/usr/lib/hal/hald-runner", {st_mode=S_IFREG|0755, st_size=19208, ...}) = 0 >366 stat("/lib64", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("//lib64", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/lib64/libnss_mdns.so.2", {st_mode=S_IFREG|0755, st_size=14648, ...}) = 0 >366 stat("/lib64/libdbus-1.so.3", {st_mode=S_IFREG|0755, st_size=261760, ...}) = 0 >366 stat("/lib64/libz.so.1", {st_mode=S_IFREG|0755, st_size=88640, ...}) = 0 >366 stat("/lib64/libc.so.6", {st_mode=S_IFREG|0755, st_size=1408560, ...}) = 0 >366 stat("/lib64/libattr.so.1", {st_mode=S_IFREG|0644, st_size=18944, ...}) = 0 >366 stat("/lib64/libcrypt.so.1", {st_mode=S_IFREG|0755, st_size=51672, ...}) = 0 >366 stat("/lib64/libnsl.so.1", {st_mode=S_IFREG|0755, st_size=89240, ...}) = 0 >366 stat("/lib64/libpthread.so.0", {st_mode=S_IFREG|0755, st_size=131260, ...}) = 0 >366 stat("/lib64/libdevmapper.so.1.02", {st_mode=S_IFREG|0555, st_size=101808, ...}) = 0 >366 stat("/lib64/libdl.so.2", {st_mode=S_IFREG|0755, st_size=14872, ...}) = 0 >366 stat("/lib64/libwrap.so.0", {st_mode=S_IFREG|0755, st_size=42016, ...}) = 0 >366 stat("/lib64/libm.so.6", {st_mode=S_IFREG|0755, st_size=346560, ...}) = 0 >366 stat("/lib64/libnss_nis.so.2", {st_mode=S_IFREG|0755, st_size=43736, ...}) = 0 >366 stat("/lib64/libpam.so.0", {st_mode=S_IFREG|0755, st_size=51912, ...}) = 0 >366 stat("/lib64/libutil.so.1", {st_mode=S_IFREG|0755, st_size=10824, ...}) = 0 >366 stat("/lib64/libselinux.so.1", {st_mode=S_IFREG|0755, st_size=118048, ...}) = 0 >366 stat("/lib64/libnl.so.1", {st_mode=S_IFREG|0644, st_size=336080, ...}) = 0 >366 stat("/lib64/libncurses.so.5", {st_mode=S_IFREG|0755, st_size=289840, ...}) = 0 >366 stat("/lib64/libgssglue.so.1", {st_mode=S_IFREG|0755, st_size=39744, ...}) = 0 >366 stat("/lib64/libkeyutils.so.1", {st_mode=S_IFREG|0755, st_size=10336, ...}) = 0 >366 stat("/lib64/libacl.so.1", {st_mode=S_IFREG|0755, st_size=31464, ...}) = 0 >366 stat("/lib64/libexpat.so.1", {st_mode=S_IFREG|0755, st_size=166144, ...}) = 0 >366 stat("/lib64/libblkid.so.1", {st_mode=S_IFREG|0755, st_size=85056, ...}) = 0 >366 stat("/lib64/libaudit.so.0", {st_mode=S_IFREG|0755, st_size=105032, ...}) = 0 >366 stat("/lib64/libcap.so.2", {st_mode=S_IFREG|0755, st_size=18984, ...}) = 0 >366 stat("/lib64/libuuid.so.1", {st_mode=S_IFREG|0755, st_size=19112, ...}) = 0 >366 stat("/lib64/libtirpc.so.1", {st_mode=S_IFREG|0755, st_size=156112, ...}) = 0 >366 stat("/lib64/libnet.so.0", {st_mode=S_IFREG|0755, st_size=92840, ...}) = 0 >366 stat("/lib64/libgpg-error.so.0", {st_mode=S_IFREG|0755, st_size=14440, ...}) = 0 >366 stat("/lib64/libcom_err.so.2", {st_mode=S_IFREG|0755, st_size=14720, ...}) = 0 >366 stat("/lib64/libgcrypt.so.11", {st_mode=S_IFREG|0755, st_size=491104, ...}) = 0 >366 stat("/lib64/libnss_compat.so.2", {st_mode=S_IFREG|0755, st_size=31800, ...}) = 0 >366 stat("/lib64/libnss_files.so.2", {st_mode=S_IFREG|0755, st_size=51896, ...}) = 0 >366 stat("/lib64/libresolv.so.2", {st_mode=S_IFREG|0755, st_size=80896, ...}) = 0 >366 stat("/lib64/librt.so.1", {st_mode=S_IFREG|0755, st_size=36016, ...}) = 0 >366 stat("/lib64/libudev.so.0", {st_mode=S_IFREG|0755, st_size=51952, ...}) = 0 >366 stat("/lib64/libevtlog.so.0", {st_mode=S_IFREG|0755, st_size=18928, ...}) = 0 >366 stat("/lib64/libdaemon.so.0", {st_mode=S_IFREG|0755, st_size=27208, ...}) = 0 >366 stat("/lib64/libreadline.so.6", {st_mode=S_IFREG|0755, st_size=275920, ...}) = 0 >366 stat("/lib64/libpcre.so.0", {st_mode=S_IFREG|0755, st_size=186632, ...}) = 0 >366 stat("/lib64/libntfs-3g.so.54", {st_mode=S_IFREG|0755, st_size=273120, ...}) = 0 >366 stat("/lib64/libgcc_s.so.1", {st_mode=S_IFREG|0755, st_size=92648, ...}) = 0 >366 stat("//mnt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//selinux", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//boot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/boot/grub/menu.lst", {st_mode=S_IFREG|0600, st_size=1618, ...}) = 0 >366 stat("//bin", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/bin/sh", {st_mode=S_IFREG|0755, st_size=606832, ...}) = 0 >366 stat("/bin/chmod", {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0 >366 stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=60944, ...}) = 0 >366 stat("/bin/chown", {st_mode=S_IFREG|0755, st_size=52088, ...}) = 0 >366 stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=23208, ...}) = 0 >366 stat("/bin/dd", {st_mode=S_IFREG|0755, st_size=48064, ...}) = 0 >366 stat("/bin/ln", {st_mode=S_IFREG|0755, st_size=43840, ...}) = 0 >366 stat("/bin/ls", {st_mode=S_IFREG|0755, st_size=97864, ...}) = 0 >366 stat("/bin/md5sum", {st_mode=S_IFREG|0755, st_size=31472, ...}) = 0 >366 stat("/bin/mkdir", {st_mode=S_IFREG|0755, st_size=31528, ...}) = 0 >366 stat("/bin/mknod", {st_mode=S_IFREG|0755, st_size=27320, ...}) = 0 >366 stat("/bin/mktemp", {st_mode=S_IFREG|0755, st_size=31552, ...}) = 0 >366 stat("/bin/mv", {st_mode=S_IFREG|0755, st_size=85296, ...}) = 0 >366 stat("/bin/readlink", {st_mode=S_IFREG|0755, st_size=35584, ...}) = 0 >366 stat("/bin/rm", {st_mode=S_IFREG|0755, st_size=52136, ...}) = 0 >366 stat("/bin/sort", {st_mode=S_IFREG|0755, st_size=89544, ...}) = 0 >366 stat("/bin/stty", {st_mode=S_IFREG|0755, st_size=47896, ...}) = 0 >366 stat("/bin/hostname", {st_mode=S_IFREG|0755, st_size=14808, ...}) = 0 >366 stat("/bin/domainname", {st_mode=S_IFREG|0755, st_size=14808, ...}) = 0 >366 stat("/bin/uname", {st_mode=S_IFREG|0755, st_size=27320, ...}) = 0 >366 stat("/bin/cat", {st_mode=S_IFREG|0755, st_size=43928, ...}) = 0 >366 stat("/bin/gzip", {st_mode=S_IFREG|0755, st_size=68432, ...}) = 0 >366 stat("/bin/grep", {st_mode=S_IFREG|0755, st_size=89472, ...}) = 0 >366 stat("/bin/awk", {st_mode=S_IFREG|0755, st_size=298856, ...}) = 0 >366 stat("/bin/dumpkeys", {st_mode=S_IFREG|0755, st_size=78048, ...}) = 0 >366 stat("/bin/kbd_mode", {st_mode=S_IFREG|0755, st_size=10624, ...}) = 0 >366 stat("/bin/kbdrate", {st_mode=S_IFREG|0755, st_size=10696, ...}) = 0 >366 stat("/bin/loadkeys", {st_mode=S_IFREG|0755, st_size=103040, ...}) = 0 >366 stat("/bin/setleds", {st_mode=S_IFREG|0755, st_size=10640, ...}) = 0 >366 stat("/bin/logger", {st_mode=S_IFREG|0755, st_size=15488, ...}) = 0 >366 stat("/bin/dbus-daemon", {st_mode=S_IFREG|0755, st_size=326888, ...}) = 0 >366 stat("/bin/nisdomainname", {st_mode=S_IFREG|0555, st_size=10800, ...}) = 0 >366 stat("/bin/setfont", {st_mode=S_IFREG|0755, st_size=35792, ...}) = 0 >366 stat("/bin/basename", {st_mode=S_IFREG|0755, st_size=23184, ...}) = 0 >366 stat("/bin/touch", {st_mode=S_IFREG|0755, st_size=47960, ...}) = 0 >366 stat("/bin/mount", {st_mode=S_IFREG|S_ISUID|0755, st_size=86456, ...}) = 0 >366 stat("/bin/lsmod", {st_mode=S_IFREG|0755, st_size=6488, ...}) = 0 >366 stat("/sbin/lsmod", {st_mode=S_IFREG|0755, st_size=6488, ...}) = 0 >366 stat("/bin/dbus-uuidgen", {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("//tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 >366 stat("/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0 >366 stat("/etc/apache2/sysconfig.d/loadmodule.conf", {st_mode=S_IFREG|0644, st_size=2098, ...}) = 0 >366 stat("//media", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/media/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/gconv/ISO8859-1.so", {st_mode=S_IFREG|0755, st_size=10376, ...}) = 0 >366 stat("/usr/lib64/gconv/gconv-modules.cache", {st_mode=S_IFREG|0644, st_size=26050, ...}) = 0 >366 stat("//lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/lib/udev/rules.d/64-lvm2.rules", {st_mode=S_IFREG|0644, st_size=621, ...}) = 0 >366 stat("/lib/udev/rules.d", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-v4l.rules", {st_mode=S_IFREG|0644, st_size=789, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-serial.rules", {st_mode=S_IFREG|0644, st_size=893, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-storage.rules", {st_mode=S_IFREG|0644, st_size=4810, ...}) = 0 >366 stat("/lib/udev/rules.d/64-device-mapper.rules", {st_mode=S_IFREG|0644, st_size=1012, ...}) = 0 >366 stat("/lib/udev/rules.d/61-mobile-action.rules", {st_mode=S_IFREG|0644, st_size=387, ...}) = 0 >366 stat("/lib/udev/rules.d/64-md-raid.rules", {st_mode=S_IFREG|0644, st_size=1907, ...}) = 0 >366 stat("/lib/udev/rules.d/70-acl.rules", {st_mode=S_IFREG|0644, st_size=1745, ...}) = 0 >366 stat("/lib/udev/rules.d/75-net-description.rules", {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >366 stat("/lib/udev/rules.d/75-tty-description.rules", {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >366 stat("/lib/udev/rules.d/80-drivers.rules", {st_mode=S_IFREG|0644, st_size=647, ...}) = 0 >366 stat("/lib/udev/rules.d/95-keymap.rules", {st_mode=S_IFREG|0644, st_size=6472, ...}) = 0 >366 stat("/lib/udev/scsi_id", {st_mode=S_IFREG|0755, st_size=35984, ...}) = 0 >366 stat("/lib/udev/udev-acl", {st_mode=S_IFREG|0755, st_size=43880, ...}) = 0 >366 stat("/lib/udev/v4l_id", {st_mode=S_IFREG|0755, st_size=6456, ...}) = 0 >366 stat("/lib/udev/lomoco.sh", {st_mode=S_IFREG|0755, st_size=369, ...}) = 0 >366 stat("/lib/udev/rules.d/50-firmware.rules", {st_mode=S_IFREG|0644, st_size=172, ...}) = 0 >366 stat("/lib/apparmor/rc.apparmor.functions", {st_mode=S_IFREG|0755, st_size=12708, ...}) = 0 >366 stat("/lib/udev/rules.d/60-cdrom_id.rules", {st_mode=S_IFREG|0644, st_size=249, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-alsa.rules", {st_mode=S_IFREG|0644, st_size=676, ...}) = 0 >366 stat("/lib/udev/rules.d/97-bluetooth-hid2hci.rules", {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0 >366 stat("/lib/udev/udevmountd", {st_mode=S_IFREG|0755, st_size=19112, ...}) = 0 >366 stat("/lib/udev/ata_id", {st_mode=S_IFREG|0755, st_size=18960, ...}) = 0 >366 stat("/lib/libz.so.1", {st_mode=S_IFREG|0755, st_size=75416, ...}) = 0 >366 stat("/lib/libdl.so.2", {st_mode=S_IFREG|0755, st_size=14016, ...}) = 0 >366 stat("/lib/libm.so.6", {st_mode=S_IFREG|0755, st_size=165924, ...}) = 0 >366 stat("/lib/udev/iwlwifi-led.sh", {st_mode=S_IFREG|0755, st_size=286, ...}) = 0 >366 stat("/lib/libc.so.6", {st_mode=S_IFREG|0755, st_size=1430104, ...}) = 0 >366 stat("/lib/udev/bluetooth.sh", {st_mode=S_IFREG|0755, st_size=187, ...}) = 0 >366 stat("/lib/udev/rules.d/56-idedma.rules", {st_mode=S_IFREG|0644, st_size=145, ...}) = 0 >366 stat("/lib/udev/edd_id", {st_mode=S_IFREG|0755, st_size=23096, ...}) = 0 >366 stat("/lib/udev/rules.d/85-regulatory.rules", {st_mode=S_IFREG|0644, st_size=222, ...}) = 0 >366 stat("/lib/udev/collect_lvm", {st_mode=S_IFREG|0755, st_size=1655, ...}) = 0 >366 stat("/lib/udev/firmware.sh", {st_mode=S_IFREG|0755, st_size=727, ...}) = 0 >366 stat("/lib/udev/fstab_import", {st_mode=S_IFREG|0755, st_size=18976, ...}) = 0 >366 stat("/lib/udev/keymap", {st_mode=S_IFREG|0755, st_size=47528, ...}) = 0 >366 stat("/lib/udev/pci-db", {st_mode=S_IFREG|0755, st_size=39616, ...}) = 0 >366 stat("/lib/libpthread.so.0", {st_mode=S_IFREG|0755, st_size=120692, ...}) = 0 >366 stat("/lib/dbus-1/dbus-daemon-launch-helper", {st_mode=S_IFREG|S_ISUID|0750, st_size=47616, ...}) = 0 >366 stat("/lib/udev/rules.d/97-bluetooth-serial.rules", {st_mode=S_IFREG|0644, st_size=2283, ...}) = 0 >366 stat("/lib/udev/rules.d/97-bluetooth.rules", {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 >366 stat("/lib/udev/rules.d/77-mm-ericsson-mbm.rules", {st_mode=S_IFREG|0644, st_size=866, ...}) = 0 >366 stat("/lib/udev/rules.d/77-mm-zte-port-types.rules", {st_mode=S_IFREG|0644, st_size=4195, ...}) = 0 >366 stat("/lib/lsb/init-functions", {st_mode=S_IFREG|0444, st_size=697, ...}) = 0 >366 stat("/lib/firmware/iwlwifi-5000-2.ucode", {st_mode=S_IFREG|0644, st_size=353240, ...}) = 0 >366 stat("/lib/udev/keymaps/module-lenovo", {st_mode=S_IFREG|0644, st_size=408, ...}) = 0 >366 stat("/lib/udev/path_id", {st_mode=S_IFREG|0755, st_size=43728, ...}) = 0 >366 stat("/lib/udev/rules.d/50-udev-default.rules", {st_mode=S_IFREG|0644, st_size=4788, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-input.rules", {st_mode=S_IFREG|0644, st_size=2235, ...}) = 0 >366 stat("/lib/udev/rules.d/60-persistent-storage-tape.rules", {st_mode=S_IFREG|0644, st_size=1450, ...}) = 0 >366 stat("/lib/udev/rules.d/61-option-modem-modeswitch.rules", {st_mode=S_IFREG|0644, st_size=4172, ...}) = 0 >366 stat("/lib/udev/rules.d/61-persistent-storage-edd.rules", {st_mode=S_IFREG|0644, st_size=532, ...}) = 0 >366 stat("/lib/udev/rules.d/70-hid2hci.rules", {st_mode=S_IFREG|0644, st_size=1399, ...}) = 0 >366 stat("/lib/udev/rules.d/75-cd-aliases-generator.rules", {st_mode=S_IFREG|0644, st_size=462, ...}) = 0 >366 stat("/lib/udev/rules.d/75-persistent-net-generator.rules", {st_mode=S_IFREG|0644, st_size=3692, ...}) = 0 >366 stat("/lib/udev/rules.d/78-sound-card.rules", {st_mode=S_IFREG|0644, st_size=4799, ...}) = 0 >366 stat("/lib/udev/rules.d/79-fstab_import.rules", {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 >366 stat("/lib/udev/rules.d/95-udev-late.rules", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0 >366 stat("/lib/udev/usb_id", {st_mode=S_IFREG|0755, st_size=43744, ...}) = 0 >366 stat("/lib/udev/rules.d/90-pulseaudio.rules", {st_mode=S_IFREG|0644, st_size=1207, ...}) = 0 >366 stat("/lib/udev/devkit-disks-part-id", {st_mode=S_IFREG|0755, st_size=27408, ...}) = 0 >366 stat("/lib/udev/devkit-disks-probe-ata-smart", {st_mode=S_IFREG|0755, st_size=6480, ...}) = 0 >366 stat("/lib/udev/rules.d/95-devkit-disks.rules", {st_mode=S_IFREG|0644, st_size=6238, ...}) = 0 >366 stat("/lib/udev/rules.d/90-hal.rules", {st_mode=S_IFREG|0644, st_size=83, ...}) = 0 >366 stat("/lib/udev/rules.d/40-libgphoto2.rules", {st_mode=S_IFREG|0644, st_size=113028, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/modules.dep", {st_mode=S_IFREG|0644, st_size=223182, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/modules.dep.bin", {st_mode=S_IFREG|0644, st_size=333338, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/modules.alias", {st_mode=S_IFREG|0644, st_size=501915, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/modules.alias.bin", {st_mode=S_IFREG|0644, st_size=475390, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko", {st_mode=S_IFREG|0644, st_size=22240, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko", {st_mode=S_IFREG|0644, st_size=33808, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/modules.builtin.bin", {st_mode=S_IFREG|0644, st_size=5163, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/CiscoVPN", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/CiscoVPN/cisco_ipsec.ko", {st_mode=S_IFREG|0644, st_size=1042648, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/ac.ko", {st_mode=S_IFREG|0644, st_size=12792, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/battery.ko", {st_mode=S_IFREG|0644, st_size=29568, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/button.ko", {st_mode=S_IFREG|0644, st_size=16952, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/processor.ko", {st_mode=S_IFREG|0644, st_size=102368, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/thermal.ko", {st_mode=S_IFREG|0644, st_size=43888, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/video.ko", {st_mode=S_IFREG|0644, st_size=54792, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/ata/ata_generic.ko", {st_mode=S_IFREG|0644, st_size=13280, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/block/loop.ko", {st_mode=S_IFREG|0644, st_size=39328, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/bluetooth/btusb.ko", {st_mode=S_IFREG|0644, st_size=36696, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/char/agp/intel-agp.ko", {st_mode=S_IFREG|0644, st_size=73192, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_conservative.ko", {st_mode=S_IFREG|0644, st_size=21264, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_powersave.ko", {st_mode=S_IFREG|0644, st_size=5000, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_userspace.ko", {st_mode=S_IFREG|0644, st_size=9968, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/i2c/busses/i2c-i801.ko", {st_mode=S_IFREG|0644, st_size=30792, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/ide/ide-core.ko", {st_mode=S_IFREG|0644, st_size=230296, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/ide/ide-pci-generic.ko", {st_mode=S_IFREG|0644, st_size=11152, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/input/misc/pcspkr.ko", {st_mode=S_IFREG|0644, st_size=8160, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/md/dm-mod.ko", {st_mode=S_IFREG|0644, st_size=164472, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/uvc/uvcvideo.ko", {st_mode=S_IFREG|0644, st_size=110456, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/v4l1-compat.ko", {st_mode=S_IFREG|0644, st_size=28608, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/v4l2-compat-ioctl32.ko", {st_mode=S_IFREG|0644, st_size=20312, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/videodev.ko", {st_mode=S_IFREG|0644, st_size=72968, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/e1000e/e1000e.ko", {st_mode=S_IFREG|0644, st_size=234888, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/tun.ko", {st_mode=S_IFREG|0644, st_size=37072, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko", {st_mode=S_IFREG|0644, st_size=341576, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko", {st_mode=S_IFREG|0644, st_size=368432, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/platform/x86/thinkpad_acpi.ko", {st_mode=S_IFREG|0644, st_size=178192, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/platform/x86/wmi.ko", {st_mode=S_IFREG|0644, st_size=16952, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/scsi/sg.ko", {st_mode=S_IFREG|0644, st_size=70952, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/staging/heci/heci.ko", {st_mode=S_IFREG|0644, st_size=124320, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/thermal/thermal_sys.ko", {st_mode=S_IFREG|0644, st_size=38328, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/watchdog/iTCO_vendor_support.ko", {st_mode=S_IFREG|0644, st_size=9384, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/watchdog/iTCO_wdt.ko", {st_mode=S_IFREG|0644, st_size=32496, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/fs/binfmt_misc.ko", {st_mode=S_IFREG|0644, st_size=22880, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/fs/fuse/fuse.ko", {st_mode=S_IFREG|0644, st_size=146552, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/bluetooth/bluetooth.ko", {st_mode=S_IFREG|0644, st_size=216896, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/ip_tables.ko", {st_mode=S_IFREG|0644, st_size=40640, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko", {st_mode=S_IFREG|0644, st_size=27064, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko", {st_mode=S_IFREG|0644, st_size=6464, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6_tables.ko", {st_mode=S_IFREG|0644, st_size=42464, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6t_REJECT.ko", {st_mode=S_IFREG|0644, st_size=13936, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6table_filter.ko", {st_mode=S_IFREG|0644, st_size=9200, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6table_mangle.ko", {st_mode=S_IFREG|0644, st_size=9136, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/mac80211/mac80211.ko", {st_mode=S_IFREG|0644, st_size=382168, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/nf_conntrack.ko", {st_mode=S_IFREG|0644, st_size=157928, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/nf_conntrack_netbios_ns.ko", {st_mode=S_IFREG|0644, st_size=7280, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/x_tables.ko", {st_mode=S_IFREG|0644, st_size=49144, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/xt_state.ko", {st_mode=S_IFREG|0644, st_size=6528, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/rfkill/rfkill.ko", {st_mode=S_IFREG|0644, st_size=51968, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/net/wireless/cfg80211.ko", {st_mode=S_IFREG|0644, st_size=183928, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/oss/snd-mixer-oss.ko", {st_mode=S_IFREG|0644, st_size=37304, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/oss/snd-pcm-oss.ko", {st_mode=S_IFREG|0644, st_size=92096, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/seq/snd-seq-device.ko", {st_mode=S_IFREG|0644, st_size=19072, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/seq/snd-seq.ko", {st_mode=S_IFREG|0644, st_size=125848, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-hwdep.ko", {st_mode=S_IFREG|0644, st_size=21960, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-page-alloc.ko", {st_mode=S_IFREG|0644, st_size=23072, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-pcm.ko", {st_mode=S_IFREG|0644, st_size=190000, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-timer.ko", {st_mode=S_IFREG|0644, st_size=59088, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd.ko", {st_mode=S_IFREG|0644, st_size=150592, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/pci/hda/snd-hda-codec.ko", {st_mode=S_IFREG|0644, st_size=167168, ...}) = 0 >366 stat("/lib/modules/2.6.31.5-0.1-default/kernel/sound/pci/hda/snd-hda-intel.ko", {st_mode=S_IFREG|0644, st_size=66432, ...}) = 0 >366 stat("/usr/lib64/sasl2/libcrammd5.so", {st_mode=S_IFREG|0755, st_size=23040, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0 >366 stat("/usr/lib64/libnss3.so", {st_mode=S_IFREG|0755, st_size=1259432, ...}) = 0 >366 stat("/usr/lib64/libdbus-glib-1.so.2", {st_mode=S_IFREG|0755, st_size=139960, ...}) = 0 >366 stat("/usr/lib64/libORBit-2.so.0", {st_mode=S_IFREG|0755, st_size=460472, ...}) = 0 >366 stat("/usr/lib64/libxenstore.so.3.0", {st_mode=S_IFREG|0755, st_size=23040, ...}) = 0 >366 stat("/usr/lib64/libeggdbus-1.so.0", {st_mode=S_IFREG|0755, st_size=296704, ...}) = 0 >366 stat("/usr/lib64/libdns_sd.so.1", {st_mode=S_IFREG|0755, st_size=36600, ...}) = 0 >366 stat("/usr/lib64/libpolkit-gobject-1.so.0", {st_mode=S_IFREG|0755, st_size=135384, ...}) = 0 >366 stat("/usr/lib64/libpolkit-dbus.so.2", {st_mode=S_IFREG|0755, st_size=52304, ...}) = 0 >366 stat("/usr/lib64/libpolkit.so.2", {st_mode=S_IFREG|0755, st_size=106008, ...}) = 0 >366 stat("/usr/lib64/libvirt.so.0", {st_mode=S_IFREG|0755, st_size=1028768, ...}) = 0 >366 stat("//usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >366 stat("/usr/sbin/avahi-daemon", {st_mode=S_IFREG|0755, st_size=110880, ...}) = 0 >366 stat("/usr/sbin/sshd", {st_mode=S_IFREG|0755, st_size=466624, ...}) = 0 >366 stat("/usr/lib/perl5/5.10.0/strict.pm", {st_mode=S_IFREG|0444, st_size=3716, ...}) = 0 >366 stat("/usr/sbin/ip6tables", {st_mode=S_IFREG|0755, st_size=40848, ...}) = 0 >366 stat("/usr/lib/libnss3.so", {st_mode=S_IFREG|0755, st_size=1279836, ...}) = 0 >366 stat("/usr/lib/libnspr4.so", {st_mode=S_IFREG|0755, st_size=233560, ...}) = 0 >366 stat("/usr/lib/libplc4.so", {st_mode=S_IFREG|0755, st_size=18044, ...}) = 0 >366 stat("//usr/sbin/", {st_mode=S_IFDIR|0755, st_size=16384, ...}) = 0 >366 stat("/usr/sbin/ip6tables-batch", {st_mode=S_IFREG|0755, st_size=57432, ...}) = 0 >366 stat("/usr/sbin/iptables", {st_mode=S_IFREG|0755, st_size=40880, ...}) = 0 >366 stat("/usr/sbin/iptables-batch", {st_mode=S_IFREG|0755, st_size=61560, ...}) = 0 >366 stat("/usr/lib/libplds4.so", {st_mode=S_IFREG|0755, st_size=13864, ...}) = 0 >366 stat("/usr/sbin/nscd", {st_mode=S_IFREG|0755, st_size=131240, ...}) = 0 >366 stat("/usr/sbin/s2both", {st_mode=S_IFREG|0755, st_size=118304, ...}) = 0 >366 stat("/usr/sbin/smartd", {st_mode=S_IFREG|0755, st_size=403248, ...}) = 0 >366 stat("/usr/sbin/scpm", {st_mode=S_IFREG|S_ISUID|S_ISGID|0755, st_size=118304, ...}) = 0 >366 stat("/usr/sbin/alsactl", {st_mode=S_IFREG|0755, st_size=85920, ...}) = 0 >366 stat("/usr/sbin/klogconsole", {st_mode=S_IFREG|0700, st_size=6488, ...}) = 0 >366 stat("/usr/sbin/postconf", {st_mode=S_IFREG|0755, st_size=126336, ...}) = 0 >366 stat("/usr/sbin/postfix", {st_mode=S_IFREG|0755, st_size=14896, ...}) = 0 >366 stat("/usr/sbin/bluetoothd", {st_mode=S_IFREG|0755, st_size=440104, ...}) = 0 >366 stat("/usr/sbin/NetworkManager", {st_mode=S_IFREG|0755, st_size=441832, ...}) = 0 >366 stat("/usr/sbin/hwinfo", {st_mode=S_IFREG|0755, st_size=38648, ...}) = 0 >366 stat("/usr/sbin/console-kit-daemon", {st_mode=S_IFREG|0755, st_size=135872, ...}) = 0 >366 stat("/usr/lib/libxml2.so.2", {st_mode=S_IFREG|0755, st_size=1307424, ...}) = 0 >366 stat("/usr/lib/libnssutil3.so", {st_mode=S_IFREG|0755, st_size=104340, ...}) = 0 >366 stat("/usr/lib/libsmime3.so", {st_mode=S_IFREG|0755, st_size=166952, ...}) = 0 >366 stat("/usr/sbin/alsa-init", {st_mode=S_IFREG|0755, st_size=423, ...}) = 0 >366 stat("/usr/sbin/wpa_supplicant", {st_mode=S_IFREG|0755, st_size=583200, ...}) = 0 >366 stat("/usr/sbin/cupsd", {st_mode=S_IFREG|0755, st_size=386608, ...}) = 0 >366 stat("/usr/sbin/suexec2", {st_mode=S_IFREG|0755, st_size=14936, ...}) = 0 >366 stat("/usr/sbin/httpd2", {st_mode=S_IFREG|0755, st_size=436048, ...}) = 0 >366 stat("//usr/sbin/httpd2-prefork", {st_mode=S_IFREG|0755, st_size=436048, ...}) = 0 >366 stat("/usr/sbin/httpd2-prefork", {st_mode=S_IFREG|0755, st_size=436048, ...}) = 0 >366 stat("/usr/sbin/cron", {st_mode=S_IFREG|0755, st_size=48720, ...}) = 0 >366 stat("/usr/sbin/stop_preload", {st_mode=S_IFREG|0755, st_size=442, ...}) = 0 >366 stat("/usr/sbin/xend", {st_mode=S_IFREG|0755, st_size=3885, ...}) = 0 >366 stat("/usr/sbin/irqbalance", {st_mode=S_IFREG|0755, st_size=27376, ...}) = 0 >366 stat("/usr/sbin/modem-manager", {st_mode=S_IFREG|0755, st_size=151840, ...}) = 0 >366 stat("/usr/sbin/hald", {st_mode=S_IFREG|0755, st_size=361728, ...}) = 0 >366 stat("/usr/sbin/libvirtd", {st_mode=S_IFREG|0755, st_size=572064, ...}) = 0 >366 stat("/usr/bin/hal-find-by-capability", {st_mode=S_IFREG|0755, st_size=10816, ...}) = 0 >366 stat("/usr/bin/locale", {st_mode=S_IFREG|0755, st_size=38808, ...}) = 0 >366 stat("/usr/bin/on_ac_power", {st_mode=S_IFREG|0755, st_size=1960, ...}) = 0 >366 stat("/usr/bin/pm-is-supported", {st_mode=S_IFREG|0755, st_size=1258, ...}) = 0 >366 stat("/sbin/mount.ntfs-3g", {st_mode=S_IFREG|0755, st_size=40416, ...}) = 0 >366 stat("/usr/bin/perl", {st_mode=S_IFREG|0755, st_size=1612080, ...}) = 0 >366 stat("/usr/bin/python", {st_mode=S_IFREG|0755, st_size=6416, ...}) = 0 >366 stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=39704, ...}) = 0 >366 stat("/usr/bin/env", {st_mode=S_IFREG|0755, st_size=23192, ...}) = 0 >366 stat("/usr/bin/id", {st_mode=S_IFREG|0755, st_size=27368, ...}) = 0 >366 stat("/usr/bin/tac", {st_mode=S_IFREG|0755, st_size=27416, ...}) = 0 >366 stat("/usr/bin/ksysguardd", {st_mode=S_IFREG|0755, st_size=135256, ...}) = 0 >366 stat("/usr/bin/xargs", {st_mode=S_IFREG|0755, st_size=43768, ...}) = 0 >366 stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=15184, ...}) = 0 >366 stat("/usr/bin/waitforidle", {st_mode=S_IFREG|0755, st_size=14904, ...}) = 0 >366 stat("/usr/bin/amixer", {st_mode=S_IFREG|0755, st_size=52848, ...}) = 0 >366 stat("/usr/bin/cmp", {st_mode=S_IFREG|0755, st_size=23112, ...}) = 0 >366 stat("/usr/bin/tty", {st_mode=S_IFREG|0755, st_size=23192, ...}) = 0 >366 stat("/usr/bin/find", {st_mode=S_IFREG|0755, st_size=160400, ...}) = 0 >366 stat("/usr/bin/set_default_volume", {st_mode=S_IFREG|0755, st_size=1444, ...}) = 0 >366 stat("/usr/bin/jarwrapper", {st_mode=S_IFREG|0755, st_size=1483, ...}) = 0 >366 stat("/usr/bin/javaclassname", {st_mode=S_IFREG|0755, st_size=10584, ...}) = 0 >366 stat("/usr/bin/javawrapper", {st_mode=S_IFREG|0755, st_size=2515, ...}) = 0 >366 stat("/usr/bin/nm-online", {st_mode=S_IFREG|0755, st_size=10744, ...}) = 0 >366 stat("/usr/bin/slptool", {st_mode=S_IFREG|0755, st_size=18864, ...}) = 0 >366 stat("/usr/bin/killall", {st_mode=S_IFREG|0755, st_size=23760, ...}) = 0 >366 stat("/usr/bin/lomoco", {st_mode=S_IFREG|0755, st_size=25352, ...}) = 0 >366 stat("/usr/bin/ionice", {st_mode=S_IFREG|0755, st_size=10672, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_MESSAGES", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_ADDRESS", {st_mode=S_IFREG|0644, st_size=155, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", {st_mode=S_IFREG|0644, st_size=373, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_MONETARY", {st_mode=S_IFREG|0644, st_size=286, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_TIME", {st_mode=S_IFREG|0644, st_size=2454, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_ADDRESS", {st_mode=S_IFREG|0644, st_size=160, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_MONETARY", {st_mode=S_IFREG|0644, st_size=291, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_MESSAGES", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_MEASUREMENT", {st_mode=S_IFREG|0644, st_size=28, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_TIME", {st_mode=S_IFREG|0644, st_size=2459, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_IDENTIFICATION", {st_mode=S_IFREG|0644, st_size=378, ...}) = 0 >366 stat("/usr/lib64/libnssutil3.so", {st_mode=S_IFREG|0755, st_size=125968, ...}) = 0 >366 stat("/usr/lib64/libgnutls.so.26", {st_mode=S_IFREG|0755, st_size=741768, ...}) = 0 >366 stat("/usr/lib64/libgvfscommon.so.0", {st_mode=S_IFREG|0755, st_size=99256, ...}) = 0 >366 stat("/usr/lib64/libslp.so.1", {st_mode=S_IFREG|0755, st_size=102360, ...}) = 0 >366 stat("/usr/lib64/libstdc++.so.6", {st_mode=S_IFREG|0755, st_size=1019640, ...}) = 0 >366 stat("/usr/lib64/libopensc.so.2", {st_mode=S_IFREG|0755, st_size=678568, ...}) = 0 >366 stat("/usr/lib64/libnspr4.so", {st_mode=S_IFREG|0755, st_size=240744, ...}) = 0 >366 stat("/usr/lib64/libplc4.so", {st_mode=S_IFREG|0755, st_size=18904, ...}) = 0 >366 stat("/usr/lib64/libplds4.so", {st_mode=S_IFREG|0755, st_size=14664, ...}) = 0 >366 stat("/usr/lib64/libasound.so.2", {st_mode=S_IFREG|0755, st_size=851368, ...}) = 0 >366 stat("/usr/lib64/libdal-0.3.so.0", {st_mode=S_IFREG|0755, st_size=10520, ...}) = 0 >366 stat("/usr/lib64/libreiserfs-0.3.so.0", {st_mode=S_IFREG|0755, st_size=102032, ...}) = 0 >366 stat("/usr/lib64/libfam.so.0", {st_mode=S_IFREG|0755, st_size=35560, ...}) = 0 >366 stat("/usr/lib64/libscpm.so.1", {st_mode=S_IFREG|0755, st_size=1025864, ...}) = 0 >366 stat("/usr/lib64", {st_mode=S_IFDIR|0755, st_size=122880, ...}) = 0 >366 stat("/usr/lib64/libltdl.so.7", {st_mode=S_IFREG|0755, st_size=39608, ...}) = 0 >366 stat("/usr/lib64/libgssapi_krb5.so.2", {st_mode=S_IFREG|0755, st_size=193328, ...}) = 0 >366 stat("/usr/lib64/libk5crypto.so.3", {st_mode=S_IFREG|0755, st_size=179280, ...}) = 0 >366 stat("/usr/lib64/libkrb5.so.3", {st_mode=S_IFREG|0755, st_size=771352, ...}) = 0 >366 stat("/usr/lib64/libsasl2.so.2", {st_mode=S_IFREG|0755, st_size=106344, ...}) = 0 >366 stat("/usr/lib64/libusb-0.1.so.4", {st_mode=S_IFREG|0755, st_size=18760, ...}) = 0 >366 stat("/usr/lib64/libsensors.so.4", {st_mode=S_IFREG|0755, st_size=64216, ...}) = 0 >366 stat("/usr/lib64/libavahi-common.so.3", {st_mode=S_IFREG|0755, st_size=52064, ...}) = 0 >366 stat("/usr/lib64/libscconf.so.2", {st_mode=S_IFREG|0755, st_size=22928, ...}) = 0 >366 stat("/usr/lib64/libopenct.so.1", {st_mode=S_IFREG|0755, st_size=39808, ...}) = 0 >366 stat("/usr/lib64/libcups.so.2", {st_mode=S_IFREG|0755, st_size=242320, ...}) = 0 >366 stat("/usr/lib64/libcrypto.so.0.9.8", {st_mode=S_IFREG|0555, st_size=1605840, ...}) = 0 >366 stat("/usr/lib64/libssl.so.0.9.8", {st_mode=S_IFREG|0555, st_size=326256, ...}) = 0 >366 stat("/usr/lib64/libdb-4.5.so", {st_mode=S_IFREG|0755, st_size=1261696, ...}) = 0 >366 stat("/usr/lib64/libavahi-client.so.3", {st_mode=S_IFREG|0755, st_size=68760, ...}) = 0 >366 stat("/usr/lib64/libaprutil-1.so.0", {st_mode=S_IFREG|0755, st_size=143960, ...}) = 0 >366 stat("/usr/lib64/libapr-1.so.0", {st_mode=S_IFREG|0755, st_size=185272, ...}) = 0 >366 stat("/usr/lib64/libglib-2.0.so.0", {st_mode=S_IFREG|0755, st_size=811368, ...}) = 0 >366 stat("/usr/lib64/libhal-storage.so.1", {st_mode=S_IFREG|0755, st_size=43616, ...}) = 0 >366 stat("/usr/lib64/libkrb5support.so.0", {st_mode=S_IFREG|0755, st_size=35488, ...}) = 0 >366 stat("/usr/lib64/libnm_glib.so.0", {st_mode=S_IFREG|0755, st_size=139536, ...}) = 0 >366 stat("/usr/lib64/libiptc.so.0", {st_mode=S_IFREG|0755, st_size=47448, ...}) = 0 >366 stat("/usr/lib64/libsvn_delta-1.so.0", {st_mode=S_IFREG|0755, st_size=47752, ...}) = 0 >366 stat("/usr/lib64/libsvn_fs-1.so.0", {st_mode=S_IFREG|0755, st_size=31296, ...}) = 0 >366 stat("/usr/lib64/libsvn_fs_base-1.so.0", {st_mode=S_IFREG|0755, st_size=193848, ...}) = 0 >366 stat("/usr/lib64/libsvn_fs_fs-1.so.0", {st_mode=S_IFREG|0755, st_size=164888, ...}) = 0 >366 stat("/usr/lib64/libsvn_fs_util-1.so.0", {st_mode=S_IFREG|0755, st_size=10360, ...}) = 0 >366 stat("/usr/lib64/libsvn_repos-1.so.0", {st_mode=S_IFREG|0755, st_size=172248, ...}) = 0 >366 stat("/usr/lib64/libsvn_subr-1.so.0", {st_mode=S_IFREG|0755, st_size=793896, ...}) = 0 >366 stat("/usr/lib64/libxml2.so.2", {st_mode=S_IFREG|0755, st_size=1360392, ...}) = 0 >366 stat("/usr/lib64/libgmodule-2.0.so.0", {st_mode=S_IFREG|0755, st_size=14664, ...}) = 0 >366 stat("/usr/lib64/libgthread-2.0.so.0", {st_mode=S_IFREG|0755, st_size=18984, ...}) = 0 >366 stat("/usr/lib64/libgobject-2.0.so.0", {st_mode=S_IFREG|0755, st_size=277928, ...}) = 0 >366 stat("/usr/lib64/libgio-2.0.so.0", {st_mode=S_IFREG|0755, st_size=686080, ...}) = 0 >366 stat("/usr/lib64/libmhash.so.2", {st_mode=S_IFREG|0755, st_size=178680, ...}) = 0 >366 stat("/usr/lib64/libx86emu.so.1", {st_mode=S_IFREG|0755, st_size=141600, ...}) = 0 >366 stat("/usr/lib64/libusb-1.0.so.0", {st_mode=S_IFREG|0755, st_size=51848, ...}) = 0 >366 stat("/usr/lib64/libxtables.so.2", {st_mode=S_IFREG|0755, st_size=31416, ...}) = 0 >366 stat("/usr/lib64/libnuma.so.1", {st_mode=S_IFREG|0755, st_size=35672, ...}) = 0 >366 stat("/usr/lib64/libpostfix-global.so.1", {st_mode=S_IFREG|0755, st_size=222976, ...}) = 0 >366 stat("/usr/lib64/libgudev-1.0.so.0", {st_mode=S_IFREG|0755, st_size=31576, ...}) = 0 >366 stat("/usr/lib64/libbluetooth.so.3", {st_mode=S_IFREG|0755, st_size=104040, ...}) = 0 >366 stat("/usr/lib64/libpostfix-util.so.1", {st_mode=S_IFREG|0755, st_size=202840, ...}) = 0 >366 stat("/usr/lib64/libgconf-2.so.4", {st_mode=S_IFREG|0755, st_size=258232, ...}) = 0 >366 stat("/usr/lib64/libnm-util.so.1", {st_mode=S_IFREG|0755, st_size=218000, ...}) = 0 >366 stat("/usr/lib64/libhal.so.1", {st_mode=S_IFREG|0755, st_size=68120, ...}) = 0 >366 stat("/usr/lib64/libhd.so.16", {st_mode=S_IFREG|0755, st_size=1840880, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_TELEPHONE", {st_mode=S_IFREG|0644, st_size=64, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_TELEPHONE", {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_NAME", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_PAPER", {st_mode=S_IFREG|0644, st_size=39, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", {st_mode=S_IFREG|0644, st_size=57, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_PAPER", {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_MEASUREMENT", {st_mode=S_IFREG|0644, st_size=23, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_NAME", {st_mode=S_IFREG|0644, st_size=77, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", {st_mode=S_IFREG|0644, st_size=52, ...}) = 0 >366 stat("/usr/lib64/libavahi-core.so.6", {st_mode=S_IFREG|0755, st_size=213744, ...}) = 0 >366 stat("/usr/lib64/libatasmart.so.4", {st_mode=S_IFREG|0755, st_size=51728, ...}) = 0 >366 stat("/usr/lib64/libsmime3.so", {st_mode=S_IFREG|0755, st_size=177208, ...}) = 0 >366 stat("/usr/lib64/libparted-1.9.so.0", {st_mode=S_IFREG|0755, st_size=496280, ...}) = 0 >366 stat("/usr/lib64/liblber-2.4.so.2", {st_mode=S_IFREG|0755, st_size=64680, ...}) = 0 >366 stat("/usr/lib64/libldap-2.4.so.2", {st_mode=S_IFREG|0755, st_size=282648, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_NUMERIC", {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_NUMERIC", {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_CTYPE", {st_mode=S_IFREG|0644, st_size=221604, ...}) = 0 >366 stat("/usr/lib/locale/en_US/LC_COLLATE", {st_mode=S_IFREG|0644, st_size=19459, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_CTYPE", {st_mode=S_IFREG|0644, st_size=256316, ...}) = 0 >366 stat("/usr/lib/locale/en_US.utf8/LC_COLLATE", {st_mode=S_IFREG|0644, st_size=966938, ...}) = 0 >366 stat("/usr/share/usb.ids", {st_mode=S_IFREG|0644, st_size=366175, ...}) = 0 >366 stat("/usr/lib64/xtables/libip6t_LOG.so", <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {18, 802766}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4 >365 read(4, "boot.device-mapper", 19) = 18 >365 close(4) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4 >365 read(4, "boot.localnet", 19) = 13 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 6 >365 read(6, "boot.md", 19) = 7 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... stat resumed> {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("/bin/ifcfg-lo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/mdadm.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/selinux/config", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/sysconfig/network/scripts/ifcfg-lo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/libreadline.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/tls", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/tls/libreadline.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/tls/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/tls/x86_64/libreadline.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/bash/4.0/x86_64/libreadline.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/cat", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/ifcfg-lo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/logger", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/touch", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/ifcfg-lo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/locale-archive", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/cat", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/ifcfg-lo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/logger", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/touch", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 open("/etc/init.d/boot.md", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=5047, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/init.d/boot.localnet", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1594, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/rc.status", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=10038, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/cron", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=3182, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/ld.so.cache", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=245797, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 249856, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/mdadm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=1639, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/udev/udev.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/network/ifcfg-lo", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=174, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/network/scripts/functions", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=21834, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/network/scripts/functions.common", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=5815, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/HOSTNAME", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/localtime", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=1892, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/udevadm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=130200, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 12288, 118784, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/lib64/libpcre.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=186632, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 188416, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/lib64/libreadline.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=275920, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 278528, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/lib64/libselinux.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=118048, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 118784, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/lib64/libncurses.so.5", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=289840, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 open("/lib64/libc.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=1408560, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 1409024, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/lib64/libdl.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=14872, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/lib64/libpthread.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=131260, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 135168, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/lib64/librt.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=36016, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 49152, 241664, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/cat", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=43928, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/rm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=52136, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/stty", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=47896, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/touch", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=47960, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/logger", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=15488, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/grep", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=89472, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(6, "ok", 2, 0, NULL, 0) = 2 >366 close(6) = 0 >366 open("/bin/hostname", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=14808, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 sendto(4, "ok", 2, 0, NULL, 0) = 2 >366 close(4) = 0 >366 stat("/usr/lib64/xtables/libip6t_REJECT.so", {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 stat("/usr/lib64/xtables/libip6t_icmp6.so", {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("/usr/lib64/xtables/libipt_LOG.so", {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("/usr/lib64/xtables/libipt_REJECT.so", {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 stat("/usr/lib64/xtables/libipt_icmp.so", {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_NOTRACK.so", {st_mode=S_IFREG|0755, st_size=6488, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_limit.so", {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_physdev.so", {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_pkttype.so", {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_standard.so", {st_mode=S_IFREG|0755, st_size=6360, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_state.so", {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 stat("/usr/lib64/xtables/libxt_tcp.so", {st_mode=S_IFREG|0755, st_size=14816, ...}) = 0 >366 stat("/usr/lib/postfix/master", {st_mode=S_IFREG|0755, st_size=40232, ...}) = 0 >366 stat("/usr/share/pci.ids", {st_mode=S_IFREG|0644, st_size=624381, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/Numeric.pth", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/PIL.pth", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0 >366 stat("/usr/lib64/python2.6", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >366 stat("/usr/lib64/python2.6/", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/Numeric", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/python2.6/UserDict.py", {st_mode=S_IFREG|0644, st_size=5778, ...}) = 0 >366 stat("/usr/lib64/python2.6/_abcoll.py", {st_mode=S_IFREG|0644, st_size=13625, ...}) = 0 >366 stat("/usr/lib64/python2.6/abc.py", {st_mode=S_IFREG|0644, st_size=6870, ...}) = 0 >366 stat("/usr/lib64/python2.6/abc.pyc", {st_mode=S_IFREG|0644, st_size=5861, ...}) = 0 >366 stat("/usr/lib64/python2.6/codecs.py", {st_mode=S_IFREG|0644, st_size=34707, ...}) = 0 >366 stat("/usr/lib64/python2.6/copy_reg.py", {st_mode=S_IFREG|0644, st_size=6800, ...}) = 0 >366 stat("/usr/lib64/python2.6/copy_reg.pyc", {st_mode=S_IFREG|0644, st_size=5178, ...}) = 0 >366 stat("/usr/lib64/python2.6/genericpath.py", {st_mode=S_IFREG|0644, st_size=3020, ...}) = 0 >366 stat("/usr/lib64/python2.6/linecache.py", {st_mode=S_IFREG|0644, st_size=3949, ...}) = 0 >366 stat("/usr/lib64/python2.6/os.py", {st_mode=S_IFREG|0644, st_size=26235, ...}) = 0 >366 stat("/usr/lib64/python2.6/posixpath.py", {st_mode=S_IFREG|0644, st_size=12766, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/_local.pth", {st_mode=S_IFREG|0644, st_size=221, ...}) = 0 >366 stat("/usr/lib64/python2.6/site.py", {st_mode=S_IFREG|0644, st_size=18834, ...}) = 0 >366 stat("/usr/lib64/python2.6/stat.py", {st_mode=S_IFREG|0644, st_size=1718, ...}) = 0 >366 stat("/usr/lib64/python2.6/types.py", {st_mode=S_IFREG|0644, st_size=2323, ...}) = 0 >366 stat("/usr/lib64/python2.6/warnings.py", {st_mode=S_IFREG|0644, st_size=14173, ...}) = 0 >366 stat("/usr/lib64/python2.6/warnings.pyc", {st_mode=S_IFREG|0644, st_size=13042, ...}) = 0 >366 stat("/usr/lib64/python2.6/types.pyc", {st_mode=S_IFREG|0644, st_size=2620, ...}) = 0 >366 stat("/usr/lib64/python2.6/stat.pyc", {st_mode=S_IFREG|0644, st_size=2703, ...}) = 0 >366 stat("/usr/lib64/python2.6/site.pyc", {st_mode=S_IFREG|0644, st_size=18497, ...}) = 0 >366 stat("/usr/lib64/python2.6/posixpath.pyc", {st_mode=S_IFREG|0644, st_size=10933, ...}) = 0 >366 stat("/usr/lib64/python2.6/os.pyc", {st_mode=S_IFREG|0644, st_size=26331, ...}) = 0 >366 stat("/usr/lib64/python2.6/linecache.pyc", {st_mode=S_IFREG|0644, st_size=3196, ...}) = 0 >366 stat("/usr/lib64/python2.6/genericpath.pyc", {st_mode=S_IFREG|0644, st_size=3292, ...}) = 0 >366 stat("/usr/lib64/python2.6/codecs.pyc", {st_mode=S_IFREG|0644, st_size=36100, ...}) = 0 >366 stat("/usr/lib64/python2.6/_abcoll.pyc", {st_mode=S_IFREG|0644, st_size=21656, ...}) = 0 >366 stat("/usr/lib64/python2.6/UserDict.pyc", {st_mode=S_IFREG|0644, st_size=8892, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/pygtk.pth", {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >366 stat("/usr/share/locale/locale.alias", {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-openct.fdi", {st_mode=S_IFREG|0644, st_size=4277, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-usb-openct.fdi", {st_mode=S_IFREG|0644, st_size=275, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/21-storage-ntfs-3g.fdi", {st_mode=S_IFREG|0644, st_size=2167, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi", {st_mode=S_IFREG|0644, st_size=1661, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-macbook-backlight.fdi", {st_mode=S_IFREG|0644, st_size=985, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-leds.fdi", {st_mode=S_IFREG|0644, st_size=390, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-usbcsr-mice.fdi", {st_mode=S_IFREG|0644, st_size=237, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-macbookpro-utils.fdi", {st_mode=S_IFREG|0644, st_size=2384, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-power-mgmt-policy.fdi", {st_mode=S_IFREG|0644, st_size=3923, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-tabletPCs.fdi", {st_mode=S_IFREG|0644, st_size=1236, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-x11-input.fdi", {st_mode=S_IFREG|0644, st_size=1393, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/15-storage-luks.fdi", {st_mode=S_IFREG|0644, st_size=1214, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi", {st_mode=S_IFREG|0644, st_size=18919, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/30-wol.fdi", {st_mode=S_IFREG|0644, st_size=1603, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/10osvendor/10-ide-drives.fdi", {st_mode=S_IFREG|0644, st_size=4392, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/10osvendor/20-broken-usb-sticks.fdi", {st_mode=S_IFREG|0644, st_size=2472, ...}) = 0 >366 stat("/usr/share/hal/fdi/information", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-laptop-panel-hardware.fdi", {st_mode=S_IFREG|0644, st_size=2178, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wwan.fdi", {st_mode=S_IFREG|0644, st_size=1112, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-ipw-rfkill-switch.fdi", {st_mode=S_IFREG|0644, st_size=1019, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usbcsr-mice.fdi", {st_mode=S_IFREG|0644, st_size=5594, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-obex.fdi", {st_mode=S_IFREG|0644, st_size=1086, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-modem.fdi", {st_mode=S_IFREG|0644, st_size=25809, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-scanner.fdi", {st_mode=S_IFREG|0644, st_size=422, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-sony-bluetooth-switch.fdi", {st_mode=S_IFREG|0644, st_size=1286, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-thinkpad-rfkill-switch-bluetooth.fdi", {st_mode=S_IFREG|0644, st_size=964, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players.fdi", {st_mode=S_IFREG|0644, st_size=81092, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-zip-drives.fdi", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-pda.fdi", {st_mode=S_IFREG|0644, st_size=7714, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-samsung.fdi", {st_mode=S_IFREG|0644, st_size=1622, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-acer.fdi", {st_mode=S_IFREG|0644, st_size=8791, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-apple.fdi", {st_mode=S_IFREG|0644, st_size=1415, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-asus.fdi", {st_mode=S_IFREG|0644, st_size=6306, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-dell.fdi", {st_mode=S_IFREG|0644, st_size=9888, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-fujitsu.fdi", {st_mode=S_IFREG|0644, st_size=6566, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-hp.fdi", {st_mode=S_IFREG|0644, st_size=17619, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-ibm.fdi", {st_mode=S_IFREG|0644, st_size=6030, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-lenovo.fdi", {st_mode=S_IFREG|0644, st_size=5467, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-misc.fdi", {st_mode=S_IFREG|0644, st_size=20811, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-acer.fdi", {st_mode=S_IFREG|0644, st_size=5080, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-sony.fdi", {st_mode=S_IFREG|0644, st_size=3622, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi", {st_mode=S_IFREG|0644, st_size=7207, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-dell.fdi", {st_mode=S_IFREG|0644, st_size=4275, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-compaq.fdi", {st_mode=S_IFREG|0644, st_size=1004, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-hp.fdi", {st_mode=S_IFREG|0644, st_size=4436, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-battery.fdi", {st_mode=S_IFREG|0644, st_size=419, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-lenovo.fdi", {st_mode=S_IFREG|0644, st_size=3275, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-misc.fdi", {st_mode=S_IFREG|0644, st_size=16022, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-module-sony-laptop.fdi", {st_mode=S_IFREG|0644, st_size=1984, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/30-keymap-module-thinkpad-acpi.fdi", {st_mode=S_IFREG|0644, st_size=4078, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-cpufreq.fdi", {st_mode=S_IFREG|0644, st_size=266, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-dockstation.fdi", {st_mode=S_IFREG|0644, st_size=720, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-imac-backlight.fdi", {st_mode=S_IFREG|0644, st_size=1052, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-input-policy.fdi", {st_mode=S_IFREG|0644, st_size=795, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/10osvendor", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-wlan.fdi", {st_mode=S_IFREG|0644, st_size=1112, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/50-lomoco.fdi", {st_mode=S_IFREG|0644, st_size=8447, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-generic.so", <unfinished ...> >365 <... select resumed> ) = ? ERESTARTNOHAND (To be restarted) >365 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- >365 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- >365 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- >365 select(4, [3], NULL, NULL, {19, 671931} <unfinished ...> >366 <... stat resumed> {st_mode=S_IFREG|0755, st_size=10528, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi", {st_mode=S_IFREG|0644, st_size=587, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-cd-dvd-burner.fdi", {st_mode=S_IFREG|0644, st_size=1249, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-dell-rfkill-switch-bluetooth.fdi", {st_mode=S_IFREG|0644, st_size=1139, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-card-readers.fdi", {st_mode=S_IFREG|0644, st_size=5951, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/10-rfkill-switch.fdi", {st_mode=S_IFREG|0644, st_size=1767, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/10osvendor/20-hplip-devices.fdi", {st_mode=S_IFREG|0644, st_size=9547, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-gobi.so", {st_mode=S_IFREG|0755, st_size=14832, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-hso.so", {st_mode=S_IFREG|0755, st_size=27520, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-huawei.so", {st_mode=S_IFREG|0755, st_size=27432, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/10freedesktop/10-usb-music-players-libnjb.fdi", {st_mode=S_IFREG|0644, st_size=21663, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-mbm.so", {st_mode=S_IFREG|0755, st_size=27408, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-moto-c.so", {st_mode=S_IFREG|0755, st_size=14800, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-nokia.so", {st_mode=S_IFREG|0755, st_size=14800, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-novatel.so", {st_mode=S_IFREG|0755, st_size=14880, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-option.so", {st_mode=S_IFREG|0755, st_size=14912, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-sierra.so", {st_mode=S_IFREG|0755, st_size=14920, ...}) = 0 >366 stat("/usr/lib64/ModemManager/libmm-plugin-zte.so", {st_mode=S_IFREG|0755, st_size=19008, ...}) = 0 >366 stat("/usr/share/kbd", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/consolefonts", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/usr/share/kbd/consolefonts/lat9w-16.psfu.gz", {st_mode=S_IFREG|0644, st_size=1992, ...}) = 0 >366 stat("/usr/share/kbd/consoletrans", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/consoletrans/trivial", {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/amiga/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/amiga", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/atari", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/atari/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/azerty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/azerty/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/dvorak/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/dvorak", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/fgGIod/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/fgGIod", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/include/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include/compose.inc", {st_mode=S_IFREG|0644, st_size=278, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include/euro2.map.gz", {st_mode=S_IFREG|0644, st_size=201, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include/linux-keys-bare.inc", {st_mode=S_IFREG|0644, st_size=4346, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include/linux-with-alt-and-altgr.inc", {st_mode=S_IFREG|0644, st_size=743, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../include/qwertz-layout.inc", {st_mode=S_IFREG|0644, st_size=430, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/olpc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/olpc/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwerty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwerty/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/de-latin1.map.gz", {st_mode=S_IFREG|0644, st_size=912, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz", {st_mode=S_IFREG|0644, st_size=295, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/include/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../../include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/include/compose.latin1.add", {st_mode=S_IFREG|0644, st_size=520, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../../include/compose.latin1.add", {st_mode=S_IFREG|0644, st_size=520, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/include/compose.latin1", {st_mode=S_IFREG|0644, st_size=3889, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../../include/compose.latin1", {st_mode=S_IFREG|0644, st_size=3889, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/i386/qwertz/../../include/compose.latin1.cedilla", {st_mode=S_IFREG|0644, st_size=194, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/include/compose.latin1.cedilla", {st_mode=S_IFREG|0644, st_size=194, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac/all", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac/all/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac/include/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/mac/include", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/sun", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/kbd/keymaps/sun/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/zoneinfo/GMT", {st_mode=S_IFREG|0644, st_size=118, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", {st_mode=S_IFREG|0644, st_size=89, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service", {st_mode=S_IFREG|0644, st_size=89, ...}) = 0 >366 stat("/usr/share/cups/banners", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/cups/banners/unclassified", {st_mode=S_IFREG|0644, st_size=4685, ...}) = 0 >366 stat("/usr/share/cups/banners/topsecret", {st_mode=S_IFREG|0644, st_size=4678, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", {st_mode=S_IFREG|0644, st_size=103, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit.service", {st_mode=S_IFREG|0644, st_size=267, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service", {st_mode=S_IFREG|0644, st_size=171, ...}) = 0 >366 stat("/usr/share/cups/banners/classified", {st_mode=S_IFREG|0644, st_size=4679, ...}) = 0 >366 stat("/usr/share/cups/banners/confidential", {st_mode=S_IFREG|0644, st_size=4685, ...}) = 0 >366 stat("/usr/share/cups/banners/secret", {st_mode=S_IFREG|0644, st_size=4667, ...}) = 0 >366 stat("/usr/share/cups/banners/standard", {st_mode=S_IFREG|0644, st_size=4677, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.DeviceKit.Disks.service", {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service", {st_mode=S_IFREG|0644, st_size=92, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", {st_mode=S_IFREG|0644, st_size=112, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service", {st_mode=S_IFREG|0644, st_size=164, ...}) = 0 >366 stat("/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service", {st_mode=S_IFREG|0644, st_size=86, ...}) = 0 >366 stat("/usr/lib64/sasl2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/cups/notifier/mailto", <unfinished ...> >365 <... select resumed> ) = ? ERESTARTNOHAND (To be restarted) >365 --- SIGCONT (Continued) @ 0 (0) --- >365 select(4, [3], NULL, NULL, {18, 911386} <unfinished ...> >366 <... stat resumed> {st_mode=S_IFREG|0755, st_size=23224, ...}) = 0 >366 stat("/usr/lib64/cups/notifier/rss", {st_mode=S_IFREG|0755, st_size=19104, ...}) = 0 >366 stat("/usr/lib64/cups/notifier", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/alsa/alsa.conf", {st_mode=S_IFREG|0644, st_size=8967, ...}) = 0 >366 stat("/usr/lib64/sasl2/liblogin.so", {st_mode=S_IFREG|0755, st_size=18912, ...}) = 0 >366 stat("/usr/lib64/sasl2/libsasldb.so", {st_mode=S_IFREG|0755, st_size=22888, ...}) = 0 >366 stat("/usr/lib64/sasl2/libdigestmd5.so", {st_mode=S_IFREG|0755, st_size=52272, ...}) = 0 >366 stat("/usr/lib64/sasl2/libgssapiv2.so", {st_mode=S_IFREG|0755, st_size=31408, ...}) = 0 >366 stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/local/lib64", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/sasl2/libanonymous.so", {st_mode=S_IFREG|0755, st_size=18888, ...}) = 0 >366 stat("/usr/lib64/sasl2/libplain.so", {st_mode=S_IFREG|0755, st_size=18912, ...}) = 0 >366 stat("/usr/lib64/python2.6/lib-dynload", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//opt", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty/10-usb-music-players-libmtp.fdi", {st_mode=S_IFREG|0644, st_size=383701, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty/10-camera-libgphoto2.fdi", {st_mode=S_IFREG|0644, st_size=509786, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi", {st_mode=S_IFREG|0644, st_size=269421, ...}) = 0 >366 stat("/usr/share/hal/fdi/information/20thirdparty/10-wwan-quirk.fdi", {st_mode=S_IFREG|0644, st_size=3300, ...}) = 0 >366 stat("//windows", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/windows", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/gio/modules/libgioremote-volume-monitor.so", {st_mode=S_IFREG|0755, st_size=81216, ...}) = 0 >366 stat("/usr/lib64/gio/modules/libgiofam.so", {st_mode=S_IFREG|0755, st_size=14600, ...}) = 0 >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/__init__.py", {st_mode=S_IFREG|0644, st_size=5638, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/aliases.py", {st_mode=S_IFREG|0644, st_size=14721, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/ascii.py", {st_mode=S_IFREG|0644, st_size=1248, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/ascii.pyc", {st_mode=S_IFREG|0644, st_size=2281, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/aliases.pyc", {st_mode=S_IFREG|0644, st_size=8701, ...}) = 0 >366 stat("/usr/lib64/python2.6/encodings/__init__.pyc", {st_mode=S_IFREG|0644, st_size=4416, ...}) = 0 >366 stat("/usr/lib64/python2.6/plat-linux2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/gio/modules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/gio/modules/libgiogconf.so", {st_mode=S_IFREG|0755, st_size=10440, ...}) = 0 >366 stat("/usr/lib64/gio/modules/libgvfsdbus.so", {st_mode=S_IFREG|0755, st_size=173264, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi", {st_mode=S_IFREG|0644, st_size=1024, ...}) = 0 >366 stat("/usr/lib64/ModemManager", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-suse.so", {st_mode=S_IFREG|0755, st_size=40168, ...}) = 0 >366 stat("/usr/lib64/NetworkManager/libnm-settings-plugin-keyfile.so", {st_mode=S_IFREG|0755, st_size=40592, ...}) = 0 >366 stat("/root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("//root", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 >366 stat("/usr/lib64/bluetooth/plugins/netlink.so", {st_mode=S_IFREG|0755, st_size=10456, ...}) = 0 >366 stat("/usr/lib64/bluetooth/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/opt/cisco/vpn/.anyconnect_global", {st_mode=S_IFREG|0644, st_size=464, ...}) = 0 >366 stat("/opt/cisco/vpn/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/opt/cisco/vpn/profile/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/opt/cisco/vpn/bin/vpnagentd", {st_mode=S_IFREG|S_ISUID|0755, st_size=1419372, ...}) = 0 >366 stat("/opt/cisco/vpn/lib/libssl.so.0.9.8", {st_mode=S_IFREG|0755, st_size=222300, ...}) = 0 >366 stat("/opt/cisco/vpn/lib/libcrypto.so.0.9.8", {st_mode=S_IFREG|0755, st_size=1149892, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/20thirdparty/10-wwan-hso-preprobe.fdi", {st_mode=S_IFREG|0644, st_size=977, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/20thirdparty/10-linuxwacom.fdi", {st_mode=S_IFREG|0755, st_size=2172, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/20thirdparty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/preprobe/20thirdparty", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/20thirdparty/20-libgpod-sysinfo-extended.fdi", {st_mode=S_IFREG|0644, st_size=440, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/20thirdparty/11-mouse.fdi", {st_mode=S_IFREG|0644, st_size=3625, ...}) = 0 >366 stat("/usr/share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi", {st_mode=S_IFREG|0644, st_size=348, ...}) = 0 >366 stat("/usr/lib/hal/hal-storage-cleanup-all-mountpoints", {st_mode=S_IFREG|0755, st_size=19104, ...}) = 0 >366 stat("/usr/lib/hal/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/usr/lib/crda/regulatory.bin", {st_mode=S_IFREG|0644, st_size=3108, ...}) = 0 >366 stat("/usr/share/smartmontools/drivedb.h", {st_mode=S_IFREG|0644, st_size=32885, ...}) = 0 >366 stat("//home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("/windows/D", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >366 stat("//../../include", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//../include", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//.cups/client.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//.cupsrc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//.i18n", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///block\\x2f8:8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bsg\\x2f0:0:0:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f001\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f001\\x2f003", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f002\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f003\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f004\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f004\\x2f002", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f005\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f006\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f006\\x2f002", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f007\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///bus\\x2fusb\\x2f008\\x2f001", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:144", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:227", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:228", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:231", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:61", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:62", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f10:63", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:32", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:33", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:63", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:65", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f13:66", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:128", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:256", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:384", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:385", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:512", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:640", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:641", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:768", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f189:896", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:11", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:12", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f1:9", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f202:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f202:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f203:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f203:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f252:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f253:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f254:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:10", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:11", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:12", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:13", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:14", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:15", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:16", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:17", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:18", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:19", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:20", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:21", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:22", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:23", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:24", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:25", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:26", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:27", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:28", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:29", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:30", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:31", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:32", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:33", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:34", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:35", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:36", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:37", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:38", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:39", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:40", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:41", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:42", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:43", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:44", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:45", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:46", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:47", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:48", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:49", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:50", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:51", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:52", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:53", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:54", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:55", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:56", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:57", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:58", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:59", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:60", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:61", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:62", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:63", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:65", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:66", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:67", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:68", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:69", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:70", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:71", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f4:9", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f5:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f5:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f5:2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f7:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f7:1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f7:128", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///char\\x2f7:129", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///console", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///cpu\\x2f0\\x2fcpuid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///cpu\\x2f0\\x2fmsr", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///cpu\\x2f1\\x2fcpuid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///cpu\\x2f1\\x2fmsr", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///cpu_dma_latency", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///db", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fata-HITACHI_HTS543225L9SA00_080918FB0E32LKGTY0RA-part8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-id\\x2fscsi-SATA_HITACHI_HTS5432080918FB0E32LKGTY0RA-part8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-label\\x2fLenovo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-label\\x2fSERVICEV003", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-label\\x2fSW_Preload", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-path\\x2fpci-0000:00:1f.2-scsi-0:0:0:0-part8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2f282611162610E71A", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2f4481fbde-7aaa-412d-9406-c0872efdecf3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2f50940B39940B20D8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2f794E98DF08FF6B46", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2f91d9fc3f-7b4a-4bd1-8267-dbe1427ee80c", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2fDAB80DEEB80DC9C9", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///disk\\x2fby-uuid\\x2fb9db7b96-518f-4dd7-a7e3-b8f6d79a5ff3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///dmz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///eth0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ext", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///full", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///hidraw0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///hpet", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-id\\x2fusb-Logitech_USB-PS_2_Optical_Mouse-event-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-id\\x2fusb-Logitech_USB-PS_2_Optical_Mouse-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-path\\x2fpci-0000:00:1d.0-usb-0:1:1.0-event-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-path\\x2fpci-0000:00:1d.0-usb-0:1:1.0-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-path\\x2fplatform-i8042-serio-0-event-kbd", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-path\\x2fplatform-i8042-serio-1-event-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fby-path\\x2fplatform-i8042-serio-1-mouse", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fevent0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fevent1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fevent2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fmice", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fmouse0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///input\\x2fmouse1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///int", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///interfaces", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///kmem", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///kmsg", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///mcelog", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///mem", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///names", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///network_latency", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///network_throughput", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///null", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///nvram", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///oldmem", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///pan0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///port", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///psaux", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ptmx", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///random", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///rtc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///rtc0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///rules.d", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///sda8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///snapshot", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///status", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty10", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty11", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty12", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty13", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty14", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty15", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty16", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty17", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty18", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty19", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty20", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty21", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty22", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty23", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty24", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty25", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty26", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty27", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty28", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty29", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty30", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty31", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty32", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty33", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty34", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty35", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty36", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty37", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty38", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty39", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty40", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty41", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty42", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty43", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty44", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty45", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty46", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty47", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty48", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty49", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty50", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty51", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty52", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty53", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty54", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty55", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty56", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty57", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty58", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty59", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty60", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty61", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty62", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty63", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty8", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///tty9", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS4", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///ttyS7", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///urandom", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///vcs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///vcs1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///vcsa", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///vcsa1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///watch", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///wlan0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///wmaster0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///zero", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("///zones", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//bin/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//boot/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//compose", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//compose.latin1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//compose.latin1.add", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//de-latin1.map", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//dev/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//etc/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//euro2.map", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//home/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//lat9w-16.psfu", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//lib/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//lib64/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//linux-keys-bare", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//linux-with-alt-and-altgr", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//lost+found/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//media/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//mnt/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//opt/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//proc/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//qwertz-layout", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//root/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//sbin/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//selinux/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//srv/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//sys/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//tmp/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//trivial", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//usr/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//var/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("//windows/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/adjtimex", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/amixer", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/checkproc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/cmp", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/cut", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/fdisk", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/find", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/fsck", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/hal-find-by-capability", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/hald-runner", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/id", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/killall", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/killproc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/locale", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/modprobe", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/perl", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/showconsole", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/start_daemon", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/startpar", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/startproc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/swapon", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/sysctl", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/tac", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/udevadm", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/vlock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/bin/xargs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/de-latin1-nodeadkeys.map.gz", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/NetworkManager/system-connections/System", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/SuSEconfig/profile", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/adjtime", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/apparmor/apparmor.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/bluetooth/audio.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/bluetooth/input.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/bluetooth/network.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/bluetooth/serial.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/classes.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/passwd.md5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/printers.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/ssl/server.crt", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/ssl/server.key", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/cups/subscriptions.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/dbus-1/system-local.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/e2fsck.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/eventlog.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/init.d/after.local", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/init.d/before.local", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/init.d/functions", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/init.d/rcN.d", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/issue-SuSE-first-run", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/libvirt/lxc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/libvirt/qemu/networks/autostart/default.xml", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/libvirt/secrets", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/libvirt/storage", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/libvirt/uml", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/mandrake-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/modprobe.conf", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/rc.config", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/rc.d/init.d/functions", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/redhat-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/resolv.conf.UkkNd5", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/resolv.conf.vpnbackup", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/scsi_id.config", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/sensors.d", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/slackware-version", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/sysconfig/network/ifcfg-cscotun0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/sysconfig/network/ifcfg-pan0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/sysconfig/network/ifcfg-wmaster0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/tinysofa-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/trustix-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/whitebox-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/yellowdog-release", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/etc/yp.conf.oRf3Ch", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/fastboot", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/forcefsck", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib/bootcycle/stats", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib/firmware/2.6.31.5-0.1-default/iwlwifi-5000-2.ucode", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib/firmware/updates/2.6.31.5-0.1-default/iwlwifi-5000-2.ucode", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib/firmware/updates/iwlwifi-5000-2.ucode", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib/modules/preferred", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/tls", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/tls/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/tls/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/tls/x86_64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/lib64/x86_64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/media/.hal-mtab", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/VirtualBox/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn.anyconnect_global", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/bin/routechangesv4.bin", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/bin/routechangesv6.bin", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/debugroutes", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/i686", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/i686/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/i686/sse2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/i686/sse2/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libc.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libdl.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libm.so.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libnspr4.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libnssutil3.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libplc4.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libplds4.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libpthread.so.0", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/libz.so.1", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/sse2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/sse2/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/i686", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/i686/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/i686/sse2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/i686/sse2/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/sse2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/opt/cisco/vpn/lib/tls/sse2/libxml2.so.2", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/org/kernel/dm/multipath_event", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/org/xen/xend/udev_event", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/root/proc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/awk", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/cmp", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/cut", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/find", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/getcfg", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/grep", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/hal-find-by-capability", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/hald-runner", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/id", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/killall", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/locale", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mkdir", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.binfmt_misc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.debugfs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.devpts", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.ext3", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.fusectl", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.proc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.securityfs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.sysfs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/mount.tmpfs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/perl", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/portmap", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/rm", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/rsyslogd", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/sort", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/stty", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/tac", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/vlock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/sbin/xargs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/Modules/Setup", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/hald-runner", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/lib64/python2.6/lib-dynload", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/lib64/python2.6/os.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/lib64/python2.6/os.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/bin/vlock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/firefox/libnss3.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/firefox/libnss3.so.1d", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_ADDRESS", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_COLLATE", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_CTYPE", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_IDENTIFICATION", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_MEASUREMENT", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_MESSAGES", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_MONETARY", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_NAME", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_NUMERIC", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_PAPER", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_TELEPHONE", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/locale/en_US.UTF-8/LC_TIME", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/perl5/5.10.0/strict.pmc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/strict.pm", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/perl5/5.10.0/x86_64-linux-thread-multi/strict.pmc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python2.6/site-packages/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/python26.zip", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/site-python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib/virtualbox/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/dav_svn", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/dav_svn.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/libdav_svn", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/libdav_svn.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/libpython", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/libpython.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/mod_dav_svn", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/mod_dav_svn.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/mod_python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/mod_python.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/apache2-prefork/python.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/charset.alias", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/UserDict", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/UserDict.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/UserDictmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/_abcoll", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/_abcoll.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/_abcollmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/abc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/abc.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/abcmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/codecs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/codecs.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/codecsmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/copy_reg", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/copy_reg.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/copy_regmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__builtin__", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__builtin__.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__builtin__.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__builtin__.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__builtin__module.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__init__", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__init__.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/__init__module.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/aliases", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/aliases.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/aliasesmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/ascii", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/ascii.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/asciimodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/codecs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/codecs.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/codecs.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/codecs.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/codecsmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/encodings", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/encodings.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/encodings.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/encodings.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/encodings/encodingsmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/genericpath", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/genericpath.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/genericpathmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-dynload/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-old", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/lib-tk/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/linecache", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/linecache.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/linecachemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/os", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/os.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/osmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/plat-linux2/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/posixpath", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/posixpath.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/posixpathmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/Numeric/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/PIL/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/gtk-2.0/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site-packages/wx-2.8-gtk2-unicode/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/site.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitecustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitecustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitecustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitecustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitecustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/sitemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/stat", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/stat.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/statmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/types", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/types.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/typesmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/usercustomize", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/usercustomize.py", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/usercustomize.pyc", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/usercustomize.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/usercustomizemodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/warnings", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/warnings.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/python2.6/warningsmodule.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libanonymous.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libcrammd5.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libdigestmd5.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libgssapiv2.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/liblogin.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libplain.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/sasl2/libsasldb.la", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/site-python", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/tls", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/tls/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/tls/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/tls/x86_64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/x86_64", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/x86_64/VBoxXPCOMC.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libip6t_forward_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libip6t_input_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libip6t_reject_func.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libipt_forward_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libipt_input_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libipt_reject_func.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_LOG.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_REJECT.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_forward_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_icmp.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_icmp6.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_input_ext.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/lib64/xtables/libxt_reject_func.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/bin/amixer", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/bin/cat", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/bin/mkdir", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/bin/uname", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/firefox/libnss3.so", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/firefox/libnss3.so.1d", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/lib/crda/regulatory.bin", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/lib/python2.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/lib/python2.6/site-packages", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/lib64/python2.6", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/lib64/python2.6/site-packages", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/share/dbus-1/system-services", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/share/dbus-1/system-services/org.freedesktop.ModemManager.service", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/local/share/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/acpidump", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/awk", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/grep", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/hald-runner", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/perl", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/stty", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/sbin/vlock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-bundle/en/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-bundle/en/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-bundle/en_US/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-bundle/en_US/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-langpack/en/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-langpack/en/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-langpack/en_US/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale-langpack/en_US/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale/C/cups_C.po", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale/en/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale/en/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale/en_US/LC_MESSAGES/bash.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lib/YaST2/reconfig_system", <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {17, 80667}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4 >365 read(4, "boot.cleanup", 19) = 12 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999894}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 6 >365 read(6, "boot.cycle", 19) = 10 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999647}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 7 >365 read(7, "boot.fuse", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999842}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 8 >365 read(8, "boot.klog", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999742}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 9 >365 read(9, "boot.proc", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999827}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 10 >365 read(10, "boot.scpm", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999742}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 11 >365 read(11, "boot.swap", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... stat resumed> 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lib/scpm/journal/jobs", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lib/scpm/journal/lock", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/blogd.pid", {st_mode=S_IFREG|0644, st_size=4, ...}) = 0 >366 stat("/var/run/netconfig.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/netconfig//NetworkManager.netconfig", {st_mode=S_IFREG|0644, st_size=42, ...}) = 0 >366 open("/var/lib/scpm/scdb/scdb.db", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=49505, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/var/adm/netconfig/md5//etc/resolv.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=42, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/var/adm/netconfig/md5//etc/yp.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=42, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/network/dhcp", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=6265, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/resolv.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=807, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/boot", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1389, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.scpm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=1554, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.cleanup", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=3013, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.klog", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=1781, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.proc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=1615, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.swap", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=2947, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/group", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=657, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/sysctl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=2114, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/kernel", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=2240, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/network/config", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=10802, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.cycle", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=2029, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/passwd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1522, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/init.d/boot.fuse", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=1590, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/bootloader", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1455, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/fstab", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1117, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/scpm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1950, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/mtab", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=426, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/nsswitch.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=1224, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/SuSE-release", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/yp.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=779, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/netconfig.d//dns-bind", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=6878, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/netconfig.d//dns-dnsmasq", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=6771, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/netconfig.d//dns-resolver", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=7955, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/netconfig.d//nis", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=13168, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/netconfig.d//ntp-runtime", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=6442, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/etc/sysconfig/network/scripts/functions.netconfig", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=10149, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/fdisk", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=95376, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 98304, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/klogd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31688, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/blogd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0700, st_size=35928, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/killproc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=40688, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/showconsole", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0700, st_size=31728, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/swapon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=23600, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/sbin/netconfig", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=11301, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libuuid.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=19112, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libacl.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31464, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libgcc_s.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=92648, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 94208, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libattr.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0644, st_size=18944, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libm.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=346560, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 348160, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libnsl.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=89240, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libnss_compat.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31800, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libnss_files.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=51896, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libnss_nis.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=43736, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/lib64/libblkid.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=85056, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/chmod", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=47928, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/chown", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=52088, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/dd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=48064, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/md5sum", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31472, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/mkdir", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31528, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/mktemp", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=31552, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/mv", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=85296, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 open("/bin/readlink", O_RDONLY|O_NONBLOCK|O_NOATIME) = 12 >366 fcntl(12, F_SETFL, O_RDONLY) = 0 >366 fstat(12, {st_mode=S_IFREG|0755, st_size=35584, ...}) = 0 >366 ioctl(12, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(12, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(12) = 0 >366 sendto(6, "ok", 2, 0, NULL, 0) = 2 >366 close(6) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 sendto(11, "ok", 2, 0, NULL, 0) = 2 >366 close(11) = 0 >366 open("/bin/mount", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|S_ISUID|0755, st_size=86456, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/bin/nisdomainname", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0555, st_size=10800, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/bin/sed", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=60944, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 61440, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/bin/awk", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=298856, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 299008, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 768434}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 9 >365 read(9, "boot.sysctl", 19) = 11 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 close(6) = 0 >366 sendto(7, "ok", 2, 0, NULL, 0) = 2 >366 close(7) = 0 >366 open("/usr/sbin/scpm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|S_ISUID|S_ISGID|0755, st_size=118304, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 16384, 102400, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 close(6) = 0 >366 open("/usr/sbin/klogconsole", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0700, st_size=6488, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 sendto(8, "ok", 2, 0, NULL, 0) = 2 >366 close(8) = 0 >366 open("/usr/bin/find", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=160400, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 163840, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 close(6) = 0 >366 open("/usr/bin/xargs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=43768, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 sendto(4, "ok", 2, 0, NULL, 0) = 2 >366 close(4) = 0 >366 open("/usr/lib64/libscpm.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1025864, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libmhash.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=178680, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 4096, 135168, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 open("/usr/lib64/libstdc++.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... open resumed> ) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1019640, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 fadvise64(7, 0, 98304, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 fadvise64(6, 139264, 36864, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 98304, 196608, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 176128, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 16384, 36864, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 fadvise64(4, 53248, 135168, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 188416, 81920, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 294912, 385024, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 679936, 36864, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 270336, 221184, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 716800, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 491520, 475136, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 966656, 57344, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 1024000, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(7, 737280, 57344, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 794624, 36864, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 831488, 188416, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(10, "ok", 2, 0, NULL, 0) = 2 >366 close(10) = 0 >366 stat("/var/lib/YaST2/run_suseconfig", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lib/YaST2/runme_at_boot", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lib/apache2/.local/lib/python2.6/site-packages", <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999995}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 4 >365 read(4, "boot.ldconfig", 19) = 13 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 6 >365 read(6, "boot.udev_retry", 19) = 15 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... stat resumed> 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 open("/etc/init.d/boot.ldconfig", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1159, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/init.d/boot.sysctl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1081, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysctl.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=501, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/sysconfig/clock", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=1054, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/init.d/boot.udev_retry", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=783, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/sysctl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0555, st_size=14824, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 sendto(4, "ok", 2, 0, NULL, 0) = 2 >366 close(4) = 0 >366 sendto(6, "ok", 2, 0, NULL, 0) = 2 >366 close(6) = 0 >366 stat("/var/lib/hardware/cmdline", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lock/SuSEfirewall2.booting", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lock/SuSEfirewall2.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/lock/subsys/earlysyslog", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/log/daemon.log", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/log/kern.log", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/override/interfaces/eth0/zone", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/override/interfaces/pan0/zone", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/override/interfaces/wlan0/zone", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/SuSEfirewall2/override/interfaces/wmaster0/zone", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/cupsd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/do_confirm", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/do_fastboot", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/ifplugd.cscotun0.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/irqbalance.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/no_blogd", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/nscd/dbnEkKlm", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/numlock-on", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/rpcbind.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/setleds-on", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/run/smartd.pid", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/allow", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/allow.rpmorig", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/allow.rpmsave", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/deny", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/deny.rpmorig", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/cron/deny.rpmsave", 0x7faf5e795010) = -1 ENOENT (No such file or directory) >366 stat("/var/spool/postfix/pid/master.pid", <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 795157}) >366 <... stat resumed> 0x7faf5e795010) = -1 ENOENT (No such file or directory) >365 accept(3, <unfinished ...> >366 open("/usr/share/gvfs/remote-volume-monitors/gdu.monitor", O_RDONLY|O_NONBLOCK|O_NOATIME <unfinished ...> >365 <... accept resumed> {sa_family=AF_FILE, NULL}, [2]) = 4 >366 <... open resumed> ) = 6 >365 read(4, <unfinished ...> >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >365 <... read resumed> "boot.ipconfig", 19) = 13 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=123, ...}) = 0 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/init.d/boot.ipconfig", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=3453, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(4, "ok", 2, 0, NULL, 0) = 2 >366 close(4) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/share/gvfs/remote-volume-monitors/gphoto2.monitor", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=115, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/gvfs/remote-volume-monitors/hal.monitor", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=123, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/lib/smartmontools/smartd.HITACHI_HTS543225L9SA00-080918FB0E32LKGTY0RA.ata.state", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1517, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/lib/hardware/hd.ids", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=50767, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/lib/hardware/udi/rdCR.lZF+r4EgHp4", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=275, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/lib/syslog-ng/syslog-ng.persist", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/lib/misc/random-seed", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0600, st_size=512, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/run/utmp", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0664, st_size=768, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/cache/hald/fdi-cache", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1774976, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/var/lib/bluetooth/00:22:68:E4:39:E3/names", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=24, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 196608, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/lib/bluetooth/00:22:68:E4:39:E3/sdp", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=3588, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/lib/bluetooth/00:22:68:E4:39:E3/linkkeys", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0600, st_size=55, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/lib/bluetooth/00:22:68:E4:39:E3/profiles", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=425, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/lib/bluetooth/00:22:68:E4:39:E3/config", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=65, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 196608, 516096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/run/nscd/passwd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 712704, 1044480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 1757184, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(6, 4096, 212992, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/var/run/nscd/group", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 217088, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/run/nscd/services", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0600, st_size=217016, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 217088, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/var/run/ConsoleKit/database", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0600, st_size=269, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/sbin/nm-system-settings", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=81928, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/cups", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=431, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1075, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/smartd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=16291, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/smart_drivedb.h", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=91, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/smartd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6627, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/vpnclient_init", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=2961, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/libvirtd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1588, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sasl2//libvirt.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1161, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/ConsoleKit/seats.d/00-primary.seat", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/ConsoleKit.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=7305, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/56-sane-backends-autoconfig.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=32764, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/stoppreload", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=721, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/71-multipath.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=182, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/sound", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1188, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/host.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=370, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/auditd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=961, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/protocols", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=23232, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/cups/client.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=2777, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 12288, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/services", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=764360, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 765952, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=632, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/bluetooth.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=857, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/bluez-coldplug", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=761, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-bluetooth.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=128, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/apache2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9610, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/krb5.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=297, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/splash", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=3066, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/modprobe.d/50-ipw2200.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/modprobe.d/50-prism54.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=18, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/udev/rules.d/99-iwlwifi-led.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/sysconfig/keyboard", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=2958, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/boot.clock", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=4871, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/boot.loadmodules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=1017, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/boot.localfs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=9986, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/boot.rootfsck", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=5248, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/random", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=1785, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/rc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10540, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/apache2/mime.types", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=12953, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/profile.d/lang.sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=1617, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/rc.splash", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=2700, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/sysconfig/postfix", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=13921, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/sysconfig/ssh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=162, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/splash_early", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=460, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.PolicyKit.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=464, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/51-hso-udev.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=11592, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/sysconfig/bootsplash", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=497, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/boot.local", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0744, st_size=395, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.share.git-web.gitweb.cgi", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=499, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/crontab", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=255, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/cron", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0744, st_size=4388, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/syslog", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=994, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/99-local.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=47, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/10-unsupported-modules.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=532, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/51-gpsd.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=920, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/70-persistent-cd.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1308, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/pulseaudio-system.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1408, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/NetworkManager/nm-system-settings.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/NetworkManager.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2697, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/nm-avahi-autoipd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/nm-dhcp-client.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=455, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/nm-dispatcher.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=465, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/nm-system-settings.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=702, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.gnome.ClockApplet.Mechanism.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=591, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/fbset", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=5402, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/boot.device-mapper", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0744, st_size=758, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.gnome.GConf.Defaults.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=570, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cups/yes/remote.cache", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=76, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cups/yes/job.cache", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=85, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-nvidia.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=86, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/base", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3716, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/bash", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1565, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/consoles", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=853, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/kerberosclient", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1045, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/mdns", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=483, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/nameservice", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2403, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/nis", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=573, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/perl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=707, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/ssl_certs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=493, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/winbind", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=656, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/abstractions/xad", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=933, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/bin.ping", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/defkeymap.map", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=36420, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/sbin.klogd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=788, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/sbin.syslog-ng", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1130, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/sbin.syslogd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1087, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/tunables/global", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=579, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/tunables/home", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=875, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/tunables/ntpd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=593, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/tunables/proc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=491, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.avahi-daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=696, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.identd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=842, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.mdnsd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=853, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.ntpd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1861, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.traceroute", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=724, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/00-system.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2873, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/wpa_supplicant.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1162, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/bluetooth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3844, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/irq_balancer", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=3022, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/52-irda.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=268, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/SuSEfirewall2_init", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1505, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/postfix", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=5402, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/postfix/dynamicmaps.cf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=449, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/SuSEfirewall2_setup", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1618, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/rpcbind", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1793, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/scripts/SuSEfirewall2-batch", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sensors3.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6845, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/asound.state", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3595, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.ModemManager.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=413, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/scripts/SuSEfirewall2-rpcinfo", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3733, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/dnsmasq.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/nfs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1684, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cups/mime.convs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4776, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cups/mime.types", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6536, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/cups.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=460, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/cups", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=4852, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cups/cupsd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=4238, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/smartmontools", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=593, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/initscript", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=4044, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/40-lomoco.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2230, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/java-binfmt-misc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10654, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/xendomains", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5165, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/51-usb-modeswitch.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2658, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/vpnagentd_init", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1153, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/.depend.start", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1888, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/.depend.stop", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=978, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/70-persistent-net.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=818, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3000, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/dbus", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=3267, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/hal.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2575, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cron.d/smolt", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=268, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/haldaemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6412, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/SuSEfirewall2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=36001, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/init.d/earlysyslog", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0754, st_size=2171, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/syslog", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0754, st_size=6081, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 16384, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/60-pcmcia.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1060, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/netconfig", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=768, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/55-hpmud.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=12065, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/ssh/ssh_host_dsa_key", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0600, st_size=668, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/ssh/ssh_host_rsa_key", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0600, st_size=883, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/56-hpmud_support.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=495, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/70-printers.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=450, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/sshd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=3861, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/ssh/sshd_config", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=3902, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.PackageKit.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1035, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/syslog-ng/syslog-ng.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6962, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/kbd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=12221, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/nm-applet.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1976, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/alsasound", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=5701, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/40-alsa.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=357, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/console", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2982, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/boot.udev", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=2271, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/audisp/audispd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=210, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/audisp/plugins.d/af_unix.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=359, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/audisp/plugins.d/syslog.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=214, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/audit/audit.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=373, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/audit/auditd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0640, st_size=600, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/auditd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6933, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/acpi/events/power_button", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=87, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/acpi/events/thinkpad", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=122, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/acpid", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0744, st_size=3634, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-thinkpad_acpi.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=398, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/60-wacom.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=7098, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/irqbalance", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=938, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/avahi/avahi-daemon.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1604, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/avahi/hosts", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1130, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/avahi/services/sftp-ssh.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1113, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/avahi/services/ssh.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1086, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/avahi-dbus.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1001, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/avahi-daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1217, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/default/nss", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1685, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/gai.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2689, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/ulimit", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9309, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/logitech_mouse", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=316, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/issue", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/70-kpartx.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1376, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/apache2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0744, st_size=10581, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apparmor.d/usr.sbin.nscd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1246, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/nscd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=3279, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-sound.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=124, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/nscd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2144, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/ksysguardd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=3487, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/ksysguarddrc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1127, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/network", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=29460, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/udev/rules.d/51-lirc.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=571, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/network-remotefs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=2599, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-blacklist.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5890, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/hosts", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=719, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/77-network.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1232, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/81-mount.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=664, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/cron.d/novell.com-suse_register", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=58, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/modprobe.d/50-ipv6.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=22, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/postfix/master.cf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4006, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/slp.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9053, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/dbus-1/system.d/org.freedesktop.DeviceKit.Disks.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=973, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 4096, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/slp.spi", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2707, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/sysconfig/rpcbind", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=172, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/postfix/main.cf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=27728, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/xend", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=2728, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/init.d/xendomains", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=8846, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/udev/rules.d/55-libsane.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=127861, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/modprobe.d/xen_loop.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/udev/rules.d/40-xen.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=750, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 4096, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/udev/rules.d/40-xend.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=218, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/init.d/nfs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0744, st_size=7208, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/etc/apparmor/subdomain.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=2031, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/etc/init.d/boot.apparmor", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=2910, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(6, 4096, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/cups/pdftoraster.convs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=1339, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/etc/cups/pstoraster.convs", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=946, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 12288, 118784, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/dbus-1/system.d/NetworkManager-kde4.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1185, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/bluetooth/main.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1917, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/conf.d/gitweb.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=225, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/default-server.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3649, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/conf.d/subversion.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2852, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/errors.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2765, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/httpd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8323, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_autoindex-defaults.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1503, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_info.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=369, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_log_config.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1057, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_mime-defaults.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5075, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_status.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=344, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_userdir.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1255, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/mod_usertrack.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=85, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/server-tuning.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4648, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/ssl-global.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2957, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/uid.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=22, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/conf.d/viewvc.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1509, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/listen.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1053, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2/mod_python.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1655488, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 1658880, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/sysconfig.d/global.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=255, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_actions.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_alias.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_asis.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10520, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_auth_basic.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_authn_file.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_authz_default.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6448, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_authz_groupfile.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10704, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_authz_host.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_authz_user.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10568, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_autoindex.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=35656, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_dav.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=93512, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 94208, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_dir.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10600, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_imagemap.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_include.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43784, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_log_config.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27384, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_mime.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=18952, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_negotiation.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=31536, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_setenvif.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14760, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_status.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23048, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_userdir.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10632, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/sysconfig.d/include.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=150, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2/mod_dav_svn.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=156536, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 159744, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/apache2-prefork/mod_cgi.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27496, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/apache2/find_mpm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1196, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/apache2/get_includes", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1212, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/apache2/get_module_list", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=4869, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/apache2/load_configuration", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=189, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/libvirt/libvirtd.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9660, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/libvirt/lxc.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=534, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/libvirt/qemu.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5389, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/libvirt/qemu/networks/default.xml", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=282, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/SuSEfirewall2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=65440, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/sbin//crda", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=14888, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 57344, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/mingetty", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23456, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/ip", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=222576, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 225280, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/adjtimex", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=40360, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/blkid", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=19056, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/fsck", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27672, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/hwclock", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43800, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/syslog-ng", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=359576, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/sbin/ethtool", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=115104, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 61440, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 118784, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/insmod", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 61440, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/modinfo", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=31896, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/modprobe", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=57272, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 57344, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/audispd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0750, st_size=101344, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 86016, 212992, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 102400, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/auditctl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0750, st_size=121712, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 122880, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/auditd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0750, st_size=175664, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/sbin/fsck.ext3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=186384, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 open("/sbin/acpid", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0750, st_size=23368, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 65536, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/sbin/rpcbind", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=56520, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 57344, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 65536, 122880, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/checkproc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=36560, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/preload", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=119275, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/preload-client", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=6512, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/isserial", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0700, st_size=6424, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/bin/pidof", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=19104, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/startpar", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=31640, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/start_daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=49104, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(6, 167936, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/sbin/ifdown", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=38897, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 299008, 61440, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/udevd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=126304, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 126976, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/sbin/apparmor_parser", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=777240, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 208896, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(4, 208896, 569344, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/python2.6/site-packages/wx.pth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=55, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hal-system-power-pm-is-supported", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10616, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-addon-acpi", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14968, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-addon-cpufreq", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=35848, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-addon-input", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27432, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-addon-leds", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23336, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-addon-rfkill-killswitch", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23344, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-probe-input", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10680, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-probe-serial", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10624, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-probe-storage", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=39808, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-probe-video4linux", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10720, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-probe-volume", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/hal/hald-runner", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=19208, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libz.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=88640, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libgpg-error.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14440, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libcap.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=18984, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libdevmapper.so.1.02", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0555, st_size=101808, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 102400, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libnss_mdns.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14648, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libwrap.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=42016, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libnl.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=336080, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 339968, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libgssglue.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=39744, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libkeyutils.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10336, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libcom_err.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14720, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libpam.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=51912, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libudev.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=51952, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libdaemon.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27208, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libdbus-1.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=261760, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 open("/lib64/libtirpc.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=156112, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 94208, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 94208, 65536, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/lib64/libevtlog.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=18928, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 8192, 253952, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib64/libgcrypt.so.11", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=491104, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 139264, POSIX_FADV_WILLNEED) = 0 >366 open("/lib64/libcrypt.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=51672, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/lib64/libresolv.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=80896, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 81920, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/lib64/libutil.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10824, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/lib64/libaudit.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=105032, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 106496, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/lib64/libntfs-3g.so.54", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=273120, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/lib64/libnet.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=92840, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 20480, 253952, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(7, 8192, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/lib64/libexpat.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=166144, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 139264, 352256, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/basename", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23184, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/ln", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43840, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/ls", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=97864, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 98304, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/mknod", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27320, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/sleep", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23208, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/sort", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=89544, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/uname", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27320, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=606832, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 610304, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/lsmod", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6488, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/gzip", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=68432, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 69632, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/dbus-daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=326888, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 327680, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/dumpkeys", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=78048, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 81920, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/kbd_mode", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10624, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/loadkeys", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=103040, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 106496, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/bin/setfont", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=35792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/etc/apache2/sysconfig.d/loadmodule.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2098, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/gconv/ISO8859-1.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10376, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/gconv/gconv-modules.cache", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=26050, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/libc.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1430104, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 1433600, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/libdl.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=14016, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/libm.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=165924, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/libpthread.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=120692, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 122880, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/bluetooth.sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=187, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/97-bluetooth-hid2hci.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3407, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/97-bluetooth-serial.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2283, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/97-bluetooth.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=177, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/iwlwifi-led.sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=286, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/libz.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=75416, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 77824, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/56-idedma.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=145, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/85-regulatory.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=222, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/90-pulseaudio.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1207, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/77-mm-ericsson-mbm.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=866, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/77-mm-zte-port-types.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4195, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/40-libgphoto2.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=113028, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 114688, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/64-lvm2.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=621, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/lomoco.sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=369, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/lsb/init-functions", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0444, st_size=697, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/dbus-1/dbus-daemon-launch-helper", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|S_ISUID|0750, st_size=47616, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/90-hal.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=83, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/ata_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=18960, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/edd_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23096, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/firmware.sh", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=727, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/fstab_import", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=18976, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/keymap", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=47528, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/keymaps/module-lenovo", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=408, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/path_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43728, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/pci-db", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=39616, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/50-firmware.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=172, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/50-udev-default.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4788, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-cdrom_id.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=249, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-alsa.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=676, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-input.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2235, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-serial.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=893, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-storage-tape.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1450, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-storage.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4810, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/60-persistent-v4l.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=789, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/61-mobile-action.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=387, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/61-option-modem-modeswitch.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4172, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/61-persistent-storage-edd.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=532, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/64-device-mapper.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1012, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/64-md-raid.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1907, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/70-acl.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1745, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/70-hid2hci.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1399, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/75-cd-aliases-generator.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=462, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/75-net-description.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/75-persistent-net-generator.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3692, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/75-tty-description.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=658, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/78-sound-card.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4799, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/79-fstab_import.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=137, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/80-drivers.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=647, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/95-keymap.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6472, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/95-udev-late.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/scsi_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=35984, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/udev-acl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43880, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/usb_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=43744, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/v4l_id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6456, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/devkit-disks-part-id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=27408, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/devkit-disks-probe-ata-smart", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=6480, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/udev/rules.d/95-devkit-disks.rules", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6238, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/apparmor/rc.apparmor.functions", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=12708, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/firmware/iwlwifi-5000-2.ucode", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=353240, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 356352, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/modules.dep", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=223182, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 225280, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/modules.dep.bin", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=333338, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 335872, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/modules.alias", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=501915, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 503808, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/modules.alias.bin", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=475390, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 479232, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/modules.builtin.bin", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5163, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/arch/x86/kernel/cpu/cpufreq/acpi-cpufreq.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=22240, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/arch/x86/kernel/cpu/cpufreq/powernow-k8.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=33808, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/CiscoVPN/cisco_ipsec.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1042648, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 1044480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/ac.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=12792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/battery.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=29568, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/button.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=16952, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/processor.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=102368, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 102400, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/thermal.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=43888, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/acpi/video.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=54792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 57344, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/block/loop.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=39328, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/bluetooth/btusb.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=36696, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/char/agp/intel-agp.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=73192, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 73728, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_conservative.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=21264, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_powersave.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=5000, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/cpufreq/cpufreq_userspace.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9968, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/i2c/busses/i2c-i801.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=30792, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/input/misc/pcspkr.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8160, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/md/dm-mod.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=164472, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/uvc/uvcvideo.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=110456, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 110592, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/v4l1-compat.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=28608, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/v4l2-compat-ioctl32.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=20312, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/media/video/videodev.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=72968, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 73728, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/e1000e/e1000e.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=234888, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 237568, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/tun.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=37072, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/wireless/iwlwifi/iwlagn.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=341576, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 344064, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/net/wireless/iwlwifi/iwlcore.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=368432, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 368640, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/platform/x86/thinkpad_acpi.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=178192, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 180224, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/platform/x86/wmi.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=16952, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/scsi/sg.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=70952, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 73728, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/staging/heci/heci.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=124320, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 126976, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/watchdog/iTCO_vendor_support.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9384, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/drivers/watchdog/iTCO_wdt.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=32496, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/fs/binfmt_misc.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=22880, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/fs/fuse/fuse.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=146552, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 147456, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/bluetooth/bluetooth.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=216896, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 217088, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/ip_tables.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=40640, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/nf_conntrack_ipv4.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=27064, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv4/netfilter/nf_defrag_ipv4.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6464, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6_tables.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=42464, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6t_REJECT.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=13936, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/ipv6/netfilter/ip6table_mangle.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=9136, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/mac80211/mac80211.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=382168, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 385024, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/nf_conntrack.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=157928, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 159744, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/nf_conntrack_netbios_ns.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=7280, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/x_tables.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=49144, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/netfilter/xt_state.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=6528, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/rfkill/rfkill.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=51968, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/net/wireless/cfg80211.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=183928, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 184320, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/oss/snd-mixer-oss.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=37304, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/oss/snd-pcm-oss.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=92096, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 94208, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/seq/snd-seq-device.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=19072, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/seq/snd-seq.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=125848, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 126976, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-hwdep.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=21960, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-page-alloc.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=23072, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-pcm.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=190000, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 192512, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd-timer.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=59088, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 61440, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/core/snd.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=150592, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 151552, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/pci/hda/snd-hda-codec.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=167168, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/lib/modules/2.6.31.5-0.1-default/kernel/sound/pci/hda/snd-hda-intel.ko", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=66432, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 69632, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/sasl2/libcrammd5.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=23040, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/dbus-1/system-services/org.gnome.ClockApplet.Mechanism.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libvirt.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1028768, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/libeggdbus-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=296704, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 438272, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 299008, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libpolkit-dbus.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=52304, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libpolkit.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=106008, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 106496, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 438272, 593920, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libnss3.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=1259432, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 1261568, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libdns_sd.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=36600, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/libxenstore.so.3.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=23040, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libORBit-2.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=460472, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 462848, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libdbus-glib-1.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=139960, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 143360, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/smartd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=403248, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 405504, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/stop_preload", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=442, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib/libnspr4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=233560, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/sbin/libvirtd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=572064, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 53248, 184320, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib/libplc4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=18044, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib/libplds4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=13864, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib/libxml2.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=1307424, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 49152, 32768, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/sbin/bluetoothd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=440104, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 1007616, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {17, 351362}) >366 <... fadvise64 resumed> ) = 0 >366 fadvise64(8, 0, 442368, POSIX_FADV_WILLNEED <unfinished ...> >365 accept(3, <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >365 <... accept resumed> {sa_family=AF_FILE, NULL}, [2]) = 9 >366 close(8 <unfinished ...> >365 read(9, <unfinished ...> >366 <... close resumed> ) = 0 >365 <... read resumed> "boot.apparmor", 19) = 13 >366 sendto(9, "ok", 2, 0, NULL, 0 <unfinished ...> >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... sendto resumed> ) = 2 >366 close(9) = 0 >366 fadvise64(6, 1007616, 303104, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/ip6tables", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=40848, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/sbin/cron", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=48720, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 20480, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/ip6tables-batch", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=57432, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib/perl5/5.10.0/strict.pm", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0444, st_size=3716, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 fadvise64(6, 20480, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/iptables-batch", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=61560, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 65536, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/console-kit-daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=135872, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 139264, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(7, 81920, 69632, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 28672, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/sbin/irqbalance", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=27376, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 151552, 258048, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/alsactl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=85920, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 409600, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/sbin/modem-manager", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=151840, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 81920, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 434176, 139264, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/hald", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=361728, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 81920, 40960, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 364544, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/postconf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=126336, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 126976, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/postfix", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14896, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/sshd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=466624, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 466944, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(4, 28672, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/sbin/alsa-init", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=423, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/sbin/cupsd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=386608, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/sbin/avahi-daemon", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=110880, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 188416, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 114688, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/nscd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=131240, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 135168, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/hwinfo", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=38648, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/httpd2-prefork", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=436048, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 438272, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/sbin/NetworkManager", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=441832, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib/libnss3.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=1279836, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 0, 159744, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 28672, 69632, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 159744, 155648, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/bin/waitforidle", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=14904, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 98304, 135168, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 233472, 86016, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 315392, 147456, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 319488, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 462848, 819200, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 339968, 81920, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 4096, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/bin/killall", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=23760, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 421888, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 438272, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(6, 122880, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/bin/perl", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=1612080, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/bin/cmp", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=23112, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/cut", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=39704, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib/libnssutil3.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=104340, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 36864, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 106496, POSIX_FADV_WILLNEED) = 0 >365 <... select resumed> ) = 1 (in [3], left {19, 372948}) >366 close(7) = 0 >365 accept(3, <unfinished ...> >366 open("/usr/lib/libsmime3.so", O_RDONLY|O_NONBLOCK|O_NOATIME <unfinished ...> >365 <... accept resumed> {sa_family=AF_FILE, NULL}, [2]) = 7 >365 read(7, <unfinished ...> >366 <... open resumed> ) = 8 >365 <... read resumed> "earlysyslog", 19) = 11 >366 fcntl(8, F_SETFL, O_RDONLY <unfinished ...> >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fcntl resumed> ) = 0 >366 fstat(8, <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 999996}) >366 <... fstat resumed> {st_mode=S_IFREG|0755, st_size=166952, ...}) = 0 >365 accept(3, <unfinished ...> >366 ioctl(8, FIGETBSZ <unfinished ...> >365 <... accept resumed> {sa_family=AF_FILE, NULL}, [2]) = 9 >366 <... ioctl resumed> , 0x7faf5e7950ac) = 0 >365 read(9, <unfinished ...> >366 sendto(7, "ok", 2, 0, NULL, 0 <unfinished ...> >365 <... read resumed> "dbus", 19) = 4 >366 <... sendto resumed> ) = 2 >366 close(7 <unfinished ...> >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... close resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 open("/usr/lib64/libpolkit-gobject-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=135384, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 53248, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 10 >365 read(10, "SuSEfirewall2_init", 19) = 18 >365 close(10) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 10 >365 read(10, "acpid", 19) = 5 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 11 >365 read(11, "fbset", 19) = 5 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 12 >365 read(12, "random", 19) = 6 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 13 >365 read(13, "vpnagentd_init", 19) = 14 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999996}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 14 >365 read(14, "vpnclient_init", 19) = 14 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 fadvise64(7, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 49152, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(8, 53248, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 73728, 94208, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/bin/id", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=27368, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(14, "ok", 2, 0, NULL, 0) = 2 >366 close(14) = 0 >366 open("/usr/lib64/libnspr4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=240744, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libnm-util.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=218000, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 4096, 143360, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 147456, 94208, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libplc4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=18904, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libplds4.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14664, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libgconf-2.so.4", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=258232, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 12288, 208896, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libnm_glib.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=139536, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 143360, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libgthread-2.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=18984, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 16384, 32768, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libgvfscommon.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=99256, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 102400, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 49152, 212992, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libglib-2.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=811368, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 225280, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 225280, 237568, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 462848, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 475136, 339968, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libgobject-2.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=277928, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 278528, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libgmodule-2.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14664, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/libcrypto.so.0.9.8", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0555, st_size=1605840, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 4096, 94208, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 98304, 20480, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libfam.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=35560, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/sbin/wpa_supplicant", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=583200, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 585728, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libgudev-1.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=31576, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libgio-2.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=686080, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 32768, 610304, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 643072, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libnssutil3.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=125968, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 126976, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libsmime3.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=177208, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 180224, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(7, 118784, 905216, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 1024000, 135168, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 1159168, 28672, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libssl.so.0.9.8", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0555, st_size=326256, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 1187840, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 1208320, 57344, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 1265664, 344064, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(8, 49152, 278528, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-generic.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=10528, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-gobi.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14832, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-hso.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=27520, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-huawei.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=27432, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-mbm.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=27408, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-moto-c.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14800, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-nokia.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14800, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-novatel.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14880, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-option.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14912, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-sierra.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14920, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/ModemManager/libmm-plugin-zte.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=19008, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/locale/locale.alias", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=2512, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=93, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=89, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.ConsoleKit.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=92, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.gnome.GConf.Defaults.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=103, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=267, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=171, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.ModemManager.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=89, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=86, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.DeviceKit.Disks.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=114, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.NetworkManagerSystemSettings.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=164, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=112, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/gio/modules/libgiofam.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=14600, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/gio/modules/libgiogconf.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=10440, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/gio/modules/libgioremote-volume-monitor.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=81216, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 81920, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/gio/modules/libgvfsdbus.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=173264, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 176128, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/NetworkManager/libnm-settings-plugin-ifcfg-suse.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=40168, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/NetworkManager/libnm-settings-plugin-keyfile.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=40592, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 open("/opt/cisco/vpn/.anyconnect_global", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=464, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/opt/cisco/vpn/bin/vpnagentd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|S_ISUID|0755, st_size=1419372, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 1421312, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {18, 959707}) >366 <... fadvise64 resumed> ) = 0 >365 accept(3, <unfinished ...> >366 close(7 <unfinished ...> >365 <... accept resumed> {sa_family=AF_FILE, NULL}, [2]) = 8 >366 <... close resumed> ) = 0 >365 read(8, <unfinished ...> >366 open("/opt/cisco/vpn/lib/libssl.so.0.9.8", O_RDONLY|O_NONBLOCK|O_NOATIME <unfinished ...> >365 <... read resumed> "earlyxdm", 19) = 8 >366 <... open resumed> ) = 7 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=222300, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 fadvise64(7, 0, 225280, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >365 <... futex resumed> ) = 0 >366 close(7 <unfinished ...> >365 futex(0x603200, FUTEX_WAKE_PRIVATE, 1 <unfinished ...> >366 <... close resumed> ) = 0 >365 <... futex resumed> ) = 0 >366 open("/opt/cisco/vpn/lib/libcrypto.so.0.9.8", O_RDONLY|O_NONBLOCK|O_NOATIME <unfinished ...> >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... open resumed> ) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1149892, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 1150976, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 sendto(13, "ok", 2, 0, NULL, 0) = 2 >366 close(13) = 0 >366 sendto(8, "ok", 2, 0, NULL, 0) = 2 >366 close(8) = 0 >366 sendto(12, "ok", 2, 0, NULL, 0) = 2 >366 close(12) = 0 >366 sendto(11, "ok", 2, 0, NULL, 0) = 2 >366 close(11) = 0 >366 sendto(10, "ok", 2, 0, NULL, 0) = 2 >366 close(10) = 0 >366 open("/usr/bin/amixer", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=52848, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/lomoco", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=25352, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/hal-find-by-capability", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=10816, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(6, 49152, 315392, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 911254}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 7 >365 read(7, "haldaemon", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 open("/usr/bin/pm-is-supported", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=1258, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/share/usb.ids", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0644, st_size=366175, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 4096, 364544, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/share/pci.ids", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0644, st_size=624381, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 61440, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 865378}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 9 >365 read(9, "xsession", 19) = 8 >365 futex(0x603200, FUTEX_WAIT_PRIVATE, 2, NULL <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 1 >366 fadvise64(8, 61440, 565248, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libhal-storage.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=43616, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libhal.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=68120, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 69632, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib/hal/hal-storage-cleanup-all-mountpoints", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=19104, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 sendto(7, "ok", 2, 0, NULL, 0) = 2 >366 close(7) = 0 >366 open("/usr/bin/getopt", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=15184, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/ionice", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=10672, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/set_default_volume", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1444, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/on_ac_power", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=1960, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/env", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=23192, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/ksysguardd", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=135256, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 139264, POSIX_FADV_WILLNEED <unfinished ...> >365 <... futex resumed> ) = 0 >365 futex(0x603200, FUTEX_WAKE_PRIVATE, 1) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999995}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 8 >365 read(8, "network", 19) = 7 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 sendto(8, "ok", 2, 0, NULL, 0) = 2 >366 close(8) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 close(7) = 0 >366 open("/usr/bin/slptool", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=18864, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/sbin/mount.ntfs-3g", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=40416, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/bin/tty", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=23192, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(4, 188416, 200704, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/bin/locale", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=38808, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(6, 364544, 1249280, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_ADDRESS", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=155, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_IDENTIFICATION", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=373, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_MONETARY", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=286, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_TIME", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2454, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_ADDRESS", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_IDENTIFICATION", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=378, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_MONETARY", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=291, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_TIME", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2459, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libnuma.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=35672, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libcups.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=242320, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libavahi-common.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=52064, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libparted-1.9.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=496280, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libiptc.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=47448, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libxtables.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=31416, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 fadvise64(6, 49152, 4096, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 672851}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 8 >365 read(8, "syslog", 19) = 6 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 sendto(8, "ok", 2, 0, NULL, 0) = 2 >366 close(8) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libusb-1.0.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=51848, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libdb-4.5.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=1261696, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/libgssapi_krb5.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=193328, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 708608, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 921486}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 9 >365 read(9, "rpcbind", 19) = 7 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999699}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 10 >365 read(10, "auditd", 19) = 6 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999383}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 11 >365 read(11, "splash_early", 19) = 12 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 sendto(11, "ok", 2, 0, NULL, 0) = 2 >366 close(11) = 0 >366 sendto(10, "ok", 2, 0, NULL, 0) = 2 >366 close(10) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 fadvise64(8, 0, 86016, POSIX_FADV_WILLNEED <unfinished ...> >365 <... select resumed> ) = 1 (in [3], left {19, 933624}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 9 >365 read(9, "nfs", 19) = 3 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 <... fadvise64 resumed> ) = 0 >366 sendto(9, "ok", 2, 0, NULL, 0) = 2 >366 close(9) = 0 >366 open("/usr/lib64/libx86emu.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=141600, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 708608, 49152, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 143360, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libusb-0.1.so.4", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=18760, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 757760, 229376, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 fadvise64(8, 86016, 110592, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libpostfix-global.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=222976, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 135168, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libsvn_delta-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=47752, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 49152, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libsvn_fs-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=31296, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libsvn_fs_base-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=193848, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 196608, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libsvn_fs_fs-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=164888, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libsvn_fs_util-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=10360, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libk5crypto.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=179280, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 987136, 81920, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 90112, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libopensc.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 10 >366 fcntl(10, F_SETFL, O_RDONLY) = 0 >366 fstat(10, {st_mode=S_IFREG|0755, st_size=678568, ...}) = 0 >366 ioctl(10, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 1069056, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(10, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 90112, 86016, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 1093632, 20480, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(10, 8192, 45056, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 1114112, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 1126400, 81920, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(10, 53248, 135168, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 1208320, 57344, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libasound.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=851368, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 651264, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 176128, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libsensors.so.4", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=64216, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(10, 188416, 61440, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 65536, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libbluetooth.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=104040, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 49152, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libxml2.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0755, st_size=1360392, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 65536, 12288, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 32768, 73728, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libavahi-client.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=68760, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 651264, 45056, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 69632, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 fadvise64(10, 249856, 368640, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 16384, 86016, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libdal-0.3.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=10520, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libreiserfs-0.3.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=102032, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 102400, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libapr-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=185272, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 696320, 32768, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 729088, 122880, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(9, 16384, 172032, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/lib64/libatasmart.so.4", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=51728, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(11, 102400, 69632, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libsasl2.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=106344, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/libslp.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=102360, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 102400, POSIX_FADV_WILLNEED) = 0 >365 <... select resumed> ) = 1 (in [3], left {18, 300413}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 12 >365 read(12, "xdm", 19) = 3 >365 close(12) = 0 >365 select(4, [3], NULL, NULL, {20, 0}) = 1 (in [3], left {19, 999993}) >365 accept(3, {sa_family=AF_FILE, NULL}, [2]) = 12 >365 read(12, "alsasound", 19) = 9 >365 select(4, [3], NULL, NULL, {20, 0} <unfinished ...> >366 sendto(12, "ok", 2, 0, NULL, 0) = 2 >366 close(12) = 0 >366 close(9) = 0 >366 fadvise64(8, 135168, 90112, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libpostfix-util.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=202840, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 204800, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libkrb5.so.3", O_RDONLY|O_NONBLOCK|O_NOATIME) = 8 >366 fcntl(8, F_SETFL, O_RDONLY) = 0 >366 fstat(8, {st_mode=S_IFREG|0755, st_size=771352, ...}) = 0 >366 ioctl(8, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(8, 0, 274432, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 172032, 61440, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 233472, 782336, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libaprutil-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=143960, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(9, 0, 147456, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 fadvise64(11, 1015808, 28672, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 16384, 4096, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/libhd.so.16", O_RDONLY|O_NONBLOCK|O_NOATIME) = 9 >366 fcntl(9, F_SETFL, O_RDONLY) = 0 >366 fstat(9, {st_mode=S_IFREG|0755, st_size=1840880, ...}) = 0 >366 ioctl(9, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 1044480, 253952, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(9, 0, 45056, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 1298432, 65536, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/postfix/master", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0755, st_size=40232, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(11, 24576, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 fadvise64(9, 45056, 163840, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib/locale/en_US/LC_NUMERIC", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_NUMERIC", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=54, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/locale/en_US/LC_CTYPE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=221604, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 225280, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/locale/en_US/LC_COLLATE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=19459, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_CTYPE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=256316, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 258048, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_COLLATE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0644, st_size=966938, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 970752, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib64/libopenct.so.1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0755, st_size=39808, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 open("/usr/lib64/libltdl.so.7", O_RDONLY|O_NONBLOCK|O_NOATIME) = 11 >366 fcntl(11, F_SETFL, O_RDONLY) = 0 >366 fstat(11, {st_mode=S_IFREG|0755, st_size=39608, ...}) = 0 >366 ioctl(11, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(11, 0, 40960, POSIX_FADV_WILLNEED) = 0 >366 close(11) = 0 >366 fadvise64(6, 20480, 86016, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libavahi-core.so.6", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=213744, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 217088, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(8, 274432, 90112, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 364544, 16384, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 380928, 114688, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 495616, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(8, 520192, 253952, POSIX_FADV_WILLNEED) = 0 >366 close(8) = 0 >366 open("/usr/lib64/libkrb5support.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=35488, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libip6t_LOG.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libip6t_REJECT.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libip6t_icmp6.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libipt_LOG.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libipt_REJECT.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libipt_icmp.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_NOTRACK.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=6488, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_limit.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10592, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_physdev.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_pkttype.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10560, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_standard.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=6360, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_state.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=10688, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/xtables/libxt_tcp.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=14816, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/python2.6/abc.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=5861, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/python2.6/copy_reg.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=5178, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 fadvise64(4, 77824, 167936, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(7, 40960, 458752, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/liblber-2.4.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=64680, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 65536, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libldap-2.4.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=282648, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 286720, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/site-packages/Numeric.pth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/site-packages/PIL.pth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(9, 208896, 942080, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/python2.6/codecs.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=36100, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/_abcoll.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=21656, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/UserDict.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8892, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(10, 618496, 61440, POSIX_FADV_WILLNEED) = 0 >366 close(10) = 0 >366 open("/usr/lib64/libscconf.so.2", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=22928, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/site-packages/pygtk.pth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libsvn_repos-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=172248, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/python2.6/site-packages/_local.pth", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0644, st_size=221, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/libgnutls.so.26", O_RDONLY|O_NONBLOCK|O_NOATIME) = 6 >366 fcntl(6, F_SETFL, O_RDONLY) = 0 >366 fstat(6, {st_mode=S_IFREG|0755, st_size=741768, ...}) = 0 >366 ioctl(6, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 24576, 32768, POSIX_FADV_WILLNEED) = 0 >366 open("/usr/lib64/python2.6/warnings.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0644, st_size=13042, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(6, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 16384, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(4, 57344, 118784, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/libsvn_subr-1.so.0", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=793896, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 794624, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/types.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2620, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/stat.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2703, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/site.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=18497, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/posixpath.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=10933, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/os.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=26331, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 28672, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/linecache.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3196, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/genericpath.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3292, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/classified", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4679, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/confidential", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4685, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/secret", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4667, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/standard", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4677, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/topsecret", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4678, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/cups/banners/unclassified", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4685, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/zoneinfo/GMT", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=118, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/consolefonts/lat9w-16.psfu.gz", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1992, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/consoletrans/trivial", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=1891, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/../include/compose.inc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=278, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/../include/euro2.map.gz", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=201, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/../include/linux-keys-bare.inc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4346, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/../include/linux-with-alt-and-altgr.inc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=743, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/../include/qwertz-layout.inc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=430, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/de-latin1-nodeadkeys.map.gz", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=295, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/i386/qwertz/de-latin1.map.gz", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=912, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/include/compose.latin1", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3889, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/kbd/keymaps/include/compose.latin1.add", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=520, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(9, 1150976, 692224, POSIX_FADV_WILLNEED) = 0 >366 close(9) = 0 >366 open("/usr/share/alsa/alsa.conf", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8967, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 open("/usr/lib64/sasl2/libplain.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=18912, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/sasl2/libgssapiv2.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=31408, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 32768, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/sasl2/libdigestmd5.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=52272, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 53248, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/sasl2/libanonymous.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=18888, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/sasl2/liblogin.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=18912, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 20480, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 open("/usr/lib64/sasl2/libsasldb.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 7 >366 fcntl(7, F_SETFL, O_RDONLY) = 0 >366 fstat(7, {st_mode=S_IFREG|0755, st_size=22888, ...}) = 0 >366 ioctl(7, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(7, 0, 24576, POSIX_FADV_WILLNEED) = 0 >366 close(7) = 0 >366 fadvise64(4, 4096, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_TELEPHONE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=64, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_MEASUREMENT", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=28, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_TELEPHONE", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=59, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_NAME", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=82, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_PAPER", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=39, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=57, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_PAPER", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=34, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_MEASUREMENT", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=23, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_NAME", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=77, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=52, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 fadvise64(6, 4096, 741376, POSIX_FADV_WILLNEED) = 0 >366 close(6) = 0 >366 open("/usr/lib64/python2.6/encodings/ascii.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=2281, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/encodings/aliases.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=8701, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/python2.6/encodings/__init__.pyc", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=4416, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 8192, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib64/bluetooth/plugins/netlink.so", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0755, st_size=10456, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 12288, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/lib/crda/regulatory.bin", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=3108, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 4096, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 open("/usr/share/smartmontools/drivedb.h", O_RDONLY|O_NONBLOCK|O_NOATIME) = 4 >366 fcntl(4, F_SETFL, O_RDONLY) = 0 >366 fstat(4, {st_mode=S_IFREG|0644, st_size=32885, ...}) = 0 >366 ioctl(4, FIGETBSZ, 0x7faf5e7950ac) = 0 >366 fadvise64(4, 0, 36864, POSIX_FADV_WILLNEED) = 0 >366 close(4) = 0 >366 brk(0x65f000) = 0x65f000 >366 unlink("/dev/shm/preload_sock") = 0 >366 exit_group(0) = ?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 551801
:
325103
|
325136
|
325155
| 325165