commit a6e19fd45a770036dec9df3247c17a963f8417f1 Author: josch Date: Sat Jun 21 15:53:04 2014 +0200 initial commit diff --git a/README b/README new file mode 100644 index 0000000..ba6b5f7 --- /dev/null +++ b/README @@ -0,0 +1,32 @@ +/sys/devices/platform/pixel_qi_screen_ctrl/state + +event0 - hardware buttons +event1 - touch buttons +event2 - touchscreen + +Ericsson F3307 +AT+CFUN=1 +AT+CGDCONT=1,"IP","$APN" +AT*ENAP=1,1 +dhclient usb0 + +working: + +xorg +touchscreen +wifi +usb host + +to be checked: +wwan +gps + +not working: +v4l2 +sound + +who needs this: +accelerometer +battery monitoring +cpu scaling +bluetooth diff --git a/README.initramfs b/README.initramfs new file mode 100644 index 0000000..57044a2 --- /dev/null +++ b/README.initramfs @@ -0,0 +1,18 @@ +old udev: 147 +new udev: 168 + +find . | cpio --quiet --dereference -o -H newc | gzip > ../debian-ramdisk.cpio.gz + +./BootTools/mkbootimg --kernel adam-kernel/arch/arm/boot/zImage --ramdisk linux_boot.img-ramdisk.cpio.gz \ +--cmdline 'mem=256M@0M nvmem=256M@256M mem=512M@512M vmalloc=384M video=tegra'\ +'fb console=tty0,115200n8 usbcore.old_scheme_first=1 cpuid=200102 devicetype='\ +'1002 tegraboot=nand mtdparts=tegra_nand:16384K@9984K(misc),16384K@26880K(rec'\ +'overy),16384K@43776K(boot),204800K@60672K(system),781952K@266112K(cache) roo'\ +'t=/dev/mmcblk0p1 init=/sbin/init debug' --output linux_boot_new.img + +sudo ./nvflash/nvflash --bl ./nvflash/bootloader.bin --download 9 linux_boot_new.img + +[ -c /dev/tty1 ] || mknod /dev/tty1 c 4 1 +setfont -v -C /dev/tty1 /Uni1-VGA16.psf.gz +mknod /dev/mmcblk0p1 b 179 1 +sleep 5 diff --git a/S01setfont b/S01setfont new file mode 100755 index 0000000..7ad1363 --- /dev/null +++ b/S01setfont @@ -0,0 +1,12 @@ +#!/bin/sh -e +### BEGIN INIT INFO +# Provides: setfont +# Required-Start: +# Required-Stop: +# Default-Start: S +# Default-Stop: +# Short-Description: Start udevd, populate /dev and load drivers. +### END INIT INFO + +[ -c /dev/tty1 ] || mknod /dev/tty1 c 4 1 +setfont -v -C /dev/tty1 /Uni1-VGA16.psf.gz diff --git a/Uni1-VGA16.psf.gz b/Uni1-VGA16.psf.gz new file mode 100644 index 0000000..10dd1c9 Binary files /dev/null and b/Uni1-VGA16.psf.gz differ diff --git a/config b/config new file mode 100644 index 0000000..c89eb86 --- /dev/null +++ b/config @@ -0,0 +1,2281 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.32.9 +# Mon Mar 7 21:29:05 2011 +# +CONFIG_ARM=y +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_GENERIC_GPIO=y +CONFIG_GENERIC_TIME=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_HARDIRQS=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_LOCKBREAK=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y +CONFIG_ARCH_HAS_DEFAULT_IDLE=y +CONFIG_ARCH_HAS_CPUFREQ=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ZONE_DMA=y +CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y +CONFIG_ARCH_PROVIDES_UDELAY=y +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_CONSTRUCTORS=y + +# +# General setup +# +CONFIG_EXPERIMENTAL=y +CONFIG_LOCK_KERNEL=y +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +CONFIG_SWAP=y +CONFIG_SYSVIPC=y +CONFIG_SYSVIPC_SYSCTL=y +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_BSD_PROCESS_ACCT is not set +CONFIG_TASKSTATS=y +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASK_XACCT=y +CONFIG_TASK_IO_ACCOUNTING=y +# CONFIG_AUDIT is not set + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_TREE_PREEMPT_RCU is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_GROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +CONFIG_RT_GROUP_SCHED=y +CONFIG_USER_SCHED=y +# CONFIG_CGROUP_SCHED is not set +# CONFIG_CGROUPS is not set +# CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_RELAY=y +# CONFIG_NAMESPACES is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +# CONFIG_RD_BZIP2 is not set +# CONFIG_RD_LZMA is not set +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_SYSCTL=y +CONFIG_ANON_INODES=y +CONFIG_PANIC_TIMEOUT=0 +CONFIG_EMBEDDED=y +CONFIG_UID16=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +# CONFIG_KALLSYMS_EXTRA_PASS is not set +CONFIG_HOTPLUG=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_ASHMEM=y +CONFIG_AIO=y + +# +# Kernel Performance Events And Counters +# +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLOB is not set +# CONFIG_PROFILING is not set +CONFIG_TRACEPOINTS=y +CONFIG_HAVE_OPROFILE=y +# CONFIG_KPROBES is not set +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_USE_GENERIC_SMP_HELPERS=y +CONFIG_HAVE_CLK=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +# CONFIG_SLOW_WORK is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_SLABINFO=y +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +CONFIG_MODULE_FORCE_LOAD=y +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +# CONFIG_MODVERSIONS is not set +# CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_STOP_MACHINE=y +CONFIG_BLOCK=y +CONFIG_LBDAF=y +# CONFIG_BLK_DEV_BSG is not set +# CONFIG_BLK_DEV_INTEGRITY is not set + +# +# IO Schedulers +# +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSCHED_AS=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_CFQ=y +# CONFIG_DEFAULT_AS is not set +# CONFIG_DEFAULT_DEADLINE is not set +# CONFIG_DEFAULT_CFQ is not set +CONFIG_DEFAULT_NOOP=y +CONFIG_DEFAULT_IOSCHED="noop" +CONFIG_FREEZER=y + +# +# System Type +# +CONFIG_MMU=y +# CONFIG_ARCH_AAEC2000 is not set +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_REALVIEW is not set +# CONFIG_ARCH_VERSATILE is not set +# CONFIG_ARCH_AT91 is not set +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_GEMINI is not set +# CONFIG_ARCH_EBSA110 is not set +# CONFIG_ARCH_EP93XX is not set +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_STMP3XXX is not set +# CONFIG_ARCH_NETX is not set +# CONFIG_ARCH_H720X is not set +# CONFIG_ARCH_NOMADIK is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP23XX is not set +# CONFIG_ARCH_IXP2000 is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_L7200 is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_LOKI is not set +# CONFIG_ARCH_MV78XX0 is not set +# CONFIG_ARCH_ORION5X is not set +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_NS9XXX is not set +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_TEGRA=y +# CONFIG_ARCH_PNX4008 is not set +# CONFIG_ARCH_PXA is not set +# CONFIG_ARCH_MSM is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_S3C2410 is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5PC1XX is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_LH7A40X is not set +# CONFIG_ARCH_U300 is not set +# CONFIG_ARCH_DAVINCI is not set +# CONFIG_ARCH_OMAP is not set +# CONFIG_ARCH_BCMRING is not set + +# +# NVIDIA Tegra options +# +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_MACH_TEGRA_GENERIC=y +CONFIG_MACH_HARMONY=y +CONFIG_MACH_VENTANA=y +CONFIG_TEGRA_ODM_KIT=y +CONFIG_ARM_ERRATA_742230=y +CONFIG_TEGRA_DEBUG_UART_NONE=y +# CONFIG_TEGRA_DEBUG_UARTA is not set +# CONFIG_TEGRA_DEBUG_UARTB is not set +# CONFIG_TEGRA_DEBUG_UARTC is not set +# CONFIG_TEGRA_DEBUG_UARTD is not set +# CONFIG_TEGRA_DEBUG_UARTE is not set +CONFIG_TEGRA_NVOS=y +CONFIG_TEGRA_NVRM=y +CONFIG_TEGRA_IOVMM_GART=y +CONFIG_TEGRA_SYSTEM_DMA=y +CONFIG_TEGRA_IOVMM=y +CONFIG_TEGRA_NVEC=y +# CONFIG_TEGRA_PCI is not set +CONFIG_TEGRA_FUSE=y +CONFIG_TEGRA_AES=y +CONFIG_TEGRA_AES_USER=y +CONFIG_TEGRA_USB_CHARGE=y +CONFIG_TEGRA_USB_VBUS_DETECT_BY_PMU=y +# CONFIG_TEGRA_LP2POLICY_DISABLED is not set +# CONFIG_TEGRA_LP2POLICY_ENTER_IN_LC is not set +# CONFIG_TEGRA_LP2POLICY_PERSIST_IN_LC is not set +CONFIG_TEGRA_LP2POLICY_IGNORE_LC=y +CONFIG_TEGRA_ODM_HARMONY=y +# CONFIG_TEGRA_ODM_VENTANA is not set +# CONFIG_TEGRA_ODM_WHISTLER is not set + +# +# Malata SMBxxxx platform options +# +# CONFIG_SMBA1011 is not set +# CONFIG_SMBA1002 is not set +# CONFIG_SMBA1004 is not set +CONFIG_SMBA1006=y +# CONFIG_SMBA1007 is not set +# CONFIG_SMBA8901 is not set +# CONFIG_SMBA9701 is not set + +# +# Subboard platform +# +# CONFIG_7379Y_V10 is not set +CONFIG_7379Y_V11=y + +# +# Processor Type +# +CONFIG_CPU_32=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_V7=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_HAS_ASID=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y + +# +# Processor Features +# +CONFIG_ARM_THUMB=y +CONFIG_ARM_THUMBEE=y +CONFIG_SWP_EMULATE=y +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_DCACHE_DISABLE is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_HAS_TLS_REG=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_ARM_L1_CACHE_SHIFT=5 +CONFIG_ARCH_HAS_BARRIERS=y +CONFIG_TEGRA_ERRATA_657451=y +# CONFIG_ARM_ERRATA_430973 is not set +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set +CONFIG_ARM_GIC=y +CONFIG_DMABOUNCE=y +CONFIG_COMMON_CLKDEV=y + +# +# Bus support +# +# CONFIG_PCI_SYSCALL is not set +# CONFIG_ARCH_SUPPORTS_MSI is not set +# CONFIG_PCCARD is not set + +# +# Kernel Features +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_SMP=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_USE_ARM_TWD_PRESCALER=y +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_NR_CPUS=2 +CONFIG_HOTPLUG_CPU=y +CONFIG_LOCAL_TIMERS=y +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_HZ=100 +# CONFIG_THUMB2_KERNEL is not set +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +CONFIG_HIGHMEM=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_DISCONTIGMEM_MANUAL is not set +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_ZONE_DMA_FLAG=1 +CONFIG_BOUNCE=y +CONFIG_VIRT_TO_BUS=y +CONFIG_HAVE_MLOCK=y +CONFIG_HAVE_MLOCKED_PAGE_BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ALIGNMENT_TRAP=y +# CONFIG_UACCESS_WITH_MEMCPY is not set + +# +# Boot options +# +CONFIG_ZBOOT_ROM_TEXT=0 +CONFIG_ZBOOT_ROM_BSS=0 +CONFIG_CMDLINE="" +# CONFIG_XIP_KERNEL is not set +# CONFIG_KEXEC is not set + +# +# CPU Power Management +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_TABLE=y +# CONFIG_CPU_FREQ_DEBUG is not set +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_STAT_DETAILS is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +CONFIG_CPU_FREQ_GOV_POWERSAVE=y +CONFIG_CPU_FREQ_GOV_USERSPACE=y +CONFIG_CPU_FREQ_GOV_ONDEMAND=y +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +CONFIG_VFP=y +CONFIG_VFPv3=y +# CONFIG_NEON is not set + +# +# Userspace binary formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_HAVE_AOUT=y +# CONFIG_BINFMT_AOUT is not set +# CONFIG_BINFMT_MISC is not set + +# +# Power management options +# +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_SLEEP=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_HAS_WAKELOCK=y +CONFIG_HAS_EARLYSUSPEND=y +CONFIG_WAKELOCK=y +CONFIG_WAKELOCK_STAT=y +CONFIG_USER_WAKELOCK=y +CONFIG_EARLYSUSPEND=y +# CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set +# CONFIG_CONSOLE_EARLYSUSPEND is not set +CONFIG_FB_EARLYSUSPEND=y +# CONFIG_APM_EMULATION is not set +CONFIG_PM_RUNTIME=y +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_NET=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_MMAP is not set +CONFIG_UNIX=y +CONFIG_XFRM=y +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +CONFIG_XFRM_IPCOMP=y +CONFIG_NET_KEY=y +# CONFIG_NET_KEY_MIGRATE is not set +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_IP_FIB_TRIE is not set +CONFIG_IP_FIB_HASH=y +# CONFIG_IP_MULTIPLE_TABLES is not set +# CONFIG_IP_ROUTE_MULTIPATH is not set +# CONFIG_IP_ROUTE_VERBOSE is not set +# CONFIG_IP_PNP is not set +CONFIG_NET_IPIP=y +CONFIG_NET_IPGRE=y +# CONFIG_ARPD is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_INET_AH is not set +CONFIG_INET_ESP=y +CONFIG_INET_IPCOMP=y +CONFIG_INET_XFRM_TUNNEL=y +CONFIG_INET_TUNNEL=y +CONFIG_INET_XFRM_MODE_TRANSPORT=y +CONFIG_INET_XFRM_MODE_TUNNEL=y +CONFIG_INET_XFRM_MODE_BEET=y +CONFIG_INET_LRO=y +# CONFIG_INET_DIAG is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +CONFIG_IPV6_PRIVACY=y +CONFIG_IPV6_ROUTER_PREF=y +CONFIG_IPV6_ROUTE_INFO=y +CONFIG_IPV6_OPTIMISTIC_DAD=y +CONFIG_INET6_AH=y +CONFIG_INET6_ESP=y +CONFIG_INET6_IPCOMP=y +# CONFIG_IPV6_MIP6 is not set +CONFIG_INET6_XFRM_TUNNEL=y +CONFIG_INET6_TUNNEL=y +CONFIG_INET6_XFRM_MODE_TRANSPORT=y +CONFIG_INET6_XFRM_MODE_TUNNEL=y +CONFIG_INET6_XFRM_MODE_BEET=y +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set +CONFIG_IPV6_SIT=y +CONFIG_IPV6_NDISC_NODETYPE=y +CONFIG_IPV6_TUNNEL=m +CONFIG_IPV6_MULTIPLE_TABLES=y +CONFIG_IPV6_SUBTREES=y +CONFIG_IPV6_MROUTE=y +CONFIG_IPV6_PIMSM_V2=y +CONFIG_ANDROID_PARANOID_NETWORK=y +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_ADVANCED=y + +# +# Core Netfilter Configuration +# +CONFIG_NETFILTER_NETLINK=y +CONFIG_NETFILTER_NETLINK_QUEUE=y +CONFIG_NETFILTER_NETLINK_LOG=y +CONFIG_NF_CONNTRACK=y +CONFIG_NF_CT_ACCT=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_EVENTS=y +CONFIG_NF_CT_PROTO_DCCP=y +CONFIG_NF_CT_PROTO_GRE=y +CONFIG_NF_CT_PROTO_SCTP=y +CONFIG_NF_CT_PROTO_UDPLITE=y +CONFIG_NF_CONNTRACK_AMANDA=y +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_H323=y +CONFIG_NF_CONNTRACK_IRC=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=y +CONFIG_NF_CONNTRACK_PPTP=y +CONFIG_NF_CONNTRACK_SANE=y +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CONNTRACK_TFTP=y +# CONFIG_NF_CT_NETLINK is not set +CONFIG_NETFILTER_XTABLES=y +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set +# CONFIG_NETFILTER_XT_TARGET_LED is not set +# CONFIG_NETFILTER_XT_TARGET_MARK is not set +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set +CONFIG_NETFILTER_XT_MATCH_CONNMARK=y +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set +# CONFIG_NETFILTER_XT_MATCH_ESP is not set +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_HL is not set +CONFIG_NETFILTER_XT_MATCH_IPRANGE=y +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_MAC is not set +# CONFIG_NETFILTER_XT_MATCH_MARK is not set +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y +CONFIG_NETFILTER_XT_MATCH_OWNER=y +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set +# CONFIG_NETFILTER_XT_MATCH_REALM is not set +# CONFIG_NETFILTER_XT_MATCH_RECENT is not set +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set +CONFIG_NETFILTER_XT_MATCH_STATE=y +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set +# CONFIG_NETFILTER_XT_MATCH_STRING is not set +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set +# CONFIG_NETFILTER_XT_MATCH_U32 is not set +# CONFIG_NETFILTER_XT_MATCH_OSF is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +CONFIG_NF_CONNTRACK_IPV4=y +CONFIG_NF_CONNTRACK_PROC_COMPAT=y +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_IPTABLES=y +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set +# CONFIG_IP_NF_MATCH_AH is not set +# CONFIG_IP_NF_MATCH_ECN is not set +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_LOG is not set +# CONFIG_IP_NF_TARGET_ULOG is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_NEEDED=y +CONFIG_IP_NF_TARGET_MASQUERADE=y +CONFIG_IP_NF_TARGET_NETMAP=y +CONFIG_IP_NF_TARGET_REDIRECT=y +CONFIG_NF_NAT_SNMP_BASIC=y +CONFIG_NF_NAT_PROTO_DCCP=y +CONFIG_NF_NAT_PROTO_GRE=y +CONFIG_NF_NAT_PROTO_UDPLITE=y +CONFIG_NF_NAT_PROTO_SCTP=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_TFTP=y +CONFIG_NF_NAT_AMANDA=y +CONFIG_NF_NAT_PPTP=y +CONFIG_NF_NAT_H323=y +CONFIG_NF_NAT_SIP=y +# CONFIG_IP_NF_MANGLE is not set +# CONFIG_IP_NF_TARGET_TTL is not set +# CONFIG_IP_NF_RAW is not set +# CONFIG_IP_NF_ARPTABLES is not set + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_CONNTRACK_IPV6 is not set +# CONFIG_IP6_NF_QUEUE is not set +# CONFIG_IP6_NF_IPTABLES is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_DECNET is not set +# CONFIG_LLC2 is not set +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_PHONET is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_IRDA is not set +CONFIG_BT=y +CONFIG_BT_L2CAP=y +CONFIG_BT_SCO=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=y +# CONFIG_BT_BNEP_MC_FILTER is not set +# CONFIG_BT_BNEP_PROTO_FILTER is not set +CONFIG_BT_HIDP=y + +# +# Bluetooth device drivers +# +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_LL=y +# CONFIG_BT_HCIBCM203X is not set +CONFIG_BT_BLUESLEEP=y +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +# CONFIG_AF_RXRPC is not set +CONFIG_FIB_RULES=y +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set +CONFIG_CFG80211_DEFAULT_PS_VALUE=0 +CONFIG_WIRELESS_OLD_REGULATORY=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIRELESS_EXT_SYSFS=y +# CONFIG_LIB80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +# CONFIG_WIMAX is not set +CONFIG_RFKILL=y +# CONFIG_RFKILL_PM is not set +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_NET_9P is not set + +# +# Device Drivers +# + +# +# Generic Driver Options +# +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +# CONFIG_DEVTMPFS is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_FW_LOADER=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_CONNECTOR is not set +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_TESTS is not set +# CONFIG_MTD_CONCAT is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_AR7_PARTS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_MTD_OOPS is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_PLATRAM is not set + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_DATAFLASH is not set +CONFIG_MTD_NAND_TEGRA=y +# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_NAND_IDS=y +CONFIG_MTD_NAND=y +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_ALAUDA is not set +# CONFIG_MTD_ONENAND is not set + +# +# LPDDR flash memory drivers +# +# CONFIG_MTD_LPDDR is not set + +# +# UBI - Unsorted block images +# +# CONFIG_MTD_UBI is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_LOOP=y +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_MG_DISK is not set +CONFIG_MISC_DEVICES=y +# CONFIG_ANDROID_PMEM is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_KERNEL_DEBUGGER_CORE is not set +# CONFIG_ISL29003 is not set +CONFIG_UID_STAT=y +CONFIG_LBEE9QMB_RFKILL=y +# CONFIG_WL127X_RFKILL is not set +# CONFIG_APANIC is not set +CONFIG_PIXEL_QI_SCREEN_CTRL=y +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +CONFIG_HAVE_IDE=y +# CONFIG_IDE is not set + +# +# SCSI device support +# +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +# CONFIG_SCSI_TGT is not set +# CONFIG_SCSI_NETLINK is not set +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +CONFIG_BLK_DEV_SR=y +CONFIG_BLK_DEV_SR_VENDOR=y +CONFIG_CHR_DEV_SG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_MULTI_LUN=y +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set +CONFIG_SCSI_WAIT_SCAN=m + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_LIBFC is not set +# CONFIG_LIBFCOE is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_DH is not set +# CONFIG_SCSI_OSD_INITIATOR is not set +# CONFIG_ATA is not set +CONFIG_MD=y +# CONFIG_BLK_DEV_MD is not set +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_CRYPT=y +CONFIG_DM_CRYPT_GLOBAL_WORKQUEUES=y +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_MIRROR is not set +# CONFIG_DM_ZERO is not set +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_UEVENT is not set +CONFIG_NETDEVICES=y +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_MACVLAN is not set +# CONFIG_EQUALIZER is not set +CONFIG_TUN=y +# CONFIG_VETH is not set +# CONFIG_PHYLIB is not set +CONFIG_NET_ETHERNET=y +CONFIG_MII=y +# CONFIG_AX88796 is not set +# CONFIG_SMC91X is not set +# CONFIG_DM9000 is not set +# CONFIG_ENC28J60 is not set +# CONFIG_ETHOC is not set +# CONFIG_SMC911X is not set +# CONFIG_SMSC911X is not set +# CONFIG_DNET is not set +# CONFIG_IBM_NEW_EMAC_ZMII is not set +# CONFIG_IBM_NEW_EMAC_RGMII is not set +# CONFIG_IBM_NEW_EMAC_TAH is not set +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set +# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set +# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set +# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set +# CONFIG_B44 is not set +# CONFIG_KS8842 is not set +# CONFIG_KS8851 is not set +# CONFIG_KS8851_MLL is not set +# CONFIG_NETDEV_1000 is not set +# CONFIG_NETDEV_10000 is not set +CONFIG_WLAN=y +# CONFIG_WLAN_PRE80211 is not set +# CONFIG_WLAN_80211 is not set +CONFIG_BCM4329=m +CONFIG_BCM4329_SOFTAP=y +CONFIG_BCM4329_FW_PATH="/lib/firmware/fw_bcm4329.bin" +CONFIG_BCM4329_NVRAM_PATH="/lib/firmware/nvram.txt" + +# +# Enable WiMAX (Networking options) to see the WiMAX drivers +# + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +CONFIG_USB_USBNET=y +# CONFIG_USB_NET_AX8817X is not set +CONFIG_USB_NET_CDCETHER=y +# CONFIG_USB_NET_CDC_EEM is not set +# CONFIG_USB_NET_DM9601 is not set +CONFIG_USB_NET_SMSC95XX=y +# CONFIG_USB_NET_GL620A is not set +# CONFIG_USB_NET_NET1080 is not set +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET=y +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +# CONFIG_USB_NET_ZAURUS is not set +# CONFIG_USB_HSO is not set +# CONFIG_USB_NET_INT51X1 is not set +CONFIG_ERICSSON_F3307_ENABLE=y +CONFIG_USB_NET_QF9700=y +CONFIG_USB_NET_CDC_NCM=y +# CONFIG_WAN is not set +CONFIG_PPP=y +# CONFIG_PPP_MULTILINK is not set +CONFIG_PPP_FILTER=y +CONFIG_PPP_ASYNC=y +CONFIG_PPP_SYNC_TTY=y +CONFIG_PPP_DEFLATE=y +CONFIG_PPP_BSDCOMP=y +# CONFIG_PPP_MPPE is not set +# CONFIG_PPPOE is not set +# CONFIG_PPPOL2TP is not set +# CONFIG_PPPOLAC is not set +# CONFIG_PPPOPNS is not set +# CONFIG_SLIP is not set +CONFIG_SLHC=y +# CONFIG_NETCONSOLE is not set +# CONFIG_NETPOLL is not set +# CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_ISDN is not set +# CONFIG_PHONE is not set + +# +# Input device support +# +CONFIG_INPUT=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_POLLDEV is not set + +# +# Userland interfaces +# +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=600 +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set +CONFIG_INPUT_KEYRESET=y + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_QT2160 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_TEGRA is not set +# CONFIG_KEYBOARD_TEGRA_NVEC is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_SO340010=y +CONFIG_INPUT_MOUSE=y +# CONFIG_MOUSE_PS2 is not set +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +CONFIG_MOUSE_TEGRA_NVEC=y +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879_I2C is not set +# CONFIG_TOUCHSCREEN_AD7879_SPI is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM=y +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +CONFIG_TOUCHSCREEN_USB_COMPOSITE=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +# CONFIG_TOUCHSCREEN_USB_3M is not set +# CONFIG_TOUCHSCREEN_USB_ITM is not set +# CONFIG_TOUCHSCREEN_USB_ETURBO is not set +# CONFIG_TOUCHSCREEN_USB_GUNZE is not set +# CONFIG_TOUCHSCREEN_USB_DMC_TSC10 is not set +# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set +# CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set +# CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set +# CONFIG_TOUCHSCREEN_USB_GOTOP is not set +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_E2I=y +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_W90X900 is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM_AK4183=y +CONFIG_TOUCHSCREEN_TEGRA_ODM_AT168=y +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYCHORD is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +CONFIG_INPUT_UINPUT=y +# CONFIG_INPUT_GPIO is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_TEGRA_ODM_ACCEL is not set +# CONFIG_INPUT_TEGRA_ODM_SCROLL is not set +CONFIG_INPUT_GPS_CONTROL=y +CONFIG_INPUT_DUMMY_SENSOR=y +CONFIG_INPUT_LIS35DE_ACCEL=y +CONFIG_INPUT_ISL29023_LS=y +CONFIG_SENSORS_ECOMPASS=y +CONFIG_SENSORS_MMC3140=y + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_RAW=y +# CONFIG_GAMEPORT is not set + +# +# Character devices +# +CONFIG_VT=y +# CONFIG_CONSOLE_TRANSLATIONS is not set +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_DEVMEM=y +# CONFIG_DEVKMEM is not set +# CONFIG_SERIAL_NONSTANDARD is not set + +# +# Serial drivers +# +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_NR_UARTS=1 +CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +# CONFIG_SERIAL_8250_EXTENDED is not set + +# +# Non-8250 serial port support +# +CONFIG_SERIAL_TEGRA=y +# CONFIG_SERIAL_MAX3100 is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_UNIX98_PTYS=y +# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +# CONFIG_LEGACY_PTYS is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_R3964 is not set +# CONFIG_RAW_DRIVER is not set +# CONFIG_TCG_TPM is not set +# CONFIG_DCC_TTY is not set +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +CONFIG_I2C_CHARDEV=y +CONFIG_I2C_HELPER_AUTO=y + +# +# I2C Hardware Bus support +# + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE is not set +# CONFIG_I2C_GPIO is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_TEGRA=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_PARPORT_LIGHT is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_STUB is not set + +# +# Miscellaneous I2C Chip support +# +# CONFIG_DS1682 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_PCA963X is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CHIP is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_TEGRA=y + +# +# SPI Protocol Masters +# +# CONFIG_SPI_SPIDEV is not set +# CONFIG_SPI_TLE62X0 is not set + +# +# PPS support +# +# CONFIG_PPS is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +CONFIG_GPIOLIB=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y + +# +# Memory mapped GPIO expanders: +# + +# +# I2C GPIO expanders: +# +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCF857X is not set + +# +# PCI GPIO expanders: +# + +# +# SPI GPIO expanders: +# +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MCP23S08 is not set +# CONFIG_GPIO_MC33880 is not set + +# +# AC97 GPIO expanders: +# +# CONFIG_W1 is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_PDA_POWER is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_BQ27x00 is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_TEGRA_BATTERY_ODM is not set +# CONFIG_TEGRA_BATTERY_NVEC is not set +# CONFIG_YOKU_0563113_BATTERY is not set +# CONFIG_SMBA1011_BATTERY is not set +CONFIG_SMBA1002_BATTERY=y +# CONFIG_HWMON is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y + +# +# Sonics Silicon Backplane +# +# CONFIG_SSB is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_ASIC3 is not set +# CONFIG_HTC_EGPIO is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_TPS65010 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_MFD_TMIO is not set +# CONFIG_MFD_T7L66XB is not set +# CONFIG_MFD_TC6387XB is not set +# CONFIG_MFD_TC6393XB is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_MC13783 is not set +# CONFIG_AB3100_CORE is not set +# CONFIG_EZX_PCAP is not set +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +# CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_BQ24022 is not set +# CONFIG_REGULATOR_MAX1586 is not set +CONFIG_REGULATOR_TEGRA=y +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_MEDIA_SUPPORT=y + +# +# Multimedia core support +# +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_COMMON=y +CONFIG_VIDEO_ALLOW_V4L1=y +CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_DVB_CORE is not set +CONFIG_VIDEO_MEDIA=y + +# +# Multimedia drivers +# +# CONFIG_MEDIA_ATTACH is not set +CONFIG_MEDIA_TUNER=y +# CONFIG_MEDIA_TUNER_CUSTOMISE is not set +CONFIG_MEDIA_TUNER_SIMPLE=y +CONFIG_MEDIA_TUNER_TDA8290=y +CONFIG_MEDIA_TUNER_TDA9887=y +CONFIG_MEDIA_TUNER_TEA5761=y +CONFIG_MEDIA_TUNER_TEA5767=y +CONFIG_MEDIA_TUNER_MT20XX=y +CONFIG_MEDIA_TUNER_XC2028=y +CONFIG_MEDIA_TUNER_XC5000=y +CONFIG_MEDIA_TUNER_MC44S803=y +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L1=y +CONFIG_VIDEO_CAPTURE_DRIVERS=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_HELPER_CHIPS_AUTO=y +# CONFIG_VIDEO_VIVI is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_CPIA2 is not set +# CONFIG_VIDEO_SAA5246A is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_SOC_CAMERA is not set +CONFIG_V4L_USB_DRIVERS=y +CONFIG_USB_VIDEO_CLASS=y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_GSPCA=m +# CONFIG_USB_M5602 is not set +# CONFIG_USB_STV06XX is not set +# CONFIG_USB_GL860 is not set +# CONFIG_USB_GSPCA_CONEX is not set +# CONFIG_USB_GSPCA_ETOMS is not set +# CONFIG_USB_GSPCA_FINEPIX is not set +# CONFIG_USB_GSPCA_JEILINJ is not set +# CONFIG_USB_GSPCA_MARS is not set +# CONFIG_USB_GSPCA_MR97310A is not set +# CONFIG_USB_GSPCA_OV519 is not set +# CONFIG_USB_GSPCA_OV534 is not set +# CONFIG_USB_GSPCA_PAC207 is not set +# CONFIG_USB_GSPCA_PAC7311 is not set +# CONFIG_USB_GSPCA_SN9C20X is not set +# CONFIG_USB_GSPCA_SONIXB is not set +# CONFIG_USB_GSPCA_SONIXJ is not set +# CONFIG_USB_GSPCA_SPCA500 is not set +# CONFIG_USB_GSPCA_SPCA501 is not set +# CONFIG_USB_GSPCA_SPCA505 is not set +# CONFIG_USB_GSPCA_SPCA506 is not set +# CONFIG_USB_GSPCA_SPCA508 is not set +# CONFIG_USB_GSPCA_SPCA561 is not set +# CONFIG_USB_GSPCA_SQ905 is not set +# CONFIG_USB_GSPCA_SQ905C is not set +# CONFIG_USB_GSPCA_STK014 is not set +# CONFIG_USB_GSPCA_SUNPLUS is not set +# CONFIG_USB_GSPCA_T613 is not set +# CONFIG_USB_GSPCA_TV8532 is not set +# CONFIG_USB_GSPCA_VC032X is not set +# CONFIG_USB_GSPCA_ZC3XX is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_EM28XX is not set +# CONFIG_VIDEO_CX231XX is not set +# CONFIG_VIDEO_USBVISION is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +# CONFIG_USB_QUICKCAM_MESSENGER is not set +# CONFIG_USB_ET61X251 is not set +# CONFIG_VIDEO_OVCAMCHIP is not set +# CONFIG_USB_OV511 is not set +# CONFIG_USB_SE401 is not set +# CONFIG_USB_SN9C102 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_ZC0301 is not set +# CONFIG_USB_PWC is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +# CONFIG_USB_ZR364XX is not set +# CONFIG_USB_STKWEBCAM is not set +# CONFIG_USB_S2255 is not set +CONFIG_RADIO_ADAPTERS=y +# CONFIG_I2C_SI4713 is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_RADIO_SI470X is not set +# CONFIG_USB_MR800 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_DAB is not set + +# +# Graphics support +# +# CONFIG_VGASTATE is not set +# CONFIG_VIDEO_OUTPUT_CONTROL is not set +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +# CONFIG_FB_DDC is not set +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_SYS_FILLRECT is not set +# CONFIG_FB_SYS_COPYAREA is not set +# CONFIG_FB_SYS_IMAGEBLIT is not set +# CONFIG_FB_FOREIGN_ENDIAN is not set +# CONFIG_FB_SYS_FOPS is not set +# CONFIG_FB_SVGALIB is not set +# CONFIG_FB_MACMODES is not set +# CONFIG_FB_BACKLIGHT is not set +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_TILEBLITTING=y + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_BROADSHEET is not set +CONFIG_FB_TEGRA=y +CONFIG_FB_TEGRA_DUMMY=y +CONFIG_FB_TEGRA_GRHOST=y +CONFIG_DEVNVMAP=y +# CONFIG_DEVNVMAP_PARANOID is not set +CONFIG_DEVNVMAP_RECLAIM_UNPINNED_VM=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LCD_LMS283GF05 is not set +# CONFIG_LCD_LTV350QV is not set +# CONFIG_LCD_ILI9320 is not set +# CONFIG_LCD_TDO24M is not set +# CONFIG_LCD_VGG2432A4 is not set +# CONFIG_LCD_PLATFORM is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_GENERIC=y + +# +# Display device support +# +CONFIG_DISPLAY_SUPPORT=y + +# +# Display hardware drivers +# + +# +# Console display driver support +# +# CONFIG_VGA_CONSOLE is not set +CONFIG_DUMMY_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_ACORN_8x8 is not set +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_SUN8x16 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_10x18 is not set +# CONFIG_LOGO is not set +CONFIG_SOUND=y +# CONFIG_SOUND_OSS_CORE is not set +CONFIG_SND=y +CONFIG_SND_TIMER=y +CONFIG_SND_PCM=y +CONFIG_SND_JACK=y +# CONFIG_SND_SEQUENCER is not set +# CONFIG_SND_MIXER_OSS is not set +# CONFIG_SND_PCM_OSS is not set +CONFIG_SND_HRTIMER=y +# CONFIG_SND_DYNAMIC_MINORS is not set +# CONFIG_SND_SUPPORT_OLD_API is not set +# CONFIG_SND_VERBOSE_PROCFS is not set +# CONFIG_SND_VERBOSE_PRINTK is not set +# CONFIG_SND_DEBUG is not set +# CONFIG_SND_RAWMIDI_SEQ is not set +# CONFIG_SND_OPL3_LIB_SEQ is not set +# CONFIG_SND_OPL4_LIB_SEQ is not set +# CONFIG_SND_SBAWE_SEQ is not set +# CONFIG_SND_EMU10K1_SEQ is not set +# CONFIG_SND_DRIVERS is not set +# CONFIG_SND_ARM is not set +# CONFIG_SND_SPI is not set +# CONFIG_SND_USB is not set +CONFIG_SND_SOC=y +CONFIG_TEGRA_SND_SOC=y +CONFIG_TEGRA_PCM=y +CONFIG_TEGRA_I2S=y +CONFIG_TEGRA_GENERIC_CODEC=y +CONFIG_SND_SOC_I2C_AND_SPI=y +# CONFIG_SND_SOC_ALL_CODECS is not set +# CONFIG_SOUND_PRIME is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +CONFIG_HIDRAW=y + +# +# USB Input Devices +# +CONFIG_USB_HID=y +CONFIG_HID_PID=y +CONFIG_USB_HIDDEV=y + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_ZEROPLUS is not set +CONFIG_USB_SUPPORT=y +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB_ARCH_HAS_OHCI is not set +CONFIG_USB_ARCH_HAS_EHCI=y +CONFIG_USB=y +# CONFIG_USB_DEBUG is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +CONFIG_USB_DEVICE_CLASS=y +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_SUSPEND=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_WHITELIST is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +CONFIG_USB_MON=y +# CONFIG_USB_WUSB is not set +# CONFIG_USB_WUSB_CBAF is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +# CONFIG_USB_EHCI_TT_NEWSCHED is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_ISP1760_HCD is not set +# CONFIG_USB_ISP1362_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HWA_HCD is not set +CONFIG_USB_TEGRA_HCD=y +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_GADGET_MUSB_HDRC is not set + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=y +CONFIG_USB_PRINTER=y +CONFIG_USB_WDM=y +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +CONFIG_USB_LIBUSUAL=y + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set + +# +# USB port drivers +# +CONFIG_USB_SERIAL=y +CONFIG_USB_SERIAL_CONSOLE=y +# CONFIG_USB_EZUSB is not set +CONFIG_USB_SERIAL_GENERIC=y +# CONFIG_USB_SERIAL_AIRCABLE is not set +# CONFIG_USB_SERIAL_ARK3116 is not set +# CONFIG_USB_SERIAL_BELKIN is not set +# CONFIG_USB_SERIAL_CH341 is not set +# CONFIG_USB_SERIAL_WHITEHEAT is not set +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set +# CONFIG_USB_SERIAL_CP210X is not set +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set +# CONFIG_USB_SERIAL_EMPEG is not set +# CONFIG_USB_SERIAL_FTDI_SIO is not set +# CONFIG_USB_SERIAL_FUNSOFT is not set +# CONFIG_USB_SERIAL_VISOR is not set +# CONFIG_USB_SERIAL_IPAQ is not set +# CONFIG_USB_SERIAL_IR is not set +# CONFIG_USB_SERIAL_EDGEPORT is not set +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set +# CONFIG_USB_SERIAL_GARMIN is not set +# CONFIG_USB_SERIAL_IPW is not set +# CONFIG_USB_SERIAL_IUU is not set +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set +# CONFIG_USB_SERIAL_KEYSPAN is not set +# CONFIG_USB_SERIAL_KLSI is not set +# CONFIG_USB_SERIAL_KOBIL_SCT is not set +# CONFIG_USB_SERIAL_MCT_U232 is not set +# CONFIG_USB_SERIAL_MOS7720 is not set +# CONFIG_USB_SERIAL_MOS7840 is not set +# CONFIG_USB_SERIAL_MOTOROLA is not set +# CONFIG_USB_SERIAL_NAVMAN is not set +# CONFIG_USB_SERIAL_PL2303 is not set +# CONFIG_USB_SERIAL_OTI6858 is not set +# CONFIG_USB_SERIAL_QUALCOMM is not set +# CONFIG_USB_SERIAL_SPCP8X5 is not set +# CONFIG_USB_SERIAL_HP4X is not set +# CONFIG_USB_SERIAL_SAFE is not set +# CONFIG_USB_SERIAL_SIEMENS_MPI is not set +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set +# CONFIG_USB_SERIAL_SYMBOL is not set +# CONFIG_USB_SERIAL_TI is not set +# CONFIG_USB_SERIAL_CYBERJACK is not set +# CONFIG_USB_SERIAL_XIRCOM is not set +# CONFIG_USB_SERIAL_OPTION is not set +# CONFIG_USB_SERIAL_OMNINET is not set +# CONFIG_USB_SERIAL_OPTICON is not set +# CONFIG_USB_SERIAL_DEBUG is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_BERRY_CHARGE is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_VST is not set +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=500 +CONFIG_USB_GADGET_SELECTED=y +# CONFIG_USB_GADGET_AT91 is not set +# CONFIG_USB_GADGET_ATMEL_USBA is not set +# CONFIG_USB_GADGET_FSL_USB2 is not set +# CONFIG_USB_GADGET_LH7A40X is not set +# CONFIG_USB_GADGET_OMAP is not set +# CONFIG_USB_GADGET_PXA25X is not set +# CONFIG_USB_GADGET_R8A66597 is not set +# CONFIG_USB_GADGET_PXA27X is not set +# CONFIG_USB_GADGET_S3C_HSOTG is not set +# CONFIG_USB_GADGET_IMX is not set +# CONFIG_USB_GADGET_S3C2410 is not set +# CONFIG_USB_GADGET_M66592 is not set +# CONFIG_USB_GADGET_AMD5536UDC is not set +# CONFIG_USB_GADGET_FSL_QE is not set +# CONFIG_USB_GADGET_CI13XXX is not set +# CONFIG_USB_GADGET_NET2280 is not set +# CONFIG_USB_GADGET_GOKU is not set +# CONFIG_USB_GADGET_LANGWELL is not set +CONFIG_USB_GADGET_TEGRA=y +CONFIG_USB_TEGRA=y +# CONFIG_USB_GADGET_DUMMY_HCD is not set +CONFIG_USB_GADGET_DUALSPEED=y +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FILE_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_ANDROID is not set +CONFIG_USB_CDC_COMPOSITE=y + +# +# OTG and related infrastructure +# +CONFIG_USB_OTG_UTILS=y +CONFIG_USB_TEGRA_OTG=y +CONFIG_USB_GPIO_VBUS=y +# CONFIG_USB_ULPI is not set +# CONFIG_NOP_USB_XCEIV is not set +CONFIG_MMC=y +# CONFIG_EMBEDDED_MMC_START_OFFSET is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_UNSAFE_RESUME=y +# CONFIG_MMC_EMBEDDED_SDIO is not set +# CONFIG_MMC_PARANOID_SD_INIT is not set + +# +# MMC/SD/SDIO Card Drivers +# +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_BOUNCE=y +# CONFIG_MMC_BLOCK_DEFERRED_RESUME is not set +# CONFIG_MMC_BLOCK_DEVICE_NUMBERING is not set +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_TEGRA=y +# CONFIG_MMC_SDHCI_PLTFM is not set +# CONFIG_MMC_AT91 is not set +# CONFIG_MMC_ATMELMCI is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y + +# +# LED drivers +# +# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_GPIO=y +CONFIG_LEDS_GPIO_PLATFORM=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_BD2802 is not set +CONFIG_LEDS_SMB=y +CONFIG_SMBA1006_BATTERY_LED=y +# CONFIG_SMB_WIFI_LED is not set + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set +# CONFIG_LEDS_TRIGGER_SLEEP is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +CONFIG_SWITCH=y +# CONFIG_SWITCH_GPIO is not set +CONFIG_SWITCH_H2W=y +# CONFIG_SWITCH_DOCK_H2W is not set +# CONFIG_SWITCH_DOCK is not set +CONFIG_SWITCH_HDMI=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_ALARM=y +CONFIG_RTC_INTF_ALARM_DEV=y +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_X1205 is not set +CONFIG_RTC_DRV_TEGRA_ODM=y +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_DS3234 is not set +# CONFIG_RTC_DRV_PCF2123 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_V3020 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_DMADEVICES is not set +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set + +# +# TI VLYNQ +# +CONFIG_STAGING=y +# CONFIG_STAGING_EXCLUDE_BUILD is not set +# CONFIG_USB_IP_COMMON is not set +# CONFIG_PRISM2_USB is not set +# CONFIG_ECHO is not set +# CONFIG_COMEDI is not set +# CONFIG_ASUS_OLED is not set +# CONFIG_INPUT_MIMIO is not set +# CONFIG_TRANZPORT is not set + +# +# Android +# +# CONFIG_ANDROID is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +# CONFIG_DST is not set +# CONFIG_POHMELFS is not set +# CONFIG_PLAN9AUTH is not set +# CONFIG_LINE6_USB is not set +# CONFIG_USB_SERIAL_QUATECH2 is not set +# CONFIG_USB_SERIAL_QUATECH_USB2 is not set +# CONFIG_VT6656 is not set +# CONFIG_FB_UDL is not set + +# +# RAR Register Driver +# +# CONFIG_RAR_REGISTER is not set +# CONFIG_IIO is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +# CONFIG_EXT2_FS_XATTR is not set +# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT3_FS=y +# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set +CONFIG_EXT4_FS=y +CONFIG_EXT4_FS_XATTR=y +# CONFIG_EXT4_FS_POSIX_ACL is not set +# CONFIG_EXT4_FS_SECURITY is not set +# CONFIG_EXT4_DEBUG is not set +CONFIG_JBD=y +# CONFIG_JBD_DEBUG is not set +CONFIG_JBD2=y +# CONFIG_JBD2_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_FS_POSIX_ACL is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +CONFIG_FILE_LOCKING=y +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y +# CONFIG_QUOTA is not set +CONFIG_AUTOFS_FS=y +CONFIG_AUTOFS4_FS=y +CONFIG_FUSE_FS=y +CONFIG_CUSE=y + +# +# Caches +# +# CONFIG_FSCACHE is not set + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set + +# +# DOS/FAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +CONFIG_NTFS_FS=y +# CONFIG_NTFS_DEBUG is not set +CONFIG_NTFS_RW=y + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +# CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_HUGETLB_PAGE is not set +CONFIG_CONFIGFS_FS=y +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_YAFFS1=y +# CONFIG_YAFFS_9BYTE_TAGS is not set +# CONFIG_YAFFS_DOES_ECC is not set +CONFIG_YAFFS_YAFFS2=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +CONFIG_YAFFS2_TAG_NO_ECC=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +# CONFIG_YAFFS_EMPTY_LOST_AND_FOUND is not set +# CONFIG_JFFS2_FS is not set +# CONFIG_CRAMFS is not set +# CONFIG_SQUASHFS is not set +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_NETWORK_FILESYSTEMS is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set + +# +# Kernel hacking +# +CONFIG_PRINTK_TIME=y +CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ=y +# CONFIG_STRIP_ASM_SYMS is not set +CONFIG_UNUSED_SYMBOLS=y +CONFIG_DEBUG_FS=y +# CONFIG_HEADERS_CHECK is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_SHIRQ is not set +CONFIG_DETECT_SOFTLOCKUP=y +# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 +CONFIG_DETECT_HUNG_TASK=y +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +CONFIG_SCHED_DEBUG=y +CONFIG_SCHEDSTATS=y +# CONFIG_TIMER_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_RT_MUTEX_TESTER is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +CONFIG_STACKTRACE=y +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set +CONFIG_FRAME_POINTER=y +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_CPU_STALL_DETECTOR is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_FAULT_INJECTION is not set +# CONFIG_SYSCTL_SYSCALL_CHECK is not set +# CONFIG_PAGE_POISONING is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_BOOT_TRACER is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_KMEMTRACE is not set +# CONFIG_WORKQUEUE_TRACER is not set +CONFIG_BLK_DEV_IO_TRACE=y +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +# CONFIG_ARM_UNWIND is not set +CONFIG_DEBUG_USER=y +CONFIG_DEBUG_ERRORS=y +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_LL is not set + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set +# CONFIG_SECURITY is not set +# CONFIG_SECURITYFS is not set +# CONFIG_SECURITY_FILE_CAPABILITIES is not set +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_FIPS=y +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_PCOMP=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_GF128MUL is not set +# CONFIG_CRYPTO_NULL is not set +CONFIG_CRYPTO_WORKQUEUE=y +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set + +# +# Authenticated Encryption with Associated Data +# +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set + +# +# Block modes +# +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CTR is not set +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set + +# +# Hash modes +# +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_GHASH is not set +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD128 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_RMD256 is not set +# CONFIG_CRYPTO_RMD320 is not set +CONFIG_CRYPTO_SHA1=y +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_TGR192 is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_ANUBIS is not set +CONFIG_CRYPTO_ARC4=y +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=y +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_TEA is not set +CONFIG_CRYPTO_TWOFISH=y +CONFIG_CRYPTO_TWOFISH_COMMON=y + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +# CONFIG_CRYPTO_ZLIB is not set +# CONFIG_CRYPTO_LZO is not set + +# +# Random Number Generation +# +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_HW=y +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_BITREVERSE=y +CONFIG_GENERIC_FIND_LAST_BIT=y +CONFIG_CRC_CCITT=y +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC7 is not set +CONFIG_LIBCRC32C=y +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_KMP=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_DMA=y +CONFIG_NLATTR=y diff --git a/config-stock b/config-stock new file mode 100644 index 0000000..c7e6735 --- /dev/null +++ b/config-stock @@ -0,0 +1,2168 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.32.9 +# Sat Feb 4 19:46:50 2012 +# +CONFIG_ARM=y +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_GENERIC_GPIO=y +CONFIG_GENERIC_TIME=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_HARDIRQS=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_LOCKBREAK=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y +CONFIG_ARCH_HAS_DEFAULT_IDLE=y +CONFIG_ARCH_HAS_CPUFREQ=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ZONE_DMA=y +CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y +CONFIG_ARCH_PROVIDES_UDELAY=y +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_CONSTRUCTORS=y + +# +# General setup +# +CONFIG_EXPERIMENTAL=y +CONFIG_LOCK_KERNEL=y +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_LOCALVERSION="" +CONFIG_LOCALVERSION_AUTO=y +# CONFIG_SWAP is not set +# CONFIG_SYSVIPC is not set +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_BSD_PROCESS_ACCT is not set +# CONFIG_TASKSTATS is not set +# CONFIG_AUDIT is not set + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_TREE_PREEMPT_RCU is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_GROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_USER_SCHED=y +# CONFIG_CGROUP_SCHED is not set +# CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_RELAY=y +# CONFIG_NAMESPACES is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +# CONFIG_RD_BZIP2 is not set +# CONFIG_RD_LZMA is not set +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_SYSCTL=y +CONFIG_ANON_INODES=y +CONFIG_PANIC_TIMEOUT=0 +CONFIG_EMBEDDED=y +CONFIG_UID16=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +# CONFIG_KALLSYMS_EXTRA_PASS is not set +CONFIG_HOTPLUG=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_EPOLL=y +# CONFIG_SIGNALFD is not set +# CONFIG_TIMERFD is not set +# CONFIG_EVENTFD is not set +CONFIG_SHMEM=y +CONFIG_ASHMEM=y +CONFIG_AIO=y + +# +# Kernel Performance Events And Counters +# +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLOB is not set +# CONFIG_PROFILING is not set +CONFIG_TRACEPOINTS=y +CONFIG_HAVE_OPROFILE=y +# CONFIG_KPROBES is not set +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_USE_GENERIC_SMP_HELPERS=y +CONFIG_HAVE_CLK=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +# CONFIG_SLOW_WORK is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_SLABINFO=y +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODVERSIONS=y +# CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_STOP_MACHINE=y +CONFIG_BLOCK=y +CONFIG_LBDAF=y +# CONFIG_BLK_DEV_BSG is not set +# CONFIG_BLK_DEV_INTEGRITY is not set + +# +# IO Schedulers +# +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSCHED_AS=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_CFQ=y +# CONFIG_DEFAULT_AS is not set +# CONFIG_DEFAULT_DEADLINE is not set +CONFIG_DEFAULT_CFQ=y +# CONFIG_DEFAULT_NOOP is not set +CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_FREEZER=y + +# +# System Type +# +CONFIG_MMU=y +# CONFIG_ARCH_AAEC2000 is not set +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_REALVIEW is not set +# CONFIG_ARCH_VERSATILE is not set +# CONFIG_ARCH_AT91 is not set +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_GEMINI is not set +# CONFIG_ARCH_EBSA110 is not set +# CONFIG_ARCH_EP93XX is not set +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_STMP3XXX is not set +# CONFIG_ARCH_NETX is not set +# CONFIG_ARCH_H720X is not set +# CONFIG_ARCH_NOMADIK is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP23XX is not set +# CONFIG_ARCH_IXP2000 is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_L7200 is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_LOKI is not set +# CONFIG_ARCH_MV78XX0 is not set +# CONFIG_ARCH_ORION5X is not set +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_NS9XXX is not set +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_TEGRA=y +# CONFIG_ARCH_PNX4008 is not set +# CONFIG_ARCH_PXA is not set +# CONFIG_ARCH_MSM is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_S3C2410 is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5PC1XX is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_LH7A40X is not set +# CONFIG_ARCH_U300 is not set +# CONFIG_ARCH_DAVINCI is not set +# CONFIG_ARCH_OMAP is not set +# CONFIG_ARCH_BCMRING is not set + +# +# NVIDIA Tegra options +# +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_MACH_TEGRA_GENERIC=y +CONFIG_MACH_HARMONY=y +CONFIG_MACH_VENTANA=y +CONFIG_TEGRA_ODM_KIT=y +CONFIG_ARM_ERRATA_742230=y +CONFIG_TEGRA_DEBUG_UART_NONE=y +# CONFIG_TEGRA_DEBUG_UARTA is not set +# CONFIG_TEGRA_DEBUG_UARTB is not set +# CONFIG_TEGRA_DEBUG_UARTC is not set +# CONFIG_TEGRA_DEBUG_UARTD is not set +# CONFIG_TEGRA_DEBUG_UARTE is not set +CONFIG_TEGRA_NVOS=y +CONFIG_TEGRA_NVRM=y +CONFIG_TEGRA_IOVMM_GART=y +CONFIG_TEGRA_SYSTEM_DMA=y +CONFIG_TEGRA_IOVMM=y +# CONFIG_TEGRA_NVEC is not set +# CONFIG_TEGRA_PCI is not set +CONFIG_TEGRA_FUSE=y +CONFIG_TEGRA_AES=y +CONFIG_TEGRA_AES_USER=y +# CONFIG_TEGRA_USB_CHARGE is not set +# CONFIG_TEGRA_ODM_VIBRATE is not set +# CONFIG_TEGRA_USB_VBUS_DETECT_BY_PMU is not set +# CONFIG_TEGRA_LP2POLICY_DISABLED is not set +# CONFIG_TEGRA_LP2POLICY_ENTER_IN_LC is not set +# CONFIG_TEGRA_LP2POLICY_PERSIST_IN_LC is not set +CONFIG_TEGRA_LP2POLICY_IGNORE_LC=y +CONFIG_TEGRA_ODM_HARMONY=y +# CONFIG_TEGRA_ODM_VENTANA is not set +# CONFIG_TEGRA_ODM_WHISTLER is not set + +# +# Malata SMBxxxx platform options +# +# CONFIG_SMBA1011 is not set +# CONFIG_SMBA1002 is not set +# CONFIG_SMBA1004 is not set +CONFIG_SMBA1006=y +# CONFIG_SMBA1007 is not set +# CONFIG_SMBA8901 is not set +# CONFIG_SMBA9701 is not set + +# +# Subboard platform +# +# CONFIG_7379Y_V10 is not set +CONFIG_7379Y_V11=y + +# +# Processor Type +# +CONFIG_CPU_32=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_V7=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_HAS_ASID=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y + +# +# Processor Features +# +CONFIG_ARM_THUMB=y +# CONFIG_ARM_THUMBEE is not set +CONFIG_SWP_EMULATE=y +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_DCACHE_DISABLE is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_HAS_TLS_REG=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_ARM_L1_CACHE_SHIFT=5 +CONFIG_ARCH_HAS_BARRIERS=y +CONFIG_TEGRA_ERRATA_657451=y +# CONFIG_ARM_ERRATA_430973 is not set +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set +CONFIG_ARM_GIC=y +CONFIG_DMABOUNCE=y +CONFIG_COMMON_CLKDEV=y + +# +# Bus support +# +# CONFIG_PCI_SYSCALL is not set +# CONFIG_ARCH_SUPPORTS_MSI is not set +# CONFIG_PCCARD is not set + +# +# Kernel Features +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_SMP=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_USE_ARM_TWD_PRESCALER=y +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_NR_CPUS=2 +CONFIG_HOTPLUG_CPU=y +CONFIG_LOCAL_TIMERS=y +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_HZ=100 +# CONFIG_THUMB2_KERNEL is not set +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +CONFIG_HIGHMEM=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_DISCONTIGMEM_MANUAL is not set +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_ZONE_DMA_FLAG=1 +CONFIG_BOUNCE=y +CONFIG_VIRT_TO_BUS=y +CONFIG_HAVE_MLOCK=y +CONFIG_HAVE_MLOCKED_PAGE_BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ALIGNMENT_TRAP=y +# CONFIG_UACCESS_WITH_MEMCPY is not set + +# +# Boot options +# +CONFIG_ZBOOT_ROM_TEXT=0 +CONFIG_ZBOOT_ROM_BSS=0 +CONFIG_CMDLINE="" +# CONFIG_XIP_KERNEL is not set +# CONFIG_KEXEC is not set + +# +# CPU Power Management +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_TABLE=y +# CONFIG_CPU_FREQ_DEBUG is not set +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_STAT_DETAILS is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +CONFIG_VFP=y +CONFIG_VFPv3=y +# CONFIG_NEON is not set + +# +# Userspace binary formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_HAVE_AOUT=y +# CONFIG_BINFMT_AOUT is not set +# CONFIG_BINFMT_MISC is not set + +# +# Power management options +# +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_SLEEP=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_HAS_WAKELOCK=y +CONFIG_HAS_EARLYSUSPEND=y +CONFIG_WAKELOCK=y +CONFIG_WAKELOCK_STAT=y +CONFIG_USER_WAKELOCK=y +CONFIG_EARLYSUSPEND=y +# CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set +# CONFIG_CONSOLE_EARLYSUSPEND is not set +CONFIG_FB_EARLYSUSPEND=y +# CONFIG_APM_EMULATION is not set +# CONFIG_PM_RUNTIME is not set +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_NET=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_MMAP is not set +CONFIG_UNIX=y +CONFIG_XFRM=y +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +# CONFIG_NET_KEY is not set +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_IP_FIB_TRIE is not set +CONFIG_IP_FIB_HASH=y +# CONFIG_IP_MULTIPLE_TABLES is not set +# CONFIG_IP_ROUTE_MULTIPATH is not set +# CONFIG_IP_ROUTE_VERBOSE is not set +# CONFIG_IP_PNP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE is not set +# CONFIG_ARPD is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +# CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET_TUNNEL=y +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set +# CONFIG_INET_XFRM_MODE_TUNNEL is not set +# CONFIG_INET_XFRM_MODE_BEET is not set +# CONFIG_INET_LRO is not set +# CONFIG_INET_DIAG is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_INET6_XFRM_TUNNEL is not set +# CONFIG_INET6_TUNNEL is not set +CONFIG_INET6_XFRM_MODE_TRANSPORT=y +CONFIG_INET6_XFRM_MODE_TUNNEL=y +CONFIG_INET6_XFRM_MODE_BEET=y +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set +CONFIG_IPV6_SIT=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +CONFIG_ANDROID_PARANOID_NETWORK=y +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_ADVANCED=y + +# +# Core Netfilter Configuration +# +# CONFIG_NETFILTER_NETLINK_QUEUE is not set +# CONFIG_NETFILTER_NETLINK_LOG is not set +CONFIG_NF_CONNTRACK=y +CONFIG_NF_CT_ACCT=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_EVENTS=y +# CONFIG_NF_CT_PROTO_DCCP is not set +CONFIG_NF_CT_PROTO_GRE=y +# CONFIG_NF_CT_PROTO_SCTP is not set +CONFIG_NF_CT_PROTO_UDPLITE=y +CONFIG_NF_CONNTRACK_AMANDA=y +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_H323=y +CONFIG_NF_CONNTRACK_IRC=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=y +CONFIG_NF_CONNTRACK_PPTP=y +CONFIG_NF_CONNTRACK_SANE=y +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CONNTRACK_TFTP=y +# CONFIG_NF_CT_NETLINK is not set +CONFIG_NETFILTER_XTABLES=y +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set +# CONFIG_NETFILTER_XT_TARGET_LED is not set +# CONFIG_NETFILTER_XT_TARGET_MARK is not set +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set +CONFIG_NETFILTER_XT_MATCH_CONNMARK=y +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set +# CONFIG_NETFILTER_XT_MATCH_ESP is not set +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_HL is not set +CONFIG_NETFILTER_XT_MATCH_IPRANGE=y +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_MAC is not set +# CONFIG_NETFILTER_XT_MATCH_MARK is not set +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y +CONFIG_NETFILTER_XT_MATCH_OWNER=y +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set +# CONFIG_NETFILTER_XT_MATCH_REALM is not set +# CONFIG_NETFILTER_XT_MATCH_RECENT is not set +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set +CONFIG_NETFILTER_XT_MATCH_STATE=y +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set +# CONFIG_NETFILTER_XT_MATCH_STRING is not set +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set +# CONFIG_NETFILTER_XT_MATCH_U32 is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +CONFIG_NF_CONNTRACK_IPV4=y +CONFIG_NF_CONNTRACK_PROC_COMPAT=y +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_IPTABLES=y +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set +# CONFIG_IP_NF_MATCH_AH is not set +# CONFIG_IP_NF_MATCH_ECN is not set +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_LOG is not set +# CONFIG_IP_NF_TARGET_ULOG is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_NEEDED=y +CONFIG_IP_NF_TARGET_MASQUERADE=y +CONFIG_IP_NF_TARGET_NETMAP=y +CONFIG_IP_NF_TARGET_REDIRECT=y +CONFIG_NF_NAT_SNMP_BASIC=y +CONFIG_NF_NAT_PROTO_GRE=y +CONFIG_NF_NAT_PROTO_UDPLITE=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_TFTP=y +CONFIG_NF_NAT_AMANDA=y +CONFIG_NF_NAT_PPTP=y +CONFIG_NF_NAT_H323=y +CONFIG_NF_NAT_SIP=y +# CONFIG_IP_NF_MANGLE is not set +# CONFIG_IP_NF_TARGET_TTL is not set +# CONFIG_IP_NF_RAW is not set +# CONFIG_IP_NF_ARPTABLES is not set + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_CONNTRACK_IPV6 is not set +# CONFIG_IP6_NF_QUEUE is not set +# CONFIG_IP6_NF_IPTABLES is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_DECNET is not set +# CONFIG_LLC2 is not set +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_PHONET is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_IRDA is not set +CONFIG_BT=y +CONFIG_BT_L2CAP=y +CONFIG_BT_SCO=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=y +# CONFIG_BT_BNEP_MC_FILTER is not set +# CONFIG_BT_BNEP_PROTO_FILTER is not set +CONFIG_BT_HIDP=y + +# +# Bluetooth device drivers +# +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_LL=y +# CONFIG_BT_HCIBCM203X is not set +CONFIG_BT_BLUESLEEP=y +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +# CONFIG_AF_RXRPC is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set +CONFIG_CFG80211_DEFAULT_PS_VALUE=0 +CONFIG_WIRELESS_OLD_REGULATORY=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIRELESS_EXT_SYSFS=y +# CONFIG_LIB80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +# CONFIG_WIMAX is not set +CONFIG_RFKILL=y +# CONFIG_RFKILL_PM is not set +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_NET_9P is not set + +# +# Device Drivers +# + +# +# Generic Driver Options +# +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +# CONFIG_DEVTMPFS is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_FW_LOADER=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_CONNECTOR is not set +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_TESTS is not set +# CONFIG_MTD_CONCAT is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_AR7_PARTS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_MTD_OOPS is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_PLATRAM is not set + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_DATAFLASH is not set +CONFIG_MTD_NAND_TEGRA=y +# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_NAND_IDS=y +CONFIG_MTD_NAND=y +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_ALAUDA is not set +# CONFIG_MTD_ONENAND is not set + +# +# LPDDR flash memory drivers +# +# CONFIG_MTD_LPDDR is not set + +# +# UBI - Unsorted block images +# +# CONFIG_MTD_UBI is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_LOOP=y +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_MG_DISK is not set +CONFIG_MISC_DEVICES=y +# CONFIG_ANDROID_PMEM is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_KERNEL_DEBUGGER_CORE is not set +# CONFIG_ISL29003 is not set +CONFIG_UID_STAT=y +CONFIG_LBEE9QMB_RFKILL=y +# CONFIG_WL127X_RFKILL is not set +# CONFIG_APANIC is not set +CONFIG_PIXEL_QI_SCREEN_CTRL=y +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +CONFIG_HAVE_IDE=y +# CONFIG_IDE is not set + +# +# SCSI device support +# +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +# CONFIG_SCSI_TGT is not set +# CONFIG_SCSI_NETLINK is not set +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +CONFIG_BLK_DEV_SR=y +CONFIG_BLK_DEV_SR_VENDOR=y +CONFIG_CHR_DEV_SG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_MULTI_LUN=y +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set +CONFIG_SCSI_WAIT_SCAN=m + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_LIBFC is not set +# CONFIG_LIBFCOE is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_DH is not set +# CONFIG_SCSI_OSD_INITIATOR is not set +# CONFIG_ATA is not set +CONFIG_MD=y +# CONFIG_BLK_DEV_MD is not set +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_CRYPT=y +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_MIRROR is not set +# CONFIG_DM_ZERO is not set +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_UEVENT is not set +CONFIG_NETDEVICES=y +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_MACVLAN is not set +# CONFIG_EQUALIZER is not set +# CONFIG_TUN is not set +# CONFIG_VETH is not set +# CONFIG_PHYLIB is not set +CONFIG_NET_ETHERNET=y +CONFIG_MII=y +# CONFIG_AX88796 is not set +# CONFIG_SMC91X is not set +# CONFIG_DM9000 is not set +# CONFIG_ENC28J60 is not set +# CONFIG_ETHOC is not set +# CONFIG_SMC911X is not set +# CONFIG_SMSC911X is not set +# CONFIG_DNET is not set +# CONFIG_IBM_NEW_EMAC_ZMII is not set +# CONFIG_IBM_NEW_EMAC_RGMII is not set +# CONFIG_IBM_NEW_EMAC_TAH is not set +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set +# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set +# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set +# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set +# CONFIG_B44 is not set +# CONFIG_KS8842 is not set +# CONFIG_KS8851 is not set +# CONFIG_KS8851_MLL is not set +# CONFIG_NETDEV_1000 is not set +# CONFIG_NETDEV_10000 is not set +CONFIG_WLAN=y +# CONFIG_WLAN_PRE80211 is not set +# CONFIG_WLAN_80211 is not set + +# +# Enable WiMAX (Networking options) to see the WiMAX drivers +# + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +CONFIG_USB_USBNET=y +# CONFIG_USB_NET_AX8817X is not set +CONFIG_USB_NET_CDCETHER=y +# CONFIG_USB_NET_CDC_EEM is not set +# CONFIG_USB_NET_DM9601 is not set +CONFIG_USB_NET_SMSC95XX=y +# CONFIG_USB_NET_GL620A is not set +# CONFIG_USB_NET_NET1080 is not set +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET=y +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +# CONFIG_USB_NET_ZAURUS is not set +# CONFIG_USB_HSO is not set +# CONFIG_USB_NET_INT51X1 is not set +CONFIG_ERICSSON_F3307_ENABLE=y +CONFIG_USB_NET_QF9700=y +CONFIG_USB_NET_CDC_NCM=y +# CONFIG_WAN is not set +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_NETPOLL is not set +# CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_ISDN is not set +# CONFIG_PHONE is not set + +# +# Input device support +# +CONFIG_INPUT=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_POLLDEV is not set + +# +# Userland interfaces +# +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set +CONFIG_INPUT_KEYRESET=y + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_QT2160 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_TEGRA is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_SO340010=y +CONFIG_INPUT_MOUSE=y +# CONFIG_MOUSE_PS2 is not set +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879_I2C is not set +# CONFIG_TOUCHSCREEN_AD7879_SPI is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM=y +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +CONFIG_TOUCHSCREEN_USB_COMPOSITE=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +# CONFIG_TOUCHSCREEN_USB_3M is not set +# CONFIG_TOUCHSCREEN_USB_ITM is not set +# CONFIG_TOUCHSCREEN_USB_ETURBO is not set +# CONFIG_TOUCHSCREEN_USB_GUNZE is not set +# CONFIG_TOUCHSCREEN_USB_DMC_TSC10 is not set +# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set +# CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set +# CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set +# CONFIG_TOUCHSCREEN_USB_GOTOP is not set +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_E2I=y +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_W90X900 is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM_AK4183=y +CONFIG_TOUCHSCREEN_TEGRA_ODM_AT168=y +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYCHORD is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +CONFIG_INPUT_UINPUT=y +# CONFIG_INPUT_GPIO is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_TEGRA_ODM_ACCEL is not set +# CONFIG_INPUT_TEGRA_ODM_SCROLL is not set +CONFIG_INPUT_GPS_CONTROL=y +CONFIG_INPUT_DUMMY_SENSOR=y +CONFIG_INPUT_LIS35DE_ACCEL=y +CONFIG_INPUT_ISL29023_LS=y +CONFIG_SENSORS_ECOMPASS=y +CONFIG_SENSORS_MMC3140=y + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_RAW=y +# CONFIG_GAMEPORT is not set + +# +# Character devices +# +CONFIG_VT=y +# CONFIG_CONSOLE_TRANSLATIONS is not set +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_DEVMEM=y +# CONFIG_DEVKMEM is not set +# CONFIG_SERIAL_NONSTANDARD is not set + +# +# Serial drivers +# +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_NR_UARTS=1 +CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +# CONFIG_SERIAL_8250_EXTENDED is not set + +# +# Non-8250 serial port support +# +CONFIG_SERIAL_TEGRA=y +# CONFIG_SERIAL_MAX3100 is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_UNIX98_PTYS=y +# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +# CONFIG_LEGACY_PTYS is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_R3964 is not set +# CONFIG_RAW_DRIVER is not set +# CONFIG_TCG_TPM is not set +# CONFIG_DCC_TTY is not set +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_CHARDEV is not set +CONFIG_I2C_HELPER_AUTO=y + +# +# I2C Hardware Bus support +# + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE is not set +# CONFIG_I2C_GPIO is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_TEGRA=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_PARPORT_LIGHT is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_STUB is not set + +# +# Miscellaneous I2C Chip support +# +# CONFIG_DS1682 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_PCA963X is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CHIP is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_TEGRA=y + +# +# SPI Protocol Masters +# +# CONFIG_SPI_SPIDEV is not set +# CONFIG_SPI_TLE62X0 is not set + +# +# PPS support +# +# CONFIG_PPS is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +CONFIG_GPIOLIB=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y + +# +# Memory mapped GPIO expanders: +# + +# +# I2C GPIO expanders: +# +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCF857X is not set + +# +# PCI GPIO expanders: +# + +# +# SPI GPIO expanders: +# +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MCP23S08 is not set +# CONFIG_GPIO_MC33880 is not set + +# +# AC97 GPIO expanders: +# +# CONFIG_W1 is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_PDA_POWER is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_BQ27x00 is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_TEGRA_BATTERY_ODM is not set +# CONFIG_YOKU_0563113_BATTERY is not set +# CONFIG_SMBA1011_BATTERY is not set +CONFIG_SMBA1002_BATTERY=y +# CONFIG_HWMON is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y + +# +# Sonics Silicon Backplane +# +# CONFIG_SSB is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_ASIC3 is not set +# CONFIG_HTC_EGPIO is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_TPS65010 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_MFD_TMIO is not set +# CONFIG_MFD_T7L66XB is not set +# CONFIG_MFD_TC6387XB is not set +# CONFIG_MFD_TC6393XB is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_MC13783 is not set +# CONFIG_AB3100_CORE is not set +# CONFIG_EZX_PCAP is not set +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +# CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_BQ24022 is not set +# CONFIG_REGULATOR_MAX1586 is not set +CONFIG_REGULATOR_TEGRA=y +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_MEDIA_SUPPORT=y + +# +# Multimedia core support +# +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_COMMON=y +CONFIG_VIDEO_ALLOW_V4L1=y +CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_DVB_CORE is not set +CONFIG_VIDEO_MEDIA=y + +# +# Multimedia drivers +# +# CONFIG_MEDIA_ATTACH is not set +CONFIG_MEDIA_TUNER=y +# CONFIG_MEDIA_TUNER_CUSTOMISE is not set +CONFIG_MEDIA_TUNER_SIMPLE=y +CONFIG_MEDIA_TUNER_TDA8290=y +CONFIG_MEDIA_TUNER_TDA9887=y +CONFIG_MEDIA_TUNER_TEA5761=y +CONFIG_MEDIA_TUNER_TEA5767=y +CONFIG_MEDIA_TUNER_MT20XX=y +CONFIG_MEDIA_TUNER_XC2028=y +CONFIG_MEDIA_TUNER_XC5000=y +CONFIG_MEDIA_TUNER_MC44S803=y +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L1=y +CONFIG_VIDEO_CAPTURE_DRIVERS=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_HELPER_CHIPS_AUTO=y +# CONFIG_VIDEO_VIVI is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_CPIA2 is not set +# CONFIG_VIDEO_SAA5246A is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_SOC_CAMERA is not set +CONFIG_V4L_USB_DRIVERS=y +CONFIG_USB_VIDEO_CLASS=y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_GSPCA=m +# CONFIG_USB_M5602 is not set +# CONFIG_USB_STV06XX is not set +# CONFIG_USB_GL860 is not set +# CONFIG_USB_GSPCA_CONEX is not set +# CONFIG_USB_GSPCA_ETOMS is not set +# CONFIG_USB_GSPCA_FINEPIX is not set +# CONFIG_USB_GSPCA_JEILINJ is not set +# CONFIG_USB_GSPCA_MARS is not set +# CONFIG_USB_GSPCA_MR97310A is not set +# CONFIG_USB_GSPCA_OV519 is not set +# CONFIG_USB_GSPCA_OV534 is not set +# CONFIG_USB_GSPCA_PAC207 is not set +# CONFIG_USB_GSPCA_PAC7311 is not set +# CONFIG_USB_GSPCA_SN9C20X is not set +# CONFIG_USB_GSPCA_SONIXB is not set +# CONFIG_USB_GSPCA_SONIXJ is not set +# CONFIG_USB_GSPCA_SPCA500 is not set +# CONFIG_USB_GSPCA_SPCA501 is not set +# CONFIG_USB_GSPCA_SPCA505 is not set +# CONFIG_USB_GSPCA_SPCA506 is not set +# CONFIG_USB_GSPCA_SPCA508 is not set +# CONFIG_USB_GSPCA_SPCA561 is not set +# CONFIG_USB_GSPCA_SQ905 is not set +# CONFIG_USB_GSPCA_SQ905C is not set +# CONFIG_USB_GSPCA_STK014 is not set +# CONFIG_USB_GSPCA_SUNPLUS is not set +# CONFIG_USB_GSPCA_T613 is not set +# CONFIG_USB_GSPCA_TV8532 is not set +# CONFIG_USB_GSPCA_VC032X is not set +# CONFIG_USB_GSPCA_ZC3XX is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_EM28XX is not set +# CONFIG_VIDEO_CX231XX is not set +# CONFIG_VIDEO_USBVISION is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +# CONFIG_USB_QUICKCAM_MESSENGER is not set +# CONFIG_USB_ET61X251 is not set +# CONFIG_VIDEO_OVCAMCHIP is not set +# CONFIG_USB_OV511 is not set +# CONFIG_USB_SE401 is not set +# CONFIG_USB_SN9C102 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_ZC0301 is not set +# CONFIG_USB_PWC is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +# CONFIG_USB_ZR364XX is not set +# CONFIG_USB_STKWEBCAM is not set +# CONFIG_USB_S2255 is not set +CONFIG_RADIO_ADAPTERS=y +# CONFIG_I2C_SI4713 is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_RADIO_SI470X is not set +# CONFIG_USB_MR800 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_DAB is not set + +# +# Graphics support +# +# CONFIG_VGASTATE is not set +# CONFIG_VIDEO_OUTPUT_CONTROL is not set +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +# CONFIG_FB_DDC is not set +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_SYS_FILLRECT is not set +# CONFIG_FB_SYS_COPYAREA is not set +# CONFIG_FB_SYS_IMAGEBLIT is not set +# CONFIG_FB_FOREIGN_ENDIAN is not set +# CONFIG_FB_SYS_FOPS is not set +# CONFIG_FB_SVGALIB is not set +# CONFIG_FB_MACMODES is not set +# CONFIG_FB_BACKLIGHT is not set +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_TILEBLITTING=y + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_BROADSHEET is not set +CONFIG_FB_TEGRA=y +CONFIG_FB_TEGRA_DUMMY=y +CONFIG_FB_TEGRA_GRHOST=y +CONFIG_DEVNVMAP=y +# CONFIG_DEVNVMAP_PARANOID is not set +CONFIG_DEVNVMAP_RECLAIM_UNPINNED_VM=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LCD_LMS283GF05 is not set +# CONFIG_LCD_LTV350QV is not set +# CONFIG_LCD_ILI9320 is not set +# CONFIG_LCD_TDO24M is not set +# CONFIG_LCD_VGG2432A4 is not set +# CONFIG_LCD_PLATFORM is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_GENERIC=y + +# +# Display device support +# +CONFIG_DISPLAY_SUPPORT=y + +# +# Display hardware drivers +# + +# +# Console display driver support +# +# CONFIG_VGA_CONSOLE is not set +CONFIG_DUMMY_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_ACORN_8x8 is not set +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_SUN8x16 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_10x18 is not set +# CONFIG_LOGO is not set +# CONFIG_SOUND is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +CONFIG_HIDRAW=y + +# +# USB Input Devices +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_ZEROPLUS is not set +CONFIG_USB_SUPPORT=y +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB_ARCH_HAS_OHCI is not set +CONFIG_USB_ARCH_HAS_EHCI=y +CONFIG_USB=y +# CONFIG_USB_DEBUG is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +CONFIG_USB_DEVICE_CLASS=y +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_SUSPEND=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_WHITELIST is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +CONFIG_USB_MON=y +# CONFIG_USB_WUSB is not set +# CONFIG_USB_WUSB_CBAF is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +# CONFIG_USB_EHCI_TT_NEWSCHED is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_ISP1760_HCD is not set +# CONFIG_USB_ISP1362_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HWA_HCD is not set +CONFIG_USB_TEGRA_HCD=y +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_GADGET_MUSB_HDRC is not set + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=y +# CONFIG_USB_PRINTER is not set +CONFIG_USB_WDM=y +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_LIBUSUAL is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_BERRY_CHARGE is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_VST is not set +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=500 +CONFIG_USB_GADGET_SELECTED=y +# CONFIG_USB_GADGET_AT91 is not set +# CONFIG_USB_GADGET_ATMEL_USBA is not set +# CONFIG_USB_GADGET_FSL_USB2 is not set +# CONFIG_USB_GADGET_LH7A40X is not set +# CONFIG_USB_GADGET_OMAP is not set +# CONFIG_USB_GADGET_PXA25X is not set +# CONFIG_USB_GADGET_R8A66597 is not set +# CONFIG_USB_GADGET_PXA27X is not set +# CONFIG_USB_GADGET_S3C_HSOTG is not set +# CONFIG_USB_GADGET_IMX is not set +# CONFIG_USB_GADGET_S3C2410 is not set +# CONFIG_USB_GADGET_M66592 is not set +# CONFIG_USB_GADGET_AMD5536UDC is not set +# CONFIG_USB_GADGET_FSL_QE is not set +# CONFIG_USB_GADGET_CI13XXX is not set +# CONFIG_USB_GADGET_NET2280 is not set +# CONFIG_USB_GADGET_GOKU is not set +# CONFIG_USB_GADGET_LANGWELL is not set +CONFIG_USB_GADGET_TEGRA=y +CONFIG_USB_TEGRA=y +# CONFIG_USB_GADGET_DUMMY_HCD is not set +CONFIG_USB_GADGET_DUALSPEED=y +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FILE_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +CONFIG_USB_ANDROID=y +# CONFIG_USB_ANDROID_ACM is not set +CONFIG_USB_ANDROID_ADB=y +CONFIG_USB_ANDROID_MASS_STORAGE=y +# CONFIG_USB_ANDROID_RNDIS is not set +# CONFIG_USB_CDC_COMPOSITE is not set + +# +# OTG and related infrastructure +# +# CONFIG_USB_TEGRA_OTG is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ULPI is not set +# CONFIG_NOP_USB_XCEIV is not set +CONFIG_MMC=y +# CONFIG_EMBEDDED_MMC_START_OFFSET is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_UNSAFE_RESUME=y +# CONFIG_MMC_EMBEDDED_SDIO is not set +# CONFIG_MMC_PARANOID_SD_INIT is not set + +# +# MMC/SD/SDIO Card Drivers +# +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_BOUNCE=y +# CONFIG_MMC_BLOCK_DEFERRED_RESUME is not set +CONFIG_MMC_BLOCK_DEVICE_NUMBERING=y +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_TEGRA=y +# CONFIG_MMC_SDHCI_PLTFM is not set +# CONFIG_MMC_AT91 is not set +# CONFIG_MMC_ATMELMCI is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y + +# +# LED drivers +# +# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_GPIO=y +CONFIG_LEDS_GPIO_PLATFORM=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_BD2802 is not set +CONFIG_LEDS_SMB=y +CONFIG_SMBA1006_BATTERY_LED=y +# CONFIG_SMB_WIFI_LED is not set + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set +# CONFIG_LEDS_TRIGGER_SLEEP is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +CONFIG_SWITCH=y +# CONFIG_SWITCH_GPIO is not set +CONFIG_SWITCH_H2W=y +# CONFIG_SWITCH_DOCK_H2W is not set +# CONFIG_SWITCH_DOCK is not set +CONFIG_SWITCH_HDMI=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_ALARM=y +CONFIG_RTC_INTF_ALARM_DEV=y +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_X1205 is not set +CONFIG_RTC_DRV_TEGRA_ODM=y +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_DS3234 is not set +# CONFIG_RTC_DRV_PCF2123 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_V3020 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_DMADEVICES is not set +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set + +# +# TI VLYNQ +# +CONFIG_STAGING=y +# CONFIG_STAGING_EXCLUDE_BUILD is not set +# CONFIG_USB_IP_COMMON is not set +# CONFIG_PRISM2_USB is not set +# CONFIG_ECHO is not set +# CONFIG_COMEDI is not set +# CONFIG_ASUS_OLED is not set +# CONFIG_INPUT_MIMIO is not set +# CONFIG_TRANZPORT is not set + +# +# Android +# +CONFIG_ANDROID=y +CONFIG_ANDROID_BINDER_IPC=y +CONFIG_ANDROID_LOGGER=y +CONFIG_ANDROID_RAM_CONSOLE=y +CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE=y +# CONFIG_ANDROID_RAM_CONSOLE_ERROR_CORRECTION is not set +# CONFIG_ANDROID_RAM_CONSOLE_EARLY_INIT is not set +CONFIG_ANDROID_TIMED_OUTPUT=y +CONFIG_ANDROID_TIMED_GPIO=y +# CONFIG_ANDROID_LOW_MEMORY_KILLER is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +# CONFIG_DST is not set +# CONFIG_POHMELFS is not set +# CONFIG_PLAN9AUTH is not set +# CONFIG_VT6656 is not set +# CONFIG_FB_UDL is not set + +# +# RAR Register Driver +# +# CONFIG_RAR_REGISTER is not set +# CONFIG_IIO is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +# CONFIG_EXT2_FS_XATTR is not set +# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT3_FS=y +# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set +# CONFIG_EXT4_FS is not set +CONFIG_JBD=y +# CONFIG_JBD_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_FS_POSIX_ACL is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +CONFIG_FILE_LOCKING=y +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y +# CONFIG_QUOTA is not set +# CONFIG_AUTOFS_FS is not set +# CONFIG_AUTOFS4_FS is not set +# CONFIG_FUSE_FS is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set + +# +# DOS/FAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_NTFS_FS is not set + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +# CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_HUGETLB_PAGE is not set +CONFIG_CONFIGFS_FS=y +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_YAFFS1=y +# CONFIG_YAFFS_9BYTE_TAGS is not set +# CONFIG_YAFFS_DOES_ECC is not set +CONFIG_YAFFS_YAFFS2=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +CONFIG_YAFFS2_TAG_NO_ECC=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +# CONFIG_YAFFS_EMPTY_LOST_AND_FOUND is not set +# CONFIG_JFFS2_FS is not set +# CONFIG_CRAMFS is not set +# CONFIG_SQUASHFS is not set +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_NETWORK_FILESYSTEMS is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set + +# +# Kernel hacking +# +CONFIG_PRINTK_TIME=y +CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ=y +# CONFIG_STRIP_ASM_SYMS is not set +CONFIG_UNUSED_SYMBOLS=y +CONFIG_DEBUG_FS=y +# CONFIG_HEADERS_CHECK is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_SHIRQ is not set +CONFIG_DETECT_SOFTLOCKUP=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 +CONFIG_DETECT_HUNG_TASK=y +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +CONFIG_SCHED_DEBUG=y +CONFIG_SCHEDSTATS=y +# CONFIG_TIMER_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_RT_MUTEX_TESTER is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +CONFIG_STACKTRACE=y +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set +CONFIG_FRAME_POINTER=y +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_CPU_STALL_DETECTOR is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_FAULT_INJECTION is not set +# CONFIG_SYSCTL_SYSCALL_CHECK is not set +# CONFIG_PAGE_POISONING is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_BOOT_TRACER is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_KMEMTRACE is not set +# CONFIG_WORKQUEUE_TRACER is not set +CONFIG_BLK_DEV_IO_TRACE=y +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +# CONFIG_ARM_UNWIND is not set +CONFIG_DEBUG_USER=y +CONFIG_DEBUG_ERRORS=y +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_LL is not set + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set +# CONFIG_SECURITY is not set +# CONFIG_SECURITYFS is not set +# CONFIG_SECURITY_FILE_CAPABILITIES is not set +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_FIPS=y +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_PCOMP=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_GF128MUL is not set +# CONFIG_CRYPTO_NULL is not set +CONFIG_CRYPTO_WORKQUEUE=y +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set + +# +# Authenticated Encryption with Associated Data +# +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set + +# +# Block modes +# +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CTR is not set +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set + +# +# Hash modes +# +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_GHASH is not set +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD128 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_RMD256 is not set +# CONFIG_CRYPTO_RMD320 is not set +CONFIG_CRYPTO_SHA1=y +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_TGR192 is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_ANUBIS is not set +CONFIG_CRYPTO_ARC4=y +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=y +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_TEA is not set +CONFIG_CRYPTO_TWOFISH=y +CONFIG_CRYPTO_TWOFISH_COMMON=y + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +# CONFIG_CRYPTO_ZLIB is not set +# CONFIG_CRYPTO_LZO is not set + +# +# Random Number Generation +# +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_HW=y +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_BITREVERSE=y +CONFIG_GENERIC_FIND_LAST_BIT=y +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_KMP=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_DMA=y +CONFIG_NLATTR=y +# diff --git a/config-stock-bootsdebian b/config-stock-bootsdebian new file mode 100644 index 0000000..34a9bc0 --- /dev/null +++ b/config-stock-bootsdebian @@ -0,0 +1,2154 @@ +# +# Automatically generated make config: don't edit +# Linux kernel version: 2.6.32.9 +# Thu May 5 23:16:47 2011 +# +CONFIG_ARM=y +CONFIG_SYS_SUPPORTS_APM_EMULATION=y +CONFIG_GENERIC_GPIO=y +CONFIG_GENERIC_TIME=y +CONFIG_GENERIC_CLOCKEVENTS=y +CONFIG_GENERIC_HARDIRQS=y +CONFIG_STACKTRACE_SUPPORT=y +CONFIG_LOCKDEP_SUPPORT=y +CONFIG_TRACE_IRQFLAGS_SUPPORT=y +CONFIG_HARDIRQS_SW_RESEND=y +CONFIG_GENERIC_IRQ_PROBE=y +CONFIG_GENERIC_LOCKBREAK=y +CONFIG_RWSEM_GENERIC_SPINLOCK=y +CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y +CONFIG_ARCH_HAS_DEFAULT_IDLE=y +CONFIG_ARCH_HAS_CPUFREQ=y +CONFIG_GENERIC_HWEIGHT=y +CONFIG_GENERIC_CALIBRATE_DELAY=y +CONFIG_ZONE_DMA=y +CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y +CONFIG_ARCH_PROVIDES_UDELAY=y +CONFIG_VECTORS_BASE=0xffff0000 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" +CONFIG_CONSTRUCTORS=y + +# +# General setup +# +CONFIG_EXPERIMENTAL=y +CONFIG_LOCK_KERNEL=y +CONFIG_INIT_ENV_ARG_LIMIT=32 +CONFIG_LOCALVERSION="" +# CONFIG_LOCALVERSION_AUTO is not set +# CONFIG_SWAP is not set +# CONFIG_SYSVIPC is not set +# CONFIG_POSIX_MQUEUE is not set +# CONFIG_BSD_PROCESS_ACCT is not set +# CONFIG_TASKSTATS is not set +# CONFIG_AUDIT is not set + +# +# RCU Subsystem +# +CONFIG_TREE_RCU=y +# CONFIG_TREE_PREEMPT_RCU is not set +# CONFIG_RCU_TRACE is not set +CONFIG_RCU_FANOUT=32 +# CONFIG_RCU_FANOUT_EXACT is not set +# CONFIG_TREE_RCU_TRACE is not set +CONFIG_IKCONFIG=y +CONFIG_IKCONFIG_PROC=y +CONFIG_LOG_BUF_SHIFT=17 +CONFIG_GROUP_SCHED=y +CONFIG_FAIR_GROUP_SCHED=y +# CONFIG_RT_GROUP_SCHED is not set +CONFIG_USER_SCHED=y +# CONFIG_CGROUP_SCHED is not set +# CONFIG_CGROUPS is not set +# CONFIG_SYSFS_DEPRECATED_V2 is not set +CONFIG_RELAY=y +# CONFIG_NAMESPACES is not set +CONFIG_BLK_DEV_INITRD=y +CONFIG_INITRAMFS_SOURCE="" +CONFIG_RD_GZIP=y +# CONFIG_RD_BZIP2 is not set +# CONFIG_RD_LZMA is not set +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set +CONFIG_SYSCTL=y +CONFIG_ANON_INODES=y +CONFIG_PANIC_TIMEOUT=0 +CONFIG_EMBEDDED=y +CONFIG_UID16=y +CONFIG_SYSCTL_SYSCALL=y +CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=y +# CONFIG_KALLSYMS_EXTRA_PASS is not set +CONFIG_HOTPLUG=y +CONFIG_PRINTK=y +CONFIG_BUG=y +CONFIG_ELF_CORE=y +CONFIG_BASE_FULL=y +CONFIG_FUTEX=y +CONFIG_EPOLL=y +CONFIG_SIGNALFD=y +CONFIG_TIMERFD=y +CONFIG_EVENTFD=y +CONFIG_SHMEM=y +CONFIG_ASHMEM=y +CONFIG_AIO=y + +# +# Kernel Performance Events And Counters +# +CONFIG_VM_EVENT_COUNTERS=y +CONFIG_SLUB_DEBUG=y +# CONFIG_COMPAT_BRK is not set +# CONFIG_SLAB is not set +CONFIG_SLUB=y +# CONFIG_SLOB is not set +# CONFIG_PROFILING is not set +CONFIG_TRACEPOINTS=y +CONFIG_HAVE_OPROFILE=y +# CONFIG_KPROBES is not set +CONFIG_HAVE_KPROBES=y +CONFIG_HAVE_KRETPROBES=y +CONFIG_USE_GENERIC_SMP_HELPERS=y +CONFIG_HAVE_CLK=y + +# +# GCOV-based kernel profiling +# +# CONFIG_GCOV_KERNEL is not set +# CONFIG_SLOW_WORK is not set +CONFIG_HAVE_GENERIC_DMA_COHERENT=y +CONFIG_SLABINFO=y +CONFIG_RT_MUTEXES=y +CONFIG_BASE_SMALL=0 +CONFIG_MODULES=y +# CONFIG_MODULE_FORCE_LOAD is not set +CONFIG_MODULE_UNLOAD=y +# CONFIG_MODULE_FORCE_UNLOAD is not set +CONFIG_MODVERSIONS=y +# CONFIG_MODULE_SRCVERSION_ALL is not set +CONFIG_STOP_MACHINE=y +CONFIG_BLOCK=y +CONFIG_LBDAF=y +# CONFIG_BLK_DEV_BSG is not set +# CONFIG_BLK_DEV_INTEGRITY is not set + +# +# IO Schedulers +# +CONFIG_IOSCHED_NOOP=y +CONFIG_IOSCHED_AS=y +CONFIG_IOSCHED_DEADLINE=y +CONFIG_IOSCHED_CFQ=y +# CONFIG_DEFAULT_AS is not set +# CONFIG_DEFAULT_DEADLINE is not set +CONFIG_DEFAULT_CFQ=y +# CONFIG_DEFAULT_NOOP is not set +CONFIG_DEFAULT_IOSCHED="cfq" +CONFIG_FREEZER=y + +# +# System Type +# +CONFIG_MMU=y +# CONFIG_ARCH_AAEC2000 is not set +# CONFIG_ARCH_INTEGRATOR is not set +# CONFIG_ARCH_REALVIEW is not set +# CONFIG_ARCH_VERSATILE is not set +# CONFIG_ARCH_AT91 is not set +# CONFIG_ARCH_CLPS711X is not set +# CONFIG_ARCH_GEMINI is not set +# CONFIG_ARCH_EBSA110 is not set +# CONFIG_ARCH_EP93XX is not set +# CONFIG_ARCH_FOOTBRIDGE is not set +# CONFIG_ARCH_MXC is not set +# CONFIG_ARCH_STMP3XXX is not set +# CONFIG_ARCH_NETX is not set +# CONFIG_ARCH_H720X is not set +# CONFIG_ARCH_NOMADIK is not set +# CONFIG_ARCH_IOP13XX is not set +# CONFIG_ARCH_IOP32X is not set +# CONFIG_ARCH_IOP33X is not set +# CONFIG_ARCH_IXP23XX is not set +# CONFIG_ARCH_IXP2000 is not set +# CONFIG_ARCH_IXP4XX is not set +# CONFIG_ARCH_L7200 is not set +# CONFIG_ARCH_KIRKWOOD is not set +# CONFIG_ARCH_LOKI is not set +# CONFIG_ARCH_MV78XX0 is not set +# CONFIG_ARCH_ORION5X is not set +# CONFIG_ARCH_MMP is not set +# CONFIG_ARCH_KS8695 is not set +# CONFIG_ARCH_NS9XXX is not set +# CONFIG_ARCH_W90X900 is not set +CONFIG_ARCH_TEGRA=y +# CONFIG_ARCH_PNX4008 is not set +# CONFIG_ARCH_PXA is not set +# CONFIG_ARCH_MSM is not set +# CONFIG_ARCH_RPC is not set +# CONFIG_ARCH_SA1100 is not set +# CONFIG_ARCH_S3C2410 is not set +# CONFIG_ARCH_S3C64XX is not set +# CONFIG_ARCH_S5PC1XX is not set +# CONFIG_ARCH_SHARK is not set +# CONFIG_ARCH_LH7A40X is not set +# CONFIG_ARCH_U300 is not set +# CONFIG_ARCH_DAVINCI is not set +# CONFIG_ARCH_OMAP is not set +# CONFIG_ARCH_BCMRING is not set + +# +# NVIDIA Tegra options +# +CONFIG_ARCH_TEGRA_2x_SOC=y +CONFIG_MACH_TEGRA_GENERIC=y +CONFIG_MACH_HARMONY=y +CONFIG_MACH_VENTANA=y +CONFIG_TEGRA_ODM_KIT=y +CONFIG_ARM_ERRATA_742230=y +CONFIG_TEGRA_DEBUG_UART_NONE=y +# CONFIG_TEGRA_DEBUG_UARTA is not set +# CONFIG_TEGRA_DEBUG_UARTB is not set +# CONFIG_TEGRA_DEBUG_UARTC is not set +# CONFIG_TEGRA_DEBUG_UARTD is not set +# CONFIG_TEGRA_DEBUG_UARTE is not set +CONFIG_TEGRA_NVOS=y +CONFIG_TEGRA_NVRM=y +CONFIG_TEGRA_IOVMM_GART=y +CONFIG_TEGRA_SYSTEM_DMA=y +CONFIG_TEGRA_IOVMM=y +# CONFIG_TEGRA_NVEC is not set +# CONFIG_TEGRA_PCI is not set +CONFIG_TEGRA_FUSE=y +CONFIG_TEGRA_AES=y +CONFIG_TEGRA_AES_USER=y +# CONFIG_TEGRA_USB_CHARGE is not set +# CONFIG_TEGRA_USB_VBUS_DETECT_BY_PMU is not set +# CONFIG_TEGRA_LP2POLICY_DISABLED is not set +# CONFIG_TEGRA_LP2POLICY_ENTER_IN_LC is not set +# CONFIG_TEGRA_LP2POLICY_PERSIST_IN_LC is not set +CONFIG_TEGRA_LP2POLICY_IGNORE_LC=y +CONFIG_TEGRA_ODM_HARMONY=y +# CONFIG_TEGRA_ODM_VENTANA is not set +# CONFIG_TEGRA_ODM_WHISTLER is not set + +# +# Malata SMBxxxx platform options +# +# CONFIG_SMBA1011 is not set +# CONFIG_SMBA1002 is not set +# CONFIG_SMBA1004 is not set +CONFIG_SMBA1006=y +# CONFIG_SMBA1007 is not set +# CONFIG_SMBA8901 is not set +# CONFIG_SMBA9701 is not set + +# +# Subboard platform +# +# CONFIG_7379Y_V10 is not set +CONFIG_7379Y_V11=y + +# +# Processor Type +# +CONFIG_CPU_32=y +CONFIG_CPU_32v6K=y +CONFIG_CPU_V7=y +CONFIG_CPU_32v7=y +CONFIG_CPU_ABRT_EV7=y +CONFIG_CPU_PABRT_V7=y +CONFIG_CPU_CACHE_V7=y +CONFIG_CPU_CACHE_VIPT=y +CONFIG_CPU_COPY_V6=y +CONFIG_CPU_TLB_V7=y +CONFIG_CPU_HAS_ASID=y +CONFIG_CPU_CP15=y +CONFIG_CPU_CP15_MMU=y + +# +# Processor Features +# +CONFIG_ARM_THUMB=y +# CONFIG_ARM_THUMBEE is not set +CONFIG_SWP_EMULATE=y +# CONFIG_CPU_ICACHE_DISABLE is not set +# CONFIG_CPU_DCACHE_DISABLE is not set +# CONFIG_CPU_BPREDICT_DISABLE is not set +CONFIG_HAS_TLS_REG=y +CONFIG_OUTER_CACHE=y +CONFIG_OUTER_CACHE_SYNC=y +CONFIG_CACHE_L2X0=y +CONFIG_CACHE_PL310=y +CONFIG_ARM_L1_CACHE_SHIFT=5 +CONFIG_ARCH_HAS_BARRIERS=y +CONFIG_TEGRA_ERRATA_657451=y +# CONFIG_ARM_ERRATA_430973 is not set +# CONFIG_ARM_ERRATA_458693 is not set +# CONFIG_ARM_ERRATA_460075 is not set +CONFIG_ARM_GIC=y +CONFIG_DMABOUNCE=y +CONFIG_COMMON_CLKDEV=y + +# +# Bus support +# +# CONFIG_PCI_SYSCALL is not set +# CONFIG_ARCH_SUPPORTS_MSI is not set +# CONFIG_PCCARD is not set + +# +# Kernel Features +# +CONFIG_TICK_ONESHOT=y +CONFIG_NO_HZ=y +CONFIG_HIGH_RES_TIMERS=y +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y +CONFIG_SMP=y +CONFIG_HAVE_ARM_SCU=y +CONFIG_HAVE_ARM_TWD=y +CONFIG_USE_ARM_TWD_PRESCALER=y +CONFIG_VMSPLIT_3G=y +# CONFIG_VMSPLIT_2G is not set +# CONFIG_VMSPLIT_1G is not set +CONFIG_PAGE_OFFSET=0xC0000000 +CONFIG_NR_CPUS=2 +CONFIG_HOTPLUG_CPU=y +CONFIG_LOCAL_TIMERS=y +# CONFIG_PREEMPT_NONE is not set +# CONFIG_PREEMPT_VOLUNTARY is not set +CONFIG_PREEMPT=y +CONFIG_HZ=100 +# CONFIG_THUMB2_KERNEL is not set +CONFIG_AEABI=y +# CONFIG_OABI_COMPAT is not set +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set +CONFIG_HIGHMEM=y +CONFIG_SELECT_MEMORY_MODEL=y +CONFIG_FLATMEM_MANUAL=y +# CONFIG_DISCONTIGMEM_MANUAL is not set +# CONFIG_SPARSEMEM_MANUAL is not set +CONFIG_FLATMEM=y +CONFIG_FLAT_NODE_MEM_MAP=y +CONFIG_PAGEFLAGS_EXTENDED=y +CONFIG_SPLIT_PTLOCK_CPUS=4 +# CONFIG_PHYS_ADDR_T_64BIT is not set +CONFIG_ZONE_DMA_FLAG=1 +CONFIG_BOUNCE=y +CONFIG_VIRT_TO_BUS=y +CONFIG_HAVE_MLOCK=y +CONFIG_HAVE_MLOCKED_PAGE_BIT=y +# CONFIG_KSM is not set +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_ALIGNMENT_TRAP=y +# CONFIG_UACCESS_WITH_MEMCPY is not set + +# +# Boot options +# +CONFIG_ZBOOT_ROM_TEXT=0 +CONFIG_ZBOOT_ROM_BSS=0 +CONFIG_CMDLINE="" +# CONFIG_XIP_KERNEL is not set +# CONFIG_KEXEC is not set + +# +# CPU Power Management +# +CONFIG_CPU_FREQ=y +CONFIG_CPU_FREQ_TABLE=y +# CONFIG_CPU_FREQ_DEBUG is not set +CONFIG_CPU_FREQ_STAT=y +# CONFIG_CPU_FREQ_STAT_DETAILS is not set +CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y +# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set +# CONFIG_CPU_FREQ_GOV_USERSPACE is not set +# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set +# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set +CONFIG_CPU_IDLE=y +CONFIG_CPU_IDLE_GOV_LADDER=y +CONFIG_CPU_IDLE_GOV_MENU=y + +# +# Floating point emulation +# + +# +# At least one emulation must be selected +# +CONFIG_VFP=y +CONFIG_VFPv3=y +# CONFIG_NEON is not set + +# +# Userspace binary formats +# +CONFIG_BINFMT_ELF=y +# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set +CONFIG_HAVE_AOUT=y +# CONFIG_BINFMT_AOUT is not set +# CONFIG_BINFMT_MISC is not set + +# +# Power management options +# +CONFIG_PM=y +# CONFIG_PM_DEBUG is not set +CONFIG_PM_SLEEP_SMP=y +CONFIG_PM_SLEEP=y +CONFIG_SUSPEND=y +CONFIG_SUSPEND_FREEZER=y +CONFIG_HAS_WAKELOCK=y +CONFIG_HAS_EARLYSUSPEND=y +CONFIG_WAKELOCK=y +CONFIG_WAKELOCK_STAT=y +CONFIG_USER_WAKELOCK=y +CONFIG_EARLYSUSPEND=y +# CONFIG_NO_USER_SPACE_SCREEN_ACCESS_CONTROL is not set +# CONFIG_CONSOLE_EARLYSUSPEND is not set +CONFIG_FB_EARLYSUSPEND=y +# CONFIG_APM_EMULATION is not set +# CONFIG_PM_RUNTIME is not set +CONFIG_ARCH_SUSPEND_POSSIBLE=y +CONFIG_NET=y + +# +# Networking options +# +CONFIG_PACKET=y +# CONFIG_PACKET_MMAP is not set +CONFIG_UNIX=y +CONFIG_XFRM=y +# CONFIG_XFRM_USER is not set +# CONFIG_XFRM_SUB_POLICY is not set +# CONFIG_XFRM_MIGRATE is not set +# CONFIG_XFRM_STATISTICS is not set +# CONFIG_NET_KEY is not set +CONFIG_INET=y +# CONFIG_IP_MULTICAST is not set +CONFIG_IP_ADVANCED_ROUTER=y +CONFIG_ASK_IP_FIB_HASH=y +# CONFIG_IP_FIB_TRIE is not set +CONFIG_IP_FIB_HASH=y +# CONFIG_IP_MULTIPLE_TABLES is not set +# CONFIG_IP_ROUTE_MULTIPATH is not set +# CONFIG_IP_ROUTE_VERBOSE is not set +# CONFIG_IP_PNP is not set +# CONFIG_NET_IPIP is not set +# CONFIG_NET_IPGRE is not set +# CONFIG_ARPD is not set +# CONFIG_SYN_COOKIES is not set +# CONFIG_INET_AH is not set +# CONFIG_INET_ESP is not set +# CONFIG_INET_IPCOMP is not set +# CONFIG_INET_XFRM_TUNNEL is not set +CONFIG_INET_TUNNEL=y +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set +# CONFIG_INET_XFRM_MODE_TUNNEL is not set +# CONFIG_INET_XFRM_MODE_BEET is not set +# CONFIG_INET_LRO is not set +# CONFIG_INET_DIAG is not set +# CONFIG_TCP_CONG_ADVANCED is not set +CONFIG_TCP_CONG_CUBIC=y +CONFIG_DEFAULT_TCP_CONG="cubic" +# CONFIG_TCP_MD5SIG is not set +CONFIG_IPV6=y +# CONFIG_IPV6_PRIVACY is not set +# CONFIG_IPV6_ROUTER_PREF is not set +# CONFIG_IPV6_OPTIMISTIC_DAD is not set +# CONFIG_INET6_AH is not set +# CONFIG_INET6_ESP is not set +# CONFIG_INET6_IPCOMP is not set +# CONFIG_IPV6_MIP6 is not set +# CONFIG_INET6_XFRM_TUNNEL is not set +# CONFIG_INET6_TUNNEL is not set +CONFIG_INET6_XFRM_MODE_TRANSPORT=y +CONFIG_INET6_XFRM_MODE_TUNNEL=y +CONFIG_INET6_XFRM_MODE_BEET=y +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set +CONFIG_IPV6_SIT=y +CONFIG_IPV6_NDISC_NODETYPE=y +# CONFIG_IPV6_TUNNEL is not set +# CONFIG_IPV6_MULTIPLE_TABLES is not set +# CONFIG_IPV6_MROUTE is not set +CONFIG_ANDROID_PARANOID_NETWORK=y +# CONFIG_NETWORK_SECMARK is not set +CONFIG_NETFILTER=y +# CONFIG_NETFILTER_DEBUG is not set +CONFIG_NETFILTER_ADVANCED=y + +# +# Core Netfilter Configuration +# +# CONFIG_NETFILTER_NETLINK_QUEUE is not set +# CONFIG_NETFILTER_NETLINK_LOG is not set +CONFIG_NF_CONNTRACK=y +CONFIG_NF_CT_ACCT=y +CONFIG_NF_CONNTRACK_MARK=y +CONFIG_NF_CONNTRACK_EVENTS=y +# CONFIG_NF_CT_PROTO_DCCP is not set +CONFIG_NF_CT_PROTO_GRE=y +# CONFIG_NF_CT_PROTO_SCTP is not set +CONFIG_NF_CT_PROTO_UDPLITE=y +CONFIG_NF_CONNTRACK_AMANDA=y +CONFIG_NF_CONNTRACK_FTP=y +CONFIG_NF_CONNTRACK_H323=y +CONFIG_NF_CONNTRACK_IRC=y +CONFIG_NF_CONNTRACK_NETBIOS_NS=y +CONFIG_NF_CONNTRACK_PPTP=y +CONFIG_NF_CONNTRACK_SANE=y +CONFIG_NF_CONNTRACK_SIP=y +CONFIG_NF_CONNTRACK_TFTP=y +# CONFIG_NF_CT_NETLINK is not set +CONFIG_NETFILTER_XTABLES=y +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set +# CONFIG_NETFILTER_XT_TARGET_LED is not set +# CONFIG_NETFILTER_XT_TARGET_MARK is not set +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set +CONFIG_NETFILTER_XT_MATCH_CONNMARK=y +CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set +# CONFIG_NETFILTER_XT_MATCH_ESP is not set +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set +# CONFIG_NETFILTER_XT_MATCH_HL is not set +CONFIG_NETFILTER_XT_MATCH_IPRANGE=y +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set +# CONFIG_NETFILTER_XT_MATCH_MAC is not set +# CONFIG_NETFILTER_XT_MATCH_MARK is not set +CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y +CONFIG_NETFILTER_XT_MATCH_OWNER=y +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set +# CONFIG_NETFILTER_XT_MATCH_REALM is not set +# CONFIG_NETFILTER_XT_MATCH_RECENT is not set +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set +CONFIG_NETFILTER_XT_MATCH_STATE=y +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set +# CONFIG_NETFILTER_XT_MATCH_STRING is not set +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set +# CONFIG_NETFILTER_XT_MATCH_TIME is not set +# CONFIG_NETFILTER_XT_MATCH_U32 is not set +# CONFIG_IP_VS is not set + +# +# IP: Netfilter Configuration +# +CONFIG_NF_DEFRAG_IPV4=y +CONFIG_NF_CONNTRACK_IPV4=y +CONFIG_NF_CONNTRACK_PROC_COMPAT=y +# CONFIG_IP_NF_QUEUE is not set +CONFIG_IP_NF_IPTABLES=y +# CONFIG_IP_NF_MATCH_ADDRTYPE is not set +# CONFIG_IP_NF_MATCH_AH is not set +# CONFIG_IP_NF_MATCH_ECN is not set +# CONFIG_IP_NF_MATCH_TTL is not set +CONFIG_IP_NF_FILTER=y +CONFIG_IP_NF_TARGET_REJECT=y +# CONFIG_IP_NF_TARGET_LOG is not set +# CONFIG_IP_NF_TARGET_ULOG is not set +CONFIG_NF_NAT=y +CONFIG_NF_NAT_NEEDED=y +CONFIG_IP_NF_TARGET_MASQUERADE=y +CONFIG_IP_NF_TARGET_NETMAP=y +CONFIG_IP_NF_TARGET_REDIRECT=y +CONFIG_NF_NAT_SNMP_BASIC=y +CONFIG_NF_NAT_PROTO_GRE=y +CONFIG_NF_NAT_PROTO_UDPLITE=y +CONFIG_NF_NAT_FTP=y +CONFIG_NF_NAT_IRC=y +CONFIG_NF_NAT_TFTP=y +CONFIG_NF_NAT_AMANDA=y +CONFIG_NF_NAT_PPTP=y +CONFIG_NF_NAT_H323=y +CONFIG_NF_NAT_SIP=y +# CONFIG_IP_NF_MANGLE is not set +# CONFIG_IP_NF_TARGET_TTL is not set +# CONFIG_IP_NF_RAW is not set +# CONFIG_IP_NF_ARPTABLES is not set + +# +# IPv6: Netfilter Configuration +# +# CONFIG_NF_CONNTRACK_IPV6 is not set +# CONFIG_IP6_NF_QUEUE is not set +# CONFIG_IP6_NF_IPTABLES is not set +# CONFIG_IP_DCCP is not set +# CONFIG_IP_SCTP is not set +# CONFIG_RDS is not set +# CONFIG_TIPC is not set +# CONFIG_ATM is not set +# CONFIG_BRIDGE is not set +# CONFIG_NET_DSA is not set +# CONFIG_VLAN_8021Q is not set +# CONFIG_DECNET is not set +# CONFIG_LLC2 is not set +# CONFIG_IPX is not set +# CONFIG_ATALK is not set +# CONFIG_X25 is not set +# CONFIG_LAPB is not set +# CONFIG_ECONET is not set +# CONFIG_WAN_ROUTER is not set +# CONFIG_PHONET is not set +# CONFIG_IEEE802154 is not set +# CONFIG_NET_SCHED is not set +# CONFIG_DCB is not set + +# +# Network testing +# +# CONFIG_NET_PKTGEN is not set +# CONFIG_NET_DROP_MONITOR is not set +# CONFIG_HAMRADIO is not set +# CONFIG_CAN is not set +# CONFIG_IRDA is not set +CONFIG_BT=y +CONFIG_BT_L2CAP=y +CONFIG_BT_SCO=y +CONFIG_BT_RFCOMM=y +CONFIG_BT_RFCOMM_TTY=y +CONFIG_BT_BNEP=y +# CONFIG_BT_BNEP_MC_FILTER is not set +# CONFIG_BT_BNEP_PROTO_FILTER is not set +CONFIG_BT_HIDP=y + +# +# Bluetooth device drivers +# +# CONFIG_BT_HCIBTUSB is not set +# CONFIG_BT_HCIBTSDIO is not set +CONFIG_BT_HCIUART=y +CONFIG_BT_HCIUART_H4=y +CONFIG_BT_HCIUART_BCSP=y +CONFIG_BT_HCIUART_LL=y +# CONFIG_BT_HCIBCM203X is not set +CONFIG_BT_BLUESLEEP=y +# CONFIG_BT_HCIBPA10X is not set +# CONFIG_BT_HCIBFUSB is not set +# CONFIG_BT_HCIVHCI is not set +# CONFIG_BT_MRVL is not set +# CONFIG_AF_RXRPC is not set +CONFIG_WIRELESS=y +# CONFIG_CFG80211 is not set +CONFIG_CFG80211_DEFAULT_PS_VALUE=0 +CONFIG_WIRELESS_OLD_REGULATORY=y +CONFIG_WIRELESS_EXT=y +CONFIG_WIRELESS_EXT_SYSFS=y +# CONFIG_LIB80211 is not set + +# +# CFG80211 needs to be enabled for MAC80211 +# +# CONFIG_WIMAX is not set +CONFIG_RFKILL=y +# CONFIG_RFKILL_PM is not set +CONFIG_RFKILL_LEDS=y +CONFIG_RFKILL_INPUT=y +# CONFIG_NET_9P is not set + +# +# Device Drivers +# + +# +# Generic Driver Options +# +CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" +# CONFIG_DEVTMPFS is not set +CONFIG_STANDALONE=y +CONFIG_PREVENT_FIRMWARE_BUILD=y +CONFIG_FW_LOADER=y +CONFIG_FIRMWARE_IN_KERNEL=y +CONFIG_EXTRA_FIRMWARE="" +# CONFIG_DEBUG_DRIVER is not set +# CONFIG_DEBUG_DEVRES is not set +# CONFIG_SYS_HYPERVISOR is not set +# CONFIG_CONNECTOR is not set +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_TESTS is not set +# CONFIG_MTD_CONCAT is not set +CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_REDBOOT_PARTS is not set +CONFIG_MTD_CMDLINE_PARTS=y +# CONFIG_MTD_AFS_PARTS is not set +# CONFIG_MTD_AR7_PARTS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +CONFIG_MTD_BLKDEVS=y +CONFIG_MTD_BLOCK=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set +# CONFIG_INFTL is not set +# CONFIG_RFD_FTL is not set +# CONFIG_SSFDC is not set +# CONFIG_MTD_OOPS is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +CONFIG_MTD_MAP_BANK_WIDTH_1=y +CONFIG_MTD_MAP_BANK_WIDTH_2=y +CONFIG_MTD_MAP_BANK_WIDTH_4=y +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set +CONFIG_MTD_CFI_I1=y +CONFIG_MTD_CFI_I2=y +# CONFIG_MTD_CFI_I4 is not set +# CONFIG_MTD_CFI_I8 is not set +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set + +# +# Mapping drivers for chip access +# +# CONFIG_MTD_COMPLEX_MAPPINGS is not set +# CONFIG_MTD_PLATRAM is not set + +# +# Self-contained MTD device drivers +# +# CONFIG_MTD_DATAFLASH is not set +CONFIG_MTD_NAND_TEGRA=y +# CONFIG_MTD_M25P80 is not set +# CONFIG_MTD_SST25L is not set +# CONFIG_MTD_SLRAM is not set +# CONFIG_MTD_PHRAM is not set +# CONFIG_MTD_MTDRAM is not set +# CONFIG_MTD_BLOCK2MTD is not set + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOC2001PLUS is not set +CONFIG_MTD_NAND_IDS=y +CONFIG_MTD_NAND=y +# CONFIG_MTD_NAND_VERIFY_WRITE is not set +# CONFIG_MTD_NAND_ECC_SMC is not set +# CONFIG_MTD_NAND_MUSEUM_IDS is not set +# CONFIG_MTD_NAND_GPIO is not set +# CONFIG_MTD_NAND_DISKONCHIP is not set +# CONFIG_MTD_NAND_NANDSIM is not set +# CONFIG_MTD_NAND_PLATFORM is not set +# CONFIG_MTD_ALAUDA is not set +# CONFIG_MTD_ONENAND is not set + +# +# LPDDR flash memory drivers +# +# CONFIG_MTD_LPDDR is not set + +# +# UBI - Unsorted block images +# +# CONFIG_MTD_UBI is not set +# CONFIG_PARPORT is not set +CONFIG_BLK_DEV=y +# CONFIG_BLK_DEV_COW_COMMON is not set +CONFIG_BLK_DEV_LOOP=y +# CONFIG_BLK_DEV_CRYPTOLOOP is not set +# CONFIG_BLK_DEV_NBD is not set +# CONFIG_BLK_DEV_UB is not set +# CONFIG_BLK_DEV_RAM is not set +# CONFIG_CDROM_PKTCDVD is not set +# CONFIG_ATA_OVER_ETH is not set +# CONFIG_MG_DISK is not set +CONFIG_MISC_DEVICES=y +# CONFIG_ANDROID_PMEM is not set +# CONFIG_ICS932S401 is not set +# CONFIG_ENCLOSURE_SERVICES is not set +# CONFIG_KERNEL_DEBUGGER_CORE is not set +# CONFIG_ISL29003 is not set +CONFIG_UID_STAT=y +CONFIG_LBEE9QMB_RFKILL=y +# CONFIG_WL127X_RFKILL is not set +# CONFIG_APANIC is not set +CONFIG_PIXEL_QI_SCREEN_CTRL=y +# CONFIG_C2PORT is not set + +# +# EEPROM support +# +# CONFIG_EEPROM_AT24 is not set +# CONFIG_EEPROM_AT25 is not set +# CONFIG_EEPROM_LEGACY is not set +# CONFIG_EEPROM_MAX6875 is not set +# CONFIG_EEPROM_93CX6 is not set +CONFIG_HAVE_IDE=y +# CONFIG_IDE is not set + +# +# SCSI device support +# +# CONFIG_RAID_ATTRS is not set +CONFIG_SCSI=y +CONFIG_SCSI_DMA=y +# CONFIG_SCSI_TGT is not set +# CONFIG_SCSI_NETLINK is not set +CONFIG_SCSI_PROC_FS=y + +# +# SCSI support type (disk, tape, CD-ROM) +# +CONFIG_BLK_DEV_SD=y +# CONFIG_CHR_DEV_ST is not set +# CONFIG_CHR_DEV_OSST is not set +CONFIG_BLK_DEV_SR=y +CONFIG_BLK_DEV_SR_VENDOR=y +CONFIG_CHR_DEV_SG=y +# CONFIG_CHR_DEV_SCH is not set +CONFIG_SCSI_MULTI_LUN=y +# CONFIG_SCSI_CONSTANTS is not set +# CONFIG_SCSI_LOGGING is not set +# CONFIG_SCSI_SCAN_ASYNC is not set +CONFIG_SCSI_WAIT_SCAN=m + +# +# SCSI Transports +# +# CONFIG_SCSI_SPI_ATTRS is not set +# CONFIG_SCSI_FC_ATTRS is not set +# CONFIG_SCSI_ISCSI_ATTRS is not set +# CONFIG_SCSI_SAS_LIBSAS is not set +# CONFIG_SCSI_SRP_ATTRS is not set +CONFIG_SCSI_LOWLEVEL=y +# CONFIG_ISCSI_TCP is not set +# CONFIG_LIBFC is not set +# CONFIG_LIBFCOE is not set +# CONFIG_SCSI_DEBUG is not set +# CONFIG_SCSI_DH is not set +# CONFIG_SCSI_OSD_INITIATOR is not set +# CONFIG_ATA is not set +CONFIG_MD=y +# CONFIG_BLK_DEV_MD is not set +CONFIG_BLK_DEV_DM=y +# CONFIG_DM_DEBUG is not set +CONFIG_DM_CRYPT=y +# CONFIG_DM_SNAPSHOT is not set +# CONFIG_DM_MIRROR is not set +# CONFIG_DM_ZERO is not set +# CONFIG_DM_MULTIPATH is not set +# CONFIG_DM_DELAY is not set +# CONFIG_DM_UEVENT is not set +CONFIG_NETDEVICES=y +# CONFIG_DUMMY is not set +# CONFIG_BONDING is not set +# CONFIG_MACVLAN is not set +# CONFIG_EQUALIZER is not set +# CONFIG_TUN is not set +# CONFIG_VETH is not set +# CONFIG_PHYLIB is not set +CONFIG_NET_ETHERNET=y +CONFIG_MII=y +# CONFIG_AX88796 is not set +# CONFIG_SMC91X is not set +# CONFIG_DM9000 is not set +# CONFIG_ENC28J60 is not set +# CONFIG_ETHOC is not set +# CONFIG_SMC911X is not set +# CONFIG_SMSC911X is not set +# CONFIG_DNET is not set +# CONFIG_IBM_NEW_EMAC_ZMII is not set +# CONFIG_IBM_NEW_EMAC_RGMII is not set +# CONFIG_IBM_NEW_EMAC_TAH is not set +# CONFIG_IBM_NEW_EMAC_EMAC4 is not set +# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set +# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set +# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set +# CONFIG_B44 is not set +# CONFIG_KS8842 is not set +# CONFIG_KS8851 is not set +# CONFIG_KS8851_MLL is not set +# CONFIG_NETDEV_1000 is not set +# CONFIG_NETDEV_10000 is not set +CONFIG_WLAN=y +# CONFIG_WLAN_PRE80211 is not set +# CONFIG_WLAN_80211 is not set + +# +# Enable WiMAX (Networking options) to see the WiMAX drivers +# + +# +# USB Network Adapters +# +# CONFIG_USB_CATC is not set +# CONFIG_USB_KAWETH is not set +# CONFIG_USB_PEGASUS is not set +# CONFIG_USB_RTL8150 is not set +CONFIG_USB_USBNET=y +# CONFIG_USB_NET_AX8817X is not set +CONFIG_USB_NET_CDCETHER=y +# CONFIG_USB_NET_CDC_EEM is not set +# CONFIG_USB_NET_DM9601 is not set +CONFIG_USB_NET_SMSC95XX=y +# CONFIG_USB_NET_GL620A is not set +# CONFIG_USB_NET_NET1080 is not set +# CONFIG_USB_NET_PLUSB is not set +# CONFIG_USB_NET_MCS7830 is not set +# CONFIG_USB_NET_RNDIS_HOST is not set +CONFIG_USB_NET_CDC_SUBSET=y +# CONFIG_USB_ALI_M5632 is not set +# CONFIG_USB_AN2720 is not set +CONFIG_USB_BELKIN=y +CONFIG_USB_ARMLINUX=y +# CONFIG_USB_EPSON2888 is not set +# CONFIG_USB_KC2190 is not set +# CONFIG_USB_NET_ZAURUS is not set +# CONFIG_USB_HSO is not set +# CONFIG_USB_NET_INT51X1 is not set +CONFIG_ERICSSON_F3307_ENABLE=y +CONFIG_USB_NET_QF9700=y +CONFIG_USB_NET_CDC_NCM=y +# CONFIG_WAN is not set +# CONFIG_PPP is not set +# CONFIG_SLIP is not set +# CONFIG_NETCONSOLE is not set +# CONFIG_NETPOLL is not set +# CONFIG_NET_POLL_CONTROLLER is not set +# CONFIG_ISDN is not set +# CONFIG_PHONE is not set + +# +# Input device support +# +CONFIG_INPUT=y +# CONFIG_INPUT_FF_MEMLESS is not set +# CONFIG_INPUT_POLLDEV is not set + +# +# Userland interfaces +# +CONFIG_INPUT_MOUSEDEV=y +CONFIG_INPUT_MOUSEDEV_PSAUX=y +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 +# CONFIG_INPUT_JOYDEV is not set +CONFIG_INPUT_EVDEV=y +# CONFIG_INPUT_EVBUG is not set +CONFIG_INPUT_KEYRESET=y + +# +# Input Device Drivers +# +CONFIG_INPUT_KEYBOARD=y +# CONFIG_KEYBOARD_ADP5588 is not set +CONFIG_KEYBOARD_ATKBD=y +# CONFIG_QT2160 is not set +# CONFIG_KEYBOARD_LKKBD is not set +CONFIG_KEYBOARD_GPIO=y +# CONFIG_KEYBOARD_MATRIX is not set +# CONFIG_KEYBOARD_LM8323 is not set +# CONFIG_KEYBOARD_MAX7359 is not set +# CONFIG_KEYBOARD_NEWTON is not set +# CONFIG_KEYBOARD_TEGRA is not set +# CONFIG_KEYBOARD_OPENCORES is not set +# CONFIG_KEYBOARD_STOWAWAY is not set +# CONFIG_KEYBOARD_SUNKBD is not set +# CONFIG_KEYBOARD_XTKBD is not set +CONFIG_KEYBOARD_SO340010=y +CONFIG_INPUT_MOUSE=y +# CONFIG_MOUSE_PS2 is not set +# CONFIG_MOUSE_SERIAL is not set +# CONFIG_MOUSE_APPLETOUCH is not set +# CONFIG_MOUSE_BCM5974 is not set +# CONFIG_MOUSE_VSXXXAA is not set +# CONFIG_MOUSE_GPIO is not set +# CONFIG_MOUSE_SYNAPTICS_I2C is not set +# CONFIG_INPUT_JOYSTICK is not set +# CONFIG_INPUT_TABLET is not set +CONFIG_INPUT_TOUCHSCREEN=y +# CONFIG_TOUCHSCREEN_ADS7846 is not set +# CONFIG_TOUCHSCREEN_AD7877 is not set +# CONFIG_TOUCHSCREEN_AD7879_I2C is not set +# CONFIG_TOUCHSCREEN_AD7879_SPI is not set +# CONFIG_TOUCHSCREEN_AD7879 is not set +# CONFIG_TOUCHSCREEN_EETI is not set +# CONFIG_TOUCHSCREEN_FUJITSU is not set +# CONFIG_TOUCHSCREEN_GUNZE is not set +# CONFIG_TOUCHSCREEN_ELO is not set +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set +# CONFIG_TOUCHSCREEN_MCS5000 is not set +# CONFIG_TOUCHSCREEN_MTOUCH is not set +# CONFIG_TOUCHSCREEN_INEXIO is not set +# CONFIG_TOUCHSCREEN_MK712 is not set +# CONFIG_TOUCHSCREEN_PENMOUNT is not set +# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM=y +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set +CONFIG_TOUCHSCREEN_USB_COMPOSITE=y +CONFIG_TOUCHSCREEN_USB_EGALAX=y +CONFIG_TOUCHSCREEN_USB_PANJIT=y +# CONFIG_TOUCHSCREEN_USB_3M is not set +# CONFIG_TOUCHSCREEN_USB_ITM is not set +# CONFIG_TOUCHSCREEN_USB_ETURBO is not set +# CONFIG_TOUCHSCREEN_USB_GUNZE is not set +# CONFIG_TOUCHSCREEN_USB_DMC_TSC10 is not set +# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set +# CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set +# CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set +# CONFIG_TOUCHSCREEN_USB_GOTOP is not set +CONFIG_TOUCHSCREEN_USB_JASTEC=y +CONFIG_TOUCHSCREEN_USB_E2I=y +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set +# CONFIG_TOUCHSCREEN_TSC2007 is not set +# CONFIG_TOUCHSCREEN_W90X900 is not set +CONFIG_TOUCHSCREEN_TEGRA_ODM_AK4183=y +CONFIG_TOUCHSCREEN_TEGRA_ODM_AT168=y +CONFIG_INPUT_MISC=y +# CONFIG_INPUT_ATI_REMOTE is not set +# CONFIG_INPUT_ATI_REMOTE2 is not set +# CONFIG_INPUT_KEYCHORD is not set +# CONFIG_INPUT_KEYSPAN_REMOTE is not set +# CONFIG_INPUT_POWERMATE is not set +# CONFIG_INPUT_YEALINK is not set +# CONFIG_INPUT_CM109 is not set +CONFIG_INPUT_UINPUT=y +# CONFIG_INPUT_GPIO is not set +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set +# CONFIG_INPUT_TEGRA_ODM_ACCEL is not set +# CONFIG_INPUT_TEGRA_ODM_SCROLL is not set +CONFIG_INPUT_GPS_CONTROL=y +CONFIG_INPUT_DUMMY_SENSOR=y +CONFIG_INPUT_LIS35DE_ACCEL=y +CONFIG_INPUT_ISL29023_LS=y +CONFIG_SENSORS_ECOMPASS=y +CONFIG_SENSORS_MMC3140=y + +# +# Hardware I/O ports +# +CONFIG_SERIO=y +CONFIG_SERIO_SERPORT=y +CONFIG_SERIO_LIBPS2=y +CONFIG_SERIO_RAW=y +# CONFIG_GAMEPORT is not set + +# +# Character devices +# +CONFIG_VT=y +# CONFIG_CONSOLE_TRANSLATIONS is not set +CONFIG_VT_CONSOLE=y +CONFIG_HW_CONSOLE=y +CONFIG_VT_HW_CONSOLE_BINDING=y +CONFIG_DEVMEM=y +# CONFIG_DEVKMEM is not set +# CONFIG_SERIAL_NONSTANDARD is not set + +# +# Serial drivers +# +CONFIG_SERIAL_8250=y +CONFIG_SERIAL_8250_CONSOLE=y +CONFIG_SERIAL_8250_NR_UARTS=1 +CONFIG_SERIAL_8250_RUNTIME_UARTS=1 +# CONFIG_SERIAL_8250_EXTENDED is not set + +# +# Non-8250 serial port support +# +CONFIG_SERIAL_TEGRA=y +# CONFIG_SERIAL_MAX3100 is not set +CONFIG_SERIAL_CORE=y +CONFIG_SERIAL_CORE_CONSOLE=y +CONFIG_UNIX98_PTYS=y +# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set +# CONFIG_LEGACY_PTYS is not set +# CONFIG_IPMI_HANDLER is not set +# CONFIG_HW_RANDOM is not set +# CONFIG_R3964 is not set +# CONFIG_RAW_DRIVER is not set +# CONFIG_TCG_TPM is not set +# CONFIG_DCC_TTY is not set +CONFIG_I2C=y +CONFIG_I2C_BOARDINFO=y +CONFIG_I2C_COMPAT=y +# CONFIG_I2C_CHARDEV is not set +CONFIG_I2C_HELPER_AUTO=y + +# +# I2C Hardware Bus support +# + +# +# I2C system bus drivers (mostly embedded / system-on-chip) +# +# CONFIG_I2C_DESIGNWARE is not set +# CONFIG_I2C_GPIO is not set +# CONFIG_I2C_OCORES is not set +# CONFIG_I2C_SIMTEC is not set +CONFIG_I2C_TEGRA=y + +# +# External I2C/SMBus adapter drivers +# +# CONFIG_I2C_PARPORT_LIGHT is not set +# CONFIG_I2C_TAOS_EVM is not set +# CONFIG_I2C_TINY_USB is not set + +# +# Other I2C/SMBus bus drivers +# +# CONFIG_I2C_PCA_PLATFORM is not set +# CONFIG_I2C_STUB is not set + +# +# Miscellaneous I2C Chip support +# +# CONFIG_DS1682 is not set +# CONFIG_SENSORS_TSL2550 is not set +# CONFIG_SENSORS_PCA963X is not set +# CONFIG_I2C_DEBUG_CORE is not set +# CONFIG_I2C_DEBUG_ALGO is not set +# CONFIG_I2C_DEBUG_BUS is not set +# CONFIG_I2C_DEBUG_CHIP is not set +CONFIG_SPI=y +# CONFIG_SPI_DEBUG is not set +CONFIG_SPI_MASTER=y + +# +# SPI Master Controller Drivers +# +# CONFIG_SPI_BITBANG is not set +# CONFIG_SPI_GPIO is not set +CONFIG_SPI_TEGRA=y + +# +# SPI Protocol Masters +# +# CONFIG_SPI_SPIDEV is not set +# CONFIG_SPI_TLE62X0 is not set + +# +# PPS support +# +# CONFIG_PPS is not set +CONFIG_ARCH_REQUIRE_GPIOLIB=y +CONFIG_GPIOLIB=y +# CONFIG_DEBUG_GPIO is not set +CONFIG_GPIO_SYSFS=y + +# +# Memory mapped GPIO expanders: +# + +# +# I2C GPIO expanders: +# +# CONFIG_GPIO_MAX732X is not set +# CONFIG_GPIO_PCA953X is not set +# CONFIG_GPIO_PCF857X is not set + +# +# PCI GPIO expanders: +# + +# +# SPI GPIO expanders: +# +# CONFIG_GPIO_MAX7301 is not set +# CONFIG_GPIO_MCP23S08 is not set +# CONFIG_GPIO_MC33880 is not set + +# +# AC97 GPIO expanders: +# +# CONFIG_W1 is not set +CONFIG_POWER_SUPPLY=y +# CONFIG_POWER_SUPPLY_DEBUG is not set +# CONFIG_PDA_POWER is not set +# CONFIG_BATTERY_DS2760 is not set +# CONFIG_BATTERY_DS2782 is not set +# CONFIG_BATTERY_BQ27x00 is not set +# CONFIG_BATTERY_MAX17040 is not set +# CONFIG_TEGRA_BATTERY_ODM is not set +# CONFIG_YOKU_0563113_BATTERY is not set +# CONFIG_SMBA1011_BATTERY is not set +CONFIG_SMBA1002_BATTERY=y +# CONFIG_HWMON is not set +# CONFIG_THERMAL is not set +# CONFIG_WATCHDOG is not set +CONFIG_SSB_POSSIBLE=y + +# +# Sonics Silicon Backplane +# +# CONFIG_SSB is not set + +# +# Multifunction device drivers +# +# CONFIG_MFD_CORE is not set +# CONFIG_MFD_SM501 is not set +# CONFIG_MFD_ASIC3 is not set +# CONFIG_HTC_EGPIO is not set +# CONFIG_HTC_PASIC3 is not set +# CONFIG_TPS65010 is not set +# CONFIG_TWL4030_CORE is not set +# CONFIG_MFD_TMIO is not set +# CONFIG_MFD_T7L66XB is not set +# CONFIG_MFD_TC6387XB is not set +# CONFIG_MFD_TC6393XB is not set +# CONFIG_PMIC_DA903X is not set +# CONFIG_MFD_WM8400 is not set +# CONFIG_MFD_WM831X is not set +# CONFIG_MFD_WM8350_I2C is not set +# CONFIG_MFD_PCF50633 is not set +# CONFIG_MFD_MC13783 is not set +# CONFIG_AB3100_CORE is not set +# CONFIG_EZX_PCAP is not set +CONFIG_REGULATOR=y +# CONFIG_REGULATOR_DEBUG is not set +# CONFIG_REGULATOR_FIXED_VOLTAGE is not set +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set +# CONFIG_REGULATOR_BQ24022 is not set +# CONFIG_REGULATOR_MAX1586 is not set +CONFIG_REGULATOR_TEGRA=y +# CONFIG_REGULATOR_LP3971 is not set +# CONFIG_REGULATOR_TPS65023 is not set +# CONFIG_REGULATOR_TPS6507X is not set +CONFIG_MEDIA_SUPPORT=y + +# +# Multimedia core support +# +CONFIG_VIDEO_DEV=y +CONFIG_VIDEO_V4L2_COMMON=y +CONFIG_VIDEO_ALLOW_V4L1=y +CONFIG_VIDEO_V4L1_COMPAT=y +# CONFIG_DVB_CORE is not set +CONFIG_VIDEO_MEDIA=y + +# +# Multimedia drivers +# +# CONFIG_MEDIA_ATTACH is not set +CONFIG_MEDIA_TUNER=y +# CONFIG_MEDIA_TUNER_CUSTOMISE is not set +CONFIG_MEDIA_TUNER_SIMPLE=y +CONFIG_MEDIA_TUNER_TDA8290=y +CONFIG_MEDIA_TUNER_TDA9887=y +CONFIG_MEDIA_TUNER_TEA5761=y +CONFIG_MEDIA_TUNER_TEA5767=y +CONFIG_MEDIA_TUNER_MT20XX=y +CONFIG_MEDIA_TUNER_XC2028=y +CONFIG_MEDIA_TUNER_XC5000=y +CONFIG_MEDIA_TUNER_MC44S803=y +CONFIG_VIDEO_V4L2=y +CONFIG_VIDEO_V4L1=y +CONFIG_VIDEO_CAPTURE_DRIVERS=y +# CONFIG_VIDEO_ADV_DEBUG is not set +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set +CONFIG_VIDEO_HELPER_CHIPS_AUTO=y +# CONFIG_VIDEO_VIVI is not set +# CONFIG_VIDEO_CPIA is not set +# CONFIG_VIDEO_CPIA2 is not set +# CONFIG_VIDEO_SAA5246A is not set +# CONFIG_VIDEO_SAA5249 is not set +# CONFIG_SOC_CAMERA is not set +CONFIG_V4L_USB_DRIVERS=y +CONFIG_USB_VIDEO_CLASS=y +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y +CONFIG_USB_GSPCA=m +# CONFIG_USB_M5602 is not set +# CONFIG_USB_STV06XX is not set +# CONFIG_USB_GL860 is not set +# CONFIG_USB_GSPCA_CONEX is not set +# CONFIG_USB_GSPCA_ETOMS is not set +# CONFIG_USB_GSPCA_FINEPIX is not set +# CONFIG_USB_GSPCA_JEILINJ is not set +# CONFIG_USB_GSPCA_MARS is not set +# CONFIG_USB_GSPCA_MR97310A is not set +# CONFIG_USB_GSPCA_OV519 is not set +# CONFIG_USB_GSPCA_OV534 is not set +# CONFIG_USB_GSPCA_PAC207 is not set +# CONFIG_USB_GSPCA_PAC7311 is not set +# CONFIG_USB_GSPCA_SN9C20X is not set +# CONFIG_USB_GSPCA_SONIXB is not set +# CONFIG_USB_GSPCA_SONIXJ is not set +# CONFIG_USB_GSPCA_SPCA500 is not set +# CONFIG_USB_GSPCA_SPCA501 is not set +# CONFIG_USB_GSPCA_SPCA505 is not set +# CONFIG_USB_GSPCA_SPCA506 is not set +# CONFIG_USB_GSPCA_SPCA508 is not set +# CONFIG_USB_GSPCA_SPCA561 is not set +# CONFIG_USB_GSPCA_SQ905 is not set +# CONFIG_USB_GSPCA_SQ905C is not set +# CONFIG_USB_GSPCA_STK014 is not set +# CONFIG_USB_GSPCA_SUNPLUS is not set +# CONFIG_USB_GSPCA_T613 is not set +# CONFIG_USB_GSPCA_TV8532 is not set +# CONFIG_USB_GSPCA_VC032X is not set +# CONFIG_USB_GSPCA_ZC3XX is not set +# CONFIG_VIDEO_PVRUSB2 is not set +# CONFIG_VIDEO_HDPVR is not set +# CONFIG_VIDEO_EM28XX is not set +# CONFIG_VIDEO_CX231XX is not set +# CONFIG_VIDEO_USBVISION is not set +# CONFIG_USB_VICAM is not set +# CONFIG_USB_IBMCAM is not set +# CONFIG_USB_KONICAWC is not set +# CONFIG_USB_QUICKCAM_MESSENGER is not set +# CONFIG_USB_ET61X251 is not set +# CONFIG_VIDEO_OVCAMCHIP is not set +# CONFIG_USB_OV511 is not set +# CONFIG_USB_SE401 is not set +# CONFIG_USB_SN9C102 is not set +# CONFIG_USB_STV680 is not set +# CONFIG_USB_ZC0301 is not set +# CONFIG_USB_PWC is not set +CONFIG_USB_PWC_INPUT_EVDEV=y +# CONFIG_USB_ZR364XX is not set +# CONFIG_USB_STKWEBCAM is not set +# CONFIG_USB_S2255 is not set +CONFIG_RADIO_ADAPTERS=y +# CONFIG_I2C_SI4713 is not set +# CONFIG_RADIO_SI4713 is not set +# CONFIG_USB_DSBR is not set +# CONFIG_RADIO_SI470X is not set +# CONFIG_USB_MR800 is not set +# CONFIG_RADIO_TEA5764 is not set +# CONFIG_DAB is not set + +# +# Graphics support +# +# CONFIG_VGASTATE is not set +# CONFIG_VIDEO_OUTPUT_CONTROL is not set +CONFIG_FB=y +# CONFIG_FIRMWARE_EDID is not set +# CONFIG_FB_DDC is not set +# CONFIG_FB_BOOT_VESA_SUPPORT is not set +CONFIG_FB_CFB_FILLRECT=y +CONFIG_FB_CFB_COPYAREA=y +CONFIG_FB_CFB_IMAGEBLIT=y +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set +# CONFIG_FB_SYS_FILLRECT is not set +# CONFIG_FB_SYS_COPYAREA is not set +# CONFIG_FB_SYS_IMAGEBLIT is not set +# CONFIG_FB_FOREIGN_ENDIAN is not set +# CONFIG_FB_SYS_FOPS is not set +# CONFIG_FB_SVGALIB is not set +# CONFIG_FB_MACMODES is not set +# CONFIG_FB_BACKLIGHT is not set +CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_TILEBLITTING=y + +# +# Frame buffer hardware drivers +# +# CONFIG_FB_S1D13XXX is not set +# CONFIG_FB_VIRTUAL is not set +# CONFIG_FB_METRONOME is not set +# CONFIG_FB_MB862XX is not set +# CONFIG_FB_BROADSHEET is not set +CONFIG_FB_TEGRA=y +CONFIG_FB_TEGRA_DUMMY=y +CONFIG_FB_TEGRA_GRHOST=y +CONFIG_DEVNVMAP=y +# CONFIG_DEVNVMAP_PARANOID is not set +CONFIG_DEVNVMAP_RECLAIM_UNPINNED_VM=y +CONFIG_BACKLIGHT_LCD_SUPPORT=y +CONFIG_LCD_CLASS_DEVICE=y +# CONFIG_LCD_LMS283GF05 is not set +# CONFIG_LCD_LTV350QV is not set +# CONFIG_LCD_ILI9320 is not set +# CONFIG_LCD_TDO24M is not set +# CONFIG_LCD_VGG2432A4 is not set +# CONFIG_LCD_PLATFORM is not set +CONFIG_BACKLIGHT_CLASS_DEVICE=y +CONFIG_BACKLIGHT_GENERIC=y + +# +# Display device support +# +CONFIG_DISPLAY_SUPPORT=y + +# +# Display hardware drivers +# + +# +# Console display driver support +# +# CONFIG_VGA_CONSOLE is not set +CONFIG_DUMMY_CONSOLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y +# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set +# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set +CONFIG_FONTS=y +CONFIG_FONT_8x8=y +CONFIG_FONT_8x16=y +# CONFIG_FONT_6x11 is not set +# CONFIG_FONT_7x14 is not set +# CONFIG_FONT_PEARL_8x8 is not set +# CONFIG_FONT_ACORN_8x8 is not set +# CONFIG_FONT_MINI_4x6 is not set +# CONFIG_FONT_SUN8x16 is not set +# CONFIG_FONT_SUN12x22 is not set +# CONFIG_FONT_10x18 is not set +# CONFIG_LOGO is not set +# CONFIG_SOUND is not set +CONFIG_HID_SUPPORT=y +CONFIG_HID=y +CONFIG_HIDRAW=y + +# +# USB Input Devices +# +CONFIG_USB_HID=y +# CONFIG_HID_PID is not set +# CONFIG_USB_HIDDEV is not set + +# +# Special HID drivers +# +# CONFIG_HID_A4TECH is not set +# CONFIG_HID_APPLE is not set +# CONFIG_HID_BELKIN is not set +# CONFIG_HID_CHERRY is not set +# CONFIG_HID_CHICONY is not set +# CONFIG_HID_CYPRESS is not set +# CONFIG_HID_DRAGONRISE is not set +# CONFIG_HID_EZKEY is not set +# CONFIG_HID_KYE is not set +# CONFIG_HID_GYRATION is not set +# CONFIG_HID_TWINHAN is not set +# CONFIG_HID_KENSINGTON is not set +# CONFIG_HID_LOGITECH is not set +# CONFIG_HID_MICROSOFT is not set +# CONFIG_HID_MONTEREY is not set +# CONFIG_HID_NTRIG is not set +# CONFIG_HID_PANTHERLORD is not set +# CONFIG_HID_PETALYNX is not set +# CONFIG_HID_SAMSUNG is not set +# CONFIG_HID_SONY is not set +# CONFIG_HID_SUNPLUS is not set +# CONFIG_HID_GREENASIA is not set +# CONFIG_HID_SMARTJOYPLUS is not set +# CONFIG_HID_TOPSEED is not set +# CONFIG_HID_THRUSTMASTER is not set +# CONFIG_HID_WACOM is not set +# CONFIG_HID_ZEROPLUS is not set +CONFIG_USB_SUPPORT=y +CONFIG_USB_ARCH_HAS_HCD=y +# CONFIG_USB_ARCH_HAS_OHCI is not set +CONFIG_USB_ARCH_HAS_EHCI=y +CONFIG_USB=y +# CONFIG_USB_DEBUG is not set +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y + +# +# Miscellaneous USB options +# +CONFIG_USB_DEVICEFS=y +CONFIG_USB_DEVICE_CLASS=y +# CONFIG_USB_DYNAMIC_MINORS is not set +CONFIG_USB_SUSPEND=y +# CONFIG_USB_OTG is not set +# CONFIG_USB_OTG_WHITELIST is not set +# CONFIG_USB_OTG_BLACKLIST_HUB is not set +CONFIG_USB_MON=y +# CONFIG_USB_WUSB is not set +# CONFIG_USB_WUSB_CBAF is not set + +# +# USB Host Controller Drivers +# +# CONFIG_USB_C67X00_HCD is not set +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_ROOT_HUB_TT=y +# CONFIG_USB_EHCI_TT_NEWSCHED is not set +# CONFIG_USB_OXU210HP_HCD is not set +# CONFIG_USB_ISP116X_HCD is not set +# CONFIG_USB_ISP1760_HCD is not set +# CONFIG_USB_ISP1362_HCD is not set +# CONFIG_USB_SL811_HCD is not set +# CONFIG_USB_R8A66597_HCD is not set +# CONFIG_USB_HWA_HCD is not set +CONFIG_USB_TEGRA_HCD=y +# CONFIG_USB_MUSB_HDRC is not set +# CONFIG_USB_GADGET_MUSB_HDRC is not set + +# +# USB Device Class drivers +# +CONFIG_USB_ACM=y +# CONFIG_USB_PRINTER is not set +CONFIG_USB_WDM=y +# CONFIG_USB_TMC is not set + +# +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may +# + +# +# also be needed; see USB_STORAGE Help for more info +# +CONFIG_USB_STORAGE=y +# CONFIG_USB_STORAGE_DEBUG is not set +# CONFIG_USB_STORAGE_DATAFAB is not set +# CONFIG_USB_STORAGE_FREECOM is not set +# CONFIG_USB_STORAGE_ISD200 is not set +# CONFIG_USB_STORAGE_USBAT is not set +# CONFIG_USB_STORAGE_SDDR09 is not set +# CONFIG_USB_STORAGE_SDDR55 is not set +# CONFIG_USB_STORAGE_JUMPSHOT is not set +# CONFIG_USB_STORAGE_ALAUDA is not set +# CONFIG_USB_STORAGE_ONETOUCH is not set +# CONFIG_USB_STORAGE_KARMA is not set +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set +# CONFIG_USB_LIBUSUAL is not set + +# +# USB Imaging devices +# +# CONFIG_USB_MDC800 is not set +# CONFIG_USB_MICROTEK is not set + +# +# USB port drivers +# +# CONFIG_USB_SERIAL is not set + +# +# USB Miscellaneous drivers +# +# CONFIG_USB_EMI62 is not set +# CONFIG_USB_EMI26 is not set +# CONFIG_USB_ADUTUX is not set +# CONFIG_USB_SEVSEG is not set +# CONFIG_USB_RIO500 is not set +# CONFIG_USB_LEGOTOWER is not set +# CONFIG_USB_LCD is not set +# CONFIG_USB_BERRY_CHARGE is not set +# CONFIG_USB_LED is not set +# CONFIG_USB_CYPRESS_CY7C63 is not set +# CONFIG_USB_CYTHERM is not set +# CONFIG_USB_IDMOUSE is not set +# CONFIG_USB_FTDI_ELAN is not set +# CONFIG_USB_APPLEDISPLAY is not set +# CONFIG_USB_SISUSBVGA is not set +# CONFIG_USB_LD is not set +# CONFIG_USB_TRANCEVIBRATOR is not set +# CONFIG_USB_IOWARRIOR is not set +# CONFIG_USB_TEST is not set +# CONFIG_USB_ISIGHTFW is not set +# CONFIG_USB_VST is not set +CONFIG_USB_GADGET=y +# CONFIG_USB_GADGET_DEBUG is not set +# CONFIG_USB_GADGET_DEBUG_FILES is not set +# CONFIG_USB_GADGET_DEBUG_FS is not set +CONFIG_USB_GADGET_VBUS_DRAW=500 +CONFIG_USB_GADGET_SELECTED=y +# CONFIG_USB_GADGET_AT91 is not set +# CONFIG_USB_GADGET_ATMEL_USBA is not set +# CONFIG_USB_GADGET_FSL_USB2 is not set +# CONFIG_USB_GADGET_LH7A40X is not set +# CONFIG_USB_GADGET_OMAP is not set +# CONFIG_USB_GADGET_PXA25X is not set +# CONFIG_USB_GADGET_R8A66597 is not set +# CONFIG_USB_GADGET_PXA27X is not set +# CONFIG_USB_GADGET_S3C_HSOTG is not set +# CONFIG_USB_GADGET_IMX is not set +# CONFIG_USB_GADGET_S3C2410 is not set +# CONFIG_USB_GADGET_M66592 is not set +# CONFIG_USB_GADGET_AMD5536UDC is not set +# CONFIG_USB_GADGET_FSL_QE is not set +# CONFIG_USB_GADGET_CI13XXX is not set +# CONFIG_USB_GADGET_NET2280 is not set +# CONFIG_USB_GADGET_GOKU is not set +# CONFIG_USB_GADGET_LANGWELL is not set +CONFIG_USB_GADGET_TEGRA=y +CONFIG_USB_TEGRA=y +# CONFIG_USB_GADGET_DUMMY_HCD is not set +CONFIG_USB_GADGET_DUALSPEED=y +# CONFIG_USB_ZERO is not set +# CONFIG_USB_AUDIO is not set +# CONFIG_USB_ETH is not set +# CONFIG_USB_GADGETFS is not set +# CONFIG_USB_FILE_STORAGE is not set +# CONFIG_USB_G_SERIAL is not set +# CONFIG_USB_MIDI_GADGET is not set +# CONFIG_USB_G_PRINTER is not set +# CONFIG_USB_ANDROID is not set +# CONFIG_USB_CDC_COMPOSITE is not set + +# +# OTG and related infrastructure +# +# CONFIG_USB_TEGRA_OTG is not set +# CONFIG_USB_GPIO_VBUS is not set +# CONFIG_USB_ULPI is not set +# CONFIG_NOP_USB_XCEIV is not set +CONFIG_MMC=y +# CONFIG_EMBEDDED_MMC_START_OFFSET is not set +# CONFIG_MMC_DEBUG is not set +CONFIG_MMC_UNSAFE_RESUME=y +# CONFIG_MMC_EMBEDDED_SDIO is not set +# CONFIG_MMC_PARANOID_SD_INIT is not set + +# +# MMC/SD/SDIO Card Drivers +# +CONFIG_MMC_BLOCK=y +CONFIG_MMC_BLOCK_BOUNCE=y +# CONFIG_MMC_BLOCK_DEFERRED_RESUME is not set +# CONFIG_MMC_BLOCK_DEVICE_NUMBERING is not set +# CONFIG_SDIO_UART is not set +# CONFIG_MMC_TEST is not set + +# +# MMC/SD/SDIO Host Controller Drivers +# +CONFIG_MMC_SDHCI=y +CONFIG_MMC_SDHCI_TEGRA=y +# CONFIG_MMC_SDHCI_PLTFM is not set +# CONFIG_MMC_AT91 is not set +# CONFIG_MMC_ATMELMCI is not set +# CONFIG_MEMSTICK is not set +CONFIG_NEW_LEDS=y +CONFIG_LEDS_CLASS=y + +# +# LED drivers +# +# CONFIG_LEDS_PCA9532 is not set +CONFIG_LEDS_GPIO=y +CONFIG_LEDS_GPIO_PLATFORM=y +# CONFIG_LEDS_LP3944 is not set +# CONFIG_LEDS_PCA955X is not set +# CONFIG_LEDS_DAC124S085 is not set +# CONFIG_LEDS_BD2802 is not set +CONFIG_LEDS_SMB=y +CONFIG_SMBA1006_BATTERY_LED=y +# CONFIG_SMB_WIFI_LED is not set + +# +# LED Triggers +# +CONFIG_LEDS_TRIGGERS=y +# CONFIG_LEDS_TRIGGER_TIMER is not set +CONFIG_LEDS_TRIGGER_HEARTBEAT=y +# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set +# CONFIG_LEDS_TRIGGER_GPIO is not set +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set +# CONFIG_LEDS_TRIGGER_SLEEP is not set + +# +# iptables trigger is under Netfilter config (LED target) +# +CONFIG_SWITCH=y +# CONFIG_SWITCH_GPIO is not set +CONFIG_SWITCH_H2W=y +# CONFIG_SWITCH_DOCK_H2W is not set +# CONFIG_SWITCH_DOCK is not set +CONFIG_SWITCH_HDMI=y +# CONFIG_ACCESSIBILITY is not set +CONFIG_RTC_LIB=y +CONFIG_RTC_CLASS=y +CONFIG_RTC_HCTOSYS=y +CONFIG_RTC_HCTOSYS_DEVICE="rtc0" +# CONFIG_RTC_DEBUG is not set + +# +# RTC interfaces +# +CONFIG_RTC_INTF_SYSFS=y +CONFIG_RTC_INTF_PROC=y +CONFIG_RTC_INTF_DEV=y +# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set +CONFIG_RTC_INTF_ALARM=y +CONFIG_RTC_INTF_ALARM_DEV=y +# CONFIG_RTC_DRV_TEST is not set + +# +# I2C RTC drivers +# +# CONFIG_RTC_DRV_DS1307 is not set +# CONFIG_RTC_DRV_DS1374 is not set +# CONFIG_RTC_DRV_DS1672 is not set +# CONFIG_RTC_DRV_MAX6900 is not set +# CONFIG_RTC_DRV_RS5C372 is not set +# CONFIG_RTC_DRV_ISL1208 is not set +# CONFIG_RTC_DRV_X1205 is not set +CONFIG_RTC_DRV_TEGRA_ODM=y +CONFIG_RTC_DRV_TEGRA=y +# CONFIG_RTC_DRV_PCF8563 is not set +# CONFIG_RTC_DRV_PCF8583 is not set +# CONFIG_RTC_DRV_M41T80 is not set +# CONFIG_RTC_DRV_S35390A is not set +# CONFIG_RTC_DRV_FM3130 is not set +# CONFIG_RTC_DRV_RX8581 is not set +# CONFIG_RTC_DRV_RX8025 is not set + +# +# SPI RTC drivers +# +# CONFIG_RTC_DRV_M41T94 is not set +# CONFIG_RTC_DRV_DS1305 is not set +# CONFIG_RTC_DRV_DS1390 is not set +# CONFIG_RTC_DRV_MAX6902 is not set +# CONFIG_RTC_DRV_R9701 is not set +# CONFIG_RTC_DRV_RS5C348 is not set +# CONFIG_RTC_DRV_DS3234 is not set +# CONFIG_RTC_DRV_PCF2123 is not set + +# +# Platform RTC drivers +# +# CONFIG_RTC_DRV_CMOS is not set +# CONFIG_RTC_DRV_DS1286 is not set +# CONFIG_RTC_DRV_DS1511 is not set +# CONFIG_RTC_DRV_DS1553 is not set +# CONFIG_RTC_DRV_DS1742 is not set +# CONFIG_RTC_DRV_STK17TA8 is not set +# CONFIG_RTC_DRV_M48T86 is not set +# CONFIG_RTC_DRV_M48T35 is not set +# CONFIG_RTC_DRV_M48T59 is not set +# CONFIG_RTC_DRV_BQ4802 is not set +# CONFIG_RTC_DRV_V3020 is not set + +# +# on-CPU RTC drivers +# +# CONFIG_DMADEVICES is not set +# CONFIG_AUXDISPLAY is not set +# CONFIG_UIO is not set + +# +# TI VLYNQ +# +CONFIG_STAGING=y +# CONFIG_STAGING_EXCLUDE_BUILD is not set +# CONFIG_USB_IP_COMMON is not set +# CONFIG_PRISM2_USB is not set +# CONFIG_ECHO is not set +# CONFIG_COMEDI is not set +# CONFIG_ASUS_OLED is not set +# CONFIG_INPUT_MIMIO is not set +# CONFIG_TRANZPORT is not set + +# +# Android +# +# CONFIG_ANDROID is not set + +# +# Qualcomm MSM Camera And Video +# + +# +# Camera Sensor Selection +# +# CONFIG_DST is not set +# CONFIG_POHMELFS is not set +# CONFIG_PLAN9AUTH is not set +# CONFIG_VT6656 is not set +# CONFIG_FB_UDL is not set + +# +# RAR Register Driver +# +# CONFIG_RAR_REGISTER is not set +# CONFIG_IIO is not set + +# +# File systems +# +CONFIG_EXT2_FS=y +# CONFIG_EXT2_FS_XATTR is not set +# CONFIG_EXT2_FS_XIP is not set +CONFIG_EXT3_FS=y +# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set +CONFIG_EXT3_FS_XATTR=y +# CONFIG_EXT3_FS_POSIX_ACL is not set +# CONFIG_EXT3_FS_SECURITY is not set +# CONFIG_EXT4_FS is not set +CONFIG_JBD=y +# CONFIG_JBD_DEBUG is not set +CONFIG_FS_MBCACHE=y +# CONFIG_REISERFS_FS is not set +# CONFIG_JFS_FS is not set +# CONFIG_FS_POSIX_ACL is not set +# CONFIG_XFS_FS is not set +# CONFIG_GFS2_FS is not set +# CONFIG_OCFS2_FS is not set +# CONFIG_BTRFS_FS is not set +# CONFIG_NILFS2_FS is not set +CONFIG_FILE_LOCKING=y +CONFIG_FSNOTIFY=y +# CONFIG_DNOTIFY is not set +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y +# CONFIG_QUOTA is not set +# CONFIG_AUTOFS_FS is not set +# CONFIG_AUTOFS4_FS is not set +# CONFIG_FUSE_FS is not set + +# +# Caches +# +# CONFIG_FSCACHE is not set + +# +# CD-ROM/DVD Filesystems +# +# CONFIG_ISO9660_FS is not set +# CONFIG_UDF_FS is not set + +# +# DOS/FAT/NT Filesystems +# +CONFIG_FAT_FS=y +CONFIG_MSDOS_FS=y +CONFIG_VFAT_FS=y +CONFIG_FAT_DEFAULT_CODEPAGE=437 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" +# CONFIG_NTFS_FS is not set + +# +# Pseudo filesystems +# +CONFIG_PROC_FS=y +CONFIG_PROC_SYSCTL=y +CONFIG_PROC_PAGE_MONITOR=y +CONFIG_SYSFS=y +CONFIG_TMPFS=y +# CONFIG_TMPFS_POSIX_ACL is not set +# CONFIG_HUGETLB_PAGE is not set +CONFIG_CONFIGFS_FS=y +CONFIG_MISC_FILESYSTEMS=y +# CONFIG_ADFS_FS is not set +# CONFIG_AFFS_FS is not set +# CONFIG_ECRYPT_FS is not set +# CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set +# CONFIG_BEFS_FS is not set +# CONFIG_BFS_FS is not set +# CONFIG_EFS_FS is not set +CONFIG_YAFFS_FS=y +CONFIG_YAFFS_YAFFS1=y +# CONFIG_YAFFS_9BYTE_TAGS is not set +# CONFIG_YAFFS_DOES_ECC is not set +CONFIG_YAFFS_YAFFS2=y +CONFIG_YAFFS_AUTO_YAFFS2=y +# CONFIG_YAFFS_DISABLE_LAZY_LOAD is not set +# CONFIG_YAFFS_DISABLE_WIDE_TNODES is not set +CONFIG_YAFFS2_TAG_NO_ECC=y +CONFIG_YAFFS_ALWAYS_CHECK_CHUNK_ERASED=y +CONFIG_YAFFS_SHORT_NAMES_IN_RAM=y +# CONFIG_YAFFS_EMPTY_LOST_AND_FOUND is not set +# CONFIG_JFFS2_FS is not set +# CONFIG_CRAMFS is not set +# CONFIG_SQUASHFS is not set +# CONFIG_VXFS_FS is not set +# CONFIG_MINIX_FS is not set +# CONFIG_OMFS_FS is not set +# CONFIG_HPFS_FS is not set +# CONFIG_QNX4FS_FS is not set +# CONFIG_ROMFS_FS is not set +# CONFIG_SYSV_FS is not set +# CONFIG_UFS_FS is not set +# CONFIG_NETWORK_FILESYSTEMS is not set + +# +# Partition Types +# +# CONFIG_PARTITION_ADVANCED is not set +CONFIG_MSDOS_PARTITION=y +CONFIG_NLS=y +CONFIG_NLS_DEFAULT="iso8859-1" +CONFIG_NLS_CODEPAGE_437=y +# CONFIG_NLS_CODEPAGE_737 is not set +# CONFIG_NLS_CODEPAGE_775 is not set +# CONFIG_NLS_CODEPAGE_850 is not set +# CONFIG_NLS_CODEPAGE_852 is not set +# CONFIG_NLS_CODEPAGE_855 is not set +# CONFIG_NLS_CODEPAGE_857 is not set +# CONFIG_NLS_CODEPAGE_860 is not set +# CONFIG_NLS_CODEPAGE_861 is not set +# CONFIG_NLS_CODEPAGE_862 is not set +# CONFIG_NLS_CODEPAGE_863 is not set +# CONFIG_NLS_CODEPAGE_864 is not set +# CONFIG_NLS_CODEPAGE_865 is not set +# CONFIG_NLS_CODEPAGE_866 is not set +# CONFIG_NLS_CODEPAGE_869 is not set +# CONFIG_NLS_CODEPAGE_936 is not set +# CONFIG_NLS_CODEPAGE_950 is not set +# CONFIG_NLS_CODEPAGE_932 is not set +# CONFIG_NLS_CODEPAGE_949 is not set +# CONFIG_NLS_CODEPAGE_874 is not set +# CONFIG_NLS_ISO8859_8 is not set +# CONFIG_NLS_CODEPAGE_1250 is not set +# CONFIG_NLS_CODEPAGE_1251 is not set +# CONFIG_NLS_ASCII is not set +CONFIG_NLS_ISO8859_1=y +# CONFIG_NLS_ISO8859_2 is not set +# CONFIG_NLS_ISO8859_3 is not set +# CONFIG_NLS_ISO8859_4 is not set +# CONFIG_NLS_ISO8859_5 is not set +# CONFIG_NLS_ISO8859_6 is not set +# CONFIG_NLS_ISO8859_7 is not set +# CONFIG_NLS_ISO8859_9 is not set +# CONFIG_NLS_ISO8859_13 is not set +# CONFIG_NLS_ISO8859_14 is not set +# CONFIG_NLS_ISO8859_15 is not set +# CONFIG_NLS_KOI8_R is not set +# CONFIG_NLS_KOI8_U is not set +# CONFIG_NLS_UTF8 is not set +# CONFIG_DLM is not set + +# +# Kernel hacking +# +CONFIG_PRINTK_TIME=y +CONFIG_ENABLE_WARN_DEPRECATED=y +# CONFIG_ENABLE_MUST_CHECK is not set +CONFIG_FRAME_WARN=1024 +CONFIG_MAGIC_SYSRQ=y +# CONFIG_STRIP_ASM_SYMS is not set +CONFIG_UNUSED_SYMBOLS=y +CONFIG_DEBUG_FS=y +# CONFIG_HEADERS_CHECK is not set +CONFIG_DEBUG_KERNEL=y +# CONFIG_DEBUG_SHIRQ is not set +CONFIG_DETECT_SOFTLOCKUP=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1 +CONFIG_DETECT_HUNG_TASK=y +# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set +CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 +CONFIG_SCHED_DEBUG=y +CONFIG_SCHEDSTATS=y +# CONFIG_TIMER_STATS is not set +# CONFIG_DEBUG_OBJECTS is not set +# CONFIG_SLUB_DEBUG_ON is not set +# CONFIG_SLUB_STATS is not set +# CONFIG_DEBUG_KMEMLEAK is not set +# CONFIG_DEBUG_PREEMPT is not set +# CONFIG_DEBUG_RT_MUTEXES is not set +# CONFIG_RT_MUTEX_TESTER is not set +# CONFIG_DEBUG_SPINLOCK is not set +# CONFIG_DEBUG_MUTEXES is not set +# CONFIG_DEBUG_LOCK_ALLOC is not set +# CONFIG_PROVE_LOCKING is not set +# CONFIG_LOCK_STAT is not set +# CONFIG_DEBUG_SPINLOCK_SLEEP is not set +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set +CONFIG_STACKTRACE=y +# CONFIG_DEBUG_KOBJECT is not set +# CONFIG_DEBUG_HIGHMEM is not set +CONFIG_DEBUG_BUGVERBOSE=y +CONFIG_DEBUG_INFO=y +# CONFIG_DEBUG_VM is not set +# CONFIG_DEBUG_WRITECOUNT is not set +# CONFIG_DEBUG_MEMORY_INIT is not set +# CONFIG_DEBUG_LIST is not set +# CONFIG_DEBUG_SG is not set +# CONFIG_DEBUG_NOTIFIERS is not set +# CONFIG_DEBUG_CREDENTIALS is not set +CONFIG_FRAME_POINTER=y +# CONFIG_BOOT_PRINTK_DELAY is not set +# CONFIG_RCU_TORTURE_TEST is not set +# CONFIG_RCU_CPU_STALL_DETECTOR is not set +# CONFIG_BACKTRACE_SELF_TEST is not set +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set +# CONFIG_FAULT_INJECTION is not set +# CONFIG_SYSCTL_SYSCALL_CHECK is not set +# CONFIG_PAGE_POISONING is not set +CONFIG_NOP_TRACER=y +CONFIG_HAVE_FUNCTION_TRACER=y +CONFIG_RING_BUFFER=y +CONFIG_EVENT_TRACING=y +CONFIG_CONTEXT_SWITCH_TRACER=y +CONFIG_TRACING=y +CONFIG_GENERIC_TRACER=y +CONFIG_TRACING_SUPPORT=y +CONFIG_FTRACE=y +# CONFIG_FUNCTION_TRACER is not set +# CONFIG_IRQSOFF_TRACER is not set +# CONFIG_PREEMPT_TRACER is not set +# CONFIG_SCHED_TRACER is not set +# CONFIG_BOOT_TRACER is not set +CONFIG_BRANCH_PROFILE_NONE=y +# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set +# CONFIG_PROFILE_ALL_BRANCHES is not set +# CONFIG_STACK_TRACER is not set +# CONFIG_KMEMTRACE is not set +# CONFIG_WORKQUEUE_TRACER is not set +CONFIG_BLK_DEV_IO_TRACE=y +# CONFIG_FTRACE_STARTUP_TEST is not set +# CONFIG_RING_BUFFER_BENCHMARK is not set +# CONFIG_DYNAMIC_DEBUG is not set +# CONFIG_SAMPLES is not set +CONFIG_HAVE_ARCH_KGDB=y +# CONFIG_KGDB is not set +# CONFIG_ARM_UNWIND is not set +CONFIG_DEBUG_USER=y +CONFIG_DEBUG_ERRORS=y +# CONFIG_DEBUG_STACK_USAGE is not set +# CONFIG_DEBUG_LL is not set + +# +# Security options +# +CONFIG_KEYS=y +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set +# CONFIG_SECURITY is not set +# CONFIG_SECURITYFS is not set +# CONFIG_SECURITY_FILE_CAPABILITIES is not set +CONFIG_CRYPTO=y + +# +# Crypto core or helper +# +CONFIG_CRYPTO_FIPS=y +CONFIG_CRYPTO_ALGAPI=y +CONFIG_CRYPTO_ALGAPI2=y +CONFIG_CRYPTO_AEAD=y +CONFIG_CRYPTO_AEAD2=y +CONFIG_CRYPTO_BLKCIPHER=y +CONFIG_CRYPTO_BLKCIPHER2=y +CONFIG_CRYPTO_HASH=y +CONFIG_CRYPTO_HASH2=y +CONFIG_CRYPTO_RNG=m +CONFIG_CRYPTO_RNG2=y +CONFIG_CRYPTO_PCOMP=y +CONFIG_CRYPTO_MANAGER=y +CONFIG_CRYPTO_MANAGER2=y +# CONFIG_CRYPTO_GF128MUL is not set +# CONFIG_CRYPTO_NULL is not set +CONFIG_CRYPTO_WORKQUEUE=y +# CONFIG_CRYPTO_CRYPTD is not set +CONFIG_CRYPTO_AUTHENC=y +# CONFIG_CRYPTO_TEST is not set + +# +# Authenticated Encryption with Associated Data +# +# CONFIG_CRYPTO_CCM is not set +# CONFIG_CRYPTO_GCM is not set +# CONFIG_CRYPTO_SEQIV is not set + +# +# Block modes +# +CONFIG_CRYPTO_CBC=y +# CONFIG_CRYPTO_CTR is not set +# CONFIG_CRYPTO_CTS is not set +CONFIG_CRYPTO_ECB=y +# CONFIG_CRYPTO_LRW is not set +# CONFIG_CRYPTO_PCBC is not set +# CONFIG_CRYPTO_XTS is not set + +# +# Hash modes +# +CONFIG_CRYPTO_HMAC=y +# CONFIG_CRYPTO_XCBC is not set +# CONFIG_CRYPTO_VMAC is not set + +# +# Digest +# +CONFIG_CRYPTO_CRC32C=y +# CONFIG_CRYPTO_GHASH is not set +# CONFIG_CRYPTO_MD4 is not set +CONFIG_CRYPTO_MD5=y +# CONFIG_CRYPTO_MICHAEL_MIC is not set +# CONFIG_CRYPTO_RMD128 is not set +# CONFIG_CRYPTO_RMD160 is not set +# CONFIG_CRYPTO_RMD256 is not set +# CONFIG_CRYPTO_RMD320 is not set +CONFIG_CRYPTO_SHA1=y +# CONFIG_CRYPTO_SHA256 is not set +# CONFIG_CRYPTO_SHA512 is not set +# CONFIG_CRYPTO_TGR192 is not set +# CONFIG_CRYPTO_WP512 is not set + +# +# Ciphers +# +CONFIG_CRYPTO_AES=y +# CONFIG_CRYPTO_ANUBIS is not set +CONFIG_CRYPTO_ARC4=y +# CONFIG_CRYPTO_BLOWFISH is not set +# CONFIG_CRYPTO_CAMELLIA is not set +# CONFIG_CRYPTO_CAST5 is not set +# CONFIG_CRYPTO_CAST6 is not set +CONFIG_CRYPTO_DES=y +# CONFIG_CRYPTO_FCRYPT is not set +# CONFIG_CRYPTO_KHAZAD is not set +# CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SEED is not set +# CONFIG_CRYPTO_SERPENT is not set +# CONFIG_CRYPTO_TEA is not set +CONFIG_CRYPTO_TWOFISH=y +CONFIG_CRYPTO_TWOFISH_COMMON=y + +# +# Compression +# +CONFIG_CRYPTO_DEFLATE=y +# CONFIG_CRYPTO_ZLIB is not set +# CONFIG_CRYPTO_LZO is not set + +# +# Random Number Generation +# +CONFIG_CRYPTO_ANSI_CPRNG=m +CONFIG_CRYPTO_HW=y +CONFIG_BINARY_PRINTF=y + +# +# Library routines +# +CONFIG_BITREVERSE=y +CONFIG_GENERIC_FIND_LAST_BIT=y +# CONFIG_CRC_CCITT is not set +CONFIG_CRC16=y +# CONFIG_CRC_T10DIF is not set +# CONFIG_CRC_ITU_T is not set +CONFIG_CRC32=y +# CONFIG_CRC7 is not set +# CONFIG_LIBCRC32C is not set +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y +CONFIG_DECOMPRESS_GZIP=y +CONFIG_TEXTSEARCH=y +CONFIG_TEXTSEARCH_KMP=y +CONFIG_HAS_IOMEM=y +CONFIG_HAS_IOPORT=y +CONFIG_HAS_DMA=y +CONFIG_NLATTR=y diff --git a/custom-ramdisk/bin/busybox b/custom-ramdisk/bin/busybox new file mode 100755 index 0000000..009a913 Binary files /dev/null and b/custom-ramdisk/bin/busybox differ diff --git a/custom-ramdisk/bin/sh b/custom-ramdisk/bin/sh new file mode 120000 index 0000000..c3fa810 --- /dev/null +++ b/custom-ramdisk/bin/sh @@ -0,0 +1 @@ +busybox \ No newline at end of file diff --git a/custom-ramdisk/etc/mdev.conf b/custom-ramdisk/etc/mdev.conf new file mode 100644 index 0000000..e69de29 diff --git a/custom-ramdisk/init b/custom-ramdisk/init new file mode 100755 index 0000000..e50b104 --- /dev/null +++ b/custom-ramdisk/init @@ -0,0 +1,58 @@ +#!/bin/sh + +#Mount things needed by this script +mount -t proc proc /proc +mount -t sysfs sysfs /sys + +#Disable kernel messages from popping onto the screen +echo 0 > /proc/sys/kernel/printk + +#Clear the screen +clear + +#Create all the symlinks to /bin/busybox +busybox --install -s + +#Create device nodes +mknod /dev/null c 1 3 +mknod /dev/tty c 5 0 +mdev -s + +#Function for parsing command line options with "=" in them +# get_opt("init=/sbin/init") will return "/sbin/init" +get_opt() { + echo "$@" | cut -d "=" -f 2 +} + +#Defaults +init="/sbin/init" +root="/dev/hda1" + +#Process command line options +for i in $(cat /proc/cmdline); do + case $i in + root\=*) + root=$(get_opt $i) + ;; + init\=*) + init=$(get_opt $i) + ;; + esac +done + +#Mount the root device +mount "${root}" /newroot + +#Check if $init exists and is executable +if [[ -x "/newroot/${init}" ]] ; then + #Unmount all other mounts so that the ram used by + #the initramfs can be cleared after switch_root + umount /sys /proc + + #Switch to the new root and execute init + exec switch_root /newroot "${init}" +fi + +#This will only be run if the exec above failed +echo "Failed to switch_root, dropping to a shell" +exec sh diff --git a/debian-ramdisk/bin/busybox b/debian-ramdisk/bin/busybox new file mode 100755 index 0000000..e587fbc Binary files /dev/null and b/debian-ramdisk/bin/busybox differ diff --git a/debian-ramdisk/bin/setfont b/debian-ramdisk/bin/setfont new file mode 100755 index 0000000..84cb66b Binary files /dev/null and b/debian-ramdisk/bin/setfont differ diff --git a/debian-ramdisk/init b/debian-ramdisk/init new file mode 100755 index 0000000..01ea48d --- /dev/null +++ b/debian-ramdisk/init @@ -0,0 +1,27 @@ +#!/bin/busybox sh + +mkdir -m 0700 /root /dev +mknod /dev/tty1 c 4 1 + +setfont /dev/tty1 + +mknod /dev/mmcblk0p1 b 179 1 +sleep 3 +mount -t ext3 -o rw,noatime /dev/mmcblk0p1 /root + +if [[ -x "/root/sbin/init" ]]; then + exec switch_root /root /sbin/init +fi + +mkdir -m 0700 /dev /sys /proc /sbin /usr /usr/bin /usr/sbin + +mount -t proc proc /proc +mount -t sysfs sysfs /sys + +busybox --install -s + +mknod /dev/null c 1 3 +mknod /dev/tty c 5 0 +mdev -s + +exec sh diff --git a/debian-ramdisk/setfont.c.gz b/debian-ramdisk/setfont.c.gz new file mode 100644 index 0000000..fb337f3 Binary files /dev/null and b/debian-ramdisk/setfont.c.gz differ diff --git a/initramfs/init b/initramfs/init new file mode 100755 index 0000000..009a913 Binary files /dev/null and b/initramfs/init differ diff --git a/kernel.diff b/kernel.diff new file mode 100644 index 0000000..3c7ec58 --- /dev/null +++ b/kernel.diff @@ -0,0 +1,117 @@ +diff --git a/arch/arm/include/asm/unistd.h b/arch/arm/include/asm/unistd.h +index 4e506d0..8f32b6b 100755 +--- a/arch/arm/include/asm/unistd.h ++++ b/arch/arm/include/asm/unistd.h +@@ -391,6 +391,8 @@ + #define __NR_pwritev (__NR_SYSCALL_BASE+362) + #define __NR_rt_tgsigqueueinfo (__NR_SYSCALL_BASE+363) + #define __NR_perf_event_open (__NR_SYSCALL_BASE+364) ++#define __NR_recvmmsg (__NR_SYSCALL_BASE+365) ++#define __NR_accept4 (__NR_SYSCALL_BASE+366) + + /* + * The following SWIs are ARM private. +diff --git a/arch/arm/kernel/calls.S b/arch/arm/kernel/calls.S +index 4f07168..bb50a6b 100755 +--- a/arch/arm/kernel/calls.S ++++ b/arch/arm/kernel/calls.S +@@ -374,6 +374,8 @@ + CALL(sys_pwritev) + CALL(sys_rt_tgsigqueueinfo) + CALL(sys_perf_event_open) ++ CALL(sys_accept4) ++ CALL(sys_accept4) + #ifndef syscalls_counted + .equ syscalls_padding, ((NR_syscalls + 3) & ~3) - NR_syscalls + #define syscalls_counted +diff --git a/drivers/input/touchscreen/tegra_odm.c b/drivers/input/touchscreen/tegra_odm.c +index 6f3ad3d..908efb8 100755 +--- a/drivers/input/touchscreen/tegra_odm.c ++++ b/drivers/input/touchscreen/tegra_odm.c +@@ -559,34 +559,16 @@ static void tegra_touch_fingers_dealwith(struct tegra_touch_driver_data *touch, + { + if(0 == fingers) + { +- input_report_abs(touch->input_dev, ABS_MT_TOUCH_MAJOR, 0); +- input_report_abs(touch->input_dev, ABS_MT_WIDTH_MAJOR, 0); +- input_mt_sync(touch->input_dev); ++ input_report_key(touch->input_dev, BTN_TOUCH, 0); + } + +- if(1 == fingers) ++ if(1 <= fingers) + { +- input_report_abs(touch->input_dev, ABS_MT_POSITION_X, coord.additionalInfo.multi_XYCoords[0][0]); +- input_report_abs(touch->input_dev, ABS_MT_POSITION_Y, coord.additionalInfo.multi_XYCoords[0][1]); +- input_report_abs(touch->input_dev, ABS_MT_TOUCH_MAJOR, 10); +- input_report_abs(touch->input_dev, ABS_MT_WIDTH_MAJOR, 20); +- input_mt_sync(touch->input_dev); ++ input_report_abs(touch->input_dev, ABS_X, coord.additionalInfo.multi_XYCoords[0][0]); ++ input_report_abs(touch->input_dev, ABS_Y, coord.additionalInfo.multi_XYCoords[0][1]); ++ input_report_key(touch->input_dev, BTN_TOUCH, 1); + } + +- if(2 == fingers) +- { +- input_report_abs(touch->input_dev, ABS_MT_POSITION_X, coord.additionalInfo.multi_XYCoords[0][0]); +- input_report_abs(touch->input_dev, ABS_MT_POSITION_Y, coord.additionalInfo.multi_XYCoords[0][1]); +- input_report_abs(touch->input_dev, ABS_MT_TOUCH_MAJOR, 10); +- input_report_abs(touch->input_dev, ABS_MT_WIDTH_MAJOR, 20); +- input_mt_sync(touch->input_dev); +- +- input_report_abs(touch->input_dev, ABS_MT_POSITION_X, coord.additionalInfo.multi_XYCoords[1][0]); +- input_report_abs(touch->input_dev, ABS_MT_POSITION_Y, coord.additionalInfo.multi_XYCoords[1][1]); +- input_report_abs(touch->input_dev, ABS_MT_TOUCH_MAJOR, 10); +- input_report_abs(touch->input_dev, ABS_MT_WIDTH_MAJOR, 20); +- input_mt_sync(touch->input_dev); +- } + input_sync(touch->input_dev); + } + #define TIME_READ_INTERVAL 10 //MS +@@ -657,28 +639,9 @@ InBurnBootloader: + coord.additionalInfo.multi_XYCoords[1][0], coord.additionalInfo.multi_XYCoords[1][1])); + #endif + +- switch(coord.additionalInfo.Fingers) +- { +- #if 0 +- case 0: +- tegra_touch_fingers_dealwith(touch, coord, 0); //fingers = 0 +- +- msleep(TIME_READ_INTERVAL); +- break; +- #endif +- case 0: +- break; +- +- case 1: +- tegra_touch_fingers_dealwith(touch, coord, 1); //fingers = 1 +- msleep(TIME_READ_INTERVAL); +- break; +- case 2: +- tegra_touch_fingers_dealwith(touch, coord, 2); //fingers = 2 +- msleep(TIME_READ_INTERVAL); +- break; +- default: +- break; ++ if (coord.additionalInfo.Fingers > 0) { ++ tegra_touch_fingers_dealwith(touch, coord, coord.additionalInfo.Fingers); ++ msleep(TIME_READ_INTERVAL); + } + + HandleInterrupt: +diff --git a/drivers/usb/gadget/composite.c b/drivers/usb/gadget/composite.c +index 3e6e5a0..cc9e488 100755 +--- a/drivers/usb/gadget/composite.c ++++ b/drivers/usb/gadget/composite.c +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include + +diff --git a/include/asm-arm b/include/asm-arm +deleted file mode 100755 +index e69de29..0000000 diff --git a/linux_boot.img-config b/linux_boot.img-config new file mode 100644 index 0000000..7f78efc --- /dev/null +++ b/linux_boot.img-config @@ -0,0 +1,2 @@ +NAME= +CMDLINE=mem=256M@0M nvmem=256M@256M mem=512M@512M vmalloc=384M video=tegrafb console=tty0,115200n8 usbcore.old_scheme_first=1 cpuid=200102 devicetype=1002 tegraboot=nand mtdparts=tegra_nand:16384K@9984K(misc),16384K@26880K(recovery),16384K@43776K(boot),204800K@60672K(system),781952K@266112K(cache) root=/dev/mmcblk0p1 init=/sbin/init debug diff --git a/log b/log new file mode 100644 index 0000000..afd013c --- /dev/null +++ b/log @@ -0,0 +1,4314 @@ +execve("/usr/bin/fakeroot", ["fakeroot", "fakechroot", "chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 41 vars */]) = 0 +brk(0) = 0x1994000 +access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f67e45e4000 +access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +open("/etc/ld.so.cache", O_RDONLY) = 3 +fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f67e45cc000 +close(3) = 0 +access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +open("/lib/libncurses.so.5", O_RDONLY) = 3 +read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20*\1\0\0\0\0\0"..., 832) = 832 +fstat(3, {st_mode=S_IFREG|0644, st_size=286776, ...}) = 0 +mmap(NULL, 2383488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f67e4183000 +mprotect(0x7f67e41c5000, 2093056, PROT_NONE) = 0 +mmap(0x7f67e43c4000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x41000) = 0x7f67e43c4000 +close(3) = 0 +access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +open("/lib/libdl.so.2", O_RDONLY) = 3 +read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f67e3f7f000 +mprotect(0x7f67e3f81000, 2097152, PROT_NONE) = 0 +mmap(0x7f67e4181000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f67e4181000 +close(3) = 0 +access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +open("/lib/libc.so.6", O_RDONLY) = 3 +read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f67e45cb000 +mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f67e3c1e000 +mprotect(0x7f67e3d76000, 2093056, PROT_NONE) = 0 +mmap(0x7f67e3f75000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f67e3f75000 +mmap(0x7f67e3f7a000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f67e3f7a000 +close(3) = 0 +mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f67e45ca000 +mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f67e45c9000 +arch_prctl(ARCH_SET_FS, 0x7f67e45ca700) = 0 +mprotect(0x7f67e3f75000, 16384, PROT_READ) = 0 +mprotect(0x7f67e4181000, 4096, PROT_READ) = 0 +mprotect(0x7f67e45e6000, 4096, PROT_READ) = 0 +munmap(0x7f67e45cc000, 96756) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +open("/dev/tty", O_RDWR|O_NONBLOCK) = 3 +close(3) = 0 +brk(0) = 0x1994000 +brk(0x1995000) = 0x1995000 +open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f67e4454000 +close(3) = 0 +brk(0x1996000) = 0x1996000 +brk(0x1997000) = 0x1997000 +getuid() = 1000 +getgid() = 1000 +geteuid() = 1000 +getegid() = 1000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x1998000) = 0x1998000 +open("/proc/meminfo", O_RDONLY) = 3 +fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f67e45e3000 +read(3, "MemTotal: 3915720 kB\nMemF"..., 1024) = 1024 +close(3) = 0 +munmap(0x7f67e45e3000, 4096) = 0 +brk(0x1999000) = 0x1999000 +rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigaction(SIGQUIT, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +uname({sys="Linux", node="hoothoot", ...}) = 0 +brk(0x199a000) = 0x199a000 +brk(0x199b000) = 0x199b000 +brk(0x199c000) = 0x199c000 +stat("/home/josch/notioninkadam", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +getpid() = 16943 +open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 +fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 +mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7f67e45dd000 +close(3) = 0 +getppid() = 16942 +brk(0x199d000) = 0x199d000 +brk(0x199e000) = 0x199e000 +brk(0x199f000) = 0x199f000 +getpgrp() = 16942 +rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +getrlimit(RLIMIT_NPROC, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) = 0 +brk(0x19a0000) = 0x19a0000 +brk(0x19a1000) = 0x19a1000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +open("/usr/bin/fakeroot", O_RDONLY) = 3 +ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, 0x7fff4de14df0) = -1 ENOTTY (Inappropriate ioctl for device) +lseek(3, 0, SEEK_CUR) = 0 +read(3, "#!/bin/bash\n\n# This script first"..., 80) = 80 +lseek(3, 0, SEEK_SET) = 0 +getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 +fcntl(255, F_GETFD) = -1 EBADF (Bad file descriptor) +dup2(3, 255) = 255 +close(3) = 0 +fcntl(255, F_SETFD, FD_CLOEXEC) = 0 +fcntl(255, F_GETFL) = 0x8000 (flags O_RDONLY|O_LARGEFILE) +fstat(255, {st_mode=S_IFREG|0755, st_size=3614, ...}) = 0 +lseek(255, 0, SEEK_CUR) = 0 +brk(0x19a2000) = 0x19a2000 +brk(0x19a3000) = 0x19a3000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +read(255, "#!/bin/bash\n\n# This script first"..., 3614) = 3614 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x19a4000) = 0x19a4000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x19a5000) = 0x19a5000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x19a6000) = 0x19a6000 +pipe([3, 4]) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +lseek(255, -2714, SEEK_CUR) = 900 +clone(Process 16944 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16944 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] close(4) = 0 +[pid 16943] read(3, +[pid 16944] close(255) = 0 +[pid 16944] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16944] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16944] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16944] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16944] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] dup2(4, 1) = 1 +[pid 16944] close(4) = 0 +[pid 16944] close(3) = 0 +[pid 16944] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16944] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16944] stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16944] stat("/bin/getopt", 0x7fff4de146c0) = -1 ENOENT (No such file or directory) +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] geteuid() = 1000 +[pid 16944] getegid() = 1000 +[pid 16944] getuid() = 1000 +[pid 16944] getgid() = 1000 +[pid 16944] access("/usr/bin/getopt", X_OK) = 0 +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] geteuid() = 1000 +[pid 16944] getegid() = 1000 +[pid 16944] getuid() = 1000 +[pid 16944] getgid() = 1000 +[pid 16944] access("/usr/bin/getopt", R_OK) = 0 +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] geteuid() = 1000 +[pid 16944] getegid() = 1000 +[pid 16944] getuid() = 1000 +[pid 16944] getgid() = 1000 +[pid 16944] access("/usr/bin/getopt", X_OK) = 0 +[pid 16944] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16944] geteuid() = 1000 +[pid 16944] getegid() = 1000 +[pid 16944] getuid() = 1000 +[pid 16944] getgid() = 1000 +[pid 16944] access("/usr/bin/getopt", R_OK) = 0 +[pid 16944] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16944] execve("/usr/bin/getopt", ["getopt", "--version"], [/* 41 vars */]) = 0 +[pid 16944] brk(0) = 0xdcf000 +[pid 16944] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16944] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e48000 +[pid 16944] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16944] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16944] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16944] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe220e30000 +[pid 16944] close(3) = 0 +[pid 16944] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16944] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16944] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16944] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16944] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fe2208cc000 +[pid 16944] mprotect(0x7fe220a24000, 2093056, PROT_NONE) = 0 +[pid 16944] mmap(0x7fe220c23000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7fe220c23000 +[pid 16944] mmap(0x7fe220c28000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fe220c28000 +[pid 16944] close(3) = 0 +[pid 16944] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e2f000 +[pid 16944] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e2e000 +[pid 16944] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e2d000 +[pid 16944] arch_prctl(ARCH_SET_FS, 0x7fe220e2e700) = 0 +[pid 16944] mprotect(0x7fe220c23000, 16384, PROT_READ) = 0 +[pid 16944] mprotect(0x7fe220e4a000, 4096, PROT_READ) = 0 +[pid 16944] munmap(0x7fe220e30000, 96756) = 0 +[pid 16944] brk(0) = 0xdcf000 +[pid 16944] brk(0xdf0000) = 0xdf0000 +[pid 16944] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16944] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16944] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe220cb8000 +[pid 16944] close(3) = 0 +[pid 16944] open("/usr/share/locale/locale.alias", O_RDONLY) = 3 +[pid 16944] fstat(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 +[pid 16944] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e47000 +[pid 16944] read(3, "# Locale name alias data base.\n#"..., 4096) = 2570 +[pid 16944] read(3, "", 4096) = 0 +[pid 16944] close(3) = 0 +[pid 16944] munmap(0x7fe220e47000, 4096) = 0 +[pid 16944] open("/usr/share/locale/en_US/LC_MESSAGES/util-linux-ng.mo", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16944] open("/usr/share/locale/en/LC_MESSAGES/util-linux-ng.mo", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16944] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16944] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fe220e47000 +[pid 16944] write(1, "getopt (enhanced) 1.1.4\n", 24 +[pid 16943] <... read resumed> "getopt (enhanced) 1.1.4\n", 128) = 24 +[pid 16943] read(3, +[pid 16944] <... write resumed> ) = 24 +[pid 16944] exit_group(0) = ? +Process 16944 detached +<... read resumed> "", 128) = 0 +close(3) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16944 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +--- SIGCHLD (Child exited) @ 0 (0) --- +wait4(-1, 0x7fff4de1445c, WNOHANG, NULL) = -1 ECHILD (No child processes) +rt_sigreturn(0xffffffffffffffff) = 0 +rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +read(255, "case $GETOPTEST in\ngetopt*) # GN"..., 3614) = 2714 +pipe([3, 4]) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +lseek(255, -2478, SEEK_CUR) = 1136 +clone(Process 16945 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16945 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] close(4) = 0 +[pid 16943] read(3, +[pid 16945] close(255) = 0 +[pid 16945] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16945] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16945] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16945] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16945] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] dup2(4, 1) = 1 +[pid 16945] close(4) = 0 +[pid 16945] close(3) = 0 +[pid 16945] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16945] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16945] brk(0x19a7000) = 0x19a7000 +[pid 16945] stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16945] stat("/bin/getopt", 0x7fff4de145c0) = -1 ENOENT (No such file or directory) +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] geteuid() = 1000 +[pid 16945] getegid() = 1000 +[pid 16945] getuid() = 1000 +[pid 16945] getgid() = 1000 +[pid 16945] access("/usr/bin/getopt", X_OK) = 0 +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] geteuid() = 1000 +[pid 16945] getegid() = 1000 +[pid 16945] getuid() = 1000 +[pid 16945] getgid() = 1000 +[pid 16945] access("/usr/bin/getopt", R_OK) = 0 +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] geteuid() = 1000 +[pid 16945] getegid() = 1000 +[pid 16945] getuid() = 1000 +[pid 16945] getgid() = 1000 +[pid 16945] access("/usr/bin/getopt", X_OK) = 0 +[pid 16945] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16945] geteuid() = 1000 +[pid 16945] getegid() = 1000 +[pid 16945] getuid() = 1000 +[pid 16945] getgid() = 1000 +[pid 16945] access("/usr/bin/getopt", R_OK) = 0 +[pid 16945] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16945] 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", "fakechroot", ...], [/* 41 vars */]) = 0 +[pid 16945] brk(0) = 0x1b41000 +[pid 16945] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16945] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7f25000 +[pid 16945] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16945] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16945] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16945] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3bb7f0d000 +[pid 16945] close(3) = 0 +[pid 16945] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16945] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16945] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16945] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16945] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3bb79a9000 +[pid 16945] mprotect(0x7f3bb7b01000, 2093056, PROT_NONE) = 0 +[pid 16945] mmap(0x7f3bb7d00000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f3bb7d00000 +[pid 16945] mmap(0x7f3bb7d05000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7d05000 +[pid 16945] close(3) = 0 +[pid 16945] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7f0c000 +[pid 16945] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7f0b000 +[pid 16945] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7f0a000 +[pid 16945] arch_prctl(ARCH_SET_FS, 0x7f3bb7f0b700) = 0 +[pid 16945] mprotect(0x7f3bb7d00000, 16384, PROT_READ) = 0 +[pid 16945] mprotect(0x7f3bb7f27000, 4096, PROT_READ) = 0 +[pid 16945] munmap(0x7f3bb7f0d000, 96756) = 0 +[pid 16945] brk(0) = 0x1b41000 +[pid 16945] brk(0x1b62000) = 0x1b62000 +[pid 16945] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16945] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16945] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3bb7d95000 +[pid 16945] close(3) = 0 +[pid 16945] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16945] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3bb7f24000 +[pid 16945] write(1, " -- 'fakechroot' 'chroot' 'debia"..., 94 +[pid 16943] <... read resumed> " -- 'fakechroot' 'chroot' 'debia"..., 128) = 94 +[pid 16943] read(3, +[pid 16945] <... write resumed> ) = 94 +[pid 16945] exit_group(0) = ? +Process 16945 detached +<... read resumed> "", 128) = 0 +close(3) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16945 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +--- SIGCHLD (Child exited) @ 0 (0) --- +wait4(-1, 0x7fff4de1435c, WNOHANG, NULL) = -1 ECHILD (No child processes) +rt_sigreturn(0xffffffffffffffff) = 0 +rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +read(255, "\nif test \"$?\" -ne 0; then\n usag"..., 3614) = 2478 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x19a7000) = 0x19a7000 +brk(0x19a8000) = 0x19a8000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +brk(0x19a9000) = 0x19a9000 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +pipe([3, 4]) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +lseek(255, -1250, SEEK_CUR) = 2364 +clone(Process 16946 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16946 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] close(4) = 0 +[pid 16943] read(3, +[pid 16946] close(255) = 0 +[pid 16946] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16946] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16946] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16946] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16946] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] dup2(4, 1) = 1 +[pid 16946] close(4) = 0 +[pid 16946] close(3) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16946] pipe([3, 4]) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0 +[pid 16946] clone(Process 16947 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16947 +[pid 16946] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16946] close(4) = 0 +[pid 16946] close(4) = -1 EBADF (Bad file descriptor) +[pid 16946] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0 +[pid 16946] clone(Process 16948 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16948 +[pid 16946] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16946] close(3) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 +[pid 16946] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16946] rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 +[pid 16946] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] wait4(-1, Process 16946 suspended + +[pid 16948] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16948] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] dup2(3, 0) = 0 +[pid 16948] close(3) = 0 +[pid 16948] stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] geteuid() = 1000 +[pid 16948] getegid() = 1000 +[pid 16948] getuid() = 1000 +[pid 16948] getgid() = 1000 +[pid 16948] access("/bin/sed", X_OK) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] geteuid() = 1000 +[pid 16948] getegid() = 1000 +[pid 16948] getuid() = 1000 +[pid 16948] getgid() = 1000 +[pid 16948] access("/bin/sed", R_OK) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] geteuid() = 1000 +[pid 16948] getegid() = 1000 +[pid 16948] getuid() = 1000 +[pid 16948] getgid() = 1000 +[pid 16948] access("/bin/sed", X_OK) = 0 +[pid 16948] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16948] geteuid() = 1000 +[pid 16948] getegid() = 1000 +[pid 16948] getuid() = 1000 +[pid 16948] getgid() = 1000 +[pid 16948] access("/bin/sed", R_OK) = 0 +[pid 16948] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] execve("/bin/sed", ["sed", "s/:/ /g"], [/* 41 vars */]) = 0 +[pid 16948] brk(0) = 0x1c18000 +[pid 16948] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16948] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7dce9ef000 +[pid 16948] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16948] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16948] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16948] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7dce9d7000 +[pid 16948] close(3) = 0 +[pid 16948] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16948] open("/lib/libselinux.so.1", O_RDONLY) = 3 +[pid 16948] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360]\0\0\0\0\0\0"..., 832) = 832 +[pid 16948] fstat(3, {st_mode=S_IFREG|0644, st_size=117848, ...}) = 0 +[pid 16948] mmap(NULL, 2217744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f7dce5b6000 +[pid 16948] mprotect(0x7f7dce5d2000, 2093056, PROT_NONE) = 0 +[pid 16948] mmap(0x7f7dce7d1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7f7dce7d1000 +[pid 16948] mmap(0x7f7dce7d3000, 1808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f7dce7d3000 +[pid 16948] close(3) = 0 +[pid 16948] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16948] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16948] read(3, +[pid 16947] rt_sigprocmask(SIG_SETMASK, [], +[pid 16948] <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16947] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16948] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16947] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16948] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +[pid 16947] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] <... mmap resumed> ) = 0x7f7dce255000 +[pid 16948] mprotect(0x7f7dce3ad000, 2093056, PROT_NONE +[pid 16947] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] <... mprotect resumed> ) = 0 +[pid 16948] mmap(0x7f7dce5ac000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000 +[pid 16947] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] <... mmap resumed> ) = 0x7f7dce5ac000 +[pid 16948] mmap(0x7f7dce5b1000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +[pid 16947] close(3 +[pid 16948] <... mmap resumed> ) = 0x7f7dce5b1000 +[pid 16947] <... close resumed> ) = 0 +[pid 16948] close(3 +[pid 16947] dup2(4, 1 +[pid 16948] <... close resumed> ) = 0 +[pid 16947] <... dup2 resumed> ) = 1 +[pid 16947] close(4 +[pid 16948] access("/etc/ld.so.nohwcap", F_OK +[pid 16947] <... close resumed> ) = 0 +[pid 16948] <... access resumed> ) = -1 ENOENT (No such file or directory) +[pid 16948] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16948] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16948] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16948] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7dce9d6000 +[pid 16947] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16948] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +[pid 16947] <... rt_sigaction resumed> {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] <... mmap resumed> ) = 0x7f7dce051000 +[pid 16948] mprotect(0x7f7dce053000, 2097152, PROT_NONE +[pid 16947] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16948] <... mprotect resumed> ) = 0 +[pid 16947] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] mmap(0x7f7dce253000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000 +[pid 16947] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16948] <... mmap resumed> ) = 0x7f7dce253000 +[pid 16947] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] close(3) = 0 +[pid 16947] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16948] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16947] rt_sigprocmask(SIG_SETMASK, [], +[pid 16948] <... mmap resumed> ) = 0x7f7dce9d4000 +[pid 16947] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16948] arch_prctl(ARCH_SET_FS, 0x7f7dce9d47a0) = 0 +[pid 16947] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16948] mprotect(0x7f7dce253000, 4096, PROT_READ +[pid 16947] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16948] <... mprotect resumed> ) = 0 +[pid 16947] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16947] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16948] mprotect(0x7f7dce5ac000, 16384, PROT_READ) = 0 +[pid 16947] write(1, "/usr/lib/libfakeroot:/usr/lib64/"..., 67 +[pid 16948] mprotect(0x7f7dce7d1000, 4096, PROT_READ) = 0 +[pid 16947] <... write resumed> ) = 67 +[pid 16948] mprotect(0x7f7dce9f1000, 4096, PROT_READ) = 0 +[pid 16948] munmap(0x7f7dce9d7000, 96756) = 0 +[pid 16947] exit_group(0) = ? +Process 16946 resumed +Process 16947 detached +[pid 16948] statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=2402873, f_bfree=637995, f_bavail=515935, f_files=610800, f_ffree=411800, f_fsid={-463671086, -1962379589}, f_namelen=255, f_frsize=4096}) = 0 +[pid 16946] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16947 +[pid 16946] wait4(-1, Process 16946 suspended + +[pid 16948] brk(0) = 0x1c18000 +[pid 16948] brk(0x1c39000) = 0x1c39000 +[pid 16948] open("/proc/filesystems", O_RDONLY) = 3 +[pid 16948] fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +[pid 16948] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7dce9ee000 +[pid 16948] read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 321 +[pid 16948] read(3, "", 1024) = 0 +[pid 16948] close(3) = 0 +[pid 16948] munmap(0x7f7dce9ee000, 4096) = 0 +[pid 16948] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16948] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16948] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7dce85f000 +[pid 16948] close(3) = 0 +[pid 16948] open("//lib/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16948] open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 +[pid 16948] fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 +[pid 16948] mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7f7dce9e8000 +[pid 16948] close(3) = 0 +[pid 16948] fcntl(0, F_GETFL) = 0 (flags O_RDONLY) +[pid 16948] fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16948] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7dce9e7000 +[pid 16948] lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +[pid 16948] read(0, "/usr/lib/libfakeroot:/usr/lib64/"..., 4096) = 67 +[pid 16948] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16948] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7dce9e6000 +[pid 16948] read(0, "", 4096) = 0 +[pid 16948] close(0) = 0 +[pid 16948] munmap(0x7f7dce9e7000, 4096) = 0 +[pid 16948] write(1, "/usr/lib/libfakeroot /usr/lib64/"..., 67 +[pid 16943] <... read resumed> "/usr/lib/libfakeroot /usr/lib64/"..., 128) = 67 +[pid 16943] read(3, +[pid 16948] <... write resumed> ) = 67 +[pid 16948] close(1) = 0 +[pid 16948] munmap(0x7f7dce9e6000, 4096) = 0 +[pid 16948] close(2) = 0 +[pid 16948] exit_group(0) = ? +Process 16946 resumed +Process 16948 detached +[pid 16946] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16948 +[pid 16946] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16946] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16946] close(3) = -1 EBADF (Bad file descriptor) +[pid 16946] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16946] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16946] wait4(-1, 0x7fff4de1445c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16946] rt_sigreturn(0xffffffffffffffff) = 0 +[pid 16946] exit_group(0) = ? +Process 16946 detached +<... read resumed> "", 128) = 0 +--- SIGCHLD (Child exited) @ 0 (0) --- +wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16946 +wait4(-1, 0x7fff4de1465c, WNOHANG, NULL) = -1 ECHILD (No child processes) +rt_sigreturn(0xffffffffffffffff) = 0 +close(3) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +stat("/usr/lib/libfakeroot/libfakeroot-sysv.so", {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +geteuid() = 1000 +getegid() = 1000 +getuid() = 1000 +getgid() = 1000 +access("/usr/lib/libfakeroot/libfakeroot-sysv.so", R_OK) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +stat("/usr/lib64/libfakeroot/libfakeroot-sysv.so", {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +geteuid() = 1000 +getegid() = 1000 +getuid() = 1000 +getgid() = 1000 +access("/usr/lib64/libfakeroot/libfakeroot-sysv.so", R_OK) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +stat("/usr/lib32/libfakeroot/libfakeroot-sysv.so", 0x7fff4de14910) = -1 ENOENT (No such file or directory) +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +read(255, "\nif test $libfound = no\nthen\n "..., 3614) = 1250 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +pipe([3, 4]) = 0 +rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +lseek(255, -973, SEEK_CUR) = 2641 +clone(Process 16949 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16949 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] close(4) = 0 +[pid 16943] read(3, +[pid 16949] close(255) = 0 +[pid 16949] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16949] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16949] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16949] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16949] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] dup2(4, 1) = 1 +[pid 16949] close(4) = 0 +[pid 16949] close(3) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +[pid 16949] clone(Process 16950 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16950 +[pid 16949] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16949] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16949] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16949] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] wait4(-1, Process 16949 suspended + +[pid 16950] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16950] execve("/usr/bin/faked-sysv", ["/usr/bin/faked-sysv"], [/* 41 vars */]) = 0 +[pid 16950] brk(0) = 0x135c000 +[pid 16950] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16950] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f692ac58000 +[pid 16950] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16950] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16950] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16950] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f692ac40000 +[pid 16950] close(3) = 0 +[pid 16950] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16950] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16950] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16950] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16950] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f692a839000 +[pid 16950] mprotect(0x7f692a83b000, 2097152, PROT_NONE) = 0 +[pid 16950] mmap(0x7f692aa3b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f692aa3b000 +[pid 16950] close(3) = 0 +[pid 16950] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16950] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16950] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16950] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16950] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f692a4d8000 +[pid 16950] mprotect(0x7f692a630000, 2093056, PROT_NONE) = 0 +[pid 16950] mmap(0x7f692a82f000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f692a82f000 +[pid 16950] mmap(0x7f692a834000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f692a834000 +[pid 16950] close(3) = 0 +[pid 16950] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f692ac3f000 +[pid 16950] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f692ac3e000 +[pid 16950] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f692ac3d000 +[pid 16950] arch_prctl(ARCH_SET_FS, 0x7f692ac3e700) = 0 +[pid 16950] mprotect(0x7f692a82f000, 16384, PROT_READ) = 0 +[pid 16950] mprotect(0x7f692aa3b000, 4096, PROT_READ) = 0 +[pid 16950] mprotect(0x7f692ac5a000, 4096, PROT_READ) = 0 +[pid 16950] munmap(0x7f692ac40000, 96756) = 0 +[pid 16950] getpid() = 16950 +[pid 16950] msgget(0x78becbd2, IPC_CREAT|0600) = 1966080 +[pid 16950] msgget(0x78becbd3, IPC_CREAT|0600) = 1998849 +[pid 16950] semget(0x78becbd4, 1, IPC_CREAT|0600) = 6684673 +[pid 16950] semctl(6684673, 0, SETVAL, 0x1) = 0 +[pid 16950] rt_sigaction(SIGHUP, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGINT, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGQUIT, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGILL, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGTRAP, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGABRT, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGBUS, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGFPE, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGUSR1, {0x401ec0, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGSEGV, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGUSR2, {0x401430, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGPIPE, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGALRM, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGTERM, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGSTKFLT, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGCHLD, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGSTOP, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = -1 EINVAL (Invalid argument) +[pid 16950] rt_sigaction(SIGTTIN, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGTTOU, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGURG, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGXCPU, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGXFSZ, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGVTALRM, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGPROF, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGWINCH, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGIO, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGPWR, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGSYS, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_2, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_3, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_4, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_5, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_6, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_7, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_8, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_9, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_10, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_11, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_12, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_13, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_14, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_15, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_16, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_17, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_18, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_19, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_20, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_21, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_22, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_23, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_24, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_25, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_26, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_27, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_28, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_29, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_30, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_31, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] rt_sigaction(SIGRT_32, {0x401f30, [], SA_RESTORER, 0x7f692a50a1e0}, NULL, 8) = 0 +[pid 16950] clone(Process 16951 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f692ac3e9d0) = 16951 +[pid 16950] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16950] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f692ac57000 +[pid 16950] write(1, "2025769938:16951\n", 17 +[pid 16943] <... read resumed> "2025769938:16951\n", 128) = 17 +[pid 16943] read(3, +[pid 16950] <... write resumed> ) = 17 +[pid 16950] exit_group(0) = ? +Process 16949 resumed +Process 16950 detached +[pid 16949] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16950 +[pid 16949] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16949] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16949] wait4(-1, 0x7fff4de1419c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16949] rt_sigreturn(0xffffffffffffffff) = 0 +[pid 16949] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16949] exit_group(0) = ? +Process 16949 detached +[pid 16943] <... read resumed> 0x7fff4de14aa0, 128) = ? ERESTARTSYS (To be restarted) +[pid 16943] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16943] wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16949 +[pid 16943] wait4(-1, 0x7fff4de1455c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16943] rt_sigreturn(0xffffffffffffffff) = -1 EINTR (Interrupted system call) +[pid 16943] read(3, +[pid 16951] getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0 +[pid 16951] close(0) = 0 +[pid 16951] close(1 +[pid 16943] <... read resumed> "", 128) = 0 +[pid 16943] close(3) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] read(255, "FAKEROOTKEY=`echo $KEY_PID|cut -"..., 3614) = 973 +[pid 16943] pipe([3, 4]) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +[pid 16943] lseek(255, -933, SEEK_CUR) = 2681 +[pid 16943] clone(Process 16952 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16952 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] close(4) = 0 +[pid 16943] read(3, +[pid 16951] <... close resumed> ) = 0 +[pid 16951] close(2) = 0 +[pid 16951] close(3) = -1 EBADF (Bad file descriptor) +[pid 16951] close(4) = -1 EBADF (Bad file descriptor) +[pid 16951] close(5) = -1 EBADF (Bad file descriptor) +[pid 16951] close(6) = -1 EBADF (Bad file descriptor) +[pid 16951] close(7) = -1 EBADF (Bad file descriptor) +[pid 16951] close(8) = -1 EBADF (Bad file descriptor) +[pid 16951] close(9) = -1 EBADF (Bad file descriptor) +[pid 16951] close(10) = -1 EBADF (Bad file descriptor) +[pid 16951] close(11) = -1 EBADF (Bad file descriptor) +[pid 16951] close(12) = -1 EBADF (Bad file descriptor) +[pid 16951] close(13) = -1 EBADF (Bad file descriptor) +[pid 16951] close(14) = -1 EBADF (Bad file descriptor) +[pid 16951] close(15) = -1 EBADF (Bad file descriptor) +[pid 16951] close(16) = -1 EBADF (Bad file descriptor) +[pid 16951] close(17) = -1 EBADF (Bad file descriptor) +[pid 16951] close(18) = -1 EBADF (Bad file descriptor) +[pid 16951] close(19) = -1 EBADF (Bad file descriptor) +[pid 16951] close(20) = -1 EBADF (Bad file descriptor) +[pid 16951] close(21) = -1 EBADF (Bad file descriptor) +[pid 16951] close(22) = -1 EBADF (Bad file descriptor) +[pid 16951] close(23) = -1 EBADF (Bad file descriptor) +[pid 16951] close(24) = -1 EBADF (Bad file descriptor) +[pid 16951] close(25) = -1 EBADF (Bad file descriptor) +[pid 16951] close(26) = -1 EBADF (Bad file descriptor) +[pid 16951] close(27) = -1 EBADF (Bad file descriptor) +[pid 16951] close(28) = -1 EBADF (Bad file descriptor) +[pid 16951] close(29) = -1 EBADF (Bad file descriptor) +[pid 16951] close(30) = -1 EBADF (Bad file descriptor) +[pid 16951] close(31) = -1 EBADF (Bad file descriptor) +[pid 16951] close(32) = -1 EBADF (Bad file descriptor) +[pid 16951] close(33) = -1 EBADF (Bad file descriptor) +[pid 16951] close(34) = -1 EBADF (Bad file descriptor) +[pid 16951] close(35) = -1 EBADF (Bad file descriptor) +[pid 16951] close(36) = -1 EBADF (Bad file descriptor) +[pid 16951] close(37) = -1 EBADF (Bad file descriptor) +[pid 16951] close(38) = -1 EBADF (Bad file descriptor) +[pid 16951] close(39) = -1 EBADF (Bad file descriptor) +[pid 16951] close(40) = -1 EBADF (Bad file descriptor) +[pid 16951] close(41) = -1 EBADF (Bad file descriptor) +[pid 16951] close(42) = -1 EBADF (Bad file descriptor) +[pid 16951] close(43) = -1 EBADF (Bad file descriptor) +[pid 16951] close(44) = -1 EBADF (Bad file descriptor) +[pid 16951] close(45) = -1 EBADF (Bad file descriptor) +[pid 16951] close(46) = -1 EBADF (Bad file descriptor) +[pid 16951] close(47) = -1 EBADF (Bad file descriptor) +[pid 16951] close(48) = -1 EBADF (Bad file descriptor) +[pid 16951] close(49) = -1 EBADF (Bad file descriptor) +[pid 16951] close(50) = -1 EBADF (Bad file descriptor) +[pid 16951] close(51) = -1 EBADF (Bad file descriptor) +[pid 16951] close(52) = -1 EBADF (Bad file descriptor) +[pid 16951] close(53) = -1 EBADF (Bad file descriptor) +[pid 16951] close(54) = -1 EBADF (Bad file descriptor) +[pid 16951] close(55) = -1 EBADF (Bad file descriptor) +[pid 16951] close(56) = -1 EBADF (Bad file descriptor) +[pid 16951] close(57) = -1 EBADF (Bad file descriptor) +[pid 16951] close(58) = -1 EBADF (Bad file descriptor) +[pid 16951] close(59) = -1 EBADF (Bad file descriptor) +[pid 16951] close(60) = -1 EBADF (Bad file descriptor) +[pid 16951] close(61) = -1 EBADF (Bad file descriptor) +[pid 16951] close(62) = -1 EBADF (Bad file descriptor) +[pid 16951] close(63) = -1 EBADF (Bad file descriptor) +[pid 16951] close(64) = -1 EBADF (Bad file descriptor) +[pid 16951] close(65) = -1 EBADF (Bad file descriptor) +[pid 16951] close(66) = -1 EBADF (Bad file descriptor) +[pid 16951] close(67) = -1 EBADF (Bad file descriptor) +[pid 16951] close(68) = -1 EBADF (Bad file descriptor) +[pid 16951] close(69) = -1 EBADF (Bad file descriptor) +[pid 16951] close(70) = -1 EBADF (Bad file descriptor) +[pid 16951] close(71) = -1 EBADF (Bad file descriptor) +[pid 16951] close(72) = -1 EBADF (Bad file descriptor) +[pid 16951] close(73) = -1 EBADF (Bad file descriptor) +[pid 16951] close(74) = -1 EBADF (Bad file descriptor) +[pid 16951] close(75) = -1 EBADF (Bad file descriptor) +[pid 16951] close(76) = -1 EBADF (Bad file descriptor) +[pid 16951] close(77) = -1 EBADF (Bad file descriptor) +[pid 16951] close(78) = -1 EBADF (Bad file descriptor) +[pid 16951] close(79) = -1 EBADF (Bad file descriptor) +[pid 16951] close(80) = -1 EBADF (Bad file descriptor) +[pid 16951] close(81) = -1 EBADF (Bad file descriptor) +[pid 16951] close(82 +[pid 16952] close(255 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] <... close resumed> ) = 0 +[pid 16951] close(83 +[pid 16952] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16951] close(84 +[pid 16952] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16952] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(85 +[pid 16952] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(86) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(87 +[pid 16952] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16952] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(88 +[pid 16952] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(89) = -1 EBADF (Bad file descriptor) +[pid 16952] dup2(4, 1) = 1 +[pid 16951] close(90) = -1 EBADF (Bad file descriptor) +[pid 16952] close(4) = 0 +[pid 16951] close(91 +[pid 16952] close(3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] <... close resumed> ) = 0 +[pid 16951] close(92) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16951] close(93) = -1 EBADF (Bad file descriptor) +[pid 16951] close(94 +[pid 16952] rt_sigprocmask(SIG_BLOCK, NULL, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(95) = -1 EBADF (Bad file descriptor) +[pid 16951] close(96) = -1 EBADF (Bad file descriptor) +[pid 16951] close(97) = -1 EBADF (Bad file descriptor) +[pid 16951] close(98 +[pid 16952] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] pipe( +[pid 16951] close(99 +[pid 16952] <... pipe resumed> [3, 4]) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(100 +[pid 16952] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16952] clone( +[pid 16951] close(101) = -1 EBADF (Bad file descriptor) +[pid 16951] close(102) = -1 EBADF (Bad file descriptor) +[pid 16951] close(103) = -1 EBADF (Bad file descriptor) +Process 16953 attached +[pid 16952] <... clone resumed> child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16953 +[pid 16951] close(104) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16952] close(4) = 0 +[pid 16952] close(4) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [CHLD], 8) = 0 +[pid 16952] clone(Process 16954 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16954 +[pid 16952] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16952] close(3) = 0 +[pid 16952] rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 +[pid 16952] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16952] rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0 +[pid 16952] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16952] wait4(-1, Process 16952 suspended + +[pid 16951] close(105) = -1 EBADF (Bad file descriptor) +[pid 16953] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16951] close(106) = -1 EBADF (Bad file descriptor) +[pid 16953] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] rt_sigprocmask(SIG_SETMASK, [], +[pid 16953] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16953] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16953] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16953] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16953] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16953] close(3 +[pid 16954] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16953] <... close resumed> ) = 0 +[pid 16954] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16953] dup2(4, 1) = 1 +[pid 16951] close(107 +[pid 16953] close(4 +[pid 16954] dup2(3, 0 +[pid 16953] <... close resumed> ) = 0 +[pid 16954] <... dup2 resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(108) = -1 EBADF (Bad file descriptor) +[pid 16951] close(109) = -1 EBADF (Bad file descriptor) +[pid 16951] close(110) = -1 EBADF (Bad file descriptor) +[pid 16951] close(111) = -1 EBADF (Bad file descriptor) +[pid 16953] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] close(3 +[pid 16953] <... rt_sigaction resumed> {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] <... close resumed> ) = 0 +[pid 16953] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(112 +[pid 16953] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16953] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(113 +[pid 16953] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16954] stat(".", +[pid 16953] rt_sigprocmask(SIG_SETMASK, [], +[pid 16954] <... stat resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16953] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] stat("/bin/cut", +[pid 16953] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] <... stat resumed> 0x7fff4de144d0) = -1 ENOENT (No such file or directory) +[pid 16953] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] stat("/usr/bin/cut", +[pid 16953] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16954] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16953] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] stat("/usr/bin/cut", +[pid 16953] rt_sigprocmask(SIG_BLOCK, NULL, +[pid 16954] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16953] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16954] geteuid( +[pid 16951] close(114) = -1 EBADF (Bad file descriptor) +[pid 16951] close(115) = -1 EBADF (Bad file descriptor) +[pid 16951] close(116) = -1 EBADF (Bad file descriptor) +[pid 16954] <... geteuid resumed> ) = 1000 +[pid 16953] write(1, "2025769938:16951\n", 17 +[pid 16954] getegid( +[pid 16953] <... write resumed> ) = 17 +[pid 16954] <... getegid resumed> ) = 1000 +[pid 16951] close(117) = -1 EBADF (Bad file descriptor) +[pid 16951] close(118) = -1 EBADF (Bad file descriptor) +[pid 16953] exit_group(0) = ? +Process 16952 resumed +Process 16953 detached +[pid 16952] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16953 +[pid 16952] wait4(-1, Process 16952 suspended + +[pid 16951] close(119 +[pid 16954] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... getuid resumed> ) = 1000 +[pid 16954] getgid( +[pid 16951] close(120 +[pid 16954] <... getgid resumed> ) = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] access("/usr/bin/cut", X_OK +[pid 16951] close(121 +[pid 16954] <... access resumed> ) = 0 +[pid 16954] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16954] geteuid( +[pid 16951] close(122 +[pid 16954] <... geteuid resumed> ) = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] getegid( +[pid 16951] close(123 +[pid 16954] <... getegid resumed> ) = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] getuid( +[pid 16951] close(124 +[pid 16954] <... getuid resumed> ) = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] getgid( +[pid 16951] close(125 +[pid 16954] <... getgid resumed> ) = 1000 +[pid 16954] access("/usr/bin/cut", R_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... access resumed> ) = 0 +[pid 16951] close(126 +[pid 16954] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] stat("/usr/bin/cut", {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] close(127 +[pid 16954] geteuid() = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] getegid( +[pid 16951] close(128 +[pid 16954] <... getegid resumed> ) = 1000 +[pid 16954] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... getuid resumed> ) = 1000 +[pid 16951] close(129 +[pid 16954] getgid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... getgid resumed> ) = 1000 +[pid 16954] access("/usr/bin/cut", X_OK +[pid 16951] close(130) = -1 EBADF (Bad file descriptor) +[pid 16954] <... access resumed> ) = 0 +[pid 16954] stat("/usr/bin/cut", +[pid 16951] close(131) = -1 EBADF (Bad file descriptor) +[pid 16954] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16954] geteuid( +[pid 16951] close(132 +[pid 16954] <... geteuid resumed> ) = 1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] getegid() = 1000 +[pid 16951] close(133 +[pid 16954] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... getuid resumed> ) = 1000 +[pid 16954] getgid( +[pid 16951] close(134 +[pid 16954] <... getgid resumed> ) = 1000 +[pid 16954] access("/usr/bin/cut", R_OK) = 0 +[pid 16954] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16954] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] execve("/usr/bin/cut", ["cut", "-d:", "-f1"], [/* 41 vars */] +[pid 16951] close(135) = -1 EBADF (Bad file descriptor) +[pid 16951] close(136) = -1 EBADF (Bad file descriptor) +[pid 16951] close(137) = -1 EBADF (Bad file descriptor) +[pid 16951] close(138) = -1 EBADF (Bad file descriptor) +[pid 16951] close(139) = -1 EBADF (Bad file descriptor) +[pid 16951] close(140) = -1 EBADF (Bad file descriptor) +[pid 16951] close(141 +[pid 16954] <... execve resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(142) = -1 EBADF (Bad file descriptor) +[pid 16954] brk(0) = 0x25b6000 +[pid 16951] close(143) = -1 EBADF (Bad file descriptor) +[pid 16951] close(144 +[pid 16954] access("/etc/ld.so.nohwcap", F_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... access resumed> ) = -1 ENOENT (No such file or directory) +[pid 16954] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(145 +[pid 16954] <... mmap resumed> ) = 0x7f2b6014d000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16951] close(146) = -1 EBADF (Bad file descriptor) +[pid 16954] open("/etc/ld.so.cache", O_RDONLY +[pid 16951] close(147 +[pid 16954] <... open resumed> ) = 3 +[pid 16954] fstat(3, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... fstat resumed> {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16951] close(148 +[pid 16954] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f2b60135000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] close(3) = 0 +[pid 16951] close(149) = -1 EBADF (Bad file descriptor) +[pid 16954] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16951] close(150) = -1 EBADF (Bad file descriptor) +[pid 16954] open("/lib/libc.so.6", O_RDONLY +[pid 16951] close(151 +[pid 16954] <... open resumed> ) = 3 +[pid 16954] read(3, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16951] close(152 +[pid 16954] fstat(3, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16951] close(153 +[pid 16954] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f2b5fbd1000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] mprotect(0x7f2b5fd29000, 2093056, PROT_NONE +[pid 16951] close(154 +[pid 16954] <... mprotect resumed> ) = 0 +[pid 16954] mmap(0x7f2b5ff28000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(155 +[pid 16954] <... mmap resumed> ) = 0x7f2b5ff28000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] mmap(0x7f2b5ff2d000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f2b5ff2d000 +[pid 16951] close(156 +[pid 16954] close(3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... close resumed> ) = 0 +[pid 16951] close(157 +[pid 16954] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... mmap resumed> ) = 0x7f2b60134000 +[pid 16951] close(158 +[pid 16954] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2b60133000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2b60132000 +[pid 16951] close(159) = -1 EBADF (Bad file descriptor) +[pid 16954] arch_prctl(ARCH_SET_FS, 0x7f2b60133700) = 0 +[pid 16951] close(160) = -1 EBADF (Bad file descriptor) +[pid 16951] close(161) = -1 EBADF (Bad file descriptor) +[pid 16951] close(162) = -1 EBADF (Bad file descriptor) +[pid 16951] close(163) = -1 EBADF (Bad file descriptor) +[pid 16951] close(164 +[pid 16954] mprotect(0x7f2b5ff28000, 16384, PROT_READ +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... mprotect resumed> ) = 0 +[pid 16951] close(165 +[pid 16954] mprotect(0x7f2b6014f000, 4096, PROT_READ +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(166 +[pid 16954] <... mprotect resumed> ) = 0 +[pid 16954] munmap(0x7f2b60135000, 96756 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(167 +[pid 16954] <... munmap resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(168) = -1 EBADF (Bad file descriptor) +[pid 16951] close(169) = -1 EBADF (Bad file descriptor) +[pid 16951] close(170) = -1 EBADF (Bad file descriptor) +[pid 16951] close(171) = -1 EBADF (Bad file descriptor) +[pid 16954] brk(0 +[pid 16951] close(172 +[pid 16954] <... brk resumed> ) = 0x25b6000 +[pid 16954] brk(0x25d7000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... brk resumed> ) = 0x25d7000 +[pid 16951] close(173) = -1 EBADF (Bad file descriptor) +[pid 16954] open("/usr/lib/locale/locale-archive", O_RDONLY +[pid 16951] close(174 +[pid 16954] <... open resumed> ) = 3 +[pid 16954] fstat(3, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16951] close(175 +[pid 16954] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... mmap resumed> ) = 0x7f2b5ffbd000 +[pid 16951] close(176 +[pid 16954] close(3) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(177) = -1 EBADF (Bad file descriptor) +[pid 16951] close(178) = -1 EBADF (Bad file descriptor) +[pid 16951] close(179 +[pid 16954] fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2b6014c000 +[pid 16951] close(180 +[pid 16954] read(0, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] <... read resumed> "2025769938:16951\n", 4096) = 17 +[pid 16951] close(181 +[pid 16954] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(182 +[pid 16954] <... mmap resumed> ) = 0x7f2b6014b000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] read(0, "", 4096) = 0 +[pid 16951] close(183) = -1 EBADF (Bad file descriptor) +[pid 16954] close(0 +[pid 16951] close(184 +[pid 16954] <... close resumed> ) = 0 +[pid 16954] munmap(0x7f2b6014c000, 4096 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(185 +[pid 16954] <... munmap resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] write(1, "2025769938\n", 11 +[pid 16951] close(186 +[pid 16954] <... write resumed> ) = 11 +[pid 16943] <... read resumed> "2025769938\n", 128) = 11 +[pid 16954] close(1 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] read(3, +[pid 16951] close(187 +[pid 16954] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16954] munmap(0x7f2b6014b000, 4096) = 0 +[pid 16951] close(188 +[pid 16954] close(2) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(189 +[pid 16954] exit_group(0) = ? +Process 16952 resumed +Process 16954 detached +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(190) = -1 EBADF (Bad file descriptor) +[pid 16951] close(191 +[pid 16952] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16954 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(192) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16952] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16952] close(3) = -1 EBADF (Bad file descriptor) +[pid 16952] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16952] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16952] wait4(-1, 0x7fff4de1435c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16952] rt_sigreturn(0xffffffffffffffff) = 0 +[pid 16952] exit_group(0) = ? +Process 16952 detached +[pid 16951] close(193 +[pid 16943] <... read resumed> "", 128) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16951] close(194 +[pid 16943] wait4(-1, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16952 +[pid 16951] close(195 +[pid 16943] wait4(-1, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... wait4 resumed> 0x7fff4de1455c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16951] close(196 +[pid 16943] rt_sigreturn(0xffffffffffffffff +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigreturn resumed> ) = 0 +[pid 16951] close(197 +[pid 16943] close(3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... close resumed> ) = 0 +[pid 16951] close(198 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(199 +[pid 16943] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(200 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] close(201 +[pid 16943] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigaction resumed> {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(202 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(203 +[pid 16943] read(255, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... read resumed> "PID=`echo $KEY_PID|cut -d: -f2`\n"..., 3614) = 933 +[pid 16951] close(204 +[pid 16943] pipe( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... pipe resumed> [3, 4]) = 0 +[pid 16951] close(205 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(206 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] close(207 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [INT CHLD], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(208 +[pid 16943] lseek(255, -901, SEEK_CUR +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... lseek resumed> ) = 2713 +[pid 16951] close(209 +[pid 16943] clone( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +Process 16955 attached +[pid 16943] <... clone resumed> child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16955 +[pid 16951] close(210 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] close(211 +[pid 16943] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(212 +[pid 16943] close(4 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16943] <... close resumed> ) = 0 +[pid 16951] close(213 +[pid 16943] read(3, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(214) = -1 EBADF (Bad file descriptor) +[pid 16951] close(215) = -1 EBADF (Bad file descriptor) +[pid 16955] close(255) = 0 +[pid 16951] close(216) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16951] close(217) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16951] close(218 +[pid 16955] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16955] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(219 +[pid 16955] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(220) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(221 +[pid 16955] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(222 +[pid 16955] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(223) = -1 EBADF (Bad file descriptor) +[pid 16955] dup2(4, 1) = 1 +[pid 16951] close(224) = -1 EBADF (Bad file descriptor) +[pid 16955] close(4) = 0 +[pid 16951] close(225 +[pid 16955] close(3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... close resumed> ) = 0 +[pid 16951] close(226) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16951] close(227) = -1 EBADF (Bad file descriptor) +[pid 16951] close(228 +[pid 16955] rt_sigprocmask(SIG_BLOCK, NULL, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16951] close(229) = -1 EBADF (Bad file descriptor) +[pid 16951] close(230) = -1 EBADF (Bad file descriptor) +[pid 16951] close(231) = -1 EBADF (Bad file descriptor) +[pid 16951] close(232 +[pid 16955] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] pipe( +[pid 16951] close(233 +[pid 16955] <... pipe resumed> [3, 4]) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigprocmask(SIG_BLOCK, [INT CHLD], +[pid 16951] close(234 +[pid 16955] <... rt_sigprocmask resumed> [CHLD], 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] clone( +[pid 16951] close(235) = -1 EBADF (Bad file descriptor) +[pid 16951] close(236) = -1 EBADF (Bad file descriptor) +[pid 16951] close(237Process 16956 attached + +[pid 16955] <... clone resumed> child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16956 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(238 +[pid 16955] rt_sigprocmask(SIG_SETMASK, [CHLD], NULL, 8) = 0 +[pid 16956] rt_sigprocmask(SIG_SETMASK, [], +[pid 16955] close(4 +[pid 16956] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16955] <... close resumed> ) = 0 +[pid 16956] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16956] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] close(4 +[pid 16956] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16955] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16956] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16956] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16955] rt_sigprocmask(SIG_BLOCK, [INT CHLD], +[pid 16956] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] <... rt_sigprocmask resumed> [CHLD], 8) = 0 +[pid 16956] close(3 +[pid 16955] clone( +[pid 16956] <... close resumed> ) = 0 +Process 16957 attached +[pid 16955] <... clone resumed> child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16957 +[pid 16956] dup2(4, 1 +[pid 16955] rt_sigprocmask(SIG_SETMASK, [CHLD], +[pid 16956] <... dup2 resumed> ) = 1 +[pid 16955] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16956] close(4 +[pid 16955] close(3 +[pid 16956] <... close resumed> ) = 0 +[pid 16955] <... close resumed> ) = 0 +[pid 16956] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16955] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16956] <... rt_sigaction resumed> {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] <... rt_sigprocmask resumed> [CHLD], 8) = 0 +[pid 16956] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16955] rt_sigprocmask(SIG_SETMASK, [CHLD], +[pid 16956] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16956] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16955] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16956] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16955] <... rt_sigprocmask resumed> [CHLD], 8) = 0 +[pid 16956] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16955] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16956] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16955] <... rt_sigaction resumed> {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16956] rt_sigprocmask(SIG_SETMASK, [], +[pid 16955] wait4(-1, Process 16955 suspended + +[pid 16951] close(239 +[pid 16956] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16956] rt_sigaction(SIGCHLD, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(240 +[pid 16956] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16957] rt_sigprocmask(SIG_SETMASK, [], +[pid 16956] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16957] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16956] rt_sigprocmask(SIG_BLOCK, NULL, +[pid 16957] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16956] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16957] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(241) = -1 EBADF (Bad file descriptor) +[pid 16951] close(242) = -1 EBADF (Bad file descriptor) +[pid 16957] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16956] write(1, "2025769938:16951\n", 17 +[pid 16957] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16956] <... write resumed> ) = 17 +[pid 16957] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(243) = -1 EBADF (Bad file descriptor) +[pid 16951] close(244 +[pid 16956] exit_group(0) = ? +Process 16955 resumed +Process 16956 detached +[pid 16957] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(245) = -1 EBADF (Bad file descriptor) +[pid 16951] close(246 +[pid 16957] dup2(3, 0 +[pid 16955] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16956 +[pid 16957] <... dup2 resumed> ) = 0 +[pid 16955] wait4(-1, Process 16955 suspended + +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(3 +[pid 16951] close(247 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] close(248) = -1 EBADF (Bad file descriptor) +[pid 16951] close(249) = -1 EBADF (Bad file descriptor) +[pid 16951] close(250) = -1 EBADF (Bad file descriptor) +[pid 16957] stat(".", +[pid 16951] close(251 +[pid 16957] <... stat resumed> {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] stat("/bin/cut", 0x7fff4de144d0) = -1 ENOENT (No such file or directory) +[pid 16951] close(252 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] close(253 +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16957] geteuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... geteuid resumed> ) = 1000 +[pid 16951] close(254 +[pid 16957] getegid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getegid resumed> ) = 1000 +[pid 16951] close(255 +[pid 16957] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getuid resumed> ) = 1000 +[pid 16951] close(256 +[pid 16957] getgid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getgid resumed> ) = 1000 +[pid 16951] close(257 +[pid 16957] access("/usr/bin/cut", X_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... access resumed> ) = 0 +[pid 16951] close(258 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] close(259 +[pid 16957] geteuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... geteuid resumed> ) = 1000 +[pid 16951] close(260 +[pid 16957] getegid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getegid resumed> ) = 1000 +[pid 16951] close(261 +[pid 16957] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getuid resumed> ) = 1000 +[pid 16951] close(262 +[pid 16957] getgid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getgid resumed> ) = 1000 +[pid 16951] close(263 +[pid 16957] access("/usr/bin/cut", R_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... access resumed> ) = 0 +[pid 16951] close(264 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] close(265 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] close(266 +[pid 16957] geteuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... geteuid resumed> ) = 1000 +[pid 16951] close(267 +[pid 16957] getegid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getegid resumed> ) = 1000 +[pid 16951] close(268 +[pid 16957] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getuid resumed> ) = 1000 +[pid 16951] close(269 +[pid 16957] getgid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getgid resumed> ) = 1000 +[pid 16951] close(270 +[pid 16957] access("/usr/bin/cut", X_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... access resumed> ) = 0 +[pid 16951] close(271 +[pid 16957] stat("/usr/bin/cut", +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... stat resumed> {st_mode=S_IFREG|0755, st_size=42208, ...}) = 0 +[pid 16951] close(272 +[pid 16957] geteuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... geteuid resumed> ) = 1000 +[pid 16951] close(273 +[pid 16957] getegid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getegid resumed> ) = 1000 +[pid 16951] close(274 +[pid 16957] getuid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getuid resumed> ) = 1000 +[pid 16951] close(275 +[pid 16957] getgid( +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... getgid resumed> ) = 1000 +[pid 16951] close(276 +[pid 16957] access("/usr/bin/cut", R_OK +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... access resumed> ) = 0 +[pid 16951] close(277 +[pid 16957] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... rt_sigaction resumed> {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(278 +[pid 16957] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... rt_sigaction resumed> {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(279 +[pid 16957] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... rt_sigaction resumed> {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] close(280 +[pid 16957] execve("/usr/bin/cut", ["cut", "-d:", "-f2"], [/* 41 vars */] +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] <... execve resumed> ) = 0 +[pid 16951] close(281) = -1 EBADF (Bad file descriptor) +[pid 16957] brk(0 +[pid 16951] close(282 +[pid 16957] <... brk resumed> ) = 0x1d38000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] access("/etc/ld.so.nohwcap", F_OK +[pid 16951] close(283 +[pid 16957] <... access resumed> ) = -1 ENOENT (No such file or directory) +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(284 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f39000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] access("/etc/ld.so.preload", R_OK +[pid 16951] close(285 +[pid 16957] <... access resumed> ) = -1 ENOENT (No such file or directory) +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] open("/etc/ld.so.cache", O_RDONLY +[pid 16951] close(286 +[pid 16957] <... open resumed> ) = 3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] fstat(3, +[pid 16951] close(287 +[pid 16957] <... fstat resumed> {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0 +[pid 16951] close(288 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f21000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(3 +[pid 16951] close(289 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] access("/etc/ld.so.nohwcap", F_OK +[pid 16951] close(290 +[pid 16957] <... access resumed> ) = -1 ENOENT (No such file or directory) +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] open("/lib/libc.so.6", O_RDONLY +[pid 16951] close(291 +[pid 16957] <... open resumed> ) = 3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] read(3, +[pid 16951] close(292 +[pid 16957] <... read resumed> "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] fstat(3, +[pid 16951] close(293 +[pid 16957] <... fstat resumed> {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 +[pid 16951] close(294 +[pid 16957] <... mmap resumed> ) = 0x7f8fa19bd000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mprotect(0x7f8fa1b15000, 2093056, PROT_NONE +[pid 16951] close(295 +[pid 16957] <... mprotect resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(0x7f8fa1d14000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000 +[pid 16951] close(296 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1d14000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(0x7f8fa1d19000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(297 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1d19000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(3 +[pid 16951] close(298 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(299 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f20000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(300 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f1f000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(301 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f1e000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] arch_prctl(ARCH_SET_FS, 0x7f8fa1f1f700 +[pid 16951] close(302 +[pid 16957] <... arch_prctl resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mprotect(0x7f8fa1d14000, 16384, PROT_READ +[pid 16951] close(303 +[pid 16957] <... mprotect resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mprotect(0x7f8fa1f3b000, 4096, PROT_READ +[pid 16951] close(304 +[pid 16957] <... mprotect resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] munmap(0x7f8fa1f21000, 96756 +[pid 16951] close(305 +[pid 16957] <... munmap resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] brk(0 +[pid 16951] close(306 +[pid 16957] <... brk resumed> ) = 0x1d38000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] brk(0x1d59000 +[pid 16951] close(307 +[pid 16957] <... brk resumed> ) = 0x1d59000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] open("/usr/lib/locale/locale-archive", O_RDONLY +[pid 16951] close(308 +[pid 16957] <... open resumed> ) = 3 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] fstat(3, +[pid 16951] close(309 +[pid 16957] <... fstat resumed> {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0 +[pid 16951] close(310 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1da9000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(3 +[pid 16951] close(311 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] fstat(0, +[pid 16951] close(312 +[pid 16957] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(313 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f38000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] read(0, +[pid 16951] close(314 +[pid 16957] <... read resumed> "2025769938:16951\n", 4096) = 17 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] fstat(1, +[pid 16951] close(315 +[pid 16957] <... fstat resumed> {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0 +[pid 16951] close(316 +[pid 16957] <... mmap resumed> ) = 0x7f8fa1f37000 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] read(0, +[pid 16951] close(317 +[pid 16957] <... read resumed> "", 4096) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(0 +[pid 16951] close(318 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] munmap(0x7f8fa1f38000, 4096 +[pid 16951] close(319 +[pid 16957] <... munmap resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] write(1, "16951\n", 6 +[pid 16951] close(320 +[pid 16957] <... write resumed> ) = 6 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(1 +[pid 16951] close(321 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] munmap(0x7f8fa1f37000, 4096 +[pid 16951] close(322 +[pid 16957] <... munmap resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] close(2 +[pid 16951] close(323 +[pid 16957] <... close resumed> ) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16957] exit_group(0) = ? +Process 16955 resumed +Process 16957 detached +[pid 16951] close(324) = -1 EBADF (Bad file descriptor) +[pid 16955] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16957 +[pid 16951] close(325) = -1 EBADF (Bad file descriptor) +[pid 16951] close(326) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigprocmask(SIG_SETMASK, [CHLD], +[pid 16951] close(327 +[pid 16955] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigaction(SIGINT, {0x457cc0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16951] close(328 +[pid 16955] <... rt_sigaction resumed> {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] close(3 +[pid 16951] close(329 +[pid 16955] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] rt_sigprocmask(SIG_SETMASK, [], +[pid 16951] close(330 +[pid 16955] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16951] close(331 +[pid 16955] wait4(-1, +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... wait4 resumed> 0x7fff4de1435c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16951] close(332 +[pid 16955] rt_sigreturn(0xffffffffffffffff +[pid 16951] <... close resumed> ) = -1 EBADF (Bad file descriptor) +[pid 16955] <... rt_sigreturn resumed> ) = 0 +[pid 16951] close(333) = -1 EBADF (Bad file descriptor) +[pid 16951] close(334) = -1 EBADF (Bad file descriptor) +[pid 16951] close(335) = -1 EBADF (Bad file descriptor) +[pid 16951] close(336) = -1 EBADF (Bad file descriptor) +[pid 16951] close(337) = -1 EBADF (Bad file descriptor) +[pid 16951] close(338) = -1 EBADF (Bad file descriptor) +[pid 16955] exit_group(0) = ? +Process 16955 detached +[pid 16951] close(339) = -1 EBADF (Bad file descriptor) +[pid 16951] close(340) = -1 EBADF (Bad file descriptor) +[pid 16951] close(341) = -1 EBADF (Bad file descriptor) +[pid 16951] close(342) = -1 EBADF (Bad file descriptor) +[pid 16951] close(343) = -1 EBADF (Bad file descriptor) +[pid 16951] close(344) = -1 EBADF (Bad file descriptor) +[pid 16951] close(345) = -1 EBADF (Bad file descriptor) +[pid 16951] close(346) = -1 EBADF (Bad file descriptor) +[pid 16951] close(347) = -1 EBADF (Bad file descriptor) +[pid 16951] close(348) = -1 EBADF (Bad file descriptor) +[pid 16951] close(349) = -1 EBADF (Bad file descriptor) +[pid 16951] close(350) = -1 EBADF (Bad file descriptor) +[pid 16951] close(351) = -1 EBADF (Bad file descriptor) +[pid 16951] close(352) = -1 EBADF (Bad file descriptor) +[pid 16951] close(353) = -1 EBADF (Bad file descriptor) +[pid 16951] close(354) = -1 EBADF (Bad file descriptor) +[pid 16951] close(355) = -1 EBADF (Bad file descriptor) +[pid 16951] close(356) = -1 EBADF (Bad file descriptor) +[pid 16951] close(357) = -1 EBADF (Bad file descriptor) +[pid 16951] close(358) = -1 EBADF (Bad file descriptor) +[pid 16951] close(359) = -1 EBADF (Bad file descriptor) +[pid 16951] close(360) = -1 EBADF (Bad file descriptor) +[pid 16951] close(361) = -1 EBADF (Bad file descriptor) +[pid 16951] close(362) = -1 EBADF (Bad file descriptor) +[pid 16951] close(363) = -1 EBADF (Bad file descriptor) +[pid 16951] close(364) = -1 EBADF (Bad file descriptor) +[pid 16951] close(365) = -1 EBADF (Bad file descriptor) +[pid 16951] close(366) = -1 EBADF (Bad file descriptor) +[pid 16951] close(367) = -1 EBADF (Bad file descriptor) +[pid 16951] close(368) = -1 EBADF (Bad file descriptor) +[pid 16951] close(369) = -1 EBADF (Bad file descriptor) +[pid 16951] close(370) = -1 EBADF (Bad file descriptor) +[pid 16951] close(371) = -1 EBADF (Bad file descriptor) +[pid 16951] close(372) = -1 EBADF (Bad file descriptor) +[pid 16951] close(373) = -1 EBADF (Bad file descriptor) +[pid 16951] close(374) = -1 EBADF (Bad file descriptor) +[pid 16951] close(375) = -1 EBADF (Bad file descriptor) +[pid 16951] close(376) = -1 EBADF (Bad file descriptor) +[pid 16951] close(377) = -1 EBADF (Bad file descriptor) +[pid 16951] close(378) = -1 EBADF (Bad file descriptor) +[pid 16951] close(379) = -1 EBADF (Bad file descriptor) +[pid 16951] close(380) = -1 EBADF (Bad file descriptor) +[pid 16951] close(381) = -1 EBADF (Bad file descriptor) +[pid 16951] close(382) = -1 EBADF (Bad file descriptor) +[pid 16951] close(383) = -1 EBADF (Bad file descriptor) +[pid 16951] close(384) = -1 EBADF (Bad file descriptor) +[pid 16951] close(385) = -1 EBADF (Bad file descriptor) +[pid 16951] close(386) = -1 EBADF (Bad file descriptor) +[pid 16951] close(387) = -1 EBADF (Bad file descriptor) +[pid 16951] close(388) = -1 EBADF (Bad file descriptor) +[pid 16951] close(389) = -1 EBADF (Bad file descriptor) +[pid 16951] close(390) = -1 EBADF (Bad file descriptor) +[pid 16951] close(391) = -1 EBADF (Bad file descriptor) +[pid 16951] close(392) = -1 EBADF (Bad file descriptor) +[pid 16951] close(393) = -1 EBADF (Bad file descriptor) +[pid 16951] close(394) = -1 EBADF (Bad file descriptor) +[pid 16951] close(395) = -1 EBADF (Bad file descriptor) +[pid 16951] close(396) = -1 EBADF (Bad file descriptor) +[pid 16951] close(397) = -1 EBADF (Bad file descriptor) +[pid 16951] close(398) = -1 EBADF (Bad file descriptor) +[pid 16951] close(399) = -1 EBADF (Bad file descriptor) +[pid 16951] close(400) = -1 EBADF (Bad file descriptor) +[pid 16951] close(401) = -1 EBADF (Bad file descriptor) +[pid 16951] close(402) = -1 EBADF (Bad file descriptor) +[pid 16951] close(403) = -1 EBADF (Bad file descriptor) +[pid 16951] close(404) = -1 EBADF (Bad file descriptor) +[pid 16951] close(405) = -1 EBADF (Bad file descriptor) +[pid 16951] close(406) = -1 EBADF (Bad file descriptor) +[pid 16951] close(407) = -1 EBADF (Bad file descriptor) +[pid 16951] close(408) = -1 EBADF (Bad file descriptor) +[pid 16951] close(409) = -1 EBADF (Bad file descriptor) +[pid 16951] close(410) = -1 EBADF (Bad file descriptor) +[pid 16951] close(411) = -1 EBADF (Bad file descriptor) +[pid 16951] close(412) = -1 EBADF (Bad file descriptor) +[pid 16951] close(413) = -1 EBADF (Bad file descriptor) +[pid 16951] close(414) = -1 EBADF (Bad file descriptor) +[pid 16951] close(415) = -1 EBADF (Bad file descriptor) +[pid 16951] close(416) = -1 EBADF (Bad file descriptor) +[pid 16951] close(417) = -1 EBADF (Bad file descriptor) +[pid 16951] close(418) = -1 EBADF (Bad file descriptor) +[pid 16951] close(419) = -1 EBADF (Bad file descriptor) +[pid 16951] close(420) = -1 EBADF (Bad file descriptor) +[pid 16951] close(421) = -1 EBADF (Bad file descriptor) +[pid 16951] close(422) = -1 EBADF (Bad file descriptor) +[pid 16951] close(423) = -1 EBADF (Bad file descriptor) +[pid 16951] close(424) = -1 EBADF (Bad file descriptor) +[pid 16951] close(425) = -1 EBADF (Bad file descriptor) +[pid 16951] close(426) = -1 EBADF (Bad file descriptor) +[pid 16951] close(427) = -1 EBADF (Bad file descriptor) +[pid 16951] close(428) = -1 EBADF (Bad file descriptor) +[pid 16951] close(429) = -1 EBADF (Bad file descriptor) +[pid 16951] close(430) = -1 EBADF (Bad file descriptor) +[pid 16951] close(431) = -1 EBADF (Bad file descriptor) +[pid 16951] close(432) = -1 EBADF (Bad file descriptor) +[pid 16951] close(433) = -1 EBADF (Bad file descriptor) +[pid 16951] close(434) = -1 EBADF (Bad file descriptor) +[pid 16951] close(435) = -1 EBADF (Bad file descriptor) +[pid 16951] close(436) = -1 EBADF (Bad file descriptor) +[pid 16951] close(437) = -1 EBADF (Bad file descriptor) +[pid 16951] close(438) = -1 EBADF (Bad file descriptor) +[pid 16951] close(439) = -1 EBADF (Bad file descriptor) +[pid 16951] close(440) = -1 EBADF (Bad file descriptor) +[pid 16951] close(441) = -1 EBADF (Bad file descriptor) +[pid 16951] close(442) = -1 EBADF (Bad file descriptor) +[pid 16951] close(443) = -1 EBADF (Bad file descriptor) +[pid 16951] close(444) = -1 EBADF (Bad file descriptor) +[pid 16951] close(445) = -1 EBADF (Bad file descriptor) +[pid 16951] close(446) = -1 EBADF (Bad file descriptor) +[pid 16951] close(447) = -1 EBADF (Bad file descriptor) +[pid 16951] close(448) = -1 EBADF (Bad file descriptor) +[pid 16951] close(449) = -1 EBADF (Bad file descriptor) +[pid 16951] close(450) = -1 EBADF (Bad file descriptor) +[pid 16951] close(451) = -1 EBADF (Bad file descriptor) +[pid 16951] close(452) = -1 EBADF (Bad file descriptor) +[pid 16951] close(453) = -1 EBADF (Bad file descriptor) +[pid 16951] close(454) = -1 EBADF (Bad file descriptor) +[pid 16951] close(455) = -1 EBADF (Bad file descriptor) +[pid 16951] close(456) = -1 EBADF (Bad file descriptor) +[pid 16951] close(457) = -1 EBADF (Bad file descriptor) +[pid 16951] close(458) = -1 EBADF (Bad file descriptor) +[pid 16951] close(459) = -1 EBADF (Bad file descriptor) +[pid 16951] close(460) = -1 EBADF (Bad file descriptor) +[pid 16951] close(461) = -1 EBADF (Bad file descriptor) +[pid 16951] close(462) = -1 EBADF (Bad file descriptor) +[pid 16951] close(463) = -1 EBADF (Bad file descriptor) +[pid 16951] close(464) = -1 EBADF (Bad file descriptor) +[pid 16951] close(465) = -1 EBADF (Bad file descriptor) +[pid 16951] close(466) = -1 EBADF (Bad file descriptor) +[pid 16951] close(467) = -1 EBADF (Bad file descriptor) +[pid 16951] close(468) = -1 EBADF (Bad file descriptor) +[pid 16951] close(469) = -1 EBADF (Bad file descriptor) +[pid 16951] close(470) = -1 EBADF (Bad file descriptor) +[pid 16951] close(471) = -1 EBADF (Bad file descriptor) +[pid 16951] close(472) = -1 EBADF (Bad file descriptor) +[pid 16951] close(473) = -1 EBADF (Bad file descriptor) +[pid 16951] close(474) = -1 EBADF (Bad file descriptor) +[pid 16951] close(475) = -1 EBADF (Bad file descriptor) +[pid 16951] close(476) = -1 EBADF (Bad file descriptor) +[pid 16951] close(477) = -1 EBADF (Bad file descriptor) +[pid 16951] close(478) = -1 EBADF (Bad file descriptor) +[pid 16951] close(479) = -1 EBADF (Bad file descriptor) +[pid 16951] close(480) = -1 EBADF (Bad file descriptor) +[pid 16951] close(481) = -1 EBADF (Bad file descriptor) +[pid 16951] close(482) = -1 EBADF (Bad file descriptor) +[pid 16951] close(483) = -1 EBADF (Bad file descriptor) +[pid 16951] close(484) = -1 EBADF (Bad file descriptor) +[pid 16951] close(485) = -1 EBADF (Bad file descriptor) +[pid 16951] close(486) = -1 EBADF (Bad file descriptor) +[pid 16951] close(487) = -1 EBADF (Bad file descriptor) +[pid 16951] close(488) = -1 EBADF (Bad file descriptor) +[pid 16951] close(489) = -1 EBADF (Bad file descriptor) +[pid 16951] close(490) = -1 EBADF (Bad file descriptor) +[pid 16951] close(491) = -1 EBADF (Bad file descriptor) +[pid 16951] close(492) = -1 EBADF (Bad file descriptor) +[pid 16951] close(493) = -1 EBADF (Bad file descriptor) +[pid 16951] close(494) = -1 EBADF (Bad file descriptor) +[pid 16951] close(495) = -1 EBADF (Bad file descriptor) +[pid 16951] close(496) = -1 EBADF (Bad file descriptor) +[pid 16951] close(497) = -1 EBADF (Bad file descriptor) +[pid 16951] close(498) = -1 EBADF (Bad file descriptor) +[pid 16951] close(499) = -1 EBADF (Bad file descriptor) +[pid 16951] close(500) = -1 EBADF (Bad file descriptor) +[pid 16951] close(501) = -1 EBADF (Bad file descriptor) +[pid 16951] close(502) = -1 EBADF (Bad file descriptor) +[pid 16951] close(503) = -1 EBADF (Bad file descriptor) +[pid 16951] close(504) = -1 EBADF (Bad file descriptor) +[pid 16951] close(505) = -1 EBADF (Bad file descriptor) +[pid 16951] close(506) = -1 EBADF (Bad file descriptor) +[pid 16951] close(507) = -1 EBADF (Bad file descriptor) +[pid 16951] close(508) = -1 EBADF (Bad file descriptor) +[pid 16951] close(509) = -1 EBADF (Bad file descriptor) +[pid 16951] close(510) = -1 EBADF (Bad file descriptor) +[pid 16951] close(511) = -1 EBADF (Bad file descriptor) +[pid 16951] close(512) = -1 EBADF (Bad file descriptor) +[pid 16951] close(513) = -1 EBADF (Bad file descriptor) +[pid 16951] close(514) = -1 EBADF (Bad file descriptor) +[pid 16951] close(515) = -1 EBADF (Bad file descriptor) +[pid 16951] close(516) = -1 EBADF (Bad file descriptor) +[pid 16951] close(517) = -1 EBADF (Bad file descriptor) +[pid 16951] close(518) = -1 EBADF (Bad file descriptor) +[pid 16951] close(519) = -1 EBADF (Bad file descriptor) +[pid 16951] close(520) = -1 EBADF (Bad file descriptor) +[pid 16951] close(521) = -1 EBADF (Bad file descriptor) +[pid 16951] close(522) = -1 EBADF (Bad file descriptor) +[pid 16951] close(523) = -1 EBADF (Bad file descriptor) +[pid 16951] close(524) = -1 EBADF (Bad file descriptor) +[pid 16951] close(525) = -1 EBADF (Bad file descriptor) +[pid 16951] close(526) = -1 EBADF (Bad file descriptor) +[pid 16951] close(527) = -1 EBADF (Bad file descriptor) +[pid 16951] close(528) = -1 EBADF (Bad file descriptor) +[pid 16951] close(529) = -1 EBADF (Bad file descriptor) +[pid 16951] close(530) = -1 EBADF (Bad file descriptor) +[pid 16951] close(531) = -1 EBADF (Bad file descriptor) +[pid 16951] close(532) = -1 EBADF (Bad file descriptor) +[pid 16951] close(533) = -1 EBADF (Bad file descriptor) +[pid 16951] close(534) = -1 EBADF (Bad file descriptor) +[pid 16951] close(535) = -1 EBADF (Bad file descriptor) +[pid 16951] close(536) = -1 EBADF (Bad file descriptor) +[pid 16951] close(537) = -1 EBADF (Bad file descriptor) +[pid 16951] close(538) = -1 EBADF (Bad file descriptor) +[pid 16951] close(539) = -1 EBADF (Bad file descriptor) +[pid 16951] close(540) = -1 EBADF (Bad file descriptor) +[pid 16951] close(541) = -1 EBADF (Bad file descriptor) +[pid 16951] close(542) = -1 EBADF (Bad file descriptor) +[pid 16951] close(543) = -1 EBADF (Bad file descriptor) +[pid 16951] close(544) = -1 EBADF (Bad file descriptor) +[pid 16951] close(545) = -1 EBADF (Bad file descriptor) +[pid 16951] close(546) = -1 EBADF (Bad file descriptor) +[pid 16951] close(547) = -1 EBADF (Bad file descriptor) +[pid 16951] close(548) = -1 EBADF (Bad file descriptor) +[pid 16951] close(549) = -1 EBADF (Bad file descriptor) +[pid 16951] close(550) = -1 EBADF (Bad file descriptor) +[pid 16951] close(551) = -1 EBADF (Bad file descriptor) +[pid 16951] close(552) = -1 EBADF (Bad file descriptor) +[pid 16951] close(553) = -1 EBADF (Bad file descriptor) +[pid 16951] close(554) = -1 EBADF (Bad file descriptor) +[pid 16951] close(555) = -1 EBADF (Bad file descriptor) +[pid 16951] close(556) = -1 EBADF (Bad file descriptor) +[pid 16951] close(557) = -1 EBADF (Bad file descriptor) +[pid 16951] close(558) = -1 EBADF (Bad file descriptor) +[pid 16951] close(559) = -1 EBADF (Bad file descriptor) +[pid 16951] close(560) = -1 EBADF (Bad file descriptor) +[pid 16951] close(561) = -1 EBADF (Bad file descriptor) +[pid 16951] close(562) = -1 EBADF (Bad file descriptor) +[pid 16951] close(563) = -1 EBADF (Bad file descriptor) +[pid 16951] close(564) = -1 EBADF (Bad file descriptor) +[pid 16951] close(565) = -1 EBADF (Bad file descriptor) +[pid 16951] close(566) = -1 EBADF (Bad file descriptor) +[pid 16951] close(567) = -1 EBADF (Bad file descriptor) +[pid 16951] close(568) = -1 EBADF (Bad file descriptor) +[pid 16951] close(569) = -1 EBADF (Bad file descriptor) +[pid 16951] close(570) = -1 EBADF (Bad file descriptor) +[pid 16951] close(571) = -1 EBADF (Bad file descriptor) +[pid 16951] close(572) = -1 EBADF (Bad file descriptor) +[pid 16951] close(573) = -1 EBADF (Bad file descriptor) +[pid 16951] close(574) = -1 EBADF (Bad file descriptor) +[pid 16951] close(575) = -1 EBADF (Bad file descriptor) +[pid 16951] close(576) = -1 EBADF (Bad file descriptor) +[pid 16951] close(577) = -1 EBADF (Bad file descriptor) +[pid 16951] close(578) = -1 EBADF (Bad file descriptor) +[pid 16951] close(579) = -1 EBADF (Bad file descriptor) +[pid 16951] close(580) = -1 EBADF (Bad file descriptor) +[pid 16951] close(581) = -1 EBADF (Bad file descriptor) +[pid 16951] close(582) = -1 EBADF (Bad file descriptor) +[pid 16951] close(583) = -1 EBADF (Bad file descriptor) +[pid 16951] close(584) = -1 EBADF (Bad file descriptor) +[pid 16951] close(585) = -1 EBADF (Bad file descriptor) +[pid 16951] close(586) = -1 EBADF (Bad file descriptor) +[pid 16951] close(587) = -1 EBADF (Bad file descriptor) +[pid 16951] close(588) = -1 EBADF (Bad file descriptor) +[pid 16951] close(589) = -1 EBADF (Bad file descriptor) +[pid 16951] close(590) = -1 EBADF (Bad file descriptor) +[pid 16951] close(591) = -1 EBADF (Bad file descriptor) +[pid 16951] close(592) = -1 EBADF (Bad file descriptor) +[pid 16951] close(593) = -1 EBADF (Bad file descriptor) +[pid 16951] close(594) = -1 EBADF (Bad file descriptor) +[pid 16951] close(595) = -1 EBADF (Bad file descriptor) +[pid 16951] close(596) = -1 EBADF (Bad file descriptor) +[pid 16951] close(597) = -1 EBADF (Bad file descriptor) +[pid 16951] close(598) = -1 EBADF (Bad file descriptor) +[pid 16951] close(599) = -1 EBADF (Bad file descriptor) +[pid 16951] close(600) = -1 EBADF (Bad file descriptor) +[pid 16951] close(601) = -1 EBADF (Bad file descriptor) +[pid 16951] close(602) = -1 EBADF (Bad file descriptor) +[pid 16951] close(603) = -1 EBADF (Bad file descriptor) +[pid 16951] close(604) = -1 EBADF (Bad file descriptor) +[pid 16951] close(605) = -1 EBADF (Bad file descriptor) +[pid 16951] close(606) = -1 EBADF (Bad file descriptor) +[pid 16951] close(607) = -1 EBADF (Bad file descriptor) +[pid 16951] close(608) = -1 EBADF (Bad file descriptor) +[pid 16951] close(609) = -1 EBADF (Bad file descriptor) +[pid 16951] close(610) = -1 EBADF (Bad file descriptor) +[pid 16951] close(611) = -1 EBADF (Bad file descriptor) +[pid 16951] close(612) = -1 EBADF (Bad file descriptor) +[pid 16951] close(613) = -1 EBADF (Bad file descriptor) +[pid 16951] close(614) = -1 EBADF (Bad file descriptor) +[pid 16951] close(615) = -1 EBADF (Bad file descriptor) +[pid 16951] close(616) = -1 EBADF (Bad file descriptor) +[pid 16951] close(617) = -1 EBADF (Bad file descriptor) +[pid 16951] close(618) = -1 EBADF (Bad file descriptor) +[pid 16951] close(619) = -1 EBADF (Bad file descriptor) +[pid 16951] close(620) = -1 EBADF (Bad file descriptor) +[pid 16951] close(621) = -1 EBADF (Bad file descriptor) +[pid 16951] close(622) = -1 EBADF (Bad file descriptor) +[pid 16951] close(623) = -1 EBADF (Bad file descriptor) +[pid 16951] close(624) = -1 EBADF (Bad file descriptor) +[pid 16951] close(625) = -1 EBADF (Bad file descriptor) +[pid 16951] close(626) = -1 EBADF (Bad file descriptor) +[pid 16951] close(627) = -1 EBADF (Bad file descriptor) +[pid 16951] close(628) = -1 EBADF (Bad file descriptor) +[pid 16951] close(629) = -1 EBADF (Bad file descriptor) +[pid 16951] close(630) = -1 EBADF (Bad file descriptor) +[pid 16951] close(631) = -1 EBADF (Bad file descriptor) +[pid 16951] close(632) = -1 EBADF (Bad file descriptor) +[pid 16951] close(633) = -1 EBADF (Bad file descriptor) +[pid 16951] close(634) = -1 EBADF (Bad file descriptor) +[pid 16951] close(635) = -1 EBADF (Bad file descriptor) +[pid 16951] close(636) = -1 EBADF (Bad file descriptor) +[pid 16951] close(637) = -1 EBADF (Bad file descriptor) +[pid 16951] close(638) = -1 EBADF (Bad file descriptor) +[pid 16951] close(639) = -1 EBADF (Bad file descriptor) +[pid 16951] close(640) = -1 EBADF (Bad file descriptor) +[pid 16951] close(641) = -1 EBADF (Bad file descriptor) +[pid 16951] close(642) = -1 EBADF (Bad file descriptor) +[pid 16951] close(643) = -1 EBADF (Bad file descriptor) +[pid 16951] close(644) = -1 EBADF (Bad file descriptor) +[pid 16951] close(645) = -1 EBADF (Bad file descriptor) +[pid 16951] close(646) = -1 EBADF (Bad file descriptor) +[pid 16951] close(647) = -1 EBADF (Bad file descriptor) +[pid 16951] close(648) = -1 EBADF (Bad file descriptor) +[pid 16951] close(649) = -1 EBADF (Bad file descriptor) +[pid 16951] close(650) = -1 EBADF (Bad file descriptor) +[pid 16951] close(651) = -1 EBADF (Bad file descriptor) +[pid 16951] close(652) = -1 EBADF (Bad file descriptor) +[pid 16951] close(653) = -1 EBADF (Bad file descriptor) +[pid 16951] close(654) = -1 EBADF (Bad file descriptor) +[pid 16951] close(655) = -1 EBADF (Bad file descriptor) +[pid 16951] close(656) = -1 EBADF (Bad file descriptor) +[pid 16951] close(657) = -1 EBADF (Bad file descriptor) +[pid 16951] close(658) = -1 EBADF (Bad file descriptor) +[pid 16951] close(659) = -1 EBADF (Bad file descriptor) +[pid 16951] close(660) = -1 EBADF (Bad file descriptor) +[pid 16951] close(661) = -1 EBADF (Bad file descriptor) +[pid 16951] close(662) = -1 EBADF (Bad file descriptor) +[pid 16951] close(663) = -1 EBADF (Bad file descriptor) +[pid 16951] close(664) = -1 EBADF (Bad file descriptor) +[pid 16951] close(665) = -1 EBADF (Bad file descriptor) +[pid 16951] close(666) = -1 EBADF (Bad file descriptor) +[pid 16951] close(667) = -1 EBADF (Bad file descriptor) +[pid 16951] close(668) = -1 EBADF (Bad file descriptor) +[pid 16951] close(669) = -1 EBADF (Bad file descriptor) +[pid 16951] close(670) = -1 EBADF (Bad file descriptor) +[pid 16951] close(671) = -1 EBADF (Bad file descriptor) +[pid 16951] close(672) = -1 EBADF (Bad file descriptor) +[pid 16951] close(673) = -1 EBADF (Bad file descriptor) +[pid 16951] close(674) = -1 EBADF (Bad file descriptor) +[pid 16951] close(675) = -1 EBADF (Bad file descriptor) +[pid 16951] close(676) = -1 EBADF (Bad file descriptor) +[pid 16951] close(677) = -1 EBADF (Bad file descriptor) +[pid 16951] close(678) = -1 EBADF (Bad file descriptor) +[pid 16951] close(679) = -1 EBADF (Bad file descriptor) +[pid 16951] close(680) = -1 EBADF (Bad file descriptor) +[pid 16951] close(681) = -1 EBADF (Bad file descriptor) +[pid 16951] close(682) = -1 EBADF (Bad file descriptor) +[pid 16951] close(683) = -1 EBADF (Bad file descriptor) +[pid 16951] close(684) = -1 EBADF (Bad file descriptor) +[pid 16951] close(685) = -1 EBADF (Bad file descriptor) +[pid 16951] close(686) = -1 EBADF (Bad file descriptor) +[pid 16951] close(687) = -1 EBADF (Bad file descriptor) +[pid 16951] close(688) = -1 EBADF (Bad file descriptor) +[pid 16951] close(689) = -1 EBADF (Bad file descriptor) +[pid 16951] close(690) = -1 EBADF (Bad file descriptor) +[pid 16951] close(691) = -1 EBADF (Bad file descriptor) +[pid 16951] close(692) = -1 EBADF (Bad file descriptor) +[pid 16951] close(693) = -1 EBADF (Bad file descriptor) +[pid 16951] close(694) = -1 EBADF (Bad file descriptor) +[pid 16951] close(695) = -1 EBADF (Bad file descriptor) +[pid 16951] close(696) = -1 EBADF (Bad file descriptor) +[pid 16951] close(697) = -1 EBADF (Bad file descriptor) +[pid 16951] close(698) = -1 EBADF (Bad file descriptor) +[pid 16951] close(699) = -1 EBADF (Bad file descriptor) +[pid 16951] close(700) = -1 EBADF (Bad file descriptor) +[pid 16951] close(701) = -1 EBADF (Bad file descriptor) +[pid 16951] close(702) = -1 EBADF (Bad file descriptor) +[pid 16951] close(703) = -1 EBADF (Bad file descriptor) +[pid 16951] close(704) = -1 EBADF (Bad file descriptor) +[pid 16951] close(705) = -1 EBADF (Bad file descriptor) +[pid 16951] close(706) = -1 EBADF (Bad file descriptor) +[pid 16951] close(707) = -1 EBADF (Bad file descriptor) +[pid 16951] close(708) = -1 EBADF (Bad file descriptor) +[pid 16951] close(709) = -1 EBADF (Bad file descriptor) +[pid 16951] close(710) = -1 EBADF (Bad file descriptor) +[pid 16951] close(711) = -1 EBADF (Bad file descriptor) +[pid 16951] close(712) = -1 EBADF (Bad file descriptor) +[pid 16951] close(713) = -1 EBADF (Bad file descriptor) +[pid 16951] close(714) = -1 EBADF (Bad file descriptor) +[pid 16951] close(715) = -1 EBADF (Bad file descriptor) +[pid 16951] close(716) = -1 EBADF (Bad file descriptor) +[pid 16951] close(717) = -1 EBADF (Bad file descriptor) +[pid 16951] close(718) = -1 EBADF (Bad file descriptor) +[pid 16951] close(719) = -1 EBADF (Bad file descriptor) +[pid 16951] close(720) = -1 EBADF (Bad file descriptor) +[pid 16951] close(721) = -1 EBADF (Bad file descriptor) +[pid 16951] close(722) = -1 EBADF (Bad file descriptor) +[pid 16951] close(723) = -1 EBADF (Bad file descriptor) +[pid 16951] close(724) = -1 EBADF (Bad file descriptor) +[pid 16951] close(725) = -1 EBADF (Bad file descriptor) +[pid 16951] close(726) = -1 EBADF (Bad file descriptor) +[pid 16951] close(727) = -1 EBADF (Bad file descriptor) +[pid 16951] close(728) = -1 EBADF (Bad file descriptor) +[pid 16951] close(729) = -1 EBADF (Bad file descriptor) +[pid 16951] close(730) = -1 EBADF (Bad file descriptor) +[pid 16951] close(731) = -1 EBADF (Bad file descriptor) +[pid 16951] close(732) = -1 EBADF (Bad file descriptor) +[pid 16951] close(733) = -1 EBADF (Bad file descriptor) +[pid 16951] close(734) = -1 EBADF (Bad file descriptor) +[pid 16951] close(735) = -1 EBADF (Bad file descriptor) +[pid 16951] close(736) = -1 EBADF (Bad file descriptor) +[pid 16951] close(737) = -1 EBADF (Bad file descriptor) +[pid 16951] close(738) = -1 EBADF (Bad file descriptor) +[pid 16951] close(739) = -1 EBADF (Bad file descriptor) +[pid 16951] close(740) = -1 EBADF (Bad file descriptor) +[pid 16951] close(741) = -1 EBADF (Bad file descriptor) +[pid 16951] close(742) = -1 EBADF (Bad file descriptor) +[pid 16951] close(743) = -1 EBADF (Bad file descriptor) +[pid 16951] close(744) = -1 EBADF (Bad file descriptor) +[pid 16951] close(745) = -1 EBADF (Bad file descriptor) +[pid 16951] close(746) = -1 EBADF (Bad file descriptor) +[pid 16951] close(747) = -1 EBADF (Bad file descriptor) +[pid 16951] close(748) = -1 EBADF (Bad file descriptor) +[pid 16951] close(749) = -1 EBADF (Bad file descriptor) +[pid 16951] close(750) = -1 EBADF (Bad file descriptor) +[pid 16951] close(751) = -1 EBADF (Bad file descriptor) +[pid 16951] close(752) = -1 EBADF (Bad file descriptor) +[pid 16951] close(753) = -1 EBADF (Bad file descriptor) +[pid 16951] close(754) = -1 EBADF (Bad file descriptor) +[pid 16951] close(755) = -1 EBADF (Bad file descriptor) +[pid 16951] close(756) = -1 EBADF (Bad file descriptor) +[pid 16951] close(757) = -1 EBADF (Bad file descriptor) +[pid 16951] close(758) = -1 EBADF (Bad file descriptor) +[pid 16951] close(759) = -1 EBADF (Bad file descriptor) +[pid 16951] close(760) = -1 EBADF (Bad file descriptor) +[pid 16951] close(761) = -1 EBADF (Bad file descriptor) +[pid 16951] close(762) = -1 EBADF (Bad file descriptor) +[pid 16951] close(763) = -1 EBADF (Bad file descriptor) +[pid 16951] close(764) = -1 EBADF (Bad file descriptor) +[pid 16951] close(765) = -1 EBADF (Bad file descriptor) +[pid 16951] close(766) = -1 EBADF (Bad file descriptor) +[pid 16951] close(767) = -1 EBADF (Bad file descriptor) +[pid 16951] close(768) = -1 EBADF (Bad file descriptor) +[pid 16951] close(769) = -1 EBADF (Bad file descriptor) +[pid 16951] close(770) = -1 EBADF (Bad file descriptor) +[pid 16951] close(771) = -1 EBADF (Bad file descriptor) +[pid 16951] close(772) = -1 EBADF (Bad file descriptor) +[pid 16951] close(773) = -1 EBADF (Bad file descriptor) +[pid 16951] close(774) = -1 EBADF (Bad file descriptor) +[pid 16951] close(775) = -1 EBADF (Bad file descriptor) +[pid 16951] close(776) = -1 EBADF (Bad file descriptor) +[pid 16951] close(777) = -1 EBADF (Bad file descriptor) +[pid 16951] close(778) = -1 EBADF (Bad file descriptor) +[pid 16951] close(779) = -1 EBADF (Bad file descriptor) +[pid 16951] close(780) = -1 EBADF (Bad file descriptor) +[pid 16951] close(781) = -1 EBADF (Bad file descriptor) +[pid 16951] close(782) = -1 EBADF (Bad file descriptor) +[pid 16951] close(783) = -1 EBADF (Bad file descriptor) +[pid 16951] close(784) = -1 EBADF (Bad file descriptor) +[pid 16951] close(785) = -1 EBADF (Bad file descriptor) +[pid 16951] close(786) = -1 EBADF (Bad file descriptor) +[pid 16951] close(787) = -1 EBADF (Bad file descriptor) +[pid 16951] close(788) = -1 EBADF (Bad file descriptor) +[pid 16951] close(789) = -1 EBADF (Bad file descriptor) +[pid 16951] close(790) = -1 EBADF (Bad file descriptor) +[pid 16951] close(791) = -1 EBADF (Bad file descriptor) +[pid 16951] close(792) = -1 EBADF (Bad file descriptor) +[pid 16951] close(793) = -1 EBADF (Bad file descriptor) +[pid 16951] close(794) = -1 EBADF (Bad file descriptor) +[pid 16951] close(795) = -1 EBADF (Bad file descriptor) +[pid 16951] close(796) = -1 EBADF (Bad file descriptor) +[pid 16951] close(797) = -1 EBADF (Bad file descriptor) +[pid 16951] close(798) = -1 EBADF (Bad file descriptor) +[pid 16951] close(799) = -1 EBADF (Bad file descriptor) +[pid 16951] close(800) = -1 EBADF (Bad file descriptor) +[pid 16951] close(801) = -1 EBADF (Bad file descriptor) +[pid 16951] close(802) = -1 EBADF (Bad file descriptor) +[pid 16951] close(803) = -1 EBADF (Bad file descriptor) +[pid 16951] close(804) = -1 EBADF (Bad file descriptor) +[pid 16951] close(805) = -1 EBADF (Bad file descriptor) +[pid 16951] close(806) = -1 EBADF (Bad file descriptor) +[pid 16951] close(807) = -1 EBADF (Bad file descriptor) +[pid 16951] close(808) = -1 EBADF (Bad file descriptor) +[pid 16951] close(809) = -1 EBADF (Bad file descriptor) +[pid 16951] close(810) = -1 EBADF (Bad file descriptor) +[pid 16951] close(811) = -1 EBADF (Bad file descriptor) +[pid 16951] close(812) = -1 EBADF (Bad file descriptor) +[pid 16951] close(813) = -1 EBADF (Bad file descriptor) +[pid 16951] close(814) = -1 EBADF (Bad file descriptor) +[pid 16951] close(815) = -1 EBADF (Bad file descriptor) +[pid 16951] close(816) = -1 EBADF (Bad file descriptor) +[pid 16951] close(817) = -1 EBADF (Bad file descriptor) +[pid 16951] close(818) = -1 EBADF (Bad file descriptor) +[pid 16951] close(819) = -1 EBADF (Bad file descriptor) +[pid 16951] close(820) = -1 EBADF (Bad file descriptor) +[pid 16951] close(821) = -1 EBADF (Bad file descriptor) +[pid 16951] close(822) = -1 EBADF (Bad file descriptor) +[pid 16951] close(823) = -1 EBADF (Bad file descriptor) +[pid 16951] close(824) = -1 EBADF (Bad file descriptor) +[pid 16951] close(825) = -1 EBADF (Bad file descriptor) +[pid 16951] close(826) = -1 EBADF (Bad file descriptor) +[pid 16951] close(827) = -1 EBADF (Bad file descriptor) +[pid 16951] close(828) = -1 EBADF (Bad file descriptor) +[pid 16951] close(829) = -1 EBADF (Bad file descriptor) +[pid 16951] close(830) = -1 EBADF (Bad file descriptor) +[pid 16951] close(831) = -1 EBADF (Bad file descriptor) +[pid 16951] close(832) = -1 EBADF (Bad file descriptor) +[pid 16951] close(833) = -1 EBADF (Bad file descriptor) +[pid 16951] close(834) = -1 EBADF (Bad file descriptor) +[pid 16951] close(835) = -1 EBADF (Bad file descriptor) +[pid 16951] close(836) = -1 EBADF (Bad file descriptor) +[pid 16951] close(837) = -1 EBADF (Bad file descriptor) +[pid 16951] close(838) = -1 EBADF (Bad file descriptor) +[pid 16951] close(839) = -1 EBADF (Bad file descriptor) +[pid 16951] close(840) = -1 EBADF (Bad file descriptor) +[pid 16951] close(841) = -1 EBADF (Bad file descriptor) +[pid 16951] close(842) = -1 EBADF (Bad file descriptor) +[pid 16951] close(843) = -1 EBADF (Bad file descriptor) +[pid 16951] close(844) = -1 EBADF (Bad file descriptor) +[pid 16951] close(845) = -1 EBADF (Bad file descriptor) +[pid 16951] close(846) = -1 EBADF (Bad file descriptor) +[pid 16951] close(847) = -1 EBADF (Bad file descriptor) +[pid 16951] close(848) = -1 EBADF (Bad file descriptor) +[pid 16951] close(849) = -1 EBADF (Bad file descriptor) +[pid 16951] close(850) = -1 EBADF (Bad file descriptor) +[pid 16951] close(851) = -1 EBADF (Bad file descriptor) +[pid 16951] close(852) = -1 EBADF (Bad file descriptor) +[pid 16951] close(853) = -1 EBADF (Bad file descriptor) +[pid 16951] close(854) = -1 EBADF (Bad file descriptor) +[pid 16951] close(855) = -1 EBADF (Bad file descriptor) +[pid 16951] close(856) = -1 EBADF (Bad file descriptor) +[pid 16951] close(857) = -1 EBADF (Bad file descriptor) +[pid 16951] close(858) = -1 EBADF (Bad file descriptor) +[pid 16951] close(859) = -1 EBADF (Bad file descriptor) +[pid 16951] close(860) = -1 EBADF (Bad file descriptor) +[pid 16951] close(861) = -1 EBADF (Bad file descriptor) +[pid 16951] close(862) = -1 EBADF (Bad file descriptor) +[pid 16951] close(863) = -1 EBADF (Bad file descriptor) +[pid 16951] close(864) = -1 EBADF (Bad file descriptor) +[pid 16951] close(865) = -1 EBADF (Bad file descriptor) +[pid 16951] close(866) = -1 EBADF (Bad file descriptor) +[pid 16951] close(867) = -1 EBADF (Bad file descriptor) +[pid 16951] close(868) = -1 EBADF (Bad file descriptor) +[pid 16951] close(869) = -1 EBADF (Bad file descriptor) +[pid 16951] close(870) = -1 EBADF (Bad file descriptor) +[pid 16951] close(871) = -1 EBADF (Bad file descriptor) +[pid 16951] close(872) = -1 EBADF (Bad file descriptor) +[pid 16951] close(873) = -1 EBADF (Bad file descriptor) +[pid 16951] close(874) = -1 EBADF (Bad file descriptor) +[pid 16951] close(875) = -1 EBADF (Bad file descriptor) +[pid 16951] close(876) = -1 EBADF (Bad file descriptor) +[pid 16951] close(877) = -1 EBADF (Bad file descriptor) +[pid 16951] close(878) = -1 EBADF (Bad file descriptor) +[pid 16951] close(879) = -1 EBADF (Bad file descriptor) +[pid 16951] close(880) = -1 EBADF (Bad file descriptor) +[pid 16951] close(881) = -1 EBADF (Bad file descriptor) +[pid 16951] close(882) = -1 EBADF (Bad file descriptor) +[pid 16951] close(883) = -1 EBADF (Bad file descriptor) +[pid 16951] close(884) = -1 EBADF (Bad file descriptor) +[pid 16951] close(885) = -1 EBADF (Bad file descriptor) +[pid 16951] close(886) = -1 EBADF (Bad file descriptor) +[pid 16951] close(887) = -1 EBADF (Bad file descriptor) +[pid 16951] close(888) = -1 EBADF (Bad file descriptor) +[pid 16951] close(889) = -1 EBADF (Bad file descriptor) +[pid 16951] close(890) = -1 EBADF (Bad file descriptor) +[pid 16951] close(891) = -1 EBADF (Bad file descriptor) +[pid 16951] close(892) = -1 EBADF (Bad file descriptor) +[pid 16951] close(893) = -1 EBADF (Bad file descriptor) +[pid 16951] close(894) = -1 EBADF (Bad file descriptor) +[pid 16951] close(895) = -1 EBADF (Bad file descriptor) +[pid 16951] close(896) = -1 EBADF (Bad file descriptor) +[pid 16951] close(897) = -1 EBADF (Bad file descriptor) +[pid 16951] close(898) = -1 EBADF (Bad file descriptor) +[pid 16951] close(899) = -1 EBADF (Bad file descriptor) +[pid 16951] close(900) = -1 EBADF (Bad file descriptor) +[pid 16951] close(901) = -1 EBADF (Bad file descriptor) +[pid 16951] close(902) = -1 EBADF (Bad file descriptor) +[pid 16951] close(903) = -1 EBADF (Bad file descriptor) +[pid 16951] close(904) = -1 EBADF (Bad file descriptor) +[pid 16951] close(905) = -1 EBADF (Bad file descriptor) +[pid 16951] close(906) = -1 EBADF (Bad file descriptor) +[pid 16951] close(907) = -1 EBADF (Bad file descriptor) +[pid 16951] close(908) = -1 EBADF (Bad file descriptor) +[pid 16951] close(909) = -1 EBADF (Bad file descriptor) +[pid 16951] close(910) = -1 EBADF (Bad file descriptor) +[pid 16951] close(911) = -1 EBADF (Bad file descriptor) +[pid 16951] close(912) = -1 EBADF (Bad file descriptor) +[pid 16951] close(913) = -1 EBADF (Bad file descriptor) +[pid 16951] close(914) = -1 EBADF (Bad file descriptor) +[pid 16951] close(915) = -1 EBADF (Bad file descriptor) +[pid 16951] close(916) = -1 EBADF (Bad file descriptor) +[pid 16951] close(917) = -1 EBADF (Bad file descriptor) +[pid 16951] close(918) = -1 EBADF (Bad file descriptor) +[pid 16951] close(919) = -1 EBADF (Bad file descriptor) +[pid 16951] close(920) = -1 EBADF (Bad file descriptor) +[pid 16951] close(921) = -1 EBADF (Bad file descriptor) +[pid 16951] close(922) = -1 EBADF (Bad file descriptor) +[pid 16951] close(923) = -1 EBADF (Bad file descriptor) +[pid 16951] close(924) = -1 EBADF (Bad file descriptor) +[pid 16951] close(925) = -1 EBADF (Bad file descriptor) +[pid 16951] close(926) = -1 EBADF (Bad file descriptor) +[pid 16951] close(927) = -1 EBADF (Bad file descriptor) +[pid 16951] close(928) = -1 EBADF (Bad file descriptor) +[pid 16951] close(929) = -1 EBADF (Bad file descriptor) +[pid 16951] close(930) = -1 EBADF (Bad file descriptor) +[pid 16951] close(931) = -1 EBADF (Bad file descriptor) +[pid 16951] close(932) = -1 EBADF (Bad file descriptor) +[pid 16951] close(933) = -1 EBADF (Bad file descriptor) +[pid 16951] close(934) = -1 EBADF (Bad file descriptor) +[pid 16951] close(935) = -1 EBADF (Bad file descriptor) +[pid 16951] close(936) = -1 EBADF (Bad file descriptor) +[pid 16951] close(937) = -1 EBADF (Bad file descriptor) +[pid 16951] close(938) = -1 EBADF (Bad file descriptor) +[pid 16951] close(939) = -1 EBADF (Bad file descriptor) +[pid 16951] close(940) = -1 EBADF (Bad file descriptor) +[pid 16951] close(941) = -1 EBADF (Bad file descriptor) +[pid 16951] close(942) = -1 EBADF (Bad file descriptor) +[pid 16951] close(943) = -1 EBADF (Bad file descriptor) +[pid 16951] close(944) = -1 EBADF (Bad file descriptor) +[pid 16951] close(945) = -1 EBADF (Bad file descriptor) +[pid 16951] close(946) = -1 EBADF (Bad file descriptor) +[pid 16951] close(947) = -1 EBADF (Bad file descriptor) +[pid 16951] close(948) = -1 EBADF (Bad file descriptor) +[pid 16951] close(949) = -1 EBADF (Bad file descriptor) +[pid 16951] close(950) = -1 EBADF (Bad file descriptor) +[pid 16951] close(951) = -1 EBADF (Bad file descriptor) +[pid 16951] close(952) = -1 EBADF (Bad file descriptor) +[pid 16951] close(953) = -1 EBADF (Bad file descriptor) +[pid 16951] close(954) = -1 EBADF (Bad file descriptor) +[pid 16951] close(955) = -1 EBADF (Bad file descriptor) +[pid 16951] close(956) = -1 EBADF (Bad file descriptor) +[pid 16951] close(957) = -1 EBADF (Bad file descriptor) +[pid 16951] close(958) = -1 EBADF (Bad file descriptor) +[pid 16951] close(959) = -1 EBADF (Bad file descriptor) +[pid 16951] close(960) = -1 EBADF (Bad file descriptor) +[pid 16951] close(961) = -1 EBADF (Bad file descriptor) +[pid 16951] close(962) = -1 EBADF (Bad file descriptor) +[pid 16951] close(963) = -1 EBADF (Bad file descriptor) +[pid 16951] close(964) = -1 EBADF (Bad file descriptor) +[pid 16951] close(965) = -1 EBADF (Bad file descriptor) +[pid 16951] close(966) = -1 EBADF (Bad file descriptor) +[pid 16951] close(967) = -1 EBADF (Bad file descriptor) +[pid 16951] close(968) = -1 EBADF (Bad file descriptor) +[pid 16951] close(969) = -1 EBADF (Bad file descriptor) +[pid 16951] close(970) = -1 EBADF (Bad file descriptor) +[pid 16951] close(971) = -1 EBADF (Bad file descriptor) +[pid 16951] close(972) = -1 EBADF (Bad file descriptor) +[pid 16951] close(973) = -1 EBADF (Bad file descriptor) +[pid 16951] close(974) = -1 EBADF (Bad file descriptor) +[pid 16951] close(975) = -1 EBADF (Bad file descriptor) +[pid 16951] close(976) = -1 EBADF (Bad file descriptor) +[pid 16951] close(977) = -1 EBADF (Bad file descriptor) +[pid 16951] close(978) = -1 EBADF (Bad file descriptor) +[pid 16951] close(979) = -1 EBADF (Bad file descriptor) +[pid 16951] close(980) = -1 EBADF (Bad file descriptor) +[pid 16951] close(981) = -1 EBADF (Bad file descriptor) +[pid 16951] close(982) = -1 EBADF (Bad file descriptor) +[pid 16951] close(983) = -1 EBADF (Bad file descriptor) +[pid 16951] close(984) = -1 EBADF (Bad file descriptor) +[pid 16951] close(985) = -1 EBADF (Bad file descriptor) +[pid 16951] close(986) = -1 EBADF (Bad file descriptor) +[pid 16951] close(987) = -1 EBADF (Bad file descriptor) +[pid 16951] close(988) = -1 EBADF (Bad file descriptor) +[pid 16951] close(989) = -1 EBADF (Bad file descriptor) +[pid 16951] close(990) = -1 EBADF (Bad file descriptor) +[pid 16951] close(991) = -1 EBADF (Bad file descriptor) +[pid 16951] close(992) = -1 EBADF (Bad file descriptor) +[pid 16951] close(993) = -1 EBADF (Bad file descriptor) +[pid 16951] close(994) = -1 EBADF (Bad file descriptor) +[pid 16951] close(995) = -1 EBADF (Bad file descriptor) +[pid 16951] close(996) = -1 EBADF (Bad file descriptor) +[pid 16951] close(997) = -1 EBADF (Bad file descriptor) +[pid 16951] close(998) = -1 EBADF (Bad file descriptor) +[pid 16951] close(999) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1000) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1001) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1002) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1003) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1004) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1005) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1006) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1007) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1008) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1009) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1010) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1011) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1012) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1013) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1014) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1015) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1016) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1017) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1018) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1019) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1020) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1021) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1022) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1023) = -1 EBADF (Bad file descriptor) +[pid 16951] close(1024) = -1 EBADF (Bad file descriptor) +[pid 16951] setsid() = 16951 +[pid 16951] msgrcv(1966080, +[pid 16943] <... read resumed> "16951\n", 128) = 6 +[pid 16943] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16943] wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16955 +[pid 16943] wait4(-1, 0x7fff4de1455c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16943] rt_sigreturn(0xffffffffffffffff) = 6 +[pid 16943] read(3, "", 128) = 0 +[pid 16943] close(3) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] read(255, "\nif [ \"$WAITINTRAP\" -eq 0 ]; the"..., 3614) = 901 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigaction(SIGHUP, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigaction(SIGILL, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGTRAP, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGABRT, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGFPE, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGBUS, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGSEGV, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGSYS, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGPIPE, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGALRM, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGTERM, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGXCPU, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGXFSZ, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGVTALRM, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGUSR1, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGUSR2, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, {0x457cc0, [HUP INT ILL TRAP ABRT BUS FPE USR1 SEGV USR2 PIPE ALRM TERM XCPU XFSZ VTALRM SYS], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigaction(SIGINT, {0x4560c0, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16943] stat("/bin/fakechroot", 0x7fff4de14a90) = -1 ENOENT (No such file or directory) +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] geteuid() = 1000 +[pid 16943] getegid() = 1000 +[pid 16943] getuid() = 1000 +[pid 16943] getgid() = 1000 +[pid 16943] access("/usr/bin/fakechroot", X_OK) = 0 +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] geteuid() = 1000 +[pid 16943] getegid() = 1000 +[pid 16943] getuid() = 1000 +[pid 16943] getgid() = 1000 +[pid 16943] access("/usr/bin/fakechroot", R_OK) = 0 +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] geteuid() = 1000 +[pid 16943] getegid() = 1000 +[pid 16943] getuid() = 1000 +[pid 16943] getgid() = 1000 +[pid 16943] access("/usr/bin/fakechroot", X_OK) = 0 +[pid 16943] stat("/usr/bin/fakechroot", {st_mode=S_IFREG|0755, st_size=1849, ...}) = 0 +[pid 16943] geteuid() = 1000 +[pid 16943] getegid() = 1000 +[pid 16943] getuid() = 1000 +[pid 16943] getgid() = 1000 +[pid 16943] access("/usr/bin/fakechroot", R_OK) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, ~[RTMIN RT_1], [], 8) = 0 +[pid 16943] brk(0x19aa000) = 0x19aa000 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], [INT CHLD], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [INT CHLD], NULL, 8) = 0 +[pid 16943] lseek(255, -62, SEEK_CUR) = 3552 +[pid 16943] clone(Process 16958 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f67e45ca9d0) = 16958 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0 +[pid 16958] close(255 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], +[pid 16958] <... close resumed> ) = 0 +[pid 16943] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16958] rt_sigprocmask(SIG_SETMASK, [], +[pid 16943] rt_sigprocmask(SIG_BLOCK, [CHLD], +[pid 16958] <... rt_sigprocmask resumed> NULL, 8) = 0 +[pid 16943] <... rt_sigprocmask resumed> [], 8) = 0 +[pid 16958] rt_sigaction(SIGTSTP, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16943] rt_sigaction(SIGINT, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16958] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16943] <... rt_sigaction resumed> {0x4560c0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTTIN, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, +[pid 16943] wait4(-1, Process 16943 suspended + +[pid 16958] <... rt_sigaction resumed> {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTTOU, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x4560c0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16958] rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {SIG_IGN, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16958] rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_RESTORER, 0x7f67e3c501e0}, {0x444090, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16958] execve("/usr/bin/fakechroot", ["fakechroot", "chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 44 vars */]) = 0 +[pid 16958] brk(0) = 0x134c000 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1516c6f000 +[pid 16958] open("/usr/lib/libfakeroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls/x86_64", 0x7fff4ee1fce0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls", 0x7fff4ee1fce0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/x86_64", 0x7fff4ee1fce0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +[pid 16958] mmap(NULL, 2136584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f151684a000 +[pid 16958] mprotect(0x7f1516853000, 2097152, PROT_NONE) = 0 +[pid 16958] mmap(0x7f1516a53000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f1516a53000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls/x86_64", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/x86_64", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib32/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls/x86_64", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/x86_64", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot", 0x7fff4ee1fba0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16958] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f1516c57000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16958] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f15164e9000 +[pid 16958] mprotect(0x7f1516641000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7f1516840000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f1516840000 +[pid 16958] mmap(0x7f1516845000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1516845000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1516c56000 +[pid 16958] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f15162e5000 +[pid 16958] mprotect(0x7f15162e7000, 2097152, PROT_NONE) = 0 +[pid 16958] mmap(0x7f15164e7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f15164e7000 +[pid 16958] close(3) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1516c55000 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f1516c54000 +[pid 16958] arch_prctl(ARCH_SET_FS, 0x7f1516c55700) = 0 +[pid 16958] mprotect(0x7f15164e7000, 4096, PROT_READ) = 0 +[pid 16958] mprotect(0x7f1516840000, 16384, PROT_READ) = 0 +[pid 16958] mprotect(0x7f1516c71000, 4096, PROT_READ) = 0 +[pid 16958] munmap(0x7f1516c57000, 96756) = 0 +[pid 16958] getpid() = 16958 +[pid 16958] rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTORER|SA_RESTART, 0x7f151651b1e0}, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] brk(0) = 0x134c000 +[pid 16958] brk(0x136d000) = 0x136d000 +[pid 16958] getppid() = 16943 +[pid 16958] stat("/home/josch/notioninkadam", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] msgget(0x78becbd2, IPC_CREAT|0600) = 1966080 +[pid 16958] msgget(0x78becbd3, IPC_CREAT|0600) = 1998849 +[pid 16958] semget(0x78becbd4, 1, IPC_CREAT|0600) = 6684673 +[pid 16958] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16958] msgsnd(1966080, {1, "\3\0\0\0>B\0\0\1\0\0\0\350\3\0\0\350\3\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\1\0\0\0\350\3\0\0\350\3\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 64, 0, 0) = 56 +[pid 16958] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0>B\0\0\1\0\0\0\0\0\0\0\0\0\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0 +[pid 16958] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\1\0\0\0\0\0\0\0\0\0\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16958] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16958] <... semop resumed> ) = 0 +[pid 16958] stat(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16958] msgsnd(1966080, {1, "\3\0\0\0>B\0\0\2\0\0\0\350\3\0\0\350\3\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\2\0\0\0\350\3\0\0\350\3\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 64, 0, 0) = 56 +[pid 16958] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0>B\0\0\2\0\0\0\0\0\0\0\0\0\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0 +[pid 16958] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\2\0\0\0\0\0\0\0\0\0\0\0^ \10\0\0\0\0\0\3\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16958] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16958] <... semop resumed> ) = 0 +[pid 16958] open("/usr/bin/fakechroot", O_RDONLY) = 3 +[pid 16958] fcntl(3, F_DUPFD, 10) = 10 +[pid 16958] close(3) = 0 +[pid 16958] fcntl(10, F_SETFD, FD_CLOEXEC) = 0 +[pid 16958] rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGINT, {0x40f540, ~[RTMIN RT_1], SA_RESTORER, 0x7f151651b1e0}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f151651b1e0}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], SA_RESTORER, 0x7f151651b1e0}, NULL, 8) = 0 +[pid 16958] read(10, "#!/bin/sh\n\nusage () {\ncat - >&2 "..., 8192) = 1849 +[pid 16958] pipe([3, 4]) = 0 +[pid 16958] clone(Process 16959 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1516c559d0) = 16959 +[pid 16958] close(4) = 0 +[pid 16958] read(3, +[pid 16959] close(10) = 0 +[pid 16959] close(3) = 0 +[pid 16959] dup2(4, 1) = 1 +[pid 16959] close(4) = 0 +[pid 16959] stat("/bin/getopt", 0x7fff4ee1ff20) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16959] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16959] msgsnd(1966080, {1, "\3\0\0\0?B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0?B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 64, 0, 0) = 56 +[pid 16959] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0?B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0 +[pid 16959] <... msgrcv resumed> {1, "\3\0\0\0?B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16959] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16959] <... semop resumed> ) = 0 +[pid 16959] execve("/usr/bin/getopt", ["getopt", "--version"], [/* 46 vars */]) = 0 +[pid 16959] brk(0) = 0x24a2000 +[pid 16959] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16959] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a0725000 +[pid 16959] open("/usr/lib/libfakeroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib/libfakeroot/tls/x86_64", 0x7fffc4759770) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib/libfakeroot/tls", 0x7fffc4759770) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib/libfakeroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib/libfakeroot/x86_64", 0x7fffc4759770) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16959] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 832) = 832 +[pid 16959] fstat(3, {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +[pid 16959] mmap(NULL, 2136584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f33a0300000 +[pid 16959] mprotect(0x7f33a0309000, 2097152, PROT_NONE) = 0 +[pid 16959] mmap(0x7f33a0509000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f33a0509000 +[pid 16959] close(3) = 0 +[pid 16959] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib64/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib64/libfakeroot/tls/x86_64", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib64/libfakeroot/tls", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib64/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib64/libfakeroot/x86_64", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16959] open("/usr/lib32/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib32/libfakeroot/tls/x86_64", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib32/libfakeroot/tls", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib32/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib32/libfakeroot/x86_64", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] stat("/usr/lib32/libfakeroot", 0x7fffc4759630) = -1 ENOENT (No such file or directory) +[pid 16959] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16959] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16959] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f33a070d000 +[pid 16959] close(3) = 0 +[pid 16959] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16959] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16959] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16959] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16959] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f339ff9f000 +[pid 16959] mprotect(0x7f33a00f7000, 2093056, PROT_NONE) = 0 +[pid 16959] mmap(0x7f33a02f6000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f33a02f6000 +[pid 16959] mmap(0x7f33a02fb000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f33a02fb000 +[pid 16959] close(3) = 0 +[pid 16959] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16959] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16959] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16959] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16959] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a070c000 +[pid 16959] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f339fd9b000 +[pid 16959] mprotect(0x7f339fd9d000, 2097152, PROT_NONE) = 0 +[pid 16959] mmap(0x7f339ff9d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f339ff9d000 +[pid 16959] close(3) = 0 +[pid 16959] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a070b000 +[pid 16959] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a070a000 +[pid 16959] arch_prctl(ARCH_SET_FS, 0x7f33a070b700) = 0 +[pid 16959] mprotect(0x7f339ff9d000, 4096, PROT_READ) = 0 +[pid 16959] mprotect(0x7f33a02f6000, 16384, PROT_READ) = 0 +[pid 16959] mprotect(0x7f33a0727000, 4096, PROT_READ) = 0 +[pid 16959] munmap(0x7f33a070d000, 96756) = 0 +[pid 16959] brk(0) = 0x24a2000 +[pid 16959] brk(0x24c3000) = 0x24c3000 +[pid 16959] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16959] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16959] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f33a0595000 +[pid 16959] close(3) = 0 +[pid 16959] open("/usr/share/locale/locale.alias", O_RDONLY) = 3 +[pid 16959] fstat(3, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0 +[pid 16959] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a0724000 +[pid 16959] read(3, "# Locale name alias data base.\n#"..., 4096) = 2570 +[pid 16959] read(3, "", 4096) = 0 +[pid 16959] close(3) = 0 +[pid 16959] munmap(0x7f33a0724000, 4096) = 0 +[pid 16959] open("/usr/share/locale/en_US/LC_MESSAGES/util-linux-ng.mo", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] open("/usr/share/locale/en/LC_MESSAGES/util-linux-ng.mo", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16959] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16959] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f33a0724000 +[pid 16959] write(1, "getopt (enhanced) 1.1.4\n", 24 +[pid 16958] <... read resumed> "getopt (enhanced) 1.1.4\n", 128) = 24 +[pid 16958] read(3, +[pid 16959] <... write resumed> ) = 24 +[pid 16959] exit_group(0) = ? +Process 16959 detached +[pid 16958] <... read resumed> "", 128) = 0 +[pid 16958] close(3) = 0 +[pid 16958] wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16959 +[pid 16958] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16958] pipe([3, 4]) = 0 +[pid 16958] clone(Process 16960 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1516c559d0) = 16960 +[pid 16958] close(4) = 0 +[pid 16958] read(3, +[pid 16960] close(10) = 0 +[pid 16960] close(3) = 0 +[pid 16960] dup2(4, 1) = 1 +[pid 16960] close(4) = 0 +[pid 16960] stat("/bin/getopt", 0x7fff4ee1fe90) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/bin/getopt", {st_mode=S_IFREG|0755, st_size=12168, ...}) = 0 +[pid 16960] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16960] msgsnd(1966080, {1, "\3\0\0\0@B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0@B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 64, 0, 0) = 56 +[pid 16960] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0@B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0 +[pid 16960] <... msgrcv resumed> {1, "\3\0\0\0@B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\375\216\0\0\0\0\0\0\2\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16960] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16960] <... semop resumed> ) = 0 +[pid 16960] execve("/usr/bin/getopt", ["getopt", "-l", "lib:", "-l", "use-system-libs", "-l", "version", "-l", "help", "--", "+l:svh", "chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 46 vars */]) = 0 +[pid 16960] brk(0) = 0x1021000 +[pid 16960] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16960] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f92a000 +[pid 16960] open("/usr/lib/libfakeroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib/libfakeroot/tls/x86_64", 0x7ffff3961960) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib/libfakeroot/tls", 0x7ffff3961960) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib/libfakeroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib/libfakeroot/x86_64", 0x7ffff3961960) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16960] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 832) = 832 +[pid 16960] fstat(3, {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +[pid 16960] mmap(NULL, 2136584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3f2f505000 +[pid 16960] mprotect(0x7f3f2f50e000, 2097152, PROT_NONE) = 0 +[pid 16960] mmap(0x7f3f2f70e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7f3f2f70e000 +[pid 16960] close(3) = 0 +[pid 16960] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib64/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib64/libfakeroot/tls/x86_64", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib64/libfakeroot/tls", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib64/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib64/libfakeroot/x86_64", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16960] open("/usr/lib32/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib32/libfakeroot/tls/x86_64", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib32/libfakeroot/tls", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib32/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib32/libfakeroot/x86_64", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] stat("/usr/lib32/libfakeroot", 0x7ffff3961820) = -1 ENOENT (No such file or directory) +[pid 16960] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16960] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16960] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3f2f912000 +[pid 16960] close(3) = 0 +[pid 16960] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16960] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16960] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16960] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16960] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3f2f1a4000 +[pid 16960] mprotect(0x7f3f2f2fc000, 2093056, PROT_NONE) = 0 +[pid 16960] mmap(0x7f3f2f4fb000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7f3f2f4fb000 +[pid 16960] mmap(0x7f3f2f500000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f500000 +[pid 16960] close(3) = 0 +[pid 16960] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16960] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16960] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16960] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16960] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16960] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f911000 +[pid 16960] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f3f2efa0000 +[pid 16960] mprotect(0x7f3f2efa2000, 2097152, PROT_NONE) = 0 +[pid 16960] mmap(0x7f3f2f1a2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f3f2f1a2000 +[pid 16960] close(3) = 0 +[pid 16960] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f910000 +[pid 16960] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f90f000 +[pid 16960] arch_prctl(ARCH_SET_FS, 0x7f3f2f910700) = 0 +[pid 16960] mprotect(0x7f3f2f1a2000, 4096, PROT_READ) = 0 +[pid 16960] mprotect(0x7f3f2f4fb000, 16384, PROT_READ) = 0 +[pid 16960] mprotect(0x7f3f2f92c000, 4096, PROT_READ) = 0 +[pid 16960] munmap(0x7f3f2f912000, 96756) = 0 +[pid 16960] brk(0) = 0x1021000 +[pid 16960] brk(0x1042000) = 0x1042000 +[pid 16960] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16960] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16960] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f3f2f79a000 +[pid 16960] close(3) = 0 +[pid 16960] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16960] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f3f2f929000 +[pid 16960] write(1, " -- 'chroot' 'debian-sid-multist"..., 81 +[pid 16958] <... read resumed> " -- 'chroot' 'debian-sid-multist"..., 128) = 81 +[pid 16958] read(3, +[pid 16960] <... write resumed> ) = 81 +[pid 16960] exit_group(0) = ? +Process 16960 detached +[pid 16958] <... read resumed> "", 128) = 0 +[pid 16958] close(3) = 0 +[pid 16958] wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16960 +[pid 16958] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16958] pipe([3, 4]) = 0 +[pid 16958] clone(Process 16961 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1516c559d0) = 16961 +[pid 16958] close(4) = 0 +[pid 16958] read(3, +[pid 16961] close(10) = 0 +[pid 16961] close(3) = 0 +[pid 16961] dup2(4, 1) = 1 +[pid 16961] close(4) = 0 +[pid 16961] pipe([3, 4]) = 0 +[pid 16961] clone(Process 16962 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1516c559d0) = 16962 +[pid 16961] close(4) = 0 +[pid 16961] stat("/bin/sed", {st_mode=S_IFREG|0755, st_size=65472, ...}) = 0 +[pid 16961] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16961] msgsnd(1966080, {1, "\3\0\0\0AB\0\0\3\0\0\0\0\0\0\0\0\0\0\0\342\7\0\0\0\0\0\0\2\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0AB\0\0\3\0\0\0\0\0\0\0\0\0\0\0\342\7\0\0\0\0\0\0\2\374\0\0"...}, 64, 0, 0) = 56 +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0AB\0\0\3\0\0\0\0\0\0\0\0\0\0\0\342\7\0\0\0\0\0\0\2\374\0\0"...}, 56, 0 +[pid 16961] msgrcv(1998849, +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16951] msgrcv(1966080, +[pid 16961] <... msgrcv resumed> {1, "\3\0\0\0AB\0\0\3\0\0\0\0\0\0\0\0\0\0\0\342\7\0\0\0\0\0\0\2\374\0\0"...}, 56, 0, 0) = 56 +[pid 16962] close(3 +[pid 16961] semop(6684673, {{0, 1, SEM_UNDO}}, 1) = 0 +[pid 16961] clone(Process 16963 attached +child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7f1516c559d0) = 16963 +[pid 16962] <... close resumed> ) = 0 +[pid 16962] dup2(4, 1) = 1 +[pid 16962] close(4) = 0 +[pid 16962] write(1, "/usr/lib/fakechroot:/usr/lib32/f"..., 42 +[pid 16961] close(3) = 0 +[pid 16961] close(4294967295) = -1 EBADF (Bad file descriptor) +[pid 16961] wait4(-1, +[pid 16962] <... write resumed> ) = 42 +[pid 16962] exit_group(0) = ? +Process 16962 detached +[pid 16961] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16962 +[pid 16961] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16961] wait4(-1, +[pid 16963] dup2(3, 0) = 0 +[pid 16963] close(3) = 0 +[pid 16963] execve("/bin/sed", ["sed", "s/:/ /g"], [/* 46 vars */]) = 0 +[pid 16963] brk(0) = 0xfd3000 +[pid 16963] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16963] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa05a000 +[pid 16963] open("/usr/lib/libfakeroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib/libfakeroot/tls/x86_64", 0x7fff4775dd90) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib/libfakeroot/tls", 0x7fff4775dd90) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib/libfakeroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib/libfakeroot/x86_64", 0x7fff4775dd90) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16963] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 832) = 832 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +[pid 16963] mmap(NULL, 2136584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbef9c35000 +[pid 16963] mprotect(0x7fbef9c3e000, 2097152, PROT_NONE) = 0 +[pid 16963] mmap(0x7fbef9e3e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7fbef9e3e000 +[pid 16963] close(3) = 0 +[pid 16963] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/tls/x86_64/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib64/libfakeroot/tls/x86_64", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/tls/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib64/libfakeroot/tls", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/x86_64/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib64/libfakeroot/x86_64", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16963] open("/usr/lib32/libfakeroot/tls/x86_64/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib32/libfakeroot/tls/x86_64", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib32/libfakeroot/tls/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib32/libfakeroot/tls", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib32/libfakeroot/x86_64/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib32/libfakeroot/x86_64", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib32/libfakeroot/libselinux.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] stat("/usr/lib32/libfakeroot", 0x7fff4775dc50) = -1 ENOENT (No such file or directory) +[pid 16963] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16963] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbefa042000 +[pid 16963] close(3) = 0 +[pid 16963] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16963] open("/lib/libselinux.so.1", O_RDONLY) = 3 +[pid 16963] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360]\0\0\0\0\0\0"..., 832) = 832 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=117848, ...}) = 0 +[pid 16963] mmap(NULL, 2217744, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbef9a17000 +[pid 16963] mprotect(0x7fbef9a33000, 2093056, PROT_NONE) = 0 +[pid 16963] mmap(0x7fbef9c32000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0x7fbef9c32000 +[pid 16963] mmap(0x7fbef9c34000, 1808, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbef9c34000 +[pid 16963] close(3) = 0 +[pid 16963] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16963] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16963] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16963] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16963] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa041000 +[pid 16963] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbef96b6000 +[pid 16963] mprotect(0x7fbef980e000, 2093056, PROT_NONE) = 0 +[pid 16963] mmap(0x7fbef9a0d000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7fbef9a0d000 +[pid 16963] mmap(0x7fbef9a12000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7fbef9a12000 +[pid 16963] close(3) = 0 +[pid 16963] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16963] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16963] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16963] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fbef94b2000 +[pid 16963] mprotect(0x7fbef94b4000, 2097152, PROT_NONE) = 0 +[pid 16963] mmap(0x7fbef96b4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7fbef96b4000 +[pid 16963] close(3) = 0 +[pid 16963] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa040000 +[pid 16963] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa03e000 +[pid 16963] arch_prctl(ARCH_SET_FS, 0x7fbefa03e7a0) = 0 +[pid 16963] mprotect(0x7fbef96b4000, 4096, PROT_READ) = 0 +[pid 16963] mprotect(0x7fbef9a0d000, 16384, PROT_READ) = 0 +[pid 16963] mprotect(0x7fbef9c32000, 4096, PROT_READ) = 0 +[pid 16963] mprotect(0x7fbefa05c000, 4096, PROT_READ) = 0 +[pid 16963] munmap(0x7fbefa042000, 96756) = 0 +[pid 16963] statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=2402873, f_bfree=637995, f_bavail=515935, f_files=610800, f_ffree=411800, f_fsid={-463671086, -1962379589}, f_namelen=255, f_frsize=4096}) = 0 +[pid 16963] brk(0) = 0xfd3000 +[pid 16963] brk(0xff4000) = 0xff4000 +[pid 16963] open("/proc/filesystems", O_RDONLY) = 3 +[pid 16963] fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +[pid 16963] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa059000 +[pid 16963] read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 321 +[pid 16963] read(3, "", 1024) = 0 +[pid 16963] close(3) = 0 +[pid 16963] munmap(0x7fbefa059000, 4096) = 0 +[pid 16963] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16963] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fbef9ec9000 +[pid 16963] close(3) = 0 +[pid 16963] open("//lib/charset.alias", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16963] open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3 +[pid 16963] fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0 +[pid 16963] mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7fbefa053000 +[pid 16963] close(3) = 0 +[pid 16963] fcntl(0, F_GETFL) = 0 (flags O_RDONLY) +[pid 16963] fstat(0, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16963] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa052000 +[pid 16963] lseek(0, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) +[pid 16963] read(0, "/usr/lib/fakechroot:/usr/lib32/f"..., 4096) = 42 +[pid 16963] fstat(1, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 +[pid 16963] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fbefa051000 +[pid 16963] read(0, "", 4096) = 0 +[pid 16963] close(0) = 0 +[pid 16963] munmap(0x7fbefa052000, 4096) = 0 +[pid 16963] write(1, "/usr/lib/fakechroot /usr/lib32/f"..., 42 +[pid 16958] <... read resumed> "/usr/lib/fakechroot /usr/lib32/f"..., 128) = 42 +[pid 16958] read(3, +[pid 16963] <... write resumed> ) = 42 +[pid 16963] close(1) = 0 +[pid 16963] munmap(0x7fbefa051000, 4096) = 0 +[pid 16963] close(2) = 0 +[pid 16963] exit_group(0) = ? +Process 16963 detached +[pid 16961] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16963 +[pid 16961] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16961] exit_group(0) = ? +Process 16961 detached +[pid 16958] <... read resumed> "", 128) = 0 +[pid 16958] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16958] close(3) = 0 +[pid 16958] wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 16961 +[pid 16958] stat("/usr/lib/fakechroot/libfakechroot.so", {st_mode=S_IFREG|0644, st_size=83336, ...}) = 0 +[pid 16958] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16958] msgsnd(1966080, {1, "\3\0\0\0>B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\241\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\241\351\0\0\0\0\0\0\2\374\0\0"...}, 64, 0, 0) = 56 +[pid 16958] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0>B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\241\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0 +[pid 16958] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\3\0\0\0\0\0\0\0\0\0\0\0\241\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16958] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16958] <... semop resumed> ) = 0 +[pid 16958] stat("/usr/lib32/fakechroot/libfakechroot.so", {st_mode=S_IFREG|0644, st_size=68724, ...}) = 0 +[pid 16958] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16958] msgsnd(1966080, {1, "\3\0\0\0>B\0\0\4\0\0\0\0\0\0\0\0\0\0\0\221\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0) = 0 +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\4\0\0\0\0\0\0\0\0\0\0\0\221\351\0\0\0\0\0\0\2\374\0\0"...}, 64, 0, 0) = 56 +[pid 16958] msgrcv(1998849, +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0>B\0\0\4\0\0\0\0\0\0\0\0\0\0\0\221\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0 +[pid 16958] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\4\0\0\0\0\0\0\0\0\0\0\0\221\351\0\0\0\0\0\0\2\374\0\0"...}, 56, 0, 0) = 56 +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16958] semop(6684673, {{0, 1, SEM_UNDO}}, 1 +[pid 16951] msgrcv(1966080, +[pid 16958] <... semop resumed> ) = 0 +[pid 16958] execve("/bin/chroot", ["chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 46 vars */]) = -1 ENOENT (No such file or directory) +[pid 16958] execve("/usr/bin/chroot", ["chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 46 vars */]) = -1 ENOENT (No such file or directory) +[pid 16958] execve("/sbin/chroot", ["chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 46 vars */]) = -1 ENOENT (No such file or directory) +[pid 16958] execve("/usr/sbin/chroot", ["chroot", "debian-sid-multistrap", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 46 vars */]) = 0 +[pid 16958] brk(0) = 0x1b62000 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49df000 +[pid 16958] open("/usr/lib/fakechroot/tls/x86_64/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/x86_64/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/libfakechroot.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200G\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=83336, ...}) = 0 +[pid 16958] mmap(NULL, 2179016, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef45b0000 +[pid 16958] mprotect(0x7feef45c3000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef47c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x12000) = 0x7feef47c2000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib/libfakeroot/tls/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/tls/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/x86_64/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/x86_64", 0x7fff4a5d3300) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=41264, ...}) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49de000 +[pid 16958] mmap(NULL, 2136584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef43a6000 +[pid 16958] mprotect(0x7feef43af000, 2097152, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef45af000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7feef45af000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls/x86_64", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/x86_64", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib32/libfakeroot/tls/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls/x86_64", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/x86_64/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/x86_64", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot", 0x7fff4a5d31b0) = -1 ENOENT (No such file or directory) +[pid 16958] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16958] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feef49c6000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libc.so.6", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\355\1\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0755, st_size=1432968, ...}) = 0 +[pid 16958] mmap(NULL, 3541032, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef4045000 +[pid 16958] mprotect(0x7feef419d000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef439c000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157000) = 0x7feef439c000 +[pid 16958] mmap(0x7feef43a1000, 18472, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7feef43a1000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=14696, ...}) = 0 +[pid 16958] mmap(NULL, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef3e41000 +[pid 16958] mprotect(0x7feef3e43000, 2097152, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef4043000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7feef4043000 +[pid 16958] close(3) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49c5000 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49c4000 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49c3000 +[pid 16958] arch_prctl(ARCH_SET_FS, 0x7feef49c4700) = 0 +[pid 16958] mprotect(0x7feef4043000, 4096, PROT_READ) = 0 +[pid 16958] mprotect(0x7feef439c000, 16384, PROT_READ) = 0 +[pid 16958] mprotect(0x7feef49e1000, 4096, PROT_READ) = 0 +[pid 16958] munmap(0x7feef49c6000, 96756) = 0 +[pid 16958] brk(0) = 0x1b62000 +[pid 16958] brk(0x1b83000) = 0x1b83000 +[pid 16958] socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 +[pid 16958] connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +[pid 16958] close(3) = 0 +[pid 16958] socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 +[pid 16958] connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +[pid 16958] close(3) = 0 +[pid 16958] open("/etc/nsswitch.conf", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7feef49dd000 +[pid 16958] read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475 +[pid 16958] read(3, "", 4096) = 0 +[pid 16958] close(3) = 0 +[pid 16958] munmap(0x7feef49dd000, 4096) = 0 +[pid 16958] open("/usr/lib/fakechroot/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libnss_compat.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16958] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feef49c6000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libnss_compat.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\23\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=31616, ...}) = 0 +[pid 16958] mmap(NULL, 2127088, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef3c39000 +[pid 16958] mprotect(0x7feef3c40000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef3e3f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7feef3e3f000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libnsl.so.1", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300@\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=89064, ...}) = 0 +[pid 16958] mmap(NULL, 2194128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef3a21000 +[pid 16958] mprotect(0x7feef3a36000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef3c35000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14000) = 0x7feef3c35000 +[pid 16958] mmap(0x7feef3c37000, 6864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7feef3c37000 +[pid 16958] close(3) = 0 +[pid 16958] mprotect(0x7feef3c35000, 4096, PROT_READ) = 0 +[pid 16958] mprotect(0x7feef3e3f000, 4096, PROT_READ) = 0 +[pid 16958] munmap(0x7feef49c6000, 96756) = 0 +[pid 16958] open("/usr/lib/fakechroot/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libnss_nis.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16958] mmap(NULL, 96756, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feef49c6000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libnss_nis.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=43552, ...}) = 0 +[pid 16958] mmap(NULL, 2139320, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef3816000 +[pid 16958] mprotect(0x7feef3820000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef3a1f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9000) = 0x7feef3a1f000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libnss_files.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libnss_files.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p!\0\0\0\0\0\0"..., 832) = 832 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=47616, ...}) = 0 +[pid 16958] mmap(NULL, 2143624, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7feef360a000 +[pid 16958] mprotect(0x7feef3615000, 2093056, PROT_NONE) = 0 +[pid 16958] mmap(0x7feef3814000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x7feef3814000 +[pid 16958] close(3) = 0 +[pid 16958] mprotect(0x7feef3814000, 4096, PROT_READ) = 0 +[pid 16958] mprotect(0x7feef3a1f000, 4096, PROT_READ) = 0 +[pid 16958] munmap(0x7feef49c6000, 96756) = 0 +[pid 16958] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3 +[pid 16958] fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) +[pid 16958] lseek(3, 0, SEEK_CUR) = 0 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=1583, ...}) = 0 +[pid 16958] mmap(NULL, 1583, PROT_READ, MAP_SHARED, 3, 0) = 0x7feef49dd000 +[pid 16958] lseek(3, 1583, SEEK_SET) = 1583 +[pid 16958] munmap(0x7feef49dd000, 1583) = 0 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/locale/locale-archive", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=1527584, ...}) = 0 +[pid 16958] mmap(NULL, 1527584, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7feef484e000 +[pid 16958] close(3) = 0 +[pid 16958] getcwd("/home/josch/notioninkadam", 4096) = 26 +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] msgget(0x78becbd2, IPC_CREAT|0600) = 1966080 +[pid 16958] msgget(0x78becbd3, IPC_CREAT|0600) = 1998849 +[pid 16958] getpid() = 16958 +[pid 16958] semget(0x78becbd4, 1, IPC_CREAT|0600) = 6684673 +[pid 16958] semop(6684673, {{0, -1, SEM_UNDO}}, 1) = 0 +[pid 16958] msgsnd(1966080, {1, "\3\0\0\0>B\0\0\1\0\0\0\350\3\0\0\350\3\0\0k\341\10\0\0\0\0\0\3\374\0\0"...}, 56, 0) = 0 +[pid 16958] msgrcv(1998849, +[pid 16951] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\1\0\0\0\350\3\0\0\350\3\0\0k\341\10\0\0\0\0\0\3\374\0\0"...}, 64, 0, 0) = 56 +[pid 16951] msgsnd(1998849, {1, "\3\0\0\0>B\0\0\1\0\0\0\0\0\0\0\0\0\0\0k\341\10\0\0\0\0\0\3\374\0\0"...}, 56, 0 +[pid 16958] <... msgrcv resumed> {1, "\3\0\0\0>B\0\0\1\0\0\0\0\0\0\0\0\0\0\0k\341\10\0\0\0\0\0\3\374\0\0"...}, 56, 0, 0) = 56 +[pid 16958] semop(6684673, {{0, 1, SEM_UNDO}}, 1) = 0 +[pid 16958] chdir("/home/josch/notioninkadam/debian-sid-multistrap/") = 0 +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/var/lib/dpkg/info/dash.preinst", O_RDONLY) = 3 +[pid 16958] read(3, "#!/bin/bash\nset -e\n\ndivert() {\n\t"..., 4094) = 1025 +[pid 16958] close(3) = 0 +[pid 16958] execve("/home/josch/notioninkadam/debian-sid-multistrap/bin/bash", ["/bin/bash", "/var/lib/dpkg/info/dash.preinst", "install"], [/* 47 vars */]) = 0 +[pid 16958] uname({sys="Linux", node="hoothoot", ...}) = 0 +[pid 16958] brk(0) = 0x63ab7000 +[pid 16958] brk(0x63ab8170) = 0x63ab8170 +[pid 16958] arch_prctl(ARCH_SET_FS, 0x63ab7860) = 0 +[pid 16958] set_tid_address(0x63ab7b30) = 16958 +[pid 16958] set_robust_list(0x63ab7b40, 0x18) = 0 +[pid 16958] futex(0x7fffa56d056c, FUTEX_WAKE_PRIVATE, 1) = 0 +[pid 16958] futex(0x7fffa56d056c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 63ab7860) = -1 EAGAIN (Resource temporarily unavailable) +[pid 16958] rt_sigaction(SIGRTMIN, {0x6008a770, [], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_1, {0x6008a6a0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 +[pid 16958] getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 +[pid 16958] brk(0x63ad9170) = 0x63ad9170 +[pid 16958] brk(0x63ada000) = 0x63ada000 +[pid 16958] open("/etc/qemu-binfmt/arm", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 +[pid 16958] fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC) +[pid 16958] getdents(3, /* 5 entries */, 32768) = 120 +[pid 16958] open("/etc/qemu-binfmt/arm/lib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 +[pid 16958] getdents(4, /* 45 entries */, 32768) = 1736 +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libanl.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libBrokenLocale.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libBrokenLocale-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libc.so.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_nis.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libthread_db.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libm.so.6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libcidn.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnsl-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_files-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_nisplus.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_dns-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/ld-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libanl-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_files.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libcidn-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libresolv.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_compat-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libpthread.so.0", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libutil-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/librt.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_nisplus-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libcrypt.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_nis-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/ld-linux.so.3", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_hesiod.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libpthread-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libm-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_dns.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnsl.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libmemusage.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/librt-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libpcprofile.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libdl-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libthread_db-1.0.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libdl.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libc-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libresolv-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libutil.so.1", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libcrypt-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libSegFault.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_compat.so.2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/lib/libnss_hesiod-2.11.2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] getdents(4, /* 0 entries */, 32768) = 0 +[pid 16958] close(4) = 0 +[pid 16958] open("/etc/qemu-binfmt/arm/usr", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 +[pid 16958] getdents(4, /* 4 entries */, 32768) = 104 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 +[pid 16958] brk(0x63afd000) = 0x63afd000 +[pid 16958] getdents(5, /* 4 entries */, 32768) = 104 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/lintian", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 +[pid 16958] getdents(6, /* 3 entries */, 32768) = 80 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/lintian/overrides", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7 +[pid 16958] getdents(7, /* 3 entries */, 32768) = 80 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/lintian/overrides/libc6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] getdents(7, /* 0 entries */, 32768) = 0 +[pid 16958] close(7) = 0 +[pid 16958] getdents(6, /* 0 entries */, 32768) = 0 +[pid 16958] close(6) = 0 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 +[pid 16958] getdents(6, /* 3 entries */, 32768) = 80 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 7 +[pid 16958] getdents(7, /* 12 entries */, 32768) = 416 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/README.Debian.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/FAQ.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/BUGS", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/changelog.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/changelog.Debian.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/test-results-arm-linux-gnueabi-libc", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/copyright", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/README.hesiod.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/NEWS.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/share/doc/libc6/NEWS.Debian.gz", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] getdents(7, /* 0 entries */, 32768) = 0 +[pid 16958] close(7) = 0 +[pid 16958] getdents(6, /* 0 entries */, 32768) = 0 +[pid 16958] close(6) = 0 +[pid 16958] getdents(5, /* 0 entries */, 32768) = 0 +[pid 16958] brk(0x63af5000) = 0x63af5000 +[pid 16958] close(5) = 0 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 +[pid 16958] getdents(5, /* 3 entries */, 32768) = 80 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 +[pid 16958] getdents(6, /* 251 entries */, 32768) = 8416 +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/HP-GREEK8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/SJIS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM290.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM866NAV.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM871.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-IR-209.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ANSI_X3.110.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM16804.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/SHIFT_JISX0213.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP10007.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM863.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-2022-JP-3.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM935.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libJISX0213.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MACINTOSH.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/DEC-MCS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1137.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libJIS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_5427.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1149.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libISOIR165.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM277.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-7.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1258.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1129.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM870.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-CA-FR.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1161.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1256.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM12712.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-FR.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1142.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM864.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM930.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/TIS-620.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISIRI-3342.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM5347.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1155.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM852.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-CN.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MAC-IS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1047.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ECMA-CYRILLIC.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/TCVN5712-1.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-AT-DE.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-16.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1252.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM423.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libGB.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/gconv-modules", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-ES-A.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1008.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM865.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM4909.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1158.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/gconv-modules.cache", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM280.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP737.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CWI.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1147.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1371.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP775.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-TW.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GEORGIAN-ACADEMY.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/UTF-16.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ARMSCII-8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-FI-SE-A.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GBBIG5.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1154.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM281.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM862.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_11548-1.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-UK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO646.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM857.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-6.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM256.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1160.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/NATS-SEFI.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/KOI-8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM500.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-3.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM902.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1254.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-15.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM424.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1162.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MIK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/KOI8-R.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1130.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM9448.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM922.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-4.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1004.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-14.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM9030.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/BRF.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/UTF-32.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM921.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-AT-DE-A.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MAC-SAMI.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/INIS-CYRILLIC.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1143.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GREEK7.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-JP.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM933.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1390.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM9066.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-PT.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/SAMI-WS2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-11.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1253.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GOST_19768-74.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM856.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1257.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM869.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MAC-UK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1146.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM037.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GREEK7-OLD.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1123.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GREEK-CCITT.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_2033.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GBK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_6937.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM850.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM903.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1145.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-1.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM284.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM868.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GEORGIAN-PS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1140.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-IS-FRISS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM943.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-JISX0213.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/NATS-DANO.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/HP-ROMAN8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/PT154.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-IR-197.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM866.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1364.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1148.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-ES.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libCNS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1157.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-FI-SE.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM937.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM939.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1144.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM875.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1141.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1125.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/RK1048.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM904.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1166.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-ES-S.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/LATIN-GREEK-1.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM4517.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM874.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-2022-KR.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-DK-NO.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-9E.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GBGBK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_5428.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM285.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/UTF-7.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/HP-ROMAN9.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/T.61.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1255.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-2022-JP.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM918.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1167.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM4971.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM038.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/UHC.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1132.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/BIG5.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/BIG5HKSCS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-2022-CN.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM4899.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1025.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM855.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM273.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM275.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM420.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-DK-NO-A.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1164.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-13.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/LATIN-GREEK.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_5427-EXT.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM437.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-9.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1124.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM861.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM891.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1097.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1112.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM860.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM278.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-IT.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ASMO_449.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1026.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1008_420.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM803.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/KOI8-RU.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1388.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO-2022-CN-EXT.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1156.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1163.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/HP-THAI8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-5.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-JP-MS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/TSCII.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/HP-TURKISH8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/KOI8-T.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1250.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM932.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/KOI8-U.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/GB18030.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/INIS-8.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1046.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1122.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM851.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/JOHAB.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_10367-BOX.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO_6937-2.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/VISCII.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM901.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP1251.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/UNICODE.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CSN_369103.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/INIS.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IEC_P27-1.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1153.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM880.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1399.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EBCDIC-US.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/libKSC.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/EUC-KR.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM297.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/ISO8859-10.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM274.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM905.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/MAC-CENTRALEUROPE.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/CP932.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] open("/etc/qemu-binfmt/arm/usr/lib/gconv/IBM1133.so", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] getdents(6, /* 0 entries */, 32768) = 0 +[pid 16958] close(6) = 0 +[pid 16958] getdents(5, /* 0 entries */, 32768) = 0 +[pid 16958] close(5) = 0 +[pid 16958] getdents(4, /* 0 entries */, 32768) = 0 +[pid 16958] close(4) = 0 +[pid 16958] open("/etc/qemu-binfmt/arm/etc", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4 +[pid 16958] getdents(4, /* 3 entries */, 32768) = 80 +[pid 16958] open("/etc/qemu-binfmt/arm/etc/ld.so.conf.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5 +[pid 16958] getdents(5, /* 3 entries */, 32768) = 96 +[pid 16958] open("/etc/qemu-binfmt/arm/etc/ld.so.conf.d/arm-linux-gnueabi.conf", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOTDIR (Not a directory) +[pid 16958] getdents(5, /* 0 entries */, 32768) = 0 +[pid 16958] close(5) = 0 +[pid 16958] getdents(4, /* 0 entries */, 32768) = 0 +[pid 16958] close(4) = 0 +[pid 16958] getdents(3, /* 0 entries */, 32768) = 0 +[pid 16958] close(3) = 0 +[pid 16958] mmap(NULL, 1592, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6acc477000 +[pid 16958] mmap(NULL, 804, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6acc476000 +[pid 16958] mprotect(0x60282000, 33558528, PROT_READ|PROT_WRITE|PROT_EXEC) = 0 +[pid 16958] mprotect(0x622cb000, 4096, PROT_READ|PROT_WRITE|PROT_EXEC) = 0 +[pid 16958] mmap(NULL, 58720272, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c75000 +[pid 16958] mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c73000 +[pid 16958] open("/proc/self/maps", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c72000 +[pid 16958] read(3, "60000000-60179000 r-xp 00000000 "..., 1024) = 775 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c6a000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c62000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c5a000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c52000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c4a000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c42000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c3a000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c32000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c2a000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c22000 +[pid 16958] read(3, "", 1024) = 0 +[pid 16958] close(3) = 0 +[pid 16958] munmap(0x7f6ac8c72000, 4096) = 0 +[pid 16958] mmap(NULL, 56248, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c14000 +[pid 16958] mmap(NULL, 56, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c13000 +[pid 16958] open("/proc/sys/vm/mmap_min_addr", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 +[pid 16958] mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c12000 +[pid 16958] read(3, "65536\n", 1024) = 6 +[pid 16958] close(3) = 0 +[pid 16958] munmap(0x7f6ac8c12000, 4096) = 0 +[pid 16958] gettid() = 16958 +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/bin/bash", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0755, st_size=790844, ...}) = 0 +[pid 16958] geteuid() = 1000 +[pid 16958] getegid() = 1000 +[pid 16958] lseek(3, 0, SEEK_SET) = 0 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0(\0\1\0\0\0\0102\2\0004\0\0\0"..., 128) = 128 +[pid 16958] lseek(3, 52, SEEK_SET) = 52 +[pid 16958] read(3, "\1\0\0p\320\304\v\0\320D\f\0\320D\f\0(\0\0\0(\0\0\0\4\0\0\0\4\0\0\0"..., 256) = 256 +[pid 16958] lseek(3, 308, SEEK_SET) = 308 +[pid 16958] read(3, "/lib/ld-linux.so.3\0", 19) = 19 +[pid 16958] open("/etc/qemu-binfmt/arm/lib/ld-linux.so.3", O_RDONLY) = 4 +[pid 16958] lseek(4, 0, SEEK_SET) = 0 +[pid 16958] read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\340\7\0\0004\0\0\0"..., 128) = 128 +[pid 16958] mmap(0x40000000, 528384, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x40000000 +[pid 16958] mmap(0x40000000, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40000000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c0b000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8c03000 +[pid 16958] mprotect(0x40080000, 4096, PROT_NONE) = 0 +[pid 16958] mmap(0x18000, 774144, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x18000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bfb000 +[pid 16958] mmap(0xdc000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xbc000) = 0xdc000 +[pid 16958] lseek(4, 52, SEEK_SET) = 52 +[pid 16958] read(4, "\1\0\0pT\277\1\0T\277\1\0T\277\1\0\210\0\0\0\210\0\0\0\4\0\0\0\4\0\0\0"..., 256) = 256 +[pid 16958] mmap(0x40081000, 33554432, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x40081000 +[pid 16958] mmap(0x40081000, 33554432, PROT_NONE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x40081000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bf3000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8beb000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8be3000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bdb000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bd3000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bcb000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bc3000 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bbb000 +[pid 16958] mmap(0x40081000, 118784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0) = 0x40081000 +[pid 16958] mmap(0x400a5000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x1c000) = 0x400a5000 +[pid 16958] close(4) = 0 +[pid 16958] close(4) = -1 EBADF (Bad file descriptor) +[pid 16958] close(3) = 0 +[pid 16958] getuid() = 1000 +[pid 16958] geteuid() = 1000 +[pid 16958] getgid() = 1000 +[pid 16958] getegid() = 1000 +[pid 16958] mmap(0xe1000, 20480, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xe1000 +[pid 16958] rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGHUP, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGINT, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGQUIT, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGILL, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGILL, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGTRAP, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTRAP, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGABRT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGABRT, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGBUS, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGBUS, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGFPE, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGFPE, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGKILL, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGKILL, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = -1 EINVAL (Invalid argument) +[pid 16958] rt_sigaction(SIGUSR1, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGUSR1, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGSEGV, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGUSR2, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGUSR2, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGPIPE, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGALRM, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTERM, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGSTKFLT, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGCONT, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGSTOP, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTSTP, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTTIN, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGTTOU, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGURG, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGXCPU, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGXCPU, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGXFSZ, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGXFSZ, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGVTALRM, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGVTALRM, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGPROF, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGPROF, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGWINCH, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGIO, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGIO, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGPWR, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGPWR, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGSYS, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGSYS, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_32, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_32, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_2, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_2, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_3, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_3, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_4, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_4, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_5, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_5, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_6, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_6, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_7, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_7, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_8, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_8, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_9, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_9, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_10, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_10, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_11, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_11, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_12, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_12, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_13, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_13, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_14, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_14, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_15, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_15, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_16, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_16, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_17, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_17, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_18, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_18, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_19, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_19, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_20, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_20, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_21, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_21, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_22, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_22, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_23, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_23, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_24, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_24, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_25, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_25, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_26, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_26, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_27, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_27, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_28, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_28, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_29, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_29, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_30, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_30, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_31, NULL, {SIG_DFL, [], 0}, 8) = 0 +[pid 16958] rt_sigaction(SIGRT_31, {0x60014e20, ~[RTMIN RT_1], SA_RESTORER|SA_SIGINFO, 0x60089340}, NULL, 8) = 0 +[pid 16958] mmap(NULL, 32800, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8bb2000 +[pid 16958] uname({sys="Linux", node="hoothoot", ...}) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] mmap(0x42081000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x42081000 +[pid 16958] mmap(0x42081000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42081000 +[pid 16958] mmap(0x42082000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x42082000 +[pid 16958] mmap(0x42082000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42082000 +[pid 16958] open("/usr/lib/fakechroot/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/fakechroot/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/libfakechroot.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200G\0\0\0\0\0\0"..., 512) = 512 +[pid 16958] close(3) = 0 +[pid 16958] stat("/usr/lib/fakechroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib32/fakechroot/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/fakechroot/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libfakechroot.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260-\0\0004\0\0\0"..., 512) = 512 +[pid 16958] close(3) = 0 +[pid 16958] stat("/usr/lib32/fakechroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib/libfakeroot/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib64/libfakeroot/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib64/libfakeroot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib32/libfakeroot/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/libfakeroot/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib32/libfakeroot", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/home/josch/notioninkadam/debian-sid-multistrap/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/etc/ld.so.cache", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=96756, ...}) = 0 +[pid 16958] mmap(0x42083000, 98304, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x42083000 +[pid 16958] mmap(0x42083000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42083000 +[pid 16958] mmap(0x42083000, 98304, PROT_READ, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0x42083000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/etc/qemu-binfmt/arm/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/usr/lib/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/etc/qemu-binfmt/arm/usr/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 +[pid 16958] open("/lib/arm-linux-gnueabi/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/arm-linux-gnueabi/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/lib/arm-linux-gnueabi", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/tls/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/tls/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/tls/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/tls/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/tls/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/tls/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/tls/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/tls", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/neon/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/neon/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/neon/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/neon", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/vfp/libfakechroot.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] stat("/usr/lib/arm-linux-gnueabi/vfp", 0x7fffa56ab740) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/libfakechroot.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\234.\0\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=68896, ...}) = 0 +[pid 16958] mmap(0x4209b000, 69632, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x4209b000 +[pid 16958] mmap(0x4209b000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x4209b000 +[pid 16958] mmap(0x4209b000, 69632, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x4209b000 +[pid 16958] mmap(0x420ab000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x10000) = 0x420ab000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 512) = 512 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib64/libfakeroot/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@C\0\0\0\0\0\0"..., 512) = 512 +[pid 16958] close(3) = 0 +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/lib/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot-sysv.so", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/arm-linux-gnueabi/libfakeroot-sysv.so", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0L-\0\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=31228, ...}) = 0 +[pid 16958] mmap(0x420ac000, 65536, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x420ac000 +[pid 16958] mmap(0x420ac000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x420ac000 +[pid 16958] mmap(0x420ac000, 65536, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x420ac000 +[pid 16958] mprotect(0x420b3000, 32768, PROT_NONE) = 0 +[pid 16958] mmap(0x420bb000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x420bb000 +[pid 16958] close(3) = 0 +[pid 16958] access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/fakechroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libncurses.so.5", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libncurses.so.5", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\264\242\0\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=222836, ...}) = 0 +[pid 16958] mmap(0x420bc000, 258048, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x420bc000 +[pid 16958] mmap(0x420bc000, 258048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x420bc000 +[pid 16958] mmap(0x420bc000, 258048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x420bc000 +[pid 16958] mprotect(0x420f0000, 32768, PROT_NONE) = 0 +[pid 16958] mmap(0x420f8000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x34000) = 0x420f8000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libdl.so.2", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0$\t\0\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0 +[pid 16958] mmap(0x420fb000, 45056, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x420fb000 +[pid 16958] mmap(0x420fb000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x420fb000 +[pid 16958] mmap(0x420fb000, 45056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x420fb000 +[pid 16958] mprotect(0x420fd000, 28672, PROT_NONE) = 0 +[pid 16958] mmap(0x42104000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x42104000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libgcc_s.so.1", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0T-\0\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=45924, ...}) = 0 +[pid 16958] mmap(0x42106000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x42106000 +[pid 16958] mmap(0x42106000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42106000 +[pid 16958] mmap(0x42107000, 77824, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x42107000 +[pid 16958] mmap(0x42107000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x42107000 +[pid 16958] mmap(0x42107000, 77824, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x42107000 +[pid 16958] mprotect(0x42112000, 28672, PROT_NONE) = 0 +[pid 16958] mmap(0x42119000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xa000) = 0x42119000 +[pid 16958] close(3) = 0 +[pid 16958] open("/usr/lib/fakechroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib32/fakechroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/usr/lib64/libfakeroot/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/usr/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory) +[pid 16958] open("/home/josch/notioninkadam/debian-sid-multistrap/lib/libc.so.6", O_RDONLY) = 3 +[pid 16958] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\334X\1\0004\0\0\0"..., 512) = 512 +[pid 16958] fstat(3, {st_mode=S_IFREG|0755, st_size=1209672, ...}) = 0 +[pid 16958] mmap(0x4211a000, 1249280, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x4211a000 +[pid 16958] mmap(0x4211a000, 1249280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS|MAP_DENYWRITE, -1, 0) = 0x4211a000 +[pid 16958] mmap(0x4211a000, 1249280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0x4211a000 +[pid 16958] mprotect(0x4223d000, 32768, PROT_NONE) = 0 +[pid 16958] mmap(0x42245000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x123000) = 0x42245000 +[pid 16958] mmap(0x42248000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x42248000 +[pid 16958] close(3) = 0 +[pid 16958] mmap(NULL, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f6ac8baa000 +[pid 16958] mmap(0x4224b000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x4224b000 +[pid 16958] mmap(0x4224b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4224b000 +[pid 16958] open("/dev/urandom", O_RDONLY) = 3 +[pid 16958] read(3, "\6\331\327", 3) = 3 +[pid 16958] close(3) = 0 +[pid 16958] mprotect(0x42245000, 8192, PROT_READ +[pid 16951] <... msgsnd resumed> ) = 0 +[pid 16958] <... mprotect resumed> ) = 0 +[pid 16951] msgrcv(1966080, +[pid 16958] mprotect(0x42104000, 4096, PROT_READ) = 0 +[pid 16958] mprotect(0x400a5000, 4096, PROT_READ) = 0 +[pid 16958] munmap(0x42083000, 98304) = 0 +[pid 16958] mmap(0xe6000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 0, 0) = 0xe6000 +[pid 16958] mmap(0xe7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 0, 0) = 0xe7000 +[pid 16958] socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 +[pid 16958] connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +[pid 16958] close(3) = 0 +[pid 16958] socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 +[pid 16958] connect(3, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) +[pid 16958] close(3) = 0 +[pid 16958] open("/etc/nsswitch.conf", O_RDONLY) = 3 +[pid 16958] fstat(3, {st_mode=S_IFREG|0644, st_size=475, ...}) = 0 +[pid 16958] mmap(0x4224c000, 4096, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x4224c000 +[pid 16958] mmap(0x4224c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4224c000 +[pid 16958] read(3, "# /etc/nsswitch.conf\n#\n# Example"..., 4096) = 475 +[pid 16958] read(3, "", 4096) = 0 +[pid 16958] close(3) = 0 +[pid 16958] munmap(0x4224c000, 4096) = 0 +[pid 16958] writev(2, [{"/home/josch/notioninkadam/debian"..., 56}, {": ", 2}, {"error while loading shared libra"..., 36}, {": ", 2}, {"t\362\6@", 4}, {": ", 2}, {"invalid mode for dlopen()", 25}, {": ", 2}, {"Invalid argument", 16}, {"\n", 1}], 10/home/josch/notioninkadam/debian-sid-multistrap/bin/bash: error while loading shared libraries: tò@: invalid mode for dlopen(): Invalid argument +) = 146 +[pid 16958] exit_group(127) = ? +Process 16943 resumed +Process 16958 detached +[pid 16943] <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 127}], 0, NULL) = 16958 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] --- SIGCHLD (Child exited) @ 0 (0) --- +[pid 16943] wait4(-1, 0x7fff4de1475c, WNOHANG, NULL) = -1 ECHILD (No child processes) +[pid 16943] rt_sigreturn(0xffffffffffffffff) = 0 +[pid 16943] rt_sigaction(SIGINT, {0x4560c0, [], SA_RESTORER, 0x7f67e3c501e0}, {0x441ea0, [], SA_RESTORER, 0x7f67e3c501e0}, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] read(255, "\nexit $RESULT\n\n# Local Variables"..., 3614) = 62 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 +[pid 16943] kill(16951, SIGTERM) = 0 +[pid 16951] <... msgrcv resumed> 0x7fff6dbced30, 64, 0, 0) = ? ERESTARTNOHAND (To be restarted) +[pid 16943] exit_group(127) = ? +[pid 16951] --- SIGTERM (Terminated) @ 0 (0) --- +msgctl(1966080, IPC_RMID, 0) = 0 +msgctl(1998849, IPC_RMID, 0) = 0 +semctl(6684673, 0, IPC_RMID, 0) = 0 +exit_group(0) = ? +Process 16951 detached diff --git a/multistrap.conf b/multistrap.conf new file mode 100644 index 0000000..46fc8e4 --- /dev/null +++ b/multistrap.conf @@ -0,0 +1,30 @@ +[General] +#arch=armhf +arch=armel +directory=debian-sid-multistrap +cleanup=true +unpack=true +noauth=true +#bootstrap=Debian_bootstrap Debian_unreleased +bootstrap=Debian_bootstrap +aptsources=Debian +allowrecommends=false +addimportant=false + +[Debian_bootstrap] +packages=apt locales less vim wget module-init-tools procps screen man-db iputils-ping iproute curl vpnc rsync openssh-server e17 nodm xserver-xorg-input-evdev xterm xserver-xorg xserver-xorg-video-fbdev ifupdown net-tools wireless-tools wpasupplicant dhcp3-client navit +source=http://127.0.0.1:3142/ftp.de.debian.org/debian +suite=sid +omitdebsrc=true + +#[Debian_unreleased] +#packages=apt locales less vim wget module-init-tools procps screen man-db iputils-ping iproute curl vpnc rsync openssh-server e17 nodm xserver-xorg-input-evdev xterm xserver-xorg xserver-xorg-video-fbdev ifupdown net-tools wireless-tools wpasupplicant dhcp3-client navit +#source=http://127.0.0.1:3142/ftp.de.debian.org/debian +#suite=unreleased +#omitdebsrc=true + +[Debian] +source=http://ftp.de.debian.org/debian +keyring=debian-archive-keyring +suite=sid +omitdebsrc=true diff --git a/rootstock.sh b/rootstock.sh new file mode 100755 index 0000000..5534717 --- /dev/null +++ b/rootstock.sh @@ -0,0 +1,175 @@ +#!/bin/sh -ex + +if [ "$LOGNAME" = "root" ] \ +|| [ "$USER" = "root" ] \ +|| [ "$USERNAME" = "root" ] \ +|| [ "$SUDO_COMMAND" != "" ] \ +|| [ "$SUDO_USER" != "" ] \ +|| [ "$SUDO_UID" != "" ] \ +|| [ "$SUDO_GID" != "" ]; then + echo "don't run this script as root - there is no need to" + exit +fi + +if [ "$FAKEROOTKEY" = "" ]; then + echo "re-executing script inside fakeroot" + fakeroot $0; + exit +fi + +DIST="sid" +ROOTDIR="debian-$DIST-multistrap" +MIRROR="http://127.0.0.1:3142/ftp.de.debian.org/debian" +MIRROR_REAL="http://ftp.de.debian.org/debian" +#MIRROR="http://127.0.0.1:3142/ftp.debian-ports.org/debian" +#MIRROR_REAL="http://ftp.debian-ports.org/debian" + +export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true LC_ALL=C LANGUAGE=C LANG=C + +rm -rf $ROOTDIR $ROOTDIR.tar + +PACKAGES="apt locales less vim wget module-init-tools procps screen man-db" +PACKAGES=$PACKAGES" iputils-ping iproute curl vpnc rsync openssh-server e17" +PACKAGES=$PACKAGES" nodm xserver-xorg-input-evdev xterm xserver-xorg xserver-xorg-video-fbdev" +#PACKAGES=$PACKAGES" numptyphysics hex-a-hop wesnoth wesnoth-music libpython2.6" +PACKAGES=$PACKAGES" ifupdown net-tools wireless-tools wpasupplicant dhcp3-client navit" + +cat > multistrap.conf << __END__ +[General] +#arch=armhf +arch=armel +directory=$ROOTDIR +cleanup=true +unpack=true +noauth=true +#bootstrap=Debian_bootstrap Debian_unreleased +bootstrap=Debian_bootstrap +aptsources=Debian +allowrecommends=false +addimportant=false + +[Debian_bootstrap] +packages=$PACKAGES +source=$MIRROR +suite=$DIST +omitdebsrc=true + +#[Debian_unreleased] +#packages=$PACKAGES +#source=$MIRROR +#suite=unreleased +#omitdebsrc=true + +[Debian] +source=$MIRROR_REAL +keyring=debian-archive-keyring +suite=$DIST +omitdebsrc=true +__END__ + +multistrap -f multistrap.conf + +cp /usr/bin/qemu-arm-static $ROOTDIR/usr/bin + +# stop invoke-rc.d from starting services +cat > $ROOTDIR/usr/sbin/policy-rc.d << __END__ +#!/bin/sh +echo "sysvinit: All runlevel operations denied by policy" >&2 +exit 101 +__END__ +chmod +x $ROOTDIR/usr/sbin/policy-rc.d + +# fix for ldconfig inside fakechroot +mv $ROOTDIR/sbin/ldconfig $ROOTDIR/sbin/ldconfig.REAL +mv $ROOTDIR/usr/bin/ldd $ROOTDIR/usr/bin/ldd.REAL +ln -s ../bin/true $ROOTDIR/sbin/ldconfig + +# get fake ldd (needs objdump from binutils) for mkinitramfs +# https://github.com/fakechroot/fakechroot/raw/master/scripts/ldd.pl +curl http://mister-muffin.de/p/a3Dt > $ROOTDIR/usr/bin/ldd +chmod +x $ROOTDIR/usr/bin/ldd + +# supply ld.so.conf for fake ldd (running libc6 postinst script will fail) +echo "include /etc/ld.so.conf.d/*.conf" > $ROOTDIR/etc/ld.so.conf + +# do not generate ssh host keys +mkdir -p $ROOTDIR/etc/ssh/ +touch "$ROOTDIR/etc/ssh/ssh_host_rsa_key" +touch "$ROOTDIR/etc/ssh/ssh_host_dsa_key" +touch "$ROOTDIR/etc/ssh/ssh_host_ecdsa_key" + +cat > $ROOTDIR/tmp/debconfseed.txt << __END__ +# put debconf options here +__END__ +fakechroot chroot $ROOTDIR debconf-set-selections /tmp/debconfseed.txt +rm $ROOTDIR/tmp/debconfseed.txt + +# run preinst scripts +for script in $ROOTDIR/var/lib/dpkg/info/*.preinst; do + [ "$script" = "$ROOTDIR/var/lib/dpkg/info/bash.preinst" ] && continue + fakechroot chroot $ROOTDIR ${script##$ROOTDIR} install +done + +# run dpkg --configure -a twice because of errors during the first run +fakechroot chroot $ROOTDIR /usr/bin/dpkg --configure -a || fakechroot chroot $ROOTDIR /usr/bin/dpkg --configure -a + +fakechroot chroot $ROOTDIR update-locale LANG=en_US.UTF-8 LANGUAGE=en_US:en +echo en_US.UTF-8 UTF-8 > $ROOTDIR/etc/locale.gen +fakechroot chroot $ROOTDIR locale-gen + +curl --silent http://mister-muffin.de/adam/modules.tar.gz | tar -xz -C $ROOTDIR + +cat > $ROOTDIR/etc/fstab << __END__ +# +rootfs / auto defaults,errors=remount-ro,noatime 0 1 +proc /proc proc defaults 0 0 +tmpfs /tmp tmpfs defaults,noatime 0 0 +tmpfs /var/lock tmpfs defaults,noatime 0 0 +tmpfs /var/run tmpfs defaults,noatime 0 0 +tmpfs /var/log tmpfs defaults,noatime 0 0 +tmpfs /etc/network/run tmpfs defaults,noatime 0 0 +/dev/mmcblk0p3 swap swap defaults 0 0 +__END__ + +echo adam > $ROOTDIR/etc/hostname + +cat > $ROOTDIR/etc/hosts << __END__ +127.0.0.1 localhost +127.0.0.1 adam +__END__ + +cat > $ROOTDIR/etc/default/nodm << __END__ +NODM_ENABLED=true +NODM_USER=user +NODM_XINIT=/usr/bin/xinit +NODM_FIRST_VT=7 +NODM_XSESSION=/etc/X11/Xsession +NODM_X_OPTIONS='-nolisten tcp' +NODM_MIN_SESSION_TIME=60 +__END__ + +# activate a tty on serial +echo "T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100" >> $ROOTDIR/etc/inittab + +fakechroot chroot $ROOTDIR useradd user -p `openssl passwd -crypt -salt // ""` -s /bin/bash --create-home +fakechroot chroot $ROOTDIR usermod -a -G audio,dialout user + +sed -i 's/\(root:\)[^:]*\(:\)/\1'`openssl passwd -crypt -salt // "" | sed 's/\(\/\|\\\|&\)/\\&/g'`'\2/' $ROOTDIR/etc/shadow +sed -i 's/\(PermitEmptyPasswords\) no/\1 yes/' $ROOTDIR/etc/ssh/sshd_config +echo 'APT::Install-Recommends "0";' > $ROOTDIR/etc/apt/apt.conf.d/99no-install-recommends +echo 'Acquire::PDiffs "0";' > $ROOTDIR/etc/apt/apt.conf.d/99no-pdiffs + +#cleanup +rm $ROOTDIR/sbin/ldconfig $ROOTDIR/usr/bin/ldd +mv $ROOTDIR/sbin/ldconfig.REAL $ROOTDIR/sbin/ldconfig +mv $ROOTDIR/usr/bin/ldd.REAL $ROOTDIR/usr/bin/ldd +rm $ROOTDIR/usr/sbin/policy-rc.d +rm $ROOTDIR/etc/ssh/ssh_host_* +cp /etc/resolv.conf $ROOTDIR/etc/resolv.conf + +# need to generate tar inside fakechroot so that absolute symlinks are correct +fakechroot chroot $ROOTDIR tar -cf $ROOTDIR.tar -C / . +mv $ROOTDIR/$ROOTDIR.tar . + +tar --delete -f $ROOTDIR.tar ./usr/bin/qemu-arm-static +rm $ROOTDIR/usr/bin/qemu-arm-static diff --git a/setfont b/setfont new file mode 100755 index 0000000..84cb66b Binary files /dev/null and b/setfont differ diff --git a/setfont.c b/setfont.c new file mode 100644 index 0000000..cc0f16e --- /dev/null +++ b/setfont.c @@ -0,0 +1,683 @@ +#include +#include +#include +#include +#include +#include + +/* + * written 2011 by Johannes 'josch' Schauer + * + * consider everything that follows in the public domain. + * + * The following binary dump represents the font Lat15-Fixed16 found in + * /usr/share/consolefonts/Lat15-Fixed16.psf.gz on debian based distributions + * and is taken from the console-setup package and in the public domain as + * well. + * + * compile and strip symbols with: + * + * gcc -static setfont.c -o setfont + * strip setfont + * + */ + +unsigned char psfdata[8192] = { 0x00, 0x00, 0x00, 0x00, 0x0e, 0x10, 0x10, 0x10, +0x7c, 0x10, 0x10, 0x10, 0x3e, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x7f, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, +0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x08, 0x08, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x7f, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x3e, 0x49, 0x48, 0x48, +0x49, 0x3e, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x41, 0x22, 0x14, 0x08, 0x7f, 0x08, 0x7f, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x99, 0xa5, 0xa1, 0xa1, 0xa5, +0x99, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, +0x42, 0xb9, 0xa5, 0xa5, 0xb9, 0xa9, 0xa5, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x28, 0x48, 0x48, 0x7f, 0x48, 0x48, 0x48, +0x48, 0x4f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, 0x41, 0x41, +0x22, 0x22, 0x14, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x49, 0x09, 0x3f, 0x48, 0x48, 0x49, +0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x37, 0x48, 0x48, +0x48, 0x4e, 0x48, 0x48, 0x48, 0x48, 0x37, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x49, 0x49, 0x4f, 0x48, 0x48, 0x49, 0x36, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x41, 0x41, 0x22, 0x22, +0x14, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x1c, 0x08, 0x2a, 0x7f, 0x2a, 0x08, +0x1c, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x1c, +0x08, 0x2a, 0x7f, 0x2a, 0x08, 0x08, 0x2a, 0x7f, 0x2a, 0x08, 0x1c, 0x08, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x49, 0x49, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x42, 0xa4, 0xa4, 0x48, 0x10, 0x10, 0x2a, 0x55, 0x55, 0x8a, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf1, 0x5b, 0x55, 0x51, 0x51, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x92, +0x95, 0x95, 0xd2, 0xd0, 0xb7, 0xb0, 0x90, 0x90, 0x90, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x68, 0x58, 0x5f, 0x5c, 0x6c, 0x4a, 0x49, 0x49, +0x49, 0x4e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x08, +0x08, 0x0e, 0x38, 0x0e, 0x38, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1d, 0x22, 0x45, 0x49, 0x51, 0x22, +0x5c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, +0x08, 0x2a, 0x1c, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x10, 0x20, 0x7e, 0x20, 0x10, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x04, +0x7e, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x1c, 0x2a, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x88, 0x22, 0x88, 0x22, 0x88, 0x22, 0x88, 0x22, 0x88, +0x22, 0x88, 0x22, 0x88, 0x22, 0x88, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x28, 0x28, +0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x1c, 0x1c, 0x3e, 0x3e, +0x1c, 0x1c, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x60, 0x18, 0x06, 0x18, 0x60, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x22, 0x22, 0x22, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x12, +0x12, 0x7e, 0x24, 0x24, 0x7e, 0x48, 0x48, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x3e, 0x49, 0x48, 0x38, 0x0e, 0x09, 0x49, 0x3e, +0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x4a, 0x4a, +0x34, 0x08, 0x08, 0x16, 0x29, 0x29, 0x46, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x22, 0x22, 0x22, 0x1c, 0x39, 0x45, 0x42, 0x46, 0x39, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x04, 0x08, 0x08, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x08, 0x08, 0x04, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x10, 0x10, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x10, 0x10, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x49, 0x2a, 0x1c, 0x2a, 0x49, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x7f, +0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x08, 0x08, 0x10, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x04, 0x08, 0x08, 0x10, 0x10, 0x20, +0x40, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, +0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x24, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x18, 0x28, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, +0x02, 0x0c, 0x10, 0x20, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x02, 0x1c, 0x02, 0x02, 0x42, 0x42, 0x3c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x0c, 0x14, 0x24, +0x44, 0x44, 0x7e, 0x04, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x7e, 0x40, 0x40, 0x40, 0x7c, 0x02, 0x02, 0x02, 0x42, 0x3c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x20, 0x40, 0x40, 0x7c, +0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7e, 0x02, 0x02, 0x04, 0x04, 0x04, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x3c, 0x42, +0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3c, 0x42, 0x42, 0x42, 0x3e, 0x02, 0x02, 0x02, 0x04, 0x38, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, 0x00, 0x00, 0x00, +0x18, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x18, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x08, 0x10, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x04, 0x08, 0x10, 0x20, 0x10, 0x08, +0x04, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x7e, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x20, 0x10, 0x08, 0x04, 0x08, 0x10, 0x20, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, +0x02, 0x04, 0x08, 0x08, 0x00, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x22, 0x4a, 0x56, 0x52, 0x52, 0x52, 0x4e, 0x20, 0x1e, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x24, 0x42, +0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x7c, 0x42, 0x42, 0x42, 0x7c, 0x42, 0x42, 0x42, 0x42, 0x7c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x40, +0x40, 0x40, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x78, 0x44, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x44, 0x78, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x40, 0x40, 0x40, 0x7c, 0x40, +0x40, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x7e, 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x40, 0x4e, 0x42, +0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, +0x42, 0x42, 0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1f, 0x04, +0x04, 0x04, 0x04, 0x04, 0x04, 0x44, 0x44, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x42, 0x44, 0x48, 0x50, 0x60, 0x60, 0x50, 0x48, 0x44, +0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x40, +0x40, 0x40, 0x40, 0x40, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x42, 0x42, 0x66, 0x66, 0x5a, 0x5a, 0x42, 0x42, 0x42, 0x42, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x62, 0x62, 0x52, +0x52, 0x4a, 0x4a, 0x46, 0x46, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x42, 0x42, 0x42, 0x7c, +0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x5a, 0x66, 0x3c, 0x03, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7c, 0x42, 0x42, 0x42, 0x7c, 0x48, +0x44, 0x44, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3c, 0x42, 0x42, 0x40, 0x30, 0x0c, 0x02, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, +0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x41, 0x41, 0x22, 0x22, 0x22, 0x14, 0x14, +0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x42, +0x42, 0x42, 0x5a, 0x5a, 0x66, 0x66, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x42, 0x42, 0x24, 0x24, 0x18, 0x18, 0x24, 0x24, 0x42, +0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x41, 0x22, +0x22, 0x14, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x7e, 0x02, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x40, 0x7e, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0e, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x40, 0x40, 0x20, 0x10, 0x10, 0x08, 0x08, 0x04, 0x02, 0x02, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x70, 0x10, 0x10, 0x10, 0x10, 0x10, +0x10, 0x10, 0x10, 0x10, 0x10, 0x70, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, +0x24, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x10, 0x08, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x02, 0x3e, 0x42, +0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, +0x40, 0x5c, 0x62, 0x42, 0x42, 0x42, 0x42, 0x62, 0x5c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x40, 0x40, 0x40, 0x40, +0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x02, +0x3a, 0x46, 0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x7e, 0x40, 0x40, 0x42, +0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x10, 0x10, +0x7c, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x02, 0x3a, 0x44, 0x44, 0x44, 0x38, 0x20, 0x3c, 0x42, +0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x40, 0x5c, 0x62, +0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x08, 0x08, 0x00, 0x18, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x04, 0x00, 0x0c, 0x04, 0x04, +0x04, 0x04, 0x04, 0x04, 0x04, 0x48, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x40, 0x40, 0x44, 0x48, 0x50, 0x60, 0x50, 0x48, 0x44, 0x42, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x76, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x49, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x62, 0x42, 0x42, 0x42, +0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x62, 0x42, 0x42, 0x42, 0x42, +0x62, 0x5c, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3a, 0x46, 0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, 0x02, 0x02, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x5c, 0x62, 0x42, 0x40, 0x40, 0x40, 0x40, +0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, +0x42, 0x40, 0x30, 0x0c, 0x02, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x0c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x42, +0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x42, 0x42, 0x42, 0x24, 0x24, 0x24, 0x18, 0x18, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x49, 0x49, +0x49, 0x49, 0x49, 0x49, 0x36, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x42, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x42, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, +0x42, 0x26, 0x1a, 0x02, 0x02, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x7e, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x7e, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x10, 0x10, 0x08, 0x08, 0x10, 0x10, 0x08, +0x08, 0x10, 0x10, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x30, 0x08, 0x08, 0x10, 0x10, 0x08, 0x08, 0x10, 0x10, +0x08, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x31, 0x49, 0x46, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, +0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x06, +0x18, 0x60, 0x18, 0x06, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xf8, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x08, 0x08, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x24, 0x3c, 0x24, 0x24, +0x3c, 0x24, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x40, 0x3c, 0x42, 0x42, 0x3c, +0x02, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x1c, 0x02, 0x1e, 0x22, 0x1e, 0x00, 0x3e, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, +0x12, 0x24, 0x24, 0x48, 0x24, 0x24, 0x12, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x02, 0x02, +0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x1c, 0x22, 0x02, 0x1c, 0x20, 0x20, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x22, 0x02, 0x1c, 0x02, 0x22, +0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, +0x08, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, +0x22, 0x22, 0x22, 0x36, 0x2a, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x3e, 0x7a, 0x7a, 0x7a, 0x7a, 0x3a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0a, 0x0e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x18, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x30, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x18, 0x28, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x22, 0x22, +0x22, 0x1c, 0x00, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x48, 0x24, 0x24, 0x12, 0x24, 0x24, +0x48, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x62, +0x24, 0x28, 0x28, 0x12, 0x16, 0x2a, 0x4e, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x22, 0x62, 0x24, 0x28, 0x28, 0x14, 0x1a, 0x22, 0x44, +0x4e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x12, 0x24, +0x18, 0x68, 0x12, 0x16, 0x2a, 0x4e, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x08, 0x00, 0x08, 0x08, 0x30, 0x42, 0x42, 0x42, 0x3c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x18, 0x24, 0x24, 0x42, +0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, +0x00, 0x00, 0x18, 0x24, 0x24, 0x42, 0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x18, 0x24, 0x24, 0x42, 0x42, +0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, +0x00, 0x18, 0x24, 0x24, 0x42, 0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x18, 0x24, 0x24, 0x42, 0x42, 0x7e, +0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x18, 0x00, +0x18, 0x24, 0x24, 0x42, 0x42, 0x7e, 0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x40, 0x40, 0x40, +0x42, 0x42, 0x3c, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x7e, +0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x0c, 0x30, 0x00, 0x00, 0x7e, 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, +0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x7e, 0x40, +0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x24, 0x24, 0x00, 0x00, 0x7e, 0x40, 0x40, 0x40, 0x7c, 0x40, 0x40, 0x40, 0x40, +0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x06, 0x00, 0x00, 0x3e, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, +0x30, 0x00, 0x00, 0x3e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x3e, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, +0x00, 0x00, 0x3e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x44, 0x42, 0x42, 0xf2, +0x42, 0x42, 0x42, 0x44, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, +0x00, 0x42, 0x62, 0x62, 0x52, 0x52, 0x4a, 0x4a, 0x46, 0x46, 0x42, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, +0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, +0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, +0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x3c, +0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x24, 0x24, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, +0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x42, 0x24, 0x18, 0x24, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x02, 0x3a, 0x44, 0x46, 0x4a, 0x4a, 0x52, 0x52, 0x62, 0x22, +0x5c, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x42, 0x42, 0x42, +0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, +0x30, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, +0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, +0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x40, 0x78, 0x44, 0x42, 0x42, +0x44, 0x78, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x38, 0x44, 0x44, 0x44, 0x7c, 0x42, 0x42, 0x42, 0x62, 0x5c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x3c, 0x42, 0x02, 0x3e, +0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, +0x00, 0x00, 0x3c, 0x42, 0x02, 0x3e, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x3c, 0x42, 0x02, 0x3e, 0x42, +0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, +0x00, 0x3c, 0x42, 0x02, 0x3e, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x3c, 0x42, 0x02, 0x3e, 0x42, 0x42, +0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x18, 0x00, 0x00, +0x3c, 0x42, 0x02, 0x3e, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0xf7, +0x00, 0xf7, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0xff, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0f, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0xff, 0x08, 0xff, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, +0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0xff, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x0f, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x08, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x3c, 0x42, 0x40, 0x40, 0x40, 0x40, 0x42, 0x3c, 0x08, 0x30, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x30, 0x0c, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x7e, 0x40, 0x40, +0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, +0x3c, 0x42, 0x42, 0x7e, 0x40, 0x40, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x7e, 0x40, 0x40, 0x42, +0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x3c, +0x42, 0x42, 0x7e, 0x40, 0x40, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x30, 0x0c, 0x00, 0x00, 0x18, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, 0x18, 0x08, +0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x18, 0x24, 0x00, 0x00, 0x18, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x18, 0x08, 0x08, +0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, +0x0c, 0x14, 0x22, 0x02, 0x3e, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x5c, 0x62, 0x42, 0x42, +0x42, 0x42, 0x42, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x0c, +0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, +0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, +0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, +0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, +0x3c, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x7e, 0x00, 0x00, 0x18, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x3c, +0x46, 0x4a, 0x4a, 0x52, 0x52, 0x62, 0x3c, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x30, 0x0c, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x30, 0x00, 0x00, 0x42, 0x42, +0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x18, 0x24, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x42, 0x46, 0x3a, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x00, 0x00, 0x42, 0x42, 0x42, +0x42, 0x42, 0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, +0x30, 0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x26, 0x1a, 0x02, 0x02, 0x3c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x20, 0x3c, 0x22, 0x22, 0x22, +0x24, 0x28, 0x30, 0x20, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, +0x00, 0x00, 0x42, 0x42, 0x42, 0x42, 0x42, 0x26, 0x1a, 0x02, 0x02, 0x3c, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x42, 0x42, 0x3c, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x40, 0x4e, 0x42, +0x42, 0x46, 0x3a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x42, 0x42, 0x3c, 0x00, +0x02, 0x3a, 0x44, 0x44, 0x44, 0x38, 0x20, 0x3c, 0x42, 0x42, 0x3c, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x08, 0x08, 0x00, 0x00, 0x3e, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, +0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x18, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x30, 0x0c, 0x02, 0x42, 0x42, +0x3c, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, +0x42, 0x40, 0x30, 0x0c, 0x02, 0x42, 0x3c, 0x08, 0x30, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, +0x18, 0x00, 0x00, 0x3c, 0x42, 0x42, 0x40, 0x30, 0x0c, 0x02, 0x42, 0x42, 0x3c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x18, 0x00, 0x00, 0x3c, 0x42, +0x40, 0x30, 0x0c, 0x02, 0x42, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x18, +0x00, 0x00, 0x7e, 0x02, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x40, 0x7e, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x18, 0x00, 0x00, 0x7e, 0x02, 0x04, +0x08, 0x10, 0x20, 0x40, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x0c, 0x10, 0x10, 0x10, 0x7c, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x60, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x24, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x08, 0x10, 0x10, 0x18, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x18, 0x08, 0x08, +0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x18, 0x08, 0x08, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x22, 0x44, 0x44, 0x66, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x66, 0x22, 0x22, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x66, 0x22, 0x22, 0x44, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x7c, 0x7c, 0x7c, 0x38, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x04, 0x04, +0x08, 0x08, 0x04, 0x04, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x40, 0x40, 0x20, 0x20, 0x10, 0x10, 0x20, 0x20, 0x40, 0x40, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x12, 0x20, 0x7c, 0x20, +0x7c, 0x20, 0x20, 0x12, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x08, 0x08, 0x7e, 0x08, 0x08, 0x7e, 0x08, 0x08, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0x4c, 0x00, +0x32, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x2c, 0x32, 0x22, 0x22, 0x22, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, +0x00, 0x24, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x40, 0x40, 0x7e, 0x40, +0x40, 0x3e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, +0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; + +int main(int argc, char **argv) +{ + struct console_font_op cfo; + int fd; + + fd = open(argv[1], O_RDWR); + if (fd == -1) { + perror("open"); + return 1; + } + + cfo.op = KD_FONT_OP_SET; + cfo.flags = 0; + cfo.width = 8; + cfo.height = 16; + cfo.charcount = 256; + cfo.data = psfdata; + ret = ioctl(fd, KDFONTOP, &cfo); + if (ret == -1) { + perror("ioctl"); + return 1; + } + + close(fd); + + return 0; +}