--- xlhtml-0.5.1.orig/config.guess +++ xlhtml-0.5.1/config.guess @@ -1,8 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -# Free Software Foundation, Inc. -# +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2006-02-23' + # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -15,199 +17,293 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -# Written by Per Bothner . -# Please send patches to . + +# Originally written by Per Bothner . +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. # # This script attempts to guess a canonical system name similar to # config.sub. If it succeeds, it prints the system name on stdout, and # exits with 0. Otherwise, it exits with 1. # # The plan is that this can be called by configure scripts if you -# don't specify an explicit system type (host/target name). -# -# Only a few systems have been added to this list; please add others -# (but try to keep the structure clean). -# +# don't specify an explicit build system type. -# Use $HOST_CC if defined. $CC may point to a cross-compiler -if test x"$CC_FOR_BUILD" = x; then - if test x"$HOST_CC" != x; then - CC_FOR_BUILD="$HOST_CC" - else - if test x"$CC" != x; then - CC_FOR_BUILD="$CC" - else - CC_FOR_BUILD=cc - fi - fi +me=`echo "$0" | sed -e 's,.*/,,'` + +usage="\ +Usage: $0 [OPTION] + +Output the configuration name of the system \`$me' is run on. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.guess ($timestamp) + +Originally written by Per Bothner. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" >&2 + exit 1 ;; + * ) + break ;; + esac +done + +if test $# != 0; then + echo "$me: too many arguments$help" >&2 + exit 1 fi +trap 'exit 1' 1 2 15 + +# CC_FOR_BUILD -- compiler used by this script. Note that the use of a +# compiler to aid in system detection is discouraged as it requires +# temporary files to be created and, as you can see below, it is a +# headache to deal with in a portable fashion. + +# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still +# use `HOST_CC' if defined, but it is deprecated. + +# Portable tmp directory creation inspired by the Autoconf team. + +set_cc_for_build=' +trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; +trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; +: ${TMPDIR=/tmp} ; + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; +dummy=$tmp/dummy ; +tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; +case $CC_FOR_BUILD,$HOST_CC,$CC in + ,,) echo "int x;" > $dummy.c ; + for c in cc gcc c89 c99 ; do + if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then + CC_FOR_BUILD="$c"; break ; + fi ; + done ; + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found ; + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; +esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. -# (ghazi@noc.rutgers.edu 8/24/94.) +# (ghazi@noc.rutgers.edu 1994-08-24) if (test -f /.attbin/uname) >/dev/null 2>&1 ; then PATH=$PATH:/.attbin ; export PATH fi UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown -UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown +UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -dummy=dummy-$$ -trap 'rm -f $dummy.c $dummy.o $dummy; exit 1' 1 2 15 - # Note: order is significant - the case branches are not exclusive. case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:NetBSD:*:*) - # Netbsd (nbsd) targets should (where applicable) match one or + # NetBSD (nbsd) targets should (where applicable) match one or # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*, # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently # switched to ELF, *-*-netbsd* would select the old # object file format. This provides both forward # compatibility and a consistent mechanism for selecting the # object file format. - # Determine the machine/vendor (is the vendor relevant). - case "${UNAME_MACHINE}" in - amiga) machine=m68k-cbm ;; - arm32) machine=arm-unknown ;; - atari*) machine=m68k-atari ;; - sun3*) machine=m68k-sun ;; - mac68k) machine=m68k-apple ;; - macppc) machine=powerpc-apple ;; - hp3[0-9][05]) machine=m68k-hp ;; - ibmrt|romp-ibm) machine=romp-ibm ;; - *) machine=${UNAME_MACHINE}-unknown ;; + # + # Note: NetBSD doesn't particularly care about the vendor + # portion of the name. We always set it to "unknown". + sysctl="sysctl -n hw.machine_arch" + UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \ + /usr/sbin/$sysctl 2>/dev/null || echo unknown)` + case "${UNAME_MACHINE_ARCH}" in + armeb) machine=armeb-unknown ;; + arm*) machine=arm-unknown ;; + sh3el) machine=shl-unknown ;; + sh3eb) machine=sh-unknown ;; + *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + esac + # The Operating System including object format, if it has switched + # to ELF recently, or will in the future. + case "${UNAME_MACHINE_ARCH}" in + arm*|i386|m68k|ns32k|sh3*|sparc|vax) + eval $set_cc_for_build + if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep __ELF__ >/dev/null + then + # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). + # Return netbsd for either. FIX? + os=netbsd + else + os=netbsdelf + fi + ;; + *) + os=netbsd + ;; esac - # The Operating System including object format. - if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ - | grep __ELF__ >/dev/null - then - # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout). - # Return netbsd for either. FIX? - os=netbsd - else - os=netbsdelf - fi # The OS release - release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + # Debian GNU/NetBSD machines have a different userland, and + # thus, need a distinct triplet. However, they do not need + # kernel version information, so it can be replaced with a + # suitable tag, in the style of linux-gnu. + case "${UNAME_VERSION}" in + Debian*) + release='-gnu' + ;; + *) + release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` + ;; + esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" - exit 0 ;; + exit ;; + *:OpenBSD:*:*) + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerppc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then + case $UNAME_RELEASE in + *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi + ;; + *5.*) + UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` + ;; + esac + # According to Compaq, /usr/sbin/psrinfo has been available on + # OSF/1 and Tru64 systems produced since 1995. I hope that + # covers most systems running today. This code pipes the CPU + # types through head -n 1, so we only detect the type of CPU 0. + ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` + case "$ALPHA_CPU_TYPE" in + "EV4 (21064)") + UNAME_MACHINE="alpha" ;; + "EV4.5 (21064)") + UNAME_MACHINE="alpha" ;; + "LCA4 (21066/21068)") + UNAME_MACHINE="alpha" ;; + "EV5 (21164)") + UNAME_MACHINE="alphaev5" ;; + "EV5.6 (21164A)") + UNAME_MACHINE="alphaev56" ;; + "EV5.6 (21164PC)") + UNAME_MACHINE="alphapca56" ;; + "EV5.7 (21164PC)") + UNAME_MACHINE="alphapca57" ;; + "EV6 (21264)") + UNAME_MACHINE="alphaev6" ;; + "EV6.7 (21264A)") + UNAME_MACHINE="alphaev67" ;; + "EV6.8CB (21264C)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8AL (21264B)") + UNAME_MACHINE="alphaev68" ;; + "EV6.8CX (21264D)") + UNAME_MACHINE="alphaev68" ;; + "EV6.9A (21264/EV69A)") + UNAME_MACHINE="alphaev69" ;; + "EV7 (21364)") + UNAME_MACHINE="alphaev7" ;; + "EV7.9 (21364A)") + UNAME_MACHINE="alphaev79" ;; + esac + # A Pn.n version is a patched version. # A Vn.n version is a released version. # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - cat <$dummy.s - .data -\$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main -main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - esac - fi - rm -f $dummy.s $dummy - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; Alpha\ *:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # Should we change UNAME_MACHINE based on the output of uname instead # of the specific Alpha model? echo alpha-pc-interix - exit 0 ;; + exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 - exit 0 ;; + exit ;; Amiga*:UNIX_System_V:4.0:*) - echo m68k-cbm-sysv4 - exit 0;; - amiga:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + echo m68k-unknown-sysv4 + exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos - exit 0 ;; - arc64:OpenBSD:*:*) - echo mips64el-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - hkmips:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - pmax:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - sgi:OpenBSD:*:*) - echo mips-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - wgrisc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; + *:[Mm]orph[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-morphos + exit ;; *:OS/390:*:*) echo i370-ibm-openedition - exit 0 ;; + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} - exit 0;; - SR2?01:HI-UX/MPP:*:*) + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; + SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp - exit 0;; + exit ;; Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*) # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE. if test "`(/bin/universe) 2>/dev/null`" = att ; then @@ -215,25 +311,32 @@ else echo pyramid-pyramid-bsd fi - exit 0 ;; + exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 - exit 0 ;; + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) + case `/usr/bin/uname -p` in + sparc) echo sparc-icl-nx7; exit ;; + esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; i86pc:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) @@ -242,12 +345,12 @@ esac # Japanese Language versions have a version number like `4.1.3-JL'. echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` - exit 0 ;; + exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} - exit 0 ;; + exit ;; sun*:*:4.2BSD:*) - UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` + UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) @@ -257,13 +360,10 @@ echo sparc-sun-sunos${UNAME_RELEASE} ;; esac - exit 0 ;; + exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} - exit 0 ;; - atari*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not # "atarist" or "atariste" at least should have a processor @@ -274,50 +374,42 @@ # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} - exit 0 ;; - sun3*:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mac68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme68k:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - mvme88k:OpenBSD:*:*) - echo m88k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} - exit 0 ;; + exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 - exit 0 ;; + exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} - exit 0 ;; + exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #ifdef __cplusplus #include /* for printf() prototype */ @@ -339,24 +431,33 @@ exit (-1); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy \ - && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ - && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} - exit 0 ;; + exit ;; + Motorola:PowerMAX_OS:*:*) + echo powerpc-motorola-powermax + exit ;; + Motorola:*:4.3:PL8-*) + echo powerpc-harris-powermax + exit ;; + Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) + echo powerpc-harris-powermax + exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix - exit 0 ;; + exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 - exit 0 ;; + exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 - exit 0 ;; + exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` @@ -372,31 +473,40 @@ else echo i586-dg-dgux${UNAME_RELEASE} fi - exit 0 ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 - exit 0 ;; + exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 - exit 0 ;; + exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd - exit 0 ;; + exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit 0 ;; + exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. - echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id - exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX ' - i?86:AIX:*:*) + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' + i*86:AIX:*:*) echo i386-ibm-aix - exit 0 ;; + exit ;; + ia64:AIX:*:*) + if [ -x /usr/bin/oslevel ] ; then + IBM_REV=`/usr/bin/oslevel` + else + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + fi + echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include @@ -408,18 +518,21 @@ exit(0); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - echo rs6000-ibm-aix3.2.5 + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then echo rs6000-ibm-aix3.2.4 else echo rs6000-ibm-aix3.2 fi - exit 0 ;; - *:AIX:*:4) - IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'` - if /usr/sbin/lsattr -EHl ${IBM_CPU_ID} | grep POWER >/dev/null 2>&1; then + exit ;; + *:AIX:*:[45]) + IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` + if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -427,37 +540,54 @@ if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV=4.${UNAME_RELEASE} + IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit 0 ;; + exit ;; *:AIX:*:*) echo rs6000-ibm-aix - exit 0 ;; + exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 - exit 0 ;; + exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to - exit 0 ;; # report: romp-ibm BSD 4.3 + exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx - exit 0 ;; + exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 - exit 0 ;; + exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd - exit 0 ;; + exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 - exit 0 ;; + exit ;; 9000/[34678]??:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in 9000/31? ) HP_ARCH=m68000 ;; 9000/[34]?? ) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) - sed 's/^ //' << EOF >$dummy.c + if [ -x /usr/bin/getconf ]; then + sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` + sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` + case "${sc_cpu_version}" in + 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0 + 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1 + 532) # CPU_PA_RISC2_0 + case "${sc_kernel_bits}" in + 32) HP_ARCH="hppa2.0n" ;; + 64) HP_ARCH="hppa2.0w" ;; + '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20 + esac ;; + esac + fi + if [ "${HP_ARCH}" = "" ]; then + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c #define _HPUX_SOURCE #include @@ -490,13 +620,39 @@ exit (0); } EOF - (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null ) && HP_ARCH=`./$dummy` - rm -f $dummy.c $dummy + (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + test -z "$HP_ARCH" && HP_ARCH=hppa + fi ;; esac - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit 0 ;; + exit ;; + ia64:HP-UX:*:*) + HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux${HPUX_REV} + exit ;; 3050*:HI-UX:*:*) + eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c #include int @@ -522,447 +678,473 @@ exit (0); } EOF - $CC_FOR_BUILD $dummy.c -o $dummy && ./$dummy && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 - exit 0 ;; + exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd - exit 0 ;; + exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd - exit 0 ;; - *9??*:MPE/iX:*:*) + exit ;; + *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix - exit 0 ;; + exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf - exit 0 ;; + exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf - exit 0 ;; - i?86:OSF1:*:*) + exit ;; + i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi - exit 0 ;; + exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites - exit 0 ;; - hppa*:OpenBSD:*:*) - echo hppa-unknown-openbsd - exit 0 ;; + exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit 0 ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit 0 ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit 0 ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit 0 ;; - CRAY*X-MP:*:*:*) - echo xmp-cray-unicos - exit 0 ;; + exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} - exit 0 ;; + echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; CRAY*[A-Z]90:*:*:*) echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ - -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ - exit 0 ;; + -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ + -e 's/\.[^.]*$/.X/' + exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; CRAY*T3E:*:*:*) - echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY-2:*:*:*) - echo cray2-cray-unicos - exit 0 ;; - F300:UNIX_System_V:*:*) + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; + F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) + FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` - echo "f300-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" - exit 0 ;; - F301:UNIX_System_V:*:*) - echo f301-fujitsu-uxpv`echo $UNAME_RELEASE | sed 's/ .*//'` - exit 0 ;; - hp300:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - i?86:BSD/386:*:* | i?86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) + echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + 5000:UNIX_System_V:4.*:*) + FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'` + FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'` + echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" + exit ;; + i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; *:FreeBSD:*:*) - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` - exit 0 ;; - *:OpenBSD:*:*) - echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` - exit 0 ;; + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin - exit 0 ;; + exit ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 - exit 0 ;; + exit ;; + i*:MSYS_NT-*:*:*) + echo ${UNAME_MACHINE}-pc-mingw32 + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; + i*:PW*:*) + echo ${UNAME_MACHINE}-pc-pw32 + exit ;; + x86:Interix*:[345]*) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T:Interix*:[345]*) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) + echo i${UNAME_MACHINE}-pc-mks + exit ;; i*:Windows_NT*:* | Pentium*:Windows_NT*:*) # How do we know it's Interix rather than the generic POSIX subsystem? # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we # UNAME_MACHINE based on the output of uname instead of i386? - echo i386-pc-interix - exit 0 ;; + echo i586-pc-interix + exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin - exit 0 ;; + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin - exit 0 ;; + exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; *:GNU:*:*) + # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit 0 ;; - *:Linux:*:*) - + exit ;; + *:GNU/*:*:*) + # other systems with GNU libc and userland + echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu + exit ;; + i*86:Minix:*:*) + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; + ia64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + m68*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + mips:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips + #undef mipsel + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mipsel + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + mips64:Linux:*:*) + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #undef CPU + #undef mips64 + #undef mips64el + #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL) + CPU=mips64el + #else + #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB) + CPU=mips64 + #else + CPU= + #endif + #endif +EOF + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } + ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; + ppc:Linux:*:*) + echo powerpc-unknown-linux-gnu + exit ;; + ppc64:Linux:*:*) + echo powerpc64-unknown-linux-gnu + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in + EV5) UNAME_MACHINE=alphaev5 ;; + EV56) UNAME_MACHINE=alphaev56 ;; + PCA56) UNAME_MACHINE=alphapca56 ;; + PCA57) UNAME_MACHINE=alphapca56 ;; + EV6) UNAME_MACHINE=alphaev6 ;; + EV67) UNAME_MACHINE=alphaev67 ;; + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null + if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi + echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in + PA7*) echo hppa1.1-unknown-linux-gnu ;; + PA8*) echo hppa2.0-unknown-linux-gnu ;; + *) echo hppa-unknown-linux-gnu ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) + echo hppa64-unknown-linux-gnu + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sh*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; + x86_64:Linux:*:*) + echo x86_64-unknown-linux-gnu + exit ;; + i*86:Linux:*:*) # The BFD linker knows what the default object file format is, so # first see if it will tell us. cd to the root directory to prevent # problems with other programs or directories called `ld' in the path. - ld_help_string=`cd /; ld --help 2>&1` - ld_supported_emulations=`echo $ld_help_string \ - | sed -ne '/supported emulations:/!d + # Set LC_ALL=C to ensure ld outputs messages in English. + ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \ + | sed -ne '/supported targets:/!d s/[ ][ ]*/ /g - s/.*supported emulations: *// + s/.*supported targets: *// s/ .*// p'` - case "$ld_supported_emulations" in - *ia64) - echo "${UNAME_MACHINE}-unknown-linux" - exit 0 + case "$ld_supported_targets" in + elf32-i386) + TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ;; - i?86linux) + a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit 0 - ;; - elf_i?86) - echo "${UNAME_MACHINE}-pc-linux" - exit 0 - ;; - i?86coff) + exit ;; + coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit 0 - ;; - sparclinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - armlinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - elf32arm*) - echo "${UNAME_MACHINE}-unknown-linux-gnuoldld" - exit 0 - ;; - armelf_linux*) - echo "${UNAME_MACHINE}-unknown-linux-gnu" - exit 0 - ;; - m68klinux) - echo "${UNAME_MACHINE}-unknown-linux-gnuaout" - exit 0 - ;; - elf32ppc | elf32ppclinux) - # Determine Lib Version - cat >$dummy.c < -#if defined(__GLIBC__) -extern char __libc_version[]; -extern char __libc_release[]; -#endif -main(argc, argv) - int argc; - char *argv[]; -{ -#if defined(__GLIBC__) - printf("%s %s\n", __libc_version, __libc_release); -#else - printf("unkown\n"); -#endif - return 0; -} -EOF - LIBC="" - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null - if test "$?" = 0 ; then - ./$dummy | grep 1\.99 > /dev/null - if test "$?" = 0 ; then - LIBC="libc1" - fi - fi - rm -f $dummy.c $dummy - echo powerpc-unknown-linux-gnu${LIBC} - exit 0 - ;; + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. + echo "${UNAME_MACHINE}-pc-linux-gnuoldld" + exit ;; esac - - if test "${UNAME_MACHINE}" = "alpha" ; then - cat <$dummy.s - .data - \$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main - main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - LIBC="" - $CC_FOR_BUILD $dummy.s -o $dummy 2>/dev/null - if test "$?" = 0 ; then - case `./$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - esac - - objdump --private-headers $dummy | \ - grep ld.so.1 > /dev/null - if test "$?" = 0 ; then - LIBC="libc1" - fi - fi - rm -f $dummy.s $dummy - echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ; exit 0 - elif test "${UNAME_MACHINE}" = "mips" ; then - cat >$dummy.c < /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __MIPSEB__ - printf ("%s-unknown-linux-gnu\n", argv[1]); -#endif -#ifdef __MIPSEL__ - printf ("%sel-unknown-linux-gnu\n", argv[1]); -#endif - return 0; -} -EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - elif test "${UNAME_MACHINE}" = "s390"; then - echo s390-ibm-linux && exit 0 - else - # Either a pre-BFD a.out linker (linux-gnuoldld) - # or one that does not give us useful --help. - # GCC wants to distinguish between linux-gnuoldld and linux-gnuaout. - # If ld does not provide *any* "supported emulations:" - # that means it is gnuoldld. - echo "$ld_help_string" | grep >/dev/null 2>&1 "supported emulations:" - test $? != 0 && echo "${UNAME_MACHINE}-pc-linux-gnuoldld" && exit 0 - - case "${UNAME_MACHINE}" in - i?86) - VENDOR=pc; - ;; - *) - VENDOR=unknown; - ;; - esac - # Determine whether the default compiler is a.out or elf - cat >$dummy.c < -#ifdef __cplusplus -#include /* for printf() prototype */ - int main (int argc, char *argv[]) { -#else - int main (argc, argv) int argc; char *argv[]; { -#endif -#ifdef __ELF__ -# ifdef __GLIBC__ -# if __GLIBC__ >= 2 - printf ("%s-${VENDOR}-linux-gnu\n", argv[1]); -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -# else - printf ("%s-${VENDOR}-linux-gnulibc1\n", argv[1]); -# endif -#else - printf ("%s-${VENDOR}-linux-gnuaout\n", argv[1]); -#endif - return 0; -} + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c + #include + #ifdef __ELF__ + # ifdef __GLIBC__ + # if __GLIBC__ >= 2 + LIBC=gnu + # else + LIBC=gnulibc1 + # endif + # else + LIBC=gnulibc1 + # endif + #else + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__sun) + LIBC=gnu + #else + LIBC=gnuaout + #endif + #endif + #ifdef __dietlibc__ + LIBC=dietlibc + #endif EOF - $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy "${UNAME_MACHINE}" && rm $dummy.c $dummy && exit 0 - rm -f $dummy.c $dummy - fi ;; -# ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. earlier versions -# are messed up and put the nodename in both sysname and nodename. - i?86:DYNIX/ptx:4*:*) + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } + ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. + # earlier versions are messed up and put the nodename in both + # sysname and nodename. echo i386-sequent-sysv4 - exit 0 ;; - i?86:UNIX_SV:4.2MP:2.*) + exit ;; + i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit 0 ;; - i?86:*:4.*:* | i?86:SYSTEM_V:4.*:*) + exit ;; + i*86:OS/2:*:*) + # If we were able to find `uname', then EMX Unix compatibility + # is probably installed. + echo ${UNAME_MACHINE}-pc-os2-emx + exit ;; + i*86:XTS-300:*:STOP) + echo ${UNAME_MACHINE}-unknown-stop + exit ;; + i*86:atheos:*:*) + echo ${UNAME_MACHINE}-unknown-atheos + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; + i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) + echo i386-unknown-lynxos${UNAME_RELEASE} + exit ;; + i*86:*DOS:*:*) + echo ${UNAME_MACHINE}-pc-msdosdjgpp + exit ;; + i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi - exit 0 ;; - i?86:*:5:7*) - # Fixed at (any) Pentium or better - UNAME_MACHINE=i586 - if [ ${UNAME_SYSTEM} = "UnixWare" ] ; then - echo ${UNAME_MACHINE}-sco-sysv${UNAME_RELEASE}uw${UNAME_VERSION} - else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_RELEASE} - fi - exit 0 ;; - i?86:*:3.2:*) + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. + case `/bin/uname -X | grep "^Machine"` in + *486*) UNAME_MACHINE=i486 ;; + *Pentium) UNAME_MACHINE=i586 ;; + *Pent*|*Celeron) UNAME_MACHINE=i686 ;; + esac + echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + exit ;; + i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then - UNAME_REL=`(/bin/uname -X|egrep Release|sed -e 's/.*= //')` - (/bin/uname -X|egrep i80486 >/dev/null) && UNAME_MACHINE=i486 - (/bin/uname -X|egrep '^Machine.*Pentium' >/dev/null) \ + UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` + (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 + (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \ && UNAME_MACHINE=i586 - (/bin/uname -X|egrep '^Machine.*Pent ?II' >/dev/null) \ + (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \ && UNAME_MACHINE=i686 - (/bin/uname -X|egrep '^Machine.*Pentium Pro' >/dev/null) \ + (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 echo ${UNAME_MACHINE}-pc-sco$UNAME_REL else echo ${UNAME_MACHINE}-pc-sysv32 fi - exit 0 ;; - i?86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit 0 ;; + exit ;; pc:*:*:*) # Left here for compatibility: # uname -m prints for DJGPP always 'pc', but it prints nothing about # the processor, so we play safe by assuming i386. echo i386-pc-msdosdjgpp - exit 0 ;; + exit ;; Intel:Mach:3*:*) echo i386-pc-mach3 - exit 0 ;; + exit ;; paragon:*:*:*) echo i860-intel-osf1 - exit 0 ;; + exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 fi - exit 0 ;; + exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv - exit 0 ;; - M68*:*:R3V[567]*:*) - test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 4850:*:4.0:3.0) + exit ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit ;; + M680?0:D-NIX:5.3:*) + echo m68k-diab-dnix + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0) OS_REL='' test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4.3${OS_REL} && exit 0 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4 && exit 0 ;; - m68*:LynxOS:2.*:*) + && { echo i486-ncr-sysv4; exit; } ;; + m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 - exit 0 ;; - i?86:LynxOS:2.*:* | i?86:LynxOS:3.[01]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; - rs6000:LynxOS:2.*:* | PowerPC:LynxOS:2.*:*) + exit ;; + rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; + PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) + echo powerpc-unknown-lynxos${UNAME_RELEASE} + exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} - exit 0 ;; + exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` @@ -970,80 +1152,155 @@ else echo ns32k-sni-sysv fi - exit 0 ;; - PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says + exit ;; + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says echo i586-unisys-sysv4 - exit 0 ;; + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 - exit 0 ;; + exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 - exit 0 ;; + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; + *:VOS:*:*) + # From Paul.Green@stratus.com. + echo hppa1.1-stratus-vos + exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} - exit 0 ;; - news*:NEWS-OS:*:6*) + exit ;; + news*:NEWS-OS:6*:*) echo mips-sony-newsos6 - exit 0 ;; + exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then echo mips-nec-sysv${UNAME_RELEASE} else echo mips-unknown-sysv${UNAME_RELEASE} fi - exit 0 ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos - exit 0 ;; + exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos - exit 0 ;; + exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos - exit 0 ;; + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; + SX-6:SUPER-UX:*:*) + echo sx6-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Darwin:*:*) - echo `uname -p`-apple-darwin${UNAME_RELEASE} - exit 0 ;; + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) - if test "${UNAME_MACHINE}" = "x86pc"; then + UNAME_PROCESSOR=`uname -p` + if test "$UNAME_PROCESSOR" = "x86"; then + UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo `uname -p`-${UNAME_MACHINE}-nto-qnx - exit 0 ;; + echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + exit ;; *:QNX:*:4*) echo i386-pc-qnx - exit 0 ;; - NSR-W:NONSTOP_KERNEL:*:*) + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} - exit 0 ;; + exit ;; + *:NonStop-UX:*:*) + echo mips-compaq-nonstopux + exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv - exit 0 ;; + exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit 0 ;; + exit ;; + *:Plan9:*:*) + # "uname -m" is not consistent, so use $cputype instead. 386 + # is converted to i386 for consistency with other x86 + # operating systems. + if test "$cputype" = "386"; then + UNAME_MACHINE=i386 + else + UNAME_MACHINE="$cputype" + fi + echo ${UNAME_MACHINE}-unknown-plan9 + exit ;; + *:TOPS-10:*:*) + echo pdp10-unknown-tops10 + exit ;; + *:TENEX:*:*) + echo pdp10-unknown-tenex + exit ;; + KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) + echo pdp10-dec-tops20 + exit ;; + XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) + echo pdp10-xkl-tops20 + exit ;; + *:TOPS-20:*:*) + echo pdp10-unknown-tops20 + exit ;; + *:ITS:*:*) + echo pdp10-unknown-its + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2 +eval $set_cc_for_build cat >$dummy.c < @@ -1069,7 +1326,7 @@ #endif #if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix"); exit (0); + printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) @@ -1130,11 +1387,24 @@ #endif #if defined (vax) -#if !defined (ultrix) - printf ("vax-dec-bsd\n"); exit (0); -#else - printf ("vax-dec-ultrix\n"); exit (0); -#endif +# if !defined (ultrix) +# include +# if defined (BSD) +# if BSD == 43 + printf ("vax-dec-bsd4.3\n"); exit (0); +# else +# if BSD == 199006 + printf ("vax-dec-bsd4.3reno\n"); exit (0); +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# endif +# else + printf ("vax-dec-bsd\n"); exit (0); +# endif +# else + printf ("vax-dec-ultrix\n"); exit (0); +# endif #endif #if defined (alliant) && defined (i860) @@ -1145,12 +1415,12 @@ } EOF -$CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null && ./$dummy && rm $dummy.c $dummy && exit 0 -rm -f $dummy.c $dummy +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) @@ -1159,25 +1429,69 @@ case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd - exit 0 ;; + exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; c34*) echo c34-convex-bsd - exit 0 ;; + exit ;; c38*) echo c38-convex-bsd - exit 0 ;; + exit ;; c4*) echo c4-convex-bsd - exit 0 ;; + exit ;; esac fi -#echo '(Unable to guess system type)' 1>&2 +cat >&2 < in order to provide the needed +information to handle your system. + +config.guess timestamp = $timestamp + +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null` + +hostinfo = `(hostinfo) 2>/dev/null` +/bin/universe = `(/bin/universe) 2>/dev/null` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null` +/bin/arch = `(/bin/arch) 2>/dev/null` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` + +UNAME_MACHINE = ${UNAME_MACHINE} +UNAME_RELEASE = ${UNAME_RELEASE} +UNAME_SYSTEM = ${UNAME_SYSTEM} +UNAME_VERSION = ${UNAME_VERSION} +EOF exit 1 + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- xlhtml-0.5.1.orig/config.sub +++ xlhtml-0.5.1/config.sub @@ -1,8 +1,10 @@ #! /bin/sh -# Configuration validation subroutine script, version 1.1. -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000 -# Free Software Foundation, Inc. -# +# Configuration validation subroutine script. +# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + +timestamp='2006-02-23' + # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software # can handle that machine. It does not imply ALL GNU software can. @@ -19,16 +21,17 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. - +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, USA. +# # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a # configuration script generated by Autoconf, you may include it under # the same distribution terms that you use for the rest of that program. -# Written by Per Bothner . -# Please send patches to . + +# Please send patches to . Submit a context +# diff and a properly formatted ChangeLog entry. # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -50,30 +53,75 @@ # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM # It is wrong to echo any other type of specification. -if [ x$1 = x ] -then - echo Configuration name missing. 1>&2 - echo "Usage: $0 CPU-MFR-OPSYS" 1>&2 - echo "or $0 ALIAS" 1>&2 - echo where ALIAS is a recognized configuration type. 1>&2 - exit 1 -fi +me=`echo "$0" | sed -e 's,.*/,,'` -# First pass through any local machine types. -case $1 in - *local*) - echo $1 - exit 0 - ;; - *) - ;; +usage="\ +Usage: $0 [OPTION] CPU-MFR-OPSYS + $0 [OPTION] ALIAS + +Canonicalize a configuration name. + +Operation modes: + -h, --help print this help, then exit + -t, --time-stamp print date of last modification, then exit + -v, --version print version number, then exit + +Report bugs and patches to ." + +version="\ +GNU config.sub ($timestamp) + +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 +Free Software Foundation, Inc. + +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." + +help=" +Try \`$me --help' for more information." + +# Parse command line +while test $# -gt 0 ; do + case $1 in + --time-stamp | --time* | -t ) + echo "$timestamp" ; exit ;; + --version | -v ) + echo "$version" ; exit ;; + --help | --h* | -h ) + echo "$usage"; exit ;; + -- ) # Stop option processing + shift; break ;; + - ) # Use stdin as input. + break ;; + -* ) + echo "$me: invalid option $1$help" + exit 1 ;; + + *local*) + # First pass through any local machine types. + echo $1 + exit ;; + + * ) + break ;; + esac +done + +case $# in + 0) echo "$me: missing argument$help" >&2 + exit 1;; + 1) ;; + *) echo "$me: too many arguments$help" >&2 + exit 1;; esac # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). # Here we must recognize all the valid KERNEL-OS combinations. maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` case $maybe_os in - nto-qnx* | linux-gnu*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \ + uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \ + storm-chaos* | os2-emx* | rtmk-nova*) os=-$maybe_os basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` ;; @@ -99,7 +147,7 @@ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -113,9 +161,21 @@ os=-vxworks basic_machine=$1 ;; + -chorusos*) + os=-chorusos + basic_machine=$1 + ;; + -chorusrdb) + os=-chorusrdb + basic_machine=$1 + ;; -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -132,6 +192,10 @@ # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco*) os=-sco3.2v2 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -171,30 +235,75 @@ case $basic_machine in # Recognize the basic CPU types without company name. # Some are omitted here because they have special meanings below. - tahoe | i860 | ia64 | m32r | m68k | m68000 | m88k | ns32k | arc | arm \ - | arme[lb] | pyramid | mn10200 | mn10300 | tron | a29k \ - | 580 | i960 | h8300 \ - | x86 | ppcbe | mipsbe | mipsle | shbe | shle | armbe | armle \ - | hppa | hppa1.0 | hppa1.1 | hppa2.0 | hppa2.0w | hppa2.0n \ - | hppa64 \ - | alpha | alphaev[4-8] | alphaev56 | alphapca5[67] \ - | alphaev6[78] \ - | we32k | ns16k | clipper | i370 | sh | powerpc | powerpcle \ - | 1750a | dsp16xx | pdp11 | mips16 | mips64 | mipsel | mips64el \ - | mips64orion | mips64orionel | mipstx39 | mipstx39el \ - | mips64vr4300 | mips64vr4300el | mips64vr4100 | mips64vr4100el \ - | mips64vr5000 | miprs64vr5000el | mcore \ - | sparc | sparclet | sparclite | sparc64 | sparcv9 | v850 | c4x \ - | thumb | d10v | fr30 | avr) + 1750a | 580 \ + | a29k \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ + | fr30 | frv \ + | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | i370 | i860 | i960 | ia64 \ + | ip2k | iq2000 \ + | m32r | m32rle | m68000 | m68k | m88k | maxq | mb | microblaze | mcore \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64vr | mips64vrel \ + | mips64orion | mips64orionel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipstx39 | mipstx39el \ + | mn10200 | mn10300 \ + | mt \ + | msp430 \ + | nios | nios2 \ + | ns16k | ns32k \ + | or32 \ + | pdp10 | pdp11 | pj | pjl \ + | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ + | pyramid \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ + | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ + | v850 | v850e \ + | we32k \ + | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \ + | z8k) + basic_machine=$basic_machine-unknown + ;; + m32c) basic_machine=$basic_machine-unknown ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl) + m6811 | m68hc11 | m6812 | m68hc12) + # Motorola 68HC11/12. + basic_machine=$basic_machine-unknown + os=-none + ;; + m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + ;; + ms1) + basic_machine=mt-unknown ;; # We use `pc' rather than `unknown' # because (1) that's what they normally are, and # (2) the word "unknown" tends to confuse beginning users. - i[34567]86) + i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. @@ -203,28 +312,68 @@ exit 1 ;; # Recognize the basic CPU types with company name. - # FIXME: clean up the formatting here. - vax-* | tahoe-* | i[34567]86-* | i860-* | ia64-* | m32r-* | m68k-* | m68000-* \ - | m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \ - | mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \ - | power-* | none-* | 580-* | cray2-* | h8300-* | h8500-* | i960-* \ - | xmp-* | ymp-* \ - | x86-* | ppcbe-* | mipsbe-* | mipsle-* | shbe-* | shle-* | armbe-* | armle-* \ - | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* | hppa2.0w-* \ - | hppa2.0n-* | hppa64-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphapca5[67]-* \ - | alphaev6[78]-* \ - | we32k-* | cydra-* | ns16k-* | pn-* | np1-* | xps100-* \ - | clipper-* | orion-* \ - | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \ - | sparc64-* | sparcv9-* | sparc86x-* | mips16-* | mips64-* | mipsel-* \ - | mips64el-* | mips64orion-* | mips64orionel-* \ - | mips64vr4100-* | mips64vr4100el-* | mips64vr4300-* | mips64vr4300el-* \ - | mipstx39-* | mipstx39el-* | mcore-* \ - | f301-* | armv*-* | s390-* | sv1-* | t3e-* \ - | m88110-* | m680[01234]0-* | m683?2-* | m68360-* | z8k-* | d10v-* \ - | thumb-* | v850-* | d30v-* | tic30-* | c30-* | fr30-* \ - | bs2000-*) + 580-* \ + | a29k-* \ + | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ + | avr-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ + | d10v-* | d30v-* | dlx-* \ + | elxsi-* \ + | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | h8300-* | h8500-* \ + | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ + | i*86-* | i860-* | i960-* | ia64-* \ + | ip2k-* | iq2000-* \ + | m32r-* | m32rle-* \ + | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ + | m88110-* | m88k-* | maxq-* | mcore-* \ + | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ + | mips16-* \ + | mips64-* | mips64el-* \ + | mips64vr-* | mips64vrel-* \ + | mips64orion-* | mips64orionel-* \ + | mips64vr4100-* | mips64vr4100el-* \ + | mips64vr4300-* | mips64vr4300el-* \ + | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ + | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ + | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ + | mipsisa64sb1-* | mipsisa64sb1el-* \ + | mipsisa64sr71k-* | mipsisa64sr71kel-* \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ + | none-* | np1-* | ns16k-* | ns32k-* \ + | orion-* \ + | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ + | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ + | pyramid-* \ + | romp-* | rs6000-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | shbe-* \ + | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ + | tron-* \ + | v850-* | v850e-* | vax-* \ + | we32k-* \ + | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa-* \ + | ymp-* \ + | z8k-*) + ;; + m32c-*) ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. @@ -242,6 +391,9 @@ basic_machine=a29k-amd os=-udi ;; + abacus) + basic_machine=abacus-unknown + ;; adobe68k) basic_machine=m68010-adobe os=-scout @@ -256,19 +408,25 @@ basic_machine=a29k-none os=-bsd ;; + amd64) + basic_machine=x86_64-pc + ;; + amd64-*) + basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; amdahl) basic_machine=580-amdahl os=-sysv ;; amiga | amiga-*) - basic_machine=m68k-cbm + basic_machine=m68k-unknown ;; amigaos | amigados) - basic_machine=m68k-cbm + basic_machine=m68k-unknown os=-amigaos ;; amigaunix | amix) - basic_machine=m68k-cbm + basic_machine=m68k-unknown os=-sysv4 ;; apollo68) @@ -287,6 +445,10 @@ basic_machine=ns32k-sequent os=-dynix ;; + c90) + basic_machine=c90-cray + os=-unicos + ;; convex-c1) basic_machine=c1-convex os=-bsd @@ -307,27 +469,45 @@ basic_machine=c38-convex os=-bsd ;; - cray | ymp) - basic_machine=ymp-cray + cray | j90) + basic_machine=j90-cray os=-unicos ;; - cray2) - basic_machine=cray2-cray - os=-unicos + craynv) + basic_machine=craynv-cray + os=-unicosmp ;; - [ctj]90-cray) - basic_machine=c90-cray - os=-unicos + cr16c) + basic_machine=cr16c-unknown + os=-elf ;; crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; + cris | cris-* | etrax*) + basic_machine=cris-axis + ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;; decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) basic_machine=mips-dec ;; + decsystem10* | dec10*) + basic_machine=pdp10-dec + os=-tops10 + ;; + decsystem20* | dec20*) + basic_machine=pdp10-dec + os=-tops20 + ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) basic_machine=m68k-motorola @@ -336,6 +516,10 @@ basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -369,6 +553,10 @@ basic_machine=tron-gmicro os=-sysv ;; + go32) + basic_machine=i386-pc + os=-go32 + ;; h3050r* | hiux*) basic_machine=hppa1.1-hitachi os=-hiuxwe2 @@ -444,19 +632,19 @@ basic_machine=i370-ibm ;; # I'm not sure what "Sysv32" means. Should this be sysv3.2? - i[34567]86v32) + i*86v32) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv32 ;; - i[34567]86v4*) + i*86v4*) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv4 ;; - i[34567]86v) + i*86v) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-sysv ;; - i[34567]86sol2) + i*86sol2) basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` os=-solaris2 ;; @@ -468,14 +656,6 @@ basic_machine=i386-unknown os=-vsta ;; - i386-go32 | go32) - basic_machine=i386-unknown - os=-go32 - ;; - i386-mingw32 | mingw32) - basic_machine=i386-unknown - os=-mingw32 - ;; iris | iris4d) basic_machine=mips-sgi case $os in @@ -501,6 +681,10 @@ basic_machine=ns32k-utek os=-sysv ;; + mingw32) + basic_machine=i386-pc + os=-mingw32 + ;; miniframe) basic_machine=m68000-convergent ;; @@ -508,32 +692,27 @@ basic_machine=m68k-atari os=-mint ;; - mipsel*-linux*) - basic_machine=mipsel-unknown - os=-linux-gnu - ;; - mips*-linux*) - basic_machine=mips-unknown - os=-linux-gnu - ;; mips3*-*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` ;; mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff ;; + morphos) + basic_machine=powerpc-unknown + os=-morphos + ;; msdos) - basic_machine=i386-unknown + basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -595,6 +774,10 @@ basic_machine=i960-intel os=-mon960 ;; + nonstopux) + basic_machine=mips-compaq + os=-nonstopux + ;; np1) basic_machine=np1-gould ;; @@ -605,6 +788,13 @@ basic_machine=hppa1.1-oki os=-proelf ;; + openrisc | openrisc-*) + basic_machine=or32-unknown + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 + ;; OSE68000 | ose68000) basic_machine=m68000-ericsson os=-ose @@ -627,45 +817,75 @@ pbb) basic_machine=m68k-tti ;; - pc532 | pc532-*) + pc532 | pc532-*) basic_machine=ns32k-pc532 ;; - pentium | p5 | k5 | k6 | nexen) + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; - pentiumpro | p6 | 6x86) + pentiumpro | p6 | 6x86 | athlon | athlon_*) + basic_machine=i686-pc + ;; + pentiumii | pentium2 | pentiumiii | pentium3) basic_machine=i686-pc ;; - pentiumii | pentium2) + pentium4) basic_machine=i786-pc ;; - pentium-* | p5-* | k5-* | k6-* | nexen-*) + pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - pentiumpro-* | p6-* | 6x86-*) + pentiumpro-* | p6-* | 6x86-* | athlon-*) + basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` ;; - pentiumii-* | pentium2-*) + pentium4-*) basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` ;; pn) basic_machine=pn-gould ;; - power) basic_machine=rs6000-ibm + power) basic_machine=power-ibm ;; ppc) basic_machine=powerpc-unknown - ;; + ;; ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` ;; ppcle | powerpclittle | ppc-le | powerpc-little) basic_machine=powerpcle-unknown - ;; + ;; ppcle-* | powerpclittle-*) basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` ;; + ppc64) basic_machine=powerpc64-unknown + ;; + ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; + ppc64le | powerpc64little | ppc64-le | powerpc64-little) + basic_machine=powerpc64le-unknown + ;; + ppc64le-* | powerpc64little-*) + basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; ps2) basic_machine=i386-ibm ;; + pw32) + basic_machine=i586-unknown + os=-pw32 + ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -676,10 +896,26 @@ rtpc | rtpc-*) basic_machine=romp-ibm ;; + s390 | s390-*) + basic_machine=s390-ibm + ;; + s390x | s390x-*) + basic_machine=s390x-ibm + ;; sa29200) basic_machine=a29k-amd os=-udi ;; + sb1) + basic_machine=mipsisa64sb1-unknown + ;; + sb1el) + basic_machine=mipsisa64sb1el-unknown + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; sequent) basic_machine=i386-sequent ;; @@ -687,7 +923,10 @@ basic_machine=sh-hitachi os=-hms ;; - sparclite-wrs) + sh64) + basic_machine=sh64-unknown + ;; + sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks ;; @@ -754,18 +993,42 @@ os=-dynix ;; t3e) - basic_machine=t3e-cray + basic_machine=alphaev5-cray os=-unicos ;; + t90) + basic_machine=t90-cray + os=-unicos + ;; + tic54x | c54x*) + basic_machine=tic54x-unknown + os=-coff + ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; tx39) basic_machine=mipstx39-unknown ;; tx39el) basic_machine=mipstx39el-unknown ;; + toad1) + basic_machine=pdp10-xkl + os=-tops20 + ;; tower | tower-32) basic_machine=m68k-ncr ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; udi29k) basic_machine=a29k-amd os=-udi @@ -787,8 +1050,8 @@ os=-vms ;; vpp*|vx|vx-*) - basic_machine=f301-fujitsu - ;; + basic_machine=f301-fujitsu + ;; vxworks960) basic_machine=i960-wrs os=-vxworks @@ -809,13 +1072,17 @@ basic_machine=hppa1.1-winbond os=-proelf ;; - xmp) - basic_machine=xmp-cray - os=-unicos + xbox) + basic_machine=i686-pc + os=-mingw32 ;; - xps | xps100) + xps | xps100) basic_machine=xps100-honeywell ;; + ymp) + basic_machine=ymp-cray + os=-unicos + ;; z8k-*-coff) basic_machine=z8k-unknown os=-sim @@ -836,32 +1103,35 @@ op60c) basic_machine=hppa1.1-oki ;; - mips) - if [ x$os = x-linux-gnu ]; then - basic_machine=mips-unknown - else - basic_machine=mips-mips - fi - ;; romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; vax) basic_machine=vax-dec ;; + pdp10) + # there are many clones, so DEC is not a safe bet + basic_machine=pdp10-unknown + ;; pdp11) basic_machine=pdp11-dec ;; we32k) basic_machine=we32k-att ;; - sparc | sparcv9) + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) + basic_machine=sh-unknown + ;; + sparc | sparcv8 | sparcv9 | sparcv9b) basic_machine=sparc-sun ;; - cydra) + cydra) basic_machine=cydra-cydrome ;; orion) @@ -876,9 +1146,8 @@ pmac | pmac-mpw) basic_machine=powerpc-apple ;; - c4x*) - basic_machine=c4x-none - os=-coff + *-unknown) + # Make sure to match an already-canonicalized machine name. ;; *) echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 @@ -932,35 +1201,49 @@ | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ + | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ + | -chorusos* | -chorusrdb* \ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ - | -interix* | -uwin* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit*) + | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \ + | -uxpv* | -beos* | -mpeix* | -udk* \ + | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ + | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ + | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ + | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ + | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) case $basic_machine in - x86-* | i[34567]86-*) + x86-* | i*86-*) ;; *) os=-nto$os ;; esac ;; + -nto-qnx*) + ;; -nto*) - os=-nto-qnx + os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) ;; -mac*) os=`echo $os | sed -e 's|mac|macos|'` ;; + -linux-dietlibc) + os=-linux-dietlibc + ;; -linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; @@ -973,6 +1256,9 @@ -opened*) os=-openedition ;; + -os400*) + os=-os400 + ;; -wince*) os=-wince ;; @@ -991,16 +1277,25 @@ -acis*) os=-aos ;; + -atheos*) + os=-atheos + ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; -ctix* | -uts*) os=-sysv ;; + -nova*) + os=-rtmk-nova + ;; -ns2 ) - os=-nextstep2 + os=-nextstep2 ;; - -nsk) + -nsk*) os=-nsk ;; # Preserve the version number of sinix5. @@ -1010,6 +1305,9 @@ -sinix*) os=-sysv4 ;; + -tpf*) + os=-tpf + ;; -triton*) os=-sysv3 ;; @@ -1037,8 +1335,17 @@ -xenix) os=-xenix ;; - -*mint | -*MiNT) - os=-mint + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + os=-mint + ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe ;; -none) ;; @@ -1071,7 +1378,14 @@ arm*-semi) os=-aout ;; - pdp11-*) + c4x-* | tic4x-*) + os=-coff + ;; + # This must come before the *-dec entry. + pdp10-*) + os=-tops20 + ;; + pdp11-*) os=-none ;; *-dec | vax-*) @@ -1098,6 +1412,9 @@ mips*-*) os=-elf ;; + or32-*) + os=-coff + ;; *-tti) # must be before sparc entry or we get the wrong os. os=-sysv3 ;; @@ -1107,9 +1424,15 @@ *-be) os=-beos ;; + *-haiku) + os=-haiku + ;; *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; @@ -1161,25 +1484,25 @@ *-next) os=-nextstep3 ;; - *-gould) + *-gould) os=-sysv ;; - *-highlevel) + *-highlevel) os=-bsd ;; *-encore) os=-bsd ;; - *-sgi) + *-sgi) os=-irix ;; - *-siemens) + *-siemens) os=-sysv4 ;; *-masscomp) os=-rtu ;; - f301-fujitsu) + f30[01]-fujitsu | f700-fujitsu) os=-uxpv ;; *-rom68k) @@ -1242,10 +1565,16 @@ -mvs* | -opened*) vendor=ibm ;; + -os400*) + vendor=ibm + ;; -ptx*) vendor=sequent ;; - -vxsim* | -vxworks*) + -tpf*) + vendor=ibm + ;; + -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; -aux*) @@ -1257,12 +1586,23 @@ -mpw* | -macos*) vendor=apple ;; - -*mint | -*MiNT) + -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) vendor=atari ;; + -vos*) + vendor=stratus + ;; esac basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac echo $basic_machine$os +exit + +# Local variables: +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "timestamp='" +# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-end: "'" +# End: --- xlhtml-0.5.1.orig/ppthtml/README +++ xlhtml-0.5.1/ppthtml/README @@ -33,8 +33,9 @@ IV. COMMANDLINE OPTIONS -ppthtml now has several command line options that let you tailor its output. The -command is now: ppthtml [] file.ppt +ppthtml does not take any command line options. The usage is simply: + + ppthtml file.ppt V. PERFORMANCE TUNING --- xlhtml-0.5.1.orig/ppthtml/ppthtml.1 +++ xlhtml-0.5.1/ppthtml/ppthtml.1 @@ -13,14 +13,7 @@ .B ppthtml program. The program .B ppthtml -is used to convert Microsoft Power Point files into either html or tab delimitted ASCII. The program can be interfaced with helper scripts for viewing email attachments. Most use of this program is through the helper scripts and one would probably rarely resort to using the commandline interface. - -.SH NOTES -To interface to Netscape Navigator: first locate the help scripts nspptview & nsopen. Go into the Edit Preferences dialog box. Click on the Navigator Category and hilight the Applications menu item. Look for Microsoft Excel Worksheet. If you don't see it create one. The MIME type should be: application/vnd.ms-powerpoint The suffixes should be: ppt,ppa,pps,pot,pwz In the handled by section of the dialog box, check the Application checkbox and set the path to wherever the nspptview helper script is located and pass a %s argument. For example, if nspptview is located in /usr/local/bin, then you would put: - -/usr/local/bin/nspptview %s - -in the Application path box.. (As a side note, make sure the nspptview script can find the ppthtml program or it won't work.) Click on the OK and you are done. You should be able to use the Test.ppt file that is distributed with the program to verify its configured correctly. +is used to convert Microsoft Power Point files into HTML. The program can be interfaced with helper scripts for viewing email attachments. Most use of this program is through the helper scripts and one would probably rarely resort to using the commandline interface. .SH AUTHOR Charles N Wyble --- xlhtml-0.5.1.orig/ppthtml/ppthtml.c +++ xlhtml-0.5.1/ppthtml/ppthtml.c @@ -73,10 +73,10 @@ COLEFS * cfs; COLERRNO colerrno; - if (argc < 2) + if (argc < 2 || strcmp(argv[1], "--help") == 0) { - fprintf (stderr, "pptHtml - Outputs Power Point files as Html.\n" - "Usage: "PRGNAME" \n"); + fprintf (stderr, PRGNAME " - Outputs Power Point files as Html.\n" + "Usage: %s \n", argv[0]); exit (1); } else --- xlhtml-0.5.1.orig/xlhtml/xlhtml.1 +++ xlhtml-0.5.1/xlhtml/xlhtml.1 @@ -2,6 +2,7 @@ .\"http://gmanedit.sourceforge.net .\"Sergio Rua .\"Updated by hand of Vaclav Dvorak +.\"Updated by Eric Warmenhoven .\" .TH xlhtml 1 "May 15, 2002" "xlhtml" @@ -10,23 +11,24 @@ .SH SYNOPSIS .B xlhtml -.RB [ \-nc ] .RB [ \-a ] -.RB [ \-fw ] +.RB [ \-asc ] +.RB [ \-csv ] +.RB [ \-xml ] .RB [ \-bc\fINNNNNN\fP ] -.RB [ \-tc\fINNNNNN\fP ] .RB [ \-bi\fI/path\fP ] .RB [ \-c ] -.RB [ \-te ] +.RB [ \-dp ] .RB [ \-v ] +.RB [ \-fw ] .RB [ \-m ] -.RB [ \-asc ] -.RB [ \-dp ] +.RB [ \-nc ] +.RB [ \-nh ] +.RB [ \-tc\fINNNNNN\fP ] +.RB [ \-te ] +.RB [ \-xc:\fIN-N\fP ] .RB [ \-xp:\fIN\fP ] -.RB [ \-xc:\fIN\fP ] -.RB [ \-xr:\fIN\fP ] -.RB [ \-xml ] -.RB [ \-csv ] +.RB [ \-xr:\fIN-N\fP ] .RB \fIFILE\fP .br @@ -42,21 +44,21 @@ .SH OPTIONS .TP -.BR \-nc -tells it not to colorize the output. -.TP .BR \-a aggressively optimize html by removing or VALIGN="bottom". Some older browsers may not display properly in this mode. .TP -.BR \-fw -suppress formula warnings about accuracy +.BR \-asc +Ascii out of -dp and extraction data (-xc, -xp, -xr) .TP -.BR \-bc -Override the background color. e.g. -bg808080 for gray +.BR \-csv +Output in Comma Separated Values of -dp and extraction data (-xc, -xp, -xr) .TP -.BR \-tc -Override the text color. e.g. -tcFF0000 for red +.BR \-xml +Output in XML of -dp and extraction data (-xc, -xp, -xr) +.TP +.BR \-bc +Override the background color. e.g. -bc808080 for gray .TP .BR \-bi Use background image. e.g. -bi/home/httpd/icon/tar.gif @@ -64,38 +66,38 @@ .BR \-c Centers the tables horizontally .TP -.BR \-te -Trims empty rows & columns at the edges of a worksheet +.BR \-dp +Dump page count and max columns and rows per page .TP .BR \-v Prints program version .TP +.BR \-fw +suppress formula warnings about accuracy +.TP .BR \-m No encoding for multibyte .TP -.BR \-asc -Ascii out of -dp and extraction data (-x?) +.BR \-nc +tells it not to colorize the output. .TP -.BR \-dp -Dump page count and max columns and rows per page +.BR \-nh +Suppress header and body tags in html output .TP -.BR \-xp -Page for extraction (zero based) +.BR \-tc +Override the text color. e.g. -tcFF0000 for red +.TP +.BR \-te +Trims empty rows & columns at the edges of a worksheet .TP .BR \-xc Columns (separated by a dash) for extraction (zero based) .TP +.BR \-xp +Page for extraction (zero based), one page only +.TP .BR \-xr Rows (separated by a dash) to be extracted (zero based) -.TP -.BR \-xml -Output in XML -.TP -.BR \-csv -Output in Comma Separated Values -.TP -.BR \-nh -Suppress header and body tags in html output .PP An example of the extraction command line is: xlhtml -fw -asc -xp:0 -xr:2-6 -xc:0-1 Test.xls @@ -104,24 +106,6 @@ Formatted output of cells by column left to right, columns separated by a tab, end of row is: 0x0A, end of file: \\n\\n -.SH NOTES -To interface to Netscape Navigator: first locate the help scripts nsxlview & -nsopen. Go into the Edit Preferences dialog box. Click on the Navigator -Category and hilight the Applications menu item. Look for Microsoft Excel -Worksheet. If you don't see it create one. The MIME type should be: -application/vnd.ms-excel, the suffixes should be: -xls,xlt,xlm,xld,xla,xlc,xlw,xll. In the handled by section of the dialog box, -check the Application checkbox and set the path to wherever the nsxlview helper -script is located and pass a %s argument. For example, if nsxlview is located -in /usr/local/bin, then you would put: - -/usr/local/bin/nsxlview %s - -in the Application path box. (As a side note, make sure the nsxlview script can -find the xlhtml program or it won't work.) Click on the OK and you are done. -You should be able to use the Test.xls file that is distributed with the -program to verify its configured correctly. - .SH AUTHOR Steve Grubb, Charles N Wyble --- xlhtml-0.5.1.orig/xlhtml/xlhtml.c +++ xlhtml-0.5.1/xlhtml/xlhtml.c @@ -333,10 +333,13 @@ Xtract = 1; buf = strdup(argv[i]); ptr = strrchr(buf, '-'); - xr2 = (S16)atoi(ptr+1); - *ptr = 0; + if (ptr != buf) + { + xr2 = (S16)strtol(ptr+1, NULL, 10); + *ptr = 0; + } ptr = strchr(buf, ':'); - xr1 = (S16)atoi(ptr+1); + xr1 = (S16)strtol(ptr+1, NULL, 10); free(buf); if (xr1 > xr2) { @@ -2906,6 +2909,16 @@ if (Csv) printf("\""); break; + case 0x16: /* Date/Time: m-d-y h:mm */ + if (Csv) + printf ("\""); + num = atol ((char *) u->str); + NumToDate (num, &year, &month, &date); + FracToTime (u->str, &hr, &minu, 0, 0); + printf ("%d-%d-%02d %d:%02d", month, date, year, hr, minu); + if (Csv) + printf ("\""); + break; case 0x25: /* Number with comma, no decimal */ if (Csv) printf("\""); --- xlhtml-0.5.1.orig/strace +++ xlhtml-0.5.1/strace @@ -0,0 +1,16298 @@ +15517 execve("/usr/bin/debuild", ["debuild", "clean"], [/* 42 vars */]) = 0 +15517 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15517 brk(0) = 0x8150a60 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15517 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15517 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15517 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40021000 +15517 close(3) = 0 +15517 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15517 open("/etc/ld.so.cache", O_RDONLY) = 3 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15517 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40023000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libdl.so.2", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15517 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15517 old_mmap(0x4002b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4002b000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libm.so.6", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15517 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002d000 +15517 old_mmap(0x40051000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40051000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15517 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40053000 +15517 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40054000 +15517 old_mmap(0x40063000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40063000 +15517 old_mmap(0x40065000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40065000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libc.so.6", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15517 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400a7000 +15517 old_mmap(0x401c1000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401c1000 +15517 old_mmap(0x401c9000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c9000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15517 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401cb000 +15517 old_mmap(0x401d0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401d0000 +15517 old_mmap(0x401d2000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401d2000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15517 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401f9000 +15517 old_mmap(0x4020b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x4020b000 +15517 old_mmap(0x4020d000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4020d000 +15517 close(3) = 0 +15517 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15517 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15517 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15517 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15517 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4020f000 +15517 old_mmap(0x40218000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40218000 +15517 close(3) = 0 +15517 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4021a000 +15517 mprotect(0x401c1000, 20480, PROT_READ) = 0 +15517 munmap(0x40023000, 23038) = 0 +15517 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 +15517 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15517 getpid() = 15517 +15517 rt_sigaction(SIGRTMIN, {0x4005c3a0, [], SA_RESTORER, 0x400d0508}, NULL, 8) = 0 +15517 rt_sigaction(SIGRT_1, {0x4005c430, [RTMIN], SA_RESTORER, 0x400d0508}, NULL, 8) = 0 +15517 rt_sigaction(SIGRT_2, {0x4005bf00, [], SA_RESTORER, 0x400d0508}, NULL, 8) = 0 +15517 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15517 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15517 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, 2, 0xbfffd834, 30, (nil), 0}) = 0 +15517 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 brk(0) = 0x8150a60 +15517 brk(0x8171a60) = 0x8171a60 +15517 brk(0x8172000) = 0x8172000 +15517 getuid32() = 3308 +15517 geteuid32() = 3308 +15517 getgid32() = 1011 +15517 getegid32() = 1011 +15517 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4021b000 +15517 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15517 read(3, "\333c\372\317", 4) = 4 +15517 close(3) = 0 +15517 time([1142898175]) = 1142898175 +15517 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffd860) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffd860) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffd860) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.7", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.7", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.6", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.6", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15517 stat64("/usr/local/share/perl/5.8.4", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.3", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.3", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.2", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.2", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.1", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.1", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.0", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.0", 0xbfffd9b0) = -1 ENOENT (No such file or directory) +15517 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(0, 0, 0xbfffd700, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(1, 0, 0xbfffd700, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(2, 0, 0xbfffd700, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 open("/usr/bin/debuild", O_RDONLY|O_LARGEFILE) = 3 +15517 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd778) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(3, 0, [0], SEEK_CUR) = 0 +15517 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15517 fstat64(3, {st_mode=S_IFREG|0755, st_size=29029, ...}) = 0 +15517 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15517 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15517 getpid() = 15517 +15517 getppid() = 15516 +15517 read(3, "#! /usr/bin/perl -w\n\n# Perl vers"..., 4096) = 4096 +15517 stat64("/etc/perl/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/strict.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15517 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 brk(0x8193000) = 0x8193000 +15517 read(4, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15517 _llseek(4, 598, [598], SEEK_SET) = 0 +15517 _llseek(4, 0, [598], SEEK_CUR) = 0 +15517 close(4) = 0 +15517 stat64("/etc/perl/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/File/Basename.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/File/Basename.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/File/Basename.pm", {st_mode=S_IFREG|0644, st_size=11261, ...}) = 0 +15517 open("/usr/share/perl/5.8/File/Basename.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "=head1 NAME\n\nFile::Basename - Pa"..., 4096) = 4096 +15517 stat64("/etc/perl/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/re.pm", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/re.pm", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/re.pm", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/re.pm", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/re.pm", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/re.pmc", 0xbfffd00c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/re.pm", {st_mode=S_IFREG|0644, st_size=1340, ...}) = 0 +15517 open("/usr/lib/perl/5.8/re.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffcd38) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "package re;\n\nour $VERSION = 0.05"..., 4096) = 1340 +15517 read(5, "", 4096) = 0 +15517 close(5) = 0 +15517 stat64("/etc/perl/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/warnings.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/warnings.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/warnings.pm", {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0 +15517 open("/usr/share/perl/5.8/warnings.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccf8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "# -*- buffer-read-only: t -*-\n# "..., 4096) = 4096 +15517 stat64("/etc/perl/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Carp.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Carp.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Carp.pm", {st_mode=S_IFREG|0644, st_size=4112, ...}) = 0 +15517 open("/usr/share/perl/5.8/Carp.pm", O_RDONLY|O_LARGEFILE) = 6 +15517 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffc858) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(6, 0, [0], SEEK_CUR) = 0 +15517 read(6, "package Carp;\n\nour $VERSION = \'1"..., 4096) = 4096 +15517 read(6, "gmess @_ }\n\n1;\n", 4096) = 16 +15517 read(6, "", 4096) = 0 +15517 close(6) = 0 +15517 stat64("/etc/perl/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15517 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 6 +15517 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffc858) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(6, 0, [0], SEEK_CUR) = 0 +15517 read(6, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15517 brk(0x81b4000) = 0x81b4000 +15517 _llseek(6, 2217, [2217], SEEK_SET) = 0 +15517 _llseek(6, 0, [2217], SEEK_CUR) = 0 +15517 close(6) = 0 +15517 read(5, "\\x00\\x00\\x00\\x00\\x00\", # [27]\n "..., 4096) = 4096 +15517 read(5, "x00\\x20\\x00\", # [42]\n \'untie\'"..., 4096) = 4096 +15517 read(5, "ssage = pop ;\n my ($callers_b"..., 4096) = 730 +15517 read(5, "", 4096) = 0 +15517 close(5) = 0 +15517 read(4, "[:>\\]])?(.*)/s);\n $dirpath ||"..., 4096) = 4096 +15517 read(4, ".\'. fileparse() would return \'f"..., 4096) = 3069 +15517 brk(0x81d5000) = 0x81d5000 +15517 read(4, "", 4096) = 0 +15517 close(4) = 0 +15517 stat64("/etc/perl/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/filetest.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/filetest.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/filetest.pm", {st_mode=S_IFREG|0644, st_size=2156, ...}) = 0 +15517 open("/usr/share/perl/5.8/filetest.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "package filetest;\n\nour $VERSION "..., 4096) = 2156 +15517 read(4, "", 4096) = 0 +15517 close(4) = 0 +15517 stat64("/etc/perl/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/Cwd.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Cwd.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Cwd.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Cwd.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Cwd.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Cwd.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Cwd.pm", {st_mode=S_IFREG|0644, st_size=13691, ...}) = 0 +15517 open("/usr/lib/perl/5.8/Cwd.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "package Cwd;\n\nuse strict;\nuse Ex"..., 4096) = 4096 +15517 stat64("/etc/perl/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/vars.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/vars.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 +15517 open("/usr/share/perl/5.8/vars.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccf8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 4096) = 1149 +15517 stat64("/etc/perl/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/warnings/register.pm", 0xbfffca3c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/warnings/register.pmc", 0xbfffcb2c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 +15517 open("/usr/share/perl/5.8/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 +15517 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffc858) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(6, 0, [0], SEEK_CUR) = 0 +15517 read(6, "package warnings::register;\n\nour"..., 4096) = 732 +15517 read(6, "", 4096) = 0 +15517 close(6) = 0 +15517 _llseek(5, 1148, [1148], SEEK_SET) = 0 +15517 _llseek(5, 0, [1148], SEEK_CUR) = 0 +15517 close(5) = 0 +15517 read(4, " chroot(2)\'ed environments\n m"..., 4096) = 4096 +15517 brk(0x81f6000) = 0x81f6000 +15517 read(4, "ne assumes that \'/\' is the only "..., 4096) = 4096 +15517 read(4, "wd {\n if (!defined &Dos::GetC"..., 4096) = 1403 +15517 read(4, "", 4096) = 0 +15517 close(4) = 0 +15517 stat64("/etc/perl/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/XSLoader.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/XSLoader.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/XSLoader.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/XSLoader.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/XSLoader.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3408, ...}) = 0 +15517 open("/usr/lib/perl/5.8/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "# Generated from XSLoader.pm.PL "..., 4096) = 3408 +15517 _llseek(4, 3407, [3407], SEEK_SET) = 0 +15517 _llseek(4, 0, [3407], SEEK_CUR) = 0 +15517 close(4) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/Cwd/Cwd.so", {st_mode=S_IFREG|0644, st_size=8700, ...}) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/Cwd/Cwd.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15517 open("/usr/lib/perl/5.8/auto/Cwd/Cwd.so", O_RDONLY) = 4 +15517 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\f\0\000"..., 512) = 512 +15517 fstat64(4, {st_mode=S_IFREG|0644, st_size=8700, ...}) = 0 +15517 old_mmap(NULL, 11712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x40023000 +15517 old_mmap(0x40025000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1000) = 0x40025000 +15517 close(4) = 0 +15517 stat64("/bin/pwd", {st_mode=S_IFREG|0755, st_size=14736, ...}) = 0 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(0, NULL) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15517 stat64("/users/home24/ewarmenh/bin/linux/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/users/home24/ewarmenh/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/bin/pwd", {st_mode=S_IFREG|0755, st_size=14736, ...}) = 0 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(0, NULL) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15517 stat64("/usr/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/sbin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/sbin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/sbin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/X11R6/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/games/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/opt/rational/clearcase/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/rational/local/bin/pwd", 0x8150bb8) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/IO/Handle.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/IO/Handle.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/IO/Handle.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/IO/Handle.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/IO/Handle.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/IO/Handle.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/IO/Handle.pm", {st_mode=S_IFREG|0644, st_size=7592, ...}) = 0 +15517 open("/usr/lib/perl/5.8/IO/Handle.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "package IO::Handle;\n\nuse 5.006_0"..., 4096) = 4096 +15517 stat64("/etc/perl/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/Symbol.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Symbol.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/Symbol.pm", {st_mode=S_IFREG|0644, st_size=2099, ...}) = 0 +15517 open("/usr/share/perl/5.8/Symbol.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccf8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "package Symbol;\n\nBEGIN { require"..., 4096) = 2099 +15517 read(5, "", 4096) = 0 +15517 close(5) = 0 +15517 stat64("/etc/perl/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/SelectSaver.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/SelectSaver.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/SelectSaver.pm", {st_mode=S_IFREG|0644, st_size=340, ...}) = 0 +15517 open("/usr/share/perl/5.8/SelectSaver.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccf8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "package SelectSaver;\n\nour $VERSI"..., 4096) = 340 +15517 read(5, "", 4096) = 0 +15517 close(5) = 0 +15517 stat64("/etc/perl/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/IO.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/IO.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/IO.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/IO.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/IO.pm", 0xbfffcedc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/IO.pmc", 0xbfffcfcc) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/IO.pm", {st_mode=S_IFREG|0644, st_size=413, ...}) = 0 +15517 open("/usr/lib/perl/5.8/IO.pm", O_RDONLY|O_LARGEFILE) = 5 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccf8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(5, 0, [0], SEEK_CUR) = 0 +15517 read(5, "#\n\npackage IO;\n\nuse XSLoader ();"..., 4096) = 413 +15517 brk(0x8217000) = 0x8217000 +15517 _llseek(5, 412, [412], SEEK_SET) = 0 +15517 _llseek(5, 0, [412], SEEK_CUR) = 0 +15517 close(5) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/IO/IO.so", {st_mode=S_IFREG|0644, st_size=15800, ...}) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/IO/IO.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15517 open("/usr/lib/perl/5.8/auto/IO/IO.so", O_RDONLY) = 5 +15517 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\22\0\000"..., 512) = 512 +15517 fstat64(5, {st_mode=S_IFREG|0644, st_size=15800, ...}) = 0 +15517 old_mmap(NULL, 18812, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x4023c000 +15517 old_mmap(0x40240000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x3000) = 0x40240000 +15517 close(5) = 0 +15517 read(4, "sage: $io->stat()\';\n stat($_["..., 4096) = 3496 +15517 read(4, "", 4096) = 0 +15517 close(4) = 0 +15517 read(3, "KAGE(-.*)?\')\n\n --help, -h"..., 4096) = 4096 +15517 brk(0x8238000) = 0x8238000 +15517 read(3, "_vars{$var}\";\\n];\n }\n fore"..., 4096) = 4096 +15517 read(3, "conf_msg;\n}\n\n\n# We first check @"..., 4096) = 4096 +15517 stat64("/etc/perl/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/locale.pm", 0xbfffd37c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/locale.pmc", 0xbfffd46c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl/5.8/locale.pm", {st_mode=S_IFREG|0644, st_size=168, ...}) = 0 +15517 open("/usr/share/perl/5.8/locale.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd198) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "package locale;\n\nour $VERSION = "..., 4096) = 168 +15517 read(4, "", 4096) = 0 +15517 close(4) = 0 +15517 read(3, "vel value (allowed are 0,1,2)\";\n"..., 4096) = 4096 +15517 brk(0x8259000) = 0x8259000 +15517 brk(0x8258000) = 0x8258000 +15517 read(3, "nary-arch|clean)$/) {\n\t $comm"..., 4096) = 4096 +15517 read(3, "parameters\n # it is given to "..., 4096) = 4096 +15517 stat64("/etc/perl/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/etc/perl/File/Glob.pm", 0xbfffd2ac) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pm", 0xbfffd2ac) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/local/share/perl/5.8.8/File/Glob.pm", 0xbfffd2ac) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl5/File/Glob.pm", 0xbfffd2ac) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/share/perl5/File/Glob.pm", 0xbfffd2ac) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/File/Glob.pmc", 0xbfffd39c) = -1 ENOENT (No such file or directory) +15517 stat64("/usr/lib/perl/5.8/File/Glob.pm", {st_mode=S_IFREG|0644, st_size=4080, ...}) = 0 +15517 open("/usr/lib/perl/5.8/File/Glob.pm", O_RDONLY|O_LARGEFILE) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd0c8) = -1 ENOTTY (Inappropriate ioctl for device) +15517 _llseek(4, 0, [0], SEEK_CUR) = 0 +15517 read(4, "package File::Glob;\n\nuse strict;"..., 4096) = 4080 +15517 brk(0x8279000) = 0x8279000 +15517 _llseek(4, 4079, [4079], SEEK_SET) = 0 +15517 _llseek(4, 0, [4079], SEEK_CUR) = 0 +15517 close(4) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15517 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15517 open("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", O_RDONLY) = 4 +15517 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\22"..., 512) = 512 +15517 fstat64(4, {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15517 old_mmap(NULL, 16868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x40241000 +15517 old_mmap(0x40245000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x4000) = 0x40245000 +15517 close(4) = 0 +15517 read(3, "\nsub fatal($) {\n my ($pack,$f"..., 4096) = 357 +15517 read(3, "", 4096) = 0 +15517 close(3) = 0 +15517 pipe([3, 4]) = 0 +15517 pipe([5, 6]) = 0 +15517 fork() = 15518 +15517 close(6 +15518 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 <... close resumed> ) = 0 +15518 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 close(4 +15518 getpid( +15517 <... close resumed> ) = 0 +15518 <... getpid resumed> ) = 15518 +15517 read(5, +15518 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15518 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15518 close(5) = 0 +15518 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15518 dup2(4, 1) = 1 +15518 close(4) = 0 +15518 close(3) = 0 +15518 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15518 getpid() = 15518 +15518 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15518 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15518 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15518 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15518 execve("/bin/sh", ["sh", "-c", "/bin/bash -c \'unset `set | grep "...], [/* 42 vars */]) = 0 +15517 <... read resumed> "", 4) = 0 +15517 close(5 +15518 uname( +15517 <... close resumed> ) = 0 +15518 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15517 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15518 brk(0 +15517 <... ioctl resumed> , 0xbfffd768) = -1 EINVAL (Invalid argument) +15518 <... brk resumed> ) = 0x80f464c +15517 _llseek(3, 0, +15518 access("/etc/ld.so.nohwcap", F_OK +15517 <... _llseek resumed> 0xbfffd7b0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15518 <... access resumed> ) = -1 ENOENT (No such file or directory) +15517 fstat64(3, +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15517 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15518 <... old_mmap resumed> ) = 0x40018000 +15517 read(3, +15518 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15518 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15518 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40021000 +15518 close(3) = 0 +15518 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15518 open("/etc/ld.so.cache", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15518 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40023000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15518 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15518 old_mmap(0x40063000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40063000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libdl.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15518 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006c000 +15518 old_mmap(0x4006e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006e000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libc.so.6", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40070000 +15518 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40071000 +15518 old_mmap(0x4018b000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4018b000 +15518 old_mmap(0x40193000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40193000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15518 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40195000 +15518 old_mmap(0x401a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401a7000 +15518 old_mmap(0x401a9000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401a9000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15518 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401ab000 +15518 old_mmap(0x401b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x401b4000 +15518 close(3) = 0 +15518 mprotect(0x4018b000, 20480, PROT_READ) = 0 +15518 munmap(0x40023000, 23038) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15518 close(3) = 0 +15518 brk(0) = 0x80f464c +15518 brk(0x80f5000) = 0x80f5000 +15518 brk(0x80f6000) = 0x80f6000 +15518 getuid32() = 3308 +15518 getgid32() = 1011 +15518 geteuid32() = 3308 +15518 getegid32() = 1011 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 time(NULL) = 1142898175 +15518 brk(0x80f7000) = 0x80f7000 +15518 brk(0x80f8000) = 0x80f8000 +15518 open("/etc/mtab", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15518 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15518 close(3) = 0 +15518 munmap(0x40023000, 4096) = 0 +15518 open("/proc/meminfo", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15518 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15518 read(3, " total: used: free:"..., 8192) = 650 +15518 close(3) = 0 +15518 munmap(0x40023000, 8192) = 0 +15518 brk(0x80f9000) = 0x80f9000 +15518 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15518 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15518 brk(0x80fa000) = 0x80fa000 +15518 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 brk(0x80fb000) = 0x80fb000 +15518 getpid() = 15518 +15518 getppid() = 15517 +15518 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 stat64("/users/home24/ewarmenh/bin/linux/sh", 0xbfffe8d8) = -1 ENOENT (No such file or directory) +15518 stat64("/users/home24/ewarmenh/bin/sh", 0xbfffe8d8) = -1 ENOENT (No such file or directory) +15518 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 brk(0x817b000) = 0x817b000 +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15518 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15518 brk(0x817c000) = 0x817c000 +15518 getpgrp() = 15516 +15518 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 brk(0x817d000) = 0x817d000 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 brk(0x817e000) = 0x817e000 +15518 brk(0x817f000) = 0x817f000 +15518 brk(0x8180000) = 0x8180000 +15518 brk(0x8181000) = 0x8181000 +15518 brk(0x8182000) = 0x8182000 +15518 brk(0x8183000) = 0x8183000 +15518 brk(0x8184000) = 0x8184000 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15518 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15518 execve("/bin/bash", ["/bin/bash", "-c", "unset `set | grep \"^DEBUILD_\" | "...], [/* 40 vars */]) = 0 +15518 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15518 brk(0) = 0x80f464c +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15518 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15518 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15518 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40021000 +15518 close(3) = 0 +15518 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15518 open("/etc/ld.so.cache", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15518 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40023000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15518 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15518 old_mmap(0x40063000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40063000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libdl.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15518 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006c000 +15518 old_mmap(0x4006e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006e000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libc.so.6", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40070000 +15518 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40071000 +15518 old_mmap(0x4018b000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4018b000 +15518 old_mmap(0x40193000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40193000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15518 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40195000 +15518 old_mmap(0x401a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401a7000 +15518 old_mmap(0x401a9000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401a9000 +15518 close(3) = 0 +15518 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15518 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15518 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15518 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401ab000 +15518 old_mmap(0x401b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x401b4000 +15518 close(3) = 0 +15518 mprotect(0x4018b000, 20480, PROT_READ) = 0 +15518 munmap(0x40023000, 23038) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15518 close(3) = 0 +15518 brk(0) = 0x80f464c +15518 brk(0x80f5000) = 0x80f5000 +15518 brk(0x80f6000) = 0x80f6000 +15518 getuid32() = 3308 +15518 getgid32() = 1011 +15518 geteuid32() = 3308 +15518 getegid32() = 1011 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 time(NULL) = 1142898175 +15518 brk(0x80f7000) = 0x80f7000 +15518 brk(0x80f8000) = 0x80f8000 +15518 open("/etc/mtab", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15518 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15518 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15518 close(3) = 0 +15518 munmap(0x40023000, 4096) = 0 +15518 open("/proc/meminfo", O_RDONLY) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15518 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15518 read(3, " total: used: free:"..., 8192) = 650 +15518 close(3) = 0 +15518 munmap(0x40023000, 8192) = 0 +15518 brk(0x80f9000) = 0x80f9000 +15518 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15518 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15518 brk(0x80fa000) = 0x80fa000 +15518 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 getpid() = 15518 +15518 brk(0x80fb000) = 0x80fb000 +15518 getppid() = 15517 +15518 brk(0x80fc000) = 0x80fc000 +15518 getpgrp() = 15516 +15518 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 brk(0x80fd000) = 0x80fd000 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 brk(0x80fe000) = 0x80fe000 +15518 brk(0x80ff000) = 0x80ff000 +15518 pipe([3, 4]) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15518 fork() = 15519 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15519 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15518 <... rt_sigprocmask resumed> NULL, 8) = 0 +15519 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15518 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, +15519 getpid( +15518 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15519 <... getpid resumed> ) = 15519 +15518 close(4 +15519 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15518 <... close resumed> ) = 0 +15519 <... rt_sigprocmask resumed> NULL, 8) = 0 +15518 read(3, +15519 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15519 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15519 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15519 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15519 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15519 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15519 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15519 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15519 dup2(4, 1) = 1 +15519 close(4) = 0 +15519 close(3) = 0 +15519 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15519 pipe([3, 4]) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15519 fork() = 15520 +15519 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15520 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15519 <... rt_sigprocmask resumed> NULL, 8) = 0 +15520 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15519 close(4 +15520 getpid( +15519 <... close resumed> ) = 0 +15520 <... getpid resumed> ) = 15520 +15519 close(4 +15520 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15519 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15520 <... rt_sigprocmask resumed> NULL, 8) = 0 +15519 pipe( +15520 rt_sigaction(SIGTSTP, {SIG_DFL}, +15519 <... pipe resumed> [4, 5]) = 0 +15520 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15520 rt_sigaction(SIGTTIN, {SIG_DFL}, +15519 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15520 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 fork( +15520 rt_sigaction(SIGTTOU, {SIG_DFL}, +15519 <... fork resumed> ) = 15521 +15520 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15521 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15520 close(3 +15519 <... rt_sigprocmask resumed> NULL, 8) = 0 +15521 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15520 <... close resumed> ) = 0 +15519 close(3 +15521 getpid( +15520 dup2(4, 1 +15519 <... close resumed> ) = 0 +15520 <... dup2 resumed> ) = 1 +15519 close(5 +15520 close(4 +15519 <... close resumed> ) = 0 +15520 <... close resumed> ) = 0 +15519 close(3 +15520 rt_sigaction(SIGINT, {SIG_DFL}, +15519 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15520 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15519 close(5 +15520 rt_sigaction(SIGQUIT, {SIG_DFL}, +15519 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15520 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15520 rt_sigaction(SIGCHLD, {SIG_DFL}, +15519 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15520 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15519 fork( +15520 rt_sigprocmask(SIG_BLOCK, [CHLD], +15519 <... fork resumed> ) = 15522 +15520 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15520 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15520 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15520 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15520 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15520 write(1, "BASH=/bin/bash\n", 15) = 15 +15520 write(1, "BASH_ARGC=()\n", 13) = 13 +15520 write(1, "BASH_ARGV=()\n", 13) = 13 +15520 brk(0x8101000) = 0x8101000 +15520 write(1, "BASH_EXECUTION_STRING=$\'unset `s"..., 1008) = 1008 +15520 write(1, "TIAN_OPTS END <<<\";\\neval set --"..., 281) = 281 +15520 write(1, "BASH_LINENO=()\n", 15) = 15 +15520 write(1, "BASH_SOURCE=()\n", 15) = 15 +15520 write(1, "BASH_VERSINFO=([0]=\"3\" [1]=\"1\" ["..., 86) = 86 +15520 write(1, "BASH_VERSION=\'3.1.5(1)-release\'\n", 32) = 32 +15520 write(1, "CCACHE_DIR=/net/lglenden-sun/md1"..., 40) = 40 +15520 write(1, "CCACHE_NLEVELS=8\n", 17) = 17 +15520 write(1, "CCACHE_UMASK=002\n", 17) = 17 +15520 write(1, "CLEARCASE_PROFILE=/users/home24/"..., 57) = 57 +15520 write(1, "CVS_RSH=ssh\n", 12) = 12 +15520 write(1, "DEBEMAIL=warmenhoven@debian.org\n", 32) = 32 +15520 write(1, "DIRSTACK=()\n", 12) = 12 +15520 write(1, "DISPLAY=:0\n", 11) = 11 +15520 write(1, "EDIT=vim\n", 9) = 9 +15520 write(1, "EDITOR=vim\n", 11) = 11 +15520 write(1, "EUID=3308\n", 10) = 10 +15520 write(1, "GROUPS=()\n", 10) = 10 +15520 write(1, "HOME=/users/home24/ewarmenh\n", 28) = 28 +15520 write(1, "HOSTNAME=ewarmenh-sun\n", 22) = 22 +15520 write(1, "HOSTTYPE=i486\n", 14) = 14 +15520 write(1, "IFS=$\' \\t\\n\'\n", 13) = 13 +15520 write(1, "INPUTRC=/users/home24/ewarmenh/."..., 45) = 45 +15520 write(1, "LC_ALL=C\n", 9) = 9 +15520 write(1, "LD_PRELOAD=:/lib/libnss_nis.so.2"..., 33) = 33 +15520 write(1, "LESSHISTFILE=-\n", 15) = 15 +15520 write(1, "LOGNAME=ewarmenh\n", 17) = 17 +15520 write(1, "LS_COLORS=\'no=00:fi=00:di=01;34:"..., 637) = 637 +15520 write(1, "MACHTYPE=i486-pc-linux-gnu\n", 27) = 27 +15520 write(1, "MAIL=imap://hq-ex-3/inbox\n", 26) = 26 +15520 write(1, "MALLOC_CHECK_=2\n", 16) = 16 +15520 write(1, "MODULESHOME=/usr/local/freeware/"..., 53) = 53 +15520 write(1, "MOZILLA_OPENURL_TYPE=new-tab\n", 29) = 29 +15520 write(1, "OPTERR=1\n", 9) = 9 +15520 write(1, "OPTIND=1\n", 9) = 9 +15520 write(1, "OSTYPE=linux-gnu\n", 17) = 17 +15520 write(1, "PAGER=less\n", 11) = 11 +15520 write(1, "PATH=/users/home24/ewarmenh/bin/"..., 204) = 204 +15520 write(1, "PPID=15517\n", 11) = 11 +15520 write(1, "PRINTER=sj3-5-2\n", 16) = 16 +15520 write(1, "PROMPT_COMMAND=check_exit_status"..., 33) = 33 +15520 write(1, "PS4=\'+ \'\n", 9) = 9 +15520 write(1, "PWD=/usr/local/src/xlhtml-0.5.1\n", 32) = 32 +15520 write(1, "SHELL=/bin/bash\n", 16) = 16 +15520 write(1, "SHELLOPTS=braceexpand:hashall:in"..., 51) = 51 +15520 write(1, "SHLVL=4\n", 8) = 8 +15520 write(1, "SSH_CLIENT=\'127.0.0.1 32771 22\'\n", 32) = 32 +15520 write(1, "SSH_CONNECTION=\'127.0.0.1 32771 "..., 46) = 46 +15520 write(1, "SSH_TTY=/dev/pts/1\n", 19) = 19 +15520 write(1, "STY=1863.pts-1.ewarmenh-sun\n", 28) = 28 +15520 write(1, "TERM=screen\n", 12) = 12 +15520 write(1, "TERMCAP=$\'SC|screen|VT 100/ANSI "..., 1008 +15521 <... getpid resumed> ) = 15521 +15519 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15521 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15519 <... rt_sigprocmask resumed> NULL, 8) = 0 +15521 <... rt_sigprocmask resumed> NULL, 8) = 0 +15519 close(4 +15521 rt_sigaction(SIGTSTP, {SIG_DFL}, +15519 <... close resumed> ) = 0 +15521 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [CHLD], +15521 rt_sigaction(SIGTTIN, {SIG_DFL}, +15519 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15521 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15521 rt_sigaction(SIGTTOU, {SIG_DFL}, +15519 <... rt_sigprocmask resumed> NULL, 8) = 0 +15521 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15519 rt_sigprocmask(SIG_BLOCK, [CHLD], +15521 close(4 +15519 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15521 <... close resumed> ) = 0 +15519 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4009a508}, +15521 dup2(3, 0 +15519 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15521 <... dup2 resumed> ) = 0 +15519 waitpid(-1, +15521 close(3) = 0 +15521 dup2(5, 1) = 1 +15521 close(5) = 0 +15521 stat64(".", +15522 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15522 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15522 getpid() = 15522 +15522 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15522 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15522 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15522 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15522 dup2(4, 0) = 0 +15522 close(4) = 0 +15522 stat64(".", +15521 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15522 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15521 stat64("/users/home24/ewarmenh/bin/linux/grep", +15522 stat64("/users/home24/ewarmenh/bin/linux/cut", +15521 <... stat64 resumed> 0xbfffdc08) = -1 ENOENT (No such file or directory) +15522 <... stat64 resumed> 0xbfffdc08) = -1 ENOENT (No such file or directory) +15521 stat64("/users/home24/ewarmenh/bin/grep", +15522 stat64("/users/home24/ewarmenh/bin/cut", +15521 <... stat64 resumed> 0xbfffdc08) = -1 ENOENT (No such file or directory) +15522 <... stat64 resumed> 0xbfffdc08) = -1 ENOENT (No such file or directory) +15521 stat64("/bin/grep", +15522 stat64("/bin/cut", +15521 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15521 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15521 brk(0x817f000) = 0x817f000 +15521 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15521 open("/proc/sys/kernel/ngroups_max", O_RDONLY +15522 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15521 <... open resumed> ) = -1 ENOENT (No such file or directory) +15522 open("/proc/sys/kernel/ngroups_max", O_RDONLY +15521 getgroups32(65536, +15522 <... open resumed> ) = -1 ENOENT (No such file or directory) +15521 <... getgroups32 resumed> [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15522 brk(0x817f000 +15521 stat64("/bin/grep", +15522 <... brk resumed> ) = 0x817f000 +15522 open("/proc/sys/kernel/ngroups_max", O_RDONLY +15521 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15522 <... open resumed> ) = -1 ENOENT (No such file or directory) +15521 rt_sigaction(SIGINT, {SIG_DFL}, +15522 open("/proc/sys/kernel/ngroups_max", O_RDONLY +15521 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15522 <... open resumed> ) = -1 ENOENT (No such file or directory) +15521 rt_sigaction(SIGQUIT, {SIG_DFL}, +15522 getgroups32(65536, +15521 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15522 <... getgroups32 resumed> [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15521 rt_sigaction(SIGCHLD, {SIG_DFL}, +15522 stat64("/bin/cut", +15521 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15521 execve("/bin/grep", ["grep", "^DEBUILD_"], [/* 40 vars */] +15522 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15522 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15522 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15522 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15522 execve("/bin/cut", ["cut", "-d=", "-f1"], [/* 40 vars */] +15521 <... execve resumed> ) = 0 +15521 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15521 brk(0) = 0x805ec7c +15521 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15521 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15521 open("/lib/libnss_nis.so.2", O_RDONLY +15522 <... execve resumed> ) = 0 +15522 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15522 brk(0) = 0x804e788 +15522 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15522 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15522 open("/lib/libnss_nis.so.2", O_RDONLY +15521 <... open resumed> ) = 3 +15521 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15521 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15521 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15522 <... open resumed> ) = 3 +15521 <... old_mmap resumed> ) = 0x40019000 +15522 read(3, +15521 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000 +15522 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15521 <... old_mmap resumed> ) = 0x40021000 +15522 fstat64(3, +15521 close(3 +15522 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15521 <... close resumed> ) = 0 +15522 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15521 access("/etc/ld.so.preload", R_OK +15522 <... old_mmap resumed> ) = 0x40019000 +15521 <... access resumed> ) = -1 ENOENT (No such file or directory) +15522 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000 +15521 open("/etc/ld.so.cache", O_RDONLY +15522 <... old_mmap resumed> ) = 0x40021000 +15522 close(3) = 0 +15522 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15522 open("/etc/ld.so.cache", O_RDONLY +15521 <... open resumed> ) = 3 +15522 <... open resumed> ) = 3 +15521 fstat64(3, +15522 fstat64(3, +15521 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15522 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15521 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15522 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15521 <... old_mmap resumed> ) = 0x40023000 +15522 <... old_mmap resumed> ) = 0x40023000 +15521 close(3 +15522 close(3 +15521 <... close resumed> ) = 0 +15522 <... close resumed> ) = 0 +15521 access("/etc/ld.so.nohwcap", F_OK +15522 access("/etc/ld.so.nohwcap", F_OK +15521 <... access resumed> ) = -1 ENOENT (No such file or directory) +15522 <... access resumed> ) = -1 ENOENT (No such file or directory) +15521 open("/lib/libc.so.6", O_RDONLY +15522 open("/lib/libc.so.6", O_RDONLY +15521 <... open resumed> ) = 3 +15522 <... open resumed> ) = 3 +15521 read(3, +15522 read(3, +15521 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15522 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15521 fstat64(3, +15522 fstat64(3, +15521 <... fstat64 resumed> {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15522 <... fstat64 resumed> {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15521 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15522 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15521 <... old_mmap resumed> ) = 0x40029000 +15522 <... old_mmap resumed> ) = 0x40029000 +15521 old_mmap(0x40143000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000 +15522 old_mmap(0x40143000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000 +15521 <... old_mmap resumed> ) = 0x40143000 +15522 <... old_mmap resumed> ) = 0x40143000 +15521 old_mmap(0x4014b000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15522 old_mmap(0x4014b000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15521 <... old_mmap resumed> ) = 0x4014b000 +15522 <... old_mmap resumed> ) = 0x4014b000 +15521 close(3 +15522 close(3 +15521 <... close resumed> ) = 0 +15522 <... close resumed> ) = 0 +15521 access("/etc/ld.so.nohwcap", F_OK +15522 access("/etc/ld.so.nohwcap", F_OK +15521 <... access resumed> ) = -1 ENOENT (No such file or directory) +15522 <... access resumed> ) = -1 ENOENT (No such file or directory) +15521 open("/lib/libnsl.so.1", O_RDONLY +15522 open("/lib/libnsl.so.1", O_RDONLY +15521 <... open resumed> ) = 3 +15522 <... open resumed> ) = 3 +15521 read(3, +15522 read(3, +15521 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15522 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15521 fstat64(3, +15522 fstat64(3, +15521 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15522 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15521 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15522 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15521 <... old_mmap resumed> ) = 0x4014d000 +15522 <... old_mmap resumed> ) = 0x4014d000 +15521 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000 +15522 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000 +15521 <... old_mmap resumed> ) = 0x4015f000 +15522 <... old_mmap resumed> ) = 0x4015f000 +15521 old_mmap(0x40161000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15522 old_mmap(0x40161000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15521 <... old_mmap resumed> ) = 0x40161000 +15522 <... old_mmap resumed> ) = 0x40161000 +15521 close(3 +15522 close(3 +15521 <... close resumed> ) = 0 +15522 <... close resumed> ) = 0 +15521 access("/etc/ld.so.nohwcap", F_OK +15522 access("/etc/ld.so.nohwcap", F_OK +15521 <... access resumed> ) = -1 ENOENT (No such file or directory) +15522 <... access resumed> ) = -1 ENOENT (No such file or directory) +15521 open("/lib/libnss_files.so.2", O_RDONLY +15522 open("/lib/libnss_files.so.2", O_RDONLY +15521 <... open resumed> ) = 3 +15522 <... open resumed> ) = 3 +15521 read(3, +15522 read(3, +15521 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15522 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15521 fstat64(3, +15522 fstat64(3, +15521 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15522 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15521 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15522 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15521 <... old_mmap resumed> ) = 0x40163000 +15522 <... old_mmap resumed> ) = 0x40163000 +15521 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15522 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15521 <... old_mmap resumed> ) = 0x40164000 +15522 <... old_mmap resumed> ) = 0x40164000 +15521 old_mmap(0x4016d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000 +15522 old_mmap(0x4016d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000 +15521 <... old_mmap resumed> ) = 0x4016d000 +15522 <... old_mmap resumed> ) = 0x4016d000 +15521 close(3 +15522 close(3 +15521 <... close resumed> ) = 0 +15522 <... close resumed> ) = 0 +15521 mprotect(0x40143000, 20480, PROT_READ +15522 mprotect(0x40143000, 20480, PROT_READ +15521 <... mprotect resumed> ) = 0 +15522 <... mprotect resumed> ) = 0 +15521 munmap(0x40023000, 23038 +15522 munmap(0x40023000, 23038 +15521 <... munmap resumed> ) = 0 +15522 <... munmap resumed> ) = 0 +15521 brk(0 +15522 brk(0 +15521 <... brk resumed> ) = 0x805ec7c +15522 <... brk resumed> ) = 0x804e788 +15521 brk(0x807fc7c +15522 brk(0x806f788 +15521 <... brk resumed> ) = 0x807fc7c +15522 <... brk resumed> ) = 0x806f788 +15521 brk(0x8080000 +15522 brk(0x8070000 +15521 <... brk resumed> ) = 0x8080000 +15522 <... brk resumed> ) = 0x8070000 +15521 fstat64(0, +15522 fstat64(0, +15521 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=3263, ...}) = 0 +15522 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15521 read(0, +15522 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15520 <... write resumed> ) = 1008 +15522 read(0, +15521 <... read resumed> "BASH=/bin/bash\nBASH_ARGC=()\nBASH"..., 32768) = 4271 +15520 write(1, "\\EOD:km:\'\n", 10 +15521 read(0, +15520 <... write resumed> ) = 10 +15521 <... read resumed> "\\EOD:km:\'\n", 28672) = 10 +15520 write(1, "TMP=/users/home24/ewarmenh/tmp\n", 31 +15521 read(0, +15520 <... write resumed> ) = 31 +15521 <... read resumed> "TMP=/users/home24/ewarmenh/tmp\n", 28672) = 31 +15520 write(1, "TMPDIR=/users/home24/ewarmenh/tm"..., 34 +15521 read(0, +15520 <... write resumed> ) = 34 +15521 <... read resumed> "TMPDIR=/users/home24/ewarmenh/tm"..., 28672) = 34 +15520 write(1, "UID=3308\n", 9 +15521 read(0, +15520 <... write resumed> ) = 9 +15521 <... read resumed> "UID=3308\n", 28672) = 9 +15520 write(1, "USER=ewarmenh\n", 14 +15521 read(0, +15520 <... write resumed> ) = 14 +15521 <... read resumed> "USER=ewarmenh\n", 28672) = 14 +15520 write(1, "VISUAL=vim\n", 11 +15521 read(0, +15520 <... write resumed> ) = 11 +15521 <... read resumed> "VISUAL=vim\n", 28672) = 11 +15520 write(1, "WINDOW=1\n", 9 +15521 read(0, +15520 <... write resumed> ) = 9 +15521 <... read resumed> "WINDOW=1\n", 28672) = 9 +15520 write(1, "WINEDITOR=vim\n", 14 +15521 read(0, +15520 <... write resumed> ) = 14 +15521 <... read resumed> "WINEDITOR=vim\n", 28672) = 14 +15520 write(1, "_=/bin/bash\n", 12 +15521 read(0, +15520 <... write resumed> ) = 12 +15521 <... read resumed> "_=/bin/bash\n", 28672) = 12 +15520 exit_group(0) = ? +15521 read(0, +15519 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15520 +15521 <... read resumed> "", 28672) = 0 +15519 waitpid(-1, +15521 close(1) = 0 +15522 <... read resumed> "", 4096) = 0 +15521 exit_group(1) = ? +15522 close(0 +15519 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 15521 +15522 <... close resumed> ) = 0 +15519 waitpid(-1, +15522 munmap(0x40023000, 4096) = 0 +15522 close(1) = 0 +15522 exit_group(0) = ? +15519 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15522 +15519 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15519 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, {0x807a090, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15519 close(4) = -1 EBADF (Bad file descriptor) +15519 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15519 --- SIGCHLD (Child exited) @ 0 (0) --- +15519 waitpid(-1, 0xbfffdd00, WNOHANG) = -1 ECHILD (No child processes) +15519 sigreturn() = ? (mask now [RTMIN]) +15519 exit_group(0) = ? +15518 <... read resumed> 0xbfffe424, 128) = ? ERESTARTSYS (To be restarted) +15518 --- SIGCHLD (Child exited) @ 0 (0) --- +15518 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15519 +15518 waitpid(-1, 0xbfffe0a8, WNOHANG) = -1 ECHILD (No child processes) +15518 sigreturn() = ? (mask now [RTMIN]) +15518 read(3, "", 128) = 0 +15518 close(3) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15518 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 brk(0x8100000) = 0x8100000 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 stat64("/etc/devscripts.conf", {st_mode=S_IFREG|0644, st_size=9193, ...}) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 stat64("/etc/devscripts.conf", {st_mode=S_IFREG|0644, st_size=9193, ...}) = 0 +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 brk(0x8180000) = 0x8180000 +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15518 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15518 open("/etc/devscripts.conf", O_RDONLY|O_LARGEFILE) = 3 +15518 fstat64(3, {st_mode=S_IFREG|0644, st_size=9193, ...}) = 0 +15518 brk(0x8184000) = 0x8184000 +15518 read(3, "# This configuration file gives "..., 9193) = 9193 +15518 close(3) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 stat64("/users/home24/ewarmenh/.devscripts", 0xbfffdea8) = -1 ENOENT (No such file or directory) +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15518 open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15518 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15518 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15518 getdents64(3, /* 28 entries */, 4096) = 864 +15518 getdents64(3, /* 0 entries */, 4096) = 0 +15518 close(3) = 0 +15518 write(1, "PACKAGE(-.*)?\n", 14) = 14 +15517 <... read resumed> "PACKAGE(-.*)?\n", 4096) = 14 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "yes\n", 4) = 4 +15517 <... read resumed> "yes\n", 4096) = 4 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "\n", 1) = 1 +15517 <... read resumed> "\n", 4096) = 1 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "fakeroot\n", 9) = 9 +15517 <... read resumed> "fakeroot\n", 4096) = 9 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "1\n", 2) = 2 +15517 <... read resumed> "1\n", 4096) = 2 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "no\n", 3) = 3 +15517 <... read resumed> "no\n", 4096) = 3 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, "no\n", 3) = 3 +15517 <... read resumed> "no\n", 4096) = 3 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_DPKG_BUILDPACKAGE_OP"..., 45) = 45 +15517 <... read resumed> ">>> DEBUILD_DPKG_BUILDPACKAGE_OP"..., 4096) = 45 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_DPKG_BUILDPACKAGE_OP"..., 43) = 43 +15517 <... read resumed> ">>> DEBUILD_DPKG_BUILDPACKAGE_OP"..., 4096) = 43 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_LINTIAN_OPTS BEGIN <"..., 35) = 35 +15517 <... read resumed> ">>> DEBUILD_LINTIAN_OPTS BEGIN <"..., 4096) = 35 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_LINTIAN_OPTS END <<<"..., 33) = 33 +15517 <... read resumed> ">>> DEBUILD_LINTIAN_OPTS END <<<"..., 4096) = 33 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_LINDA_OPTS BEGIN <<<"..., 33) = 33 +15517 <... read resumed> ">>> DEBUILD_LINDA_OPTS BEGIN <<<"..., 4096) = 33 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 write(1, ">>> DEBUILD_LINDA_OPTS END <<<\n", 31) = 31 +15517 <... read resumed> ">>> DEBUILD_LINDA_OPTS END <<<\n", 4096) = 31 +15517 read(3, +15518 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15518 pipe([3, 4]) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15518 fork() = 15524 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15524 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15518 <... rt_sigprocmask resumed> NULL, 8) = 0 +15524 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15518 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, +15524 getpid( +15518 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15524 <... getpid resumed> ) = 15524 +15518 close(4 +15524 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15518 <... close resumed> ) = 0 +15524 <... rt_sigprocmask resumed> NULL, 8) = 0 +15518 read(3, +15524 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15524 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15524 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15524 dup2(4, 1) = 1 +15524 close(4) = 0 +15524 close(3) = 0 +15524 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15524 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15524 pipe([3, 4]) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15524 fork() = 15525 +15524 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15524 close(4) = 0 +15524 close(4) = -1 EBADF (Bad file descriptor) +15524 pipe([4, 5]) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15524 fork() = 15526 +15524 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15526 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15524 <... rt_sigprocmask resumed> NULL, 8) = 0 +15526 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15524 close(3 +15526 getpid( +15524 <... close resumed> ) = 0 +15526 <... getpid resumed> ) = 15526 +15524 close(5 +15526 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15524 <... close resumed> ) = 0 +15526 <... rt_sigprocmask resumed> NULL, 8) = 0 +15524 close(3 +15526 rt_sigaction(SIGTSTP, {SIG_DFL}, +15524 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15526 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15524 close(5 +15526 rt_sigaction(SIGTTIN, {SIG_DFL}, +15524 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15526 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15526 rt_sigaction(SIGTTOU, {SIG_DFL}, +15524 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15526 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15524 fork( +15526 close(4 +15524 <... fork resumed> ) = 15527 +15526 <... close resumed> ) = 0 +15524 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15527 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15526 dup2(3, 0 +15524 <... rt_sigprocmask resumed> NULL, 8) = 0 +15527 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15526 <... dup2 resumed> ) = 0 +15524 close(4 +15527 getpid( +15526 close(3 +15524 <... close resumed> ) = 0 +15527 <... getpid resumed> ) = 15527 +15526 <... close resumed> ) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [CHLD], +15527 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15526 dup2(5, 1 +15524 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15527 <... rt_sigprocmask resumed> NULL, 8) = 0 +15526 <... dup2 resumed> ) = 1 +15524 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15527 rt_sigaction(SIGTSTP, {SIG_DFL}, +15526 close(5 +15524 <... rt_sigprocmask resumed> NULL, 8) = 0 +15527 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15526 <... close resumed> ) = 0 +15524 rt_sigprocmask(SIG_BLOCK, [CHLD], +15527 rt_sigaction(SIGTTIN, {SIG_DFL}, +15526 stat64(".", +15524 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15527 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15524 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4009a508}, +15527 rt_sigaction(SIGTTOU, {SIG_DFL}, +15524 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15527 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15524 waitpid(-1, +15527 dup2(4, 0) = 0 +15527 close(4) = 0 +15527 stat64(".", +15525 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15525 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15525 getpid( +15526 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15525 <... getpid resumed> ) = 15525 +15527 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15526 stat64("/users/home24/ewarmenh/bin/linux/grep", +15525 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15527 stat64("/users/home24/ewarmenh/bin/linux/cut", +15526 <... stat64 resumed> 0xbfffdc48) = -1 ENOENT (No such file or directory) +15525 <... rt_sigprocmask resumed> NULL, 8) = 0 +15527 <... stat64 resumed> 0xbfffdc48) = -1 ENOENT (No such file or directory) +15526 stat64("/users/home24/ewarmenh/bin/grep", +15525 rt_sigaction(SIGTSTP, {SIG_DFL}, +15527 stat64("/users/home24/ewarmenh/bin/cut", +15526 <... stat64 resumed> 0xbfffdc48) = -1 ENOENT (No such file or directory) +15525 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15527 <... stat64 resumed> 0xbfffdc48) = -1 ENOENT (No such file or directory) +15526 stat64("/bin/grep", +15525 rt_sigaction(SIGTTIN, {SIG_DFL}, +15527 stat64("/bin/cut", +15525 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15525 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15525 close(3) = 0 +15525 dup2(4, 1) = 1 +15525 close(4) = 0 +15525 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15525 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15525 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15525 rt_sigprocmask(SIG_BLOCK, [CHLD], +15526 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15525 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15526 stat64("/bin/grep", +15525 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15525 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15525 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, +15527 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15525 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15527 stat64("/bin/cut", +15525 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15525 write(1, "BASH=/bin/bash\n", 15 +15526 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15525 <... write resumed> ) = 15 +15526 rt_sigaction(SIGINT, {SIG_DFL}, +15525 write(1, "BASH_ARGC=()\n", 13 +15526 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15527 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15525 <... write resumed> ) = 13 +15526 rt_sigaction(SIGQUIT, {SIG_DFL}, +15527 rt_sigaction(SIGINT, {SIG_DFL}, +15525 write(1, "BASH_ARGV=()\n", 13 +15526 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15527 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15525 <... write resumed> ) = 13 +15526 rt_sigaction(SIGCHLD, {SIG_DFL}, +15527 rt_sigaction(SIGQUIT, {SIG_DFL}, +15525 write(1, "BASH_EXECUTION_STRING=$\'unset `s"..., 1008 +15526 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15527 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15525 <... write resumed> ) = 1008 +15526 execve("/bin/grep", ["grep", "^DEBUILD_SET_ENVVAR_"], [/* 40 vars */] +15527 rt_sigaction(SIGCHLD, {SIG_DFL}, +15525 write(1, "TIAN_OPTS END <<<\";\\neval set --"..., 281 +15527 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15525 <... write resumed> ) = 281 +15527 execve("/bin/cut", ["cut", "-d=", "-f1"], [/* 40 vars */] +15525 write(1, "BASH_LINENO=()\n", 15) = 15 +15525 write(1, "BASH_SOURCE=()\n", 15) = 15 +15525 write(1, "BASH_VERSINFO=([0]=\"3\" [1]=\"1\" ["..., 86) = 86 +15525 write(1, "BASH_VERSION=\'3.1.5(1)-release\'\n", 32) = 32 +15525 write(1, "CCACHE_DIR=/net/lglenden-sun/md1"..., 40) = 40 +15525 write(1, "CCACHE_NLEVELS=8\n", 17) = 17 +15525 write(1, "CCACHE_UMASK=002\n", 17) = 17 +15525 write(1, "CLEARCASE_PROFILE=/users/home24/"..., 57) = 57 +15525 write(1, "CVS_RSH=ssh\n", 12) = 12 +15525 write(1, "DEBEMAIL=warmenhoven@debian.org\n", 32) = 32 +15525 write(1, "DEBUILD_DPKG_BUILDPACKAGE_OPTS=\n", 32) = 32 +15526 <... execve resumed> ) = 0 +15525 write(1, "DEBUILD_LINDA=no\n", 17) = 17 +15526 uname( +15525 write(1, "DEBUILD_LINDA_OPTS=\n", 20 +15526 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15525 <... write resumed> ) = 20 +15526 brk(0 +15525 write(1, "DEBUILD_LINTIAN=yes\n", 20 +15526 <... brk resumed> ) = 0x805ec7c +15525 <... write resumed> ) = 20 +15526 access("/etc/ld.so.nohwcap", F_OK +15527 <... execve resumed> ) = 0 +15525 write(1, "DEBUILD_LINTIAN_OPTS=\n", 22 +15526 <... access resumed> ) = -1 ENOENT (No such file or directory) +15525 <... write resumed> ) = 22 +15526 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15527 uname( +15525 write(1, "DEBUILD_PRESERVE_ENV=no\n", 24 +15526 <... old_mmap resumed> ) = 0x40018000 +15527 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15525 <... write resumed> ) = 24 +15526 open("/lib/libnss_nis.so.2", O_RDONLY +15527 brk(0 +15525 write(1, "DEBUILD_PRESERVE_ENVVARS=\n", 26 +15527 <... brk resumed> ) = 0x804e788 +15525 <... write resumed> ) = 26 +15527 access("/etc/ld.so.nohwcap", F_OK +15525 write(1, "DEBUILD_ROOTCMD=fakeroot\n", 25 +15527 <... access resumed> ) = -1 ENOENT (No such file or directory) +15525 <... write resumed> ) = 25 +15527 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15525 write(1, "DEVSCRIPTS_CHECK_DIRNAME_LEVEL=1"..., 33 +15527 <... old_mmap resumed> ) = 0x40018000 +15525 <... write resumed> ) = 33 +15527 open("/lib/libnss_nis.so.2", O_RDONLY +15525 write(1, "DEVSCRIPTS_CHECK_DIRNAME_REGEX=\'"..., 47 +15526 <... open resumed> ) = 3 +15525 <... write resumed> ) = 47 +15526 read(3, +15525 write(1, "DIRSTACK=()\n", 12 +15526 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15525 <... write resumed> ) = 12 +15526 fstat64(3, +15525 write(1, "DISPLAY=:0\n", 11 +15526 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15525 <... write resumed> ) = 11 +15526 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15525 write(1, "EDIT=vim\n", 9) = 9 +15525 write(1, "EDITOR=vim\n", 11) = 11 +15525 write(1, "EUID=3308\n", 10) = 10 +15525 write(1, "GROUPS=()\n", 10) = 10 +15525 write(1, "HOME=/users/home24/ewarmenh\n", 28) = 28 +15525 write(1, "HOSTNAME=ewarmenh-sun\n", 22) = 22 +15525 write(1, "HOSTTYPE=i486\n", 14 +15527 <... open resumed> ) = 3 +15525 <... write resumed> ) = 14 +15526 <... old_mmap resumed> ) = 0x40019000 +15527 read(3, +15525 write(1, "IFS=$\' \\t\\n\'\n", 13 +15526 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000 +15527 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15525 <... write resumed> ) = 13 +15526 <... old_mmap resumed> ) = 0x40021000 +15527 fstat64(3, +15525 write(1, "INPUTRC=/users/home24/ewarmenh/."..., 45 +15526 close(3 +15527 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15525 <... write resumed> ) = 45 +15526 <... close resumed> ) = 0 +15527 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15525 write(1, "LC_ALL=C\n", 9 +15526 access("/etc/ld.so.preload", R_OK +15527 <... old_mmap resumed> ) = 0x40019000 +15525 <... write resumed> ) = 9 +15526 <... access resumed> ) = -1 ENOENT (No such file or directory) +15527 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000 +15525 write(1, "LD_PRELOAD=:/lib/libnss_nis.so.2"..., 33 +15526 open("/etc/ld.so.cache", O_RDONLY +15527 <... old_mmap resumed> ) = 0x40021000 +15525 <... write resumed> ) = 33 +15527 close(3 +15525 write(1, "LESSHISTFILE=-\n", 15 +15526 <... open resumed> ) = 3 +15527 <... close resumed> ) = 0 +15525 <... write resumed> ) = 15 +15526 fstat64(3, +15527 access("/etc/ld.so.preload", R_OK +15525 write(1, "LOGNAME=ewarmenh\n", 17 +15526 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15527 <... access resumed> ) = -1 ENOENT (No such file or directory) +15525 <... write resumed> ) = 17 +15526 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15527 open("/etc/ld.so.cache", O_RDONLY +15525 write(1, "LS_COLORS=\'no=00:fi=00:di=01;34:"..., 637 +15526 <... old_mmap resumed> ) = 0x40023000 +15525 <... write resumed> ) = 637 +15526 close(3 +15525 write(1, "MACHTYPE=i486-pc-linux-gnu\n", 27 +15526 <... close resumed> ) = 0 +15525 <... write resumed> ) = 27 +15526 access("/etc/ld.so.nohwcap", F_OK +15525 write(1, "MAIL=imap://hq-ex-3/inbox\n", 26 +15526 <... access resumed> ) = -1 ENOENT (No such file or directory) +15525 <... write resumed> ) = 26 +15527 <... open resumed> ) = 3 +15526 open("/lib/libc.so.6", O_RDONLY +15525 write(1, "MALLOC_CHECK_=2\n", 16 +15527 fstat64(3, +15525 <... write resumed> ) = 16 +15527 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15525 write(1, "MODULESHOME=/usr/local/freeware/"..., 53 +15527 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15525 <... write resumed> ) = 53 +15527 <... old_mmap resumed> ) = 0x40023000 +15525 write(1, "MOZILLA_OPENURL_TYPE=new-tab\n", 29 +15527 close(3 +15525 <... write resumed> ) = 29 +15527 <... close resumed> ) = 0 +15525 write(1, "OPTERR=1\n", 9 +15527 access("/etc/ld.so.nohwcap", F_OK +15525 <... write resumed> ) = 9 +15527 <... access resumed> ) = -1 ENOENT (No such file or directory) +15525 write(1, "OPTIND=1\n", 9 +15527 open("/lib/libc.so.6", O_RDONLY +15525 <... write resumed> ) = 9 +15525 write(1, "OSTYPE=linux-gnu\n", 17) = 17 +15525 write(1, "PAGER=less\n", 11) = 11 +15526 <... open resumed> ) = 3 +15525 write(1, "PATH=/users/home24/ewarmenh/bin/"..., 204 +15526 read(3, +15525 <... write resumed> ) = 204 +15526 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15525 write(1, "PIPESTATUS=([0]=\"0\")\n", 21 +15526 fstat64(3, +15525 <... write resumed> ) = 21 +15525 write(1, "PPID=15517\n", 11) = 11 +15525 write(1, "PRINTER=sj3-5-2\n", 16) = 16 +15525 write(1, "PROMPT_COMMAND=check_exit_status"..., 33) = 33 +15525 write(1, "PS4=\'+ \'\n", 9) = 9 +15525 write(1, "PWD=/usr/local/src/xlhtml-0.5.1\n", 32) = 32 +15525 write(1, "SHELL=/bin/bash\n", 16) = 16 +15525 write(1, "SHELLOPTS=braceexpand:hashall:in"..., 51) = 51 +15525 write(1, "SHLVL=4\n", 8) = 8 +15525 write(1, "SSH_CLIENT=\'127.0.0.1 32771 22\'\n", 32) = 32 +15525 write(1, "SSH_CONNECTION=\'127.0.0.1 32771 "..., 46) = 46 +15525 write(1, "SSH_TTY=/dev/pts/1\n", 19) = 19 +15525 write(1, "STY=1863.pts-1.ewarmenh-sun\n", 28) = 28 +15525 write(1, "TERM=screen\n", 12) = 12 +15525 write(1, "TERMCAP=$\'SC|screen|VT 100/ANSI "..., 1008 +15527 <... open resumed> ) = 3 +15526 <... fstat64 resumed> {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15527 read(3, +15526 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15527 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15526 <... old_mmap resumed> ) = 0x40029000 +15527 fstat64(3, +15526 old_mmap(0x40143000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000 +15527 <... fstat64 resumed> {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15526 <... old_mmap resumed> ) = 0x40143000 +15527 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15526 old_mmap(0x4014b000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15527 <... old_mmap resumed> ) = 0x40029000 +15526 <... old_mmap resumed> ) = 0x4014b000 +15527 old_mmap(0x40143000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000 +15526 close(3 +15527 <... old_mmap resumed> ) = 0x40143000 +15526 <... close resumed> ) = 0 +15527 old_mmap(0x4014b000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15526 access("/etc/ld.so.nohwcap", F_OK +15527 <... old_mmap resumed> ) = 0x4014b000 +15526 <... access resumed> ) = -1 ENOENT (No such file or directory) +15527 close(3 +15526 open("/lib/libnsl.so.1", O_RDONLY +15527 <... close resumed> ) = 0 +15527 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15527 open("/lib/libnsl.so.1", O_RDONLY +15526 <... open resumed> ) = 3 +15527 <... open resumed> ) = 3 +15526 read(3, +15527 read(3, +15526 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15527 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15526 fstat64(3, +15527 fstat64(3, +15526 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15527 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15526 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15527 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15526 <... old_mmap resumed> ) = 0x4014d000 +15527 <... old_mmap resumed> ) = 0x4014d000 +15526 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000 +15527 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000 +15526 <... old_mmap resumed> ) = 0x4015f000 +15527 <... old_mmap resumed> ) = 0x4015f000 +15526 old_mmap(0x40161000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15527 old_mmap(0x40161000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15526 <... old_mmap resumed> ) = 0x40161000 +15527 <... old_mmap resumed> ) = 0x40161000 +15526 close(3 +15527 close(3 +15526 <... close resumed> ) = 0 +15527 <... close resumed> ) = 0 +15526 access("/etc/ld.so.nohwcap", F_OK +15527 access("/etc/ld.so.nohwcap", F_OK +15526 <... access resumed> ) = -1 ENOENT (No such file or directory) +15527 <... access resumed> ) = -1 ENOENT (No such file or directory) +15526 open("/lib/libnss_files.so.2", O_RDONLY +15527 open("/lib/libnss_files.so.2", O_RDONLY +15526 <... open resumed> ) = 3 +15527 <... open resumed> ) = 3 +15526 read(3, +15527 read(3, +15526 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15527 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15526 fstat64(3, +15527 fstat64(3, +15526 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15527 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15526 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15527 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15526 <... old_mmap resumed> ) = 0x40163000 +15527 <... old_mmap resumed> ) = 0x40163000 +15526 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15527 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15526 <... old_mmap resumed> ) = 0x40164000 +15527 <... old_mmap resumed> ) = 0x40164000 +15526 old_mmap(0x4016d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000 +15527 old_mmap(0x4016d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000 +15526 <... old_mmap resumed> ) = 0x4016d000 +15527 <... old_mmap resumed> ) = 0x4016d000 +15526 close(3 +15527 close(3 +15526 <... close resumed> ) = 0 +15527 <... close resumed> ) = 0 +15526 mprotect(0x40143000, 20480, PROT_READ +15527 mprotect(0x40143000, 20480, PROT_READ +15526 <... mprotect resumed> ) = 0 +15527 <... mprotect resumed> ) = 0 +15526 munmap(0x40023000, 23038 +15527 munmap(0x40023000, 23038 +15526 <... munmap resumed> ) = 0 +15527 <... munmap resumed> ) = 0 +15526 brk(0 +15527 brk(0 +15526 <... brk resumed> ) = 0x805ec7c +15527 <... brk resumed> ) = 0x804e788 +15526 brk(0x807fc7c +15527 brk(0x806f788 +15526 <... brk resumed> ) = 0x807fc7c +15527 <... brk resumed> ) = 0x806f788 +15526 brk(0x8080000 +15527 brk(0x8070000 +15526 <... brk resumed> ) = 0x8080000 +15527 <... brk resumed> ) = 0x8070000 +15526 fstat64(0, +15527 fstat64(0, +15526 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=3550, ...}) = 0 +15527 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15526 read(0, +15527 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40023000 +15525 <... write resumed> ) = 1008 +15527 read(0, +15526 <... read resumed> "BASH=/bin/bash\nBASH_ARGC=()\nBASH"..., 32768) = 4558 +15525 write(1, "\\EOD:km:\'\n", 10 +15526 read(0, +15525 <... write resumed> ) = 10 +15526 <... read resumed> "\\EOD:km:\'\n", 28672) = 10 +15525 write(1, "TMP=/users/home24/ewarmenh/tmp\n", 31 +15526 read(0, +15525 <... write resumed> ) = 31 +15526 <... read resumed> "TMP=/users/home24/ewarmenh/tmp\n", 28672) = 31 +15525 write(1, "TMPDIR=/users/home24/ewarmenh/tm"..., 34 +15526 read(0, +15525 <... write resumed> ) = 34 +15526 <... read resumed> "TMPDIR=/users/home24/ewarmenh/tm"..., 28672) = 34 +15525 write(1, "UID=3308\n", 9 +15526 read(0, +15525 <... write resumed> ) = 9 +15526 <... read resumed> "UID=3308\n", 28672) = 9 +15525 write(1, "USER=ewarmenh\n", 14 +15526 read(0, +15525 <... write resumed> ) = 14 +15526 <... read resumed> "USER=ewarmenh\n", 28672) = 14 +15525 write(1, "VISUAL=vim\n", 11 +15526 read(0, +15525 <... write resumed> ) = 11 +15526 <... read resumed> "VISUAL=vim\n", 28672) = 11 +15525 write(1, "WINDOW=1\n", 9 +15526 read(0, +15525 <... write resumed> ) = 9 +15526 <... read resumed> "WINDOW=1\n", 28672) = 9 +15525 write(1, "WINEDITOR=vim\n", 14 +15526 read(0, +15525 <... write resumed> ) = 14 +15526 <... read resumed> "WINEDITOR=vim\n", 28672) = 14 +15525 write(1, "_=\'>>> DEBUILD_LINDA_OPTS END <<"..., 35 +15526 read(0, +15525 <... write resumed> ) = 35 +15526 <... read resumed> "_=\'>>> DEBUILD_LINDA_OPTS END <<"..., 28672) = 35 +15525 write(1, "file=/users/home24/ewarmenh/.dev"..., 40 +15526 read(0, +15525 <... write resumed> ) = 40 +15526 <... read resumed> "file=/users/home24/ewarmenh/.dev"..., 28672) = 40 +15525 exit_group(0) = ? +15526 read(0, +15524 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15525 +15524 waitpid(-1, +15526 <... read resumed> "", 28672) = 0 +15526 close(1) = 0 +15527 <... read resumed> "", 4096) = 0 +15526 exit_group(1) = ? +15527 close(0 +15524 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0) = 15526 +15524 waitpid(-1, +15527 <... close resumed> ) = 0 +15527 munmap(0x40023000, 4096) = 0 +15527 close(1) = 0 +15527 exit_group(0) = ? +15524 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15527 +15524 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15524 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4009a508}, {0x807a090, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15524 close(4) = -1 EBADF (Bad file descriptor) +15524 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15524 --- SIGCHLD (Child exited) @ 0 (0) --- +15524 waitpid(-1, 0xbfffdd40, WNOHANG) = -1 ECHILD (No child processes) +15524 sigreturn() = ? (mask now [RTMIN]) +15524 exit_group(0) = ? +15518 <... read resumed> 0xbfffe464, 128) = ? ERESTARTSYS (To be restarted) +15518 --- SIGCHLD (Child exited) @ 0 (0) --- +15518 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15524 +15518 waitpid(-1, 0xbfffe0e8, WNOHANG) = -1 ECHILD (No child processes) +15518 sigreturn() = ? (mask now [RTMIN]) +15518 read(3, "", 128) = 0 +15518 close(3) = 0 +15518 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15518 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4009a508}, {SIG_DFL}, 8) = 0 +15518 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15518 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4009a508}, 8) = 0 +15518 exit_group(0) = ? +15517 <... read resumed> "", 4096) = 0 +15517 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15517 close(3) = 0 +15517 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 waitpid(15518, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15518 +15517 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15517 umask(022) = 022 +15517 dup(1) = 3 +15517 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(3, 0, 0xbfffd790, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15517 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15517 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(3, 0, 0xbfffd770, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 dup(2) = 4 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(4, 0, 0xbfffd790, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 fstat64(4, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15517 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15517 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15517 _llseek(4, 0, 0xbfffd770, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 getuid32() = 3308 +15517 geteuid32() = 3308 +15517 getgid32() = 1011 +15517 getegid32() = 1011 +15517 setreuid32(3308, 3308) = 0 +15517 setregid32(1011, 1011) = 0 +15517 access("debian/changelog", R_OK) = 0 +15517 setreuid32(3308, 3308) = 0 +15517 setregid32(1011, 1011) = 0 +15517 pipe([5, 6]) = 0 +15517 pipe([7, 8]) = 0 +15517 fork() = 15528 +15517 close(8) = 0 +15517 close(6) = 0 +15517 read(7, +15528 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15528 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15528 getpid() = 15528 +15528 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15528 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15528 close(7) = 0 +15528 fcntl64(8, F_SETFD, FD_CLOEXEC) = 0 +15528 dup2(6, 1) = 1 +15528 close(6) = 0 +15528 close(5) = 0 +15528 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15528 getpid() = 15528 +15528 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15528 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15528 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15528 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15528 execve("/bin/sh", ["sh", "-c", "dpkg-parsechangelog | grep \'^\\(S"...], [/* 5 vars */]) = 0 +15517 <... read resumed> "", 4) = 0 +15517 close(7) = 0 +15517 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd6a8) = -1 EINVAL (Invalid argument) +15517 _llseek(5, 0, 0xbfffd6f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15517 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0 +15517 read(5, +15528 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15528 brk(0) = 0x80f464c +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15528 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15528 open("/etc/ld.so.cache", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15528 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15528 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15528 old_mmap(0x40059000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40059000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libdl.so.2", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15528 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40062000 +15528 old_mmap(0x40064000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40064000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libc.so.6", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15528 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40066000 +15528 old_mmap(0x40180000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40180000 +15528 old_mmap(0x40188000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40188000 +15528 close(3) = 0 +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4018a000 +15528 mprotect(0x40180000, 20480, PROT_READ) = 0 +15528 munmap(0x40019000, 23038) = 0 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15528 close(3) = 0 +15528 brk(0) = 0x80f464c +15528 brk(0x80f5000) = 0x80f5000 +15528 brk(0x80f6000) = 0x80f6000 +15528 getuid32() = 3308 +15528 getgid32() = 1011 +15528 geteuid32() = 3308 +15528 getegid32() = 1011 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 time(NULL) = 1142898176 +15528 brk(0x80f7000) = 0x80f7000 +15528 brk(0x80f8000) = 0x80f8000 +15528 open("/etc/mtab", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15528 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15528 close(3) = 0 +15528 munmap(0x40019000, 4096) = 0 +15528 open("/proc/meminfo", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15528 read(3, " total: used: free:"..., 4096) = 650 +15528 close(3) = 0 +15528 munmap(0x40019000, 4096) = 0 +15528 brk(0x80f9000) = 0x80f9000 +15528 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15528 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15528 brk(0x80fb000) = 0x80fb000 +15528 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15528 getpid() = 15528 +15528 getppid() = 15517 +15528 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15528 stat64("/usr/sbin/sh", 0xbfffe228) = -1 ENOENT (No such file or directory) +15528 stat64("/usr/bin/sh", 0xbfffe228) = -1 ENOENT (No such file or directory) +15528 stat64("/sbin/sh", 0xbfffe228) = -1 ENOENT (No such file or directory) +15528 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15528 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15528 brk(0x817b000) = 0x817b000 +15528 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15528 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15528 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15528 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15528 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15528 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15528 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15528 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15528 close(3) = 0 +15528 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15528 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15528 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15528 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15528 close(3) = 0 +15528 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15528 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15528 read(3, "", 4096) = 0 +15528 close(3) = 0 +15528 munmap(0x40019000, 4096) = 0 +15528 open("/etc/ld.so.cache", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15528 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15528 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4018b000 +15528 old_mmap(0x40194000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40194000 +15528 close(3) = 0 +15528 munmap(0x40019000, 23038) = 0 +15528 open("/etc/passwd", O_RDONLY) = 3 +15528 fcntl64(3, F_GETFD) = 0 +15528 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15528 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15528 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15528 read(3, "", 4096) = 0 +15528 close(3) = 0 +15528 munmap(0x40019000, 4096) = 0 +15528 open("/etc/ld.so.cache", O_RDONLY) = 3 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15528 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15528 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40196000 +15528 old_mmap(0x4019e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x4019e000 +15528 close(3) = 0 +15528 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15528 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15528 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15528 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15528 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401a0000 +15528 old_mmap(0x401b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401b2000 +15528 old_mmap(0x401b4000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401b4000 +15528 close(3) = 0 +15528 munmap(0x40019000, 23038) = 0 +15528 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15528 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15528 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15528 brk(0x8183000) = 0x8183000 +15528 gettimeofday({1142898176, 792726}, NULL) = 0 +15528 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15528 getpid() = 15528 +15528 bind(4, {sa_family=AF_INET, sin_port=htons(864), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15528 ioctl(4, FIONBIO, [1]) = 0 +15528 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15528 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15528 close(3) = 0 +15528 sendto(4, "\2j\312]\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0"..., 80, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 80 +15528 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15528 recvfrom(4, "\2j\312]\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15528 close(4) = 0 +15528 getpgrp() = 15516 +15528 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15528 pipe([3, 4]) = 0 +15528 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15528 fork() = 15530 +15528 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15528 close(4) = 0 +15528 close(4) = -1 EBADF (Bad file descriptor) +15528 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15528 fork() = 15531 +15528 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15531 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15528 <... rt_sigprocmask resumed> NULL, 8) = 0 +15531 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15528 close(3 +15531 getpid( +15528 <... close resumed> ) = 0 +15531 <... getpid resumed> ) = 15531 +15528 rt_sigprocmask(SIG_BLOCK, [CHLD], +15531 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15528 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15531 <... rt_sigprocmask resumed> NULL, 8) = 0 +15528 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15531 rt_sigaction(SIGTSTP, {SIG_DFL}, +15528 <... rt_sigprocmask resumed> NULL, 8) = 0 +15531 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15528 rt_sigprocmask(SIG_BLOCK, [CHLD], +15531 rt_sigaction(SIGTTIN, {SIG_DFL}, +15528 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15531 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15528 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15531 rt_sigaction(SIGTTOU, {SIG_DFL}, +15528 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15531 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15528 waitpid(-1, +15531 dup2(3, 0) = 0 +15531 close(3) = 0 +15531 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15530 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15531 stat64("/usr/sbin/grep", +15530 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15530 getpid() = 15530 +15530 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15530 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15530 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15530 rt_sigaction(SIGTTOU, {SIG_DFL}, +15531 <... stat64 resumed> 0xbfffdbf8) = -1 ENOENT (No such file or directory) +15530 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15531 stat64("/usr/bin/grep", +15530 close(3) = 0 +15530 dup2(4, 1) = 1 +15530 close(4) = 0 +15530 stat64(".", +15531 <... stat64 resumed> 0xbfffdbf8) = -1 ENOENT (No such file or directory) +15531 stat64("/sbin/grep", +15530 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15531 <... stat64 resumed> 0xbfffdbf8) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/sbin/dpkg-parsechangelog", +15531 stat64("/bin/grep", +15530 <... stat64 resumed> 0xbfffdbf8) = -1 ENOENT (No such file or directory) +15531 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15530 stat64("/usr/bin/dpkg-parsechangelog", +15531 stat64("/bin/grep", +15530 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=2358, ...}) = 0 +15531 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=92012, ...}) = 0 +15530 stat64("/usr/bin/dpkg-parsechangelog", +15531 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15531 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15531 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15531 execve("/bin/grep", ["grep", "^\\(Source\\|Version\\):"], [/* 8 vars */] +15530 <... stat64 resumed> {st_mode=S_IFREG|0755, st_size=2358, ...}) = 0 +15530 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15530 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15530 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15530 execve("/usr/bin/dpkg-parsechangelog", ["dpkg-parsechangelog"], [/* 8 vars */] +15531 <... execve resumed> ) = 0 +15531 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15531 brk(0) = 0x805ec7c +15531 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 <... execve resumed> ) = 0 +15531 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15530 uname( +15531 access("/etc/ld.so.preload", R_OK +15530 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15531 <... access resumed> ) = -1 ENOENT (No such file or directory) +15530 brk(0 +15531 open("/etc/ld.so.cache", O_RDONLY +15530 <... brk resumed> ) = 0x8150a60 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15530 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15530 open("/etc/ld.so.cache", O_RDONLY +15531 <... open resumed> ) = 3 +15530 <... open resumed> ) = 3 +15531 fstat64(3, +15530 fstat64(3, +15531 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15531 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0 +15531 <... old_mmap resumed> ) = 0x40019000 +15530 <... old_mmap resumed> ) = 0x40019000 +15531 close(3 +15530 close(3 +15531 <... close resumed> ) = 0 +15530 <... close resumed> ) = 0 +15531 access("/etc/ld.so.nohwcap", F_OK +15530 access("/etc/ld.so.nohwcap", F_OK +15531 <... access resumed> ) = -1 ENOENT (No such file or directory) +15530 <... access resumed> ) = -1 ENOENT (No such file or directory) +15531 open("/lib/libc.so.6", O_RDONLY +15530 open("/lib/libdl.so.2", O_RDONLY +15531 <... open resumed> ) = 3 +15530 <... open resumed> ) = 3 +15531 read(3, +15530 read(3, +15531 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15530 <... read resumed> "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15531 fstat64(3, +15530 fstat64(3, +15531 <... fstat64 resumed> {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15530 <... fstat64 resumed> {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15531 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15530 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +15531 <... old_mmap resumed> ) = 0x4001f000 +15530 <... old_mmap resumed> ) = 0x4001f000 +15531 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000 +15530 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000 +15531 <... old_mmap resumed> ) = 0x40139000 +15530 <... old_mmap resumed> ) = 0x40021000 +15531 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +15530 close(3 +15531 <... old_mmap resumed> ) = 0x40141000 +15530 <... close resumed> ) = 0 +15531 close(3 +15530 access("/etc/ld.so.nohwcap", F_OK +15531 <... close resumed> ) = 0 +15530 <... access resumed> ) = -1 ENOENT (No such file or directory) +15531 mprotect(0x40139000, 20480, PROT_READ +15530 open("/lib/libm.so.6", O_RDONLY +15531 <... mprotect resumed> ) = 0 +15531 munmap(0x40019000, 23038) = 0 +15531 brk(0) = 0x805ec7c +15531 brk(0x807fc7c) = 0x807fc7c +15531 brk(0x8080000) = 0x8080000 +15531 fstat64(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15531 read(0, +15530 <... open resumed> ) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15530 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15530 old_mmap(0x40047000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40047000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15530 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40049000 +15530 old_mmap(0x40058000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40058000 +15530 old_mmap(0x4005a000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4005a000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libc.so.6", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000 +15530 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4009d000 +15530 old_mmap(0x401b7000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401b7000 +15530 old_mmap(0x401bf000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401bf000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15530 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c1000 +15530 old_mmap(0x401c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401c6000 +15530 old_mmap(0x401c8000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c8000 +15530 close(3) = 0 +15530 mprotect(0x401b7000, 20480, PROT_READ) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15530 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15530 getpid() = 15530 +15530 rt_sigaction(SIGRTMIN, {0x400513a0, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_1, {0x40051430, [RTMIN], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_2, {0x40050f00, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15530 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15530 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbffff5f4, 30, (nil), 0}) = 0 +15530 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15530 brk(0) = 0x8150a60 +15530 brk(0x8171a60) = 0x8171a60 +15530 brk(0x8172000) = 0x8172000 +15530 getuid32() = 3308 +15530 geteuid32() = 3308 +15530 getgid32() = 1011 +15530 getegid32() = 1011 +15530 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 +15530 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15530 read(3, "\21@\347\304", 4) = 4 +15530 close(3) = 0 +15530 time([1142898176]) = 1142898176 +15530 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbffff620) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/5.8.8", 0xbffff620) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbffff620) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.7", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.7", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.6", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.6", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15530 stat64("/usr/local/share/perl/5.8.4", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.3", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.3", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.2", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.2", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.1", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.1", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.0", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.0", 0xbffff770) = -1 ENOENT (No such file or directory) +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(0, 0, 0xbffff4c0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff478) = -1 EINVAL (Invalid argument) +15530 _llseek(1, 0, 0xbffff4c0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(2, 0, 0xbffff4c0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 open("/usr/bin/dpkg-parsechangelog", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff538) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0755, st_size=2358, ...}) = 0 +15530 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15530 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15530 getpid() = 15530 +15530 getppid() = 15528 +15530 read(3, "#!/usr/bin/perl\n\n$dpkglibdir=\"/u"..., 4096) = 2358 +15530 stat64("/etc/perl/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/POSIX.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/POSIX.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/POSIX.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/POSIX.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/POSIX.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/POSIX.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/POSIX.pm", {st_mode=S_IFREG|0644, st_size=1435, ...}) = 0 +15530 open("/usr/lib/perl/5.8/POSIX.pm", O_RDONLY|O_LARGEFILE) = 4 +15530 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffef58) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(4, 0, [0], SEEK_CUR) = 0 +15530 read(4, "package POSIX;\n\nour(@ISA, %EXPOR"..., 4096) = 1435 +15530 brk(0x8193000) = 0x8193000 +15530 stat64("/etc/perl/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/AutoLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/AutoLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/AutoLoader.pm", {st_mode=S_IFREG|0644, st_size=4937, ...}) = 0 +15530 open("/usr/share/perl/5.8/AutoLoader.pm", O_RDONLY|O_LARGEFILE) = 5 +15530 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffeab8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(5, 0, [0], SEEK_CUR) = 0 +15530 read(5, "package AutoLoader;\n\nuse strict;"..., 4096) = 4096 +15530 stat64("/etc/perl/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffe7fc) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/strict.pmc", 0xbfffe8ec) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15530 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 6 +15530 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe618) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(6, 0, [0], SEEK_CUR) = 0 +15530 read(6, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15530 _llseek(6, 598, [598], SEEK_SET) = 0 +15530 _llseek(6, 0, [598], SEEK_CUR) = 0 +15530 close(6) = 0 +15530 read(5, " \'lib\').\n #\n\n (my $calldir"..., 4096) = 841 +15530 _llseek(5, 4936, [4936], SEEK_SET) = 0 +15530 _llseek(5, 0, [4936], SEEK_CUR) = 0 +15530 close(5) = 0 +15530 stat64("/usr/lib/perl/5.8/auto/POSIX/autosplit.ix", {st_mode=S_IFREG|0644, st_size=2265, ...}) = 0 +15530 open("/usr/lib/perl/5.8/auto/POSIX/autosplit.ix", O_RDONLY|O_LARGEFILE) = 5 +15530 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffeab8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(5, 0, [0], SEEK_CUR) = 0 +15530 read(5, "# Index created by AutoSplit for"..., 4096) = 2265 +15530 read(5, "", 4096) = 0 +15530 close(5) = 0 +15530 stat64("/etc/perl/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/XSLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/XSLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/XSLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/XSLoader.pm", 0xbfffec9c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/XSLoader.pmc", 0xbfffed8c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3408, ...}) = 0 +15530 open("/usr/lib/perl/5.8/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 5 +15530 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffeab8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(5, 0, [0], SEEK_CUR) = 0 +15530 read(5, "# Generated from XSLoader.pm.PL "..., 4096) = 3408 +15530 _llseek(5, 3407, [3407], SEEK_SET) = 0 +15530 _llseek(5, 0, [3407], SEEK_CUR) = 0 +15530 close(5) = 0 +15530 brk(0x81b4000) = 0x81b4000 +15530 read(4, "", 4096) = 0 +15530 close(4) = 0 +15530 stat64("/usr/lib/perl/5.8/auto/POSIX/POSIX.so", {st_mode=S_IFREG|0644, st_size=114248, ...}) = 0 +15530 stat64("/usr/lib/perl/5.8/auto/POSIX/POSIX.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15530 open("/usr/lib/perl/5.8/auto/POSIX/POSIX.so", O_RDONLY) = 4 +15530 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000@\0\000"..., 512) = 512 +15530 fstat64(4, {st_mode=S_IFREG|0644, st_size=114248, ...}) = 0 +15530 old_mmap(NULL, 117260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x40210000 +15530 old_mmap(0x4022c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1b000) = 0x4022c000 +15530 close(4) = 0 +15530 stat64("/usr/lib/perl/5.8/auto/POSIX/load_imports.al", {st_mode=S_IFREG|0644, st_size=6617, ...}) = 0 +15530 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15530 getgroups32(0, NULL) = 11 +15530 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15530 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15530 stat64("/usr/lib/perl/5.8/auto/POSIX/load_imports.al", {st_mode=S_IFREG|0644, st_size=6617, ...}) = 0 +15530 open("/usr/lib/perl/5.8/auto/POSIX/load_imports.al", O_RDONLY|O_LARGEFILE) = 4 +15530 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffef58) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(4, 0, [0], SEEK_CUR) = 0 +15530 read(4, "# NOTE: Derived from ../../lib/P"..., 4096) = 4096 +15530 read(4, "xfrm)],\n\n sys_stat_h => [qw(S"..., 4096) = 2521 +15530 read(4, "", 4096) = 0 +15530 close(4) = 0 +15530 brk(0x81d5000) = 0x81d5000 +15530 stat64("/etc/perl/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15530 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 4 +15530 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffef58) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(4, 0, [0], SEEK_CUR) = 0 +15530 read(4, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15530 _llseek(4, 2217, [2217], SEEK_SET) = 0 +15530 _llseek(4, 0, [2217], SEEK_CUR) = 0 +15530 close(4) = 0 +15530 brk(0x81f6000) = 0x81f6000 +15530 brk(0x8217000) = 0x8217000 +15530 brk(0x8238000) = 0x8238000 +15530 stat64("/etc/perl/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/etc/perl/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pm", 0xbffff13c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/Exporter/Heavy.pmc", 0xbffff22c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6252, ...}) = 0 +15530 open("/usr/share/perl/5.8/Exporter/Heavy.pm", O_RDONLY|O_LARGEFILE) = 4 +15530 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffef58) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(4, 0, [0], SEEK_CUR) = 0 +15530 read(4, "package Exporter::Heavy;\n\nuse st"..., 4096) = 4096 +15530 brk(0x8259000) = 0x8259000 +15530 read(4, "he at cost of memory)\n\t my @e"..., 4096) = 2156 +15530 read(4, "", 4096) = 0 +15530 close(4) = 0 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 stat64("/etc/perl/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.4/controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("./controllib.pl", 0xbffff62c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/dpkg/controllib.pl", {st_mode=S_IFREG|0755, st_size=13929, ...}) = 0 +15530 open("/usr/lib/dpkg/controllib.pl", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff448) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 read(3, "#!/usr/bin/perl\n\n# Global variab"..., 4096) = 4096 +15530 read(3, "f (\"$os-$cpu\" eq \'any-any\') {\n\t@"..., 4096) = 4096 +15530 brk(0x827a000) = 0x827a000 +15530 brk(0x8279000) = 0x8279000 +15530 read(3, " $arch=lc($arch);\n "..., 4096) = 4096 +15530 read(3, "ngth($_) ||\n "..., 4096) = 1641 +15530 brk(0x829a000) = 0x829a000 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15530 open("/var/run/utmp", O_RDONLY) = 3 +15530 fcntl64(3, F_GETFD) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 _llseek(3, 0, [0], SEEK_SET) = 0 +15530 alarm(0) = 0 +15530 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15530 alarm(1) = 0 +15530 fcntl64(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 read(3, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(3, "", 384) = 0 +15530 fcntl64(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 alarm(0) = 1 +15530 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15530 close(3) = 0 +15530 dup(0) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(3, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 close(0) = 0 +15530 dup(2) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(0, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15530 open("/var/run/utmp", O_RDONLY) = 4 +15530 fcntl64(4, F_GETFD) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 _llseek(4, 0, [0], SEEK_SET) = 0 +15530 alarm(0) = 0 +15530 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15530 alarm(1) = 0 +15530 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "", 384) = 0 +15530 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 alarm(0) = 1 +15530 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15530 close(4) = 0 +15530 close(0) = 0 +15530 dup(3) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(0, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 close(3) = 0 +15530 dup(0) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(3, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 close(0) = 0 +15530 dup(1) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff508) = -1 EINVAL (Invalid argument) +15530 _llseek(0, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 readlink("/proc/self/fd/0", "pipe:[60444086]", 511) = 15 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff158) = -1 EINVAL (Invalid argument) +15530 close(0) = 0 +15530 dup(3) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(0, 0, 0xbffff550, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 close(3) = 0 +15530 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15530 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15530 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15530 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15530 close(3) = 0 +15530 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15530 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15530 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15530 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15530 close(3) = 0 +15530 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15530 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 munmap(0x40019000, 4096) = 0 +15530 open("/etc/ld.so.cache", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15530 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4022d000 +15530 old_mmap(0x40236000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40236000 +15530 close(3) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 open("/etc/passwd", O_RDONLY) = 3 +15530 fcntl64(3, F_GETFD) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15530 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 munmap(0x40019000, 4096) = 0 +15530 open("/etc/ld.so.cache", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15530 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40238000 +15530 old_mmap(0x40240000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40240000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15530 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40242000 +15530 old_mmap(0x40254000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x40254000 +15530 old_mmap(0x40256000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40256000 +15530 close(3) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15530 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15530 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15530 gettimeofday({1142898177, 16983}, NULL) = 0 +15530 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15530 getpid() = 15530 +15530 bind(4, {sa_family=AF_INET, sin_port=htons(866), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15530 ioctl(4, FIONBIO, [1]) = 0 +15530 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 close(3) = 0 +15530 sendto(4, "V\20K\275\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15530 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15530 recvfrom(4, "V\20K\275\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15530 close(4) = 0 +15530 open("/etc/shadow", O_RDONLY) = -1 EACCES (Permission denied) +15530 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15530 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15530 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15530 bind(4, {sa_family=AF_INET, sin_port=htons(867), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15530 ioctl(4, FIONBIO, [1]) = 0 +15530 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 close(3) = 0 +15530 sendto(4, "\2\377wc\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15530 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15530 recvfrom(4, "\2\377wc\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 32 +15530 close(4) = 0 +15530 open("/usr/share/dpkg/cputable", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff4e8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 read(3, "# This file contains the table o"..., 4096) = 1069 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 open("/usr/share/dpkg/ostable", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff4e8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=932, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 read(3, "# This file contains the table o"..., 4096) = 932 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 open("debian/changelog", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff4e8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 dup2(3, 0) = 0 +15530 close(3) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 pipe([3, 4]) = 0 +15530 pipe([5, 6]) = 0 +15530 fork() = 15533 +15530 close(6 +15533 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15530 <... close resumed> ) = 0 +15533 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15530 close(4 +15533 getpid( +15530 <... close resumed> ) = 0 +15533 <... getpid resumed> ) = 15533 +15530 read(5, +15533 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15533 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15533 close(5) = 0 +15533 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15533 dup2(4, 1) = 1 +15533 close(4) = 0 +15533 close(3) = 0 +15533 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15533 getpid() = 15533 +15533 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15533 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15533 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15533 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15533 execve("/usr/sbin/tail", ["tail", "-n", "40"], [/* 8 vars */]) = -1 ENOENT (No such file or directory) +15533 getpid() = 15533 +15533 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15533 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15533 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15533 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15533 execve("/usr/bin/tail", ["tail", "-n", "40"], [/* 8 vars */]) = 0 +15530 <... read resumed> "", 4) = 0 +15530 close(5 +15533 uname( +15530 <... close resumed> ) = 0 +15533 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15533 brk(0 +15530 <... ioctl resumed> , 0xbffff468) = -1 EINVAL (Invalid argument) +15533 <... brk resumed> ) = 0x8050388 +15530 _llseek(3, 0, +15533 access("/etc/ld.so.nohwcap", F_OK +15530 <... _llseek resumed> 0xbffff4b0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15533 <... access resumed> ) = -1 ENOENT (No such file or directory) +15530 fcntl64(3, F_SETFD, FD_CLOEXEC +15533 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15530 <... fcntl64 resumed> ) = 0 +15533 <... old_mmap resumed> ) = 0x40018000 +15530 read(3, +15533 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15533 open("/etc/ld.so.cache", O_RDONLY) = 3 +15533 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15533 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15533 close(3) = 0 +15533 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15533 open("/lib/libc.so.6", O_RDONLY) = 3 +15533 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15533 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15533 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15533 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15533 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15533 close(3) = 0 +15533 mprotect(0x40139000, 20480, PROT_READ) = 0 +15533 munmap(0x40019000, 23038) = 0 +15533 brk(0) = 0x8050388 +15533 brk(0x8071388) = 0x8071388 +15533 brk(0x8072000) = 0x8072000 +15533 fstat64(0, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15533 _llseek(0, 0, [0], SEEK_CUR) = 0 +15533 _llseek(0, 0, [1981], SEEK_END) = 0 +15533 _llseek(0, 0, [0], SEEK_SET) = 0 +15533 read(0, "xlhtml (0.5.1-6) unstable; urgen"..., 1981) = 1981 +15533 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15533 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15533 read(0, "", 0) = 0 +15533 close(0) = 0 +15533 write(1, "xlhtml (0.5.1-2) unstable; urgen"..., 1127) = 1127 +15530 <... read resumed> "xlhtml (0.5.1-2) unstable; urgen"..., 4096) = 1127 +15533 close(1 +15530 read(3, +15533 <... close resumed> ) = 0 +15530 <... read resumed> "", 4096) = 0 +15533 munmap(0x40019000, 4096 +15530 close(3 +15533 <... munmap resumed> ) = 0 +15530 <... close resumed> ) = 0 +15533 exit_group(0) = ? +15530 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15530 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15530 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15530 waitpid(15533, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15533 +15530 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15530 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15530 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15530 stat64("/usr/local/lib/dpkg/parsechangelog/debian", 0x8150bb8) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/dpkg/parsechangelog/debian", {st_mode=S_IFREG|0755, st_size=5254, ...}) = 0 +15530 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15530 getgroups32(0, NULL) = 11 +15530 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15530 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15530 open("debian/changelog", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff4e8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 dup2(3, 0) = 0 +15530 close(3) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15530 getpid() = 15530 +15530 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15530 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15530 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15530 execve("/usr/lib/dpkg/parsechangelog/debian", ["/usr/lib/dpkg/parsechangelog/deb"...], [/* 8 vars */]) = 0 +15530 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15530 brk(0) = 0x8150a60 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15530 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15530 open("/etc/ld.so.cache", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libdl.so.2", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15530 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15530 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40021000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libm.so.6", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15530 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15530 old_mmap(0x40047000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40047000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15530 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40049000 +15530 old_mmap(0x40058000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40058000 +15530 old_mmap(0x4005a000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4005a000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libc.so.6", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000 +15530 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4009d000 +15530 old_mmap(0x401b7000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401b7000 +15530 old_mmap(0x401bf000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401bf000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15530 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c1000 +15530 old_mmap(0x401c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401c6000 +15530 old_mmap(0x401c8000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c8000 +15530 close(3) = 0 +15530 mprotect(0x401b7000, 20480, PROT_READ) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15530 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15530 getpid() = 15530 +15530 rt_sigaction(SIGRTMIN, {0x400513a0, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_1, {0x40051430, [RTMIN], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigaction(SIGRT_2, {0x40050f00, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15530 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15530 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15530 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbfffe9e4, 30, (nil), 0}) = 0 +15530 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15530 brk(0) = 0x8150a60 +15530 brk(0x8171a60) = 0x8171a60 +15530 brk(0x8172000) = 0x8172000 +15530 getuid32() = 3308 +15530 geteuid32() = 3308 +15530 getgid32() = 1011 +15530 getegid32() = 1011 +15530 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 +15530 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15530 read(3, "\324\0\v\376", 4) = 4 +15530 close(3) = 0 +15530 time([1142898177]) = 1142898177 +15530 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffea10) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffea10) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffea10) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.7", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.7", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.6", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.6", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15530 stat64("/usr/local/share/perl/5.8.4", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.3", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.3", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.2", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.2", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.1", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.1", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.0", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.0", 0xbfffeb60) = -1 ENOENT (No such file or directory) +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe868) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(0, 0, [0], SEEK_CUR) = 0 +15530 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe868) = -1 EINVAL (Invalid argument) +15530 _llseek(1, 0, 0xbfffe8b0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(2, 0, 0xbfffe8b0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 open("/usr/lib/dpkg/parsechangelog/debian", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe928) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0755, st_size=5254, ...}) = 0 +15530 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15530 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15530 getpid() = 15530 +15530 getppid() = 15528 +15530 read(3, "#!/usr/bin/perl\n#\n# Options:\n# "..., 4096) = 4096 +15530 brk(0x8193000) = 0x8193000 +15530 read(3, "of\';\n last if $since eq \'"..., 4096) = 1158 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 stat64("/etc/perl/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.8/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/share/perl/5.8.8/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl5/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl5/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/perl/5.8/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/share/perl/5.8/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/site_perl/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/local/lib/perl/5.8.4/controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("./controllib.pl", 0xbfffea1c) = -1 ENOENT (No such file or directory) +15530 stat64("/usr/lib/dpkg/controllib.pl", {st_mode=S_IFREG|0755, st_size=13929, ...}) = 0 +15530 open("/usr/lib/dpkg/controllib.pl", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe838) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 read(3, "#!/usr/bin/perl\n\n# Global variab"..., 4096) = 4096 +15530 read(3, "f (\"$os-$cpu\" eq \'any-any\') {\n\t@"..., 4096) = 4096 +15530 brk(0x81b4000) = 0x81b4000 +15530 read(3, " $arch=lc($arch);\n "..., 4096) = 4096 +15530 read(3, "ngth($_) ||\n "..., 4096) = 1641 +15530 brk(0x81d5000) = 0x81d5000 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 readlink("/proc/self/fd/0", "/usr/local/src/xlhtml-0.5.1/debian/changelog", 511) = 44 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe548) = -1 ENOTTY (Inappropriate ioctl for device) +15530 dup(0) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8f8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 close(0) = 0 +15530 dup(2) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 _llseek(0, 0, 0xbfffe940, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15530 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15530 open("/var/run/utmp", O_RDONLY) = 4 +15530 fcntl64(4, F_GETFD) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 _llseek(4, 0, [0], SEEK_SET) = 0 +15530 alarm(0) = 0 +15530 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15530 alarm(1) = 0 +15530 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15530 read(4, "", 384) = 0 +15530 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15530 alarm(0) = 1 +15530 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15530 close(4) = 0 +15530 close(0) = 0 +15530 dup(3) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8f8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(0, 0, [0], SEEK_CUR) = 0 +15530 fstat64(0, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 close(3) = 0 +15530 dup(0) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8f8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 close(0) = 0 +15530 dup(1) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8f8) = -1 EINVAL (Invalid argument) +15530 _llseek(0, 0, 0xbfffe940, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15530 fstat64(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 readlink("/proc/self/fd/0", "pipe:[60444086]", 511) = 15 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe548) = -1 EINVAL (Invalid argument) +15530 close(0) = 0 +15530 dup(3) = 0 +15530 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8f8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(0, 0, [0], SEEK_CUR) = 0 +15530 fstat64(0, {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15530 fcntl64(0, F_SETFD, 0) = 0 +15530 close(3) = 0 +15530 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15530 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15530 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15530 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15530 close(3) = 0 +15530 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15530 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15530 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15530 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15530 close(3) = 0 +15530 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15530 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 munmap(0x40019000, 4096) = 0 +15530 open("/etc/ld.so.cache", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15530 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40210000 +15530 old_mmap(0x40219000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40219000 +15530 close(3) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 open("/etc/passwd", O_RDONLY) = 3 +15530 fcntl64(3, F_GETFD) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15530 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15530 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 munmap(0x40019000, 4096) = 0 +15530 open("/etc/ld.so.cache", O_RDONLY) = 3 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15530 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15530 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4021b000 +15530 old_mmap(0x40223000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40223000 +15530 close(3) = 0 +15530 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15530 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15530 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15530 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40225000 +15530 old_mmap(0x40237000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x40237000 +15530 old_mmap(0x40239000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40239000 +15530 close(3) = 0 +15530 munmap(0x40019000, 23038) = 0 +15530 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15530 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15530 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15530 gettimeofday({1142898177, 301194}, NULL) = 0 +15530 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15530 getpid() = 15530 +15530 bind(4, {sa_family=AF_INET, sin_port=htons(866), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15530 ioctl(4, FIONBIO, [1]) = 0 +15530 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 close(3) = 0 +15530 sendto(4, "\v\243\27\5\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15530 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15530 recvfrom(4, "\v\243\27\5\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15530 close(4) = 0 +15530 open("/etc/shadow", O_RDONLY) = -1 EACCES (Permission denied) +15530 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15530 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15530 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15530 bind(4, {sa_family=AF_INET, sin_port=htons(867), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15530 ioctl(4, FIONBIO, [1]) = 0 +15530 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15530 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15530 close(3) = 0 +15530 sendto(4, "z\371(B\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15530 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15530 recvfrom(4, "z\371(B\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 32 +15530 close(4) = 0 +15530 open("/usr/share/dpkg/cputable", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8d8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 read(3, "# This file contains the table o"..., 4096) = 1069 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 open("/usr/share/dpkg/ostable", O_RDONLY|O_LARGEFILE) = 3 +15530 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8d8) = -1 ENOTTY (Inappropriate ioctl for device) +15530 _llseek(3, 0, [0], SEEK_CUR) = 0 +15530 fstat64(3, {st_mode=S_IFREG|0644, st_size=932, ...}) = 0 +15530 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15530 read(3, "# This file contains the table o"..., 4096) = 932 +15530 read(3, "", 4096) = 0 +15530 close(3) = 0 +15530 read(0, "xlhtml (0.5.1-6) unstable; urgen"..., 4096) = 1981 +15530 write(1, "Source: xlhtml\nVersion: 0.5.1-6\n"..., 274) = 274 +15531 <... read resumed> "Source: xlhtml\nVersion: 0.5.1-6\n"..., 32768) = 274 +15531 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15531 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15531 read(0, +15530 close(1) = 0 +15531 <... read resumed> "", 32768) = 0 +15531 write(1, "Source: xlhtml\nVersion: 0.5.1-6\n", 32) = 32 +15517 <... read resumed> "Source: xlhtml\nVersion: 0.5.1-6\n", 4096) = 32 +15517 read(5, +15531 close(1) = 0 +15531 munmap(0x40019000, 4096) = 0 +15531 exit_group(0) = ? +15528 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15531 +15528 waitpid(-1, +15530 _llseek(0, 165, [165], SEEK_SET) = 0 +15530 _llseek(0, 0, [165], SEEK_CUR) = 0 +15530 exit_group(0) = ? +15528 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15530 +15528 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15528 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15528 close(3) = -1 EBADF (Bad file descriptor) +15528 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15528 --- SIGCHLD (Child exited) @ 0 (0) --- +15528 waitpid(-1, 0xbfffdcf0, WNOHANG) = -1 ECHILD (No child processes) +15528 sigreturn() = ? (mask now [RTMIN]) +15528 exit_group(0) = ? +15517 <... read resumed> "", 4096) = 0 +15517 close(5) = 0 +15517 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15517 waitpid(15528, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15528 +15517 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15517 stat64("debian/rules", {st_mode=S_IFREG|0755, st_size=1974, ...}) = 0 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(0, NULL) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(0, NULL) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(0, NULL) = 11 +15517 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15517 getgroups32(11, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15517 pipe([5, 6]) = 0 +15517 fork() = 15535 +15517 close(6 +15535 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 <... close resumed> ) = 0 +15535 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 rt_sigaction(SIGINT, {SIG_IGN}, +15535 getpid( +15517 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15535 <... getpid resumed> ) = 15535 +15517 rt_sigaction(SIGQUIT, {SIG_IGN}, +15535 getrlimit(RLIMIT_STACK, +15517 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15535 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15517 waitpid(15535, +15535 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15535 close(5) = 0 +15535 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15535 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15535 getpid() = 15535 +15535 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15535 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15535 execve("/usr/sbin/dpkg-checkbuilddeps", ["dpkg-checkbuilddeps"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15535 getpid() = 15535 +15535 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15535 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15535 execve("/usr/bin/dpkg-checkbuilddeps", ["dpkg-checkbuilddeps"], [/* 5 vars */]) = 0 +15535 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15535 brk(0) = 0x8150a60 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15535 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15535 open("/etc/ld.so.cache", O_RDONLY) = 3 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15535 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libdl.so.2", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15535 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15535 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40021000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libm.so.6", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15535 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15535 old_mmap(0x40047000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40047000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15535 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40049000 +15535 old_mmap(0x40058000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40058000 +15535 old_mmap(0x4005a000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4005a000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libc.so.6", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15535 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000 +15535 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4009d000 +15535 old_mmap(0x401b7000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401b7000 +15535 old_mmap(0x401bf000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401bf000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15535 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c1000 +15535 old_mmap(0x401c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401c6000 +15535 old_mmap(0x401c8000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c8000 +15535 close(3) = 0 +15535 mprotect(0x401b7000, 20480, PROT_READ) = 0 +15535 munmap(0x40019000, 23038) = 0 +15535 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15535 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15535 getpid() = 15535 +15535 rt_sigaction(SIGRTMIN, {0x400513a0, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_1, {0x40051430, [RTMIN], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15535 rt_sigaction(SIGRT_2, {0x40050f00, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15535 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15535 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15535 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbffff8c4, 30, (nil), 0}) = 0 +15535 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 brk(0) = 0x8150a60 +15535 brk(0x8171a60) = 0x8171a60 +15535 brk(0x8172000) = 0x8172000 +15535 getuid32() = 3308 +15535 geteuid32() = 3308 +15535 getgid32() = 1011 +15535 getegid32() = 1011 +15535 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 +15535 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15535 read(3, "\223K\22E", 4) = 4 +15535 close(3) = 0 +15535 time([1142898177]) = 1142898177 +15535 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbffff8f0) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/site_perl/5.8.8", 0xbffff8f0) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbffff8f0) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.7", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.7", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.6", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.6", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15535 stat64("/usr/local/share/perl/5.8.4", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.3", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.3", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.2", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.2", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.1", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.1", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.0", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.0", 0xbffffa40) = -1 ENOENT (No such file or directory) +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(0, 0, 0xbffff790, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(1, 0, 0xbffff790, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(2, 0, 0xbffff790, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 open("/usr/bin/dpkg-checkbuilddeps", O_RDONLY|O_LARGEFILE) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff808) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(3, 0, [0], SEEK_CUR) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 fstat64(3, {st_mode=S_IFREG|0755, st_size=5103, ...}) = 0 +15535 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15535 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15535 getpid() = 15535 +15535 getppid() = 15517 +15535 read(3, "#!/usr/bin/perl\n# GPL copyright "..., 4096) = 4096 +15535 stat64("/etc/perl/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Getopt/Long.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Getopt/Long.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Getopt/Long.pm", {st_mode=S_IFREG|0644, st_size=39169, ...}) = 0 +15535 open("/usr/share/perl/5.8/Getopt/Long.pm", O_RDONLY|O_LARGEFILE) = 4 +15535 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff228) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(4, 0, [0], SEEK_CUR) = 0 +15535 read(4, "# Getopt::Long.pm -- Universal o"..., 4096) = 4096 +15535 brk(0x8193000) = 0x8193000 +15535 stat64("/etc/perl/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/strict.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15535 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 5 +15535 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffed88) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(5, 0, [0], SEEK_CUR) = 0 +15535 read(5, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15535 _llseek(5, 598, [598], SEEK_SET) = 0 +15535 _llseek(5, 0, [598], SEEK_CUR) = 0 +15535 close(5) = 0 +15535 stat64("/etc/perl/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/vars.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/vars.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 +15535 open("/usr/share/perl/5.8/vars.pm", O_RDONLY|O_LARGEFILE) = 5 +15535 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffed88) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(5, 0, [0], SEEK_CUR) = 0 +15535 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 4096) = 1149 +15535 stat64("/etc/perl/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/warnings/register.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/warnings/register.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 +15535 open("/usr/share/perl/5.8/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 +15535 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8e8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(6, 0, [0], SEEK_CUR) = 0 +15535 read(6, "package warnings::register;\n\nour"..., 4096) = 732 +15535 read(6, "", 4096) = 0 +15535 close(6) = 0 +15535 stat64("/etc/perl/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/warnings.pm", 0xbfffeacc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/warnings.pmc", 0xbfffebbc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/warnings.pm", {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0 +15535 open("/usr/share/perl/5.8/warnings.pm", O_RDONLY|O_LARGEFILE) = 6 +15535 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe8e8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(6, 0, [0], SEEK_CUR) = 0 +15535 read(6, "# -*- buffer-read-only: t -*-\n# "..., 4096) = 4096 +15535 stat64("/etc/perl/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Carp.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Carp.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Carp.pm", {st_mode=S_IFREG|0644, st_size=4112, ...}) = 0 +15535 open("/usr/share/perl/5.8/Carp.pm", O_RDONLY|O_LARGEFILE) = 7 +15535 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe448) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(7, 0, [0], SEEK_CUR) = 0 +15535 read(7, "package Carp;\n\nour $VERSION = \'1"..., 4096) = 4096 +15535 read(7, "gmess @_ }\n\n1;\n", 4096) = 16 +15535 read(7, "", 4096) = 0 +15535 close(7) = 0 +15535 stat64("/etc/perl/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbfffe62c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbfffe71c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15535 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 7 +15535 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe448) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(7, 0, [0], SEEK_CUR) = 0 +15535 read(7, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15535 brk(0x81b4000) = 0x81b4000 +15535 _llseek(7, 2217, [2217], SEEK_SET) = 0 +15535 _llseek(7, 0, [2217], SEEK_CUR) = 0 +15535 close(7) = 0 +15535 read(6, "\\x00\\x00\\x00\\x00\\x00\", # [27]\n "..., 4096) = 4096 +15535 read(6, "x00\\x20\\x00\", # [42]\n \'untie\'"..., 4096) = 4096 +15535 read(6, "ssage = pop ;\n my ($callers_b"..., 4096) = 730 +15535 read(6, "", 4096) = 0 +15535 close(6) = 0 +15535 _llseek(5, 1148, [1148], SEEK_SET) = 0 +15535 _llseek(5, 0, [1148], SEEK_CUR) = 0 +15535 close(5) = 0 +15535 read(4, "#######\n\n# Values for $order. Se"..., 4096) = 4096 +15535 stat64("/etc/perl/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/constant.pm", 0xbfffef6c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/constant.pmc", 0xbffff05c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/constant.pm", {st_mode=S_IFREG|0644, st_size=3051, ...}) = 0 +15535 open("/usr/share/perl/5.8/constant.pm", O_RDONLY|O_LARGEFILE) = 5 +15535 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffed88) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(5, 0, [0], SEEK_CUR) = 0 +15535 read(5, "package constant;\n\nuse strict;\nu"..., 4096) = 3051 +15535 brk(0x81d5000) = 0x81d5000 +15535 _llseek(5, 3050, [3050], SEEK_SET) = 0 +15535 _llseek(5, 0, [3050], SEEK_CUR) = 0 +15535 close(5) = 0 +15535 read(4, "ument may be an object. It\'s OK "..., 4096) = 4096 +15535 read(4, " $error = 0;\n\n # Supply --v"..., 4096) = 4096 +15535 read(4, "etopt::Long -- internal error!\\n"..., 4096) = 4096 +15535 brk(0x81f6000) = 0x81f6000 +15535 read(4, ";\n }\n\n my ($names, $spec) "..., 4096) = 4096 +15535 read(4, "\n\t if $debug;\n\t}\n\telse {\n\t "..., 4096) = 4096 +15535 read(4, " : (defined $optarg ? $optarg "..., 4096) = 4096 +15535 brk(0x8217000) = 0x8217000 +15535 read(4, "if $arg eq \"-\";\n\n\t# Check for op"..., 4096) = 4096 +15535 read(4, "options. See Pod::Usage for deta"..., 4096) = 2305 +15535 read(4, "", 4096) = 0 +15535 close(4) = 0 +15535 stat64("/etc/perl/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/etc/perl/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pm", 0xbffff40c) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Exporter/Heavy.pmc", 0xbffff4fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6252, ...}) = 0 +15535 open("/usr/share/perl/5.8/Exporter/Heavy.pm", O_RDONLY|O_LARGEFILE) = 4 +15535 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff228) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(4, 0, [0], SEEK_CUR) = 0 +15535 read(4, "package Exporter::Heavy;\n\nuse st"..., 4096) = 4096 +15535 read(4, "he at cost of memory)\n\t my @e"..., 4096) = 2156 +15535 brk(0x8238000) = 0x8238000 +15535 read(4, "", 4096) = 0 +15535 close(4) = 0 +15535 read(3, "\n\t\t\t# This is a possibile way to"..., 4096) = 1007 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 stat64("/etc/perl/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.8/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/share/perl/5.8.8/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl5/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl5/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/perl/5.8/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/share/perl/5.8/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/site_perl/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/local/lib/perl/5.8.4/controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("./controllib.pl", 0xbffff8fc) = -1 ENOENT (No such file or directory) +15535 stat64("/usr/lib/dpkg/controllib.pl", {st_mode=S_IFREG|0755, st_size=13929, ...}) = 0 +15535 open("/usr/lib/dpkg/controllib.pl", O_RDONLY|O_LARGEFILE) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff718) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(3, 0, [0], SEEK_CUR) = 0 +15535 read(3, "#!/usr/bin/perl\n\n# Global variab"..., 4096) = 4096 +15535 read(3, "f (\"$os-$cpu\" eq \'any-any\') {\n\t@"..., 4096) = 4096 +15535 brk(0x8259000) = 0x8259000 +15535 read(3, " $arch=lc($arch);\n "..., 4096) = 4096 +15535 read(3, "ngth($_) ||\n "..., 4096) = 1641 +15535 brk(0x827a000) = 0x827a000 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15535 open("/var/run/utmp", O_RDONLY) = 3 +15535 fcntl64(3, F_GETFD) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 _llseek(3, 0, [0], SEEK_SET) = 0 +15535 alarm(0) = 0 +15535 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15535 alarm(1) = 0 +15535 fcntl64(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 read(3, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(3, "", 384) = 0 +15535 fcntl64(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 alarm(0) = 1 +15535 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15535 close(3) = 0 +15535 dup(0) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(3, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 close(0) = 0 +15535 dup(2) = 0 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(0, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(0, F_SETFD, 0) = 0 +15535 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15535 open("/var/run/utmp", O_RDONLY) = 4 +15535 fcntl64(4, F_GETFD) = 0 +15535 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15535 _llseek(4, 0, [0], SEEK_SET) = 0 +15535 alarm(0) = 0 +15535 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15535 alarm(1) = 0 +15535 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "", 384) = 0 +15535 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 alarm(0) = 1 +15535 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15535 close(4) = 0 +15535 close(0) = 0 +15535 dup(3) = 0 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(0, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(0, F_SETFD, 0) = 0 +15535 close(3) = 0 +15535 dup(0) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(3, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 close(0) = 0 +15535 dup(1) = 0 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(0, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(0, F_SETFD, 0) = 0 +15535 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15535 open("/var/run/utmp", O_RDONLY) = 4 +15535 fcntl64(4, F_GETFD) = 0 +15535 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15535 _llseek(4, 0, [0], SEEK_SET) = 0 +15535 alarm(0) = 0 +15535 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15535 alarm(1) = 0 +15535 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15535 read(4, "", 384) = 0 +15535 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15535 alarm(0) = 1 +15535 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15535 close(4) = 0 +15535 close(0) = 0 +15535 dup(3) = 0 +15535 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15535 _llseek(0, 0, 0xbffff820, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15535 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15535 fcntl64(0, F_SETFD, 0) = 0 +15535 close(3) = 0 +15535 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15535 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15535 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15535 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15535 close(3) = 0 +15535 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15535 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15535 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15535 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15535 close(3) = 0 +15535 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15535 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15535 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 munmap(0x40019000, 4096) = 0 +15535 open("/etc/ld.so.cache", O_RDONLY) = 3 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15535 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15535 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40210000 +15535 old_mmap(0x40219000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40219000 +15535 close(3) = 0 +15535 munmap(0x40019000, 23038) = 0 +15535 open("/etc/passwd", O_RDONLY) = 3 +15535 fcntl64(3, F_GETFD) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15535 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15535 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 munmap(0x40019000, 4096) = 0 +15535 open("/etc/ld.so.cache", O_RDONLY) = 3 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15535 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15535 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4021b000 +15535 old_mmap(0x40223000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40223000 +15535 close(3) = 0 +15535 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15535 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15535 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15535 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40225000 +15535 old_mmap(0x40237000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x40237000 +15535 old_mmap(0x40239000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40239000 +15535 close(3) = 0 +15535 munmap(0x40019000, 23038) = 0 +15535 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15535 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15535 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15535 gettimeofday({1142898177, 602191}, NULL) = 0 +15535 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15535 getpid() = 15535 +15535 bind(4, {sa_family=AF_INET, sin_port=htons(871), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15535 ioctl(4, FIONBIO, [1]) = 0 +15535 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15535 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15535 close(3) = 0 +15535 sendto(4, "g\360\307\t\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15535 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15535 recvfrom(4, "g\360\307\t\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15535 close(4) = 0 +15535 open("/etc/shadow", O_RDONLY) = -1 EACCES (Permission denied) +15535 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15535 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15535 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15535 bind(4, {sa_family=AF_INET, sin_port=htons(872), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15535 ioctl(4, FIONBIO, [1]) = 0 +15535 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15535 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15535 close(3) = 0 +15535 sendto(4, "`j>\277\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15535 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15535 recvfrom(4, "`j>\277\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 32 +15535 close(4) = 0 +15535 open("/usr/share/dpkg/cputable", O_RDONLY|O_LARGEFILE) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff7b8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(3, 0, [0], SEEK_CUR) = 0 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 read(3, "# This file contains the table o"..., 4096) = 1069 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 open("/usr/share/dpkg/ostable", O_RDONLY|O_LARGEFILE) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff7b8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(3, 0, [0], SEEK_CUR) = 0 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=932, ...}) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 read(3, "# This file contains the table o"..., 4096) = 932 +15535 read(3, "", 4096) = 0 +15535 close(3) = 0 +15535 open("debian/control", O_RDONLY|O_LARGEFILE) = 3 +15535 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff7b8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(3, 0, [0], SEEK_CUR) = 0 +15535 fstat64(3, {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 +15535 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15535 read(3, "Source: xlhtml\nSection: utils\nPr"..., 4096) = 886 +15535 read(3, "", 4096) = 0 +15535 open("/var/lib/dpkg/status", O_RDONLY|O_LARGEFILE) = 4 +15535 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff7b8) = -1 ENOTTY (Inappropriate ioctl for device) +15535 _llseek(4, 0, [0], SEEK_CUR) = 0 +15535 fstat64(4, {st_mode=S_IFREG|0644, st_size=378167, ...}) = 0 +15535 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15535 read(4, "Package: libbonobo2\nStatus: purg"..., 4096) = 4096 +15535 read(4, "5e3e5\n /etc/exim4/conf.d/acl/40_"..., 4096) = 4096 +15535 read(4, "here is a Debian-centered\n maili"..., 4096) = 4096 +15535 read(4, "24-1)\nDescription: The GNU core "..., 4096) = 4096 +15535 read(4, "bian.org>\nArchitecture: i386\nSou"..., 4096) = 4096 +15535 read(4, "e xpdf-utils package for convers"..., 4096) = 4096 +15535 read(4, "t-base\nStatus: install ok instal"..., 4096) = 4096 +15535 read(4, "-Size: 400\nMaintainer: Matthias "..., 4096) = 4096 +15535 read(4, "interface to the panoramiX exten"..., 4096) = 4096 +15535 read(4, "ty: optional\nSection: libs\nArchi"..., 4096) = 4096 +15535 read(4, "ne and full screen utilities are"..., 4096) = 4096 +15535 read(4, ", including new\n kbd features up"..., 4096) = 4096 +15535 read(4, "ibpam0g-util\nDepends: libc6 (>= "..., 4096) = 4096 +15535 read(4, " some system\n administrators may"..., 4096) = 4096 +15535 read(4, "e488e4b030f14c6fe656\n /etc/X11/a"..., 4096) = 4096 +15535 read(4, "bmtoa, a tool that converts a mo"..., 4096) = 4096 +15535 read(4, "dobe\'s PDF software.)\n .\n The to"..., 4096) = 4096 +15535 read(4, "dl1-dev, libdb1-dev, libgdbm1-de"..., 4096) = 4096 +15535 read(4, "tainers = 5.4-5), lib"..., 4096) = 4096 +15535 read(4, "tatheme (<< 0.9.7-3), libgnomeui"..., 4096) = 4096 +15535 read(4, "tion: gnome\nArchitecture: i386\n\n"..., 4096) = 4096 +15535 read(4, "3a12829045ded9a8427be206f7861f5e"..., 4096) = 4096 +15535 read(4, "/rsmtp.\n .\n Upstream URL: http:/"..., 4096) = 4096 +15535 read(4, "d221c4d67952d2f7\n /etc/modutils/"..., 4096) = 4096 +15535 read(4, "n: 1.27\nReplaces: i8kfan\nDepends"..., 4096) = 4096 +15535 read(4, "ncurses-dev\nProvides: libncurses"..., 4096) = 4096 +15535 read(4, "/xdm/Xreset 5abb302e63430d7ce379"..., 4096) = 4096 +15535 read(4, "abase engine.\n Programs that lin"..., 4096) = 4096 +15535 read(4, "6.4-001+3), vim-lesstif (<< 1:6."..., 4096) = 4096 +15535 read(4, "ibxrandr2, libxt6, libxtrap6, li"..., 4096) = 4096 +15535 read(4, "df6b4010f3718653399ff9405ef\n /et"..., 4096) = 4096 +15535 read(4, "tc/X11/xkb/symbols/altwin 81f98b"..., 4096) = 4096 +15535 read(4, "028a908\n /etc/X11/xkb/symbols/lt"..., 4096) = 4096 +15535 read(4, "b07f6b49e8f944dafd0c5c11fa3\n /et"..., 4096) = 4096 +15535 read(4, "3013642353fd0eb4\n /etc/X11/xkb/s"..., 4096) = 4096 +15535 brk(0x829b000) = 0x829b000 +15535 brk(0x8296000) = 0x8296000 +15535 read(4, "Status: purge ok not-installed\nP"..., 4096) = 4096 +15535 read(4, "s\n on internationalization. Pang"..., 4096) = 4096 +15535 read(4, "rovides a near drop-in\n replacem"..., 4096) = 4096 +15535 read(4, "ve disk space. (A small selecti"..., 4096) = 4096 +15535 read(4, "he GNU Compiler Collection (GCC)"..., 4096) = 4096 +15535 read(4, "002c3f72eed8f0d744b120420\n /etc/"..., 4096) = 4096 +15535 read(4, "ge is missing three fonts from t"..., 4096) = 4096 +15535 read(4, "age no longer adds a three dimen"..., 4096) = 4096 +15535 read(4, "tatus: purge ok not-installed\nPr"..., 4096) = 4096 +15535 read(4, "s\nStatus: purge ok not-installed"..., 4096) = 4096 +15535 read(4, ".2)\nDescription: GNU privacy gua"..., 4096) = 4096 +15535 read(4, "quired for a standalone X workst"..., 4096) = 4096 +15535 read(4, "kage: pppoe\nStatus: purge ok not"..., 4096) = 4096 +15535 read(4, "rotocol\n is sometimes also refer"..., 4096) = 4096 +15535 read(4, "common-4.1, libc6 (>= 2.3.2.ds1-"..., 4096) = 4096 +15535 read(4, "ies from FreeBSD\n This package c"..., 4096) = 4096 +15535 read(4, "e: screen\nStatus: install ok ins"..., 4096) = 4096 +15535 read(4, "st process started on boot and c"..., 4096) = 4096 +15535 read(4, "ems by hard-coded device names, "..., 4096) = 4096 +15535 read(4, "s to map between NFSv4 names (wh"..., 4096) = 4096 +15535 read(4, "uildpackage using debuild (see b"..., 4096) = 4096 +15535 read(4, " find\n one of the many \"Toolkit\""..., 4096) = 4096 +15535 read(4, ".\n\nPackage: libpaper1\nStatus: in"..., 4096) = 4096 +15535 read(4, "tatus: install ok installed\nPrio"..., 4096) = 4096 +15535 read(4, "lients or X servers installed.\n "..., 4096) = 4096 +15535 read(4, " coreutils | textutils (>= 2.0-3"..., 4096) = 4096 +15535 read(4, "viewer\nStatus: purge ok not-inst"..., 4096) = 4096 +15535 read(4, " component for OpenOffice.org,\n "..., 4096) = 4096 +15535 read(4, " allowing single selections\n ga"..., 4096) = 4096 +15535 read(4, "= 2.3.0), libglade2-0 (>= 1:2.5."..., 4096) = 4096 +15535 read(4, " perl-5.004 (<< 6), perl-5.005 ("..., 4096) = 4096 +15535 read(4, "stall ok installed\nPriority: ext"..., 4096) = 4096 +15535 read(4, "tatus: install ok installed\nPrio"..., 4096) = 4096 +15535 read(4, "catalog(8): tool for maintaining"..., 4096) = 4096 +15535 read(4, "Priority: optional\nSection: libs"..., 4096) = 4096 +15535 read(4, "rl, liblocale-gettext-perl, libi"..., 4096) = 4096 +15535 read(4, "tem. These\n architectural compon"..., 4096) = 4096 +15535 read(4, "), vim-ruby (<< 1:6.4-001+3), vi"..., 4096) = 4096 +15535 read(4, "ssage preview mode, you can brow"..., 4096) = 4096 +15535 read(4, "ts: openoffice.org-debian-files,"..., 4096) = 4096 +15535 read(4, "u can generate\n a wide range of "..., 4096) = 4096 +15535 read(4, "sts: mail-reader, eximon4, exim4"..., 4096) = 4096 +15535 read(4, "Priority: standard\nSection: deve"..., 4096) = 4096 +15535 read(4, "he upload method and a lot of ot"..., 4096) = 4096 +15535 read(4, "= 1:4.0.2), libstdc++6 (>= 4.0.2"..., 4096) = 4096 +15535 read(4, "\nPackage: libscrollkeeper0\nStatu"..., 4096) = 4096 +15535 read(4, "g>\nArchitecture: i386\nVersion: 2"..., 4096) = 4096 +15535 read(4, "tion: libs\nInstalled-Size: 768\nM"..., 4096) = 4096 +15535 read(4, ".\n\nPackage: libid3tag0\nStatus: p"..., 4096) = 4096 +15535 read(4, "stalled-Size: 352\nMaintainer: De"..., 4096) = 1335 +15535 read(4, "", 4096) = 0 +15535 close(4) = 0 +15535 pipe([4, 5]) = 0 +15535 pipe([6, 7]) = 0 +15535 fork() = 15537 +15535 close(7 +15537 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15535 <... close resumed> ) = 0 +15537 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15535 close(5 +15537 getpid( +15535 <... close resumed> ) = 0 +15537 <... getpid resumed> ) = 15537 +15535 read(6, +15537 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15537 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15537 close(6) = 0 +15537 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0 +15537 dup2(5, 1) = 1 +15537 close(5) = 0 +15537 close(4) = 0 +15537 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15537 getpid() = 15537 +15537 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15537 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15537 execve("/usr/sbin/dpkg-architecture", ["dpkg-architecture", "-qDEB_HOST_ARCH"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15537 getpid() = 15537 +15537 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15537 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15537 execve("/usr/bin/dpkg-architecture", ["dpkg-architecture", "-qDEB_HOST_ARCH"], [/* 5 vars */]) = 0 +15535 <... read resumed> "", 4) = 0 +15535 close(6 +15537 uname( +15535 <... close resumed> ) = 0 +15537 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15535 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS +15537 brk(0 +15535 <... ioctl resumed> , 0xbffff7f8) = -1 EINVAL (Invalid argument) +15537 <... brk resumed> ) = 0x8150a60 +15535 _llseek(4, 0, +15537 access("/etc/ld.so.nohwcap", F_OK +15535 <... _llseek resumed> 0xbffff840, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 <... access resumed> ) = -1 ENOENT (No such file or directory) +15535 fstat64(4, +15537 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15535 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15537 <... old_mmap resumed> ) = 0x40018000 +15535 read(4, +15537 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15537 open("/etc/ld.so.cache", O_RDONLY) = 3 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15537 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libdl.so.2", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15537 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15537 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40021000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libm.so.6", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15537 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15537 old_mmap(0x40047000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40047000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15537 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40049000 +15537 old_mmap(0x40058000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40058000 +15537 old_mmap(0x4005a000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4005a000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libc.so.6", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15537 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000 +15537 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4009d000 +15537 old_mmap(0x401b7000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401b7000 +15537 old_mmap(0x401bf000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401bf000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15537 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c1000 +15537 old_mmap(0x401c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401c6000 +15537 old_mmap(0x401c8000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c8000 +15537 close(3) = 0 +15537 mprotect(0x401b7000, 20480, PROT_READ) = 0 +15537 munmap(0x40019000, 23038) = 0 +15537 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15537 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15537 getpid() = 15537 +15537 rt_sigaction(SIGRTMIN, {0x400513a0, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_1, {0x40051430, [RTMIN], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15537 rt_sigaction(SIGRT_2, {0x40050f00, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15537 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15537 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15537 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbfffe5c4, 30, (nil), 0}) = 0 +15537 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 brk(0) = 0x8150a60 +15537 brk(0x8171a60) = 0x8171a60 +15537 brk(0x8172000) = 0x8172000 +15537 getuid32() = 3308 +15537 geteuid32() = 3308 +15537 getgid32() = 1011 +15537 getegid32() = 1011 +15537 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 +15537 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15537 read(3, "6vOM", 4) = 4 +15537 close(3) = 0 +15537 time([1142898177]) = 1142898177 +15537 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffe5f0) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffe5f0) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffe5f0) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.7", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.7", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.6", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.6", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15537 stat64("/usr/local/share/perl/5.8.4", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.3", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.3", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.2", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.2", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.1", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.1", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.0", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.0", 0xbfffe740) = -1 ENOENT (No such file or directory) +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(0, 0, 0xbfffe490, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe448) = -1 EINVAL (Invalid argument) +15537 _llseek(1, 0, 0xbfffe490, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(2, 0, 0xbfffe490, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 open("/usr/bin/dpkg-architecture", O_RDONLY|O_LARGEFILE) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe508) = -1 ENOTTY (Inappropriate ioctl for device) +15537 _llseek(3, 0, [0], SEEK_CUR) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 fstat64(3, {st_mode=S_IFREG|0755, st_size=8901, ...}) = 0 +15537 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15537 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15537 getpid() = 15537 +15537 getppid() = 15535 +15537 read(3, "#! /usr/bin/perl\n#\n# dpkg-archit"..., 4096) = 4096 +15537 brk(0x8193000) = 0x8193000 +15537 read(3, "q_arch = \'\';\n$req_is_arch = \'\';\n"..., 4096) = 4096 +15537 read(3, "ach $k (@ordered) {\n\tprint \"$k=$"..., 4096) = 709 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 pipe([3, 4]) = 0 +15537 pipe([5, 6]) = 0 +15537 fork() = 15538 +15537 close(6) = 0 +15537 close(4) = 0 +15537 read(5, +15538 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15538 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15538 getpid() = 15538 +15538 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15538 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15538 close(5) = 0 +15538 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15538 dup2(4, 1) = 1 +15538 close(4) = 0 +15538 close(3) = 0 +15538 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15538 getpid() = 15538 +15538 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15538 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15538 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15538 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15538 execve("/usr/sbin/basename", ["basename", "/usr/bin/dpkg-architecture"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15538 getpid() = 15538 +15538 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15538 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15538 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15538 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15538 execve("/usr/bin/basename", ["basename", "/usr/bin/dpkg-architecture"], [/* 5 vars */]) = 0 +15537 <... read resumed> "", 4) = 0 +15537 close(5 +15538 uname( +15537 <... close resumed> ) = 0 +15538 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15538 brk(0 +15537 <... ioctl resumed> , 0xbfffe4f8) = -1 EINVAL (Invalid argument) +15538 <... brk resumed> ) = 0x804be88 +15537 _llseek(3, 0, +15538 access("/etc/ld.so.nohwcap", F_OK +15537 <... _llseek resumed> 0xbfffe540, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15538 <... access resumed> ) = -1 ENOENT (No such file or directory) +15537 fstat64(3, +15538 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15537 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15538 <... old_mmap resumed> ) = 0x40018000 +15537 read(3, +15538 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15538 open("/etc/ld.so.cache", O_RDONLY) = 3 +15538 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15538 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15538 close(3) = 0 +15538 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15538 open("/lib/libc.so.6", O_RDONLY) = 3 +15538 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15538 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15538 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15538 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15538 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15538 close(3) = 0 +15538 mprotect(0x40139000, 20480, PROT_READ) = 0 +15538 munmap(0x40019000, 23038) = 0 +15538 brk(0) = 0x804be88 +15538 brk(0x806ce88) = 0x806ce88 +15538 brk(0x806d000) = 0x806d000 +15538 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15538 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15538 write(1, "dpkg-architecture\n", 18) = 18 +15537 <... read resumed> "dpkg-architecture\n", 4096) = 18 +15538 close(1 +15537 read(3, +15538 <... close resumed> ) = 0 +15537 <... read resumed> "", 4096) = 0 +15538 munmap(0x40019000, 4096 +15537 fstat64(3, +15538 <... munmap resumed> ) = 0 +15537 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15538 exit_group(0) = ? +15537 close(3) = 0 +15537 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 waitpid(15538, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15538 +15537 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15537 stat64("/etc/perl/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.8/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/share/perl/5.8.8/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/lib/perl5/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/share/perl5/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/lib/perl/5.8/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/share/perl/5.8/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/site_perl/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/local/lib/perl/5.8.4/controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("./controllib.pl", 0xbfffe5fc) = -1 ENOENT (No such file or directory) +15537 stat64("/usr/lib/dpkg/controllib.pl", {st_mode=S_IFREG|0755, st_size=13929, ...}) = 0 +15537 open("/usr/lib/dpkg/controllib.pl", O_RDONLY|O_LARGEFILE) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe418) = -1 ENOTTY (Inappropriate ioctl for device) +15537 _llseek(3, 0, [0], SEEK_CUR) = 0 +15537 read(3, "#!/usr/bin/perl\n\n# Global variab"..., 4096) = 4096 +15537 brk(0x81b4000) = 0x81b4000 +15537 read(3, "f (\"$os-$cpu\" eq \'any-any\') {\n\t@"..., 4096) = 4096 +15537 read(3, " $arch=lc($arch);\n "..., 4096) = 4096 +15537 brk(0x81d5000) = 0x81d5000 +15537 read(3, "ngth($_) ||\n "..., 4096) = 1641 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15537 open("/var/run/utmp", O_RDONLY) = 3 +15537 fcntl64(3, F_GETFD) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 _llseek(3, 0, [0], SEEK_SET) = 0 +15537 alarm(0) = 0 +15537 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15537 alarm(1) = 0 +15537 fcntl64(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15537 read(3, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(3, "", 384) = 0 +15537 fcntl64(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15537 alarm(0) = 1 +15537 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15537 close(3) = 0 +15537 dup(0) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(3, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 close(0) = 0 +15537 dup(2) = 0 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(0, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15537 fcntl64(0, F_SETFD, 0) = 0 +15537 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15537 open("/var/run/utmp", O_RDONLY) = 4 +15537 fcntl64(4, F_GETFD) = 0 +15537 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15537 _llseek(4, 0, [0], SEEK_SET) = 0 +15537 alarm(0) = 0 +15537 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15537 alarm(1) = 0 +15537 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15537 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15537 read(4, "", 384) = 0 +15537 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15537 alarm(0) = 1 +15537 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15537 close(4) = 0 +15537 close(0) = 0 +15537 dup(3) = 0 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(0, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15537 fcntl64(0, F_SETFD, 0) = 0 +15537 close(3) = 0 +15537 dup(0) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(3, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 close(0) = 0 +15537 dup(1) = 0 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe4d8) = -1 EINVAL (Invalid argument) +15537 _llseek(0, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15537 fcntl64(0, F_SETFD, 0) = 0 +15537 readlink("/proc/self/fd/0", "pipe:[60447120]", 511) = 15 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe128) = -1 EINVAL (Invalid argument) +15537 close(0) = 0 +15537 dup(3) = 0 +15537 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15537 _llseek(0, 0, 0xbfffe520, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15537 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15537 fcntl64(0, F_SETFD, 0) = 0 +15537 close(3) = 0 +15537 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15537 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15537 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15537 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15537 close(3) = 0 +15537 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15537 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15537 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15537 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15537 close(3) = 0 +15537 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15537 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15537 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 munmap(0x40019000, 4096) = 0 +15537 open("/etc/ld.so.cache", O_RDONLY) = 3 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15537 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15537 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40210000 +15537 old_mmap(0x40219000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40219000 +15537 close(3) = 0 +15537 munmap(0x40019000, 23038) = 0 +15537 open("/etc/passwd", O_RDONLY) = 3 +15537 fcntl64(3, F_GETFD) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15537 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15537 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 munmap(0x40019000, 4096) = 0 +15537 open("/etc/ld.so.cache", O_RDONLY) = 3 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15537 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15537 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4021b000 +15537 old_mmap(0x40223000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40223000 +15537 close(3) = 0 +15537 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15537 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15537 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15537 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40225000 +15537 old_mmap(0x40237000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x40237000 +15537 old_mmap(0x40239000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40239000 +15537 close(3) = 0 +15537 munmap(0x40019000, 23038) = 0 +15537 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15537 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15537 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15537 gettimeofday({1142898177, 903801}, NULL) = 0 +15537 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15537 getpid() = 15537 +15537 bind(4, {sa_family=AF_INET, sin_port=htons(873), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15537 ioctl(4, FIONBIO, [1]) = 0 +15537 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15537 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15537 close(3) = 0 +15537 sendto(4, "P\10\244\372\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15537 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15537 recvfrom(4, "P\10\244\372\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15537 close(4) = 0 +15537 open("/etc/shadow", O_RDONLY) = -1 EACCES (Permission denied) +15537 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15537 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15537 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15537 bind(4, {sa_family=AF_INET, sin_port=htons(874), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15537 ioctl(4, FIONBIO, [1]) = 0 +15537 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15537 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15537 close(3) = 0 +15537 sendto(4, "<&D\\\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15537 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15537 recvfrom(4, "<&D\\\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377\377\377"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 32 +15537 close(4) = 0 +15537 open("/usr/share/dpkg/cputable", O_RDONLY|O_LARGEFILE) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe4b8) = -1 ENOTTY (Inappropriate ioctl for device) +15537 _llseek(3, 0, [0], SEEK_CUR) = 0 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 read(3, "# This file contains the table o"..., 4096) = 1069 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 open("/usr/share/dpkg/ostable", O_RDONLY|O_LARGEFILE) = 3 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe4b8) = -1 ENOTTY (Inappropriate ioctl for device) +15537 _llseek(3, 0, [0], SEEK_CUR) = 0 +15537 fstat64(3, {st_mode=S_IFREG|0644, st_size=932, ...}) = 0 +15537 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15537 read(3, "# This file contains the table o"..., 4096) = 932 +15537 read(3, "", 4096) = 0 +15537 close(3) = 0 +15537 pipe([3, 4]) = 0 +15537 pipe([5, 6]) = 0 +15537 fork() = 15539 +15537 close(6 +15539 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15537 <... close resumed> ) = 0 +15539 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15537 close(4 +15539 getpid( +15537 <... close resumed> ) = 0 +15539 <... getpid resumed> ) = 15539 +15537 read(5, +15539 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15539 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15539 close(5) = 0 +15539 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15539 dup2(4, 1) = 1 +15539 close(4) = 0 +15539 close(3) = 0 +15539 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15539 getpid() = 15539 +15539 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15539 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15539 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15539 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15539 execve("/usr/sbin/dpkg", ["dpkg", "--print-architecture"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15539 getpid() = 15539 +15539 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15539 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15539 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15539 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15539 execve("/usr/bin/dpkg", ["dpkg", "--print-architecture"], [/* 5 vars */]) = 0 +15537 <... read resumed> "", 4) = 0 +15537 close(5 +15539 uname( +15537 <... close resumed> ) = 0 +15539 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15539 brk(0 +15537 <... ioctl resumed> , 0xbfffe4f8) = -1 EINVAL (Invalid argument) +15539 <... brk resumed> ) = 0x8126680 +15537 _llseek(3, 0, +15539 access("/etc/ld.so.nohwcap", F_OK +15537 <... _llseek resumed> 0xbfffe540, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15539 <... access resumed> ) = -1 ENOENT (No such file or directory) +15537 fstat64(3, +15539 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15537 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15539 <... old_mmap resumed> ) = 0x40018000 +15537 read(3, +15539 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15539 open("/etc/ld.so.cache", O_RDONLY) = 3 +15539 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15539 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15539 close(3) = 0 +15539 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15539 open("/lib/libc.so.6", O_RDONLY) = 3 +15539 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15539 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15539 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15539 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15539 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15539 close(3) = 0 +15539 mprotect(0x40139000, 20480, PROT_READ) = 0 +15539 munmap(0x40019000, 23038) = 0 +15539 access("/etc/selinux/", F_OK) = -1 ENOENT (No such file or directory) +15539 brk(0) = 0x8126680 +15539 brk(0x8147680) = 0x8147680 +15539 brk(0x8148000) = 0x8148000 +15539 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 +15539 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15539 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15539 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 8192) = 4056 +15539 read(3, "/dev/mvfs /scm_jnk_rcitest1 mvfs"..., 8192) = 3474 +15539 read(3, "", 8192) = 0 +15539 brk(0x8147000) = 0x8147000 +15539 close(3) = 0 +15539 munmap(0x40019000, 8192) = 0 +15539 umask(022) = 022 +15539 open("/etc/dpkg/dpkg.cfg", O_RDONLY|O_LARGEFILE) = 3 +15539 fstat64(3, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0 +15539 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15539 read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 293 +15539 read(3, "", 4096) = 0 +15539 close(3) = 0 +15539 munmap(0x40019000, 4096) = 0 +15539 open("/users/home24/ewarmenh/.dpkg.cfg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) +15539 write(1, "i386\n", 5) = 5 +15537 <... read resumed> "i386\n", 4096) = 5 +15539 exit_group(0) = ? +15537 read(3, "", 4096) = 0 +15537 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15537 close(3) = 0 +15537 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 waitpid(15539, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15539 +15537 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15537 pipe([3, 4]) = 0 +15537 pipe([5, 6]) = 0 +15537 fork() = 15540 +15537 close(6 +15540 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15537 <... close resumed> ) = 0 +15540 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15537 close(4 +15540 getpid( +15537 <... close resumed> ) = 0 +15540 <... getpid resumed> ) = 15540 +15537 read(5, +15540 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15540 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15540 close(5) = 0 +15540 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15540 dup2(4, 1) = 1 +15540 close(4) = 0 +15540 close(3) = 0 +15540 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15540 getpid() = 15540 +15540 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15540 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15540 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15540 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15540 execve("/bin/sh", ["sh", "-c", "${CC:-gcc} -dumpmachine"], [/* 5 vars */]) = 0 +15537 <... read resumed> "", 4) = 0 +15537 close(5 +15540 uname( +15537 <... close resumed> ) = 0 +15540 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15537 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15540 brk(0 +15537 <... ioctl resumed> , 0xbfffe4f8) = -1 EINVAL (Invalid argument) +15540 <... brk resumed> ) = 0x80f464c +15537 _llseek(3, 0, +15540 access("/etc/ld.so.nohwcap", F_OK +15537 <... _llseek resumed> 0xbfffe540, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15540 <... access resumed> ) = -1 ENOENT (No such file or directory) +15537 fstat64(3, +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15537 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15540 <... old_mmap resumed> ) = 0x40018000 +15537 read(3, +15540 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15540 open("/etc/ld.so.cache", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15540 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15540 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15540 old_mmap(0x40059000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40059000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libdl.so.2", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15540 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40062000 +15540 old_mmap(0x40064000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40064000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libc.so.6", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15540 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40066000 +15540 old_mmap(0x40180000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40180000 +15540 old_mmap(0x40188000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40188000 +15540 close(3) = 0 +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4018a000 +15540 mprotect(0x40180000, 20480, PROT_READ) = 0 +15540 munmap(0x40019000, 23038) = 0 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15540 close(3) = 0 +15540 brk(0) = 0x80f464c +15540 brk(0x80f5000) = 0x80f5000 +15540 brk(0x80f6000) = 0x80f6000 +15540 getuid32() = 3308 +15540 getgid32() = 1011 +15540 geteuid32() = 3308 +15540 getegid32() = 1011 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 time(NULL) = 1142898178 +15540 brk(0x80f7000) = 0x80f7000 +15540 brk(0x80f8000) = 0x80f8000 +15540 open("/etc/mtab", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15540 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15540 close(3) = 0 +15540 munmap(0x40019000, 4096) = 0 +15540 open("/proc/meminfo", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15540 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15540 read(3, " total: used: free:"..., 8192) = 650 +15540 close(3) = 0 +15540 munmap(0x40019000, 8192) = 0 +15540 brk(0x80f9000) = 0x80f9000 +15540 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15540 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15540 brk(0x80fb000) = 0x80fb000 +15540 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15540 getpid() = 15540 +15540 getppid() = 15537 +15540 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15540 stat64("/usr/sbin/sh", 0xbffff6b8) = -1 ENOENT (No such file or directory) +15540 stat64("/usr/bin/sh", 0xbffff6b8) = -1 ENOENT (No such file or directory) +15540 stat64("/sbin/sh", 0xbffff6b8) = -1 ENOENT (No such file or directory) +15540 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15540 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15540 brk(0x817b000) = 0x817b000 +15540 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15540 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15540 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15540 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15540 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15540 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15540 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15540 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15540 close(3) = 0 +15540 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15540 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15540 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15540 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15540 close(3) = 0 +15540 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15540 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15540 read(3, "", 4096) = 0 +15540 close(3) = 0 +15540 munmap(0x40019000, 4096) = 0 +15540 open("/etc/ld.so.cache", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15540 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15540 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4018b000 +15540 old_mmap(0x40194000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40194000 +15540 close(3) = 0 +15540 munmap(0x40019000, 23038) = 0 +15540 open("/etc/passwd", O_RDONLY) = 3 +15540 fcntl64(3, F_GETFD) = 0 +15540 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15540 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15540 read(3, "", 4096) = 0 +15540 close(3) = 0 +15540 munmap(0x40019000, 4096) = 0 +15540 open("/etc/ld.so.cache", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15540 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15540 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40196000 +15540 old_mmap(0x4019e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x4019e000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15540 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401a0000 +15540 old_mmap(0x401b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401b2000 +15540 old_mmap(0x401b4000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401b4000 +15540 close(3) = 0 +15540 munmap(0x40019000, 23038) = 0 +15540 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15540 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15540 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15540 brk(0x8183000) = 0x8183000 +15540 gettimeofday({1142898178, 41517}, NULL) = 0 +15540 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15540 getpid() = 15540 +15540 bind(4, {sa_family=AF_INET, sin_port=htons(876), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15540 ioctl(4, FIONBIO, [1]) = 0 +15540 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15540 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15540 close(3) = 0 +15540 sendto(4, ")k\216o\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0\0"..., 80, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 80 +15540 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15540 recvfrom(4, ")k\216o\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15540 close(4) = 0 +15540 getpgrp() = 15516 +15540 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15540 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15540 stat64("/usr/sbin/gcc", 0xbffff3f8) = -1 ENOENT (No such file or directory) +15540 stat64("/usr/bin/gcc", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15540 stat64("/usr/bin/gcc", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15540 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15540 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15540 execve("/usr/bin/gcc", ["gcc", "-dumpmachine"], [/* 8 vars */]) = 0 +15540 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15540 brk(0) = 0x805ea30 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15540 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15540 open("/etc/ld.so.cache", O_RDONLY) = 3 +15540 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15540 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15540 close(3) = 0 +15540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15540 open("/lib/libc.so.6", O_RDONLY) = 3 +15540 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15540 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15540 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15540 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15540 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15540 close(3) = 0 +15540 mprotect(0x40139000, 20480, PROT_READ) = 0 +15540 munmap(0x40019000, 23038) = 0 +15540 brk(0) = 0x805ea30 +15540 brk(0x807fa30) = 0x807fa30 +15540 brk(0x8080000) = 0x8080000 +15540 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGINT, {0x804a440, [INT], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15540 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGHUP, {0x804a440, [HUP], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15540 rt_sigaction(SIGTERM, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGTERM, {0x804a440, [TERM], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15540 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15540 rt_sigaction(SIGPIPE, {0x804a440, [PIPE], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15540 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15540 access("/usr/sbin/gcc", X_OK) = -1 ENOENT (No such file or directory) +15540 access("/usr/bin/gcc", X_OK) = 0 +15540 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15540 lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15540 lstat64("/usr/bin/gcc", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0 +15540 readlink("/usr/bin/gcc", "gcc-4.0", 4096) = 7 +15540 lstat64("/usr/bin/gcc-4.0", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15540 access("/usr/sbin/gcc", X_OK) = -1 ENOENT (No such file or directory) +15540 access("/usr/bin/gcc", X_OK) = 0 +15540 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15540 lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15540 lstat64("/usr/bin/gcc", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0 +15540 readlink("/usr/bin/gcc", "gcc-4.0", 4096) = 7 +15540 lstat64("/usr/bin/gcc-4.0", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15540 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15540 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15540 write(1, "i486-linux-gnu\n", 15) = 15 +15537 <... read resumed> "i486-linux-gnu\n", 4096) = 15 +15540 munmap(0x40019000, 4096 +15537 read(3, +15540 <... munmap resumed> ) = 0 +15540 exit_group(0) = ? +15537 <... read resumed> "", 4096) = 0 +15537 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15537 close(3) = 0 +15537 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15537 waitpid(15540, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15540 +15537 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15537 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15537 write(1, "i386\n", 5) = 5 +15535 <... read resumed> "i386\n", 4096) = 5 +15535 read(4, +15537 exit_group(0) = ? +15535 <... read resumed> "", 4096) = 0 +15535 fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15535 close(4) = 0 +15535 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 waitpid(15537, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15537 +15535 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15535 pipe([4, 5]) = 0 +15535 pipe([6, 7]) = 0 +15535 fork() = 15541 +15535 close(7) = 0 +15535 close(5) = 0 +15535 read(6, +15541 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 getpid() = 15541 +15541 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15541 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15541 close(6) = 0 +15541 fcntl64(7, F_SETFD, FD_CLOEXEC) = 0 +15541 dup2(5, 1) = 1 +15541 close(5) = 0 +15541 close(4) = 0 +15541 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15541 getpid() = 15541 +15541 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15541 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15541 execve("/usr/sbin/dpkg-architecture", ["dpkg-architecture", "-qDEB_HOST_ARCH"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15541 getpid() = 15541 +15541 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15541 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15541 execve("/usr/bin/dpkg-architecture", ["dpkg-architecture", "-qDEB_HOST_ARCH"], [/* 5 vars */]) = 0 +15535 <... read resumed> "", 4) = 0 +15535 close(6 +15541 uname( +15535 <... close resumed> ) = 0 +15541 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15535 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS +15541 brk(0 +15535 <... ioctl resumed> , 0xbffff7f8) = -1 EINVAL (Invalid argument) +15541 <... brk resumed> ) = 0x8150a60 +15535 _llseek(4, 0, +15541 access("/etc/ld.so.nohwcap", F_OK +15535 <... _llseek resumed> 0xbffff840, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 <... access resumed> ) = -1 ENOENT (No such file or directory) +15535 fstat64(4, +15541 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15535 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15541 <... old_mmap resumed> ) = 0x40018000 +15535 read(4, +15541 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15541 open("/etc/ld.so.cache", O_RDONLY) = 3 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15541 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libdl.so.2", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15541 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15541 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40021000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libm.so.6", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15541 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15541 old_mmap(0x40047000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x40047000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15541 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40049000 +15541 old_mmap(0x40058000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40058000 +15541 old_mmap(0x4005a000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4005a000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libc.so.6", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15541 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4009c000 +15541 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4009d000 +15541 old_mmap(0x401b7000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401b7000 +15541 old_mmap(0x401bf000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401bf000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15541 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c1000 +15541 old_mmap(0x401c6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401c6000 +15541 old_mmap(0x401c8000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c8000 +15541 close(3) = 0 +15541 mprotect(0x401b7000, 20480, PROT_READ) = 0 +15541 munmap(0x40019000, 23038) = 0 +15541 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15541 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15541 getpid() = 15541 +15541 rt_sigaction(SIGRTMIN, {0x400513a0, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_1, {0x40051430, [RTMIN], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15541 rt_sigaction(SIGRT_2, {0x40050f00, [], SA_RESTORER, 0x400c6508}, NULL, 8) = 0 +15541 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15541 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15541 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbffff1c4, 30, (nil), 0}) = 0 +15541 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 brk(0) = 0x8150a60 +15541 brk(0x8171a60) = 0x8171a60 +15541 brk(0x8172000) = 0x8172000 +15541 getuid32() = 3308 +15541 geteuid32() = 3308 +15541 getgid32() = 1011 +15541 getegid32() = 1011 +15541 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401ef000 +15541 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15541 read(3, "\356\360\1Q", 4) = 4 +15541 close(3) = 0 +15541 time([1142898178]) = 1142898178 +15541 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/site_perl/5.8.8", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.7", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.7", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.6", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.6", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15541 stat64("/usr/local/share/perl/5.8.4", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.3", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.3", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.2", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.2", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.1", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.1", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.0", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.0", 0xbffff340) = -1 ENOENT (No such file or directory) +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(0, 0, 0xbffff090, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff048) = -1 EINVAL (Invalid argument) +15541 _llseek(1, 0, 0xbffff090, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(2, 0, 0xbffff090, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 open("/usr/bin/dpkg-architecture", O_RDONLY|O_LARGEFILE) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff108) = -1 ENOTTY (Inappropriate ioctl for device) +15541 _llseek(3, 0, [0], SEEK_CUR) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 fstat64(3, {st_mode=S_IFREG|0755, st_size=8901, ...}) = 0 +15541 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15541 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15541 getpid() = 15541 +15541 getppid() = 15535 +15541 read(3, "#! /usr/bin/perl\n#\n# dpkg-archit"..., 4096) = 4096 +15541 brk(0x8193000) = 0x8193000 +15541 read(3, "q_arch = \'\';\n$req_is_arch = \'\';\n"..., 4096) = 4096 +15541 read(3, "ach $k (@ordered) {\n\tprint \"$k=$"..., 4096) = 709 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 pipe([3, 4]) = 0 +15541 pipe([5, 6]) = 0 +15541 fork() = 15542 +15541 close(6) = 0 +15541 close(4) = 0 +15541 read(5, +15542 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15542 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15542 getpid() = 15542 +15542 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15542 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15542 close(5) = 0 +15542 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15542 dup2(4, 1) = 1 +15542 close(4) = 0 +15542 close(3) = 0 +15542 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15542 getpid() = 15542 +15542 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15542 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15542 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15542 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15542 execve("/usr/sbin/basename", ["basename", "/usr/bin/dpkg-architecture"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15542 getpid() = 15542 +15542 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15542 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15542 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15542 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15542 execve("/usr/bin/basename", ["basename", "/usr/bin/dpkg-architecture"], [/* 5 vars */]) = 0 +15541 <... read resumed> "", 4) = 0 +15541 close(5 +15542 uname( +15541 <... close resumed> ) = 0 +15542 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15542 brk(0 +15541 <... ioctl resumed> , 0xbffff0f8) = -1 EINVAL (Invalid argument) +15542 <... brk resumed> ) = 0x804be88 +15541 _llseek(3, 0, +15542 access("/etc/ld.so.nohwcap", F_OK +15541 <... _llseek resumed> 0xbffff140, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15542 <... access resumed> ) = -1 ENOENT (No such file or directory) +15541 fstat64(3, +15542 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15541 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15542 <... old_mmap resumed> ) = 0x40018000 +15541 read(3, +15542 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15542 open("/etc/ld.so.cache", O_RDONLY) = 3 +15542 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15542 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15542 close(3) = 0 +15542 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15542 open("/lib/libc.so.6", O_RDONLY) = 3 +15542 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15542 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15542 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15542 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15542 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15542 close(3) = 0 +15542 mprotect(0x40139000, 20480, PROT_READ) = 0 +15542 munmap(0x40019000, 23038) = 0 +15542 brk(0) = 0x804be88 +15542 brk(0x806ce88) = 0x806ce88 +15542 brk(0x806d000) = 0x806d000 +15542 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15542 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15542 write(1, "dpkg-architecture\n", 18) = 18 +15541 <... read resumed> "dpkg-architecture\n", 4096) = 18 +15542 close(1 +15541 read(3, +15542 <... close resumed> ) = 0 +15541 <... read resumed> "", 4096) = 0 +15542 munmap(0x40019000, 4096 +15541 fstat64(3, +15542 <... munmap resumed> ) = 0 +15541 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15542 exit_group(0) = ? +15541 close(3) = 0 +15541 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 waitpid(15542, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15542 +15541 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15541 stat64("/etc/perl/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.8/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/share/perl/5.8.8/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/lib/perl5/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/share/perl5/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/lib/perl/5.8/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/share/perl/5.8/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/site_perl/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/local/lib/perl/5.8.4/controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("./controllib.pl", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15541 stat64("/usr/lib/dpkg/controllib.pl", {st_mode=S_IFREG|0755, st_size=13929, ...}) = 0 +15541 open("/usr/lib/dpkg/controllib.pl", O_RDONLY|O_LARGEFILE) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff018) = -1 ENOTTY (Inappropriate ioctl for device) +15541 _llseek(3, 0, [0], SEEK_CUR) = 0 +15541 read(3, "#!/usr/bin/perl\n\n# Global variab"..., 4096) = 4096 +15541 brk(0x81b4000) = 0x81b4000 +15541 read(3, "f (\"$os-$cpu\" eq \'any-any\') {\n\t@"..., 4096) = 4096 +15541 read(3, " $arch=lc($arch);\n "..., 4096) = 4096 +15541 brk(0x81d5000) = 0x81d5000 +15541 read(3, "ngth($_) ||\n "..., 4096) = 1641 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15541 open("/var/run/utmp", O_RDONLY) = 3 +15541 fcntl64(3, F_GETFD) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 _llseek(3, 0, [0], SEEK_SET) = 0 +15541 alarm(0) = 0 +15541 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15541 alarm(1) = 0 +15541 fcntl64(3, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15541 read(3, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(3, "", 384) = 0 +15541 fcntl64(3, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15541 alarm(0) = 1 +15541 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15541 close(3) = 0 +15541 dup(0) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(3, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 close(0) = 0 +15541 dup(2) = 0 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(0, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15541 fcntl64(0, F_SETFD, 0) = 0 +15541 readlink("/proc/self/fd/0", "/dev/pts/5", 511) = 10 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 access("/var/run/utmpx", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/var/run/utmp", O_RDWR) = -1 EACCES (Permission denied) +15541 open("/var/run/utmp", O_RDONLY) = 4 +15541 fcntl64(4, F_GETFD) = 0 +15541 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15541 _llseek(4, 0, [0], SEEK_SET) = 0 +15541 alarm(0) = 0 +15541 rt_sigaction(SIGALRM, {0x40055fc0, [], SA_RESTORER, 0x400c6508}, {SIG_DFL}, 8) = 0 +15541 alarm(1) = 0 +15541 fcntl64(4, F_SETLKW, {type=F_RDLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15541 read(4, "\10\0\0\0\16\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\2\0\0\0\0\0\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\1\0\0\0002N\0\0~\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\10\0\0\0R\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\3346\0\0tty1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\262\2\0\0tty2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\263\2\0\0tty3\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\264\2\0\0tty4\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\265\2\0\0tty5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\6\0\0\0\266\2\0\0tty6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\7\0\0\0\3176\0\0:0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\10\0\0\0\241\1\0\0pts/1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "\10\0\0\0oD\0\0pts/5\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 384) = 384 +15541 read(4, "", 384) = 0 +15541 fcntl64(4, F_SETLKW, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 +15541 alarm(0) = 1 +15541 rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0 +15541 close(4) = 0 +15541 close(0) = 0 +15541 dup(3) = 0 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(0, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15541 fcntl64(0, F_SETFD, 0) = 0 +15541 close(3) = 0 +15541 dup(0) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(3, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(3, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 close(0) = 0 +15541 dup(1) = 0 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff0d8) = -1 EINVAL (Invalid argument) +15541 _llseek(0, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15541 fcntl64(0, F_SETFD, 0) = 0 +15541 readlink("/proc/self/fd/0", "pipe:[60451127]", 511) = 15 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffed28) = -1 EINVAL (Invalid argument) +15541 close(0) = 0 +15541 dup(3) = 0 +15541 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15541 _llseek(0, 0, 0xbffff120, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(0, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15541 fcntl64(0, F_SETFD, 0) = 0 +15541 close(3) = 0 +15541 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15541 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15541 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15541 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15541 close(3) = 0 +15541 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15541 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15541 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15541 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15541 close(3) = 0 +15541 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15541 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15541 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 munmap(0x40019000, 4096) = 0 +15541 open("/etc/ld.so.cache", O_RDONLY) = 3 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15541 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15541 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40210000 +15541 old_mmap(0x40219000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40219000 +15541 close(3) = 0 +15541 munmap(0x40019000, 23038) = 0 +15541 open("/etc/passwd", O_RDONLY) = 3 +15541 fcntl64(3, F_GETFD) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15541 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15541 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 munmap(0x40019000, 4096) = 0 +15541 open("/etc/ld.so.cache", O_RDONLY) = 3 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15541 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15541 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4021b000 +15541 old_mmap(0x40223000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x40223000 +15541 close(3) = 0 +15541 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15541 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15541 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15541 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40225000 +15541 old_mmap(0x40237000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x40237000 +15541 old_mmap(0x40239000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40239000 +15541 close(3) = 0 +15541 munmap(0x40019000, 23038) = 0 +15541 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15541 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15541 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15541 gettimeofday({1142898178, 187669}, NULL) = 0 +15541 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15541 getpid() = 15541 +15541 bind(4, {sa_family=AF_INET, sin_port=htons(877), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15541 ioctl(4, FIONBIO, [1]) = 0 +15541 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15541 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15541 close(3) = 0 +15541 sendto(4, ")\327\336\323\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15541 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15541 recvfrom(4, ")\327\336\323\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15541 close(4) = 0 +15541 open("/etc/shadow", O_RDONLY) = -1 EACCES (Permission denied) +15541 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15541 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15541 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15541 bind(4, {sa_family=AF_INET, sin_port=htons(878), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15541 ioctl(4, FIONBIO, [1]) = 0 +15541 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15541 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15541 close(3) = 0 +15541 sendto(4, "\30\335N\370\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0"..., 88, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 88 +15541 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15541 recvfrom(4, "\30\335N\370\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\377"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 32 +15541 close(4) = 0 +15541 open("/usr/share/dpkg/cputable", O_RDONLY|O_LARGEFILE) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff0b8) = -1 ENOTTY (Inappropriate ioctl for device) +15541 _llseek(3, 0, [0], SEEK_CUR) = 0 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=1069, ...}) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 read(3, "# This file contains the table o"..., 4096) = 1069 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 open("/usr/share/dpkg/ostable", O_RDONLY|O_LARGEFILE) = 3 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff0b8) = -1 ENOTTY (Inappropriate ioctl for device) +15541 _llseek(3, 0, [0], SEEK_CUR) = 0 +15541 fstat64(3, {st_mode=S_IFREG|0644, st_size=932, ...}) = 0 +15541 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15541 read(3, "# This file contains the table o"..., 4096) = 932 +15541 read(3, "", 4096) = 0 +15541 close(3) = 0 +15541 pipe([3, 4]) = 0 +15541 pipe([5, 6]) = 0 +15541 fork() = 15544 +15541 close(6 +15544 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 <... close resumed> ) = 0 +15544 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 close(4 +15544 getpid( +15541 <... close resumed> ) = 0 +15544 <... getpid resumed> ) = 15544 +15541 read(5, +15544 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15544 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15544 close(5) = 0 +15544 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15544 dup2(4, 1) = 1 +15544 close(4) = 0 +15544 close(3) = 0 +15544 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15544 getpid() = 15544 +15544 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15544 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15544 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15544 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15544 execve("/usr/sbin/dpkg", ["dpkg", "--print-architecture"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15544 getpid() = 15544 +15544 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15544 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15544 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15544 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15544 execve("/usr/bin/dpkg", ["dpkg", "--print-architecture"], [/* 5 vars */]) = 0 +15541 <... read resumed> "", 4) = 0 +15541 close(5 +15544 uname( +15541 <... close resumed> ) = 0 +15544 <... uname resumed> {sys="Linux", node="ewarmenh-sun", ...}) = 0 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS +15544 brk(0 +15541 <... ioctl resumed> , 0xbffff0f8) = -1 EINVAL (Invalid argument) +15544 <... brk resumed> ) = 0x8126680 +15541 _llseek(3, 0, +15544 access("/etc/ld.so.nohwcap", F_OK +15541 <... _llseek resumed> 0xbffff140, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15544 <... access resumed> ) = -1 ENOENT (No such file or directory) +15541 fstat64(3, +15544 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +15541 <... fstat64 resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15544 <... old_mmap resumed> ) = 0x40018000 +15541 read(3, +15544 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15544 open("/etc/ld.so.cache", O_RDONLY) = 3 +15544 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15544 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15544 close(3) = 0 +15544 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15544 open("/lib/libc.so.6", O_RDONLY) = 3 +15544 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15544 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15544 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15544 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15544 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15544 close(3) = 0 +15544 mprotect(0x40139000, 20480, PROT_READ) = 0 +15544 munmap(0x40019000, 23038) = 0 +15544 access("/etc/selinux/", F_OK) = -1 ENOENT (No such file or directory) +15544 brk(0) = 0x8126680 +15544 brk(0x8147680) = 0x8147680 +15544 brk(0x8148000) = 0x8148000 +15544 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 +15544 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15544 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15544 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 8192) = 4056 +15544 read(3, "/dev/mvfs /scm_jnk_rcitest1 mvfs"..., 8192) = 3474 +15544 read(3, "", 8192) = 0 +15544 brk(0x8147000) = 0x8147000 +15544 close(3) = 0 +15544 munmap(0x40019000, 8192) = 0 +15544 umask(022) = 022 +15544 open("/etc/dpkg/dpkg.cfg", O_RDONLY|O_LARGEFILE) = 3 +15544 fstat64(3, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0 +15544 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15544 read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 293 +15544 read(3, "", 4096) = 0 +15544 close(3) = 0 +15544 munmap(0x40019000, 4096) = 0 +15544 open("/users/home24/ewarmenh/.dpkg.cfg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) +15544 write(1, "i386\n", 5) = 5 +15541 <... read resumed> "i386\n", 4096) = 5 +15544 exit_group(0) = ? +15541 read(3, "", 4096) = 0 +15541 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15541 close(3) = 0 +15541 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 waitpid(15544, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15544 +15541 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15541 pipe([3, 4]) = 0 +15541 pipe([5, 6]) = 0 +15541 fork() = 15545 +15541 close(6 +15545 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 <... close resumed> ) = 0 +15545 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15541 close(4 +15545 getpid( +15541 <... close resumed> ) = 0 +15545 <... getpid resumed> ) = 15545 +15541 read(5, +15545 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15545 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15545 close(5) = 0 +15545 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15545 dup2(4, 1) = 1 +15545 close(4) = 0 +15545 close(3) = 0 +15545 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15545 getpid() = 15545 +15545 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15545 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15545 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15545 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15545 execve("/bin/sh", ["sh", "-c", "${CC:-gcc} -dumpmachine"], [/* 5 vars */]) = 0 +15541 <... read resumed> "", 4) = 0 +15541 close(5) = 0 +15541 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbffff0f8) = -1 EINVAL (Invalid argument) +15541 _llseek(3, 0, 0xbffff140, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15541 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15541 read(3, +15545 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15545 brk(0) = 0x80f464c +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15545 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15545 open("/etc/ld.so.cache", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15545 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15545 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15545 old_mmap(0x40059000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40059000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libdl.so.2", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15545 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40062000 +15545 old_mmap(0x40064000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40064000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libc.so.6", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15545 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40066000 +15545 old_mmap(0x40180000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40180000 +15545 old_mmap(0x40188000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40188000 +15545 close(3) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4018a000 +15545 mprotect(0x40180000, 20480, PROT_READ) = 0 +15545 munmap(0x40019000, 23038) = 0 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15545 close(3) = 0 +15545 brk(0) = 0x80f464c +15545 brk(0x80f5000) = 0x80f5000 +15545 brk(0x80f6000) = 0x80f6000 +15545 getuid32() = 3308 +15545 getgid32() = 1011 +15545 geteuid32() = 3308 +15545 getegid32() = 1011 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 time(NULL) = 1142898179 +15545 brk(0x80f7000) = 0x80f7000 +15545 brk(0x80f8000) = 0x80f8000 +15545 open("/etc/mtab", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15545 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15545 close(3) = 0 +15545 munmap(0x40019000, 4096) = 0 +15545 open("/proc/meminfo", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15545 read(3, " total: used: free:"..., 4096) = 650 +15545 close(3) = 0 +15545 munmap(0x40019000, 4096) = 0 +15545 brk(0x80f9000) = 0x80f9000 +15545 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15545 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15545 brk(0x80fb000) = 0x80fb000 +15545 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15545 getpid() = 15545 +15545 getppid() = 15541 +15545 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15545 stat64("/usr/sbin/sh", 0xbfffef38) = -1 ENOENT (No such file or directory) +15545 stat64("/usr/bin/sh", 0xbfffef38) = -1 ENOENT (No such file or directory) +15545 stat64("/sbin/sh", 0xbfffef38) = -1 ENOENT (No such file or directory) +15545 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15545 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15545 brk(0x817b000) = 0x817b000 +15545 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15545 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15545 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15545 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15545 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15545 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15545 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15545 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15545 close(3) = 0 +15545 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15545 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15545 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15545 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15545 close(3) = 0 +15545 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15545 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15545 read(3, "", 4096) = 0 +15545 close(3) = 0 +15545 munmap(0x40019000, 4096) = 0 +15545 open("/etc/ld.so.cache", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15545 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15545 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4018b000 +15545 old_mmap(0x40194000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40194000 +15545 close(3) = 0 +15545 munmap(0x40019000, 23038) = 0 +15545 open("/etc/passwd", O_RDONLY) = 3 +15545 fcntl64(3, F_GETFD) = 0 +15545 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15545 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15545 read(3, "", 4096) = 0 +15545 close(3) = 0 +15545 munmap(0x40019000, 4096) = 0 +15545 open("/etc/ld.so.cache", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15545 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15545 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40196000 +15545 old_mmap(0x4019e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x4019e000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15545 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401a0000 +15545 old_mmap(0x401b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401b2000 +15545 old_mmap(0x401b4000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401b4000 +15545 close(3) = 0 +15545 munmap(0x40019000, 23038) = 0 +15545 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15545 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15545 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15545 brk(0x8183000) = 0x8183000 +15545 gettimeofday({1142898179, 422977}, NULL) = 0 +15545 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15545 getpid() = 15545 +15545 bind(4, {sa_family=AF_INET, sin_port=htons(881), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15545 ioctl(4, FIONBIO, [1]) = 0 +15545 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15545 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15545 close(3) = 0 +15545 sendto(4, "K\7\246{\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0\3\0"..., 80, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 80 +15545 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15545 recvfrom(4, "K\7\246{\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15545 close(4) = 0 +15545 getpgrp() = 15516 +15545 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15545 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15545 stat64("/usr/sbin/gcc", 0xbfffec78) = -1 ENOENT (No such file or directory) +15545 stat64("/usr/bin/gcc", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15545 stat64("/usr/bin/gcc", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15545 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15545 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15545 execve("/usr/bin/gcc", ["gcc", "-dumpmachine"], [/* 8 vars */]) = 0 +15545 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15545 brk(0) = 0x805ea30 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15545 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15545 open("/etc/ld.so.cache", O_RDONLY) = 3 +15545 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15545 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15545 close(3) = 0 +15545 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15545 open("/lib/libc.so.6", O_RDONLY) = 3 +15545 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15545 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15545 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15545 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15545 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15545 close(3) = 0 +15545 mprotect(0x40139000, 20480, PROT_READ) = 0 +15545 munmap(0x40019000, 23038) = 0 +15545 brk(0) = 0x805ea30 +15545 brk(0x807fa30) = 0x807fa30 +15545 brk(0x8080000) = 0x8080000 +15545 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGINT, {0x804a440, [INT], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15545 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGHUP, {0x804a440, [HUP], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15545 rt_sigaction(SIGTERM, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGTERM, {0x804a440, [TERM], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15545 rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15545 rt_sigaction(SIGPIPE, {0x804a440, [PIPE], SA_RESTORER|SA_RESTART, 0x40048508}, {SIG_IGN}, 8) = 0 +15545 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15545 access("/usr/sbin/gcc", X_OK) = -1 ENOENT (No such file or directory) +15545 access("/usr/bin/gcc", X_OK) = 0 +15545 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15545 lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15545 lstat64("/usr/bin/gcc", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0 +15545 readlink("/usr/bin/gcc", "gcc-4.0", 4096) = 7 +15545 lstat64("/usr/bin/gcc-4.0", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15545 access("/usr/sbin/gcc", X_OK) = -1 ENOENT (No such file or directory) +15545 access("/usr/bin/gcc", X_OK) = 0 +15545 lstat64("/usr", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15545 lstat64("/usr/bin", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15545 lstat64("/usr/bin/gcc", {st_mode=S_IFLNK|0777, st_size=7, ...}) = 0 +15545 readlink("/usr/bin/gcc", "gcc-4.0", 4096) = 7 +15545 lstat64("/usr/bin/gcc-4.0", {st_mode=S_IFREG|0755, st_size=93008, ...}) = 0 +15545 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15545 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15545 write(1, "i486-linux-gnu\n", 15) = 15 +15541 <... read resumed> "i486-linux-gnu\n", 4096) = 15 +15541 read(3, +15545 munmap(0x40019000, 4096) = 0 +15545 exit_group(0) = ? +15541 <... read resumed> "", 4096) = 0 +15541 fstat64(3, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15541 close(3) = 0 +15541 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15541 waitpid(15545, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15545 +15541 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15541 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15541 write(1, "i386\n", 5) = 5 +15535 <... read resumed> "i386\n", 4096) = 5 +15535 read(4, +15541 exit_group(0) = ? +15535 <... read resumed> "", 4096) = 0 +15535 fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15535 close(4) = 0 +15535 rt_sigaction(SIGHUP, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15535 waitpid(15541, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15541 +15535 rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15535 pipe([4, 5]) = 0 +15535 fork() = 15547 +15535 close(5 +15547 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15535 <... close resumed> ) = 0 +15547 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15535 rt_sigaction(SIGINT, {SIG_IGN}, +15547 getpid( +15535 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15547 <... getpid resumed> ) = 15547 +15535 rt_sigaction(SIGQUIT, {SIG_IGN}, +15547 getrlimit(RLIMIT_STACK, +15535 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15547 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15535 waitpid(15547, +15547 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15547 close(4) = 0 +15547 fcntl64(5, F_SETFD, FD_CLOEXEC) = 0 +15547 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15547 getpid() = 15547 +15547 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15547 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15547 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15547 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15547 execve("/usr/sbin/dpkg", ["dpkg", "--compare-versions", "5.0.25", ">>", "3.0.0"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15547 getpid() = 15547 +15547 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15547 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15547 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15547 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15547 execve("/usr/bin/dpkg", ["dpkg", "--compare-versions", "5.0.25", ">>", "3.0.0"], [/* 5 vars */]) = 0 +15547 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15547 brk(0) = 0x8126680 +15547 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15547 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15547 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15547 open("/etc/ld.so.cache", O_RDONLY) = 3 +15547 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15547 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15547 close(3) = 0 +15547 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15547 open("/lib/libc.so.6", O_RDONLY) = 3 +15547 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15547 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15547 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15547 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15547 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15547 close(3) = 0 +15547 mprotect(0x40139000, 20480, PROT_READ) = 0 +15547 munmap(0x40019000, 23038) = 0 +15547 access("/etc/selinux/", F_OK) = -1 ENOENT (No such file or directory) +15547 brk(0) = 0x8126680 +15547 brk(0x8147680) = 0x8147680 +15547 brk(0x8148000) = 0x8148000 +15547 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 +15547 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15547 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15547 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 8192) = 4056 +15547 read(3, "/dev/mvfs /scm_jnk_rcitest1 mvfs"..., 8192) = 3474 +15547 read(3, "", 8192) = 0 +15547 brk(0x8147000) = 0x8147000 +15547 close(3) = 0 +15547 munmap(0x40019000, 8192) = 0 +15547 umask(022) = 022 +15547 open("/etc/dpkg/dpkg.cfg", O_RDONLY|O_LARGEFILE) = 3 +15547 fstat64(3, {st_mode=S_IFREG|0644, st_size=293, ...}) = 0 +15547 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15547 read(3, "# dpkg configuration file\n#\n# Th"..., 4096) = 293 +15547 read(3, "", 4096) = 0 +15547 close(3) = 0 +15547 munmap(0x40019000, 4096) = 0 +15547 open("/users/home24/ewarmenh/.dpkg.cfg", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) +15547 exit_group(0) = ? +15535 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15547 +15535 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15535 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15535 read(4, "", 4) = 0 +15535 close(4) = 0 +15535 close(3) = 0 +15535 exit_group(0) = ? +15517 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15535 +15517 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15517 read(5, "", 4) = 0 +15517 close(5) = 0 +15517 pipe([5, 6]) = 0 +15517 fork() = 15549 +15517 close(6 +15549 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 <... close resumed> ) = 0 +15549 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15517 rt_sigaction(SIGINT, {SIG_IGN}, +15549 getpid( +15517 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15549 <... getpid resumed> ) = 15549 +15517 rt_sigaction(SIGQUIT, {SIG_IGN}, +15549 getrlimit(RLIMIT_STACK, +15517 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15549 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15517 waitpid(15549, +15549 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15549 close(5) = 0 +15549 fcntl64(6, F_SETFD, FD_CLOEXEC) = 0 +15549 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15549 getpid() = 15549 +15549 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15549 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15549 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15549 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15549 execve("/usr/sbin/fakeroot", ["fakeroot", "debian/rules", "clean"], [/* 5 vars */]) = -1 ENOENT (No such file or directory) +15549 getpid() = 15549 +15549 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15549 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15549 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15549 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15549 execve("/usr/bin/fakeroot", ["fakeroot", "debian/rules", "clean"], [/* 5 vars */]) = 0 +15549 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15549 brk(0) = 0x80f464c +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15549 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15549 open("/etc/ld.so.cache", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15549 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15549 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15549 old_mmap(0x40059000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x40059000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libdl.so.2", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15549 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40062000 +15549 old_mmap(0x40064000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40064000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libc.so.6", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15549 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40066000 +15549 old_mmap(0x40180000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40180000 +15549 old_mmap(0x40188000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40188000 +15549 close(3) = 0 +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4018a000 +15549 mprotect(0x40180000, 20480, PROT_READ) = 0 +15549 munmap(0x40019000, 23038) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15549 close(3) = 0 +15549 brk(0) = 0x80f464c +15549 brk(0x80f5000) = 0x80f5000 +15549 brk(0x80f6000) = 0x80f6000 +15549 getuid32() = 3308 +15549 getgid32() = 1011 +15549 geteuid32() = 3308 +15549 getegid32() = 1011 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 time(NULL) = 1142898179 +15549 brk(0x80f7000) = 0x80f7000 +15549 brk(0x80f8000) = 0x80f8000 +15549 open("/etc/mtab", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15549 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15549 close(3) = 0 +15549 munmap(0x40019000, 4096) = 0 +15549 open("/proc/meminfo", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15549 read(3, " total: used: free:"..., 4096) = 650 +15549 close(3) = 0 +15549 munmap(0x40019000, 4096) = 0 +15549 brk(0x80f9000) = 0x80f9000 +15549 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15549 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15549 brk(0x80fb000) = 0x80fb000 +15549 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15549 getpid() = 15549 +15549 getppid() = 15517 +15549 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15549 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15549 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15549 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15549 close(3) = 0 +15549 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15549 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15549 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15549 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15549 close(3) = 0 +15549 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15549 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15549 read(3, "", 4096) = 0 +15549 close(3) = 0 +15549 munmap(0x40019000, 4096) = 0 +15549 open("/etc/ld.so.cache", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15549 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15549 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4018b000 +15549 old_mmap(0x40194000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x40194000 +15549 close(3) = 0 +15549 munmap(0x40019000, 23038) = 0 +15549 open("/etc/passwd", O_RDONLY) = 3 +15549 fcntl64(3, F_GETFD) = 0 +15549 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15549 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15549 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15549 read(3, "", 4096) = 0 +15549 close(3) = 0 +15549 munmap(0x40019000, 4096) = 0 +15549 open("/etc/ld.so.cache", O_RDONLY) = 3 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15549 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\34\0\000"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=34324, ...}) = 0 +15549 old_mmap(NULL, 37424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40196000 +15549 old_mmap(0x4019e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x4019e000 +15549 close(3) = 0 +15549 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15549 open("/lib/libnsl.so.1", O_RDONLY) = 3 +15549 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3405\0"..., 512) = 512 +15549 fstat64(3, {st_mode=S_IFREG|0644, st_size=76792, ...}) = 0 +15549 old_mmap(NULL, 88096, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401a0000 +15549 old_mmap(0x401b2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11000) = 0x401b2000 +15549 old_mmap(0x401b4000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401b4000 +15549 close(3) = 0 +15549 munmap(0x40019000, 23038) = 0 +15549 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15549 open("/var/yp/binding/brocade.com.2", O_RDONLY) = 3 +15549 pread64(3, "\1\0\0\0\300\250~?\3\377\0\0", 12, 2) = 12 +15549 brk(0x8103000) = 0x8103000 +15549 gettimeofday({1142898179, 652935}, NULL) = 0 +15549 socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 4 +15549 getpid() = 15549 +15549 bind(4, {sa_family=AF_INET, sin_port=htons(885), sin_addr=inet_addr("0.0.0.0")}, 16) = -1 EACCES (Permission denied) +15549 ioctl(4, FIONBIO, [1]) = 0 +15549 setsockopt(4, SOL_IP, IP_RECVERR, [1], 4) = 0 +15549 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15549 close(3) = 0 +15549 sendto(4, "z\242\255\210\0\0\0\0\0\0\0\2\0\1\206\244\0\0\0\2\0\0\0"..., 80, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, 16) = 80 +15549 poll([{fd=4, events=POLLIN, revents=POLLIN}], 1, 5000) = 1 +15549 recvfrom(4, "z\242\255\210\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 8800, 0, {sa_family=AF_INET, sin_port=htons(1023), sin_addr=inet_addr("192.168.126.63")}, [16]) = 116 +15549 close(4) = 0 +15549 getpgrp() = 15516 +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 open("/usr/bin/fakeroot", O_RDONLY|O_LARGEFILE) = 3 +15549 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdf88) = -1 ENOTTY (Inappropriate ioctl for device) +15549 _llseek(3, 0, [0], SEEK_CUR) = 0 +15549 read(3, "#!/bin/sh\n\n# This script first s"..., 80) = 80 +15549 _llseek(3, 0, [0], SEEK_SET) = 0 +15549 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 +15549 dup2(3, 255) = 255 +15549 close(3) = 0 +15549 fcntl64(255, F_SETFD, FD_CLOEXEC) = 0 +15549 fcntl64(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) +15549 fstat64(255, {st_mode=S_IFREG|0755, st_size=3076, ...}) = 0 +15549 _llseek(255, 0, [0], SEEK_CUR) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "#!/bin/sh\n\n# This script first s"..., 3076) = 3076 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -2347, [729], SEEK_CUR) = 0 +15549 fork() = 15550 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15550 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15550 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15550 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15550 <... getpid resumed> ) = 15550 +15549 close(4 +15550 close(255 +15549 <... close resumed> ) = 0 +15550 <... close resumed> ) = 0 +15549 read(3, +15550 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15550 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15550 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15550 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15550 dup2(4, 1) = 1 +15550 close(4) = 0 +15550 close(3) = 0 +15550 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15550 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15550 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15550 stat64("/usr/sbin/getopt", 0xbfffd678) = -1 ENOENT (No such file or directory) +15550 stat64("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=9452, ...}) = 0 +15550 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15550 brk(0x8183000) = 0x8183000 +15550 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15550 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15550 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15550 stat64("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=9452, ...}) = 0 +15550 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15550 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15550 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15550 execve("/usr/bin/getopt", ["getopt", "--version"], [/* 9 vars */]) = 0 +15550 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15550 brk(0) = 0x804aeb8 +15550 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15550 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15550 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15550 open("/etc/ld.so.cache", O_RDONLY) = 3 +15550 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15550 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15550 close(3) = 0 +15550 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15550 open("/lib/libc.so.6", O_RDONLY) = 3 +15550 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15550 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15550 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15550 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15550 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15550 close(3) = 0 +15550 mprotect(0x40139000, 20480, PROT_READ) = 0 +15550 munmap(0x40019000, 23038) = 0 +15550 brk(0) = 0x804aeb8 +15550 brk(0x806beb8) = 0x806beb8 +15550 brk(0x806c000) = 0x806c000 +15550 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15550 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15550 write(1, "getopt (enhanced) 1.1.3\n", 24) = 24 +15549 <... read resumed> "getopt (enhanced) 1.1.3\n", 128) = 24 +15550 munmap(0x40019000, 4096 +15549 read(3, +15550 <... munmap resumed> ) = 0 +15550 exit_group(0) = ? +15549 <... read resumed> 0xbfffdb24, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15550 +15549 waitpid(-1, 0xbfffd7a8, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "case $GETOPTEST in\ngetopt*) # GN"..., 3076) = 2347 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -2121, [955], SEEK_CUR) = 0 +15549 fork() = 15551 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15551 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15551 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15551 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15551 <... getpid resumed> ) = 15551 +15549 close(4 +15551 close(255 +15549 <... close resumed> ) = 0 +15551 <... close resumed> ) = 0 +15549 read(3, +15551 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15551 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15551 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15551 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15551 dup2(4, 1) = 1 +15551 close(4) = 0 +15551 close(3) = 0 +15551 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15551 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15551 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15551 stat64("/usr/sbin/getopt", 0xbfffd3e8) = -1 ENOENT (No such file or directory) +15551 stat64("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=9452, ...}) = 0 +15551 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15551 brk(0x8183000) = 0x8183000 +15551 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15551 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15551 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15551 stat64("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=9452, ...}) = 0 +15551 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15551 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15551 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15551 execve("/usr/bin/getopt", ["getopt", "-l", "lib:", "-l", "faked:", "-l", "unknown-is-real", "-l", "fd-base:", "-l", "version", "-l", "help", "--", "+l:f:i:s:ub:vh", "debian/rules", ...], [/* 9 vars */]) = 0 +15551 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15551 brk(0) = 0x804aeb8 +15551 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15551 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15551 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15551 open("/etc/ld.so.cache", O_RDONLY) = 3 +15551 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15551 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15551 close(3) = 0 +15551 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15551 open("/lib/libc.so.6", O_RDONLY) = 3 +15551 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15551 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15551 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15551 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15551 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15551 close(3) = 0 +15551 mprotect(0x40139000, 20480, PROT_READ) = 0 +15551 munmap(0x40019000, 23038) = 0 +15551 brk(0) = 0x804aeb8 +15551 brk(0x806beb8) = 0x806beb8 +15551 brk(0x806c000) = 0x806c000 +15551 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15551 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15551 write(1, " -- \'debian/rules\' \'clean\'\n", 27) = 27 +15549 <... read resumed> " -- \'debian/rules\' \'clean\'\n", 128) = 27 +15551 munmap(0x40019000, 4096 +15549 read(3, +15551 <... munmap resumed> ) = 0 +15551 exit_group(0) = ? +15549 <... read resumed> 0xbfffd894, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15551 +15549 waitpid(-1, 0xbfffd518, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "\nif test \"$?\" -ne 0; then\n usag"..., 3076) = 2121 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -948, [2128], SEEK_CUR) = 0 +15549 fork() = 15553 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15553 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15553 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15553 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15553 <... getpid resumed> ) = 15553 +15549 close(4 +15553 close(255 +15549 <... close resumed> ) = 0 +15553 <... close resumed> ) = 0 +15549 read(3, +15553 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15553 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15553 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15553 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15553 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15553 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15553 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15553 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15553 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15553 dup2(4, 1) = 1 +15553 close(4) = 0 +15553 close(3) = 0 +15553 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15553 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15553 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15553 pipe([3, 4]) = 0 +15553 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15553 fork() = 15554 +15553 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15554 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15553 <... rt_sigprocmask resumed> NULL, 8) = 0 +15554 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15553 close(4 +15554 getpid( +15553 <... close resumed> ) = 0 +15554 <... getpid resumed> ) = 15554 +15553 close(4 +15554 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15553 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15554 <... rt_sigprocmask resumed> NULL, 8) = 0 +15553 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15554 rt_sigaction(SIGTSTP, {SIG_DFL}, +15553 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15554 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15553 fork( +15554 rt_sigaction(SIGTTIN, {SIG_DFL}, +15553 <... fork resumed> ) = 15555 +15554 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15553 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15555 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15554 rt_sigaction(SIGTTOU, {SIG_DFL}, +15553 <... rt_sigprocmask resumed> NULL, 8) = 0 +15555 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15554 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15553 close(3 +15555 getpid( +15554 close(3 +15553 <... close resumed> ) = 0 +15555 <... getpid resumed> ) = 15555 +15554 <... close resumed> ) = 0 +15553 rt_sigprocmask(SIG_BLOCK, [CHLD], +15555 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15554 dup2(4, 1 +15553 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15555 <... rt_sigprocmask resumed> NULL, 8) = 0 +15554 <... dup2 resumed> ) = 1 +15553 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15555 rt_sigaction(SIGTSTP, {SIG_DFL}, +15554 close(4 +15553 <... rt_sigprocmask resumed> NULL, 8) = 0 +15555 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15554 <... close resumed> ) = 0 +15553 rt_sigprocmask(SIG_BLOCK, [CHLD], +15555 rt_sigaction(SIGTTIN, {SIG_DFL}, +15554 rt_sigaction(SIGINT, {SIG_DFL}, +15553 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15555 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15554 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15553 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15555 rt_sigaction(SIGTTOU, {SIG_DFL}, +15554 rt_sigaction(SIGQUIT, {SIG_DFL}, +15553 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15555 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15554 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15553 waitpid(-1, +15555 dup2(3, 0 +15554 rt_sigaction(SIGCHLD, {SIG_DFL}, +15555 <... dup2 resumed> ) = 0 +15554 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15555 close(3 +15554 rt_sigprocmask(SIG_BLOCK, [CHLD], +15555 <... close resumed> ) = 0 +15554 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15555 stat64(".", +15554 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15554 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15554 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15554 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15554 write(1, "/usr/lib/libfakeroot:/usr/lib64/"..., 67) = 67 +15554 exit_group(0) = ? +15553 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15554 +15553 waitpid(-1, +15555 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15555 stat64("/usr/sbin/sed", 0xbfffd1e8) = -1 ENOENT (No such file or directory) +15555 stat64("/usr/bin/sed", 0xbfffd1e8) = -1 ENOENT (No such file or directory) +15555 stat64("/sbin/sed", 0xbfffd1e8) = -1 ENOENT (No such file or directory) +15555 stat64("/bin/sed", {st_mode=S_IFREG|0755, st_size=39752, ...}) = 0 +15555 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15555 brk(0x8183000) = 0x8183000 +15555 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15555 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15555 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15555 stat64("/bin/sed", {st_mode=S_IFREG|0755, st_size=39752, ...}) = 0 +15555 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15555 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15555 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15555 execve("/bin/sed", ["sed", "s/:/ /g"], [/* 9 vars */]) = 0 +15555 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15555 brk(0) = 0x8057678 +15555 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15555 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15555 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15555 open("/etc/ld.so.cache", O_RDONLY) = 3 +15555 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15555 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15555 close(3) = 0 +15555 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15555 open("/lib/libc.so.6", O_RDONLY) = 3 +15555 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15555 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15555 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15555 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15555 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15555 close(3) = 0 +15555 mprotect(0x40139000, 20480, PROT_READ) = 0 +15555 munmap(0x40019000, 23038) = 0 +15555 brk(0) = 0x8057678 +15555 brk(0x8078678) = 0x8078678 +15555 brk(0x8079000) = 0x8079000 +15555 fstat64(0, {st_mode=S_IFIFO|0600, st_size=67, ...}) = 0 +15555 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15555 read(0, "/usr/lib/libfakeroot:/usr/lib64/"..., 4096) = 67 +15555 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15555 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 +15555 read(0, "", 4096) = 0 +15555 write(1, "/usr/lib/libfakeroot /usr/lib64/"..., 67) = 67 +15549 <... read resumed> "/usr/lib/libfakeroot /usr/lib64/"..., 128) = 67 +15549 read(3, +15555 close(1) = 0 +15555 munmap(0x4001a000, 4096) = 0 +15555 close(2) = 0 +15555 exit_group(0) = ? +15553 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15555 +15553 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15553 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15553 close(3) = -1 EBADF (Bad file descriptor) +15553 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15553 --- SIGCHLD (Child exited) @ 0 (0) --- +15553 waitpid(-1, 0xbfffd2e0, WNOHANG) = -1 ECHILD (No child processes) +15553 sigreturn() = ? (mask now [RTMIN]) +15553 exit_group(0) = ? +15549 <... read resumed> 0xbfffda04, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15553 +15549 waitpid(-1, 0xbfffd688, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 stat64("/usr/lib/libfakeroot/libfakeroot-sysv.so", {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15549 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15549 brk(0x8183000) = 0x8183000 +15549 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15549 open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or directory) +15549 getgroups32(65536, [1011, 24, 29, 40, 44, 50, 1, 30001, 2109, 2108, 2107]) = 11 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 stat64("/usr/lib64/libfakeroot/libfakeroot-sysv.so", {st_mode=S_IFREG|0755, st_size=32584, ...}) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 stat64("/usr/lib32/libfakeroot/libfakeroot-sysv.so", 0xbfffd514) = -1 ENOENT (No such file or directory) +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "\nif test $libfound = no\nthen\n "..., 3076) = 948 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -783, [2293], SEEK_CUR) = 0 +15549 fork() = 15556 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15556 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15556 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15556 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15556 <... getpid resumed> ) = 15556 +15549 close(4 +15556 close(255 +15549 <... close resumed> ) = 0 +15556 <... close resumed> ) = 0 +15549 read(3, +15556 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15556 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15556 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15556 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15556 dup2(4, 1) = 1 +15556 close(4) = 0 +15556 close(3) = 0 +15556 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15556 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15556 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15556 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15556 fork() = 15557 +15556 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15557 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15556 <... rt_sigprocmask resumed> NULL, 8) = 0 +15557 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15556 rt_sigprocmask(SIG_BLOCK, [CHLD], +15557 getpid( +15556 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15557 <... getpid resumed> ) = 15557 +15556 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15557 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15556 <... rt_sigprocmask resumed> NULL, 8) = 0 +15557 <... rt_sigprocmask resumed> NULL, 8) = 0 +15556 rt_sigprocmask(SIG_BLOCK, [CHLD], +15557 rt_sigaction(SIGTSTP, {SIG_DFL}, +15556 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15557 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15556 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15557 rt_sigaction(SIGTTIN, {SIG_DFL}, +15556 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15557 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15556 waitpid(-1, +15557 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15557 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15557 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15557 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15557 execve("/usr/bin/faked-sysv", ["/usr/bin/faked-sysv"], [/* 9 vars */]) = 0 +15557 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15557 brk(0) = 0x8054e6c +15557 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15557 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15557 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15557 open("/etc/ld.so.cache", O_RDONLY) = 3 +15557 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15557 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15557 close(3) = 0 +15557 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15557 open("/lib/libdl.so.2", O_RDONLY) = 3 +15557 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15557 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15557 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15557 old_mmap(0x40021000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40021000 +15557 close(3) = 0 +15557 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15557 open("/lib/libc.so.6", O_RDONLY) = 3 +15557 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15557 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15557 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40023000 +15557 old_mmap(0x4013d000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013d000 +15557 old_mmap(0x40145000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40145000 +15557 close(3) = 0 +15557 mprotect(0x4013d000, 20480, PROT_READ) = 0 +15557 munmap(0x40019000, 23038) = 0 +15557 time(NULL) = 1142898180 +15557 getpid() = 15557 +15557 msgget(1218771332, IPC_CREAT|0600) = 983040 +15557 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15557 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15557 semctl(589827, 0, SETVAL, 0xbffff968) = 0 +15557 rt_sigaction(SIGHUP, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGINT, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGQUIT, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGILL, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGTRAP, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGABRT, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGBUS, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGFPE, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGUSR1, {0x80496f0, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGSEGV, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGUSR2, {0x8049530, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGPIPE, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGALRM, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGTERM, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGSTKFLT, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGCHLD, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGSTOP, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = -1 EINVAL (Invalid argument) +15557 rt_sigaction(SIGTTIN, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGTTOU, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGURG, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGXCPU, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGXFSZ, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGVTALRM, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGPROF, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGWINCH, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGIO, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGPWR, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGSYS, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRTMIN, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_1, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_2, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_3, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_4, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_5, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_6, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_7, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_8, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_9, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_10, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_11, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_12, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_13, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_14, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_15, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_16, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_17, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_18, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_19, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_20, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_21, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_22, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_23, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_24, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_25, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_26, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_27, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_28, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_29, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_30, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_31, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 rt_sigaction(SIGRT_32, {0x8049770, [], SA_RESTORER, 0x4004c508}, NULL, 8) = 0 +15557 fork() = 15559 +15559 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15559 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15559 getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 +15559 close(0) = 0 +15559 close(1) = 0 +15559 close(2) = 0 +15559 close(3) = -1 EBADF (Bad file descriptor) +15559 close(4) = -1 EBADF (Bad file descriptor) +15559 close(5) = -1 EBADF (Bad file descriptor) +15559 close(6) = -1 EBADF (Bad file descriptor) +15559 close(7) = -1 EBADF (Bad file descriptor) +15559 close(8) = -1 EBADF (Bad file descriptor) +15559 close(9) = -1 EBADF (Bad file descriptor) +15559 close(10) = -1 EBADF (Bad file descriptor) +15559 close(11) = -1 EBADF (Bad file descriptor) +15559 close(12) = -1 EBADF (Bad file descriptor) +15559 close(13) = -1 EBADF (Bad file descriptor) +15559 close(14) = -1 EBADF (Bad file descriptor) +15559 close(15) = -1 EBADF (Bad file descriptor) +15559 close(16) = -1 EBADF (Bad file descriptor) +15559 close(17) = -1 EBADF (Bad file descriptor) +15559 close(18) = -1 EBADF (Bad file descriptor) +15559 close(19) = -1 EBADF (Bad file descriptor) +15559 close(20) = -1 EBADF (Bad file descriptor) +15559 close(21) = -1 EBADF (Bad file descriptor) +15559 close(22) = -1 EBADF (Bad file descriptor) +15559 close(23) = -1 EBADF (Bad file descriptor) +15559 close(24) = -1 EBADF (Bad file descriptor) +15559 close(25) = -1 EBADF (Bad file descriptor) +15559 close(26) = -1 EBADF (Bad file descriptor) +15559 close(27) = -1 EBADF (Bad file descriptor) +15559 close(28) = -1 EBADF (Bad file descriptor) +15559 close(29) = -1 EBADF (Bad file descriptor) +15559 close(30) = -1 EBADF (Bad file descriptor) +15559 close(31) = -1 EBADF (Bad file descriptor) +15559 close(32) = -1 EBADF (Bad file descriptor) +15559 close(33) = -1 EBADF (Bad file descriptor) +15559 close(34) = -1 EBADF (Bad file descriptor) +15559 close(35) = -1 EBADF (Bad file descriptor) +15559 close(36) = -1 EBADF (Bad file descriptor) +15559 close(37) = -1 EBADF (Bad file descriptor) +15559 close(38) = -1 EBADF (Bad file descriptor) +15559 close(39) = -1 EBADF (Bad file descriptor) +15559 close(40) = -1 EBADF (Bad file descriptor) +15559 close(41) = -1 EBADF (Bad file descriptor) +15559 close(42) = -1 EBADF (Bad file descriptor) +15559 close(43) = -1 EBADF (Bad file descriptor) +15559 close(44) = -1 EBADF (Bad file descriptor) +15559 close(45) = -1 EBADF (Bad file descriptor) +15559 close(46) = -1 EBADF (Bad file descriptor) +15559 close(47) = -1 EBADF (Bad file descriptor) +15559 close(48) = -1 EBADF (Bad file descriptor) +15559 close(49) = -1 EBADF (Bad file descriptor) +15559 close(50) = -1 EBADF (Bad file descriptor) +15559 close(51) = -1 EBADF (Bad file descriptor) +15559 close(52) = -1 EBADF (Bad file descriptor) +15559 close(53) = -1 EBADF (Bad file descriptor) +15559 close(54) = -1 EBADF (Bad file descriptor) +15559 close(55) = -1 EBADF (Bad file descriptor) +15559 close(56) = -1 EBADF (Bad file descriptor) +15559 close(57) = -1 EBADF (Bad file descriptor) +15559 close(58) = -1 EBADF (Bad file descriptor) +15559 close(59) = -1 EBADF (Bad file descriptor) +15559 close(60) = -1 EBADF (Bad file descriptor) +15559 close(61) = -1 EBADF (Bad file descriptor) +15559 close(62) = -1 EBADF (Bad file descriptor) +15559 close(63) = -1 EBADF (Bad file descriptor) +15559 close(64) = -1 EBADF (Bad file descriptor) +15559 close(65) = -1 EBADF (Bad file descriptor) +15559 close(66) = -1 EBADF (Bad file descriptor) +15559 close(67) = -1 EBADF (Bad file descriptor) +15559 close(68) = -1 EBADF (Bad file descriptor) +15559 close(69) = -1 EBADF (Bad file descriptor) +15559 close(70) = -1 EBADF (Bad file descriptor) +15559 close(71) = -1 EBADF (Bad file descriptor) +15559 close(72) = -1 EBADF (Bad file descriptor) +15559 close(73) = -1 EBADF (Bad file descriptor) +15559 close(74) = -1 EBADF (Bad file descriptor) +15559 close(75) = -1 EBADF (Bad file descriptor) +15559 close(76) = -1 EBADF (Bad file descriptor) +15559 close(77) = -1 EBADF (Bad file descriptor) +15559 close(78) = -1 EBADF (Bad file descriptor) +15559 close(79) = -1 EBADF (Bad file descriptor) +15559 close(80) = -1 EBADF (Bad file descriptor) +15559 close(81) = -1 EBADF (Bad file descriptor) +15559 close(82) = -1 EBADF (Bad file descriptor) +15559 close(83) = -1 EBADF (Bad file descriptor) +15559 close(84) = -1 EBADF (Bad file descriptor) +15559 close(85) = -1 EBADF (Bad file descriptor) +15559 close(86) = -1 EBADF (Bad file descriptor) +15559 close(87) = -1 EBADF (Bad file descriptor) +15559 close(88) = -1 EBADF (Bad file descriptor) +15559 close(89) = -1 EBADF (Bad file descriptor) +15559 close(90) = -1 EBADF (Bad file descriptor) +15559 close(91) = -1 EBADF (Bad file descriptor) +15559 close(92) = -1 EBADF (Bad file descriptor) +15559 close(93) = -1 EBADF (Bad file descriptor) +15559 close(94) = -1 EBADF (Bad file descriptor) +15559 close(95) = -1 EBADF (Bad file descriptor) +15559 close(96) = -1 EBADF (Bad file descriptor) +15559 close(97) = -1 EBADF (Bad file descriptor) +15559 close(98) = -1 EBADF (Bad file descriptor) +15559 close(99) = -1 EBADF (Bad file descriptor) +15559 close(100) = -1 EBADF (Bad file descriptor) +15559 close(101) = -1 EBADF (Bad file descriptor) +15559 close(102) = -1 EBADF (Bad file descriptor) +15559 close(103) = -1 EBADF (Bad file descriptor) +15559 close(104) = -1 EBADF (Bad file descriptor) +15559 close(105) = -1 EBADF (Bad file descriptor) +15559 close(106) = -1 EBADF (Bad file descriptor) +15559 close(107) = -1 EBADF (Bad file descriptor) +15559 close(108) = -1 EBADF (Bad file descriptor) +15559 close(109) = -1 EBADF (Bad file descriptor) +15559 close(110) = -1 EBADF (Bad file descriptor) +15559 close(111) = -1 EBADF (Bad file descriptor) +15559 close(112) = -1 EBADF (Bad file descriptor) +15559 close(113) = -1 EBADF (Bad file descriptor) +15559 close(114) = -1 EBADF (Bad file descriptor) +15559 close(115) = -1 EBADF (Bad file descriptor) +15559 close(116) = -1 EBADF (Bad file descriptor) +15559 close(117) = -1 EBADF (Bad file descriptor) +15559 close(118) = -1 EBADF (Bad file descriptor) +15559 close(119) = -1 EBADF (Bad file descriptor) +15559 close(120) = -1 EBADF (Bad file descriptor) +15559 close(121) = -1 EBADF (Bad file descriptor) +15559 close(122) = -1 EBADF (Bad file descriptor) +15559 close(123) = -1 EBADF (Bad file descriptor) +15559 close(124) = -1 EBADF (Bad file descriptor) +15559 close(125) = -1 EBADF (Bad file descriptor) +15559 close(126) = -1 EBADF (Bad file descriptor) +15559 close(127) = -1 EBADF (Bad file descriptor) +15559 close(128) = -1 EBADF (Bad file descriptor) +15559 close(129) = -1 EBADF (Bad file descriptor) +15559 close(130) = -1 EBADF (Bad file descriptor) +15559 close(131) = -1 EBADF (Bad file descriptor) +15559 close(132) = -1 EBADF (Bad file descriptor) +15559 close(133) = -1 EBADF (Bad file descriptor) +15559 close(134) = -1 EBADF (Bad file descriptor) +15559 close(135) = -1 EBADF (Bad file descriptor) +15559 close(136) = -1 EBADF (Bad file descriptor) +15559 close(137) = -1 EBADF (Bad file descriptor) +15559 close(138) = -1 EBADF (Bad file descriptor) +15559 close(139) = -1 EBADF (Bad file descriptor) +15559 close(140) = -1 EBADF (Bad file descriptor) +15559 close(141) = -1 EBADF (Bad file descriptor) +15559 close(142) = -1 EBADF (Bad file descriptor) +15559 close(143) = -1 EBADF (Bad file descriptor) +15559 close(144) = -1 EBADF (Bad file descriptor) +15559 close(145) = -1 EBADF (Bad file descriptor) +15559 close(146) = -1 EBADF (Bad file descriptor) +15559 close(147) = -1 EBADF (Bad file descriptor) +15559 close(148) = -1 EBADF (Bad file descriptor) +15559 close(149) = -1 EBADF (Bad file descriptor) +15559 close(150) = -1 EBADF (Bad file descriptor) +15559 close(151) = -1 EBADF (Bad file descriptor) +15559 close(152) = -1 EBADF (Bad file descriptor) +15559 close(153) = -1 EBADF (Bad file descriptor) +15559 close(154) = -1 EBADF (Bad file descriptor) +15559 close(155) = -1 EBADF (Bad file descriptor) +15559 close(156) = -1 EBADF (Bad file descriptor) +15559 close(157) = -1 EBADF (Bad file descriptor) +15559 close(158) = -1 EBADF (Bad file descriptor) +15559 close(159) = -1 EBADF (Bad file descriptor) +15559 close(160) = -1 EBADF (Bad file descriptor) +15559 close(161) = -1 EBADF (Bad file descriptor) +15559 close(162) = -1 EBADF (Bad file descriptor) +15559 close(163) = -1 EBADF (Bad file descriptor) +15559 close(164) = -1 EBADF (Bad file descriptor) +15559 close(165) = -1 EBADF (Bad file descriptor) +15559 close(166) = -1 EBADF (Bad file descriptor) +15559 close(167) = -1 EBADF (Bad file descriptor) +15559 close(168) = -1 EBADF (Bad file descriptor) +15559 close(169) = -1 EBADF (Bad file descriptor) +15559 close(170) = -1 EBADF (Bad file descriptor) +15559 close(171) = -1 EBADF (Bad file descriptor) +15559 close(172) = -1 EBADF (Bad file descriptor) +15559 close(173) = -1 EBADF (Bad file descriptor) +15559 close(174) = -1 EBADF (Bad file descriptor) +15559 close(175) = -1 EBADF (Bad file descriptor) +15559 close(176) = -1 EBADF (Bad file descriptor) +15559 close(177) = -1 EBADF (Bad file descriptor) +15559 close(178) = -1 EBADF (Bad file descriptor) +15559 close(179) = -1 EBADF (Bad file descriptor) +15559 close(180) = -1 EBADF (Bad file descriptor) +15559 close(181) = -1 EBADF (Bad file descriptor) +15559 close(182) = -1 EBADF (Bad file descriptor) +15559 close(183) = -1 EBADF (Bad file descriptor) +15559 close(184) = -1 EBADF (Bad file descriptor) +15559 close(185) = -1 EBADF (Bad file descriptor) +15559 close(186) = -1 EBADF (Bad file descriptor) +15559 close(187) = -1 EBADF (Bad file descriptor) +15559 close(188) = -1 EBADF (Bad file descriptor) +15559 close(189) = -1 EBADF (Bad file descriptor) +15559 close(190) = -1 EBADF (Bad file descriptor) +15559 close(191) = -1 EBADF (Bad file descriptor) +15559 close(192) = -1 EBADF (Bad file descriptor) +15559 close(193) = -1 EBADF (Bad file descriptor) +15559 close(194) = -1 EBADF (Bad file descriptor) +15559 close(195) = -1 EBADF (Bad file descriptor) +15559 close(196) = -1 EBADF (Bad file descriptor) +15559 close(197) = -1 EBADF (Bad file descriptor) +15559 close(198) = -1 EBADF (Bad file descriptor) +15559 close(199) = -1 EBADF (Bad file descriptor) +15559 close(200) = -1 EBADF (Bad file descriptor) +15559 close(201) = -1 EBADF (Bad file descriptor) +15559 close(202) = -1 EBADF (Bad file descriptor) +15559 close(203) = -1 EBADF (Bad file descriptor) +15559 close(204) = -1 EBADF (Bad file descriptor) +15559 close(205) = -1 EBADF (Bad file descriptor) +15559 close(206) = -1 EBADF (Bad file descriptor) +15559 close(207) = -1 EBADF (Bad file descriptor) +15559 close(208) = -1 EBADF (Bad file descriptor) +15559 close(209) = -1 EBADF (Bad file descriptor) +15559 close(210) = -1 EBADF (Bad file descriptor) +15559 close(211) = -1 EBADF (Bad file descriptor) +15559 close(212) = -1 EBADF (Bad file descriptor) +15559 close(213) = -1 EBADF (Bad file descriptor) +15559 close(214) = -1 EBADF (Bad file descriptor) +15559 close(215) = -1 EBADF (Bad file descriptor) +15559 close(216) = -1 EBADF (Bad file descriptor) +15559 close(217) = -1 EBADF (Bad file descriptor) +15559 close(218) = -1 EBADF (Bad file descriptor) +15559 close(219) = -1 EBADF (Bad file descriptor) +15559 close(220) = -1 EBADF (Bad file descriptor) +15559 close(221) = -1 EBADF (Bad file descriptor) +15559 close(222) = -1 EBADF (Bad file descriptor) +15559 close(223) = -1 EBADF (Bad file descriptor) +15559 close(224) = -1 EBADF (Bad file descriptor) +15559 close(225) = -1 EBADF (Bad file descriptor) +15559 close(226) = -1 EBADF (Bad file descriptor) +15559 close(227) = -1 EBADF (Bad file descriptor) +15559 close(228) = -1 EBADF (Bad file descriptor) +15559 close(229) = -1 EBADF (Bad file descriptor) +15559 close(230) = -1 EBADF (Bad file descriptor) +15559 close(231) = -1 EBADF (Bad file descriptor) +15559 close(232) = -1 EBADF (Bad file descriptor) +15559 close(233) = -1 EBADF (Bad file descriptor) +15559 close(234) = -1 EBADF (Bad file descriptor) +15559 close(235) = -1 EBADF (Bad file descriptor) +15559 close(236) = -1 EBADF (Bad file descriptor) +15559 close(237) = -1 EBADF (Bad file descriptor) +15559 close(238) = -1 EBADF (Bad file descriptor) +15559 close(239) = -1 EBADF (Bad file descriptor) +15559 close(240) = -1 EBADF (Bad file descriptor) +15559 close(241) = -1 EBADF (Bad file descriptor) +15559 close(242) = -1 EBADF (Bad file descriptor) +15559 close(243) = -1 EBADF (Bad file descriptor) +15559 close(244) = -1 EBADF (Bad file descriptor) +15559 close(245) = -1 EBADF (Bad file descriptor) +15559 close(246) = -1 EBADF (Bad file descriptor) +15559 close(247) = -1 EBADF (Bad file descriptor) +15559 close(248) = -1 EBADF (Bad file descriptor) +15559 close(249) = -1 EBADF (Bad file descriptor) +15559 close(250) = -1 EBADF (Bad file descriptor) +15559 close(251) = -1 EBADF (Bad file descriptor) +15559 close(252) = -1 EBADF (Bad file descriptor) +15559 close(253) = -1 EBADF (Bad file descriptor) +15559 close(254) = -1 EBADF (Bad file descriptor) +15559 close(255) = -1 EBADF (Bad file descriptor) +15559 close(256) = -1 EBADF (Bad file descriptor) +15559 close(257) = -1 EBADF (Bad file descriptor) +15559 close(258) = -1 EBADF (Bad file descriptor) +15559 close(259) = -1 EBADF (Bad file descriptor) +15559 close(260) = -1 EBADF (Bad file descriptor) +15559 close(261) = -1 EBADF (Bad file descriptor) +15559 close(262) = -1 EBADF (Bad file descriptor) +15559 close(263) = -1 EBADF (Bad file descriptor) +15559 close(264) = -1 EBADF (Bad file descriptor) +15559 close(265) = -1 EBADF (Bad file descriptor) +15559 close(266) = -1 EBADF (Bad file descriptor) +15559 close(267) = -1 EBADF (Bad file descriptor) +15559 close(268) = -1 EBADF (Bad file descriptor) +15559 close(269) = -1 EBADF (Bad file descriptor) +15559 close(270) = -1 EBADF (Bad file descriptor) +15559 close(271) = -1 EBADF (Bad file descriptor) +15559 close(272) = -1 EBADF (Bad file descriptor) +15559 close(273) = -1 EBADF (Bad file descriptor) +15559 close(274) = -1 EBADF (Bad file descriptor) +15559 close(275) = -1 EBADF (Bad file descriptor) +15559 close(276) = -1 EBADF (Bad file descriptor) +15559 close(277) = -1 EBADF (Bad file descriptor) +15559 close(278) = -1 EBADF (Bad file descriptor) +15559 close(279) = -1 EBADF (Bad file descriptor) +15559 close(280) = -1 EBADF (Bad file descriptor) +15559 close(281) = -1 EBADF (Bad file descriptor) +15559 close(282) = -1 EBADF (Bad file descriptor) +15559 close(283) = -1 EBADF (Bad file descriptor) +15559 close(284) = -1 EBADF (Bad file descriptor) +15559 close(285) = -1 EBADF (Bad file descriptor) +15559 close(286) = -1 EBADF (Bad file descriptor) +15559 close(287) = -1 EBADF (Bad file descriptor) +15559 close(288) = -1 EBADF (Bad file descriptor) +15559 close(289) = -1 EBADF (Bad file descriptor) +15559 close(290) = -1 EBADF (Bad file descriptor) +15559 close(291) = -1 EBADF (Bad file descriptor) +15559 close(292) = -1 EBADF (Bad file descriptor) +15559 close(293) = -1 EBADF (Bad file descriptor) +15559 close(294) = -1 EBADF (Bad file descriptor) +15559 close(295) = -1 EBADF (Bad file descriptor) +15559 close(296) = -1 EBADF (Bad file descriptor) +15559 close(297) = -1 EBADF (Bad file descriptor) +15559 close(298) = -1 EBADF (Bad file descriptor) +15559 close(299) = -1 EBADF (Bad file descriptor) +15559 close(300) = -1 EBADF (Bad file descriptor) +15559 close(301) = -1 EBADF (Bad file descriptor) +15559 close(302) = -1 EBADF (Bad file descriptor) +15559 close(303) = -1 EBADF (Bad file descriptor) +15559 close(304) = -1 EBADF (Bad file descriptor) +15559 close(305) = -1 EBADF (Bad file descriptor) +15559 close(306) = -1 EBADF (Bad file descriptor) +15559 close(307) = -1 EBADF (Bad file descriptor) +15559 close(308) = -1 EBADF (Bad file descriptor) +15559 close(309) = -1 EBADF (Bad file descriptor) +15559 close(310) = -1 EBADF (Bad file descriptor) +15559 close(311) = -1 EBADF (Bad file descriptor) +15559 close(312) = -1 EBADF (Bad file descriptor) +15559 close(313) = -1 EBADF (Bad file descriptor) +15559 close(314) = -1 EBADF (Bad file descriptor) +15559 close(315) = -1 EBADF (Bad file descriptor) +15559 close(316) = -1 EBADF (Bad file descriptor) +15559 close(317) = -1 EBADF (Bad file descriptor) +15559 close(318) = -1 EBADF (Bad file descriptor) +15559 close(319) = -1 EBADF (Bad file descriptor) +15559 close(320) = -1 EBADF (Bad file descriptor) +15559 close(321) = -1 EBADF (Bad file descriptor) +15559 close(322) = -1 EBADF (Bad file descriptor) +15559 close(323) = -1 EBADF (Bad file descriptor) +15559 close(324) = -1 EBADF (Bad file descriptor) +15559 close(325) = -1 EBADF (Bad file descriptor) +15559 close(326) = -1 EBADF (Bad file descriptor) +15559 close(327) = -1 EBADF (Bad file descriptor) +15559 close(328) = -1 EBADF (Bad file descriptor) +15559 close(329) = -1 EBADF (Bad file descriptor) +15559 close(330) = -1 EBADF (Bad file descriptor) +15559 close(331) = -1 EBADF (Bad file descriptor) +15559 close(332) = -1 EBADF (Bad file descriptor) +15559 close(333) = -1 EBADF (Bad file descriptor) +15559 close(334) = -1 EBADF (Bad file descriptor) +15559 close(335) = -1 EBADF (Bad file descriptor) +15559 close(336) = -1 EBADF (Bad file descriptor) +15559 close(337) = -1 EBADF (Bad file descriptor) +15559 close(338) = -1 EBADF (Bad file descriptor) +15559 close(339) = -1 EBADF (Bad file descriptor) +15559 close(340) = -1 EBADF (Bad file descriptor) +15559 close(341) = -1 EBADF (Bad file descriptor) +15559 close(342) = -1 EBADF (Bad file descriptor) +15559 close(343) = -1 EBADF (Bad file descriptor) +15559 close(344) = -1 EBADF (Bad file descriptor) +15559 close(345) = -1 EBADF (Bad file descriptor) +15559 close(346) = -1 EBADF (Bad file descriptor) +15559 close(347) = -1 EBADF (Bad file descriptor) +15559 close(348) = -1 EBADF (Bad file descriptor) +15559 close(349) = -1 EBADF (Bad file descriptor) +15559 close(350) = -1 EBADF (Bad file descriptor) +15559 close(351) = -1 EBADF (Bad file descriptor) +15559 close(352) = -1 EBADF (Bad file descriptor) +15559 close(353) = -1 EBADF (Bad file descriptor) +15559 close(354) = -1 EBADF (Bad file descriptor) +15559 close(355) = -1 EBADF (Bad file descriptor) +15559 close(356) = -1 EBADF (Bad file descriptor) +15559 close(357) = -1 EBADF (Bad file descriptor) +15559 close(358) = -1 EBADF (Bad file descriptor) +15559 close(359) = -1 EBADF (Bad file descriptor) +15559 close(360) = -1 EBADF (Bad file descriptor) +15559 close(361) = -1 EBADF (Bad file descriptor) +15559 close(362) = -1 EBADF (Bad file descriptor) +15559 close(363) = -1 EBADF (Bad file descriptor) +15559 close(364) = -1 EBADF (Bad file descriptor) +15559 close(365) = -1 EBADF (Bad file descriptor) +15559 close(366) = -1 EBADF (Bad file descriptor) +15559 close(367) = -1 EBADF (Bad file descriptor) +15559 close(368) = -1 EBADF (Bad file descriptor) +15559 close(369) = -1 EBADF (Bad file descriptor) +15559 close(370) = -1 EBADF (Bad file descriptor) +15559 close(371) = -1 EBADF (Bad file descriptor) +15559 close(372) = -1 EBADF (Bad file descriptor) +15559 close(373) = -1 EBADF (Bad file descriptor) +15559 close(374) = -1 EBADF (Bad file descriptor) +15559 close(375) = -1 EBADF (Bad file descriptor) +15559 close(376) = -1 EBADF (Bad file descriptor) +15559 close(377) = -1 EBADF (Bad file descriptor) +15559 close(378) = -1 EBADF (Bad file descriptor) +15559 close(379) = -1 EBADF (Bad file descriptor) +15559 close(380) = -1 EBADF (Bad file descriptor) +15559 close(381) = -1 EBADF (Bad file descriptor) +15559 close(382) = -1 EBADF (Bad file descriptor) +15559 close(383) = -1 EBADF (Bad file descriptor) +15559 close(384) = -1 EBADF (Bad file descriptor) +15559 close(385) = -1 EBADF (Bad file descriptor) +15559 close(386) = -1 EBADF (Bad file descriptor) +15559 close(387) = -1 EBADF (Bad file descriptor) +15559 close(388) = -1 EBADF (Bad file descriptor) +15559 close(389) = -1 EBADF (Bad file descriptor) +15559 close(390) = -1 EBADF (Bad file descriptor) +15559 close(391) = -1 EBADF (Bad file descriptor) +15559 close(392) = -1 EBADF (Bad file descriptor) +15559 close(393) = -1 EBADF (Bad file descriptor) +15559 close(394) = -1 EBADF (Bad file descriptor) +15559 close(395) = -1 EBADF (Bad file descriptor) +15559 close(396) = -1 EBADF (Bad file descriptor) +15559 close(397) = -1 EBADF (Bad file descriptor) +15559 close(398) = -1 EBADF (Bad file descriptor) +15559 close(399) = -1 EBADF (Bad file descriptor) +15559 close(400) = -1 EBADF (Bad file descriptor) +15559 close(401) = -1 EBADF (Bad file descriptor) +15559 close(402) = -1 EBADF (Bad file descriptor) +15559 close(403) = -1 EBADF (Bad file descriptor) +15559 close(404) = -1 EBADF (Bad file descriptor) +15559 close(405) = -1 EBADF (Bad file descriptor) +15559 close(406) = -1 EBADF (Bad file descriptor) +15559 close(407) = -1 EBADF (Bad file descriptor) +15559 close(408) = -1 EBADF (Bad file descriptor) +15559 close(409) = -1 EBADF (Bad file descriptor) +15559 close(410) = -1 EBADF (Bad file descriptor) +15559 close(411) = -1 EBADF (Bad file descriptor) +15559 close(412) = -1 EBADF (Bad file descriptor) +15559 close(413) = -1 EBADF (Bad file descriptor) +15559 close(414) = -1 EBADF (Bad file descriptor) +15559 close(415) = -1 EBADF (Bad file descriptor) +15559 close(416) = -1 EBADF (Bad file descriptor) +15559 close(417) = -1 EBADF (Bad file descriptor) +15559 close(418) = -1 EBADF (Bad file descriptor) +15559 close(419) = -1 EBADF (Bad file descriptor) +15559 close(420) = -1 EBADF (Bad file descriptor) +15559 close(421) = -1 EBADF (Bad file descriptor) +15559 close(422) = -1 EBADF (Bad file descriptor) +15559 close(423) = -1 EBADF (Bad file descriptor) +15559 close(424) = -1 EBADF (Bad file descriptor) +15559 close(425) = -1 EBADF (Bad file descriptor) +15559 close(426) = -1 EBADF (Bad file descriptor) +15559 close(427) = -1 EBADF (Bad file descriptor) +15559 close(428) = -1 EBADF (Bad file descriptor) +15559 close(429) = -1 EBADF (Bad file descriptor) +15559 close(430) = -1 EBADF (Bad file descriptor) +15559 close(431) = -1 EBADF (Bad file descriptor) +15559 close(432) = -1 EBADF (Bad file descriptor) +15559 close(433) = -1 EBADF (Bad file descriptor) +15559 close(434) = -1 EBADF (Bad file descriptor) +15559 close(435) = -1 EBADF (Bad file descriptor) +15559 close(436) = -1 EBADF (Bad file descriptor) +15559 close(437) = -1 EBADF (Bad file descriptor) +15559 close(438) = -1 EBADF (Bad file descriptor) +15559 close(439) = -1 EBADF (Bad file descriptor) +15559 close(440) = -1 EBADF (Bad file descriptor) +15559 close(441) = -1 EBADF (Bad file descriptor) +15559 close(442) = -1 EBADF (Bad file descriptor) +15559 close(443) = -1 EBADF (Bad file descriptor) +15559 close(444) = -1 EBADF (Bad file descriptor) +15559 close(445) = -1 EBADF (Bad file descriptor) +15559 close(446) = -1 EBADF (Bad file descriptor) +15559 close(447) = -1 EBADF (Bad file descriptor) +15559 close(448) = -1 EBADF (Bad file descriptor) +15559 close(449) = -1 EBADF (Bad file descriptor) +15559 close(450) = -1 EBADF (Bad file descriptor) +15559 close(451) = -1 EBADF (Bad file descriptor) +15559 close(452) = -1 EBADF (Bad file descriptor) +15559 close(453) = -1 EBADF (Bad file descriptor) +15559 close(454) = -1 EBADF (Bad file descriptor) +15559 close(455) = -1 EBADF (Bad file descriptor) +15559 close(456) = -1 EBADF (Bad file descriptor) +15559 close(457) = -1 EBADF (Bad file descriptor) +15559 close(458) = -1 EBADF (Bad file descriptor) +15559 close(459) = -1 EBADF (Bad file descriptor) +15559 close(460) = -1 EBADF (Bad file descriptor) +15559 close(461) = -1 EBADF (Bad file descriptor) +15559 close(462) = -1 EBADF (Bad file descriptor) +15559 close(463) = -1 EBADF (Bad file descriptor) +15559 close(464) = -1 EBADF (Bad file descriptor) +15559 close(465) = -1 EBADF (Bad file descriptor) +15559 close(466) = -1 EBADF (Bad file descriptor) +15559 close(467) = -1 EBADF (Bad file descriptor) +15559 close(468) = -1 EBADF (Bad file descriptor) +15559 close(469) = -1 EBADF (Bad file descriptor) +15559 close(470) = -1 EBADF (Bad file descriptor) +15559 close(471) = -1 EBADF (Bad file descriptor) +15559 close(472) = -1 EBADF (Bad file descriptor) +15559 close(473) = -1 EBADF (Bad file descriptor) +15559 close(474) = -1 EBADF (Bad file descriptor) +15559 close(475) = -1 EBADF (Bad file descriptor) +15559 close(476) = -1 EBADF (Bad file descriptor) +15559 close(477) = -1 EBADF (Bad file descriptor) +15559 close(478) = -1 EBADF (Bad file descriptor) +15559 close(479) = -1 EBADF (Bad file descriptor) +15559 close(480) = -1 EBADF (Bad file descriptor) +15559 close(481) = -1 EBADF (Bad file descriptor) +15559 close(482) = -1 EBADF (Bad file descriptor) +15559 close(483) = -1 EBADF (Bad file descriptor) +15559 close(484) = -1 EBADF (Bad file descriptor) +15559 close(485) = -1 EBADF (Bad file descriptor) +15559 close(486) = -1 EBADF (Bad file descriptor) +15559 close(487) = -1 EBADF (Bad file descriptor) +15559 close(488) = -1 EBADF (Bad file descriptor) +15559 close(489) = -1 EBADF (Bad file descriptor) +15559 close(490) = -1 EBADF (Bad file descriptor) +15559 close(491) = -1 EBADF (Bad file descriptor) +15559 close(492) = -1 EBADF (Bad file descriptor) +15559 close(493) = -1 EBADF (Bad file descriptor) +15559 close(494) = -1 EBADF (Bad file descriptor) +15559 close(495) = -1 EBADF (Bad file descriptor) +15559 close(496) = -1 EBADF (Bad file descriptor) +15559 close(497) = -1 EBADF (Bad file descriptor) +15559 close(498) = -1 EBADF (Bad file descriptor) +15559 close(499) = -1 EBADF (Bad file descriptor) +15559 close(500) = -1 EBADF (Bad file descriptor) +15559 close(501) = -1 EBADF (Bad file descriptor) +15559 close(502) = -1 EBADF (Bad file descriptor) +15559 close(503) = -1 EBADF (Bad file descriptor) +15559 close(504) = -1 EBADF (Bad file descriptor) +15559 close(505) = -1 EBADF (Bad file descriptor) +15559 close(506) = -1 EBADF (Bad file descriptor) +15559 close(507) = -1 EBADF (Bad file descriptor) +15559 close(508) = -1 EBADF (Bad file descriptor) +15559 close(509) = -1 EBADF (Bad file descriptor) +15559 close(510) = -1 EBADF (Bad file descriptor) +15559 close(511) = -1 EBADF (Bad file descriptor) +15559 close(512) = -1 EBADF (Bad file descriptor) +15559 close(513) = -1 EBADF (Bad file descriptor) +15559 close(514) = -1 EBADF (Bad file descriptor) +15559 close(515) = -1 EBADF (Bad file descriptor) +15559 close(516) = -1 EBADF (Bad file descriptor) +15559 close(517) = -1 EBADF (Bad file descriptor) +15559 close(518) = -1 EBADF (Bad file descriptor) +15559 close(519) = -1 EBADF (Bad file descriptor) +15559 close(520) = -1 EBADF (Bad file descriptor) +15559 close(521) = -1 EBADF (Bad file descriptor) +15559 close(522) = -1 EBADF (Bad file descriptor) +15559 close(523) = -1 EBADF (Bad file descriptor) +15559 close(524) = -1 EBADF (Bad file descriptor) +15559 close(525) = -1 EBADF (Bad file descriptor) +15559 close(526) = -1 EBADF (Bad file descriptor) +15559 close(527) = -1 EBADF (Bad file descriptor) +15559 close(528) = -1 EBADF (Bad file descriptor) +15559 close(529) = -1 EBADF (Bad file descriptor) +15559 close(530) = -1 EBADF (Bad file descriptor) +15559 close(531) = -1 EBADF (Bad file descriptor) +15559 close(532) = -1 EBADF (Bad file descriptor) +15559 close(533) = -1 EBADF (Bad file descriptor) +15559 close(534) = -1 EBADF (Bad file descriptor) +15559 close(535) = -1 EBADF (Bad file descriptor) +15559 close(536) = -1 EBADF (Bad file descriptor) +15559 close(537) = -1 EBADF (Bad file descriptor) +15559 close(538) = -1 EBADF (Bad file descriptor) +15559 close(539) = -1 EBADF (Bad file descriptor) +15559 close(540) = -1 EBADF (Bad file descriptor) +15559 close(541) = -1 EBADF (Bad file descriptor) +15559 close(542) = -1 EBADF (Bad file descriptor) +15559 close(543) = -1 EBADF (Bad file descriptor) +15559 close(544) = -1 EBADF (Bad file descriptor) +15559 close(545) = -1 EBADF (Bad file descriptor) +15559 close(546) = -1 EBADF (Bad file descriptor) +15559 close(547) = -1 EBADF (Bad file descriptor) +15559 close(548) = -1 EBADF (Bad file descriptor) +15559 close(549) = -1 EBADF (Bad file descriptor) +15559 close(550) = -1 EBADF (Bad file descriptor) +15559 close(551) = -1 EBADF (Bad file descriptor) +15559 close(552) = -1 EBADF (Bad file descriptor) +15559 close(553) = -1 EBADF (Bad file descriptor) +15559 close(554) = -1 EBADF (Bad file descriptor) +15559 close(555) = -1 EBADF (Bad file descriptor) +15559 close(556) = -1 EBADF (Bad file descriptor) +15559 close(557) = -1 EBADF (Bad file descriptor) +15559 close(558) = -1 EBADF (Bad file descriptor) +15559 close(559) = -1 EBADF (Bad file descriptor) +15559 close(560) = -1 EBADF (Bad file descriptor) +15559 close(561) = -1 EBADF (Bad file descriptor) +15559 close(562) = -1 EBADF (Bad file descriptor) +15559 close(563) = -1 EBADF (Bad file descriptor) +15559 close(564) = -1 EBADF (Bad file descriptor) +15559 close(565) = -1 EBADF (Bad file descriptor) +15559 close(566) = -1 EBADF (Bad file descriptor) +15559 close(567) = -1 EBADF (Bad file descriptor) +15559 close(568) = -1 EBADF (Bad file descriptor) +15559 close(569) = -1 EBADF (Bad file descriptor) +15559 close(570) = -1 EBADF (Bad file descriptor) +15559 close(571) = -1 EBADF (Bad file descriptor) +15559 close(572) = -1 EBADF (Bad file descriptor) +15559 close(573) = -1 EBADF (Bad file descriptor) +15559 close(574) = -1 EBADF (Bad file descriptor) +15559 close(575) = -1 EBADF (Bad file descriptor) +15559 close(576) = -1 EBADF (Bad file descriptor) +15559 close(577) = -1 EBADF (Bad file descriptor) +15559 close(578) = -1 EBADF (Bad file descriptor) +15559 close(579) = -1 EBADF (Bad file descriptor) +15559 close(580) = -1 EBADF (Bad file descriptor) +15559 close(581) = -1 EBADF (Bad file descriptor) +15559 close(582) = -1 EBADF (Bad file descriptor) +15559 close(583) = -1 EBADF (Bad file descriptor) +15559 close(584) = -1 EBADF (Bad file descriptor) +15559 close(585) = -1 EBADF (Bad file descriptor) +15559 close(586) = -1 EBADF (Bad file descriptor) +15559 close(587) = -1 EBADF (Bad file descriptor) +15559 close(588) = -1 EBADF (Bad file descriptor) +15559 close(589) = -1 EBADF (Bad file descriptor) +15559 close(590) = -1 EBADF (Bad file descriptor) +15559 close(591) = -1 EBADF (Bad file descriptor) +15559 close(592) = -1 EBADF (Bad file descriptor) +15559 close(593) = -1 EBADF (Bad file descriptor) +15559 close(594) = -1 EBADF (Bad file descriptor) +15559 close(595) = -1 EBADF (Bad file descriptor) +15559 close(596) = -1 EBADF (Bad file descriptor) +15559 close(597) = -1 EBADF (Bad file descriptor) +15559 close(598) = -1 EBADF (Bad file descriptor) +15559 close(599) = -1 EBADF (Bad file descriptor) +15559 close(600) = -1 EBADF (Bad file descriptor) +15559 close(601) = -1 EBADF (Bad file descriptor) +15559 close(602) = -1 EBADF (Bad file descriptor) +15559 close(603) = -1 EBADF (Bad file descriptor) +15559 close(604) = -1 EBADF (Bad file descriptor) +15559 close(605) = -1 EBADF (Bad file descriptor) +15559 close(606) = -1 EBADF (Bad file descriptor) +15559 close(607) = -1 EBADF (Bad file descriptor) +15559 close(608) = -1 EBADF (Bad file descriptor) +15559 close(609) = -1 EBADF (Bad file descriptor) +15559 close(610) = -1 EBADF (Bad file descriptor) +15559 close(611) = -1 EBADF (Bad file descriptor) +15559 close(612) = -1 EBADF (Bad file descriptor) +15559 close(613) = -1 EBADF (Bad file descriptor) +15559 close(614) = -1 EBADF (Bad file descriptor) +15559 close(615) = -1 EBADF (Bad file descriptor) +15559 close(616) = -1 EBADF (Bad file descriptor) +15559 close(617) = -1 EBADF (Bad file descriptor) +15559 close(618) = -1 EBADF (Bad file descriptor) +15559 close(619) = -1 EBADF (Bad file descriptor) +15559 close(620) = -1 EBADF (Bad file descriptor) +15559 close(621) = -1 EBADF (Bad file descriptor) +15559 close(622) = -1 EBADF (Bad file descriptor) +15559 close(623) = -1 EBADF (Bad file descriptor) +15559 close(624) = -1 EBADF (Bad file descriptor) +15559 close(625) = -1 EBADF (Bad file descriptor) +15559 close(626) = -1 EBADF (Bad file descriptor) +15559 close(627) = -1 EBADF (Bad file descriptor) +15559 close(628) = -1 EBADF (Bad file descriptor) +15559 close(629) = -1 EBADF (Bad file descriptor) +15559 close(630) = -1 EBADF (Bad file descriptor) +15559 close(631) = -1 EBADF (Bad file descriptor) +15559 close(632) = -1 EBADF (Bad file descriptor) +15559 close(633) = -1 EBADF (Bad file descriptor) +15559 close(634) = -1 EBADF (Bad file descriptor) +15559 close(635) = -1 EBADF (Bad file descriptor) +15559 close(636) = -1 EBADF (Bad file descriptor) +15559 close(637) = -1 EBADF (Bad file descriptor) +15559 close(638) = -1 EBADF (Bad file descriptor) +15559 close(639) = -1 EBADF (Bad file descriptor) +15559 close(640) = -1 EBADF (Bad file descriptor) +15559 close(641) = -1 EBADF (Bad file descriptor) +15559 close(642) = -1 EBADF (Bad file descriptor) +15559 close(643) = -1 EBADF (Bad file descriptor) +15559 close(644) = -1 EBADF (Bad file descriptor) +15559 close(645) = -1 EBADF (Bad file descriptor) +15559 close(646) = -1 EBADF (Bad file descriptor) +15559 close(647) = -1 EBADF (Bad file descriptor) +15559 close(648) = -1 EBADF (Bad file descriptor) +15559 close(649) = -1 EBADF (Bad file descriptor) +15559 close(650) = -1 EBADF (Bad file descriptor) +15559 close(651) = -1 EBADF (Bad file descriptor) +15559 close(652) = -1 EBADF (Bad file descriptor) +15559 close(653) = -1 EBADF (Bad file descriptor) +15559 close(654) = -1 EBADF (Bad file descriptor) +15559 close(655) = -1 EBADF (Bad file descriptor) +15559 close(656) = -1 EBADF (Bad file descriptor) +15559 close(657) = -1 EBADF (Bad file descriptor) +15559 close(658) = -1 EBADF (Bad file descriptor) +15559 close(659) = -1 EBADF (Bad file descriptor) +15559 close(660) = -1 EBADF (Bad file descriptor) +15559 close(661) = -1 EBADF (Bad file descriptor) +15559 close(662) = -1 EBADF (Bad file descriptor) +15559 close(663) = -1 EBADF (Bad file descriptor) +15559 close(664) = -1 EBADF (Bad file descriptor) +15559 close(665) = -1 EBADF (Bad file descriptor) +15559 close(666) = -1 EBADF (Bad file descriptor) +15559 close(667) = -1 EBADF (Bad file descriptor) +15559 close(668) = -1 EBADF (Bad file descriptor) +15559 close(669) = -1 EBADF (Bad file descriptor) +15559 close(670) = -1 EBADF (Bad file descriptor) +15559 close(671) = -1 EBADF (Bad file descriptor) +15559 close(672) = -1 EBADF (Bad file descriptor) +15559 close(673) = -1 EBADF (Bad file descriptor) +15559 close(674) = -1 EBADF (Bad file descriptor) +15559 close(675) = -1 EBADF (Bad file descriptor) +15559 close(676) = -1 EBADF (Bad file descriptor) +15559 close(677) = -1 EBADF (Bad file descriptor) +15559 close(678) = -1 EBADF (Bad file descriptor) +15559 close(679) = -1 EBADF (Bad file descriptor) +15559 close(680) = -1 EBADF (Bad file descriptor) +15559 close(681) = -1 EBADF (Bad file descriptor) +15559 close(682) = -1 EBADF (Bad file descriptor) +15559 close(683) = -1 EBADF (Bad file descriptor) +15559 close(684) = -1 EBADF (Bad file descriptor) +15559 close(685) = -1 EBADF (Bad file descriptor) +15559 close(686) = -1 EBADF (Bad file descriptor) +15559 close(687) = -1 EBADF (Bad file descriptor) +15559 close(688) = -1 EBADF (Bad file descriptor) +15559 close(689) = -1 EBADF (Bad file descriptor) +15559 close(690) = -1 EBADF (Bad file descriptor) +15559 close(691) = -1 EBADF (Bad file descriptor) +15559 close(692) = -1 EBADF (Bad file descriptor) +15559 close(693) = -1 EBADF (Bad file descriptor) +15559 close(694) = -1 EBADF (Bad file descriptor) +15559 close(695) = -1 EBADF (Bad file descriptor) +15559 close(696) = -1 EBADF (Bad file descriptor) +15559 close(697) = -1 EBADF (Bad file descriptor) +15559 close(698) = -1 EBADF (Bad file descriptor) +15559 close(699) = -1 EBADF (Bad file descriptor) +15559 close(700) = -1 EBADF (Bad file descriptor) +15559 close(701) = -1 EBADF (Bad file descriptor) +15559 close(702) = -1 EBADF (Bad file descriptor) +15559 close(703) = -1 EBADF (Bad file descriptor) +15559 close(704) = -1 EBADF (Bad file descriptor) +15559 close(705) = -1 EBADF (Bad file descriptor) +15559 close(706) = -1 EBADF (Bad file descriptor) +15559 close(707) = -1 EBADF (Bad file descriptor) +15559 close(708) = -1 EBADF (Bad file descriptor) +15559 close(709) = -1 EBADF (Bad file descriptor) +15559 close(710) = -1 EBADF (Bad file descriptor) +15559 close(711) = -1 EBADF (Bad file descriptor) +15559 close(712) = -1 EBADF (Bad file descriptor) +15559 close(713) = -1 EBADF (Bad file descriptor) +15559 close(714) = -1 EBADF (Bad file descriptor) +15559 close(715) = -1 EBADF (Bad file descriptor) +15559 close(716) = -1 EBADF (Bad file descriptor) +15559 close(717) = -1 EBADF (Bad file descriptor) +15559 close(718) = -1 EBADF (Bad file descriptor) +15559 close(719) = -1 EBADF (Bad file descriptor) +15559 close(720) = -1 EBADF (Bad file descriptor) +15559 close(721) = -1 EBADF (Bad file descriptor) +15559 close(722) = -1 EBADF (Bad file descriptor) +15559 close(723) = -1 EBADF (Bad file descriptor) +15559 close(724) = -1 EBADF (Bad file descriptor) +15559 close(725) = -1 EBADF (Bad file descriptor) +15559 close(726) = -1 EBADF (Bad file descriptor) +15559 close(727) = -1 EBADF (Bad file descriptor) +15559 close(728) = -1 EBADF (Bad file descriptor) +15559 close(729) = -1 EBADF (Bad file descriptor) +15559 close(730) = -1 EBADF (Bad file descriptor) +15559 close(731) = -1 EBADF (Bad file descriptor) +15559 close(732) = -1 EBADF (Bad file descriptor) +15559 close(733) = -1 EBADF (Bad file descriptor) +15559 close(734) = -1 EBADF (Bad file descriptor) +15559 close(735) = -1 EBADF (Bad file descriptor) +15559 close(736) = -1 EBADF (Bad file descriptor) +15559 close(737) = -1 EBADF (Bad file descriptor) +15559 close(738) = -1 EBADF (Bad file descriptor) +15559 close(739) = -1 EBADF (Bad file descriptor) +15559 close(740) = -1 EBADF (Bad file descriptor) +15559 close(741) = -1 EBADF (Bad file descriptor) +15559 close(742) = -1 EBADF (Bad file descriptor) +15559 close(743) = -1 EBADF (Bad file descriptor) +15559 close(744) = -1 EBADF (Bad file descriptor) +15559 close(745) = -1 EBADF (Bad file descriptor) +15559 close(746) = -1 EBADF (Bad file descriptor) +15559 close(747) = -1 EBADF (Bad file descriptor) +15559 close(748) = -1 EBADF (Bad file descriptor) +15559 close(749) = -1 EBADF (Bad file descriptor) +15559 close(750) = -1 EBADF (Bad file descriptor) +15559 close(751) = -1 EBADF (Bad file descriptor) +15559 close(752) = -1 EBADF (Bad file descriptor) +15559 close(753) = -1 EBADF (Bad file descriptor) +15559 close(754) = -1 EBADF (Bad file descriptor) +15559 close(755) = -1 EBADF (Bad file descriptor) +15559 close(756) = -1 EBADF (Bad file descriptor) +15559 close(757) = -1 EBADF (Bad file descriptor) +15559 close(758) = -1 EBADF (Bad file descriptor) +15559 close(759) = -1 EBADF (Bad file descriptor) +15559 close(760) = -1 EBADF (Bad file descriptor) +15559 close(761) = -1 EBADF (Bad file descriptor) +15559 close(762) = -1 EBADF (Bad file descriptor) +15559 close(763) = -1 EBADF (Bad file descriptor) +15559 close(764) = -1 EBADF (Bad file descriptor) +15559 close(765) = -1 EBADF (Bad file descriptor) +15559 close(766) = -1 EBADF (Bad file descriptor) +15559 close(767) = -1 EBADF (Bad file descriptor) +15559 close(768) = -1 EBADF (Bad file descriptor) +15559 close(769) = -1 EBADF (Bad file descriptor) +15559 close(770) = -1 EBADF (Bad file descriptor) +15559 close(771) = -1 EBADF (Bad file descriptor) +15559 close(772) = -1 EBADF (Bad file descriptor) +15559 close(773) = -1 EBADF (Bad file descriptor) +15559 close(774) = -1 EBADF (Bad file descriptor) +15559 close(775) = -1 EBADF (Bad file descriptor) +15559 close(776) = -1 EBADF (Bad file descriptor) +15559 close(777) = -1 EBADF (Bad file descriptor) +15559 close(778) = -1 EBADF (Bad file descriptor) +15559 close(779) = -1 EBADF (Bad file descriptor) +15559 close(780) = -1 EBADF (Bad file descriptor) +15559 close(781) = -1 EBADF (Bad file descriptor) +15559 close(782) = -1 EBADF (Bad file descriptor) +15559 close(783) = -1 EBADF (Bad file descriptor) +15559 close(784) = -1 EBADF (Bad file descriptor) +15559 close(785) = -1 EBADF (Bad file descriptor) +15559 close(786) = -1 EBADF (Bad file descriptor) +15559 close(787) = -1 EBADF (Bad file descriptor) +15559 close(788) = -1 EBADF (Bad file descriptor) +15559 close(789) = -1 EBADF (Bad file descriptor) +15559 close(790) = -1 EBADF (Bad file descriptor) +15559 close(791) = -1 EBADF (Bad file descriptor) +15559 close(792) = -1 EBADF (Bad file descriptor) +15559 close(793) = -1 EBADF (Bad file descriptor) +15559 close(794) = -1 EBADF (Bad file descriptor) +15559 close(795) = -1 EBADF (Bad file descriptor) +15559 close(796) = -1 EBADF (Bad file descriptor) +15559 close(797) = -1 EBADF (Bad file descriptor) +15559 close(798) = -1 EBADF (Bad file descriptor) +15559 close(799) = -1 EBADF (Bad file descriptor) +15559 close(800) = -1 EBADF (Bad file descriptor) +15559 close(801) = -1 EBADF (Bad file descriptor) +15559 close(802) = -1 EBADF (Bad file descriptor) +15559 close(803) = -1 EBADF (Bad file descriptor) +15559 close(804) = -1 EBADF (Bad file descriptor) +15559 close(805) = -1 EBADF (Bad file descriptor) +15559 close(806) = -1 EBADF (Bad file descriptor) +15559 close(807) = -1 EBADF (Bad file descriptor) +15559 close(808) = -1 EBADF (Bad file descriptor) +15559 close(809) = -1 EBADF (Bad file descriptor) +15559 close(810) = -1 EBADF (Bad file descriptor) +15559 close(811) = -1 EBADF (Bad file descriptor) +15559 close(812) = -1 EBADF (Bad file descriptor) +15559 close(813) = -1 EBADF (Bad file descriptor) +15559 close(814) = -1 EBADF (Bad file descriptor) +15559 close(815) = -1 EBADF (Bad file descriptor) +15559 close(816) = -1 EBADF (Bad file descriptor) +15559 close(817) = -1 EBADF (Bad file descriptor) +15559 close(818) = -1 EBADF (Bad file descriptor) +15559 close(819) = -1 EBADF (Bad file descriptor) +15559 close(820) = -1 EBADF (Bad file descriptor) +15559 close(821) = -1 EBADF (Bad file descriptor) +15559 close(822) = -1 EBADF (Bad file descriptor) +15559 close(823) = -1 EBADF (Bad file descriptor) +15559 close(824) = -1 EBADF (Bad file descriptor) +15559 close(825) = -1 EBADF (Bad file descriptor) +15559 close(826) = -1 EBADF (Bad file descriptor) +15559 close(827) = -1 EBADF (Bad file descriptor) +15559 close(828) = -1 EBADF (Bad file descriptor) +15559 close(829) = -1 EBADF (Bad file descriptor) +15559 close(830) = -1 EBADF (Bad file descriptor) +15559 close(831) = -1 EBADF (Bad file descriptor) +15559 close(832) = -1 EBADF (Bad file descriptor) +15559 close(833) = -1 EBADF (Bad file descriptor) +15559 close(834) = -1 EBADF (Bad file descriptor) +15559 close(835) = -1 EBADF (Bad file descriptor) +15559 close(836) = -1 EBADF (Bad file descriptor) +15559 close(837) = -1 EBADF (Bad file descriptor) +15559 close(838) = -1 EBADF (Bad file descriptor) +15559 close(839) = -1 EBADF (Bad file descriptor) +15559 close(840) = -1 EBADF (Bad file descriptor) +15559 close(841) = -1 EBADF (Bad file descriptor) +15559 close(842) = -1 EBADF (Bad file descriptor) +15559 close(843) = -1 EBADF (Bad file descriptor) +15559 close(844) = -1 EBADF (Bad file descriptor) +15559 close(845) = -1 EBADF (Bad file descriptor) +15559 close(846) = -1 EBADF (Bad file descriptor) +15559 close(847) = -1 EBADF (Bad file descriptor) +15559 close(848) = -1 EBADF (Bad file descriptor) +15559 close(849) = -1 EBADF (Bad file descriptor) +15559 close(850) = -1 EBADF (Bad file descriptor) +15559 close(851) = -1 EBADF (Bad file descriptor) +15559 close(852) = -1 EBADF (Bad file descriptor) +15559 close(853) = -1 EBADF (Bad file descriptor) +15559 close(854) = -1 EBADF (Bad file descriptor) +15559 close(855) = -1 EBADF (Bad file descriptor) +15559 close(856) = -1 EBADF (Bad file descriptor) +15559 close(857) = -1 EBADF (Bad file descriptor) +15559 close(858) = -1 EBADF (Bad file descriptor) +15559 close(859) = -1 EBADF (Bad file descriptor) +15559 close(860) = -1 EBADF (Bad file descriptor) +15559 close(861) = -1 EBADF (Bad file descriptor) +15559 close(862) = -1 EBADF (Bad file descriptor) +15559 close(863) = -1 EBADF (Bad file descriptor) +15559 close(864) = -1 EBADF (Bad file descriptor) +15559 close(865) = -1 EBADF (Bad file descriptor) +15559 close(866) = -1 EBADF (Bad file descriptor) +15559 close(867) = -1 EBADF (Bad file descriptor) +15559 close(868) = -1 EBADF (Bad file descriptor) +15559 close(869) = -1 EBADF (Bad file descriptor) +15559 close(870) = -1 EBADF (Bad file descriptor) +15559 close(871) = -1 EBADF (Bad file descriptor) +15559 close(872) = -1 EBADF (Bad file descriptor) +15559 close(873) = -1 EBADF (Bad file descriptor) +15559 close(874) = -1 EBADF (Bad file descriptor) +15559 close(875) = -1 EBADF (Bad file descriptor) +15559 close(876) = -1 EBADF (Bad file descriptor) +15559 close(877) = -1 EBADF (Bad file descriptor) +15559 close(878) = -1 EBADF (Bad file descriptor) +15559 close(879) = -1 EBADF (Bad file descriptor) +15559 close(880) = -1 EBADF (Bad file descriptor) +15559 close(881) = -1 EBADF (Bad file descriptor) +15559 close(882) = -1 EBADF (Bad file descriptor) +15559 close(883) = -1 EBADF (Bad file descriptor) +15559 close(884) = -1 EBADF (Bad file descriptor) +15559 close(885) = -1 EBADF (Bad file descriptor) +15559 close(886) = -1 EBADF (Bad file descriptor) +15559 close(887) = -1 EBADF (Bad file descriptor) +15559 close(888) = -1 EBADF (Bad file descriptor) +15559 close(889) = -1 EBADF (Bad file descriptor) +15559 close(890) = -1 EBADF (Bad file descriptor) +15559 close(891) = -1 EBADF (Bad file descriptor) +15559 close(892) = -1 EBADF (Bad file descriptor) +15559 close(893) = -1 EBADF (Bad file descriptor) +15559 close(894) = -1 EBADF (Bad file descriptor) +15559 close(895) = -1 EBADF (Bad file descriptor) +15559 close(896) = -1 EBADF (Bad file descriptor) +15559 close(897) = -1 EBADF (Bad file descriptor) +15559 close(898) = -1 EBADF (Bad file descriptor) +15559 close(899) = -1 EBADF (Bad file descriptor) +15559 close(900) = -1 EBADF (Bad file descriptor) +15559 close(901) = -1 EBADF (Bad file descriptor) +15559 close(902) = -1 EBADF (Bad file descriptor) +15559 close(903) = -1 EBADF (Bad file descriptor) +15559 close(904) = -1 EBADF (Bad file descriptor) +15559 close(905) = -1 EBADF (Bad file descriptor) +15559 close(906) = -1 EBADF (Bad file descriptor) +15559 close(907) = -1 EBADF (Bad file descriptor) +15559 close(908) = -1 EBADF (Bad file descriptor) +15559 close(909) = -1 EBADF (Bad file descriptor) +15559 close(910) = -1 EBADF (Bad file descriptor) +15559 close(911) = -1 EBADF (Bad file descriptor) +15559 close(912) = -1 EBADF (Bad file descriptor) +15559 close(913) = -1 EBADF (Bad file descriptor) +15559 close(914) = -1 EBADF (Bad file descriptor) +15559 close(915) = -1 EBADF (Bad file descriptor) +15559 close(916) = -1 EBADF (Bad file descriptor) +15559 close(917) = -1 EBADF (Bad file descriptor) +15559 close(918) = -1 EBADF (Bad file descriptor) +15559 close(919) = -1 EBADF (Bad file descriptor) +15559 close(920) = -1 EBADF (Bad file descriptor) +15559 close(921) = -1 EBADF (Bad file descriptor) +15559 close(922) = -1 EBADF (Bad file descriptor) +15559 close(923) = -1 EBADF (Bad file descriptor) +15559 close(924) = -1 EBADF (Bad file descriptor) +15559 close(925) = -1 EBADF (Bad file descriptor) +15559 close(926) = -1 EBADF (Bad file descriptor) +15559 close(927) = -1 EBADF (Bad file descriptor) +15559 close(928) = -1 EBADF (Bad file descriptor) +15559 close(929) = -1 EBADF (Bad file descriptor) +15559 close(930) = -1 EBADF (Bad file descriptor) +15559 close(931) = -1 EBADF (Bad file descriptor) +15559 close(932) = -1 EBADF (Bad file descriptor) +15559 close(933) = -1 EBADF (Bad file descriptor) +15559 close(934) = -1 EBADF (Bad file descriptor) +15559 close(935) = -1 EBADF (Bad file descriptor) +15559 close(936) = -1 EBADF (Bad file descriptor) +15559 close(937) = -1 EBADF (Bad file descriptor) +15559 close(938) = -1 EBADF (Bad file descriptor) +15559 close(939) = -1 EBADF (Bad file descriptor) +15559 close(940) = -1 EBADF (Bad file descriptor) +15559 close(941) = -1 EBADF (Bad file descriptor) +15559 close(942) = -1 EBADF (Bad file descriptor) +15559 close(943) = -1 EBADF (Bad file descriptor) +15559 close(944) = -1 EBADF (Bad file descriptor) +15559 close(945) = -1 EBADF (Bad file descriptor) +15559 close(946) = -1 EBADF (Bad file descriptor) +15559 close(947) = -1 EBADF (Bad file descriptor) +15559 close(948) = -1 EBADF (Bad file descriptor) +15559 close(949) = -1 EBADF (Bad file descriptor) +15559 close(950) = -1 EBADF (Bad file descriptor) +15559 close(951) = -1 EBADF (Bad file descriptor) +15559 close(952) = -1 EBADF (Bad file descriptor) +15559 close(953) = -1 EBADF (Bad file descriptor) +15559 close(954) = -1 EBADF (Bad file descriptor) +15559 close(955) = -1 EBADF (Bad file descriptor) +15559 close(956) = -1 EBADF (Bad file descriptor) +15559 close(957) = -1 EBADF (Bad file descriptor) +15559 close(958) = -1 EBADF (Bad file descriptor) +15559 close(959) = -1 EBADF (Bad file descriptor) +15559 close(960) = -1 EBADF (Bad file descriptor) +15559 close(961) = -1 EBADF (Bad file descriptor) +15559 close(962) = -1 EBADF (Bad file descriptor) +15559 close(963) = -1 EBADF (Bad file descriptor) +15559 close(964) = -1 EBADF (Bad file descriptor) +15559 close(965) = -1 EBADF (Bad file descriptor) +15559 close(966) = -1 EBADF (Bad file descriptor) +15559 close(967) = -1 EBADF (Bad file descriptor) +15559 close(968) = -1 EBADF (Bad file descriptor) +15559 close(969) = -1 EBADF (Bad file descriptor) +15559 close(970) = -1 EBADF (Bad file descriptor) +15559 close(971) = -1 EBADF (Bad file descriptor) +15559 close(972) = -1 EBADF (Bad file descriptor) +15559 close(973) = -1 EBADF (Bad file descriptor) +15559 close(974) = -1 EBADF (Bad file descriptor) +15559 close(975) = -1 EBADF (Bad file descriptor) +15559 close(976) = -1 EBADF (Bad file descriptor) +15559 close(977) = -1 EBADF (Bad file descriptor) +15559 close(978) = -1 EBADF (Bad file descriptor) +15559 close(979) = -1 EBADF (Bad file descriptor) +15559 close(980) = -1 EBADF (Bad file descriptor) +15559 close(981) = -1 EBADF (Bad file descriptor) +15559 close(982) = -1 EBADF (Bad file descriptor) +15559 close(983) = -1 EBADF (Bad file descriptor) +15559 close(984) = -1 EBADF (Bad file descriptor) +15559 close(985) = -1 EBADF (Bad file descriptor) +15559 close(986) = -1 EBADF (Bad file descriptor) +15559 close(987) = -1 EBADF (Bad file descriptor) +15559 close(988) = -1 EBADF (Bad file descriptor) +15559 close(989) = -1 EBADF (Bad file descriptor) +15559 close(990) = -1 EBADF (Bad file descriptor) +15559 close(991) = -1 EBADF (Bad file descriptor) +15559 close(992) = -1 EBADF (Bad file descriptor) +15559 close(993) = -1 EBADF (Bad file descriptor) +15559 close(994) = -1 EBADF (Bad file descriptor) +15559 close(995) = -1 EBADF (Bad file descriptor) +15559 close(996) = -1 EBADF (Bad file descriptor) +15559 close(997) = -1 EBADF (Bad file descriptor) +15559 close(998) = -1 EBADF (Bad file descriptor) +15559 close(999) = -1 EBADF (Bad file descriptor) +15559 close(1000) = -1 EBADF (Bad file descriptor) +15559 close(1001) = -1 EBADF (Bad file descriptor) +15559 close(1002) = -1 EBADF (Bad file descriptor) +15559 close(1003) = -1 EBADF (Bad file descriptor) +15559 close(1004) = -1 EBADF (Bad file descriptor) +15559 close(1005) = -1 EBADF (Bad file descriptor) +15559 close(1006) = -1 EBADF (Bad file descriptor) +15559 close(1007) = -1 EBADF (Bad file descriptor) +15559 close(1008) = -1 EBADF (Bad file descriptor) +15559 close(1009) = -1 EBADF (Bad file descriptor) +15559 close(1010) = -1 EBADF (Bad file descriptor) +15559 close(1011) = -1 EBADF (Bad file descriptor) +15559 close(1012) = -1 EBADF (Bad file descriptor) +15559 close(1013) = -1 EBADF (Bad file descriptor) +15559 close(1014) = -1 EBADF (Bad file descriptor) +15559 close(1015) = -1 EBADF (Bad file descriptor) +15559 close(1016) = -1 EBADF (Bad file descriptor) +15559 close(1017) = -1 EBADF (Bad file descriptor) +15559 close(1018) = -1 EBADF (Bad file descriptor) +15559 close(1019) = -1 EBADF (Bad file descriptor) +15559 close(1020) = -1 EBADF (Bad file descriptor) +15559 close(1021) = -1 EBADF (Bad file descriptor) +15559 close(1022) = -1 EBADF (Bad file descriptor) +15559 close(1023) = -1 EBADF (Bad file descriptor) +15559 close(1024) = -1 EBADF (Bad file descriptor) +15559 setsid() = 15559 +15559 msgrcv( +15557 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15557 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15557 write(1, "1218771332:15559\n", 17) = 17 +15549 <... read resumed> "1218771332:15559\n", 128) = 17 +15549 read(3, +15557 munmap(0x40019000, 4096) = 0 +15557 exit_group(0) = ? +15556 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15557 +15556 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15556 --- SIGCHLD (Child exited) @ 0 (0) --- +15556 waitpid(-1, 0xbfffd0e0, WNOHANG) = -1 ECHILD (No child processes) +15556 sigreturn() = ? (mask now [RTMIN]) +15556 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15556 exit_group(0) = ? +15549 <... read resumed> 0xbfffdb24, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15556 +15549 waitpid(-1, 0xbfffd7a8, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "FAKEROOTKEY=`echo $KEY_PID|cut -"..., 3076) = 783 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -743, [2333], SEEK_CUR) = 0 +15549 fork() = 15560 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15560 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15560 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15560 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15560 <... getpid resumed> ) = 15560 +15549 close(4 +15560 close(255 +15549 <... close resumed> ) = 0 +15560 <... close resumed> ) = 0 +15549 read(3, +15560 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15560 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15560 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15560 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15560 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15560 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15560 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15560 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15560 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15560 dup2(4, 1) = 1 +15560 close(4) = 0 +15560 close(3) = 0 +15560 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15560 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15560 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15560 pipe([3, 4]) = 0 +15560 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15560 fork() = 15561 +15560 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15561 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15560 <... rt_sigprocmask resumed> NULL, 8) = 0 +15561 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15560 close(4 +15561 getpid( +15560 <... close resumed> ) = 0 +15561 <... getpid resumed> ) = 15561 +15560 close(4 +15561 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15560 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15561 <... rt_sigprocmask resumed> NULL, 8) = 0 +15560 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15561 rt_sigaction(SIGTSTP, {SIG_DFL}, +15560 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15561 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15560 fork( +15561 rt_sigaction(SIGTTIN, {SIG_DFL}, +15560 <... fork resumed> ) = 15562 +15561 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15560 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15562 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15561 rt_sigaction(SIGTTOU, {SIG_DFL}, +15560 <... rt_sigprocmask resumed> NULL, 8) = 0 +15562 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15561 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15560 close(3 +15562 getpid( +15561 close(3 +15560 <... close resumed> ) = 0 +15562 <... getpid resumed> ) = 15562 +15561 <... close resumed> ) = 0 +15560 rt_sigprocmask(SIG_BLOCK, [CHLD], +15562 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15561 dup2(4, 1 +15560 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15562 <... rt_sigprocmask resumed> NULL, 8) = 0 +15561 <... dup2 resumed> ) = 1 +15560 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15562 rt_sigaction(SIGTSTP, {SIG_DFL}, +15561 close(4 +15560 <... rt_sigprocmask resumed> NULL, 8) = 0 +15562 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15561 <... close resumed> ) = 0 +15560 rt_sigprocmask(SIG_BLOCK, [CHLD], +15562 rt_sigaction(SIGTTIN, {SIG_DFL}, +15561 rt_sigaction(SIGINT, {SIG_DFL}, +15560 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15562 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15561 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15560 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15562 rt_sigaction(SIGTTOU, {SIG_DFL}, +15561 rt_sigaction(SIGQUIT, {SIG_DFL}, +15560 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15562 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15561 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15560 waitpid(-1, +15562 dup2(3, 0 +15561 rt_sigaction(SIGCHLD, {SIG_DFL}, +15562 <... dup2 resumed> ) = 0 +15561 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15562 close(3 +15561 rt_sigprocmask(SIG_BLOCK, [CHLD], +15562 <... close resumed> ) = 0 +15561 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15562 stat64(".", +15561 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15561 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15561 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15561 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15561 write(1, "1218771332:15559\n", 17) = 17 +15561 exit_group(0) = ? +15560 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15561 +15560 waitpid(-1, +15562 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15562 stat64("/usr/sbin/cut", 0xbfffd308) = -1 ENOENT (No such file or directory) +15562 stat64("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15562 stat64("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15562 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15562 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15562 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15562 execve("/usr/bin/cut", ["cut", "-d:", "-f1"], [/* 9 vars */]) = 0 +15562 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15562 brk(0) = 0x804e788 +15562 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15562 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15562 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15562 open("/etc/ld.so.cache", O_RDONLY) = 3 +15562 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15562 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15562 close(3) = 0 +15562 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15562 open("/lib/libc.so.6", O_RDONLY) = 3 +15562 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15562 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15562 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15562 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15562 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15562 close(3) = 0 +15562 mprotect(0x40139000, 20480, PROT_READ) = 0 +15562 munmap(0x40019000, 23038) = 0 +15562 brk(0) = 0x804e788 +15562 brk(0x806f788) = 0x806f788 +15562 brk(0x8070000) = 0x8070000 +15562 fstat64(0, {st_mode=S_IFIFO|0600, st_size=17, ...}) = 0 +15562 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15562 read(0, "1218771332:15559\n", 4096) = 17 +15562 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15562 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 +15562 read(0, "", 4096) = 0 +15562 close(0) = 0 +15562 munmap(0x40019000, 4096) = 0 +15562 write(1, "1218771332\n", 11) = 11 +15549 <... read resumed> "1218771332\n", 128) = 11 +15549 read(3, +15562 close(1) = 0 +15562 munmap(0x4001a000, 4096) = 0 +15562 exit_group(0) = ? +15560 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15562 +15560 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15560 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15560 close(3) = -1 EBADF (Bad file descriptor) +15560 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15560 --- SIGCHLD (Child exited) @ 0 (0) --- +15560 waitpid(-1, 0xbfffd400, WNOHANG) = -1 ECHILD (No child processes) +15560 sigreturn() = ? (mask now [RTMIN]) +15560 exit_group(0) = ? +15549 <... read resumed> 0xbfffdb24, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15560 +15549 waitpid(-1, 0xbfffd7a8, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "PID=`echo $KEY_PID|cut -d: -f2`\n"..., 3076) = 743 +15549 pipe([3, 4]) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 _llseek(255, -711, [2365], SEEK_CUR) = 0 +15549 fork() = 15563 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15563 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15563 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, +15563 getpid( +15549 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15563 <... getpid resumed> ) = 15563 +15549 close(4 +15563 close(255 +15549 <... close resumed> ) = 0 +15563 <... close resumed> ) = 0 +15549 read(3, +15563 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15563 rt_sigaction(SIGTSTP, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15563 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15563 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15563 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15563 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15563 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15563 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15563 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15563 dup2(4, 1) = 1 +15563 close(4) = 0 +15563 close(3) = 0 +15563 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15563 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15563 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15563 pipe([3, 4]) = 0 +15563 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD RTMIN], 8) = 0 +15563 fork() = 15564 +15563 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15564 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15563 <... rt_sigprocmask resumed> NULL, 8) = 0 +15564 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15563 close(4 +15564 getpid( +15563 <... close resumed> ) = 0 +15564 <... getpid resumed> ) = 15564 +15563 close(4 +15564 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15563 <... close resumed> ) = -1 EBADF (Bad file descriptor) +15564 <... rt_sigprocmask resumed> NULL, 8) = 0 +15563 rt_sigprocmask(SIG_BLOCK, [INT CHLD], +15564 rt_sigaction(SIGTSTP, {SIG_DFL}, +15563 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15564 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15563 fork( +15564 rt_sigaction(SIGTTIN, {SIG_DFL}, +15563 <... fork resumed> ) = 15565 +15564 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15563 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15565 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15564 rt_sigaction(SIGTTOU, {SIG_DFL}, +15563 <... rt_sigprocmask resumed> NULL, 8) = 0 +15565 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15564 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15563 close(3 +15565 getpid( +15564 close(3 +15563 <... close resumed> ) = 0 +15565 <... getpid resumed> ) = 15565 +15564 <... close resumed> ) = 0 +15563 rt_sigprocmask(SIG_BLOCK, [CHLD], +15565 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15564 dup2(4, 1 +15563 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15565 <... rt_sigprocmask resumed> NULL, 8) = 0 +15564 <... dup2 resumed> ) = 1 +15563 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], +15565 rt_sigaction(SIGTSTP, {SIG_DFL}, +15564 close(4 +15563 <... rt_sigprocmask resumed> NULL, 8) = 0 +15565 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15564 <... close resumed> ) = 0 +15563 rt_sigprocmask(SIG_BLOCK, [CHLD], +15565 rt_sigaction(SIGTTIN, {SIG_DFL}, +15564 rt_sigaction(SIGINT, {SIG_DFL}, +15563 <... rt_sigprocmask resumed> [CHLD RTMIN], 8) = 0 +15565 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15564 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15563 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15565 rt_sigaction(SIGTTOU, {SIG_DFL}, +15564 rt_sigaction(SIGQUIT, {SIG_DFL}, +15563 <... rt_sigaction resumed> {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15565 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15564 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15563 waitpid(-1, +15565 dup2(3, 0 +15564 rt_sigaction(SIGCHLD, {SIG_DFL}, +15565 <... dup2 resumed> ) = 0 +15564 <... rt_sigaction resumed> {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15565 close(3 +15564 rt_sigprocmask(SIG_BLOCK, [CHLD], +15565 <... close resumed> ) = 0 +15564 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15565 stat64(".", +15564 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15564 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15564 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15564 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15565 <... stat64 resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15564 write(1, "1218771332:15559\n", 17) = 17 +15564 exit_group(0) = ? +15565 stat64("/usr/sbin/cut", +15563 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15564 +15565 <... stat64 resumed> 0xbfffd308) = -1 ENOENT (No such file or directory) +15563 waitpid(-1, +15565 stat64("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15565 stat64("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=23180, ...}) = 0 +15565 rt_sigaction(SIGINT, {SIG_DFL}, {0x808e330, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15565 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15565 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15565 execve("/usr/bin/cut", ["cut", "-d:", "-f2"], [/* 9 vars */]) = 0 +15565 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15565 brk(0) = 0x804e788 +15565 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15565 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15565 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15565 open("/etc/ld.so.cache", O_RDONLY) = 3 +15565 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15565 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40019000 +15565 close(3) = 0 +15565 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15565 open("/lib/libc.so.6", O_RDONLY) = 3 +15565 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15565 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15565 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4001f000 +15565 old_mmap(0x40139000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40139000 +15565 old_mmap(0x40141000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40141000 +15565 close(3) = 0 +15565 mprotect(0x40139000, 20480, PROT_READ) = 0 +15565 munmap(0x40019000, 23038) = 0 +15565 brk(0) = 0x804e788 +15565 brk(0x806f788) = 0x806f788 +15565 brk(0x8070000) = 0x8070000 +15565 fstat64(0, {st_mode=S_IFIFO|0600, st_size=17, ...}) = 0 +15565 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40019000 +15565 read(0, "1218771332:15559\n", 4096) = 17 +15565 fstat64(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +15565 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001a000 +15565 read(0, "", 4096) = 0 +15565 close(0) = 0 +15565 munmap(0x40019000, 4096) = 0 +15565 write(1, "15559\n", 6) = 6 +15549 <... read resumed> "15559\n", 128) = 6 +15549 read(3, +15565 close(1) = 0 +15565 munmap(0x4001a000, 4096) = 0 +15565 exit_group(0) = ? +15563 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15565 +15563 rt_sigprocmask(SIG_SETMASK, [CHLD RTMIN], NULL, 8) = 0 +15563 rt_sigaction(SIGINT, {0x808e330, [], SA_RESTORER, 0x4008f508}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15563 close(3) = -1 EBADF (Bad file descriptor) +15563 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15563 --- SIGCHLD (Child exited) @ 0 (0) --- +15563 waitpid(-1, 0xbfffd400, WNOHANG) = -1 ECHILD (No child processes) +15563 sigreturn() = ? (mask now [RTMIN]) +15563 exit_group(0) = ? +15549 <... read resumed> 0xbfffdb24, 128) = ? ERESTARTSYS (To be restarted) +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG) = 15563 +15549 waitpid(-1, 0xbfffd7a8, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 read(3, "", 128) = 0 +15549 close(3) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "\nif [ \"$WAITINTRAP\" -eq 0 ]; the"..., 3076) = 711 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigaction(SIGHUP, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGINT, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGILL, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGTRAP, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGABRT, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGFPE, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGBUS, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGSEGV, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGSYS, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGPIPE, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGALRM, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGTERM, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGXCPU, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGXFSZ, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGVTALRM, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGUSR1, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGUSR2, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, {SIG_DFL}, 8) = 0 +15549 rt_sigaction(SIGINT, {SIG_IGN}, {0x808e330, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigaction(SIGINT, {0x808c3b0, [], SA_RESTORER, 0x4008f508}, {SIG_IGN}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [INT CHLD RTMIN], NULL, 8) = 0 +15549 _llseek(255, -14, [3062], SEEK_CUR) = 0 +15549 fork() = 15566 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15566 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15566 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], +15566 getpid( +15549 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15566 <... getpid resumed> ) = 15566 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15566 close(255 +15549 <... rt_sigprocmask resumed> NULL, 8) = 0 +15566 <... close resumed> ) = 0 +15549 rt_sigprocmask(SIG_BLOCK, [CHLD], +15566 rt_sigprocmask(SIG_SETMASK, [RTMIN], +15549 <... rt_sigprocmask resumed> [RTMIN], 8) = 0 +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15549 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x4008f508}, +15566 rt_sigaction(SIGTSTP, {SIG_DFL}, +15549 <... rt_sigaction resumed> {0x808c3b0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15566 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15549 waitpid(-1, +15566 rt_sigaction(SIGTTIN, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGINT, {SIG_DFL}, {0x808c3b0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15566 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15566 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15566 execve("debian/rules", ["debian/rules", "clean"], [/* 12 vars */]) = 0 +15566 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15566 brk(0) = 0x806cca4 +15566 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15566 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15566 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/tls", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/i686", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib/libfakeroot/cmov", 0xbfffdf78) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15566 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15566 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15566 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15566 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15566 close(3) = 0 +15566 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/tls/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/tls/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/tls", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/i686", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15566 open("/usr/lib32/libfakeroot/tls/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/tls/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/tls", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/i686", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib32/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/lib32/libfakeroot", 0xbfffdea0) = -1 ENOENT (No such file or directory) +15566 open("/etc/ld.so.cache", O_RDONLY) = 3 +15566 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15566 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15566 close(3) = 0 +15566 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15566 open("/lib/librt.so.1", O_RDONLY) = 3 +15566 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\36"..., 512) = 512 +15566 fstat64(3, {st_mode=S_IFREG|0644, st_size=30616, ...}) = 0 +15566 old_mmap(NULL, 77496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15566 old_mmap(0x4002c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x4002c000 +15566 old_mmap(0x4002e000, 40632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4002e000 +15566 close(3) = 0 +15566 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15566 open("/lib/libc.so.6", O_RDONLY) = 3 +15566 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15566 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15566 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40038000 +15566 old_mmap(0x40152000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40152000 +15566 old_mmap(0x4015a000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4015a000 +15566 close(3) = 0 +15566 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15566 open("/lib/libdl.so.2", O_RDONLY) = 3 +15566 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15566 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15566 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4015c000 +15566 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4015d000 +15566 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4015f000 +15566 close(3) = 0 +15566 open("/usr/lib/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 open("/usr/lib64/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15566 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15566 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15566 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15566 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15566 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40161000 +15566 old_mmap(0x40170000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40170000 +15566 old_mmap(0x40172000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40172000 +15566 close(3) = 0 +15566 mprotect(0x40152000, 20480, PROT_READ) = 0 +15566 munmap(0x4001f000, 23038) = 0 +15566 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15566 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15566 getpid() = 15566 +15566 rt_sigaction(SIGRTMIN, {0x401693a0, [], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15566 rt_sigaction(SIGRT_1, {0x40169430, [RTMIN], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15566 rt_sigaction(SIGRT_2, {0x40168f00, [], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15566 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15566 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15566 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, dfdfdf00, 8cc001, 0, 18, 0, 2e000018, dfdf002e, 2b800a, 0, 24, 0, 43000018, df005356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, df006d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbfffe3e4, 30, (nil), 0}) = 0 +15566 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15566 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15566 brk(0) = 0x806cca4 +15566 brk(0x808dca4) = 0x808dca4 +15566 brk(0x808e000) = 0x808e000 +15566 rt_sigaction(SIGHUP, {0x4016dfc0, [HUP], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGQUIT, {0x4016dfc0, [QUIT], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGINT, {0x4016dfc0, [INT], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGTERM, {0x4016dfc0, [TERM], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGXCPU, {0x4016dfc0, [XCPU], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGXFSZ, {0x4016dfc0, [XFSZ], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15566 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15566 stat64("/usr/include", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15566 msgget(1218771332, IPC_CREAT|0600) = 983040 +15566 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15566 getpid() = 15566 +15566 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 msgsnd(983040, {1, "\3\0\0\0\316<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\316<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 60, 0, 0) = 56 +15566 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\316<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15566 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\316<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 stat64("/usr/gnu/include", 0xbfffce1c) = -1 ENOENT (No such file or directory) +15566 stat64("/usr/local/include", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 +15566 getpid() = 15566 +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 msgsnd(983040, {1, "\3\0\0\0\316<\0\0\2\0\0\0\0\0\0\0002\0\0\0\1@\214\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\316<\0\0\2\0\0\0\0\0\0\0002\0\0\0\1@\214\0\0\0"...}, 60, 0, 0) = 56 +15566 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\316<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1@\214\0\0\0"...}, 56, 0) = 0 +15566 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\316<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1@\214\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 stat64("/usr/include", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15566 getpid() = 15566 +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 msgsnd(983040, {1, "\3\0\0\0\316<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\316<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 60, 0, 0) = 56 +15566 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\316<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15566 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\316<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15566 semop(589827, 0xbfffcd26, 1) = 0 +15566 rt_sigaction(SIGCHLD, {0x4016dfc0, [CHLD], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 rt_sigaction(SIGUSR1, {0x4016dfc0, [USR1], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15566 open("debian/rules", O_RDONLY|O_LARGEFILE) = 3 +15566 fstat64(3, {st_mode=S_IFREG|0755, st_size=1974, ...}) = 0 +15566 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15566 read(3, "#!/usr/bin/make -f\n# Sample debi"..., 4096) = 1974 +15566 read(3, "", 4096) = 0 +15566 close(3) = 0 +15566 munmap(0x4001f000, 4096) = 0 +15566 stat64("RCS", 0xbfffcd84) = -1 ENOENT (No such file or directory) +15566 stat64("SCCS", 0xbfffcd84) = -1 ENOENT (No such file or directory) +15566 stat64("debian/rules", {st_mode=S_IFREG|0755, st_size=1974, ...}) = 0 +15566 getpid() = 15566 +15566 semop(589827, 0xbfffacb6, 1) = 0 +15566 msgsnd(983040, {1, "\3\0\0\0\316<\0\0\4\0\0\0\354\f\0\0\363\3\0\0(\300g\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\316<\0\0\4\0\0\0\354\f\0\0\363\3\0\0(\300g\0\0"...}, 60, 0, 0) = 56 +15566 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\316<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\300g\0\0\0\0"...}, 56, 0) = 0 +15566 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\316<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\300g\0\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15566 semop(589827, 0xbfffacb6, 1) = 0 +15566 clock_gettime(CLOCK_REALTIME, 0xbfffcdec) = -1 ENOSYS (Function not implemented) +15566 gettimeofday({1142898180, 730510}, NULL) = 0 +15566 stat64("debian", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15566 getpid() = 15566 +15566 semop(589827, 0xbfffb896, 1) = 0 +15566 msgsnd(983040, {1, "\3\0\0\0\316<\0\0\5\0\0\0\354\f\0\0\363\3\0\0!\300g\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\316<\0\0\5\0\0\0\354\f\0\0\363\3\0\0!\300g\0\0"...}, 60, 0, 0) = 56 +15566 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\316<\0\0\5\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0\0"...}, 56, 0) = 0 +15566 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\316<\0\0\5\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15566 semop(589827, 0xbfffb896, 1) = 0 +15566 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15566 open("debian", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15566 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15566 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15566 getdents64(3, /* 16 entries */, 4096) = 520 +15566 getdents64(3, /* 0 entries */, 4096) = 0 +15566 close(3) = 0 +15566 stat64("debian/RCS", 0xbfffb994) = -1 ENOENT (No such file or directory) +15566 stat64("debian/SCCS", 0xbfffb994) = -1 ENOENT (No such file or directory) +15566 fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15566 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15566 write(1, "dh_testdir\n", 11) = 11 +15566 pipe([3, 4]) = 0 +15566 close(4) = 0 +15566 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15567 +15566 rt_sigprocmask(SIG_SETMASK, [], +15567 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15567 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15567 getpid() = 15567 +15567 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15567 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15567 getpid() = 15567 +15567 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15567 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15567 execve("/usr/sbin/dh_testdir", ["dh_testdir"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15567 getpid() = 15567 +15567 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15567 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15567 execve("/usr/bin/dh_testdir", ["dh_testdir"], [/* 16 vars */]) = 0 +15567 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15567 brk(0) = 0x8150a60 +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15567 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/tls", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/i686", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd7b8) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15567 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15567 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15567 close(3) = 0 +15567 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15567 open("/usr/lib32/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib32/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib32/libfakeroot", 0xbfffd6e0) = -1 ENOENT (No such file or directory) +15567 open("/etc/ld.so.cache", O_RDONLY) = 3 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15567 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15567 close(3) = 0 +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 open("/lib/libdl.so.2", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15567 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15567 old_mmap(0x40027000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40027000 +15567 close(3) = 0 +15567 open("/usr/lib/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 open("/lib/libm.so.6", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15567 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15567 old_mmap(0x4004d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x4004d000 +15567 close(3) = 0 +15567 open("/usr/lib/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15567 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4004f000 +15567 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40050000 +15567 old_mmap(0x4005f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x4005f000 +15567 old_mmap(0x40061000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40061000 +15567 close(3) = 0 +15567 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 open("/lib/libc.so.6", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15567 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400a3000 +15567 old_mmap(0x401bd000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401bd000 +15567 old_mmap(0x401c5000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c5000 +15567 close(3) = 0 +15567 open("/usr/lib/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 open("/usr/lib64/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15567 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15567 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15567 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15567 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c7000 +15567 old_mmap(0x401cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401cc000 +15567 old_mmap(0x401ce000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401ce000 +15567 close(3) = 0 +15567 mprotect(0x401bd000, 20480, PROT_READ) = 0 +15567 munmap(0x4001f000, 23038) = 0 +15567 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15567 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15567 getpid() = 15567 +15567 rt_sigaction(SIGRTMIN, {0x400583a0, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_1, {0x40058430, [RTMIN], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15567 rt_sigaction(SIGRT_2, {0x40057f00, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15567 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15567 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15567 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, 0, 2b8009, 0, 18, 0, 2e000018, 2e, 67c029, 0, 30, 0, 63000020, 61706d6f, 74, 0, 67c028, 0, 40, 0, 72000020, 73656c75, 0, 0, 67c027, 0, 60, 0}, 2, 0xbfffdc24, 30, (nil), 0}) = 0 +15567 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15567 brk(0) = 0x8150a60 +15567 brk(0x8171a60) = 0x8171a60 +15567 brk(0x8172000) = 0x8172000 +15567 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401f5000 +15567 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15567 read(3, "m\366m\342", 4) = 4 +15567 close(3) = 0 +15567 time([1142898180]) = 1142898180 +15567 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffdc50) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffdc50) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffdc50) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.7", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.7", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.6", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.6", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15567 msgget(1218771332, IPC_CREAT|0600) = 983040 +15567 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15567 getpid() = 15567 +15567 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15567 semop(589827, 0xbfffdc66, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffdc66, 1) = 0 +15567 stat64("/usr/local/share/perl/5.8.4", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.3", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.3", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.2", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.2", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.1", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.1", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.0", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.0", 0xbfffdda0) = -1 ENOENT (No such file or directory) +15567 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15567 _llseek(0, 0, 0xbfffdaf0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15567 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15567 _llseek(1, 0, 0xbfffdaf0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15567 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15567 _llseek(2, 0, 0xbfffdaf0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15567 open("/usr/bin/dh_testdir", O_RDONLY|O_LARGEFILE) = 3 +15567 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdb68) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(3, 0, [0], SEEK_CUR) = 0 +15567 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15567 fstat64(3, {st_mode=S_IFREG|0755, st_size=844, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffdb76, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\272B\7\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\272B\7\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\272B\7\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\272B\7\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffdb76, 1) = 0 +15567 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15567 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15567 getpid() = 15567 +15567 getppid() = 15566 +15567 read(3, "#!/usr/bin/perl -w\n\n=head1 NAME\n"..., 4096) = 844 +15567 stat64("/etc/perl/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/strict.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 4 +15567 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd588) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(4, 0, [0], SEEK_CUR) = 0 +15567 read(4, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15567 brk(0x8193000) = 0x8193000 +15567 _llseek(4, 598, [598], SEEK_SET) = 0 +15567 _llseek(4, 0, [598], SEEK_CUR) = 0 +15567 close(4) = 0 +15567 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", {st_mode=S_IFREG|0644, st_size=18025, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 open("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", O_RDONLY|O_LARGEFILE) = 4 +15567 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd588) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(4, 0, [0], SEEK_CUR) = 0 +15567 read(4, "#!/usr/bin/perl -w\n#\n# Library f"..., 4096) = 4096 +15567 stat64("/etc/perl/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd1e6, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd1e6, 1) = 0 +15567 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 5 +15567 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd0e8) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(5, 0, [0], SEEK_CUR) = 0 +15567 read(5, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15567 _llseek(5, 2217, [2217], SEEK_SET) = 0 +15567 _llseek(5, 0, [2217], SEEK_CUR) = 0 +15567 close(5) = 0 +15567 stat64("/etc/perl/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/vars.pm", 0xbfffd2cc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/vars.pmc", 0xbfffd3bc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd1e6, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd1e6, 1) = 0 +15567 open("/usr/share/perl/5.8/vars.pm", O_RDONLY|O_LARGEFILE) = 5 +15567 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd0e8) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(5, 0, [0], SEEK_CUR) = 0 +15567 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 4096) = 1149 +15567 stat64("/etc/perl/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/warnings/register.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/warnings/register.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffcd46, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffcd46, 1) = 0 +15567 open("/usr/share/perl/5.8/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 +15567 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffcc48) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(6, 0, [0], SEEK_CUR) = 0 +15567 read(6, "package warnings::register;\n\nour"..., 4096) = 732 +15567 read(6, "", 4096) = 0 +15567 close(6) = 0 +15567 stat64("/etc/perl/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/warnings.pm", 0xbfffce2c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/warnings.pmc", 0xbfffcf1c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/warnings.pm", {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffcd46, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffcd46, 1) = 0 +15567 open("/usr/share/perl/5.8/warnings.pm", O_RDONLY|O_LARGEFILE) = 6 +15567 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffcc48) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(6, 0, [0], SEEK_CUR) = 0 +15567 read(6, "# -*- buffer-read-only: t -*-\n# "..., 4096) = 4096 +15567 stat64("/etc/perl/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Carp.pm", 0xbfffc98c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Carp.pmc", 0xbfffca7c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Carp.pm", {st_mode=S_IFREG|0644, st_size=4112, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffc8a6, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffc8a6, 1) = 0 +15567 open("/usr/share/perl/5.8/Carp.pm", O_RDONLY|O_LARGEFILE) = 7 +15567 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffc7a8) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(7, 0, [0], SEEK_CUR) = 0 +15567 read(7, "package Carp;\n\nour $VERSION = \'1"..., 4096) = 4096 +15567 brk(0x81b4000) = 0x81b4000 +15567 read(7, "gmess @_ }\n\n1;\n", 4096) = 16 +15567 read(7, "", 4096) = 0 +15567 close(7) = 0 +15567 read(6, "\\x00\\x00\\x00\\x00\\x00\", # [27]\n "..., 4096) = 4096 +15567 read(6, "x00\\x20\\x00\", # [42]\n \'untie\'"..., 4096) = 4096 +15567 read(6, "ssage = pop ;\n my ($callers_b"..., 4096) = 730 +15567 read(6, "", 4096) = 0 +15567 close(6) = 0 +15567 _llseek(5, 1148, [1148], SEEK_SET) = 0 +15567 _llseek(5, 0, [1148], SEEK_CUR) = 0 +15567 close(5) = 0 +15567 read(4, "l_. (except \'#\')\n\t\t\t$word=~s/([\\"..., 4096) = 4096 +15567 brk(0x81d5000) = 0x81d5000 +15567 read(4, " for the package, and it will re"..., 4096) = 4096 +15567 read(4, "he line will look like, based on"..., 4096) = 4096 +15567 stat64("/etc/perl/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/File/Glob.pm", 0xbfffd1fc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pm", 0xbfffd1fc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/File/Glob.pm", 0xbfffd1fc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/File/Glob.pm", 0xbfffd1fc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/File/Glob.pm", 0xbfffd1fc) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/File/Glob.pmc", 0xbfffd2ec) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/File/Glob.pm", {st_mode=S_IFREG|0644, st_size=4080, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd116, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd116, 1) = 0 +15567 open("/usr/lib/perl/5.8/File/Glob.pm", O_RDONLY|O_LARGEFILE) = 5 +15567 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd018) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(5, 0, [0], SEEK_CUR) = 0 +15567 read(5, "package File::Glob;\n\nuse strict;"..., 4096) = 4080 +15567 stat64("/etc/perl/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/XSLoader.pm", 0xbfffcd5c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pm", 0xbfffcd5c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/XSLoader.pm", 0xbfffcd5c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/XSLoader.pm", 0xbfffcd5c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/XSLoader.pm", 0xbfffcd5c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/XSLoader.pmc", 0xbfffce4c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3408, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffcc76, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffcc76, 1) = 0 +15567 open("/usr/lib/perl/5.8/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 6 +15567 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffcb78) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(6, 0, [0], SEEK_CUR) = 0 +15567 read(6, "# Generated from XSLoader.pm.PL "..., 4096) = 3408 +15567 _llseek(6, 3407, [3407], SEEK_SET) = 0 +15567 _llseek(6, 0, [3407], SEEK_CUR) = 0 +15567 close(6) = 0 +15567 brk(0x81f6000) = 0x81f6000 +15567 _llseek(5, 4079, [4079], SEEK_SET) = 0 +15567 _llseek(5, 0, [4079], SEEK_CUR) = 0 +15567 close(5) = 0 +15567 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd316, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd316, 1) = 0 +15567 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd2f6, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd2f6, 1) = 0 +15567 open("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", O_RDONLY) = 5 +15567 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\22"..., 512) = 512 +15567 fstat64(5, {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15567 old_mmap(NULL, 16868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x4001f000 +15567 old_mmap(0x40023000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x40023000 +15567 close(5) = 0 +15567 read(4, "turns the arch a package will bu"..., 4096) = 1641 +15567 read(4, "", 4096) = 0 +15567 close(4) = 0 +15567 stat64("/etc/perl/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/etc/perl/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl5/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl5/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pm", 0xbfffd76c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Exporter/Heavy.pmc", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15567 stat64("/usr/share/perl/5.8/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6252, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 60, 0, 0) = 56 +15567 msgrcv( +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15567 <... msgrcv resumed> 1015809, {1, "\3\0\0\0\317<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0, 0) = 56 +15559 msgrcv( +15567 semop(589827, 0xbfffd686, 1) = 0 +15567 open("/usr/share/perl/5.8/Exporter/Heavy.pm", O_RDONLY|O_LARGEFILE) = 4 +15567 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd588) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(4, 0, [0], SEEK_CUR) = 0 +15567 read(4, "package Exporter::Heavy;\n\nuse st"..., 4096) = 4096 +15567 read(4, "he at cost of memory)\n\t my @e"..., 4096) = 2156 +15567 brk(0x8217000) = 0x8217000 +15567 read(4, "", 4096) = 0 +15567 close(4) = 0 +15567 read(3, "", 4096) = 0 +15567 close(3) = 0 +15567 open("debian/control", O_RDONLY|O_LARGEFILE) = 3 +15567 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdb18) = -1 ENOTTY (Inappropriate ioctl for device) +15567 _llseek(3, 0, [0], SEEK_CUR) = 0 +15567 fstat64(3, {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffdbc6, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\17\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\17\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\17\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15567 msgrcv(1015809, {1, "\3\0\0\0\317<\0\0\17\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0, 0) = 56 +15567 semop(589827, 0xbfffdbc6, 1) = 0 +15567 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15567 read(3, "Source: xlhtml\nSection: utils\nPr"..., 4096) = 886 +15567 read(3, "", 4096) = 0 +15567 close(3) = 0 +15567 stat64("debian/control", {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 +15567 getpid() = 15567 +15567 semop(589827, 0xbfffdd76, 1) = 0 +15567 msgsnd(983040, {1, "\3\0\0\0\317<\0\0\20\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\317<\0\0\20\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\317<\0\0\20\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15567 msgrcv(1015809, {1, "\3\0\0\0\317<\0\0\20\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0, 0) = 56 +15567 semop(589827, 0xbfffdd76, 1) = 0 +15567 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15567 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "dh_testroot\n", 12) = 12 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15568 +15566 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15566 wait4(-1, +15568 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15568 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15568 getpid() = 15568 +15568 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15568 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15568 getpid() = 15568 +15568 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15568 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15568 execve("/usr/sbin/dh_testroot", ["dh_testroot"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15568 getpid() = 15568 +15568 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15568 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15568 execve("/usr/bin/dh_testroot", ["dh_testroot"], [/* 16 vars */]) = 0 +15568 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15568 brk(0) = 0x8150a60 +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15568 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/tls", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/i686", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe2b8) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15568 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15568 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15568 close(3) = 0 +15568 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15568 open("/usr/lib32/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib32/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib32/libfakeroot", 0xbfffe1e0) = -1 ENOENT (No such file or directory) +15568 open("/etc/ld.so.cache", O_RDONLY) = 3 +15568 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15568 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15568 close(3) = 0 +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 open("/lib/libdl.so.2", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15568 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15568 old_mmap(0x40027000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40027000 +15568 close(3) = 0 +15568 open("/usr/lib/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 open("/lib/libm.so.6", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15568 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15568 old_mmap(0x4004d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x4004d000 +15568 close(3) = 0 +15568 open("/usr/lib/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15568 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4004f000 +15568 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40050000 +15568 old_mmap(0x4005f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x4005f000 +15568 old_mmap(0x40061000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40061000 +15568 close(3) = 0 +15568 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 open("/lib/libc.so.6", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15568 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400a3000 +15568 old_mmap(0x401bd000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401bd000 +15568 old_mmap(0x401c5000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c5000 +15568 close(3) = 0 +15568 open("/usr/lib/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 open("/usr/lib64/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15568 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15568 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15568 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15568 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15568 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c7000 +15568 old_mmap(0x401cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401cc000 +15568 old_mmap(0x401ce000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401ce000 +15568 close(3) = 0 +15568 mprotect(0x401bd000, 20480, PROT_READ) = 0 +15568 munmap(0x4001f000, 23038) = 0 +15568 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15568 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15568 getpid() = 15568 +15568 rt_sigaction(SIGRTMIN, {0x400583a0, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_1, {0x40058430, [RTMIN], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15568 rt_sigaction(SIGRT_2, {0x40057f00, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15568 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15568 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15568 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, 0, 2b8009, 0, 18, 0, 2e000018, 2e, 67c029, 0, 30, 0, 63000020, 61706d6f, 74, 0, 67c028, 0, 40, 0, 72000020, 73656c75, 0, 0, 67c027, 0, 60, 0}, 2, 0xbfffe724, 30, (nil), 0}) = 0 +15568 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15568 brk(0) = 0x8150a60 +15568 brk(0x8171a60) = 0x8171a60 +15568 brk(0x8172000) = 0x8172000 +15568 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401f5000 +15568 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15568 read(3, "\235\v&\335", 4) = 4 +15568 close(3) = 0 +15568 time([1142898181]) = 1142898181 +15568 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffe750) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffe750) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffe750) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.7", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.7", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.6", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.6", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15568 msgget(1218771332, IPC_CREAT|0600) = 983040 +15568 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15568 getpid() = 15568 +15568 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15568 semop(589827, 0xbfffe766, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffe766, 1) = 0 +15568 stat64("/usr/local/share/perl/5.8.4", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.3", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.3", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.2", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.2", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.1", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.1", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.0", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.0", 0xbfffe8a0) = -1 ENOENT (No such file or directory) +15568 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15568 _llseek(0, 0, 0xbfffe5f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15568 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15568 _llseek(1, 0, 0xbfffe5f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15568 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15568 _llseek(2, 0, 0xbfffe5f0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15568 open("/usr/bin/dh_testroot", O_RDONLY|O_LARGEFILE) = 3 +15568 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe668) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(3, 0, [0], SEEK_CUR) = 0 +15568 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15568 fstat64(3, {st_mode=S_IFREG|0755, st_size=569, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffe676, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\273B\7\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\273B\7\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\273B\7\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\273B\7\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffe676, 1) = 0 +15568 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15568 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15568 getpid() = 15568 +15568 getppid() = 15566 +15568 read(3, "#!/usr/bin/perl -w\n\n=head1 NAME\n"..., 4096) = 569 +15568 stat64("/etc/perl/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/strict.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 4 +15568 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe088) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(4, 0, [0], SEEK_CUR) = 0 +15568 read(4, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15568 brk(0x8193000) = 0x8193000 +15568 _llseek(4, 598, [598], SEEK_SET) = 0 +15568 _llseek(4, 0, [598], SEEK_CUR) = 0 +15568 close(4) = 0 +15568 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", {st_mode=S_IFREG|0644, st_size=18025, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 open("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", O_RDONLY|O_LARGEFILE) = 4 +15568 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe088) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(4, 0, [0], SEEK_CUR) = 0 +15568 read(4, "#!/usr/bin/perl -w\n#\n# Library f"..., 4096) = 4096 +15568 stat64("/etc/perl/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffdce6, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffdce6, 1) = 0 +15568 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 5 +15568 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdbe8) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(5, 0, [0], SEEK_CUR) = 0 +15568 read(5, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15568 _llseek(5, 2217, [2217], SEEK_SET) = 0 +15568 _llseek(5, 0, [2217], SEEK_CUR) = 0 +15568 close(5) = 0 +15568 stat64("/etc/perl/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/vars.pm", 0xbfffddcc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/vars.pmc", 0xbfffdebc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffdce6, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffdce6, 1) = 0 +15568 open("/usr/share/perl/5.8/vars.pm", O_RDONLY|O_LARGEFILE) = 5 +15568 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdbe8) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(5, 0, [0], SEEK_CUR) = 0 +15568 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 4096) = 1149 +15568 stat64("/etc/perl/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/warnings/register.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/warnings/register.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffd846, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffd846, 1) = 0 +15568 open("/usr/share/perl/5.8/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 +15568 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd748) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(6, 0, [0], SEEK_CUR) = 0 +15568 read(6, "package warnings::register;\n\nour"..., 4096) = 732 +15568 read(6, "", 4096) = 0 +15568 close(6) = 0 +15568 stat64("/etc/perl/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/warnings.pm", 0xbfffd92c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/warnings.pmc", 0xbfffda1c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/warnings.pm", {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffd846, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffd846, 1) = 0 +15568 open("/usr/share/perl/5.8/warnings.pm", O_RDONLY|O_LARGEFILE) = 6 +15568 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd748) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(6, 0, [0], SEEK_CUR) = 0 +15568 read(6, "# -*- buffer-read-only: t -*-\n# "..., 4096) = 4096 +15568 stat64("/etc/perl/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Carp.pm", 0xbfffd48c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Carp.pmc", 0xbfffd57c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Carp.pm", {st_mode=S_IFREG|0644, st_size=4112, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffd3a6, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffd3a6, 1) = 0 +15568 open("/usr/share/perl/5.8/Carp.pm", O_RDONLY|O_LARGEFILE) = 7 +15568 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd2a8) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(7, 0, [0], SEEK_CUR) = 0 +15568 read(7, "package Carp;\n\nour $VERSION = \'1"..., 4096) = 4096 +15568 brk(0x81b4000) = 0x81b4000 +15568 read(7, "gmess @_ }\n\n1;\n", 4096) = 16 +15568 read(7, "", 4096) = 0 +15568 close(7) = 0 +15568 read(6, "\\x00\\x00\\x00\\x00\\x00\", # [27]\n "..., 4096) = 4096 +15568 read(6, "x00\\x20\\x00\", # [42]\n \'untie\'"..., 4096) = 4096 +15568 read(6, "ssage = pop ;\n my ($callers_b"..., 4096) = 730 +15568 read(6, "", 4096) = 0 +15568 close(6) = 0 +15568 _llseek(5, 1148, [1148], SEEK_SET) = 0 +15568 _llseek(5, 0, [1148], SEEK_CUR) = 0 +15568 close(5) = 0 +15568 read(4, "l_. (except \'#\')\n\t\t\t$word=~s/([\\"..., 4096) = 4096 +15568 brk(0x81d5000) = 0x81d5000 +15568 read(4, " for the package, and it will re"..., 4096) = 4096 +15568 read(4, "he line will look like, based on"..., 4096) = 4096 +15568 stat64("/etc/perl/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/File/Glob.pm", 0xbfffdcfc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pm", 0xbfffdcfc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/File/Glob.pm", 0xbfffdcfc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/File/Glob.pm", 0xbfffdcfc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/File/Glob.pm", 0xbfffdcfc) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/File/Glob.pmc", 0xbfffddec) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/File/Glob.pm", {st_mode=S_IFREG|0644, st_size=4080, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffdc16, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffdc16, 1) = 0 +15568 open("/usr/lib/perl/5.8/File/Glob.pm", O_RDONLY|O_LARGEFILE) = 5 +15568 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdb18) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(5, 0, [0], SEEK_CUR) = 0 +15568 read(5, "package File::Glob;\n\nuse strict;"..., 4096) = 4080 +15568 stat64("/etc/perl/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/XSLoader.pm", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pm", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/XSLoader.pm", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/XSLoader.pm", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/XSLoader.pm", 0xbfffd85c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/XSLoader.pmc", 0xbfffd94c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3408, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffd776, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffd776, 1) = 0 +15568 open("/usr/lib/perl/5.8/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 6 +15568 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd678) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(6, 0, [0], SEEK_CUR) = 0 +15568 read(6, "# Generated from XSLoader.pm.PL "..., 4096) = 3408 +15568 _llseek(6, 3407, [3407], SEEK_SET) = 0 +15568 _llseek(6, 0, [3407], SEEK_CUR) = 0 +15568 close(6) = 0 +15568 brk(0x81f6000) = 0x81f6000 +15568 _llseek(5, 4079, [4079], SEEK_SET) = 0 +15568 _llseek(5, 0, [4079], SEEK_CUR) = 0 +15568 close(5) = 0 +15568 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffde16, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffde16, 1) = 0 +15568 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffddf6, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffddf6, 1) = 0 +15568 open("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", O_RDONLY) = 5 +15568 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\22"..., 512) = 512 +15568 fstat64(5, {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15568 old_mmap(NULL, 16868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x4001f000 +15568 old_mmap(0x40023000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x40023000 +15568 close(5) = 0 +15568 read(4, "turns the arch a package will bu"..., 4096) = 1641 +15568 read(4, "", 4096) = 0 +15568 close(4) = 0 +15568 stat64("/etc/perl/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/etc/perl/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl5/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl5/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pm", 0xbfffe26c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Exporter/Heavy.pmc", 0xbfffe35c) = -1 ENOENT (No such file or directory) +15568 stat64("/usr/share/perl/5.8/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6252, ...}) = 0 +15568 getpid() = 15568 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 msgsnd(983040, {1, "\3\0\0\0\320<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\320<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\320<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15568 msgrcv(1015809, {1, "\3\0\0\0\320<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0, 0) = 56 +15568 semop(589827, 0xbfffe186, 1) = 0 +15568 open("/usr/share/perl/5.8/Exporter/Heavy.pm", O_RDONLY|O_LARGEFILE) = 4 +15568 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffe088) = -1 ENOTTY (Inappropriate ioctl for device) +15568 _llseek(4, 0, [0], SEEK_CUR) = 0 +15568 read(4, "package Exporter::Heavy;\n\nuse st"..., 4096) = 4096 +15568 read(4, "he at cost of memory)\n\t my @e"..., 4096) = 2156 +15568 brk(0x8217000) = 0x8217000 +15568 read(4, "", 4096) = 0 +15568 close(4) = 0 +15568 read(3, "", 4096) = 0 +15568 close(3) = 0 +15568 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15568 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "rm -f build-stamp configure-stam"..., 34) = 34 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15569 +15566 rt_sigprocmask(SIG_SETMASK, [], +15569 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15569 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15569 getpid() = 15569 +15569 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15569 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15569 getpid() = 15569 +15569 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15569 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15569 execve("/usr/sbin/rm", ["rm", "-f", "build-stamp", "configure-stamp"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15569 getpid() = 15569 +15569 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15569 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15569 execve("/usr/bin/rm", ["rm", "-f", "build-stamp", "configure-stamp"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15569 getpid() = 15569 +15569 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15569 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15569 execve("/sbin/rm", ["rm", "-f", "build-stamp", "configure-stamp"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15569 getpid() = 15569 +15569 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15569 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15569 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15569 execve("/bin/rm", ["rm", "-f", "build-stamp", "configure-stamp"], [/* 16 vars */]) = 0 +15569 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15569 brk(0) = 0x8050c88 +15569 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15569 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15569 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/tls", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/i686", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd9c8) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15569 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15569 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15569 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15569 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15569 close(3) = 0 +15569 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15569 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 stat64("/usr/lib32/libfakeroot", 0xbfffd8f0) = -1 ENOENT (No such file or directory) +15569 open("/etc/ld.so.cache", O_RDONLY) = 3 +15569 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15569 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15569 close(3) = 0 +15569 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15569 open("/lib/libc.so.6", O_RDONLY) = 3 +15569 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15569 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15569 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15569 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15569 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15569 close(3) = 0 +15569 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15569 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15569 open("/lib/libdl.so.2", O_RDONLY) = 3 +15569 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15569 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15569 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15569 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15569 close(3) = 0 +15569 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15569 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15569 munmap(0x4001f000, 23038) = 0 +15569 brk(0) = 0x8050c88 +15569 brk(0x8071c88) = 0x8071c88 +15569 brk(0x8072000) = 0x8072000 +15569 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15569 lstat64("build-stamp", 0xbfffde3c) = -1 ENOENT (No such file or directory) +15569 lstat64("configure-stamp", 0xbfffde3c) = -1 ENOENT (No such file or directory) +15569 brk(0x8071000) = 0x8071000 +15569 close(1) = 0 +15569 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15569 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "# Add here commands to clean up "..., 57) = 57 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15570 +15566 rt_sigprocmask(SIG_SETMASK, [], +15570 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15570 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15570 getpid() = 15570 +15570 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15570 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15570 getpid() = 15570 +15570 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15570 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15570 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15570 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15570 execve("/bin/sh", ["/bin/sh", "-c", "# Add here commands to clean up "...], [/* 16 vars */]) = 0 +15570 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15570 brk(0) = 0x80f464c +15570 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15570 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15570 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/tls", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/i686", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd828) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15570 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15570 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15570 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15570 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15570 close(3) = 0 +15570 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15570 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 stat64("/usr/lib32/libfakeroot", 0xbfffd750) = -1 ENOENT (No such file or directory) +15570 open("/etc/ld.so.cache", O_RDONLY) = 3 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15570 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15570 close(3) = 0 +15570 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15570 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15570 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15570 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15570 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15570 close(3) = 0 +15570 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15570 open("/lib/libdl.so.2", O_RDONLY) = 3 +15570 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15570 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15570 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15570 close(3) = 0 +15570 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15570 open("/lib/libc.so.6", O_RDONLY) = 3 +15570 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15570 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15570 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15570 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15570 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15570 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15570 close(3) = 0 +15570 mprotect(0x40187000, 20480, PROT_READ) = 0 +15570 munmap(0x4001f000, 23038) = 0 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15570 close(3) = 0 +15570 brk(0) = 0x80f464c +15570 brk(0x80f5000) = 0x80f5000 +15570 brk(0x80f6000) = 0x80f6000 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 time(NULL) = 1142898181 +15570 brk(0x80f7000) = 0x80f7000 +15570 brk(0x80f8000) = 0x80f8000 +15570 open("/etc/mtab", O_RDONLY) = 3 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15570 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15570 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15570 close(3) = 0 +15570 munmap(0x4001f000, 4096) = 0 +15570 open("/proc/meminfo", O_RDONLY) = 3 +15570 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15570 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15570 read(3, " total: used: free:"..., 8192) = 650 +15570 close(3) = 0 +15570 munmap(0x4001f000, 8192) = 0 +15570 brk(0x80f9000) = 0x80f9000 +15570 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15570 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15570 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15570 msgget(1218771332, IPC_CREAT|0600) = 983040 +15570 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15570 getpid() = 15570 +15570 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15570 semop(589827, 0xbfffdc66, 1) = 0 +15570 msgsnd(983040, {1, "\3\0\0\0\322<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\322<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\322<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15570 msgrcv(1015809, {1, "\3\0\0\0\322<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15570 semop(589827, 0xbfffdc66, 1) = 0 +15570 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15570 getpid() = 15570 +15570 semop(589827, 0xbfffdc66, 1) = 0 +15570 msgsnd(983040, {1, "\3\0\0\0\322<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\322<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\322<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15570 msgrcv(1015809, {1, "\3\0\0\0\322<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15570 semop(589827, 0xbfffdc66, 1) = 0 +15570 getpid() = 15570 +15570 getppid() = 15566 +15570 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15570 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15570 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15570 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15570 close(3) = 0 +15570 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15570 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15570 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15570 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15570 close(3) = 0 +15570 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15570 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15570 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15570 read(3, "", 4096) = 0 +15570 close(3) = 0 +15570 munmap(0x4001f000, 4096) = 0 +15570 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15570 open("/etc/ld.so.cache", O_RDONLY) = 3 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15570 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15570 close(3) = 0 +15570 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15570 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15570 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15570 brk(0x80fa000) = 0x80fa000 +15570 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15570 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15570 close(3) = 0 +15570 munmap(0x4001f000, 23038) = 0 +15570 open("/etc/passwd", O_RDONLY) = 3 +15570 fcntl64(3, F_GETFD) = 0 +15570 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15570 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15570 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15570 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15570 close(3) = 0 +15570 munmap(0x4001f000, 4096) = 0 +15570 brk(0x80fb000) = 0x80fb000 +15570 getpgrp() = 15516 +15570 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 brk(0x80fc000) = 0x80fc000 +15570 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15570 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15570 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "/usr/bin/make distclean\n", 24) = 24 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15571 +15566 rt_sigprocmask(SIG_SETMASK, [], +15571 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15571 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15571 getpid() = 15571 +15571 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15571 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15571 getpid() = 15571 +15571 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15571 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15571 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15571 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15571 execve("/usr/bin/make", ["/usr/bin/make", "distclean"], [/* 16 vars */]) = 0 +15571 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15571 brk(0) = 0x806cca4 +15571 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15571 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15571 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/tls", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/i686", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd6c8) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15571 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15571 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15571 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15571 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15571 close(3) = 0 +15571 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/tls/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/tls/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15571 open("/usr/lib32/libfakeroot/tls/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/tls/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/tls/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/tls/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/i686/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/i686/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/cmov/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib32/libfakeroot/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/lib32/libfakeroot", 0xbfffd5f0) = -1 ENOENT (No such file or directory) +15571 open("/etc/ld.so.cache", O_RDONLY) = 3 +15571 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15571 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15571 close(3) = 0 +15571 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15571 open("/lib/librt.so.1", O_RDONLY) = 3 +15571 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\36"..., 512) = 512 +15571 fstat64(3, {st_mode=S_IFREG|0644, st_size=30616, ...}) = 0 +15571 old_mmap(NULL, 77496, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15571 old_mmap(0x4002c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x4002c000 +15571 old_mmap(0x4002e000, 40632, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4002e000 +15571 close(3) = 0 +15571 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15571 open("/lib/libc.so.6", O_RDONLY) = 3 +15571 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15571 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15571 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40038000 +15571 old_mmap(0x40152000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40152000 +15571 old_mmap(0x4015a000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4015a000 +15571 close(3) = 0 +15571 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15571 open("/lib/libdl.so.2", O_RDONLY) = 3 +15571 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15571 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15571 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4015c000 +15571 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4015d000 +15571 old_mmap(0x4015f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4015f000 +15571 close(3) = 0 +15571 open("/usr/lib/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 open("/usr/lib64/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15571 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15571 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15571 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15571 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15571 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40161000 +15571 old_mmap(0x40170000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x40170000 +15571 old_mmap(0x40172000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40172000 +15571 close(3) = 0 +15571 mprotect(0x40152000, 20480, PROT_READ) = 0 +15571 munmap(0x4001f000, 23038) = 0 +15571 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15571 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15571 getpid() = 15571 +15571 rt_sigaction(SIGRTMIN, {0x401693a0, [], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15571 rt_sigaction(SIGRT_1, {0x40169430, [RTMIN], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15571 rt_sigaction(SIGRT_2, {0x40168f00, [], SA_RESTORER, 0x40061508}, NULL, 8) = 0 +15571 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15571 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15571 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, 0, 2b8009, 0, 18, 0, 2e000018, 2e, 67c029, 0, 30, 0, 63000020, 61706d6f, 74, 0, 67c028, 0, 40, 0, 72000020, 73656c75, 0, 0, 67c027, 0, 60, 0}, 2, 0xbfffdb34, 30, (nil), 0}) = 0 +15571 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15571 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15571 brk(0) = 0x806cca4 +15571 brk(0x808dca4) = 0x808dca4 +15571 brk(0x808e000) = 0x808e000 +15571 rt_sigaction(SIGHUP, {0x4016dfc0, [HUP], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGQUIT, {0x4016dfc0, [QUIT], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGINT, {0x4016dfc0, [INT], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGTERM, {0x4016dfc0, [TERM], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGXCPU, {0x4016dfc0, [XCPU], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGXFSZ, {0x4016dfc0, [XFSZ], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15571 getcwd("/usr/local/src/xlhtml-0.5.1", 4096) = 28 +15571 stat64("/usr/include", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15571 msgget(1218771332, IPC_CREAT|0600) = 983040 +15571 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15571 getpid() = 15571 +15571 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 msgsnd(983040, {1, "\3\0\0\0\323<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\323<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\323<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15571 msgrcv(1015809, {1, "\3\0\0\0\323<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0, 0) = 56 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 stat64("/usr/gnu/include", 0xbfffc56c) = -1 ENOENT (No such file or directory) +15571 stat64("/usr/local/include", {st_mode=S_IFDIR|S_ISGID|0775, st_size=4096, ...}) = 0 +15571 getpid() = 15571 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 msgsnd(983040, {1, "\3\0\0\0\323<\0\0\2\0\0\0\0\0\0\0002\0\0\0\1@\214\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\323<\0\0\2\0\0\0\0\0\0\0002\0\0\0\1@\214\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\323<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1@\214\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15571 msgrcv(1015809, {1, "\3\0\0\0\323<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\1@\214\0\0\0"...}, 56, 0, 0) = 56 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 stat64("/usr/include", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15571 getpid() = 15571 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 msgsnd(983040, {1, "\3\0\0\0\323<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\323<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\323<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15571 msgrcv(1015809, {1, "\3\0\0\0\323<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\1\0\10\0\0\0"...}, 56, 0, 0) = 56 +15571 semop(589827, 0xbfffc476, 1) = 0 +15571 rt_sigaction(SIGCHLD, {0x4016dfc0, [CHLD], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 rt_sigaction(SIGUSR1, {0x4016dfc0, [USR1], SA_RESTORER|SA_RESTART, 0x40061508}, {SIG_DFL}, 8) = 0 +15571 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15571 getpid() = 15571 +15571 semop(589827, 0xbfffc396, 1) = 0 +15571 msgsnd(983040, {1, "\3\0\0\0\323<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\323<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\323<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15571 msgrcv(1015809, {1, "\3\0\0\0\323<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15571 semop(589827, 0xbfffc396, 1) = 0 +15571 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15571 open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15571 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15571 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15571 getdents64(3, /* 28 entries */, 4096) = 864 +15571 getdents64(3, /* 0 entries */, 4096) = 0 +15571 close(3) = 0 +15571 stat64("RCS", 0xbfffc4d4) = -1 ENOENT (No such file or directory) +15571 stat64("SCCS", 0xbfffc4d4) = -1 ENOENT (No such file or directory) +15571 stat64("GNUmakefile", 0xbfffc4dc) = -1 ENOENT (No such file or directory) +15571 stat64("makefile", 0xbfffc4dc) = -1 ENOENT (No such file or directory) +15571 stat64("Makefile", 0xbfffc4dc) = -1 ENOENT (No such file or directory) +15571 stat64("distclean", 0xbfffc3fc) = -1 ENOENT (No such file or directory) +15571 fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 +15571 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15571 write(1, "make[1]: Entering directory `/us"..., 58) = 58 +15571 write(2, "make[1]: *** ", 13) = 13 +15571 write(2, "No rule to make target `distclea"..., 34) = 34 +15571 write(2, ". Stop.\n", 9) = 9 +15571 chdir("/usr/local/src/xlhtml-0.5.1") = 0 +15571 write(1, "make[1]: Leaving directory `/usr"..., 57) = 57 +15571 close(1) = 0 +15571 munmap(0x4001f000, 4096) = 0 +15571 exit_group(2) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 2}], 0, NULL) = 15571 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(2, "make: ", 6) = 6 +15566 write(2, "[clean] Error 2 (ignored)", 25) = 25 +15566 write(2, "\n", 1) = 1 +15566 write(1, "test -r /usr/share/misc/config.s"..., 40) = 40 +15566 write(1, "\t cp -f /usr/share/misc/config"..., 48) = 48 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15572 +15566 rt_sigprocmask(SIG_SETMASK, [], +15572 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15572 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15572 getpid() = 15572 +15572 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15572 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15572 getpid() = 15572 +15572 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15572 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15572 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15572 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15572 execve("/bin/sh", ["/bin/sh", "-c", "test -r /usr/share/misc/config.s"...], [/* 16 vars */]) = 0 +15572 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15572 brk(0) = 0x80f464c +15572 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15572 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15572 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/tls/i686", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/tls", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/i686", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib/libfakeroot/cmov", 0xbffff288) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15572 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15572 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15572 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15572 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15572 close(3) = 0 +15572 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/tls", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/i686", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15572 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/tls", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/i686", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot/cmov", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/lib32/libfakeroot", 0xbffff1b0) = -1 ENOENT (No such file or directory) +15572 open("/etc/ld.so.cache", O_RDONLY) = 3 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15572 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15572 close(3) = 0 +15572 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15572 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15572 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15572 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15572 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15572 close(3) = 0 +15572 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15572 open("/lib/libdl.so.2", O_RDONLY) = 3 +15572 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15572 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15572 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15572 close(3) = 0 +15572 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15572 open("/lib/libc.so.6", O_RDONLY) = 3 +15572 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15572 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15572 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15572 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15572 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15572 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15572 close(3) = 0 +15572 mprotect(0x40187000, 20480, PROT_READ) = 0 +15572 munmap(0x4001f000, 23038) = 0 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15572 close(3) = 0 +15572 brk(0) = 0x80f464c +15572 brk(0x80f5000) = 0x80f5000 +15572 brk(0x80f6000) = 0x80f6000 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 time(NULL) = 1142898181 +15572 brk(0x80f7000) = 0x80f7000 +15572 brk(0x80f8000) = 0x80f8000 +15572 open("/etc/mtab", O_RDONLY) = 3 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15572 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15572 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15572 close(3) = 0 +15572 munmap(0x4001f000, 4096) = 0 +15572 open("/proc/meminfo", O_RDONLY) = 3 +15572 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15572 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15572 read(3, " total: used: free:"..., 8192) = 650 +15572 close(3) = 0 +15572 munmap(0x4001f000, 8192) = 0 +15572 brk(0x80f9000) = 0x80f9000 +15572 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15572 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15572 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15572 msgget(1218771332, IPC_CREAT|0600) = 983040 +15572 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15572 getpid() = 15572 +15572 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15572 semop(589827, 0xbffff6c6, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbffff6c6, 1) = 0 +15572 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15572 getpid() = 15572 +15572 semop(589827, 0xbffff6c6, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbffff6c6, 1) = 0 +15572 getpid() = 15572 +15572 getppid() = 15566 +15572 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15572 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15572 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15572 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15572 close(3) = 0 +15572 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15572 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15572 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15572 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15572 close(3) = 0 +15572 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15572 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15572 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15572 read(3, "", 4096) = 0 +15572 close(3) = 0 +15572 munmap(0x4001f000, 4096) = 0 +15572 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15572 open("/etc/ld.so.cache", O_RDONLY) = 3 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15572 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15572 close(3) = 0 +15572 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15572 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15572 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15572 brk(0x80fa000) = 0x80fa000 +15572 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15572 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15572 close(3) = 0 +15572 munmap(0x4001f000, 23038) = 0 +15572 open("/etc/passwd", O_RDONLY) = 3 +15572 fcntl64(3, F_GETFD) = 0 +15572 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15572 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15572 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15572 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15572 close(3) = 0 +15572 munmap(0x4001f000, 4096) = 0 +15572 brk(0x80fb000) = 0x80fb000 +15572 getpgrp() = 15516 +15572 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 brk(0x80fc000) = 0x80fc000 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15572 stat64("/usr/share/misc/config.sub", {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15572 getpid() = 15572 +15572 semop(589827, 0xbfffef96, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbfffef96, 1) = 0 +15572 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15572 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15572 getpid() = 15572 +15572 semop(589827, 0xbffff0c6, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbffff0c6, 1) = 0 +15572 stat64("/usr/sbin/cp", 0xbffff0e8) = -1 ENOENT (No such file or directory) +15572 stat64("/usr/bin/cp", 0xbffff0e8) = -1 ENOENT (No such file or directory) +15572 stat64("/sbin/cp", 0xbffff0e8) = -1 ENOENT (No such file or directory) +15572 stat64("/bin/cp", {st_mode=S_IFREG|0755, st_size=55124, ...}) = 0 +15572 getpid() = 15572 +15572 semop(589827, 0xbffff006, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbffff006, 1) = 0 +15572 stat64("/bin/cp", {st_mode=S_IFREG|0755, st_size=55124, ...}) = 0 +15572 getpid() = 15572 +15572 semop(589827, 0xbffff036, 1) = 0 +15572 msgsnd(983040, {1, "\3\0\0\0\324<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\324<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\324<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15572 msgrcv(1015809, {1, "\3\0\0\0\324<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15572 semop(589827, 0xbffff036, 1) = 0 +15572 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +15572 fork() = 15573 +15572 rt_sigprocmask(SIG_SETMASK, [], +15573 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15572 <... rt_sigprocmask resumed> NULL, 8) = 0 +15573 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15572 rt_sigprocmask(SIG_BLOCK, [CHLD], +15573 getpid( +15572 <... rt_sigprocmask resumed> [], 8) = 0 +15573 <... getpid resumed> ) = 15573 +15572 rt_sigprocmask(SIG_SETMASK, [], +15573 rt_sigprocmask(SIG_SETMASK, [], +15572 <... rt_sigprocmask resumed> NULL, 8) = 0 +15573 <... rt_sigprocmask resumed> NULL, 8) = 0 +15572 rt_sigprocmask(SIG_BLOCK, [CHLD], +15573 rt_sigaction(SIGTSTP, {SIG_DFL}, +15572 <... rt_sigprocmask resumed> [], 8) = 0 +15573 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15572 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x40096508}, +15573 rt_sigaction(SIGTTIN, {SIG_DFL}, +15572 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15573 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15572 waitpid(-1, +15573 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15573 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15573 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15573 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x40096508}, 8) = 0 +15573 execve("/bin/cp", ["cp", "-f", "/usr/share/misc/config.sub", "config.sub"], [/* 16 vars */]) = 0 +15573 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15573 brk(0) = 0x8055450 +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15573 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/tls/i686", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/tls", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/i686", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/libfakeroot/cmov", 0xbffff0c8) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15573 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15573 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15573 close(3) = 0 +15573 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/tls/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/tls/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/tls/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/tls/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/tls", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/i686", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 open("/usr/lib32/libfakeroot/tls/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/tls/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/tls/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/tls/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/tls", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/i686", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib32/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib32/libfakeroot", 0xbfffeff0) = -1 ENOENT (No such file or directory) +15573 open("/etc/ld.so.cache", O_RDONLY) = 3 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15573 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15573 close(3) = 0 +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libacl.so.1", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\23"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=27900, ...}) = 0 +15573 old_mmap(NULL, 30872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15573 old_mmap(0x4002c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x4002c000 +15573 close(3) = 0 +15573 open("/usr/lib/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libselinux.so.1", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2201\0"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=75508, ...}) = 0 +15573 old_mmap(NULL, 76816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002d000 +15573 old_mmap(0x4003f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x4003f000 +15573 close(3) = 0 +15573 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libc.so.6", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15573 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40040000 +15573 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40041000 +15573 old_mmap(0x4015b000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4015b000 +15573 old_mmap(0x40163000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40163000 +15573 close(3) = 0 +15573 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libdl.so.2", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15573 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40165000 +15573 old_mmap(0x40167000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40167000 +15573 close(3) = 0 +15573 open("/usr/lib/libfakeroot/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libattr.so.1", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\f\0"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=14244, ...}) = 0 +15573 old_mmap(NULL, 17200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40169000 +15573 old_mmap(0x4016d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x4016d000 +15573 close(3) = 0 +15573 open("/usr/lib/libfakeroot/libsepol.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libsepol.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/libsepol.so.1", O_RDONLY) = 3 +15573 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\"\0"..., 512) = 512 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=194624, ...}) = 0 +15573 old_mmap(NULL, 235876, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4016e000 +15573 old_mmap(0x4019d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x4019d000 +15573 old_mmap(0x4019e000, 39268, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4019e000 +15573 close(3) = 0 +15573 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401a8000 +15573 mprotect(0x4015b000, 20480, PROT_READ) = 0 +15573 munmap(0x4001f000, 23038) = 0 +15573 access("/etc/selinux/", F_OK) = -1 ENOENT (No such file or directory) +15573 brk(0) = 0x8055450 +15573 brk(0x8076450) = 0x8076450 +15573 brk(0x8077000) = 0x8077000 +15573 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 +15573 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15573 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15573 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 8192) = 4056 +15573 read(3, "/dev/mvfs /scm_jnk_rcitest1 mvfs"..., 8192) = 3474 +15573 read(3, "", 8192) = 0 +15573 brk(0x8076000) = 0x8076000 +15573 close(3) = 0 +15573 munmap(0x4001f000, 8192) = 0 +15573 open("/usr/lib/libfakeroot/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib64/libfakeroot/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 open("/etc/ld.so.cache", O_RDONLY) = 3 +15573 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15573 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15573 close(3) = 0 +15573 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15573 open("/lib/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/tls/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/tls/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/tls/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 open("/lib/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15573 open("/usr/lib/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/tls/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/tls/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/tls/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/tls", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 open("/usr/lib/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 open("/usr/lib/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15573 open("/lib/i486-linux-gnu/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/tls/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/tls/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/tls/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/tls", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/lib/i486-linux-gnu/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/lib/i486-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 open("/usr/lib/i486-linux-gnu/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/tls/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/tls/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/tls/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/tls", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/i686/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/i686", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu/cmov", 0xbffff1fc) = -1 ENOENT (No such file or directory) +15573 open("/usr/lib/i486-linux-gnu/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15573 stat64("/usr/lib/i486-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15573 munmap(0x4001f000, 23038) = 0 +15573 open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 3 +15573 read(3, "nodev\trootfs\nnodev\tbdev\nnodev\tpr"..., 4095) = 154 +15573 close(3) = 0 +15573 stat64("config.sub", {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15573 msgget(1218771332, IPC_CREAT|0600) = 983040 +15573 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15573 getpid() = 15573 +15573 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15573 semop(589827, 0xbffff626, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\1\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\1\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\1\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\1\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff626, 1) = 0 +15573 stat64("/usr/share/misc/config.sub", {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15573 getpid() = 15573 +15573 semop(589827, 0xbffff386, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff386, 1) = 0 +15573 stat64("config.sub", {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15573 getpid() = 15573 +15573 semop(589827, 0xbffff386, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\3\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\3\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\3\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\3\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff386, 1) = 0 +15573 open("/usr/share/misc/config.sub", O_RDONLY|O_LARGEFILE) = 3 +15573 fstat64(3, {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15573 getpid() = 15573 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 open("config.sub", O_WRONLY|O_TRUNC|O_LARGEFILE) = 4 +15573 fstat64(4, {st_mode=S_IFREG|0755, st_size=0, ...}) = 0 +15573 getpid() = 15573 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\5\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\5\0\0\0\354\f\0\0\363\3\0\0<\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\5\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\5\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 fstat64(3, {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15573 getpid() = 15573 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 msgsnd(983040, {1, "\3\0\0\0\325<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\325<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\325<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15573 msgrcv(1015809, {1, "\3\0\0\0\325<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\'\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15573 semop(589827, 0xbffff246, 1) = 0 +15573 read(3, "#! /bin/sh\n# Configuration valid"..., 4096) = 4096 +15573 write(4, "#! /bin/sh\n# Configuration valid"..., 4096) = 4096 +15573 read(3, "`echo $1 | sed \'s/^\\(.*\\)-\\([^-]"..., 4096) = 4096 +15573 write(4, "`echo $1 | sed \'s/^\\(.*\\)-\\([^-]"..., 4096) = 4096 +15573 read(3, "\n\t| ns16k | ns32k \\\n\t| or32 \\\n\t|"..., 4096) = 4096 +15573 write(4, "\n\t| ns16k | ns32k \\\n\t| or32 \\\n\t|"..., 4096) = 4096 +15573 read(3, "\n\t\t;;\n\tamdahl)\n\t\tbasic_machine=5"..., 4096) = 4096 +15573 write(4, "\n\t\t;;\n\tamdahl)\n\t\tbasic_machine=5"..., 4096) = 4096 +15573 read(3, " -irix*)\n\t\t\t;;\n\t\t *)\n\t\t\tos=-"..., 4096) = 4096 +15573 write(4, " -irix*)\n\t\t\t;;\n\t\t *)\n\t\t\tos=-"..., 4096) = 4096 +15573 read(3, "68k\n\t\tos=-coff\n\t\t;;\n\trm[46]00)\n\t"..., 4096) = 4096 +15573 write(4, "68k\n\t\tos=-coff\n\t\t;;\n\trm[46]00)\n\t"..., 4096) = 4096 +15573 read(3, "_machine in\n\t*-digital*)\n\t\tbasic"..., 4096) = 4096 +15573 write(4, "_machine in\n\t*-digital*)\n\t\tbasic"..., 4096) = 4096 +15573 read(3, "t rid of the `-\' at the beginnin"..., 4096) = 3672 +15573 write(4, "t rid of the `-\' at the beginnin"..., 3672) = 3672 +15573 read(3, "", 4096) = 0 +15573 close(4) = 0 +15573 close(3) = 0 +15573 close(1) = 0 +15573 exit_group(0) = ? +15572 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15573 +15572 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15572 --- SIGCHLD (Child exited) @ 0 (0) --- +15572 waitpid(-1, 0xbfffee90, WNOHANG) = -1 ECHILD (No child processes) +15572 sigreturn() = ? (mask now []) +15572 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x40096508}, 8) = 0 +15572 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15572 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "test -r /usr/share/misc/config.g"..., 42) = 42 +15566 write(1, "\t cp -f /usr/share/misc/config"..., 52) = 52 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15574 +15566 rt_sigprocmask(SIG_SETMASK, [], +15574 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15574 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15574 getpid() = 15574 +15574 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15574 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15574 getpid() = 15574 +15574 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15574 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15574 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15574 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15574 execve("/bin/sh", ["/bin/sh", "-c", "test -r /usr/share/misc/config.g"...], [/* 16 vars */]) = 0 +15574 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15574 brk(0) = 0x80f464c +15574 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15574 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15574 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/tls", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/i686", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe878) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15574 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15574 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15574 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15574 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15574 close(3) = 0 +15574 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15574 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/lib32/libfakeroot", 0xbfffe7a0) = -1 ENOENT (No such file or directory) +15574 open("/etc/ld.so.cache", O_RDONLY) = 3 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15574 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15574 close(3) = 0 +15574 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15574 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15574 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15574 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15574 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15574 close(3) = 0 +15574 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15574 open("/lib/libdl.so.2", O_RDONLY) = 3 +15574 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15574 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15574 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15574 close(3) = 0 +15574 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15574 open("/lib/libc.so.6", O_RDONLY) = 3 +15574 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15574 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15574 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15574 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15574 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15574 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15574 close(3) = 0 +15574 mprotect(0x40187000, 20480, PROT_READ) = 0 +15574 munmap(0x4001f000, 23038) = 0 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15574 close(3) = 0 +15574 brk(0) = 0x80f464c +15574 brk(0x80f5000) = 0x80f5000 +15574 brk(0x80f6000) = 0x80f6000 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 time(NULL) = 1142898181 +15574 brk(0x80f7000) = 0x80f7000 +15574 brk(0x80f8000) = 0x80f8000 +15574 open("/etc/mtab", O_RDONLY) = 3 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15574 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15574 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15574 close(3) = 0 +15574 munmap(0x4001f000, 4096) = 0 +15574 open("/proc/meminfo", O_RDONLY) = 3 +15574 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15574 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15574 read(3, " total: used: free:"..., 8192) = 650 +15574 close(3) = 0 +15574 munmap(0x4001f000, 8192) = 0 +15574 brk(0x80f9000) = 0x80f9000 +15574 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15574 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15574 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15574 msgget(1218771332, IPC_CREAT|0600) = 983040 +15574 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15574 getpid() = 15574 +15574 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15574 semop(589827, 0xbfffecb6, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffecb6, 1) = 0 +15574 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15574 getpid() = 15574 +15574 semop(589827, 0xbfffecb6, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffecb6, 1) = 0 +15574 getpid() = 15574 +15574 getppid() = 15566 +15574 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15574 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15574 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15574 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15574 close(3) = 0 +15574 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15574 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15574 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15574 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15574 close(3) = 0 +15574 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15574 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15574 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15574 read(3, "", 4096) = 0 +15574 close(3) = 0 +15574 munmap(0x4001f000, 4096) = 0 +15574 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15574 open("/etc/ld.so.cache", O_RDONLY) = 3 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15574 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15574 close(3) = 0 +15574 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15574 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15574 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15574 brk(0x80fa000) = 0x80fa000 +15574 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15574 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15574 close(3) = 0 +15574 munmap(0x4001f000, 23038) = 0 +15574 open("/etc/passwd", O_RDONLY) = 3 +15574 fcntl64(3, F_GETFD) = 0 +15574 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15574 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15574 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15574 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15574 close(3) = 0 +15574 munmap(0x4001f000, 4096) = 0 +15574 brk(0x80fb000) = 0x80fb000 +15574 getpgrp() = 15516 +15574 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 brk(0x80fc000) = 0x80fc000 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +15574 stat64("/usr/share/misc/config.guess", {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15574 getpid() = 15574 +15574 semop(589827, 0xbfffe586, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\3\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\3\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\3\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\3\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffe586, 1) = 0 +15574 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15574 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15574 getpid() = 15574 +15574 semop(589827, 0xbfffe6b6, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffe6b6, 1) = 0 +15574 stat64("/usr/sbin/cp", 0xbfffe6d8) = -1 ENOENT (No such file or directory) +15574 stat64("/usr/bin/cp", 0xbfffe6d8) = -1 ENOENT (No such file or directory) +15574 stat64("/sbin/cp", 0xbfffe6d8) = -1 ENOENT (No such file or directory) +15574 stat64("/bin/cp", {st_mode=S_IFREG|0755, st_size=55124, ...}) = 0 +15574 getpid() = 15574 +15574 semop(589827, 0xbfffe5f6, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\5\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffe5f6, 1) = 0 +15574 stat64("/bin/cp", {st_mode=S_IFREG|0755, st_size=55124, ...}) = 0 +15574 getpid() = 15574 +15574 semop(589827, 0xbfffe626, 1) = 0 +15574 msgsnd(983040, {1, "\3\0\0\0\326<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\326<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\326<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15574 msgrcv(1015809, {1, "\3\0\0\0\326<\0\0\6\0\0\0\0\0\0\0\0\0\0\0@@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15574 semop(589827, 0xbfffe626, 1) = 0 +15574 rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +15574 fork() = 15575 +15574 rt_sigprocmask(SIG_SETMASK, [], +15575 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15574 <... rt_sigprocmask resumed> NULL, 8) = 0 +15575 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15574 rt_sigprocmask(SIG_BLOCK, [CHLD], +15575 getpid( +15574 <... rt_sigprocmask resumed> [], 8) = 0 +15575 <... getpid resumed> ) = 15575 +15574 rt_sigprocmask(SIG_SETMASK, [], +15575 rt_sigprocmask(SIG_SETMASK, [], +15574 <... rt_sigprocmask resumed> NULL, 8) = 0 +15575 <... rt_sigprocmask resumed> NULL, 8) = 0 +15574 rt_sigprocmask(SIG_BLOCK, [CHLD], +15575 rt_sigaction(SIGTSTP, {SIG_DFL}, +15574 <... rt_sigprocmask resumed> [], 8) = 0 +15575 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15574 rt_sigaction(SIGINT, {0x807a090, [], SA_RESTORER, 0x40096508}, +15575 rt_sigaction(SIGTTIN, {SIG_DFL}, +15574 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15575 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15574 waitpid(-1, +15575 rt_sigaction(SIGTTOU, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15575 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15575 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15575 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x40096508}, 8) = 0 +15575 execve("/bin/cp", ["cp", "-f", "/usr/share/misc/config.guess", "config.guess"], [/* 16 vars */]) = 0 +15575 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15575 brk(0) = 0x8055450 +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15575 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/tls", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/i686", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe4b8) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15575 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15575 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15575 close(3) = 0 +15575 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/tls/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/tls/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/tls/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/tls/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 open("/usr/lib32/libfakeroot/tls/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/tls/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/tls/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/tls/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/i686/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/i686/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/cmov/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib32/libfakeroot/libacl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib32/libfakeroot", 0xbfffe3e0) = -1 ENOENT (No such file or directory) +15575 open("/etc/ld.so.cache", O_RDONLY) = 3 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15575 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15575 close(3) = 0 +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libacl.so.1", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\23"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=27900, ...}) = 0 +15575 old_mmap(NULL, 30872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15575 old_mmap(0x4002c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x4002c000 +15575 close(3) = 0 +15575 open("/usr/lib/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libselinux.so.1", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2201\0"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=75508, ...}) = 0 +15575 old_mmap(NULL, 76816, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002d000 +15575 old_mmap(0x4003f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x4003f000 +15575 close(3) = 0 +15575 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libc.so.6", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15575 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40040000 +15575 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40041000 +15575 old_mmap(0x4015b000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4015b000 +15575 old_mmap(0x40163000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40163000 +15575 close(3) = 0 +15575 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libdl.so.2", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15575 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40165000 +15575 old_mmap(0x40167000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40167000 +15575 close(3) = 0 +15575 open("/usr/lib/libfakeroot/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libattr.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libattr.so.1", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\f\0"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=14244, ...}) = 0 +15575 old_mmap(NULL, 17200, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40169000 +15575 old_mmap(0x4016d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x4016d000 +15575 close(3) = 0 +15575 open("/usr/lib/libfakeroot/libsepol.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libsepol.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/libsepol.so.1", O_RDONLY) = 3 +15575 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240\"\0"..., 512) = 512 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=194624, ...}) = 0 +15575 old_mmap(NULL, 235876, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4016e000 +15575 old_mmap(0x4019d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2f000) = 0x4019d000 +15575 old_mmap(0x4019e000, 39268, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4019e000 +15575 close(3) = 0 +15575 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401a8000 +15575 mprotect(0x4015b000, 20480, PROT_READ) = 0 +15575 munmap(0x4001f000, 23038) = 0 +15575 access("/etc/selinux/", F_OK) = -1 ENOENT (No such file or directory) +15575 brk(0) = 0x8055450 +15575 brk(0x8076450) = 0x8076450 +15575 brk(0x8077000) = 0x8077000 +15575 open("/proc/mounts", O_RDONLY|O_LARGEFILE) = 3 +15575 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15575 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15575 read(3, "rootfs / rootfs rw 0 0\n/dev/root"..., 8192) = 4056 +15575 read(3, "/dev/mvfs /scm_jnk_rcitest1 mvfs"..., 8192) = 3474 +15575 read(3, "", 8192) = 0 +15575 brk(0x8076000) = 0x8076000 +15575 close(3) = 0 +15575 munmap(0x4001f000, 8192) = 0 +15575 open("/usr/lib/libfakeroot/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib64/libfakeroot/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 open("/etc/ld.so.cache", O_RDONLY) = 3 +15575 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15575 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15575 close(3) = 0 +15575 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15575 open("/lib/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/tls/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/tls/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/tls/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 open("/lib/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0 +15575 open("/usr/lib/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/tls/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/tls/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/tls/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/tls", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i686/cmov", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 open("/usr/lib/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i686", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 open("/usr/lib/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=20480, ...}) = 0 +15575 open("/lib/i486-linux-gnu/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/tls/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/tls/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/tls/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/tls", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/lib/i486-linux-gnu/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/lib/i486-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 open("/usr/lib/i486-linux-gnu/tls/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/tls/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/tls/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/tls/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/tls/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/tls/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/tls/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/tls", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/i686/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/i686/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/i686/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/i686", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/cmov/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu/cmov", 0xbfffe5ec) = -1 ENOENT (No such file or directory) +15575 open("/usr/lib/i486-linux-gnu/libsetrans.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15575 stat64("/usr/lib/i486-linux-gnu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15575 munmap(0x4001f000, 23038) = 0 +15575 open("/proc/filesystems", O_RDONLY|O_LARGEFILE) = 3 +15575 read(3, "nodev\trootfs\nnodev\tbdev\nnodev\tpr"..., 4095) = 154 +15575 close(3) = 0 +15575 stat64("config.guess", {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15575 msgget(1218771332, IPC_CREAT|0600) = 983040 +15575 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15575 getpid() = 15575 +15575 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15575 semop(589827, 0xbfffea16, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffea16, 1) = 0 +15575 stat64("/usr/share/misc/config.guess", {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15575 getpid() = 15575 +15575 semop(589827, 0xbfffe776, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\2\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\2\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\2\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\2\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffe776, 1) = 0 +15575 stat64("config.guess", {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15575 getpid() = 15575 +15575 semop(589827, 0xbfffe776, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffe776, 1) = 0 +15575 open("/usr/share/misc/config.guess", O_RDONLY|O_LARGEFILE) = 3 +15575 fstat64(3, {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15575 getpid() = 15575 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\4\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 open("config.guess", O_WRONLY|O_TRUNC|O_LARGEFILE) = 4 +15575 fstat64(4, {st_mode=S_IFREG|0755, st_size=0, ...}) = 0 +15575 getpid() = 15575 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\5\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\5\0\0\0\354\f\0\0\363\3\0\0\10\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 fstat64(3, {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15575 getpid() = 15575 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 msgsnd(983040, {1, "\3\0\0\0\327<\0\0\6\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\327<\0\0\6\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\327<\0\0\6\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15575 msgrcv(1015809, {1, "\3\0\0\0\327<\0\0\6\0\0\0\0\0\0\0\0\0\0\0(\0\7\0\0\0\0"...}, 56, 0, 0) = 56 +15575 semop(589827, 0xbfffe636, 1) = 0 +15575 read(3, "#! /bin/sh\n# Attempt to guess a "..., 4096) = 4096 +15575 write(4, "#! /bin/sh\n# Attempt to guess a "..., 4096) = 4096 +15575 read(3, "el $dummy\" ;\ncase $CC_FOR_BUILD,"..., 4096) = 4096 +15575 write(4, "el $dummy\" ;\ncase $CC_FOR_BUILD,"..., 4096) = 4096 +15575 read(3, "=\"alpha\" ;;\n\t \"LCA4 (21066/21"..., 4096) = 4096 +15575 write(4, "=\"alpha\" ;;\n\t \"LCA4 (21066/21"..., 4096) = 4096 +15575 read(3, "on \"mint\" (or \"freemint\"). Fina"..., 4096) = 4096 +15575 write(4, "on \"mint\" (or \"freemint\"). Fina"..., 4096) = 4096 +15575 read(3, "al $set_cc_for_build\n\t\tsed \'s/^\t"..., 4096) = 4096 +15575 write(4, "al $set_cc_for_build\n\t\tsed \'s/^\t"..., 4096) = 4096 +15575 read(3, "l) |\n\t\tgrep __LP64__ >/dev/null\n"..., 4096) = 4096 +15575 write(4, "l) |\n\t\tgrep __LP64__ >/dev/null\n"..., 4096) = 4096 +15575 read(3, "ELEASE}|sed -e \'s/[-(].*//\'` ;;\n"..., 4096) = 4096 +15575 write(4, "ELEASE}|sed -e \'s/[-(].*//\'` ;;\n"..., 4096) = 4096 +15575 read(3, " echo hppa-unknown-linux-gnu "..., 4096) = 4096 +15575 write(4, " echo hppa-unknown-linux-gnu "..., 4096) = 4096 +15575 read(3, "e \'s/.*= //\')`\n\t\t(/bin/uname -X|"..., 4096) = 4096 +15575 write(4, "e \'s/.*= //\')`\n\t\t(/bin/uname -X|"..., 4096) = 4096 +15575 read(3, "xit ;;\n SX-5:SUPER-UX:*:*)\n\te"..., 4096) = 4096 +15575 write(4, "xit ;;\n SX-5:SUPER-UX:*:*)\n\te"..., 4096) = 4096 +15575 read(3, " defined (_SEQUENT_)\n struct "..., 4096) = 3113 +15575 write(4, " defined (_SEQUENT_)\n struct "..., 3113) = 3113 +15575 read(3, "", 4096) = 0 +15575 close(4) = 0 +15575 close(3) = 0 +15575 close(1) = 0 +15575 exit_group(0) = ? +15574 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15575 +15574 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15574 --- SIGCHLD (Child exited) @ 0 (0) --- +15574 waitpid(-1, 0xbfffe480, WNOHANG) = -1 ECHILD (No child processes) +15574 sigreturn() = ? (mask now []) +15574 rt_sigaction(SIGINT, {SIG_DFL}, {0x807a090, [], SA_RESTORER, 0x40096508}, 8) = 0 +15574 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15574 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 write(1, "dh_clean\n", 9) = 9 +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 fork() = 15576 +15566 rt_sigprocmask(SIG_SETMASK, [], +15576 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 <... rt_sigprocmask resumed> NULL, 8) = 0 +15576 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15566 wait4(-1, +15576 getpid() = 15576 +15576 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15576 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15576 getpid() = 15576 +15576 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15576 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15576 execve("/usr/sbin/dh_clean", ["dh_clean"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15576 getpid() = 15576 +15576 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15576 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15576 execve("/usr/bin/dh_clean", ["dh_clean"], [/* 16 vars */]) = 0 +15576 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15576 brk(0) = 0x8150a60 +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15576 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/tls", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/i686", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd838) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15576 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15576 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15576 close(3) = 0 +15576 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15576 open("/usr/lib32/libfakeroot/tls/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/tls/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/tls/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/i686/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/i686/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/cmov/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib32/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib32/libfakeroot", 0xbfffd760) = -1 ENOENT (No such file or directory) +15576 open("/etc/ld.so.cache", O_RDONLY) = 3 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15576 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15576 close(3) = 0 +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 open("/lib/libdl.so.2", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15576 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15576 old_mmap(0x40027000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40027000 +15576 close(3) = 0 +15576 open("/usr/lib/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 open("/lib/libm.so.6", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P3\0\000"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=149264, ...}) = 0 +15576 old_mmap(NULL, 151712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40029000 +15576 old_mmap(0x4004d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23000) = 0x4004d000 +15576 close(3) = 0 +15576 open("/usr/lib/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 open("/lib/libpthread.so.0", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20@\0\000"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=87884, ...}) = 0 +15576 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4004f000 +15576 old_mmap(NULL, 339108, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40050000 +15576 old_mmap(0x4005f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x4005f000 +15576 old_mmap(0x40061000, 269476, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40061000 +15576 close(3) = 0 +15576 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 open("/lib/libc.so.6", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15576 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x400a3000 +15576 old_mmap(0x401bd000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x401bd000 +15576 old_mmap(0x401c5000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401c5000 +15576 close(3) = 0 +15576 open("/usr/lib/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 open("/usr/lib64/libfakeroot/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +15576 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15576 open("/lib/libcrypt.so.1", O_RDONLY) = 3 +15576 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\10\0\000"..., 512) = 512 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=21872, ...}) = 0 +15576 old_mmap(NULL, 184636, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x401c7000 +15576 old_mmap(0x401cc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x4000) = 0x401cc000 +15576 old_mmap(0x401ce000, 155964, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401ce000 +15576 close(3) = 0 +15576 mprotect(0x401bd000, 20480, PROT_READ) = 0 +15576 munmap(0x4001f000, 23038) = 0 +15576 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15576 setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 getpid() = 15576 +15576 rt_sigaction(SIGRTMIN, {0x400583a0, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_1, {0x40058430, [RTMIN], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15576 rt_sigaction(SIGRT_2, {0x40057f00, [], SA_RESTORER, 0x400cc508}, NULL, 8) = 0 +15576 rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0 +15576 rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0 +15576 _sysctl({{CTL_KERN, KERN_VERSION, 300002e, 20931, 2e000018, 0, 8cc001, 0, 18, 0, 2e000018, 2e, 2b800a, 0, 24, 0, 43000018, 5356, 2b800f, 0, 38, 0, 4d000020, 66656b61, 2e656c69, 6d61, 2b8010, 0, 48, 0, 41000020, 4f485455}, 2, 0xbfffdca4, 30, (nil), 0}) = 0 +15576 rt_sigaction(SIGFPE, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15576 brk(0) = 0x8150a60 +15576 brk(0x8171a60) = 0x8171a60 +15576 brk(0x8172000) = 0x8172000 +15576 old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x401f5000 +15576 open("/dev/urandom", O_RDONLY|O_LARGEFILE) = 3 +15576 read(3, "\2320/\303", 4) = 4 +15576 close(3) = 0 +15576 time([1142898181]) = 1142898181 +15576 stat64("/usr/local/lib/site_perl/5.8.8/i486-linux-gnu-thread-multi", 0xbfffdcd0) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/site_perl/5.8.8", 0xbfffdcd0) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/site_perl/i486-linux-gnu-thread-multi", 0xbfffdcd0) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.7", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.7", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.6", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.6", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.4", {st_mode=S_IFDIR|S_ISGID|0755, st_size=4096, ...}) = 0 +15576 msgget(1218771332, IPC_CREAT|0600) = 983040 +15576 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15576 getpid() = 15576 +15576 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15576 semop(589827, 0xbfffdce6, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\1\0\0\0\354\f\0\0002\0\0\0\4@v\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\4@v\0\0\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffdce6, 1) = 0 +15576 stat64("/usr/local/share/perl/5.8.4", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.3", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.3", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.2", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.2", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.1", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.1", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.0", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.0", 0xbfffde20) = -1 ENOENT (No such file or directory) +15576 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15576 _llseek(0, 0, 0xbfffdb70, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15576 ioctl(1, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15576 _llseek(1, 0, 0xbfffdb70, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15576 ioctl(2, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15576 _llseek(2, 0, 0xbfffdb70, SEEK_CUR) = -1 ESPIPE (Illegal seek) +15576 open("/usr/bin/dh_clean", O_RDONLY|O_LARGEFILE) = 3 +15576 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdbe8) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(3, 0, [0], SEEK_CUR) = 0 +15576 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15576 fstat64(3, {st_mode=S_IFREG|0755, st_size=3064, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffdbf6, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\212B\7\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\212B\7\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\212B\7\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\212B\7\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffdbf6, 1) = 0 +15576 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0 +15576 readlink("/proc/self/exe", "/usr/bin/perl", 4095) = 13 +15576 getpid() = 15576 +15576 getppid() = 15566 +15576 read(3, "#!/usr/bin/perl -w\n\n=head1 NAME\n"..., 4096) = 3064 +15576 stat64("/etc/perl/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/strict.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/strict.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/strict.pm", {st_mode=S_IFREG|0644, st_size=599, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\223\300w\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 open("/usr/share/perl/5.8/strict.pm", O_RDONLY|O_LARGEFILE) = 4 +15576 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd608) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(4, 0, [0], SEEK_CUR) = 0 +15576 read(4, "package strict;\n\n$strict::VERSIO"..., 4096) = 599 +15576 brk(0x8193000) = 0x8193000 +15576 _llseek(4, 598, [598], SEEK_SET) = 0 +15576 _llseek(4, 0, [598], SEEK_CUR) = 0 +15576 close(4) = 0 +15576 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/Debian/Debhelper/Dh_Lib.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Debian/Debhelper/Dh_Lib.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Debian/Debhelper/Dh_Lib.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", {st_mode=S_IFREG|0644, st_size=18025, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\'\0s\0\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 open("/usr/share/perl5/Debian/Debhelper/Dh_Lib.pm", O_RDONLY|O_LARGEFILE) = 4 +15576 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd608) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(4, 0, [0], SEEK_CUR) = 0 +15576 read(4, "#!/usr/bin/perl -w\n#\n# Library f"..., 4096) = 4096 +15576 stat64("/etc/perl/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Exporter.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Exporter.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Exporter.pm", {st_mode=S_IFREG|0644, st_size=2218, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd266, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\207\300w\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd266, 1) = 0 +15576 open("/usr/share/perl/5.8/Exporter.pm", O_RDONLY|O_LARGEFILE) = 5 +15576 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd168) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(5, 0, [0], SEEK_CUR) = 0 +15576 read(5, "package Exporter;\n\nrequire 5.006"..., 4096) = 2218 +15576 _llseek(5, 2217, [2217], SEEK_SET) = 0 +15576 _llseek(5, 0, [2217], SEEK_CUR) = 0 +15576 close(5) = 0 +15576 stat64("/etc/perl/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/vars.pm", 0xbfffd34c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/vars.pmc", 0xbfffd43c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/vars.pm", {st_mode=S_IFREG|0644, st_size=1149, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd266, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\225\300w\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd266, 1) = 0 +15576 open("/usr/share/perl/5.8/vars.pm", O_RDONLY|O_LARGEFILE) = 5 +15576 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd168) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(5, 0, [0], SEEK_CUR) = 0 +15576 read(5, "package vars;\n\nuse 5.006;\n\nour $"..., 4096) = 1149 +15576 stat64("/etc/perl/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/warnings/register.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/warnings/register.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/warnings/register.pm", {st_mode=S_IFREG|0644, st_size=732, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffcdc6, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r@\277\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffcdc6, 1) = 0 +15576 open("/usr/share/perl/5.8/warnings/register.pm", O_RDONLY|O_LARGEFILE) = 6 +15576 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccc8) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(6, 0, [0], SEEK_CUR) = 0 +15576 read(6, "package warnings::register;\n\nour"..., 4096) = 732 +15576 read(6, "", 4096) = 0 +15576 close(6) = 0 +15576 stat64("/etc/perl/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/warnings.pm", 0xbfffceac) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/warnings.pmc", 0xbfffcf9c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/warnings.pm", {st_mode=S_IFREG|0644, st_size=13018, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffcdc6, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\226\300w\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffcdc6, 1) = 0 +15576 open("/usr/share/perl/5.8/warnings.pm", O_RDONLY|O_LARGEFILE) = 6 +15576 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffccc8) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(6, 0, [0], SEEK_CUR) = 0 +15576 read(6, "# -*- buffer-read-only: t -*-\n# "..., 4096) = 4096 +15576 stat64("/etc/perl/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Carp.pm", 0xbfffca0c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Carp.pmc", 0xbfffcafc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Carp.pm", {st_mode=S_IFREG|0644, st_size=4112, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffc926, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\206\300w\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffc926, 1) = 0 +15576 open("/usr/share/perl/5.8/Carp.pm", O_RDONLY|O_LARGEFILE) = 7 +15576 ioctl(7, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffc828) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(7, 0, [0], SEEK_CUR) = 0 +15576 read(7, "package Carp;\n\nour $VERSION = \'1"..., 4096) = 4096 +15576 brk(0x81b4000) = 0x81b4000 +15576 read(7, "gmess @_ }\n\n1;\n", 4096) = 16 +15576 read(7, "", 4096) = 0 +15576 close(7) = 0 +15576 read(6, "\\x00\\x00\\x00\\x00\\x00\", # [27]\n "..., 4096) = 4096 +15576 read(6, "x00\\x20\\x00\", # [42]\n \'untie\'"..., 4096) = 4096 +15576 read(6, "ssage = pop ;\n my ($callers_b"..., 4096) = 730 +15576 read(6, "", 4096) = 0 +15576 close(6) = 0 +15576 _llseek(5, 1148, [1148], SEEK_SET) = 0 +15576 _llseek(5, 0, [1148], SEEK_CUR) = 0 +15576 close(5) = 0 +15576 read(4, "l_. (except \'#\')\n\t\t\t$word=~s/([\\"..., 4096) = 4096 +15576 brk(0x81d5000) = 0x81d5000 +15576 read(4, " for the package, and it will re"..., 4096) = 4096 +15576 read(4, "he line will look like, based on"..., 4096) = 4096 +15576 stat64("/etc/perl/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/File/Glob.pm", 0xbfffd27c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/File/Glob.pm", 0xbfffd27c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/File/Glob.pm", 0xbfffd27c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/File/Glob.pm", 0xbfffd27c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/File/Glob.pm", 0xbfffd27c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/File/Glob.pmc", 0xbfffd36c) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/File/Glob.pm", {st_mode=S_IFREG|0644, st_size=4080, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd196, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\7\200\6\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd196, 1) = 0 +15576 open("/usr/lib/perl/5.8/File/Glob.pm", O_RDONLY|O_LARGEFILE) = 5 +15576 ioctl(5, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd098) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(5, 0, [0], SEEK_CUR) = 0 +15576 read(5, "package File::Glob;\n\nuse strict;"..., 4096) = 4080 +15576 stat64("/etc/perl/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/XSLoader.pm", 0xbfffcddc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/XSLoader.pm", 0xbfffcddc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/XSLoader.pm", 0xbfffcddc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/XSLoader.pm", 0xbfffcddc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/XSLoader.pm", 0xbfffcddc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/XSLoader.pmc", 0xbfffcecc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/XSLoader.pm", {st_mode=S_IFREG|0644, st_size=3408, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffccf6, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\24\200(\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffccf6, 1) = 0 +15576 open("/usr/lib/perl/5.8/XSLoader.pm", O_RDONLY|O_LARGEFILE) = 6 +15576 ioctl(6, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffcbf8) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(6, 0, [0], SEEK_CUR) = 0 +15576 read(6, "# Generated from XSLoader.pm.PL "..., 4096) = 3408 +15576 _llseek(6, 3407, [3407], SEEK_SET) = 0 +15576 _llseek(6, 0, [3407], SEEK_CUR) = 0 +15576 close(6) = 0 +15576 brk(0x81f6000) = 0x81f6000 +15576 _llseek(5, 4079, [4079], SEEK_SET) = 0 +15576 _llseek(5, 0, [4079], SEEK_CUR) = 0 +15576 close(5) = 0 +15576 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd396, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\t\300\24\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd396, 1) = 0 +15576 stat64("/usr/lib/perl/5.8/auto/File/Glob/Glob.bs", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd376, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\n\300\24\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd376, 1) = 0 +15576 open("/usr/lib/perl/5.8/auto/File/Glob/Glob.so", O_RDONLY) = 5 +15576 read(5, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\22"..., 512) = 512 +15576 fstat64(5, {st_mode=S_IFREG|0644, st_size=17952, ...}) = 0 +15576 old_mmap(NULL, 16868, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 5, 0) = 0x4001f000 +15576 old_mmap(0x40023000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 5, 0x4000) = 0x40023000 +15576 close(5) = 0 +15576 read(4, "turns the arch a package will bu"..., 4096) = 1641 +15576 read(4, "", 4096) = 0 +15576 close(4) = 0 +15576 stat64("/etc/perl/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/etc/perl/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/lib/perl/5.8.8/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/local/share/perl/5.8.8/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl5/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl5/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/lib/perl/5.8/Exporter/Heavy.pm", 0xbfffd7ec) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Exporter/Heavy.pmc", 0xbfffd8dc) = -1 ENOENT (No such file or directory) +15576 stat64("/usr/share/perl/5.8/Exporter/Heavy.pm", {st_mode=S_IFREG|0644, st_size=6252, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\f@\277\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffd706, 1) = 0 +15576 open("/usr/share/perl/5.8/Exporter/Heavy.pm", O_RDONLY|O_LARGEFILE) = 4 +15576 ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffd608) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(4, 0, [0], SEEK_CUR) = 0 +15576 read(4, "package Exporter::Heavy;\n\nuse st"..., 4096) = 4096 +15576 read(4, "he at cost of memory)\n\t my @e"..., 4096) = 2156 +15576 brk(0x8217000) = 0x8217000 +15576 read(4, "", 4096) = 0 +15576 close(4) = 0 +15576 read(3, "", 4096) = 0 +15576 close(3) = 0 +15576 open("debian/control", O_RDONLY|O_LARGEFILE) = 3 +15576 ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfffdb98) = -1 ENOTTY (Inappropriate ioctl for device) +15576 _llseek(3, 0, [0], SEEK_CUR) = 0 +15576 fstat64(3, {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 +15576 getpid() = 15576 +15576 semop(589827, 0xbfffdc46, 1) = 0 +15576 msgsnd(983040, {1, "\3\0\0\0\330<\0\0\17\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\330<\0\0\17\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\330<\0\0\17\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15576 msgrcv(1015809, {1, "\3\0\0\0\330<\0\0\17\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0, 0) = 56 +15576 semop(589827, 0xbfffdc46, 1) = 0 +15576 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15576 read(3, "Source: xlhtml\nSection: utils\nPr"..., 4096) = 886 +15576 read(3, "", 4096) = 0 +15576 close(3) = 0 +15576 write(2, "dh_clean: Compatibility levels b"..., 56) = 56 +15576 pipe([3, 4]) = 0 +15576 fork() = 15578 +15576 close(4 +15578 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15578 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15578 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15578 <... getpid resumed> ) = 15578 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15578 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15578 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15578, +15578 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15578 close(3) = 0 +15578 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15578 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15578 getpid() = 15578 +15578 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15578 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15578 execve("/usr/sbin/rm", ["rm", "-f", "debian/xlhtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15578 getpid() = 15578 +15578 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15578 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15578 execve("/usr/bin/rm", ["rm", "-f", "debian/xlhtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15578 getpid() = 15578 +15578 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15578 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15578 execve("/sbin/rm", ["rm", "-f", "debian/xlhtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15578 getpid() = 15578 +15578 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15578 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15578 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15578 execve("/bin/rm", ["rm", "-f", "debian/xlhtml.substvars"], [/* 16 vars */]) = 0 +15578 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15578 brk(0) = 0x8050c88 +15578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15578 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15578 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/tls", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/i686", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib/libfakeroot/cmov", 0xbfffea48) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15578 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15578 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15578 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15578 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15578 close(3) = 0 +15578 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15578 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 stat64("/usr/lib32/libfakeroot", 0xbfffe970) = -1 ENOENT (No such file or directory) +15578 open("/etc/ld.so.cache", O_RDONLY) = 3 +15578 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15578 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15578 close(3) = 0 +15578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15578 open("/lib/libc.so.6", O_RDONLY) = 3 +15578 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15578 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15578 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15578 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15578 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15578 close(3) = 0 +15578 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15578 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15578 open("/lib/libdl.so.2", O_RDONLY) = 3 +15578 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15578 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15578 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15578 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15578 close(3) = 0 +15578 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15578 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15578 munmap(0x4001f000, 23038) = 0 +15578 brk(0) = 0x8050c88 +15578 brk(0x8071c88) = 0x8071c88 +15578 brk(0x8072000) = 0x8072000 +15578 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15578 lstat64("debian/xlhtml.substvars", 0xbfffeebc) = -1 ENOENT (No such file or directory) +15578 brk(0x8071000) = 0x8071000 +15578 close(1) = 0 +15578 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15578 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15579 +15576 close(4) = 0 +15576 rt_sigaction(SIGINT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15576 waitpid(15579, +15579 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15579 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15579 getpid() = 15579 +15579 getrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15579 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15579 close(3) = 0 +15579 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15579 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15579 getpid() = 15579 +15579 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15579 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15579 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15579 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15579 execve("/bin/sh", ["sh", "-c", "rm -f debian/xlhtml.*.debhelper"], [/* 16 vars */]) = 0 +15579 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15579 brk(0) = 0x80f464c +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15579 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/i686", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe948) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15579 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15579 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15579 close(3) = 0 +15579 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot", 0xbfffe870) = -1 ENOENT (No such file or directory) +15579 open("/etc/ld.so.cache", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15579 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15579 close(3) = 0 +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15579 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15579 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15579 close(3) = 0 +15579 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libdl.so.2", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15579 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15579 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15579 close(3) = 0 +15579 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libc.so.6", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15579 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15579 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15579 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15579 close(3) = 0 +15579 mprotect(0x40187000, 20480, PROT_READ) = 0 +15579 munmap(0x4001f000, 23038) = 0 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15579 close(3) = 0 +15579 brk(0) = 0x80f464c +15579 brk(0x80f5000) = 0x80f5000 +15579 brk(0x80f6000) = 0x80f6000 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 time(NULL) = 1142898183 +15579 brk(0x80f7000) = 0x80f7000 +15579 brk(0x80f8000) = 0x80f8000 +15579 open("/etc/mtab", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15579 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15579 close(3) = 0 +15579 munmap(0x4001f000, 4096) = 0 +15579 open("/proc/meminfo", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15579 old_mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40191000 +15579 read(3, " total: used: free:"..., 32768) = 650 +15579 close(3) = 0 +15579 munmap(0x40191000, 32768) = 0 +15579 brk(0x80f9000) = 0x80f9000 +15579 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15579 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15579 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 msgget(1218771332, IPC_CREAT|0600) = 983040 +15579 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15579 getpid() = 15579 +15579 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15579 semop(589827, 0xbfffed86, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffed86, 1) = 0 +15579 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffed86, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffed86, 1) = 0 +15579 getpid() = 15579 +15579 getppid() = 15576 +15579 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffede6, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffede6, 1) = 0 +15579 stat64("/usr/sbin/sh", 0xbfffee08) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/bin/sh", 0xbfffee08) = -1 ENOENT (No such file or directory) +15579 stat64("/sbin/sh", 0xbfffee08) = -1 ENOENT (No such file or directory) +15579 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffed26, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffed26, 1) = 0 +15579 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffed56, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffed56, 1) = 0 +15579 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15579 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15579 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15579 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15579 close(3) = 0 +15579 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15579 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15579 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15579 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15579 close(3) = 0 +15579 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15579 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15579 read(3, "", 4096) = 0 +15579 close(3) = 0 +15579 munmap(0x4001f000, 4096) = 0 +15579 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/etc/ld.so.cache", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15579 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15579 close(3) = 0 +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15579 brk(0x80fa000) = 0x80fa000 +15579 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15579 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15579 close(3) = 0 +15579 munmap(0x4001f000, 23038) = 0 +15579 open("/etc/passwd", O_RDONLY) = 3 +15579 fcntl64(3, F_GETFD) = 0 +15579 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15579 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15579 close(3) = 0 +15579 munmap(0x4001f000, 4096) = 0 +15579 brk(0x80fb000) = 0x80fb000 +15579 getpgrp() = 15516 +15579 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 brk(0x80fc000) = 0x80fc000 +15579 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15579 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15579 open("debian/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15579 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15579 brk(0x80fe000) = 0x80fe000 +15579 getdents64(3, /* 16 entries */, 4096) = 520 +15579 getdents64(3, /* 0 entries */, 4096) = 0 +15579 close(3) = 0 +15579 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffeb26, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffeb26, 1) = 0 +15579 stat64("/usr/sbin/rm", 0xbfffeb48) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/bin/rm", 0xbfffeb48) = -1 ENOENT (No such file or directory) +15579 stat64("/sbin/rm", 0xbfffeb48) = -1 ENOENT (No such file or directory) +15579 stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=32152, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffea66, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffea66, 1) = 0 +15579 stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=32152, ...}) = 0 +15579 getpid() = 15579 +15579 semop(589827, 0xbfffea96, 1) = 0 +15579 msgsnd(983040, {1, "\3\0\0\0\333<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\333<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\333<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15579 msgrcv(1015809, {1, "\3\0\0\0\333<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15579 semop(589827, 0xbfffea96, 1) = 0 +15579 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15579 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15579 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x40096508}, 8) = 0 +15579 execve("/bin/rm", ["rm", "-f", "debian/xlhtml.*.debhelper"], [/* 16 vars */]) = 0 +15579 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15579 brk(0) = 0x8050c88 +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15579 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/tls", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/i686", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe248) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15579 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15579 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15579 close(3) = 0 +15579 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15579 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 stat64("/usr/lib32/libfakeroot", 0xbfffe170) = -1 ENOENT (No such file or directory) +15579 open("/etc/ld.so.cache", O_RDONLY) = 3 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15579 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15579 close(3) = 0 +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libc.so.6", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15579 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15579 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15579 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15579 close(3) = 0 +15579 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15579 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15579 open("/lib/libdl.so.2", O_RDONLY) = 3 +15579 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15579 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15579 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15579 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15579 close(3) = 0 +15579 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15579 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15579 munmap(0x4001f000, 23038) = 0 +15579 brk(0) = 0x8050c88 +15579 brk(0x8071c88) = 0x8071c88 +15579 brk(0x8072000) = 0x8072000 +15579 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15579 lstat64("debian/xlhtml.*.debhelper", 0xbfffe6bc) = -1 ENOENT (No such file or directory) +15579 brk(0x8071000) = 0x8071000 +15579 close(1) = 0 +15579 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15579 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15581 +15576 close(4 +15581 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15581 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15581 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15581 <... getpid resumed> ) = 15581 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15581 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15581 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15581, +15581 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15581 close(3) = 0 +15581 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15581 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15581 getpid() = 15581 +15581 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15581 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15581 execve("/usr/sbin/rm", ["rm", "-rf", "debian/xlhtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15581 getpid() = 15581 +15581 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15581 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15581 execve("/usr/bin/rm", ["rm", "-rf", "debian/xlhtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15581 getpid() = 15581 +15581 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15581 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15581 execve("/sbin/rm", ["rm", "-rf", "debian/xlhtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15581 getpid() = 15581 +15581 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15581 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15581 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15581 execve("/bin/rm", ["rm", "-rf", "debian/xlhtml"], [/* 16 vars */]) = 0 +15581 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15581 brk(0) = 0x8050c88 +15581 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15581 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15581 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/tls", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/i686", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe0d8) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15581 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15581 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15581 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15581 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15581 close(3) = 0 +15581 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15581 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 stat64("/usr/lib32/libfakeroot", 0xbfffe000) = -1 ENOENT (No such file or directory) +15581 open("/etc/ld.so.cache", O_RDONLY) = 3 +15581 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15581 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15581 close(3) = 0 +15581 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15581 open("/lib/libc.so.6", O_RDONLY) = 3 +15581 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15581 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15581 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15581 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15581 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15581 close(3) = 0 +15581 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15581 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15581 open("/lib/libdl.so.2", O_RDONLY) = 3 +15581 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15581 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15581 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15581 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15581 close(3) = 0 +15581 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15581 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15581 munmap(0x4001f000, 23038) = 0 +15581 brk(0) = 0x8050c88 +15581 brk(0x8071c88) = 0x8071c88 +15581 brk(0x8072000) = 0x8072000 +15581 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15581 lstat64("debian/xlhtml", 0xbfffe54c) = -1 ENOENT (No such file or directory) +15581 brk(0x8071000) = 0x8071000 +15581 close(1) = 0 +15581 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15581 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15582 +15576 close(4 +15582 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15582 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15582 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15582 <... getpid resumed> ) = 15582 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15582 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15582 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15582, +15582 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15582 close(3) = 0 +15582 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15582 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15582 getpid() = 15582 +15582 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15582 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15582 execve("/usr/sbin/rm", ["rm", "-f", "debian/ppthtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15582 getpid() = 15582 +15582 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15582 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15582 execve("/usr/bin/rm", ["rm", "-f", "debian/ppthtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15582 getpid() = 15582 +15582 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15582 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15582 execve("/sbin/rm", ["rm", "-f", "debian/ppthtml.substvars"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15582 getpid() = 15582 +15582 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15582 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15582 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15582 execve("/bin/rm", ["rm", "-f", "debian/ppthtml.substvars"], [/* 16 vars */]) = 0 +15582 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15582 brk(0) = 0x8050c88 +15582 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15582 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15582 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/tls", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/i686", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib/libfakeroot/cmov", 0xbfffd748) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15582 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15582 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15582 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15582 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15582 close(3) = 0 +15582 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/tls", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/i686", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15582 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/tls", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/i686", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 stat64("/usr/lib32/libfakeroot", 0xbfffd670) = -1 ENOENT (No such file or directory) +15582 open("/etc/ld.so.cache", O_RDONLY) = 3 +15582 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15582 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15582 close(3) = 0 +15582 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15582 open("/lib/libc.so.6", O_RDONLY) = 3 +15582 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15582 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15582 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15582 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15582 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15582 close(3) = 0 +15582 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15582 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15582 open("/lib/libdl.so.2", O_RDONLY) = 3 +15582 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15582 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15582 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15582 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15582 close(3) = 0 +15582 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15582 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15582 munmap(0x4001f000, 23038) = 0 +15582 brk(0) = 0x8050c88 +15582 brk(0x8071c88) = 0x8071c88 +15582 brk(0x8072000) = 0x8072000 +15582 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15582 lstat64("debian/ppthtml.substvars", 0xbfffdbbc) = -1 ENOENT (No such file or directory) +15582 brk(0x8071000) = 0x8071000 +15582 close(1) = 0 +15582 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15582 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15583 +15576 close(4 +15583 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15583 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15583 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15583 <... getpid resumed> ) = 15583 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15583 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15583 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15583, +15583 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15583 close(3) = 0 +15583 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15583 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15583 getpid() = 15583 +15583 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15583 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15583 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15583 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15583 execve("/bin/sh", ["sh", "-c", "rm -f debian/ppthtml.*.debhelper"...], [/* 16 vars */]) = 0 +15583 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15583 brk(0) = 0x80f464c +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15583 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/i686", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/i686", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/cmov", 0xbffff448) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15583 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15583 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15583 close(3) = 0 +15583 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/i686", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/i686", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/cmov", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot", 0xbffff370) = -1 ENOENT (No such file or directory) +15583 open("/etc/ld.so.cache", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15583 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15583 close(3) = 0 +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15583 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15583 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15583 close(3) = 0 +15583 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libdl.so.2", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15583 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15583 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15583 close(3) = 0 +15583 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libc.so.6", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15583 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15583 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15583 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15583 close(3) = 0 +15583 mprotect(0x40187000, 20480, PROT_READ) = 0 +15583 munmap(0x4001f000, 23038) = 0 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15583 close(3) = 0 +15583 brk(0) = 0x80f464c +15583 brk(0x80f5000) = 0x80f5000 +15583 brk(0x80f6000) = 0x80f6000 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 time(NULL) = 1142898185 +15583 brk(0x80f7000) = 0x80f7000 +15583 brk(0x80f8000) = 0x80f8000 +15583 open("/etc/mtab", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15583 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15583 close(3) = 0 +15583 munmap(0x4001f000, 4096) = 0 +15583 open("/proc/meminfo", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15583 old_mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40191000 +15583 read(3, " total: used: free:"..., 32768) = 650 +15583 close(3) = 0 +15583 munmap(0x40191000, 32768) = 0 +15583 brk(0x80f9000) = 0x80f9000 +15583 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15583 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15583 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 msgget(1218771332, IPC_CREAT|0600) = 983040 +15583 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15583 getpid() = 15583 +15583 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15583 semop(589827, 0xbffff886, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff886, 1) = 0 +15583 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff886, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff886, 1) = 0 +15583 getpid() = 15583 +15583 getppid() = 15576 +15583 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff8e6, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff8e6, 1) = 0 +15583 stat64("/usr/sbin/sh", 0xbffff908) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/bin/sh", 0xbffff908) = -1 ENOENT (No such file or directory) +15583 stat64("/sbin/sh", 0xbffff908) = -1 ENOENT (No such file or directory) +15583 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff826, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff826, 1) = 0 +15583 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff856, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff856, 1) = 0 +15583 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15583 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15583 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15583 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15583 close(3) = 0 +15583 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15583 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15583 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15583 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15583 close(3) = 0 +15583 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15583 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15583 read(3, "", 4096) = 0 +15583 close(3) = 0 +15583 munmap(0x4001f000, 4096) = 0 +15583 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/etc/ld.so.cache", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15583 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15583 close(3) = 0 +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15583 brk(0x80fa000) = 0x80fa000 +15583 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15583 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15583 close(3) = 0 +15583 munmap(0x4001f000, 23038) = 0 +15583 open("/etc/passwd", O_RDONLY) = 3 +15583 fcntl64(3, F_GETFD) = 0 +15583 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15583 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15583 close(3) = 0 +15583 munmap(0x4001f000, 4096) = 0 +15583 brk(0x80fb000) = 0x80fb000 +15583 getpgrp() = 15516 +15583 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 brk(0x80fc000) = 0x80fc000 +15583 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15583 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15583 open("debian/", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15583 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15583 brk(0x80fe000) = 0x80fe000 +15583 getdents64(3, /* 16 entries */, 4096) = 520 +15583 getdents64(3, /* 0 entries */, 4096) = 0 +15583 close(3) = 0 +15583 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff626, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff626, 1) = 0 +15583 stat64("/usr/sbin/rm", 0xbffff648) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/bin/rm", 0xbffff648) = -1 ENOENT (No such file or directory) +15583 stat64("/sbin/rm", 0xbffff648) = -1 ENOENT (No such file or directory) +15583 stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=32152, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff566, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\7\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff566, 1) = 0 +15583 stat64("/bin/rm", {st_mode=S_IFREG|0755, st_size=32152, ...}) = 0 +15583 getpid() = 15583 +15583 semop(589827, 0xbffff596, 1) = 0 +15583 msgsnd(983040, {1, "\3\0\0\0\337<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\337<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\337<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15583 msgrcv(1015809, {1, "\3\0\0\0\337<\0\0\10\0\0\0\0\0\0\0\0\0\0\0e@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15583 semop(589827, 0xbffff596, 1) = 0 +15583 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15583 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15583 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x40096508}, 8) = 0 +15583 execve("/bin/rm", ["rm", "-f", "debian/ppthtml.*.debhelper"], [/* 16 vars */]) = 0 +15583 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15583 brk(0) = 0x8050c88 +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15583 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/i686", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/tls", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/i686", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib/libfakeroot/cmov", 0xbffff2c8) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15583 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15583 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15583 close(3) = 0 +15583 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/tls", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/i686", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15583 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/tls", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/i686", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot/cmov", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 stat64("/usr/lib32/libfakeroot", 0xbffff1f0) = -1 ENOENT (No such file or directory) +15583 open("/etc/ld.so.cache", O_RDONLY) = 3 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15583 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15583 close(3) = 0 +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libc.so.6", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15583 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15583 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15583 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15583 close(3) = 0 +15583 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15583 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15583 open("/lib/libdl.so.2", O_RDONLY) = 3 +15583 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15583 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15583 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15583 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15583 close(3) = 0 +15583 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15583 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15583 munmap(0x4001f000, 23038) = 0 +15583 brk(0) = 0x8050c88 +15583 brk(0x8071c88) = 0x8071c88 +15583 brk(0x8072000) = 0x8072000 +15583 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15583 lstat64("debian/ppthtml.*.debhelper", 0xbffff73c) = -1 ENOENT (No such file or directory) +15583 brk(0x8071000) = 0x8071000 +15583 close(1) = 0 +15583 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15583 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15584 +15576 close(4 +15584 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15584 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15584 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15584 <... getpid resumed> ) = 15584 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15584 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15584 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15584, +15584 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15584 close(3) = 0 +15584 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15584 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15584 getpid() = 15584 +15584 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15584 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15584 execve("/usr/sbin/rm", ["rm", "-rf", "debian/ppthtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15584 getpid() = 15584 +15584 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15584 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15584 execve("/usr/bin/rm", ["rm", "-rf", "debian/ppthtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15584 getpid() = 15584 +15584 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15584 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15584 execve("/sbin/rm", ["rm", "-rf", "debian/ppthtml"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15584 getpid() = 15584 +15584 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15584 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15584 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15584 execve("/bin/rm", ["rm", "-rf", "debian/ppthtml"], [/* 16 vars */]) = 0 +15584 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15584 brk(0) = 0x8050c88 +15584 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15584 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15584 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/tls", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/i686", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib/libfakeroot/cmov", 0xbfffefd8) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15584 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15584 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15584 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15584 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15584 close(3) = 0 +15584 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/tls", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/i686", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15584 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/tls", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/i686", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 stat64("/usr/lib32/libfakeroot", 0xbfffef00) = -1 ENOENT (No such file or directory) +15584 open("/etc/ld.so.cache", O_RDONLY) = 3 +15584 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15584 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15584 close(3) = 0 +15584 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15584 open("/lib/libc.so.6", O_RDONLY) = 3 +15584 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15584 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15584 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15584 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15584 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15584 close(3) = 0 +15584 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15584 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15584 open("/lib/libdl.so.2", O_RDONLY) = 3 +15584 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15584 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15584 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15584 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15584 close(3) = 0 +15584 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15584 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15584 munmap(0x4001f000, 23038) = 0 +15584 brk(0) = 0x8050c88 +15584 brk(0x8071c88) = 0x8071c88 +15584 brk(0x8072000) = 0x8072000 +15584 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15584 lstat64("debian/ppthtml", 0xbffff44c) = -1 ENOENT (No such file or directory) +15584 brk(0x8071000) = 0x8071000 +15584 close(1) = 0 +15584 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15584 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15585 +15576 close(4 +15585 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15585 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15585 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15585 <... getpid resumed> ) = 15585 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15585 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15585 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15585, +15585 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15585 close(3) = 0 +15585 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15585 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15585 getpid() = 15585 +15585 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15585 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15585 execve("/usr/sbin/rm", ["rm", "-f", "debian/files"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15585 getpid() = 15585 +15585 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15585 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15585 execve("/usr/bin/rm", ["rm", "-f", "debian/files"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15585 getpid() = 15585 +15585 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15585 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15585 execve("/sbin/rm", ["rm", "-f", "debian/files"], [/* 16 vars */]) = -1 ENOENT (No such file or directory) +15585 getpid() = 15585 +15585 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15585 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15585 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15585 execve("/bin/rm", ["rm", "-f", "debian/files"], [/* 16 vars */]) = 0 +15585 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15585 brk(0) = 0x8050c88 +15585 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15585 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15585 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/tls", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/i686", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib/libfakeroot/cmov", 0xbfffee58) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15585 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15585 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15585 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15585 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15585 close(3) = 0 +15585 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/tls", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/i686", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15585 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/tls", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/i686", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 stat64("/usr/lib32/libfakeroot", 0xbfffed80) = -1 ENOENT (No such file or directory) +15585 open("/etc/ld.so.cache", O_RDONLY) = 3 +15585 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15585 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15585 close(3) = 0 +15585 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15585 open("/lib/libc.so.6", O_RDONLY) = 3 +15585 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15585 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15585 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15585 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15585 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15585 close(3) = 0 +15585 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15585 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15585 open("/lib/libdl.so.2", O_RDONLY) = 3 +15585 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15585 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15585 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15585 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15585 close(3) = 0 +15585 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15585 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15585 munmap(0x4001f000, 23038) = 0 +15585 brk(0) = 0x8050c88 +15585 brk(0x8071c88) = 0x8071c88 +15585 brk(0x8072000) = 0x8072000 +15585 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15585 lstat64("debian/files", 0xbffff2cc) = -1 ENOENT (No such file or directory) +15585 brk(0x8071000) = 0x8071000 +15585 close(1) = 0 +15585 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15585 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 pipe([3, 4]) = 0 +15576 fork() = 15587 +15576 close(4 +15587 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 <... close resumed> ) = 0 +15587 --- SIGSTOP (Stopped (signal)) @ 0 (0) --- +15576 rt_sigaction(SIGINT, {SIG_IGN}, +15587 getpid( +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15587 <... getpid resumed> ) = 15587 +15576 rt_sigaction(SIGQUIT, {SIG_IGN}, +15587 getrlimit(RLIMIT_STACK, +15576 <... rt_sigaction resumed> {SIG_DFL}, 8) = 0 +15587 <... getrlimit resumed> {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0 +15576 waitpid(15587, +15587 setrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15587 close(3) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 rt_sigaction(SIGFPE, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15587 getpid() = 15587 +15587 getrlimit(RLIMIT_STACK, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +15587 rt_sigaction(SIGRTMIN, {SIG_DFL}, NULL, 8) = 0 +15587 rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0 +15587 rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0 +15587 execve("/bin/sh", ["sh", "-c", "find . \\( \\( -type f -a \\\n\t "...], [/* 16 vars */]) = 0 +15587 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15587 brk(0) = 0x80f464c +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15587 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/i686", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/cmov", 0xbfffeb58) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15587 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15587 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15587 close(3) = 0 +15587 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/i686", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 open("/usr/lib32/libfakeroot/tls/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/i686/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/i686/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/i686", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/cmov/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot", 0xbfffea80) = -1 ENOENT (No such file or directory) +15587 open("/etc/ld.so.cache", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15587 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15587 close(3) = 0 +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libncurses.so.5", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\343\0"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=268396, ...}) = 0 +15587 old_mmap(NULL, 273580, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15587 old_mmap(0x4005f000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x39000) = 0x4005f000 +15587 close(3) = 0 +15587 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libdl.so.2", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15587 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40068000 +15587 old_mmap(0x4006a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4006a000 +15587 close(3) = 0 +15587 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libc.so.6", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4006c000 +15587 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4006d000 +15587 old_mmap(0x40187000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x40187000 +15587 old_mmap(0x4018f000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4018f000 +15587 close(3) = 0 +15587 mprotect(0x40187000, 20480, PROT_READ) = 0 +15587 munmap(0x4001f000, 23038) = 0 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3 +15587 close(3) = 0 +15587 brk(0) = 0x80f464c +15587 brk(0x80f5000) = 0x80f5000 +15587 brk(0x80f6000) = 0x80f6000 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 time(NULL) = 1142898185 +15587 brk(0x80f7000) = 0x80f7000 +15587 brk(0x80f8000) = 0x80f8000 +15587 open("/etc/mtab", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=15778, ...}) = 0 +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15587 read(3, "proc /proc proc rw 0 0\ndevpts /d"..., 4096) = 4096 +15587 close(3) = 0 +15587 munmap(0x4001f000, 4096) = 0 +15587 open("/proc/meminfo", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +15587 old_mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15587 read(3, " total: used: free:"..., 8192) = 650 +15587 close(3) = 0 +15587 munmap(0x4001f000, 8192) = 0 +15587 brk(0x80f9000) = 0x80f9000 +15587 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0 +15587 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15587 stat64("/usr/local/src/xlhtml-0.5.1", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 msgget(1218771332, IPC_CREAT|0600) = 983040 +15587 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15587 getpid() = 15587 +15587 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15587 semop(589827, 0xbfffef96, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffef96, 1) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffef96, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffef96, 1) = 0 +15587 getpid() = 15587 +15587 getppid() = 15576 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffeff6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffeff6, 1) = 0 +15587 stat64("/usr/sbin/sh", 0xbffff018) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/bin/sh", 0xbffff018) = -1 ENOENT (No such file or directory) +15587 stat64("/sbin/sh", 0xbffff018) = -1 ENOENT (No such file or directory) +15587 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffef36, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffef36, 1) = 0 +15587 stat64("/bin/sh", {st_mode=S_IFREG|0755, st_size=683924, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffef66, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\33@\t\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffef66, 1) = 0 +15587 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15587 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15587 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15587 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15587 close(3) = 0 +15587 socket(PF_FILE, SOCK_STREAM, 0) = 3 +15587 fcntl64(3, F_GETFL) = 0x2 (flags O_RDWR) +15587 fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) = 0 +15587 connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +15587 close(3) = 0 +15587 open("/etc/nsswitch.conf", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=547, ...}) = 0 +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15587 read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 547 +15587 read(3, "", 4096) = 0 +15587 close(3) = 0 +15587 munmap(0x4001f000, 4096) = 0 +15587 open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/etc/ld.so.cache", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15587 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15587 close(3) = 0 +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libnss_files.so.2", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\33"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=38376, ...}) = 0 +15587 brk(0x80fa000) = 0x80fa000 +15587 old_mmap(NULL, 41624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40191000 +15587 old_mmap(0x4019a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x4019a000 +15587 close(3) = 0 +15587 munmap(0x4001f000, 23038) = 0 +15587 open("/etc/passwd", O_RDONLY) = 3 +15587 fcntl64(3, F_GETFD) = 0 +15587 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=894, ...}) = 0 +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4001f000 +15587 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 894 +15587 close(3) = 0 +15587 munmap(0x4001f000, 4096) = 0 +15587 brk(0x80fb000) = 0x80fb000 +15587 getpgrp() = 15516 +15587 rt_sigaction(SIGCHLD, {0x807b7c0, [], SA_RESTORER, 0x40096508}, {SIG_DFL}, 8) = 0 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 brk(0x80fc000) = 0x80fc000 +15587 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15587 brk(0x80fd000) = 0x80fd000 +15587 brk(0x80fe000) = 0x80fe000 +15587 brk(0x80ff000) = 0x80ff000 +15587 brk(0x8100000) = 0x8100000 +15587 brk(0x8101000) = 0x8101000 +15587 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15587 open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 3 +15587 fstat64(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(3, F_SETFD, FD_CLOEXEC) = 0 +15587 brk(0x8103000) = 0x8103000 +15587 getdents64(3, /* 28 entries */, 4096) = 864 +15587 getdents64(3, /* 0 entries */, 4096) = 0 +15587 close(3) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffed36, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffed36, 1) = 0 +15587 stat64("/usr/sbin/find", 0xbfffed58) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/bin/find", {st_mode=S_IFREG|0755, st_size=130212, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffec76, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffec76, 1) = 0 +15587 stat64("/usr/bin/find", {st_mode=S_IFREG|0755, st_size=130212, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffeca6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\26@\7\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffeca6, 1) = 0 +15587 rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0 +15587 rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_IGN}, 8) = 0 +15587 rt_sigaction(SIGCHLD, {SIG_DFL}, {0x807b7c0, [], SA_RESTORER, 0x40096508}, 8) = 0 +15587 execve("/usr/bin/find", ["find", ".", "(", "(", "-type", "f", "-a", "(", "-name", "#*#", "-o", "-name", ".*~", "-o", "-name", "*~", ...], [/* 16 vars */]) = 0 +15587 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15587 brk(0) = 0x8068d00 +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 +15587 open("/usr/lib/libfakeroot/tls/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/i686/cmov", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/i686", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls/cmov", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/tls", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/i686/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/i686/cmov", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/i686/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/i686", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/cmov/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib/libfakeroot/cmov", 0xbfffe788) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240!\0"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0755, st_size=22720, ...}) = 0 +15587 old_mmap(NULL, 21660, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40019000 +15587 old_mmap(0x4001e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x4001e000 +15587 close(3) = 0 +15587 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/i686/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/i686", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/tls", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/i686/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/i686", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 open("/usr/lib32/libfakeroot/tls/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/i686/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/i686", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/tls", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/i686/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/i686/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/i686", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/cmov/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot/cmov", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 stat64("/usr/lib32/libfakeroot", 0xbfffe6b0) = -1 ENOENT (No such file or directory) +15587 open("/etc/ld.so.cache", O_RDONLY) = 3 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=23038, ...}) = 0 +15587 old_mmap(NULL, 23038, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4001f000 +15587 close(3) = 0 +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libc.so.6", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300T\1"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0755, st_size=1189404, ...}) = 0 +15587 old_mmap(NULL, 1195156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40025000 +15587 old_mmap(0x4013f000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11a000) = 0x4013f000 +15587 old_mmap(0x40147000, 7316, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40147000 +15587 close(3) = 0 +15587 open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +15587 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +15587 open("/lib/libdl.so.2", O_RDONLY) = 3 +15587 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\f\0"..., 512) = 512 +15587 fstat64(3, {st_mode=S_IFREG|0644, st_size=9592, ...}) = 0 +15587 old_mmap(NULL, 12404, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40149000 +15587 old_mmap(0x4014b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4014b000 +15587 close(3) = 0 +15587 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4014d000 +15587 mprotect(0x4013f000, 20480, PROT_READ) = 0 +15587 munmap(0x4001f000, 23038) = 0 +15587 uname({sys="Linux", node="ewarmenh-sun", ...}) = 0 +15587 brk(0) = 0x8068d00 +15587 brk(0x8089d00) = 0x8089d00 +15587 brk(0x808a000) = 0x808a000 +15587 ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 +15587 time(NULL) = 1142898185 +15587 brk(0x80ca000) = 0x80ca000 +15587 open(".", O_RDONLY|O_LARGEFILE) = 3 +15587 fchdir(3) = 0 +15587 lstat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 msgget(1218771332, IPC_CREAT|0600) = 983040 +15587 msgget(1218771333, IPC_CREAT|0600) = 1015809 +15587 getpid() = 15587 +15587 semget(1218771334, 1, IPC_CREAT|0600) = 589827 +15587 semop(589827, 0xbfffec96, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\1\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\1\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffec96, 1) = 0 +15587 lstat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffea56, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\2\0\0\0\354\f\0\0\363\3\0\0\t\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\2\0\0\0\0\0\0\0\0\0\0\0\t\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffea56, 1) = 0 +15587 open("/dev/null", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = -1 ENOTDIR (Not a directory) +15587 open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 28 entries */, 4096) = 864 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\n\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\3\0\0\0\354\f\0\0\363\3\0\0\n\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\n\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\3\0\0\0\0\0\0\0\0\0\0\0\n\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 6 entries */, 4096) = 168 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\n\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\4\0\0\0\354\f\0\0\363\3\0\0\n\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\n\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\4\0\0\0\0\0\0\0\0\0\0\0\n\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\5\0\0\0\354\f\0\0\363\3\0\0\v\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\5\0\0\0\354\f\0\0\363\3\0\0\v\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\v\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\5\0\0\0\0\0\0\0\0\0\0\0\v\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=7, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\f\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\6\0\0\0\354\f\0\0\363\3\0\0\f\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\f\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\6\0\0\0\0\0\0\0\0\0\0\0\f\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=808, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\7\0\0\0\354\f\0\0\363\3\0\0\r\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\7\0\0\0\354\f\0\0\363\3\0\0\r\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\7\0\0\0\0\0\0\0\0\0\0\0\r\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Entries.Log", {st_mode=S_IFREG|0644, st_size=44, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\10\0\0\0\354\f\0\0\363\3\0\0\16\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\10\0\0\0\354\f\0\0\363\3\0\0\16\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\16\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\10\0\0\0\0\0\0\0\0\0\0\0\16\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=73, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\t\0\0\0\354\f\0\0\363\3\0\0\17\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\t\0\0\0\354\f\0\0\363\3\0\0\17\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\17\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\t\0\0\0\0\0\0\0\0\0\0\0\17\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("AUTHORS", {st_mode=S_IFREG|0644, st_size=116, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\n\0\0\0\354\f\0\0\363\3\0\0\20\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\n\0\0\0\354\f\0\0\363\3\0\0\20\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\20\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\n\0\0\0\0\0\0\0\0\0\0\0\20\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("COPYING", {st_mode=S_IFREG|0644, st_size=17992, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\v\0\0\0\354\f\0\0\363\3\0\0\21\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\v\0\0\0\354\f\0\0\363\3\0\0\21\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\21\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\v\0\0\0\0\0\0\0\0\0\0\0\21\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("INSTALL", {st_mode=S_IFREG|0644, st_size=7831, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\f\0\0\0\354\f\0\0\363\3\0\0\22\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\f\0\0\0\354\f\0\0\363\3\0\0\22\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\22\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\f\0\0\0\0\0\0\0\0\0\0\0\22\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("cole", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\r\0\0\0\354\f\0\0\363\3\0\0\23\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\r\0\0\0\354\f\0\0\363\3\0\0\23\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\23\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\r\0\0\0\0\0\0\0\0\0\0\0\23\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 open("cole", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 25 entries */, 4096) = 760 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("cole", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\16\0\0\0\354\f\0\0\363\3\0\0\23\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\16\0\0\0\354\f\0\0\363\3\0\0\23\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\23\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\16\0\0\0\0\0\0\0\0\0\0\0\23\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\17\0\0\0\354\f\0\0\363\3\0\0\24\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\17\0\0\0\354\f\0\0\363\3\0\0\24\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\17\0\0\0\0\0\0\0\0\0\0\0\24\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\17\0\0\0\0\0\0\0\0\0\0\0\24\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 6 entries */, 4096) = 168 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\20\0\0\0\354\f\0\0\363\3\0\0\24\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\20\0\0\0\354\f\0\0\363\3\0\0\24\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\20\0\0\0\0\0\0\0\0\0\0\0\24\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\20\0\0\0\0\0\0\0\0\0\0\0\24\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\21\0\0\0\354\f\0\0\363\3\0\0\25\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\21\0\0\0\354\f\0\0\363\3\0\0\25\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\21\0\0\0\0\0\0\0\0\0\0\0\25\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\21\0\0\0\0\0\0\0\0\0\0\0\25\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=12, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\22\0\0\0\354\f\0\0\363\3\0\0\26\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\22\0\0\0\354\f\0\0\363\3\0\0\26\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\22\0\0\0\0\0\0\0\0\0\0\0\26\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\22\0\0\0\0\0\0\0\0\0\0\0\26\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=829, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\23\0\0\0\354\f\0\0\363\3\0\0\27\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\23\0\0\0\354\f\0\0\363\3\0\0\27\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\23\0\0\0\0\0\0\0\0\0\0\0\27\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\23\0\0\0\0\0\0\0\0\0\0\0\27\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Entries.Log", {st_mode=S_IFREG|0644, st_size=43, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\24\0\0\0\354\f\0\0\363\3\0\0\30\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\24\0\0\0\354\f\0\0\363\3\0\0\30\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\24\0\0\0\0\0\0\0\0\0\0\0\30\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\24\0\0\0\0\0\0\0\0\0\0\0\30\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("ChangeLog", {st_mode=S_IFREG|0644, st_size=2634, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\25\0\0\0\354\f\0\0\363\3\0\0\31\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\25\0\0\0\354\f\0\0\363\3\0\0\31\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\25\0\0\0\0\0\0\0\0\0\0\0\31\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\25\0\0\0\0\0\0\0\0\0\0\0\31\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("AUTHORS", {st_mode=S_IFREG|0644, st_size=82, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\26\0\0\0\354\f\0\0\363\3\0\0\32\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\26\0\0\0\354\f\0\0\363\3\0\0\32\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\26\0\0\0\0\0\0\0\0\0\0\0\32\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\26\0\0\0\0\0\0\0\0\0\0\0\32\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("COPYING", {st_mode=S_IFREG|0644, st_size=17989, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\27\0\0\0\354\f\0\0\363\3\0\0\33\200+"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\27\0\0\0\354\f\0\0\363\3\0\0\33\200+"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\27\0\0\0\0\0\0\0\0\0\0\0\33\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\27\0\0\0\0\0\0\0\0\0\0\0\33\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("doc", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\30\0\0\0\354\f\0\0\363\3\0\0\7@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\30\0\0\0\354\f\0\0\363\3\0\0\7@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\30\0\0\0\0\0\0\0\0\0\0\0\7@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\30\0\0\0\0\0\0\0\0\0\0\0\7@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("doc", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 17 entries */, 4096) = 544 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("doc", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\31\0\0\0\354\f\0\0\363\3\0\0\7@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\31\0\0\0\354\f\0\0\363\3\0\0\7@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\31\0\0\0\0\0\0\0\0\0\0\0\7@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\31\0\0\0\0\0\0\0\0\0\0\0\7@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\32\0\0\0\354\f\0\0\363\3\0\0\5\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\32\0\0\0\354\f\0\0\363\3\0\0\5\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\32\0\0\0\0\0\0\0\0\0\0\0\5\300\312\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\32\0\0\0\0\0\0\0\0\0\0\0\5\300\312\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 6 entries */, 4096) = 168 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\33\0\0\0\354\f\0\0\363\3\0\0\5\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\33\0\0\0\354\f\0\0\363\3\0\0\5\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\33\0\0\0\0\0\0\0\0\0\0\0\5\300\312\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\33\0\0\0\0\0\0\0\0\0\0\0\5\300\312\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\34\0\0\0\354\f\0\0\363\3\0\0\27\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\34\0\0\0\354\f\0\0\363\3\0\0\27\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\34\0\0\0\0\0\0\0\0\0\0\0\27\300\312\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\34\0\0\0\0\0\0\0\0\0\0\0\27\300\312\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=16, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\35\0\0\0\354\f\0\0\363\3\0\0\32\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\35\0\0\0\354\f\0\0\363\3\0\0\32\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\35\0\0\0\0\0\0\0\0\0\0\0\32\300\312\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\35\0\0\0\0\0\0\0\0\0\0\0\32\300\312\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=594, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\36\0\0\0\354\f\0\0\363\3\0\0%\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\36\0\0\0\354\f\0\0\363\3\0\0%\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\36\0\0\0\0\0\0\0\0\0\0\0%\300\312\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\36\0\0\0\0\0\0\0\0\0\0\0%\300\312\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Entries.Log", {st_mode=S_IFREG|0644, st_size=33, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\37\0\0\0\354\f\0\0\363\3\0\0&\300\312"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\37\0\0\0\354\f\0\0\363\3\0\0&\300\312"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\37\0\0\0\0\0\0\0\0\0\0\0&\300\312\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\37\0\0\0\0\0\0\0\0\0\0\0&\300\312\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=2046, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0 \0\0\0\354\f\0\0\363\3\0\0\10@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0 \0\0\0\354\f\0\0\363\3\0\0\10@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0 \0\0\0\0\0\0\0\0\0\0\0\10@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0 \0\0\0\0\0\0\0\0\0\0\0\10@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("HACKING", {st_mode=S_IFREG|0644, st_size=6273, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0!\0\0\0\354\f\0\0\363\3\0\0\20@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0!\0\0\0\354\f\0\0\363\3\0\0\20@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0!\0\0\0\0\0\0\0\0\0\0\0\20@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0!\0\0\0\0\0\0\0\0\0\0\0\20@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("cole-manual", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\"\0\0\0\354\f\0\0\363\3\0\0\34\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\"\0\0\0\354\f\0\0\363\3\0\0\34\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\"\0\0\0\0\0\0\0\0\0\0\0\34\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\"\0\0\0\0\0\0\0\0\0\0\0\34\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("cole-manual", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 20 entries */, 4096) = 768 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("cole-manual", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0#\0\0\0\354\f\0\0\363\3\0\0\34\0\313\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0#\0\0\0\354\f\0\0\363\3\0\0\34\0\313\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0#\0\0\0\0\0\0\0\0\0\0\0\34\0\313\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0#\0\0\0\0\0\0\0\0\0\0\0\34\0\313\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0$\0\0\0\354\f\0\0\363\3\0\0\t\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0$\0\0\0\354\f\0\0\363\3\0\0\t\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0$\0\0\0\0\0\0\0\0\0\0\0\t\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0$\0\0\0\0\0\0\0\0\0\0\0\t\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 6 entries */, 4096) = 168 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0%\0\0\0\354\f\0\0\363\3\0\0\t\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0%\0\0\0\354\f\0\0\363\3\0\0\t\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0%\0\0\0\0\0\0\0\0\0\0\0\t\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0%\0\0\0\0\0\0\0\0\0\0\0\t\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0&\0\0\0\354\f\0\0\363\3\0\0\v\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0&\0\0\0\354\f\0\0\363\3\0\0\v\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0&\0\0\0\0\0\0\0\0\0\0\0\v\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0&\0\0\0\0\0\0\0\0\0\0\0\v\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=28, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\'\0\0\0\354\f\0\0\363\3\0\0\f\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\'\0\0\0\354\f\0\0\363\3\0\0\f\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\'\0\0\0\0\0\0\0\0\0\0\0\f\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\'\0\0\0\0\0\0\0\0\0\0\0\f\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=873, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0(\0\0\0\354\f\0\0\363\3\0\0\r\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0(\0\0\0\354\f\0\0\363\3\0\0\r\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0(\0\0\0\0\0\0\0\0\0\0\0\r\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0(\0\0\0\0\0\0\0\0\0\0\0\r\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("Entries.Log", {st_mode=S_IFREG|0644, st_size=26, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0)\0\0\0\354\f\0\0\363\3\0\0\17\300\325"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0)\0\0\0\354\f\0\0\363\3\0\0\17\300\325"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0)\0\0\0\0\0\0\0\0\0\0\0\17\300\325\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0)\0\0\0\0\0\0\0\0\0\0\0\17\300\325\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("bugs.html", {st_mode=S_IFREG|0644, st_size=3870, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0*\0\0\0\354\f\0\0\363\3\0\0\36\0\313\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0*\0\0\0\354\f\0\0\363\3\0\0\36\0\313\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0*\0\0\0\0\0\0\0\0\0\0\0\36\0\313\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0*\0\0\0\0\0\0\0\0\0\0\0\36\0\313\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("cole-api.html", {st_mode=S_IFREG|0644, st_size=58449, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0+\0\0\0\354\f\0\0\363\3\0\0\37\0\313\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0+\0\0\0\354\f\0\0\363\3\0\0\37\0\313\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0+\0\0\0\0\0\0\0\0\0\0\0\37\0\313\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0+\0\0\0\0\0\0\0\0\0\0\0\37\0\313\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("cole-internals.html", {st_mode=S_IFREG|0644, st_size=24584, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0,\0\0\0\354\f\0\0\363\3\0\0\'\0\313\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0,\0\0\0\354\f\0\0\363\3\0\0\'\0\313\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0,\0\0\0\0\0\0\0\0\0\0\0\'\0\313\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0,\0\0\0\0\0\0\0\0\0\0\0\'\0\313\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("copyright-and-disclaimer.html", {st_mode=S_IFREG|0644, st_size=2367, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0-\0\0\0\354\f\0\0\363\3\0\0)\0\313\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0-\0\0\0\354\f\0\0\363\3\0\0)\0\313\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0-\0\0\0\0\0\0\0\0\0\0\0)\0\313\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0-\0\0\0\0\0\0\0\0\0\0\0)\0\313\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("docbook.css", {st_mode=S_IFREG|0755, st_size=888, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0.\0\0\0\354\f\0\0\363\3\0\0*\0\313\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0.\0\0\0\354\f\0\0\363\3\0\0*\0\313\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0.\0\0\0\0\0\0\0\0\0\0\0*\0\313\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0.\0\0\0\0\0\0\0\0\0\0\0*\0\313\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("features.html", {st_mode=S_IFREG|0644, st_size=2727, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0/\0\0\0\354\f\0\0\363\3\0\0+\0\313\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0/\0\0\0\354\f\0\0\363\3\0\0+\0\313\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0/\0\0\0\0\0\0\0\0\0\0\0+\0\313\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0/\0\0\0\0\0\0\0\0\0\0\0+\0\313\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("gpl-license-how-to-apply.html", {st_mode=S_IFREG|0644, st_size=5019, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0000\0\0\0\354\f\0\0\363\3\0\0000\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0000\0\0\0\354\f\0\0\363\3\0\0000\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0000\0\0\0\0\0\0\0\0\0\0\0000\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0000\0\0\0\0\0\0\0\0\0\0\0000\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("gpl-license-terms.html", {st_mode=S_IFREG|0644, st_size=14362, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0001\0\0\0\354\f\0\0\363\3\0\0001\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0001\0\0\0\354\f\0\0\363\3\0\0001\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0001\0\0\0\0\0\0\0\0\0\0\0001\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0001\0\0\0\0\0\0\0\0\0\0\0001\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("gpl-license.html", {st_mode=S_IFREG|0644, st_size=5086, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0002\0\0\0\354\f\0\0\363\3\0\0002\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0002\0\0\0\354\f\0\0\363\3\0\0002\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0002\0\0\0\0\0\0\0\0\0\0\0002\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0002\0\0\0\0\0\0\0\0\0\0\0002\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("how-to-compile.html", {st_mode=S_IFREG|0644, st_size=4926, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0003\0\0\0\354\f\0\0\363\3\0\0003\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0003\0\0\0\354\f\0\0\363\3\0\0003\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0003\0\0\0\0\0\0\0\0\0\0\0003\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0003\0\0\0\0\0\0\0\0\0\0\0003\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("index.html", {st_mode=S_IFREG|0644, st_size=2510, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0004\0\0\0\354\f\0\0\363\3\0\0004\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0004\0\0\0\354\f\0\0\363\3\0\0004\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0004\0\0\0\0\0\0\0\0\0\0\0004\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0004\0\0\0\0\0\0\0\0\0\0\0004\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("introduction.html", {st_mode=S_IFREG|0644, st_size=3621, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0005\0\0\0\354\f\0\0\363\3\0\0005\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0005\0\0\0\354\f\0\0\363\3\0\0005\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0005\0\0\0\0\0\0\0\0\0\0\0005\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0005\0\0\0\0\0\0\0\0\0\0\0005\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("legal-issues.html", {st_mode=S_IFREG|0644, st_size=2717, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0006\0\0\0\354\f\0\0\363\3\0\0006\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0006\0\0\0\354\f\0\0\363\3\0\0006\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0006\0\0\0\0\0\0\0\0\0\0\0006\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0006\0\0\0\0\0\0\0\0\0\0\0006\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("libcole.html", {st_mode=S_IFREG|0644, st_size=4269, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0007\0\0\0\354\f\0\0\363\3\0\0007\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0007\0\0\0\354\f\0\0\363\3\0\0007\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0007\0\0\0\0\0\0\0\0\0\0\0007\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0007\0\0\0\0\0\0\0\0\0\0\0007\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("requirements-to-compile.html", {st_mode=S_IFREG|0644, st_size=1808, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0008\0\0\0\354\f\0\0\363\3\0\0008\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0008\0\0\0\354\f\0\0\363\3\0\0008\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0008\0\0\0\0\0\0\0\0\0\0\0008\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0008\0\0\0\0\0\0\0\0\0\0\0008\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("trademarks.html", {st_mode=S_IFREG|0644, st_size=2380, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0009\0\0\0\354\f\0\0\363\3\0\0009\0\313"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0009\0\0\0\354\f\0\0\363\3\0\0009\0\313"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0009\0\0\0\0\0\0\0\0\0\0\0009\0\313\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0009\0\0\0\0\0\0\0\0\0\0\0009\0\313\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 lstat64("stylesheet-images", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0:\0\0\0\354\f\0\0\363\3\0\0\37\0\337\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0:\0\0\0\354\f\0\0\363\3\0\0\37\0\337\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0:\0\0\0\0\0\0\0\0\0\0\0\37\0\337\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0:\0\0\0\0\0\0\0\0\0\0\0\37\0\337\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 open("stylesheet-images", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 15 entries */, 4096) = 480 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("stylesheet-images", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0;\0\0\0\354\f\0\0\363\3\0\0\37\0\337\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0;\0\0\0\354\f\0\0\363\3\0\0\37\0\337\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0;\0\0\0\0\0\0\0\0\0\0\0\37\0\337\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0;\0\0\0\0\0\0\0\0\0\0\0\37\0\337\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe416, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0<\0\0\0\354\f\0\0\363\3\0\0\4\300\17\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0<\0\0\0\354\f\0\0\363\3\0\0\4\300\17\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0<\0\0\0\0\0\0\0\0\0\0\0\4\300\17\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0<\0\0\0\0\0\0\0\0\0\0\0\4\300\17\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe416, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe476, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0=\0\0\0\354\f\0\0\363\3\0\0\4\300\17\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0=\0\0\0\354\f\0\0\363\3\0\0\4\300\17\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0=\0\0\0\0\0\0\0\0\0\0\0\4\300\17\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0=\0\0\0\0\0\0\0\0\0\0\0\4\300\17\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe476, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0>\0\0\0\354\f\0\0\363\3\0\0\5\300\17\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0>\0\0\0\354\f\0\0\363\3\0\0\5\300\17\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0>\0\0\0\0\0\0\0\0\0\0\0\5\300\17\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0>\0\0\0\0\0\0\0\0\0\0\0\5\300\17\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=46, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0?\0\0\0\354\f\0\0\363\3\0\0!\300\17\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0?\0\0\0\354\f\0\0\363\3\0\0!\300\17\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0?\0\0\0\0\0\0\0\0\0\0\0!\300\17\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0?\0\0\0\0\0\0\0\0\0\0\0!\300\17\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=564, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0@\0\0\0\354\f\0\0\363\3\0\0\"\300\17\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0@\0\0\0\354\f\0\0\363\3\0\0\"\300\17\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0@\0\0\0\0\0\0\0\0\0\0\0\"\300\17\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0@\0\0\0\0\0\0\0\0\0\0\0\"\300\17\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe206, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("caution.gif", {st_mode=S_IFREG|0755, st_size=1039, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0A\0\0\0\354\f\0\0\363\3\0\0 \0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0A\0\0\0\354\f\0\0\363\3\0\0 \0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0A\0\0\0\0\0\0\0\0\0\0\0 \0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0A\0\0\0\0\0\0\0\0\0\0\0 \0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("home.gif", {st_mode=S_IFREG|0755, st_size=995, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0B\0\0\0\354\f\0\0\363\3\0\0!\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0B\0\0\0\354\f\0\0\363\3\0\0!\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0B\0\0\0\0\0\0\0\0\0\0\0!\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0B\0\0\0\0\0\0\0\0\0\0\0!\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("important.gif", {st_mode=S_IFREG|0755, st_size=1081, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0C\0\0\0\354\f\0\0\363\3\0\0\"\0\337\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0C\0\0\0\354\f\0\0\363\3\0\0\"\0\337\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0C\0\0\0\0\0\0\0\0\0\0\0\"\0\337\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0C\0\0\0\0\0\0\0\0\0\0\0\"\0\337\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("next.gif", {st_mode=S_IFREG|0755, st_size=964, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0D\0\0\0\354\f\0\0\363\3\0\0#\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0D\0\0\0\354\f\0\0\363\3\0\0#\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0D\0\0\0\0\0\0\0\0\0\0\0#\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0D\0\0\0\0\0\0\0\0\0\0\0#\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("note.gif", {st_mode=S_IFREG|0755, st_size=1070, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0E\0\0\0\354\f\0\0\363\3\0\0$\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0E\0\0\0\354\f\0\0\363\3\0\0$\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0E\0\0\0\0\0\0\0\0\0\0\0$\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0E\0\0\0\0\0\0\0\0\0\0\0$\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("prev.gif", {st_mode=S_IFREG|0755, st_size=944, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0F\0\0\0\354\f\0\0\363\3\0\0%\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0F\0\0\0\354\f\0\0\363\3\0\0%\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0F\0\0\0\0\0\0\0\0\0\0\0%\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0F\0\0\0\0\0\0\0\0\0\0\0%\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("tip.gif", {st_mode=S_IFREG|0755, st_size=1029, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0G\0\0\0\354\f\0\0\363\3\0\0&\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0G\0\0\0\354\f\0\0\363\3\0\0&\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0G\0\0\0\0\0\0\0\0\0\0\0&\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0G\0\0\0\0\0\0\0\0\0\0\0&\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("toc-blank.gif", {st_mode=S_IFREG|0755, st_size=95, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0H\0\0\0\354\f\0\0\363\3\0\0\'\0\337\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0H\0\0\0\354\f\0\0\363\3\0\0\'\0\337\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0H\0\0\0\0\0\0\0\0\0\0\0\'\0\337\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0H\0\0\0\0\0\0\0\0\0\0\0\'\0\337\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("toc-minus.gif", {st_mode=S_IFREG|0755, st_size=843, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0I\0\0\0\354\f\0\0\363\3\0\0(\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0I\0\0\0\354\f\0\0\363\3\0\0(\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0I\0\0\0\0\0\0\0\0\0\0\0(\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0I\0\0\0\0\0\0\0\0\0\0\0(\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("toc-plus.gif", {st_mode=S_IFREG|0755, st_size=846, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0J\0\0\0\354\f\0\0\363\3\0\0)\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0J\0\0\0\354\f\0\0\363\3\0\0)\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0J\0\0\0\0\0\0\0\0\0\0\0)\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0J\0\0\0\0\0\0\0\0\0\0\0)\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("up.gif", {st_mode=S_IFREG|0755, st_size=922, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0K\0\0\0\354\f\0\0\363\3\0\0*\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0K\0\0\0\354\f\0\0\363\3\0\0*\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0K\0\0\0\0\0\0\0\0\0\0\0*\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0K\0\0\0\0\0\0\0\0\0\0\0*\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("warning.gif", {st_mode=S_IFREG|0755, st_size=1052, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0L\0\0\0\354\f\0\0\363\3\0\0+\0\337\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0L\0\0\0\354\f\0\0\363\3\0\0+\0\337\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0L\0\0\0\0\0\0\0\0\0\0\0+\0\337\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0L\0\0\0\0\0\0\0\0\0\0\0+\0\337\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=6637, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0M\0\0\0\354\f\0\0\363\3\0\0\21@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0M\0\0\0\354\f\0\0\363\3\0\0\21@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0M\0\0\0\0\0\0\0\0\0\0\0\21@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0M\0\0\0\0\0\0\0\0\0\0\0\21@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("bugs.sgml", {st_mode=S_IFREG|0644, st_size=1453, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0N\0\0\0\354\f\0\0\363\3\0\0\22@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0N\0\0\0\354\f\0\0\363\3\0\0\22@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0N\0\0\0\0\0\0\0\0\0\0\0\22@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0N\0\0\0\0\0\0\0\0\0\0\0\22@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("cole-manual.sgml", {st_mode=S_IFREG|0644, st_size=1837, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0O\0\0\0\354\f\0\0\363\3\0\0\23@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0O\0\0\0\354\f\0\0\363\3\0\0\23@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0O\0\0\0\0\0\0\0\0\0\0\0\23@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0O\0\0\0\0\0\0\0\0\0\0\0\23@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("cole-manual.sgml-old", {st_mode=S_IFREG|0644, st_size=46252, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0P\0\0\0\354\f\0\0\363\3\0\0\24@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0P\0\0\0\354\f\0\0\363\3\0\0\24@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0P\0\0\0\0\0\0\0\0\0\0\0\24@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0P\0\0\0\0\0\0\0\0\0\0\0\24@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("cole-sections.txt", {st_mode=S_IFREG|0644, st_size=1271, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0Q\0\0\0\354\f\0\0\363\3\0\0\25@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0Q\0\0\0\354\f\0\0\363\3\0\0\25@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0Q\0\0\0\0\0\0\0\0\0\0\0\25@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0Q\0\0\0\0\0\0\0\0\0\0\0\25@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("compile.sgml", {st_mode=S_IFREG|0644, st_size=2880, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0R\0\0\0\354\f\0\0\363\3\0\0\26@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0R\0\0\0\354\f\0\0\363\3\0\0\26@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0R\0\0\0\0\0\0\0\0\0\0\0\26@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0R\0\0\0\0\0\0\0\0\0\0\0\26@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("gpl.sgml", {st_mode=S_IFREG|0644, st_size=19523, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0S\0\0\0\354\f\0\0\363\3\0\0\27@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0S\0\0\0\354\f\0\0\363\3\0\0\27@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0S\0\0\0\0\0\0\0\0\0\0\0\27@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0S\0\0\0\0\0\0\0\0\0\0\0\27@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("introduction.sgml", {st_mode=S_IFREG|0644, st_size=3440, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0T\0\0\0\354\f\0\0\363\3\0\0\30@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0T\0\0\0\354\f\0\0\363\3\0\0\30@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0T\0\0\0\0\0\0\0\0\0\0\0\30@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0T\0\0\0\0\0\0\0\0\0\0\0\30@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("legal.sgml", {st_mode=S_IFREG|0644, st_size=2535, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0U\0\0\0\354\f\0\0\363\3\0\0\31@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0U\0\0\0\354\f\0\0\363\3\0\0\31@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0U\0\0\0\0\0\0\0\0\0\0\0\31@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0U\0\0\0\0\0\0\0\0\0\0\0\31@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("using.sgml", {st_mode=S_IFREG|0644, st_size=1858, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0V\0\0\0\354\f\0\0\363\3\0\0\32@\305\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0V\0\0\0\354\f\0\0\363\3\0\0\32@\305\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0V\0\0\0\0\0\0\0\0\0\0\0\32@\305\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0V\0\0\0\0\0\0\0\0\0\0\0\32@\305\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 lstat64("tmpl", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0W\0\0\0\354\f\0\0\363\3\0\0\n@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0W\0\0\0\354\f\0\0\363\3\0\0\n@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0W\0\0\0\0\0\0\0\0\0\0\0\n@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0W\0\0\0\0\0\0\0\0\0\0\0\n@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("tmpl", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 7 entries */, 4096) = 216 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("tmpl", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0X\0\0\0\354\f\0\0\363\3\0\0\n@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0X\0\0\0\354\f\0\0\363\3\0\0\n@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0X\0\0\0\0\0\0\0\0\0\0\0\n@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0X\0\0\0\0\0\0\0\0\0\0\0\n@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0Y\0\0\0\354\f\0\0\363\3\0\0\33\0\24\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0Y\0\0\0\354\f\0\0\363\3\0\0\33\0\24\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0Y\0\0\0\0\0\0\0\0\0\0\0\33\0\24\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0Y\0\0\0\0\0\0\0\0\0\0\0\33\0\24\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe556, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0Z\0\0\0\354\f\0\0\363\3\0\0\33\0\24\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0Z\0\0\0\354\f\0\0\363\3\0\0\33\0\24\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0Z\0\0\0\0\0\0\0\0\0\0\0\33\0\24\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0Z\0\0\0\0\0\0\0\0\0\0\0\33\0\24\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5b6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0[\0\0\0\354\f\0\0\363\3\0\0 \0\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0[\0\0\0\354\f\0\0\363\3\0\0 \0\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0[\0\0\0\0\0\0\0\0\0\0\0 \0\24\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0[\0\0\0\0\0\0\0\0\0\0\0 \0\24\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=21, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\\\0\0\0\354\f\0\0\363\3\0\0!\0\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\\\0\0\0\354\f\0\0\363\3\0\0!\0\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\\\0\0\0\0\0\0\0\0\0\0\0!\0\24\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\\\0\0\0\0\0\0\0\0\0\0\0!\0\24\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=198, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0]\0\0\0\354\f\0\0\363\3\0\0\"\0\24\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0]\0\0\0\354\f\0\0\363\3\0\0\"\0\24\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0]\0\0\0\0\0\0\0\0\0\0\0\"\0\24\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0]\0\0\0\0\0\0\0\0\0\0\0\"\0\24\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe346, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64(".cvsignore", {st_mode=S_IFREG|0644, st_size=6, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0^\0\0\0\354\f\0\0\363\3\0\0\v@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0^\0\0\0\354\f\0\0\363\3\0\0\v@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0^\0\0\0\0\0\0\0\0\0\0\0\v@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0^\0\0\0\0\0\0\0\0\0\0\0\v@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("api.sgml", {st_mode=S_IFREG|0644, st_size=4613, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0_\0\0\0\354\f\0\0\363\3\0\0\16@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0_\0\0\0\354\f\0\0\363\3\0\0\16@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0_\0\0\0\0\0\0\0\0\0\0\0\16@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0_\0\0\0\0\0\0\0\0\0\0\0\16@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("cole-unused.sgml", {st_mode=S_IFREG|0644, st_size=798, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0`\0\0\0\354\f\0\0\363\3\0\0\17@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0`\0\0\0\354\f\0\0\363\3\0\0\17@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0`\0\0\0\0\0\0\0\0\0\0\0\17@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0`\0\0\0\0\0\0\0\0\0\0\0\17@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("internals.sgml", {st_mode=S_IFREG|0644, st_size=2571, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0a\0\0\0\354\f\0\0\363\3\0\0\20@\23\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0a\0\0\0\354\f\0\0\363\3\0\0\20@\23\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0a\0\0\0\0\0\0\0\0\0\0\0\20@\23\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0a\0\0\0\0\0\0\0\0\0\0\0\20@\23\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("DOWNLOAD", {st_mode=S_IFREG|0644, st_size=154, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0b\0\0\0\354\f\0\0\363\3\0\0\34\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0b\0\0\0\354\f\0\0\363\3\0\0\34\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0b\0\0\0\0\0\0\0\0\0\0\0\34\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0b\0\0\0\0\0\0\0\0\0\0\0\34\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=365, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0c\0\0\0\354\f\0\0\363\3\0\0\35\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0c\0\0\0\354\f\0\0\363\3\0\0\35\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0c\0\0\0\0\0\0\0\0\0\0\0\35\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0c\0\0\0\0\0\0\0\0\0\0\0\35\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=7503, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0d\0\0\0\354\f\0\0\363\3\0\0\36\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0d\0\0\0\354\f\0\0\363\3\0\0\36\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0d\0\0\0\0\0\0\0\0\0\0\0\36\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0d\0\0\0\0\0\0\0\0\0\0\0\36\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("NEWS", {st_mode=S_IFREG|0644, st_size=2583, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0e\0\0\0\354\f\0\0\363\3\0\0\37\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0e\0\0\0\354\f\0\0\363\3\0\0\37\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0e\0\0\0\0\0\0\0\0\0\0\0\37\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0e\0\0\0\0\0\0\0\0\0\0\0\37\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("THANKS", {st_mode=S_IFREG|0644, st_size=753, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0f\0\0\0\354\f\0\0\363\3\0\0 \200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0f\0\0\0\354\f\0\0\363\3\0\0 \200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0f\0\0\0\0\0\0\0\0\0\0\0 \200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0f\0\0\0\0\0\0\0\0\0\0\0 \200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("TODO", {st_mode=S_IFREG|0644, st_size=2833, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0g\0\0\0\354\f\0\0\363\3\0\0!\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0g\0\0\0\354\f\0\0\363\3\0\0!\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0g\0\0\0\0\0\0\0\0\0\0\0!\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0g\0\0\0\0\0\0\0\0\0\0\0!\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("cole-config.in", {st_mode=S_IFREG|0644, st_size=934, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0h\0\0\0\354\f\0\0\363\3\0\0\"\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0h\0\0\0\354\f\0\0\363\3\0\0\"\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0h\0\0\0\0\0\0\0\0\0\0\0\"\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0h\0\0\0\0\0\0\0\0\0\0\0\"\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("cole.c", {st_mode=S_IFREG|0644, st_size=30783, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0i\0\0\0\354\f\0\0\363\3\0\0#\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0i\0\0\0\354\f\0\0\363\3\0\0#\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0i\0\0\0\0\0\0\0\0\0\0\0#\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0i\0\0\0\0\0\0\0\0\0\0\0#\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("cole.h.in", {st_mode=S_IFREG|0644, st_size=7690, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0j\0\0\0\354\f\0\0\363\3\0\0$\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0j\0\0\0\354\f\0\0\363\3\0\0$\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0j\0\0\0\0\0\0\0\0\0\0\0$\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0j\0\0\0\0\0\0\0\0\0\0\0$\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("internal.c", {st_mode=S_IFREG|0644, st_size=3174, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0k\0\0\0\354\f\0\0\363\3\0\0%\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0k\0\0\0\354\f\0\0\363\3\0\0%\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0k\0\0\0\0\0\0\0\0\0\0\0%\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0k\0\0\0\0\0\0\0\0\0\0\0%\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("internal.h", {st_mode=S_IFREG|0644, st_size=4582, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0l\0\0\0\354\f\0\0\363\3\0\0&\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0l\0\0\0\354\f\0\0\363\3\0\0&\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0l\0\0\0\0\0\0\0\0\0\0\0&\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0l\0\0\0\0\0\0\0\0\0\0\0&\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("olecod.c", {st_mode=S_IFREG|0644, st_size=39058, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0m\0\0\0\354\f\0\0\363\3\0\0\'\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0m\0\0\0\354\f\0\0\363\3\0\0\'\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0m\0\0\0\0\0\0\0\0\0\0\0\'\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0m\0\0\0\0\0\0\0\0\0\0\0\'\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("oledecod.c", {st_mode=S_IFREG|0644, st_size=23409, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0n\0\0\0\354\f\0\0\363\3\0\0(\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0n\0\0\0\354\f\0\0\363\3\0\0(\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0n\0\0\0\0\0\0\0\0\0\0\0(\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0n\0\0\0\0\0\0\0\0\0\0\0(\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("support.c", {st_mode=S_IFREG|0644, st_size=3778, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0o\0\0\0\354\f\0\0\363\3\0\0)\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0o\0\0\0\354\f\0\0\363\3\0\0)\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0o\0\0\0\0\0\0\0\0\0\0\0)\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0o\0\0\0\0\0\0\0\0\0\0\0)\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("support.h", {st_mode=S_IFREG|0644, st_size=7311, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0p\0\0\0\354\f\0\0\363\3\0\0*\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0p\0\0\0\354\f\0\0\363\3\0\0*\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0p\0\0\0\0\0\0\0\0\0\0\0*\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0p\0\0\0\0\0\0\0\0\0\0\0*\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("version.c.in", {st_mode=S_IFREG|0644, st_size=501, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0q\0\0\0\354\f\0\0\363\3\0\0+\200+\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0q\0\0\0\354\f\0\0\363\3\0\0+\200+\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0q\0\0\0\0\0\0\0\0\0\0\0+\200+\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0q\0\0\0\0\0\0\0\0\0\0\0+\200+\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 lstat64("examples", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0r\0\0\0\354\f\0\0\363\3\0\0(\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0r\0\0\0\354\f\0\0\363\3\0\0(\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0r\0\0\0\0\0\0\0\0\0\0\0(\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0r\0\0\0\0\0\0\0\0\0\0\0(\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("examples", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 17 entries */, 4096) = 536 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("examples", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0s\0\0\0\354\f\0\0\363\3\0\0(\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0s\0\0\0\354\f\0\0\363\3\0\0(\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0s\0\0\0\0\0\0\0\0\0\0\0(\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0s\0\0\0\0\0\0\0\0\0\0\0(\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0t\0\0\0\354\f\0\0\363\3\0\0\30@*\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0t\0\0\0\354\f\0\0\363\3\0\0\30@*\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0t\0\0\0\0\0\0\0\0\0\0\0\30@*\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0t\0\0\0\0\0\0\0\0\0\0\0\30@*\0\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0u\0\0\0\354\f\0\0\363\3\0\0\30@*\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0u\0\0\0\354\f\0\0\363\3\0\0\30@*\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0u\0\0\0\0\0\0\0\0\0\0\0\30@*\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0u\0\0\0\0\0\0\0\0\0\0\0\30@*\0\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0v\0\0\0\354\f\0\0\363\3\0\0\31@*\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0v\0\0\0\354\f\0\0\363\3\0\0\31@*\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0v\0\0\0\0\0\0\0\0\0\0\0\31@*\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0v\0\0\0\0\0\0\0\0\0\0\0\31@*\0\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=21, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0w\0\0\0\354\f\0\0\363\3\0\0\32@*\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0w\0\0\0\354\f\0\0\363\3\0\0\32@*\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0w\0\0\0\0\0\0\0\0\0\0\0\32@*\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0w\0\0\0\0\0\0\0\0\0\0\0\32@*\0\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=666, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0x\0\0\0\354\f\0\0\363\3\0\0\33@*\0\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0x\0\0\0\354\f\0\0\363\3\0\0\33@*\0\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0x\0\0\0\0\0\0\0\0\0\0\0\33@*\0\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0x\0\0\0\0\0\0\0\0\0\0\0\33@*\0\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=316, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0y\0\0\0\354\f\0\0\363\3\0\0)\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0y\0\0\0\354\f\0\0\363\3\0\0)\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0y\0\0\0\0\0\0\0\0\0\0\0)\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0y\0\0\0\0\0\0\0\0\0\0\0)\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=9881, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0z\0\0\0\354\f\0\0\363\3\0\0*\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0z\0\0\0\354\f\0\0\363\3\0\0*\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0z\0\0\0\0\0\0\0\0\0\0\0*\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0z\0\0\0\0\0\0\0\0\0\0\0*\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("README-examples", {st_mode=S_IFREG|0644, st_size=324, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0{\0\0\0\354\f\0\0\363\3\0\0+\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0{\0\0\0\354\f\0\0\363\3\0\0+\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0{\0\0\0\0\0\0\0\0\0\0\0+\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0{\0\0\0\0\0\0\0\0\0\0\0+\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("demo.c", {st_mode=S_IFREG|0644, st_size=3857, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0|\0\0\0\354\f\0\0\363\3\0\0,\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0|\0\0\0\354\f\0\0\363\3\0\0,\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0|\0\0\0\0\0\0\0\0\0\0\0,\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0|\0\0\0\0\0\0\0\0\0\0\0,\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("directory.c", {st_mode=S_IFREG|0644, st_size=2826, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0}\0\0\0\354\f\0\0\363\3\0\0-\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0}\0\0\0\354\f\0\0\363\3\0\0-\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0}\0\0\0\0\0\0\0\0\0\0\0-\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0}\0\0\0\0\0\0\0\0\0\0\0-\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("file.c", {st_mode=S_IFREG|0644, st_size=4766, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0~\0\0\0\354\f\0\0\363\3\0\0.\300\35\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0~\0\0\0\354\f\0\0\363\3\0\0.\300\35\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0~\0\0\0\0\0\0\0\0\0\0\0.\300\35\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0~\0\0\0\0\0\0\0\0\0\0\0.\300\35\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("filesystem.c", {st_mode=S_IFREG|0644, st_size=2285, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\177\0\0\0\354\f\0\0\363\3\0\0/\300\35"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\177\0\0\0\354\f\0\0\363\3\0\0/\300\35"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\177\0\0\0\0\0\0\0\0\0\0\0/\300\35\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\177\0\0\0\0\0\0\0\0\0\0\0/\300\35\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("present.sdd", {st_mode=S_IFREG|0644, st_size=20992, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\200\0\0\0\354\f\0\0\363\3\0\0000\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\200\0\0\0\354\f\0\0\363\3\0\0000\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\200\0\0\0\0\0\0\0\0\0\0\0000\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\200\0\0\0\0\0\0\0\0\0\0\0000\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("sprsheet.sdc", {st_mode=S_IFREG|0644, st_size=16384, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\201\0\0\0\354\f\0\0\363\3\0\0001\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\201\0\0\0\354\f\0\0\363\3\0\0001\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\201\0\0\0\0\0\0\0\0\0\0\0001\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\201\0\0\0\0\0\0\0\0\0\0\0001\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("sprsheet.xls", {st_mode=S_IFREG|0644, st_size=5120, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\202\0\0\0\354\f\0\0\363\3\0\0002\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\202\0\0\0\354\f\0\0\363\3\0\0002\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\202\0\0\0\0\0\0\0\0\0\0\0002\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\202\0\0\0\0\0\0\0\0\0\0\0002\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("text.doc", {st_mode=S_IFREG|0644, st_size=123392, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\203\0\0\0\354\f\0\0\363\3\0\0003\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\203\0\0\0\354\f\0\0\363\3\0\0003\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\203\0\0\0\0\0\0\0\0\0\0\0003\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\203\0\0\0\0\0\0\0\0\0\0\0003\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("text.sdw", {st_mode=S_IFREG|0644, st_size=7680, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\204\0\0\0\354\f\0\0\363\3\0\0004\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\204\0\0\0\354\f\0\0\363\3\0\0004\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\204\0\0\0\0\0\0\0\0\0\0\0004\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\204\0\0\0\0\0\0\0\0\0\0\0004\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("topsrcdir.h.in", {st_mode=S_IFREG|0644, st_size=1043, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\205\0\0\0\354\f\0\0\363\3\0\0005\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\205\0\0\0\354\f\0\0\363\3\0\0005\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\205\0\0\0\0\0\0\0\0\0\0\0005\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\205\0\0\0\0\0\0\0\0\0\0\0005\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("version.c", {st_mode=S_IFREG|0644, st_size=1282, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\206\0\0\0\354\f\0\0\363\3\0\0006\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\206\0\0\0\354\f\0\0\363\3\0\0006\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\206\0\0\0\0\0\0\0\0\0\0\0006\300\35\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\206\0\0\0\0\0\0\0\0\0\0\0006\300\35\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("utils", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\207\0\0\0\354\f\0\0\363\3\0\0\4@?\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\207\0\0\0\354\f\0\0\363\3\0\0\4@?\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\207\0\0\0\0\0\0\0\0\0\0\0\4@?\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\207\0\0\0\0\0\0\0\0\0\0\0\4@?\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("utils", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 9 entries */, 4096) = 280 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("utils", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\210\0\0\0\354\f\0\0\363\3\0\0\4@?\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\210\0\0\0\354\f\0\0\363\3\0\0\4@?\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\210\0\0\0\0\0\0\0\0\0\0\0\4@?\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\210\0\0\0\0\0\0\0\0\0\0\0\4@?\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\211\0\0\0\354\f\0\0\363\3\0\0\10\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\211\0\0\0\354\f\0\0\363\3\0\0\10\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\211\0\0\0\0\0\0\0\0\0\0\0\10\300L\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\211\0\0\0\0\0\0\0\0\0\0\0\10\300L\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\212\0\0\0\354\f\0\0\363\3\0\0\10\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\212\0\0\0\354\f\0\0\363\3\0\0\10\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\212\0\0\0\0\0\0\0\0\0\0\0\10\300L\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\212\0\0\0\0\0\0\0\0\0\0\0\10\300L\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\213\0\0\0\354\f\0\0\363\3\0\0\n\300L"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\213\0\0\0\354\f\0\0\363\3\0\0\n\300L"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\213\0\0\0\0\0\0\0\0\0\0\0\n\300L\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\213\0\0\0\0\0\0\0\0\0\0\0\n\300L\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=18, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\214\0\0\0\354\f\0\0\363\3\0\0\v\300L"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\214\0\0\0\354\f\0\0\363\3\0\0\v\300L"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\214\0\0\0\0\0\0\0\0\0\0\0\v\300L\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\214\0\0\0\0\0\0\0\0\0\0\0\v\300L\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=298, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\215\0\0\0\354\f\0\0\363\3\0\0\f\300L"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\215\0\0\0\354\f\0\0\363\3\0\0\f\300L"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\215\0\0\0\0\0\0\0\0\0\0\0\f\300L\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\215\0\0\0\0\0\0\0\0\0\0\0\f\300L\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=189, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\216\0\0\0\354\f\0\0\363\3\0\0001@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\216\0\0\0\354\f\0\0\363\3\0\0001@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\216\0\0\0\0\0\0\0\0\0\0\0001@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\216\0\0\0\0\0\0\0\0\0\0\0001@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=8809, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\217\0\0\0\354\f\0\0\363\3\0\0002@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\217\0\0\0\354\f\0\0\363\3\0\0002@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\217\0\0\0\0\0\0\0\0\0\0\0002@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\217\0\0\0\0\0\0\0\0\0\0\0002@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("cole_extract.c", {st_mode=S_IFREG|0644, st_size=2246, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\220\0\0\0\354\f\0\0\363\3\0\0003@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\220\0\0\0\354\f\0\0\363\3\0\0003@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\220\0\0\0\0\0\0\0\0\0\0\0003@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\220\0\0\0\0\0\0\0\0\0\0\0003@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("cole_isfs.c", {st_mode=S_IFREG|0644, st_size=1774, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\221\0\0\0\354\f\0\0\363\3\0\0004@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\221\0\0\0\354\f\0\0\363\3\0\0004@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\221\0\0\0\0\0\0\0\0\0\0\0004@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\221\0\0\0\0\0\0\0\0\0\0\0004@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("cole_isfs_fast.c", {st_mode=S_IFREG|0644, st_size=1808, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\222\0\0\0\354\f\0\0\363\3\0\0005@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\222\0\0\0\354\f\0\0\363\3\0\0005@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\222\0\0\0\0\0\0\0\0\0\0\0005@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\222\0\0\0\0\0\0\0\0\0\0\0005@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("cole_tree.c", {st_mode=S_IFREG|0644, st_size=1616, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\223\0\0\0\354\f\0\0\363\3\0\0006@?\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\223\0\0\0\354\f\0\0\363\3\0\0006@?\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\223\0\0\0\0\0\0\0\0\0\0\0006@?\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\223\0\0\0\0\0\0\0\0\0\0\0006@?\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=11031, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\224\0\0\0\354\f\0\0\363\3\0\0,\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\224\0\0\0\354\f\0\0\363\3\0\0,\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\224\0\0\0\0\0\0\0\0\0\0\0,\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\224\0\0\0\0\0\0\0\0\0\0\0,\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("NEWS", {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\225\0\0\0\354\f\0\0\363\3\0\0-\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\225\0\0\0\354\f\0\0\363\3\0\0-\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\225\0\0\0\0\0\0\0\0\0\0\0-\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\225\0\0\0\0\0\0\0\0\0\0\0-\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("README", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\226\0\0\0\354\f\0\0\363\3\0\0.\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\226\0\0\0\354\f\0\0\363\3\0\0.\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\226\0\0\0\0\0\0\0\0\0\0\0.\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\226\0\0\0\0\0\0\0\0\0\0\0.\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("aclocal.m4", {st_mode=S_IFREG|0644, st_size=5453, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\227\0\0\0\354\f\0\0\363\3\0\0/\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\227\0\0\0\354\f\0\0\363\3\0\0/\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\227\0\0\0\0\0\0\0\0\0\0\0/\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\227\0\0\0\0\0\0\0\0\0\0\0/\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("config.guess", {st_mode=S_IFREG|0755, st_size=44073, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\230\0\0\0\354\f\0\0\363\3\0\0\10\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\230\0\0\0\354\f\0\0\363\3\0\0\10\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\230\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\230\0\0\0\0\0\0\0\0\0\0\0\10\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("config.h.in", {st_mode=S_IFREG|0644, st_size=1198, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\231\0\0\0\354\f\0\0\363\3\0\0001\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\231\0\0\0\354\f\0\0\363\3\0\0001\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\231\0\0\0\0\0\0\0\0\0\0\0001\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\231\0\0\0\0\0\0\0\0\0\0\0001\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("config.sub", {st_mode=S_IFREG|0755, st_size=32344, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\232\0\0\0\354\f\0\0\363\3\0\0<\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\232\0\0\0\354\f\0\0\363\3\0\0<\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\232\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\232\0\0\0\0\0\0\0\0\0\0\0<\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("configure", {st_mode=S_IFREG|0755, st_size=70201, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\233\0\0\0\354\f\0\0\363\3\0\0003\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\233\0\0\0\354\f\0\0\363\3\0\0003\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\233\0\0\0\0\0\0\0\0\0\0\0003\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\233\0\0\0\0\0\0\0\0\0\0\0003\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("configure.in", {st_mode=S_IFREG|0644, st_size=1545, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\234\0\0\0\354\f\0\0\363\3\0\0004\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\234\0\0\0\354\f\0\0\363\3\0\0004\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\234\0\0\0\0\0\0\0\0\0\0\0004\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\234\0\0\0\0\0\0\0\0\0\0\0004\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("install-sh", {st_mode=S_IFREG|0755, st_size=5598, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\235\0\0\0\354\f\0\0\363\3\0\0005\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\235\0\0\0\354\f\0\0\363\3\0\0005\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\235\0\0\0\0\0\0\0\0\0\0\0005\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\235\0\0\0\0\0\0\0\0\0\0\0005\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("missing", {st_mode=S_IFREG|0755, st_size=6283, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\236\0\0\0\354\f\0\0\363\3\0\0006\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\236\0\0\0\354\f\0\0\363\3\0\0006\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\236\0\0\0\0\0\0\0\0\0\0\0006\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\236\0\0\0\0\0\0\0\0\0\0\0006\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("mkinstalldirs", {st_mode=S_IFREG|0755, st_size=731, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\237\0\0\0\354\f\0\0\363\3\0\0007\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\237\0\0\0\354\f\0\0\363\3\0\0007\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\237\0\0\0\0\0\0\0\0\0\0\0007\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\237\0\0\0\0\0\0\0\0\0\0\0007\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("stamp-h.in", {st_mode=S_IFREG|0644, st_size=10, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\240\0\0\0\354\f\0\0\363\3\0\0008\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\240\0\0\0\354\f\0\0\363\3\0\0008\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\240\0\0\0\0\0\0\0\0\0\0\0008\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\240\0\0\0\0\0\0\0\0\0\0\0008\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("xlhtml.spec", {st_mode=S_IFREG|0644, st_size=1456, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\241\0\0\0\354\f\0\0\363\3\0\0009\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\241\0\0\0\354\f\0\0\363\3\0\0009\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\241\0\0\0\0\0\0\0\0\0\0\0009\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\241\0\0\0\0\0\0\0\0\0\0\0009\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("ppthtml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\242\0\0\0\354\f\0\0\363\3\0\0&\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\242\0\0\0\354\f\0\0\363\3\0\0&\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\242\0\0\0\0\0\0\0\0\0\0\0&\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\242\0\0\0\0\0\0\0\0\0\0\0&\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 open("ppthtml", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 13 entries */, 4096) = 392 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("ppthtml", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\243\0\0\0\354\f\0\0\363\3\0\0&\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\243\0\0\0\354\f\0\0\363\3\0\0&\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\243\0\0\0\0\0\0\0\0\0\0\0&\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\243\0\0\0\0\0\0\0\0\0\0\0&\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\244\0\0\0\354\f\0\0\363\3\0\0\16\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\244\0\0\0\354\f\0\0\363\3\0\0\16\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\244\0\0\0\0\0\0\0\0\0\0\0\16\300Z\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\244\0\0\0\0\0\0\0\0\0\0\0\16\300Z\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\245\0\0\0\354\f\0\0\363\3\0\0\16\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\245\0\0\0\354\f\0\0\363\3\0\0\16\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\245\0\0\0\0\0\0\0\0\0\0\0\16\300Z\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\245\0\0\0\0\0\0\0\0\0\0\0\16\300Z\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\246\0\0\0\354\f\0\0\363\3\0\0\17\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\246\0\0\0\354\f\0\0\363\3\0\0\17\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\246\0\0\0\0\0\0\0\0\0\0\0\17\300Z\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\246\0\0\0\0\0\0\0\0\0\0\0\17\300Z\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=15, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\247\0\0\0\354\f\0\0\363\3\0\0\22\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\247\0\0\0\354\f\0\0\363\3\0\0\22\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\247\0\0\0\0\0\0\0\0\0\0\0\22\300Z\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\247\0\0\0\0\0\0\0\0\0\0\0\22\300Z\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=439, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\250\0\0\0\354\f\0\0\363\3\0\0\23\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\250\0\0\0\354\f\0\0\363\3\0\0\23\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\250\0\0\0\0\0\0\0\0\0\0\0\23\300Z\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\250\0\0\0\0\0\0\0\0\0\0\0\23\300Z\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("ChangeLog", {st_mode=S_IFREG|0644, st_size=231, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\251\0\0\0\354\f\0\0\363\3\0\0)\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\251\0\0\0\354\f\0\0\363\3\0\0)\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\251\0\0\0\0\0\0\0\0\0\0\0)\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\251\0\0\0\0\0\0\0\0\0\0\0)\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=351, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\252\0\0\0\354\f\0\0\363\3\0\0*\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\252\0\0\0\354\f\0\0\363\3\0\0*\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\252\0\0\0\0\0\0\0\0\0\0\0*\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\252\0\0\0\0\0\0\0\0\0\0\0*\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=10715, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\253\0\0\0\354\f\0\0\363\3\0\0+\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\253\0\0\0\354\f\0\0\363\3\0\0+\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\253\0\0\0\0\0\0\0\0\0\0\0+\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\253\0\0\0\0\0\0\0\0\0\0\0+\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("README", {st_mode=S_IFREG|0644, st_size=2594, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\254\0\0\0\354\f\0\0\363\3\0\0003\0O\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\254\0\0\0\354\f\0\0\363\3\0\0003\0O\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\254\0\0\0\0\0\0\0\0\0\0\0003\0O\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\254\0\0\0\0\0\0\0\0\0\0\0003\0O\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("THANKS", {st_mode=S_IFREG|0644, st_size=156, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\255\0\0\0\354\f\0\0\363\3\0\0-\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\255\0\0\0\354\f\0\0\363\3\0\0-\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\255\0\0\0\0\0\0\0\0\0\0\0-\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\255\0\0\0\0\0\0\0\0\0\0\0-\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Test.ppt", {st_mode=S_IFREG|0644, st_size=9728, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\256\0\0\0\354\f\0\0\363\3\0\0.\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\256\0\0\0\354\f\0\0\363\3\0\0.\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\256\0\0\0\0\0\0\0\0\0\0\0.\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\256\0\0\0\0\0\0\0\0\0\0\0.\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("nspptview", {st_mode=S_IFREG|0755, st_size=568, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\257\0\0\0\354\f\0\0\363\3\0\0/\0O\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\257\0\0\0\354\f\0\0\363\3\0\0/\0O\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\257\0\0\0\0\0\0\0\0\0\0\0/\0O\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\257\0\0\0\0\0\0\0\0\0\0\0/\0O\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("pptdump.c", {st_mode=S_IFREG|0644, st_size=10251, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\260\0\0\0\354\f\0\0\363\3\0\0000\0O\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\260\0\0\0\354\f\0\0\363\3\0\0000\0O\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\260\0\0\0\0\0\0\0\0\0\0\0000\0O\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\260\0\0\0\0\0\0\0\0\0\0\0000\0O\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.1", {st_mode=S_IFREG|0644, st_size=549, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\261\0\0\0\354\f\0\0\363\3\0\0004\0O\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\261\0\0\0\354\f\0\0\363\3\0\0004\0O\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\261\0\0\0\0\0\0\0\0\0\0\0004\0O\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\261\0\0\0\0\0\0\0\0\0\0\0004\0O\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.c", {st_mode=S_IFREG|0644, st_size=9811, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\262\0\0\0\354\f\0\0\363\3\0\0005\0O\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\262\0\0\0\354\f\0\0\363\3\0\0005\0O\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\262\0\0\0\0\0\0\0\0\0\0\0005\0O\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\262\0\0\0\0\0\0\0\0\0\0\0005\0O\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("xlhtml", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\263\0\0\0\354\f\0\0\363\3\0\0\n\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\263\0\0\0\354\f\0\0\363\3\0\0\n\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\263\0\0\0\0\0\0\0\0\0\0\0\n\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\263\0\0\0\0\0\0\0\0\0\0\0\n\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 open("xlhtml", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 29 entries */, 4096) = 888 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("xlhtml", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\264\0\0\0\354\f\0\0\363\3\0\0\n\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\264\0\0\0\354\f\0\0\363\3\0\0\n\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\264\0\0\0\0\0\0\0\0\0\0\0\n\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\264\0\0\0\0\0\0\0\0\0\0\0\n\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\265\0\0\0\354\f\0\0\363\3\0\0\37\0_\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\265\0\0\0\354\f\0\0\363\3\0\0\37\0_\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\265\0\0\0\0\0\0\0\0\0\0\0\37\0_\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\265\0\0\0\0\0\0\0\0\0\0\0\37\0_\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 6 entries */, 4096) = 168 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\266\0\0\0\354\f\0\0\363\3\0\0\37\0_\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\266\0\0\0\354\f\0\0\363\3\0\0\37\0_\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\266\0\0\0\0\0\0\0\0\0\0\0\37\0_\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\266\0\0\0\0\0\0\0\0\0\0\0\37\0_\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\267\0\0\0\354\f\0\0\363\3\0\0!\0_\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\267\0\0\0\354\f\0\0\363\3\0\0!\0_\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\267\0\0\0\0\0\0\0\0\0\0\0!\0_\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\267\0\0\0\0\0\0\0\0\0\0\0!\0_\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=14, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\270\0\0\0\354\f\0\0\363\3\0\0&\0_\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\270\0\0\0\354\f\0\0\363\3\0\0&\0_\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\270\0\0\0\0\0\0\0\0\0\0\0&\0_\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\270\0\0\0\0\0\0\0\0\0\0\0&\0_\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=1018, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\271\0\0\0\354\f\0\0\363\3\0\0\'\0_\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\271\0\0\0\354\f\0\0\363\3\0\0\'\0_\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\271\0\0\0\0\0\0\0\0\0\0\0\'\0_\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\271\0\0\0\0\0\0\0\0\0\0\0\'\0_\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("Entries.Log", {st_mode=S_IFREG|0644, st_size=16, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\272\0\0\0\354\f\0\0\363\3\0\0(\0_\0\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\272\0\0\0\354\f\0\0\363\3\0\0(\0_\0\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\272\0\0\0\0\0\0\0\0\0\0\0(\0_\0\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\272\0\0\0\0\0\0\0\0\0\0\0(\0_\0\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("contrib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\273\0\0\0\354\f\0\0\363\3\0\0\3\300`"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\273\0\0\0\354\f\0\0\363\3\0\0\3\300`"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\273\0\0\0\0\0\0\0\0\0\0\0\3\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\273\0\0\0\0\0\0\0\0\0\0\0\3\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe7d6, 1) = 0 +15587 open("contrib", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 15 entries */, 4096) = 488 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("contrib", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\274\0\0\0\354\f\0\0\363\3\0\0\3\300`"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\274\0\0\0\354\f\0\0\363\3\0\0\3\300`"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\274\0\0\0\0\0\0\0\0\0\0\0\3\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\274\0\0\0\0\0\0\0\0\0\0\0\3\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe836, 1) = 0 +15587 lstat64("CVS", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\275\0\0\0\354\f\0\0\363\3\0\0\t\0f\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\275\0\0\0\354\f\0\0\363\3\0\0\t\0f\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\275\0\0\0\0\0\0\0\0\0\0\0\t\0f\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\275\0\0\0\0\0\0\0\0\0\0\0\t\0f\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe696, 1) = 0 +15587 open("CVS", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 5 entries */, 4096) = 136 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("CVS", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\276\0\0\0\354\f\0\0\363\3\0\0\t\0f\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\276\0\0\0\354\f\0\0\363\3\0\0\t\0f\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\276\0\0\0\0\0\0\0\0\0\0\0\t\0f\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\276\0\0\0\0\0\0\0\0\0\0\0\t\0f\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe6f6, 1) = 0 +15587 lstat64("Root", {st_mode=S_IFREG|0644, st_size=51, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\277\0\0\0\354\f\0\0\363\3\0\0\n\0f\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\277\0\0\0\354\f\0\0\363\3\0\0\n\0f\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\277\0\0\0\0\0\0\0\0\0\0\0\n\0f\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\277\0\0\0\0\0\0\0\0\0\0\0\n\0f\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Repository", {st_mode=S_IFREG|0644, st_size=22, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\300\0\0\0\354\f\0\0\363\3\0\0\v\0f\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\300\0\0\0\354\f\0\0\363\3\0\0\v\0f\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\300\0\0\0\0\0\0\0\0\0\0\0\v\0f\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\300\0\0\0\0\0\0\0\0\0\0\0\v\0f\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 lstat64("Entries", {st_mode=S_IFREG|0644, st_size=577, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\301\0\0\0\354\f\0\0\363\3\0\0\34\0f\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\301\0\0\0\354\f\0\0\363\3\0\0\34\0f\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\301\0\0\0\0\0\0\0\0\0\0\0\34\0f\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\301\0\0\0\0\0\0\0\0\0\0\0\34\0f\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe486, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("convertXLS.cgi", {st_mode=S_IFREG|0755, st_size=14214, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\302\0\0\0\354\f\0\0\363\3\0\0\4\300`"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\302\0\0\0\354\f\0\0\363\3\0\0\4\300`"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\302\0\0\0\0\0\0\0\0\0\0\0\4\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\302\0\0\0\0\0\0\0\0\0\0\0\4\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("convertXLS.html", {st_mode=S_IFREG|0644, st_size=1275, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\303\0\0\0\354\f\0\0\363\3\0\0\6\300`"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\303\0\0\0\354\f\0\0\363\3\0\0\6\300`"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\303\0\0\0\0\0\0\0\0\0\0\0\6\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\303\0\0\0\0\0\0\0\0\0\0\0\6\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("convertXLS.txt", {st_mode=S_IFREG|0644, st_size=570, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\304\0\0\0\354\f\0\0\363\3\0\0\24\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\304\0\0\0\354\f\0\0\363\3\0\0\24\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\304\0\0\0\0\0\0\0\0\0\0\0\24\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\304\0\0\0\0\0\0\0\0\0\0\0\24\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("excel2text", {st_mode=S_IFREG|0755, st_size=388, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\305\0\0\0\354\f\0\0\363\3\0\0\25\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\305\0\0\0\354\f\0\0\363\3\0\0\25\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\305\0\0\0\0\0\0\0\0\0\0\0\25\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\305\0\0\0\0\0\0\0\0\0\0\0\25\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("excel2text.txt", {st_mode=S_IFREG|0644, st_size=956, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\306\0\0\0\354\f\0\0\363\3\0\0\26\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\306\0\0\0\354\f\0\0\363\3\0\0\26\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\306\0\0\0\0\0\0\0\0\0\0\0\26\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\306\0\0\0\0\0\0\0\0\0\0\0\26\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("nsopen", {st_mode=S_IFREG|0755, st_size=491, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\307\0\0\0\354\f\0\0\363\3\0\0\27\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\307\0\0\0\354\f\0\0\363\3\0\0\27\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\307\0\0\0\0\0\0\0\0\0\0\0\27\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\307\0\0\0\0\0\0\0\0\0\0\0\27\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("nsxlview", {st_mode=S_IFREG|0755, st_size=748, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\310\0\0\0\354\f\0\0\363\3\0\0\30\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\310\0\0\0\354\f\0\0\363\3\0\0\30\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\310\0\0\0\0\0\0\0\0\0\0\0\30\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\310\0\0\0\0\0\0\0\0\0\0\0\30\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("uploader.pl", {st_mode=S_IFREG|0755, st_size=8536, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\311\0\0\0\354\f\0\0\363\3\0\0\31\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\311\0\0\0\354\f\0\0\363\3\0\0\31\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\311\0\0\0\0\0\0\0\0\0\0\0\31\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\311\0\0\0\0\0\0\0\0\0\0\0\31\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("uploader.txt", {st_mode=S_IFREG|0644, st_size=1078, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\312\0\0\0\354\f\0\0\363\3\0\0\32\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\312\0\0\0\354\f\0\0\363\3\0\0\32\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\312\0\0\0\0\0\0\0\0\0\0\0\32\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\312\0\0\0\0\0\0\0\0\0\0\0\32\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("xlhtml.dtd", {st_mode=S_IFREG|0644, st_size=1624, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\313\0\0\0\354\f\0\0\363\3\0\0\33\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\313\0\0\0\354\f\0\0\363\3\0\0\33\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\313\0\0\0\0\0\0\0\0\0\0\0\33\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\313\0\0\0\0\0\0\0\0\0\0\0\33\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("xlhtml.dtd.txt", {st_mode=S_IFREG|0644, st_size=70, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\314\0\0\0\354\f\0\0\363\3\0\0\34\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\314\0\0\0\354\f\0\0\363\3\0\0\34\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\314\0\0\0\0\0\0\0\0\0\0\0\34\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\314\0\0\0\0\0\0\0\0\0\0\0\34\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 lstat64("xlv", {st_mode=S_IFREG|0755, st_size=1929, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\315\0\0\0\354\f\0\0\363\3\0\0\35\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\315\0\0\0\354\f\0\0\363\3\0\0\35\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\315\0\0\0\0\0\0\0\0\0\0\0\35\300`\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\315\0\0\0\0\0\0\0\0\0\0\0\35\300`\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe5c6, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("ChangeLog", {st_mode=S_IFREG|0644, st_size=9088, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\316\0\0\0\354\f\0\0\363\3\0\0\v\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\316\0\0\0\354\f\0\0\363\3\0\0\v\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\316\0\0\0\0\0\0\0\0\0\0\0\v\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\316\0\0\0\0\0\0\0\0\0\0\0\v\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Makefile.am", {st_mode=S_IFREG|0644, st_size=666, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\317\0\0\0\354\f\0\0\363\3\0\0\f\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\317\0\0\0\354\f\0\0\363\3\0\0\f\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\317\0\0\0\0\0\0\0\0\0\0\0\f\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\317\0\0\0\0\0\0\0\0\0\0\0\f\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Makefile.in", {st_mode=S_IFREG|0644, st_size=11338, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\320\0\0\0\354\f\0\0\363\3\0\0\r\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\320\0\0\0\354\f\0\0\363\3\0\0\r\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\320\0\0\0\0\0\0\0\0\0\0\0\r\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\320\0\0\0\0\0\0\0\0\0\0\0\r\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("README", {st_mode=S_IFREG|0644, st_size=5317, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\321\0\0\0\354\f\0\0\363\3\0\0\16\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\321\0\0\0\354\f\0\0\363\3\0\0\16\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\321\0\0\0\0\0\0\0\0\0\0\0\16\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\321\0\0\0\0\0\0\0\0\0\0\0\16\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("THANKS", {st_mode=S_IFREG|0644, st_size=473, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\322\0\0\0\354\f\0\0\363\3\0\0\17\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\322\0\0\0\354\f\0\0\363\3\0\0\17\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\322\0\0\0\0\0\0\0\0\0\0\0\17\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\322\0\0\0\0\0\0\0\0\0\0\0\17\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("TODO", {st_mode=S_IFREG|0644, st_size=675, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\323\0\0\0\354\f\0\0\363\3\0\0\20\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\323\0\0\0\354\f\0\0\363\3\0\0\20\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\323\0\0\0\0\0\0\0\0\0\0\0\20\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\323\0\0\0\0\0\0\0\0\0\0\0\20\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("Test.xls", {st_mode=S_IFREG|0644, st_size=33280, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\324\0\0\0\354\f\0\0\363\3\0\0\21\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\324\0\0\0\354\f\0\0\363\3\0\0\21\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\324\0\0\0\0\0\0\0\0\0\0\0\21\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\324\0\0\0\0\0\0\0\0\0\0\0\21\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ascii.c", {st_mode=S_IFREG|0644, st_size=2758, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\325\0\0\0\354\f\0\0\363\3\0\0\22\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\325\0\0\0\354\f\0\0\363\3\0\0\22\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\325\0\0\0\0\0\0\0\0\0\0\0\22\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\325\0\0\0\0\0\0\0\0\0\0\0\22\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("doxygen.conf", {st_mode=S_IFREG|0644, st_size=28977, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\326\0\0\0\354\f\0\0\363\3\0\0\23\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\326\0\0\0\354\f\0\0\363\3\0\0\23\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\326\0\0\0\0\0\0\0\0\0\0\0\23\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\326\0\0\0\0\0\0\0\0\0\0\0\23\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("gpdemo", {st_mode=S_IFREG|0755, st_size=1104, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\327\0\0\0\354\f\0\0\363\3\0\0\24\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\327\0\0\0\354\f\0\0\363\3\0\0\24\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\327\0\0\0\0\0\0\0\0\0\0\0\24\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\327\0\0\0\0\0\0\0\0\0\0\0\24\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("html.c", {st_mode=S_IFREG|0644, st_size=8245, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\330\0\0\0\354\f\0\0\363\3\0\0\25\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\330\0\0\0\354\f\0\0\363\3\0\0\25\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\330\0\0\0\0\0\0\0\0\0\0\0\25\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\330\0\0\0\0\0\0\0\0\0\0\0\25\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("nsopen", {st_mode=S_IFREG|0755, st_size=444, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\331\0\0\0\354\f\0\0\363\3\0\0\26\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\331\0\0\0\354\f\0\0\363\3\0\0\26\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\331\0\0\0\0\0\0\0\0\0\0\0\26\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\331\0\0\0\0\0\0\0\0\0\0\0\26\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("nsxlview", {st_mode=S_IFREG|0755, st_size=569, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\332\0\0\0\354\f\0\0\363\3\0\0\27\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\332\0\0\0\354\f\0\0\363\3\0\0\27\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\332\0\0\0\0\0\0\0\0\0\0\0\27\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\332\0\0\0\0\0\0\0\0\0\0\0\27\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("support.c", {st_mode=S_IFREG|0644, st_size=5385, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\333\0\0\0\354\f\0\0\363\3\0\0\30\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\333\0\0\0\354\f\0\0\363\3\0\0\30\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\333\0\0\0\0\0\0\0\0\0\0\0\30\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\333\0\0\0\0\0\0\0\0\0\0\0\30\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("support.h", {st_mode=S_IFREG|0644, st_size=498, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\334\0\0\0\354\f\0\0\363\3\0\0\31\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\334\0\0\0\354\f\0\0\363\3\0\0\31\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\334\0\0\0\0\0\0\0\0\0\0\0\31\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\334\0\0\0\0\0\0\0\0\0\0\0\31\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("tuneable.h", {st_mode=S_IFREG|0644, st_size=1352, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\335\0\0\0\354\f\0\0\363\3\0\0\32\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\335\0\0\0\354\f\0\0\363\3\0\0\32\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\335\0\0\0\0\0\0\0\0\0\0\0\32\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\335\0\0\0\0\0\0\0\0\0\0\0\32\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("version.h", {st_mode=S_IFREG|0644, st_size=24, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\336\0\0\0\354\f\0\0\363\3\0\0\33\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\336\0\0\0\354\f\0\0\363\3\0\0\33\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\336\0\0\0\0\0\0\0\0\0\0\0\33\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\336\0\0\0\0\0\0\0\0\0\0\0\33\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlcdump.c", {st_mode=S_IFREG|0644, st_size=8612, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\337\0\0\0\354\f\0\0\363\3\0\0\34\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\337\0\0\0\354\f\0\0\363\3\0\0\34\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\337\0\0\0\0\0\0\0\0\0\0\0\34\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\337\0\0\0\0\0\0\0\0\0\0\0\34\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xldump.c", {st_mode=S_IFREG|0644, st_size=12713, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\340\0\0\0\354\f\0\0\363\3\0\0\35\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\340\0\0\0\354\f\0\0\363\3\0\0\35\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\340\0\0\0\0\0\0\0\0\0\0\0\35\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\340\0\0\0\0\0\0\0\0\0\0\0\35\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.1", {st_mode=S_IFREG|0644, st_size=2549, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\341\0\0\0\354\f\0\0\363\3\0\0$\200^\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\341\0\0\0\354\f\0\0\363\3\0\0$\200^\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\341\0\0\0\0\0\0\0\0\0\0\0$\200^\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\341\0\0\0\0\0\0\0\0\0\0\0$\200^\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.c", {st_mode=S_IFREG|0644, st_size=97019, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\342\0\0\0\354\f\0\0\363\3\0\0%\200^\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\342\0\0\0\354\f\0\0\363\3\0\0%\200^\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\342\0\0\0\0\0\0\0\0\0\0\0%\200^\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\342\0\0\0\0\0\0\0\0\0\0\0%\200^\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.h", {st_mode=S_IFREG|0644, st_size=5774, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\343\0\0\0\354\f\0\0\363\3\0\0 \200^\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\343\0\0\0\354\f\0\0\363\3\0\0 \200^\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\343\0\0\0\0\0\0\0\0\0\0\0 \200^\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\343\0\0\0\0\0\0\0\0\0\0\0 \200^\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xls-handler", {st_mode=S_IFREG|0755, st_size=93, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\344\0\0\0\354\f\0\0\363\3\0\0!\200^\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\344\0\0\0\354\f\0\0\363\3\0\0!\200^\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\344\0\0\0\0\0\0\0\0\0\0\0!\200^\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\344\0\0\0\0\0\0\0\0\0\0\0!\200^\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xml.c", {st_mode=S_IFREG|0644, st_size=5473, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\345\0\0\0\354\f\0\0\363\3\0\0\"\200^"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\345\0\0\0\354\f\0\0\363\3\0\0\"\200^"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\345\0\0\0\0\0\0\0\0\0\0\0\"\200^\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\345\0\0\0\0\0\0\0\0\0\0\0\"\200^\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("rats", {st_mode=S_IFREG|0644, st_size=2935, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\346\0\0\0\354\f\0\0\363\3\0\0#\200^\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\346\0\0\0\354\f\0\0\363\3\0\0#\200^\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\346\0\0\0\0\0\0\0\0\0\0\0#\200^\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\346\0\0\0\0\0\0\0\0\0\0\0#\200^\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 lstat64("Makefile.vc", {st_mode=S_IFREG|0644, st_size=376, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\347\0\0\0\354\f\0\0\363\3\0\0:\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\347\0\0\0\354\f\0\0\363\3\0\0:\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\347\0\0\0\0\0\0\0\0\0\0\0:\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\347\0\0\0\0\0\0\0\0\0\0\0:\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("Makefile.bc", {st_mode=S_IFREG|0644, st_size=386, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\350\0\0\0\354\f\0\0\363\3\0\0;\200+\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\350\0\0\0\354\f\0\0\363\3\0\0;\200+\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\350\0\0\0\0\0\0\0\0\0\0\0;\200+\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\350\0\0\0\0\0\0\0\0\0\0\0;\200+\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("strace", {st_mode=S_IFREG|0644, st_size=1140035, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\351\0\0\0\354\f\0\0\363\3\0\0000\200"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\351\0\0\0\354\f\0\0\363\3\0\0000\200"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\351\0\0\0\0\0\0\0\0\0\0\0000\200+\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\351\0\0\0\0\0\0\0\0\0\0\0000\200+\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 lstat64("debian", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\352\0\0\0\354\f\0\0\363\3\0\0!\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\352\0\0\0\354\f\0\0\363\3\0\0!\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\352\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\352\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe916, 1) = 0 +15587 open("debian", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4 +15587 fstat64(4, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 +15587 getdents64(4, /* 16 entries */, 4096) = 520 +15587 getdents64(4, /* 0 entries */, 4096) = 0 +15587 close(4) = 0 +15587 open("debian", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\353\0\0\0\354\f\0\0\363\3\0\0!\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\353\0\0\0\354\f\0\0\363\3\0\0!\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\353\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\353\0\0\0\0\0\0\0\0\0\0\0!\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe976, 1) = 0 +15587 lstat64("compat", {st_mode=S_IFREG|0644, st_size=2, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\354\0\0\0\354\f\0\0\363\3\0\0)\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\354\0\0\0\354\f\0\0\363\3\0\0)\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\354\0\0\0\0\0\0\0\0\0\0\0)\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\354\0\0\0\0\0\0\0\0\0\0\0)\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("rules", {st_mode=S_IFREG|0755, st_size=1974, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\355\0\0\0\354\f\0\0\363\3\0\0(\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\355\0\0\0\354\f\0\0\363\3\0\0(\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\355\0\0\0\0\0\0\0\0\0\0\0(\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\355\0\0\0\0\0\0\0\0\0\0\0(\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("copyright", {st_mode=S_IFREG|0644, st_size=1001, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\356\0\0\0\354\f\0\0\363\3\0\0\'\300g"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\356\0\0\0\354\f\0\0\363\3\0\0\'\300g"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\356\0\0\0\0\0\0\0\0\0\0\0\'\300g\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\356\0\0\0\0\0\0\0\0\0\0\0\'\300g\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.mime", {st_mode=S_IFREG|0644, st_size=222, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\357\0\0\0\354\f\0\0\363\3\0\0*\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\357\0\0\0\354\f\0\0\363\3\0\0*\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\357\0\0\0\0\0\0\0\0\0\0\0*\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\357\0\0\0\0\0\0\0\0\0\0\0*\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("watch", {st_mode=S_IFREG|0644, st_size=257, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\360\0\0\0\354\f\0\0\363\3\0\0,\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\360\0\0\0\354\f\0\0\363\3\0\0,\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\360\0\0\0\0\0\0\0\0\0\0\0,\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\360\0\0\0\0\0\0\0\0\0\0\0,\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("control", {st_mode=S_IFREG|0644, st_size=886, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\361\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\361\0\0\0\354\f\0\0\363\3\0\0.\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\361\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\361\0\0\0\0\0\0\0\0\0\0\0.\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.mime", {st_mode=S_IFREG|0644, st_size=216, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\362\0\0\0\354\f\0\0\363\3\0\0000\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\362\0\0\0\354\f\0\0\363\3\0\0000\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\362\0\0\0\0\0\0\0\0\0\0\0000\300g\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\362\0\0\0\0\0\0\0\0\0\0\0000\300g\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.examples", {st_mode=S_IFREG|0644, st_size=17, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\363\0\0\0\354\f\0\0\363\3\0\0002\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\363\0\0\0\354\f\0\0\363\3\0\0002\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\363\0\0\0\0\0\0\0\0\0\0\0002\300g\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\363\0\0\0\0\0\0\0\0\0\0\0002\300g\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.examples", {st_mode=S_IFREG|0644, st_size=16, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\364\0\0\0\354\f\0\0\363\3\0\0004\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\364\0\0\0\354\f\0\0\363\3\0\0004\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\364\0\0\0\0\0\0\0\0\0\0\0004\300g\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\364\0\0\0\0\0\0\0\0\0\0\0004\300g\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("changelog", {st_mode=S_IFREG|0644, st_size=1981, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\365\0\0\0\354\f\0\0\363\3\0\0006\300"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\365\0\0\0\354\f\0\0\363\3\0\0006\300"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\365\0\0\0\0\0\0\0\0\0\0\0006\300g\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\365\0\0\0\0\0\0\0\0\0\0\0006\300g\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.docs", {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\366\0\0\0\354\f\0\0\363\3\0\0:\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\366\0\0\0\354\f\0\0\363\3\0\0:\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\366\0\0\0\0\0\0\0\0\0\0\0:\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\366\0\0\0\0\0\0\0\0\0\0\0:\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("ppthtml.files", {st_mode=S_IFREG|0644, st_size=45, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\367\0\0\0\354\f\0\0\363\3\0\0<\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\367\0\0\0\354\f\0\0\363\3\0\0<\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\367\0\0\0\0\0\0\0\0\0\0\0<\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\367\0\0\0\0\0\0\0\0\0\0\0<\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.docs", {st_mode=S_IFREG|0644, st_size=48, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\370\0\0\0\354\f\0\0\363\3\0\0>\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\370\0\0\0\354\f\0\0\363\3\0\0>\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\370\0\0\0\0\0\0\0\0\0\0\0>\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\370\0\0\0\0\0\0\0\0\0\0\0>\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 lstat64("xlhtml.files", {st_mode=S_IFREG|0644, st_size=43, ...}) = 0 +15587 getpid() = 15587 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 msgsnd(983040, {1, "\3\0\0\0\343<\0\0\371\0\0\0\354\f\0\0\363\3\0\0@\300g\0"...}, 56, 0) = 0 +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\371\0\0\0\354\f\0\0\363\3\0\0@\300g\0"...}, 60, 0, 0) = 56 +15559 msgsnd(1015809, {1, "\3\0\0\0\343<\0\0\371\0\0\0\0\0\0\0\0\0\0\0@\300g\0\0\0"...}, 56, 0) = 0 +15559 msgrcv( +15587 msgrcv(1015809, {1, "\3\0\0\0\343<\0\0\371\0\0\0\0\0\0\0\0\0\0\0@\300g\0\0\0"...}, 56, 0, 0) = 56 +15587 semop(589827, 0xbfffe706, 1) = 0 +15587 open("..", O_RDONLY|O_LARGEFILE|O_NOFOLLOW) = 4 +15587 fchdir(4) = 0 +15587 close(4) = 0 +15587 close(1) = 0 +15587 exit_group(0) = ? +15576 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15587 +15576 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15576 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15576 read(3, "", 4) = 0 +15576 close(3) = 0 +15576 stat64("debian/tmp", 0x8150bb8) = -1 ENOENT (No such file or directory) +15576 exit_group(0) = ? +15566 <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 15576 +15566 --- SIGCHLD (Child exited) @ 0 (0) --- +15566 sigreturn() = ? (mask now []) +15566 rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0 +15566 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +15566 chdir("/usr/local/src/xlhtml-0.5.1") = 0 +15566 close(1) = 0 +15566 munmap(0x4001f000, 4096) = 0 +15566 exit_group(0) = ? +15549 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15566 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 --- SIGCHLD (Child exited) @ 0 (0) --- +15549 waitpid(-1, 0xbfffd430, WNOHANG) = -1 ECHILD (No child processes) +15549 sigreturn() = ? (mask now [RTMIN]) +15549 rt_sigaction(SIGINT, {0x808c3b0, [], SA_RESTORER, 0x4008f508}, {0x807a090, [], SA_RESTORER, 0x4008f508}, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 read(255, "\nexit $RESULT\n", 3076) = 14 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, ~[], [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0 +15549 kill(15559, SIGTERM) = 0 +15549 exit_group(0) = ? +15517 <... waitpid resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 15549 +15517 rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0 +15517 rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0 +15517 read(5, "", 4) = 0 +15517 close(5) = 0 +15517 close(4) = 0 +15517 close(3) = 0 +15517 exit_group(0) = ? +15559 <... msgrcv resumed> 983040, {1, "\3\0\0\0\343<\0\0\371\0\0\0\0\0\0\0\0\0\0\0@\300g\0\0\0"...}, 60, 0, 0) = -1 EINTR (Interrupted system call) +15559 --- SIGTERM (Terminated) @ 0 (0) --- +15559 msgctl(983040, IPC_RMID, 0) = 0 +15559 msgctl(1015809, IPC_RMID, 0) = 0 +15559 semctl(589827, 0, IPC_RMID, 0xbffff5dc) = 0 +15559 exit_group(0) = ? --- xlhtml-0.5.1.orig/debian/rules +++ xlhtml-0.5.1/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This is the debhelper compatability version to use. +#export DH_COMPAT=4 + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #/usr/bin/docbook-to-man debian/xlhtml.sgml > xlhtml.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + + -test -r /usr/share/misc/config.sub && \ + cp -f /usr/share/misc/config.sub config.sub + -test -r /usr/share/misc/config.guess && \ + cp -f /usr/share/misc/config.guess config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/xlhtml. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + dh_movefiles + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs + dh_installexamples + dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam + dh_installmime +# dh_installinit + dh_installcron + dh_installman + dh_installinfo +# dh_undocumented + dh_installchangelogs -pxlhtml xlhtml/ChangeLog + dh_installchangelogs -pppthtml ppthtml/ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- xlhtml-0.5.1.orig/debian/copyright +++ xlhtml-0.5.1/debian/copyright @@ -0,0 +1,24 @@ +This package was debianized by Keita Maehara on +Wed, 26 Dec 2001 22:11:39 +0900. + +It was downloaded from http://chicago.sourceforge.net/xlhtml/ + +This package is now maintained by Eric Warmenhoven . + +Upstream Author: Charles N Wyble +Copyright 2002 Charles N Wyble + +License: GPL Version 2 + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + +On Debian systems, the complete text of the GNU General Public +License, version 2, can be found in /usr/share/common-licenses/GPL-2. --- xlhtml-0.5.1.orig/debian/ppthtml.mime +++ xlhtml-0.5.1/debian/ppthtml.mime @@ -0,0 +1 @@ +application/mspowerpoint; ppthtml %s | lynx -dump -force_html -nolist /dev/stdin; copiousoutput; description=Microsoft PowerPoint Document; print=ppthtml %s | lynx -dump -force_html -nolist /dev/stdin | print text/plain:- --- xlhtml-0.5.1.orig/debian/control +++ xlhtml-0.5.1/debian/control @@ -0,0 +1,25 @@ +Source: xlhtml +Section: utils +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Eric Warmenhoven +Build-Depends: debhelper (>> 3.0.0), autotools-dev +Standards-Version: 3.6.2.1 + +Package: xlhtml +Architecture: any +Depends: ${shlibs:Depends} +Description: A program for converting Microsoft Excel Files .xls + The xlhtml program will take an Excel 95, or 97 file as input and + convert it to highly optimized html. The output is via standard out + so it can be re-directed to files or piped to filters or used as a + gateway on the internet. + +Package: ppthtml +Architecture: any +Depends: ${shlibs:Depends} +Description: A program for converting Microsoft Power Point Files .ppt + The ppthtml program will take a PowerPoint 97/95 file as input and + convert it to html. The output is via standard out so it can be + re-directed to files or piped to filters or used as a gateway to the + internet. --- xlhtml-0.5.1.orig/debian/compat +++ xlhtml-0.5.1/debian/compat @@ -0,0 +1 @@ +4 --- xlhtml-0.5.1.orig/debian/xlhtml.mime +++ xlhtml-0.5.1/debian/xlhtml.mime @@ -0,0 +1 @@ +application/excel; xlhtml -te %s | lynx -dump -force_html -nolist /dev/stdin; copiousoutput; description=Microsoft Excel Document; print=xlhtml -te %s | lynx -dump -force_html -nolist /dev/stdin | print text/plain:- --- xlhtml-0.5.1.orig/debian/ppthtml.examples +++ xlhtml-0.5.1/debian/ppthtml.examples @@ -0,0 +1 @@ +ppthtml/Test.ppt --- xlhtml-0.5.1.orig/debian/xlhtml.examples +++ xlhtml-0.5.1/debian/xlhtml.examples @@ -0,0 +1 @@ +xlhtml/Test.xls --- xlhtml-0.5.1.orig/debian/changelog +++ xlhtml-0.5.1/debian/changelog @@ -0,0 +1,74 @@ +xlhtml (0.5.1-6ubuntu1) feisty; urgency=low + + * Rebuild for ldbl128 change (powerpc, sparc). + * Set Ubuntu maintainer address. + + -- Matthias Klose Thu, 1 Mar 2007 23:01:30 +0000 + +xlhtml (0.5.1-6) unstable; urgency=low + + * Fix copyright file (closes: Bug#323643). + + -- Eric Warmenhoven Mon, 20 Mar 2006 15:32:53 -0800 + +xlhtml (0.5.1-5) unstable; urgency=low + + * Fix certain date format parsing (closes: Bug#292553). + + -- Eric Warmenhoven Wed, 13 Jul 2005 10:13:15 -0700 + +xlhtml (0.5.1-4) unstable; urgency=low + + * Updated config.guess and config.sub (closes: Bug#317345). + + -- Eric Warmenhoven Mon, 11 Jul 2005 16:14:00 -0700 + +xlhtml (0.5.1-3) unstable; urgency=low + + * Adopted (closes: Bug#276198). + * Man page updates (closes: Bug#175642, Bug#188789, Bug#192565) + * Add mime handlers (closes: Bug#144421, Bug#191243). + * Fix -xr option parsing (closes: Bug#199574). + + -- Eric Warmenhoven Wed, 25 May 2005 16:41:22 -0700 + +xlhtml (0.5.1-2) unstable; urgency=low + + * Uploading with maintainer set to Debian QA Group. + + -- Keita Maehara Wed, 13 Oct 2004 00:24:10 +0900 + +xlhtml (0.5.1-1) unstable; urgency=low + + * New upstream release (closes: Bug#152177). + + -- Keita Maehara Mon, 8 Jul 2002 20:25:06 +0900 + +xlhtml (0.5-1) unstable; urgency=low + + * New upstream release (closes: Bug#143267). + + -- Keita Maehara Thu, 18 Apr 2002 01:28:19 +0900 + +xlhtml (0.4.9.3-2) unstable; urgency=low + + * Updated config.guess and config.sub (closes: Bug#141071). + * Clarified that the license is GPL2 or later, not just GPL2 (closes: + Bug#141247). + + -- Keita Maehara Fri, 5 Apr 2002 20:40:53 +0900 + +xlhtml (0.4.9.3-1) unstable; urgency=low + + * New upstream release. + * Updated upstream information. + * Fixed cole error (closes: Bug#139447). + + -- Keita Maehara Wed, 3 Apr 2002 03:20:15 +0900 + +xlhtml (0.4-1) unstable; urgency=low + + * Initial Release (closes: Bug#80590). + + -- Keita Maehara Wed, 26 Dec 2001 22:11:39 +0900 + --- xlhtml-0.5.1.orig/debian/ppthtml.docs +++ xlhtml-0.5.1/debian/ppthtml.docs @@ -0,0 +1,3 @@ +AUTHORS +ppthtml/README +ppthtml/THANKS --- xlhtml-0.5.1.orig/debian/ppthtml.files +++ xlhtml-0.5.1/debian/ppthtml.files @@ -0,0 +1,2 @@ +usr/bin/ppthtml +usr/share/man/man1/ppthtml.1 --- xlhtml-0.5.1.orig/debian/xlhtml.docs +++ xlhtml-0.5.1/debian/xlhtml.docs @@ -0,0 +1,4 @@ +AUTHORS +xlhtml/README +xlhtml/THANKS +xlhtml/TODO --- xlhtml-0.5.1.orig/debian/xlhtml.files +++ xlhtml-0.5.1/debian/xlhtml.files @@ -0,0 +1,2 @@ +usr/bin/xlhtml +usr/share/man/man1/xlhtml.1