This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hi,
We have our own customized board using MityDSP (Criticallink). We are using SDK provided by Criticallink. We have linux VM with ubuntu 14.04 and host machine Windows 10 pro. Now we are trying to debug our software with Spectrum digital XDS200 emulator. We are using USB 2.0 for XDS200 connection. We are facing problems in test connection when we test it with CCS5.5 and CCS 6.1.3 in Linux VM. Attaching screenshot for the error.
XDS200 works fine when we test it in windows host operating system with CCS 6.2.0.
We tried to update XDS200 driver but we were not able to update. XDS200 has software version 1.0.0.8. Please suggest how to rectify this problem as we need to run our project in linux.
Thanks in advance.
Hi,
Error 250 is typically when the host PC cannot recognize the Debug Probe. This is described in the section Host Connection Error of the page below:
software-dl.ti.com/.../ccsv7_debugging_jtag_connectivity_issues.html
First run the xds2xx_conf command. You should get something similar to what is shown below:
If not, check if the Debug Probe is connected to the guest and not the host operating system.
My setup is a bit different than yours. I am using VmWare Workstation 12 Pro (12.5.6 build-5528349) with Ubuntu 16.04/64 and CCSv6.2.0. Some other versions may or may not show issues as reported in the wiki page below:
http://processors.wiki.ti.com/index.php/VMware_with_CCS
With this I am able to connect to the XDS200 without problems.
Hope this helps,
Rafael
Hi,
I just set up a VM with Ubuntu 14.04/64 to run CCSv6.2.0 and the result is the same: I am able to connect to the XDS200.
However, can you test if you are able to connect to it by running CCS as a root/sudo? If so, then it is possible that you did not run the install_script.sh at the end of your setup to properly set up the udev rules and allow user access to the Debug Probe.
That is really my last idea, given that I can't reproduce this issue here.
By the way, the Advanced tab does not have anything special.
Regards,
Rafael
Hi Rafael,
Thanks for your suggestion. We have tested with CCSv5.5.0 and CCSv6.1.3. We will try to check with CCSv 6.2.0. As you mentioned we have Install_drivers.sh (not install_script.sh) in the folder opt/ti/ccsv5/install_scripts and opt/ti/ccsv6/install_scripts folders for ccsv5 and ccsv6 respectively. We tried to run both the files. I checked the files, it looks that it contains XDS100 driver. Is it same for XDS200? I am attaching the files for both ccs version for your reference. I renamed both files as per ccs version for your reference. It is actually Install_drivers.sh.
Thanks & Regards,
Rushina
#!/bin/sh if [ -f /opt/ti/ccsv5/install_scripts/ti_xds100_linux_install.sh ]; then /opt/ti/ccsv5/install_scripts/ti_xds100_linux_install.sh --install fi
#!/bin/sh if [ -f /opt/ti/ccsv6/install_scripts/ti_xds100_linux_install.sh ]; then /opt/ti/ccsv6/install_scripts/ti_xds100_linux_install.sh --install fi if [ -f /opt/ti/ccsv6/install_scripts/msp430uif_install.sh ]; then /opt/ti/ccsv6/install_scripts/msp430uif_install.sh --install fi
Rushina,
Hmm, it seems you installed CCS as a root, which shouldn't require you to run the install_drivers.sh file. (sorry, I mentioned the wrong filename before).
In the light of this, can you check if you see the following files in the udev rules directory as shown below?
udev said:user@host:/opt/ti/ccsv6/install_scripts$ ls -l /etc/udev/rules.d/
total 28
-rw-r--r-- 1 root root 381 Aug 25 15:45 61-msp430uif.rules
-rwxr-xr-x 1 root root 2145 Aug 25 15:45 70-mm-no-ti-emulators.rules
-rw-r--r-- 1 root root 691 Aug 25 15:45 71-bh-permissions.rules
-rw-r--r-- 1 root root 559 Aug 25 15:45 71-sd-permissions.rules
-rw-r--r-- 1 root root 1814 Aug 25 15:45 71-ti-permissions.rules
-rw-r--r-- 1 root root 4286 Aug 25 15:47 99-jlink.rules
These files set user access for several of the JTAG debuggers supported by CCS. The 71-bh*, 71-sd* and 99-* are applicable only to the third party debug probes from BlackHawk and Spectrum Digital.
Regards,
Rafael
How many devices does the following command show?Rushina Trivedi said:We are facing problems in test connection when we test it with CCS5.5 and CCS 6.1.3 in Linux VM.
The XDS200 emuerates two ttyACM* devices. If there are more than two ttyACM* devices then CCS 6 may attempt to open a ttyACM* device for something which isn't the XDS200, leading to the E_RPCENV_IO_ERROR(-6) No connection: DTC_IO_Open::dtc_io error. You can work-around this by changing the "Debug Probe I/O Port Number" in the target configuration -see XDS troubleshooting on Linuxls -l /dev/ttyACM*
The 99-* rules are for a Segger J-Link, so lack of the 99-* rules doesn't explain the problem.Rushina Trivedi said:There is no 99-* rules. can it create problems?
Looking at a CCS 7.2 installation under Ubuntu 16.04 LTS shows that the rules for an XDS200 are in /etc/udev/rules.d/71-ti-permissions.rules, which is present in your system.
We have XDS200 from Spectrum digital. In the connection, there is no option for spectrum digital XDS2xx. So we select Texas Instruments XDS2xx USB Debug Probe.
In /etc/udev/rules.d folder there are two files
1) 71-ti-permissions.rules
2) 71-sd-permissions.rules
which rule file is applicable? I find one difference between two files is that there is no ttyACM rule in 71-sd-permissions.rules. I am attaching both files for your reference. I have changed the name to *.txt for upload purpose.
# Spectrum Digital USB devices SUBSYSTEM=="usb", ATTR{idVendor}=="0c55" ,ATTR{idProduct}=="0540", ATTR{manufacturer}=="Spectrum Digital Inc.",MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="0c55" ,ATTR{idProduct}=="0510", ATTR{manufacturer}=="Spectrum Digital, Inc.",MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="0c55" ,ATTR{idProduct}=="2000", ATTR{manufacturer}=="Spectrum Digital, Inc.",MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="0c55" ,ATTR{idProduct}=="0562",MODE="0666" SUBSYSTEM=="usb", ATTR{idVendor}=="0c55" ,ATTR{idProduct}=="0566",MODE="0666"
SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0403",ATTRS{idProduct}=="a6d0",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0403",ATTRS{idProduct}=="a6d1",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0403",ATTRS{idProduct}=="6010",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0403",ATTRS{idProduct}=="bcd9",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0403",ATTRS{idProduct}=="bcda",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="1cbe",ATTRS{idProduct}=="00fd",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="1cbe",ATTRS{idProduct}=="00ff",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0451",ATTRS{idProduct}=="bef1",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0451",ATTRS{idProduct}=="bef2",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0451",ATTRS{idProduct}=="bef3",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0451",ATTRS{idProduct}=="bef4",MODE:="0666" SUBSYSTEM=="usb",ENV{DEVTYPE}=="usb_device",ATTRS{idVendor}=="0451",ATTRS{idProduct}=="c32a",MODE:="0666" ATTRS{idVendor}=="0451",ATTRS{idProduct}=="bef0",ENV{ID_MM_DEVICE_IGNORE}="1" ATTRS{idVendor}=="0c55",ATTRS{idProduct}=="0220",ENV{ID_MM_DEVICE_IGNORE}="1" KERNEL=="ttyACM[0-9]*",MODE:="0666"
Thanks & Regards,
Rushina.
The XDS200 has a USB vendor ID of 0451 and a product ID of bef0, which is in the 71-ti-permissions.rules file.Rushina Trivedi said:which rule file is applicable?
Your previous output of the ls -l /dev/ttyACM? command showed that the /dev/ttyACM0 and /dev/ttyACM1 devices have been granted rw permission for owner, group and others so can't see a problem with the permission rules.Rushina Trivedi said:It means there is no problem with permission rules file?
Correct.Rushina Trivedi said:As I mentioned we select Texas Instrument XDS2xx Debug probe for Spectrum digital XDS2xx should not be a problem, right?
Agreed, but don't know what is causing the problem.Some suggestions to collect more information on the the problem:Rushina Trivedi said:So, it means the problem is somewhere else?
1) Try running the command before and after the failure to connect to the XDS200:
That command causes the Modem Manager to list which modems it has identified. The 70-ti-permissions.rules has an ENV{ID_MM_DEVICE_IGNORE}="1" entry which is supposed to prevent the Modem Manager from trying to open the XDS200 /dev/ttyACM? devices as modems.sudo mmcli -L
2) After plugging in the XDS200 and a failure to connect to the XDS200 what are the message in dmesg? The messages in dmesg may identify the problem.
3) You mentioned ./xds2xx_conf get xds2xxu 0 stops working. Can you run xds2xx_conf under strace and post the results. That should details on the error xds2xx_conf is detected.
I am really sorry for the delay in my response.
I am attaching log files and screenshots with respective command names. Please have a look and let me know if I am missing something.
For test connection screenshot, after first screenshot, it takes few minutes to respond from XDS200. The response in is second screenshot.
Thanks.
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.2.0-27-generic (buildd@lcy01-23) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 (Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1) [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic root=/dev/mapper/vagrantup--vg-root ro [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] MTRR: Disabled [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01ff3000, 0x01ff3fff] PGTABLE [ 0.000000] BRK [0x01ff4000, 0x01ff4fff] PGTABLE [ 0.000000] BRK [0x01ff5000, 0x01ff5fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] [mem 0x7fc00000-0x7fdfffff] page 2M [ 0.000000] BRK [0x01ff6000, 0x01ff6fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x60000000-0x7fbfffff] [ 0.000000] [mem 0x60000000-0x7fbfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff] [ 0.000000] [mem 0x40000000-0x5fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x3fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffeffff] [ 0.000000] [mem 0x7fe00000-0x7ffeffff] page 4k [ 0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x356ec000-0x36b6dfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) [ 0.000000] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 0x000000007FFF0470 0021C8 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.000000] ACPI: FACS 0x000000007FFF0200 000040 [ 0.000000] ACPI: FACS 0x000000007FFF0200 000040 [ 0.000000] ACPI: APIC 0x000000007FFF0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000000] ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7ffeb000-0x7ffeffff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffe7001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffeffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff] [ 0.000000] On node 0 totalpages: 524174 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8128 pages used for memmap [ 0.000000] DMA32 zone: 520176 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88007fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] pcpu-alloc: s96728 r8192 d30248 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic root=/dev/mapper/vagrantup--vg-root ro [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 2025932K/2096696K available (7940K kernel code, 1243K rwdata, 3816K rodata, 1468K init, 1292K bss, 70764K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] tsc: Detected 2666.362 MHz processor [ 0.004000] Calibrating delay loop (skipped) preset value.. 5332.72 BogoMIPS (lpj=10665448) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.004000] ACPI: Core revision 20150619 [ 0.004000] ACPI: All ACPI Tables successfully acquired [ 0.004000] Security Framework initialized [ 0.004000] AppArmor: AppArmor initialized [ 0.004000] Yama: becoming mindful. [ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.004000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.004000] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Initializing cgroup subsys blkio [ 0.004000] Initializing cgroup subsys memory [ 0.004000] Initializing cgroup subsys devices [ 0.004000] Initializing cgroup subsys freezer [ 0.004000] Initializing cgroup subsys net_cls [ 0.004000] Initializing cgroup subsys perf_event [ 0.004000] Initializing cgroup subsys net_prio [ 0.004000] Initializing cgroup subsys hugetlb [ 0.004000] CPU: Physical Processor ID: 0 [ 0.004000] CPU: Processor Core ID: 0 [ 0.004000] mce: CPU supports 0 MCE banks [ 0.004000] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 [ 0.004000] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0 [ 0.004000] Freeing SMP alternatives memory: 28K (ffffffff81ea7000 - ffffffff81eae000) [ 0.004000] ftrace: allocating 30981 entries in 122 pages [ 0.008256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.016000] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz (fam: 06, model: 17, stepping: 0a) [ 0.016000] Performance Events: unsupported p6 CPU model 23 no PMU driver, software events only. [ 0.016000] KVM setup paravirtual spinlock [ 0.016000] x86: Booting SMP configuration: [ 0.016000] .... node #0, CPUs: #1 [ 0.004000] kvm-clock: cpu 1, msr 0:7ffe7041, secondary cpu clock [ 0.004000] mce: CPU supports 0 MCE banks [ 0.016080] x86: Booted up 1 node, 2 CPUs [ 0.016094] smpboot: Total of 2 processors activated (10665.44 BogoMIPS) [ 0.016640] devtmpfs: initialized [ 0.022705] evm: security.selinux [ 0.022713] evm: security.SMACK64 [ 0.022716] evm: security.SMACK64EXEC [ 0.022719] evm: security.SMACK64TRANSMUTE [ 0.022722] evm: security.SMACK64MMAP [ 0.022726] evm: security.ima [ 0.022729] evm: security.capability [ 0.024153] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.024259] pinctrl core: initialized pinctrl subsystem [ 0.024270] RTC time: 5:12:23, date: 09/13/17 [ 0.024299] NET: Registered protocol family 16 [ 0.032013] cpuidle: using governor ladder [ 0.036015] cpuidle: using governor menu [ 0.036316] ACPI: bus type PCI registered [ 0.036322] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.036492] PCI: Using configuration type 1 for base access [ 0.041177] ACPI: Added _OSI(Module Device) [ 0.041177] ACPI: Added _OSI(Processor Device) [ 0.041177] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.041177] ACPI: Added _OSI(Processor Aggregator Device) [ 0.041351] ACPI: Executed 1 blocks of module-level executable AML code [ 0.046003] ACPI: Interpreter enabled [ 0.046017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580) [ 0.046026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580) [ 0.046034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150619/hwxface-580) [ 0.046044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150619/hwxface-580) [ 0.046055] ACPI: (supports S0 S5) [ 0.046059] ACPI: Using IOAPIC for interrupt routing [ 0.046293] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.051949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.051959] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.051969] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.052065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.052386] PCI host bridge to bus 0000:00 [ 0.052392] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.052396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.052401] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.052405] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.052411] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffdfffff window] [ 0.052472] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.053236] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.054247] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.054878] pci 0000:00:01.1: reg 0x20: [io 0xd000-0xd00f] [ 0.055138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.055147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.055151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.055155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.055503] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 [ 0.060135] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff pref] [ 0.073167] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.076000] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf001ffff] [ 0.080000] pci 0000:00:03.0: reg 0x18: [io 0xd010-0xd017] [ 0.089205] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.092000] pci 0000:00:04.0: reg 0x10: [io 0xd020-0xd03f] [ 0.092313] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff] [ 0.096000] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref] [ 0.104641] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.108000] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff] [ 0.121687] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.124169] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI [ 0.124227] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.124631] pci 0000:00:08.0: [8086:100e] type 00 class 0x020000 [ 0.128000] pci 0000:00:08.0: reg 0x10: [mem 0xf0820000-0xf083ffff] [ 0.132000] pci 0000:00:08.0: reg 0x18: [io 0xd040-0xd047] [ 0.141315] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320 [ 0.144000] pci 0000:00:0b.0: reg 0x10: [mem 0xf0840000-0xf0840fff] [ 0.157171] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 [ 0.160000] pci 0000:00:0d.0: reg 0x10: [io 0xd048-0xd04f] [ 0.164312] pci 0000:00:0d.0: reg 0x18: [io 0xd058-0xd05f] [ 0.168310] pci 0000:00:0d.0: reg 0x20: [io 0xd070-0xd07f] [ 0.172000] pci 0000:00:0d.0: reg 0x24: [mem 0xf0842000-0xf0843fff] [ 0.176947] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11) [ 0.177317] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) [ 0.177452] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) [ 0.177591] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) [ 0.177921] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.178785] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.178797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.180006] vgaarb: loaded [ 0.180011] vgaarb: bridge control possible 0000:00:02.0 [ 0.180941] SCSI subsystem initialized [ 0.181141] libata version 3.00 loaded. [ 0.181141] ACPI: bus type USB registered [ 0.181141] usbcore: registered new interface driver usbfs [ 0.181141] usbcore: registered new interface driver hub [ 0.181141] usbcore: registered new device driver usb [ 0.184286] PCI: Using ACPI for IRQ routing [ 0.184286] PCI: pci_cache_line_size set to 64 bytes [ 0.184457] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] [ 0.184466] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff] [ 0.185004] NetLabel: Initializing [ 0.185014] NetLabel: domain hash size = 128 [ 0.185018] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.185068] NetLabel: unlabeled traffic allowed by default [ 0.185607] clocksource: Switched to clocksource kvm-clock [ 0.203773] AppArmor: AppArmor Filesystem Enabled [ 0.203913] pnp: PnP ACPI init [ 0.204080] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.204264] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) [ 0.205771] pnp: PnP ACPI: found 2 devices [ 0.213448] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.213497] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.213510] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.213512] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.213515] pci_bus 0000:00: resource 7 [mem 0x80000000-0xffdfffff window] [ 0.213614] NET: Registered protocol family 2 [ 0.214363] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.214477] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.214591] TCP: Hash tables configured (established 16384 bind 16384) [ 0.214847] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.214909] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.215068] NET: Registered protocol family 1 [ 0.215117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.215165] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.215222] pci 0000:00:02.0: Video device with shadowed ROM [ 0.218480] PCI: CLS 0 bytes, default 64 [ 0.218784] Trying to unpack rootfs image as initramfs... [ 0.671364] Freeing initrd memory: 21000K (ffff8800356ec000 - ffff880036b6e000) [ 0.672159] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.672296] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0x60b [ 0.672373] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0x60b [ 0.672563] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.672773] Scanning for low memory corruption every 60 seconds [ 0.673312] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.673400] Initialise system trusted keyring [ 0.673463] audit: initializing netlink subsys (disabled) [ 0.673508] audit: type=2000 audit(1505279554.984:1): initialized [ 0.674216] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.676845] zpool: loaded [ 0.676851] zbud: loaded [ 0.677231] VFS: Disk quotas dquot_6.6.0 [ 0.677299] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.678165] fuse init (API version 7.23) [ 0.678389] Key type big_key registered [ 0.679886] Key type asymmetric registered [ 0.679901] Asymmetric key parser 'x509' registered [ 0.679932] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.680107] io scheduler noop registered [ 0.680113] io scheduler deadline registered (default) [ 0.680168] io scheduler cfq registered [ 0.680332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.680349] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.680410] vesafb: mode is 640x480x32, linelength=2560, pages=0 [ 0.680414] vesafb: scrolling: redraw [ 0.680418] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.680453] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90000400000, using 1216k, total 1216k [ 0.683326] Console: switching to colour frame buffer device 80x30 [ 0.684823] fb0: VESA VGA frame buffer device [ 0.684941] intel_idle: does not run on family 6 model 23 [ 0.685146] ACPI: AC Adapter [AC] (on-line) [ 0.685262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.685308] ACPI: Power Button [PWRF] [ 0.687351] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.688205] ACPI: Sleep Button [SLPF] [ 0.689531] GHES: HEST is not enabled! [ 0.690276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.692875] Linux agpgart interface v0.103 [ 0.698214] brd: module loaded [ 0.704389] loop: module loaded [ 0.707335] ata_piix 0000:00:01.1: version 2.13 [ 0.708350] scsi host0: ata_piix [ 0.709154] scsi host1: ata_piix [ 0.709692] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 [ 0.710184] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 [ 0.710822] libphy: Fixed MDIO Bus: probed [ 0.711332] tun: Universal TUN/TAP device driver, 1.6 [ 0.711797] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 0.713667] PPP generic driver version 2.4.2 [ 0.714737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.715261] ehci-pci: EHCI PCI platform driver [ 0.717077] ehci-pci 0000:00:0b.0: EHCI Host Controller [ 0.717686] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1 [ 0.719210] ehci-pci 0000:00:0b.0: irq 19, io mem 0xf0840000 [ 0.733433] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00 [ 0.736480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.736990] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.737968] usb usb1: Product: EHCI Host Controller [ 0.738451] usb usb1: Manufacturer: Linux 4.2.0-27-generic ehci_hcd [ 0.738907] usb usb1: SerialNumber: 0000:00:0b.0 [ 0.739893] hub 1-0:1.0: USB hub found [ 0.740381] hub 1-0:1.0: 12 ports detected [ 0.741332] ehci-platform: EHCI generic platform driver [ 0.741798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742316] ohci-pci: OHCI PCI platform driver [ 0.743635] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 0.743730] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2 [ 0.743730] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000 [ 0.796133] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.798463] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799178] usb usb2: Product: OHCI PCI host controller [ 0.799178] usb usb2: Manufacturer: Linux 4.2.0-27-generic ohci_hcd [ 0.799178] usb usb2: SerialNumber: 0000:00:06.0 [ 0.801441] hub 2-0:1.0: USB hub found [ 0.802017] hub 2-0:1.0: 12 ports detected [ 0.803137] ohci-platform: OHCI generic platform driver [ 0.803628] uhci_hcd: USB Universal Host Controller Interface driver [ 0.804427] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 0.806608] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807235] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808068] mousedev: PS/2 mouse device common for all mice [ 0.824430] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 0.826935] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 0.827467] i2c /dev entries driver [ 0.828042] device-mapper: uevent: version 1.0.3 [ 0.828829] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com [ 0.829840] ledtrig-cpu: registered to indicate activity on CPUs [ 0.830757] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 0.832175] PCCT header not found. [ 0.833034] NET: Registered protocol family 10 [ 0.834565] NET: Registered protocol family 17 [ 0.835121] Key type dns_resolver registered [ 0.836078] Loading compiled-in X.509 certificates [ 0.837810] Loaded X.509 cert 'Build time autogenerated kernel key: 736e2f9ea1b4728a15ac169b1869267e1128d6e8' [ 0.838847] registered taskstats version 1 [ 0.839407] zswap: loading zswap [ 0.839915] zswap: using zbud pool [ 0.840472] zswap: using lzo compressor [ 0.855769] Key type trusted registered [ 0.871914] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 0.876188] ata2.00: configured for UDMA/33 [ 0.878059] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 0.880434] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 0.881089] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 0.881942] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 0.882741] sr 1:0:0:0: Attached scsi generic sg0 type 5 [ 0.895408] Key type encrypted registered [ 0.897810] AppArmor: AppArmor sha1 policy hashing enabled [ 0.898326] ima: No TPM chip found, activating TPM-bypass! [ 0.898834] evm: HMAC attrs: 0x1 [ 0.900261] Magic number: 1:690:213 [ 0.900928] rtc_cmos rtc_cmos: setting system clock to 2017-09-13 05:12:24 UTC (1505279544) [ 0.902186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.902650] EDD information not available. [ 0.903318] PM: Hibernation image not present or could not be loaded. [ 0.909795] Freeing unused kernel memory: 1468K (ffffffff81d38000 - ffffffff81ea7000) [ 0.913004] Write protecting the kernel read-only data: 12288k [ 0.922874] Freeing unused kernel memory: 240K (ffff8800017c4000 - ffff880001800000) [ 0.924636] Freeing unused kernel memory: 280K (ffff880001bba000 - ffff880001c00000) [ 1.091166] systemd-udevd[107]: starting version 204 [ 1.224805] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.453596] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 1.457939] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.591297] usb 1-1: New USB device found, idVendor=0451, idProduct=bef0 [ 1.594399] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.594986] usb 1-1: Product: XDS2xx USB Emulator - Composit [ 1.595535] usb 1-1: Manufacturer: Spectrum Digital [ 1.596212] usb 1-1: SerialNumber: S200-000E99039000 [ 1.853939] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 [ 1.857352] tsc: Refined TSC clocksource calibration: 2665.271 MHz [ 1.865131] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x266b1717b41, max_idle_ns: 440795288604 ns [ 1.906815] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:36:ea:9b [ 1.909928] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 2.367214] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:fb:7e:7f [ 2.370526] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection [ 2.371483] ahci 0000:00:0d.0: version 3.0 [ 2.374306] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled [ 2.375538] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode [ 2.380086] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 2.388882] scsi host2: ahci [ 2.390122] ata3: SATA max UDMA/133 abar m8192@0xf0842000 port 0xf0842100 irq 21 [ 2.805985] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.808694] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 2.809698] ata3.00: 251658240 sectors, multi 128: LBA48 NCQ (depth 31/32) [ 2.810552] ata3.00: configured for UDMA/133 [ 2.811423] scsi 2:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 2.813317] sd 2:0:0:0: [sda] 251658240 512-byte logical blocks: (128 GB/120 GiB) [ 2.814540] sd 2:0:0:0: [sda] Write Protect is off [ 2.815177] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.815258] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 2.816023] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.841545] sda: sda1 sda2 < sda5 > [ 2.844609] sd 2:0:0:0: [sda] Attached SCSI disk [ 2.987821] random: lvm urandom read with 30 bits of entropy available [ 4.476576] floppy0: no floppy controllers found [ 4.695573] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem [ 4.698017] EXT4-fs (dm-0): write access will be enabled during recovery [ 5.228033] random: nonblocking pool is initialized [ 7.126254] EXT4-fs (dm-0): orphan cleanup on readonly fs [ 7.130190] EXT4-fs (dm-0): 9 orphan inodes deleted [ 7.130946] EXT4-fs (dm-0): recovery complete [ 7.765892] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 9.780902] init: plymouth-upstart-bridge main process (187) terminated with status 1 [ 9.785623] init: plymouth-upstart-bridge main process ended, respawning [ 9.862432] init: plymouth-upstart-bridge main process (197) terminated with status 1 [ 9.868905] init: plymouth-upstart-bridge main process ended, respawning [ 9.904888] init: plymouth-upstart-bridge main process (200) terminated with status 1 [ 9.905930] init: plymouth-upstart-bridge main process ended, respawning [ 9.978431] init: plymouth-upstart-bridge main process (201) terminated with status 1 [ 9.982613] init: plymouth-upstart-bridge main process ended, respawning [ 10.062807] init: plymouth-upstart-bridge main process (203) terminated with status 1 [ 10.067813] init: plymouth-upstart-bridge main process ended, respawning [ 10.087339] init: plymouth-upstart-bridge main process (206) terminated with status 1 [ 10.090562] init: plymouth-upstart-bridge main process ended, respawning [ 10.129329] init: plymouth-upstart-bridge main process (207) terminated with status 1 [ 10.135500] init: plymouth-upstart-bridge main process ended, respawning [ 16.539741] Adding 1535996k swap on /dev/mapper/vagrantup--vg-swap_1. Priority:-1 extents:1 across:1535996k FS [ 16.612554] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro [ 17.717922] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 17.756871] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null) [ 17.787493] systemd-udevd[341]: starting version 204 [ 18.367906] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 18.378355] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5 [ 18.783283] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0 [ 18.906306] lp: driver loaded but no devices found [ 18.928450] vboxguest: module verification failed: signature and/or required key missing - tainting kernel [ 19.080683] FS-Cache: Loaded [ 19.253759] RPC: Registered named UNIX socket transport module. [ 19.253773] RPC: Registered udp transport module. [ 19.253774] RPC: Registered tcp transport module. [ 19.253775] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 19.336901] FS-Cache: Netfs 'nfs' registered for caching [ 19.468254] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 19.536454] vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds [ 20.176455] cdc_acm 1-1:1.0: ttyACM0: USB ACM device [ 20.201561] cdc_acm 1-1:1.2: ttyACM1: USB ACM device [ 20.268542] usbcore: registered new interface driver cdc_acm [ 20.268565] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 20.405805] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input6 [ 20.664629] vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) [ 20.664725] vboxguest: Successfully loaded version 5.1.24 (interface 0x00010004) [ 21.598935] audit: type=1400 audit(1505279565.193:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=488 comm="apparmor_parser" [ 21.598955] audit: type=1400 audit(1505279565.193:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=488 comm="apparmor_parser" [ 21.598961] audit: type=1400 audit(1505279565.193:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.599413] audit: type=1400 audit(1505279565.193:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=488 comm="apparmor_parser" [ 21.599420] audit: type=1400 audit(1505279565.193:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.599743] audit: type=1400 audit(1505279565.193:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.625698] Bluetooth: Core ver 2.20 [ 21.626174] NET: Registered protocol family 31 [ 21.626178] Bluetooth: HCI device and connection manager initialized [ 21.626243] Bluetooth: HCI socket layer initialized [ 21.626247] Bluetooth: L2CAP socket layer initialized [ 21.626315] Bluetooth: SCO socket layer initialized [ 21.748016] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 21.748052] Bluetooth: BNEP filters: protocol multicast [ 21.748073] Bluetooth: BNEP socket layer initialized [ 21.815939] systemd-journald[497]: Failed to resolve 'systemd-journal' group: No such process [ 21.880469] floppy0: no floppy controllers found [ 22.328621] Bluetooth: RFCOMM TTY layer initialized [ 22.328650] Bluetooth: RFCOMM socket layer initialized [ 22.328703] Bluetooth: RFCOMM ver 1.11 [ 23.580597] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 23.581210] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 23.602664] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 23.903558] init: avahi-cups-reload main process (590) terminated with status 1 [ 23.950976] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 23.970853] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 23.970905] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 24.565029] ppdev: user-space parallel port driver [ 25.555239] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE [ 144.981699] init: failsafe main process (614) killed by TERM signal [ 145.857640] audit: type=1400 audit(1505279692.571:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1030 comm="apparmor_parser" [ 145.857679] audit: type=1400 audit(1505279692.571:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1030 comm="apparmor_parser" [ 145.857708] audit: type=1400 audit(1505279692.571:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.857839] audit: type=1400 audit(1505279692.571:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1029 comm="apparmor_parser" [ 145.857847] audit: type=1400 audit(1505279692.571:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=1029 comm="apparmor_parser" [ 145.858222] audit: type=1400 audit(1505279692.571:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=1029 comm="apparmor_parser" [ 145.858368] audit: type=1400 audit(1505279692.571:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1030 comm="apparmor_parser" [ 145.858374] audit: type=1400 audit(1505279692.571:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.858684] audit: type=1400 audit(1505279692.571:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.880439] audit: type=1400 audit(1505279692.595:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1032 comm="apparmor_parser" [ 149.711240] init: plymouth-upstart-bridge main process ended, respawning [ 149.854021] vboxsf: Successfully loaded version 5.1.24 (interface 0x00010004) [ 149.861312] init: plymouth-upstart-bridge main process (1268) terminated with status 1 [ 149.861355] init: plymouth-upstart-bridge main process ended, respawning [ 152.445177] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 152.461148] NFSD: starting 90-second grace period (net ffffffff81cecd00) [ 155.819315] VBoxService 5.1.24 r117012 (verbosity: 0) linux.amd64 (Jul 17 2017 17:16:12) release log [ 155.819315] 00:00:00.000902 main Log opened 2017-09-13T05:15:02.536583000Z [ 155.819465] 00:00:00.001134 main OS Product: Linux [ 155.819500] 00:00:00.001172 main OS Release: 4.2.0-27-generic [ 155.819534] 00:00:00.001206 main OS Version: #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 [ 155.819584] 00:00:00.001240 main Executable: /opt/VBoxGuestAdditions-5.1.24/sbin/VBoxService [ 155.819584] 00:00:00.001241 main Process ID: 1527 [ 155.819584] 00:00:00.001242 main Package type: LINUX_64BITS_GENERIC [ 155.821564] 00:00:00.003210 main 5.1.24 r117012 started. Verbose level = 0 [ 155.873843] 00:00:00.055434 automount vbsvcAutoMountWorker: Shared folder 'Ubuntu_Shared_Folder' was mounted to '/media/sf_Ubuntu_Shared_Folder' [ 156.617421] init: plymouth-stop pre-start process (1587) terminated with status 1 [ 189.556902] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 189.609603] ISO 9660 Extensions: RRIP_1991A
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.2.0-27-generic (buildd@lcy01-23) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 (Ubuntu 4.2.0-27.32~14.04.1-generic 4.2.8-ckt1) [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic root=/dev/mapper/vagrantup--vg-root ro [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffeffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007fff0000-0x000000007fffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.5 present. [ 0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006 [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x7fff0 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR variable ranges disabled: [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] MTRR: Disabled [ 0.000000] CPU MTRRs all blank - virtualized system. [ 0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01ff3000, 0x01ff3fff] PGTABLE [ 0.000000] BRK [0x01ff4000, 0x01ff4fff] PGTABLE [ 0.000000] BRK [0x01ff5000, 0x01ff5fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x7fc00000-0x7fdfffff] [ 0.000000] [mem 0x7fc00000-0x7fdfffff] page 2M [ 0.000000] BRK [0x01ff6000, 0x01ff6fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x60000000-0x7fbfffff] [ 0.000000] [mem 0x60000000-0x7fbfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff] [ 0.000000] [mem 0x40000000-0x5fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x3fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x7fe00000-0x7ffeffff] [ 0.000000] [mem 0x7fe00000-0x7ffeffff] page 4k [ 0.000000] BRK [0x01ff7000, 0x01ff7fff] PGTABLE [ 0.000000] RAMDISK: [mem 0x356ec000-0x36b6dfff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX ) [ 0.000000] ACPI: XSDT 0x000000007FFF0030 00003C (v01 VBOX VBOXXSDT 00000001 ASL 00000061) [ 0.000000] ACPI: FACP 0x000000007FFF00F0 0000F4 (v04 VBOX VBOXFACP 00000001 ASL 00000061) [ 0.000000] ACPI: DSDT 0x000000007FFF0470 0021C8 (v02 VBOX VBOXBIOS 00000002 INTL 20100528) [ 0.000000] ACPI: FACS 0x000000007FFF0200 000040 [ 0.000000] ACPI: FACS 0x000000007FFF0200 000040 [ 0.000000] ACPI: APIC 0x000000007FFF0240 00005C (v02 VBOX VBOXAPIC 00000001 ASL 00000061) [ 0.000000] ACPI: SSDT 0x000000007FFF02A0 0001CC (v01 VBOX VBOXCPUT 00000002 INTL 20100528) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffeffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7ffeb000-0x7ffeffff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffe7001, primary cpu clock [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffeffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffeffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffeffff] [ 0.000000] On node 0 totalpages: 524174 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3998 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 8128 pages used for memmap [ 0.000000] DMA32 zone: 520176 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: IRQ0 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfebfffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88007fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] pcpu-alloc: s96728 r8192 d30248 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515961 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic root=/dev/mapper/vagrantup--vg-root ro [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 2025932K/2096696K available (7940K kernel code, 1243K rwdata, 3816K rodata, 1468K init, 1292K bss, 70764K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2 [ 0.000000] NR_IRQS:16640 nr_irqs:440 16 [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-1. [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] tsc: Detected 2666.362 MHz processor [ 0.004000] Calibrating delay loop (skipped) preset value.. 5332.72 BogoMIPS (lpj=10665448) [ 0.004000] pid_max: default: 32768 minimum: 301 [ 0.004000] ACPI: Core revision 20150619 [ 0.004000] ACPI: All ACPI Tables successfully acquired [ 0.004000] Security Framework initialized [ 0.004000] AppArmor: AppArmor initialized [ 0.004000] Yama: becoming mindful. [ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.004000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.004000] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.004000] Initializing cgroup subsys blkio [ 0.004000] Initializing cgroup subsys memory [ 0.004000] Initializing cgroup subsys devices [ 0.004000] Initializing cgroup subsys freezer [ 0.004000] Initializing cgroup subsys net_cls [ 0.004000] Initializing cgroup subsys perf_event [ 0.004000] Initializing cgroup subsys net_prio [ 0.004000] Initializing cgroup subsys hugetlb [ 0.004000] CPU: Physical Processor ID: 0 [ 0.004000] CPU: Processor Core ID: 0 [ 0.004000] mce: CPU supports 0 MCE banks [ 0.004000] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 [ 0.004000] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0 [ 0.004000] Freeing SMP alternatives memory: 28K (ffffffff81ea7000 - ffffffff81eae000) [ 0.004000] ftrace: allocating 30981 entries in 122 pages [ 0.008256] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.016000] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz (fam: 06, model: 17, stepping: 0a) [ 0.016000] Performance Events: unsupported p6 CPU model 23 no PMU driver, software events only. [ 0.016000] KVM setup paravirtual spinlock [ 0.016000] x86: Booting SMP configuration: [ 0.016000] .... node #0, CPUs: #1 [ 0.004000] kvm-clock: cpu 1, msr 0:7ffe7041, secondary cpu clock [ 0.004000] mce: CPU supports 0 MCE banks [ 0.016080] x86: Booted up 1 node, 2 CPUs [ 0.016094] smpboot: Total of 2 processors activated (10665.44 BogoMIPS) [ 0.016640] devtmpfs: initialized [ 0.022705] evm: security.selinux [ 0.022713] evm: security.SMACK64 [ 0.022716] evm: security.SMACK64EXEC [ 0.022719] evm: security.SMACK64TRANSMUTE [ 0.022722] evm: security.SMACK64MMAP [ 0.022726] evm: security.ima [ 0.022729] evm: security.capability [ 0.024153] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.024259] pinctrl core: initialized pinctrl subsystem [ 0.024270] RTC time: 5:12:23, date: 09/13/17 [ 0.024299] NET: Registered protocol family 16 [ 0.032013] cpuidle: using governor ladder [ 0.036015] cpuidle: using governor menu [ 0.036316] ACPI: bus type PCI registered [ 0.036322] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.036492] PCI: Using configuration type 1 for base access [ 0.041177] ACPI: Added _OSI(Module Device) [ 0.041177] ACPI: Added _OSI(Processor Device) [ 0.041177] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.041177] ACPI: Added _OSI(Processor Aggregator Device) [ 0.041351] ACPI: Executed 1 blocks of module-level executable AML code [ 0.046003] ACPI: Interpreter enabled [ 0.046017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580) [ 0.046026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580) [ 0.046034] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150619/hwxface-580) [ 0.046044] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150619/hwxface-580) [ 0.046055] ACPI: (supports S0 S5) [ 0.046059] ACPI: Using IOAPIC for interrupt routing [ 0.046293] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.051949] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.051959] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.051969] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.052065] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.052386] PCI host bridge to bus 0000:00 [ 0.052392] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.052396] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.052401] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.052405] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.052411] pci_bus 0000:00: root bus resource [mem 0x80000000-0xffdfffff window] [ 0.052472] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 0.053236] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 0.054247] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a [ 0.054878] pci 0000:00:01.1: reg 0x20: [io 0xd000-0xd00f] [ 0.055138] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.055147] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.055151] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.055155] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.055503] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000 [ 0.060135] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe0ffffff pref] [ 0.073167] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000 [ 0.076000] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf001ffff] [ 0.080000] pci 0000:00:03.0: reg 0x18: [io 0xd010-0xd017] [ 0.089205] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000 [ 0.092000] pci 0000:00:04.0: reg 0x10: [io 0xd020-0xd03f] [ 0.092313] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff] [ 0.096000] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref] [ 0.104641] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310 [ 0.108000] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff] [ 0.121687] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000 [ 0.124169] pci 0000:00:07.0: quirk: [io 0x4000-0x403f] claimed by PIIX4 ACPI [ 0.124227] pci 0000:00:07.0: quirk: [io 0x4100-0x410f] claimed by PIIX4 SMB [ 0.124631] pci 0000:00:08.0: [8086:100e] type 00 class 0x020000 [ 0.128000] pci 0000:00:08.0: reg 0x10: [mem 0xf0820000-0xf083ffff] [ 0.132000] pci 0000:00:08.0: reg 0x18: [io 0xd040-0xd047] [ 0.141315] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320 [ 0.144000] pci 0000:00:0b.0: reg 0x10: [mem 0xf0840000-0xf0840fff] [ 0.157171] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601 [ 0.160000] pci 0000:00:0d.0: reg 0x10: [io 0xd048-0xd04f] [ 0.164312] pci 0000:00:0d.0: reg 0x18: [io 0xd058-0xd05f] [ 0.168310] pci 0000:00:0d.0: reg 0x20: [io 0xd070-0xd07f] [ 0.172000] pci 0000:00:0d.0: reg 0x24: [mem 0xf0842000-0xf0843fff] [ 0.176947] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11) [ 0.177317] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11) [ 0.177452] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11) [ 0.177591] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11) [ 0.177921] ACPI: Enabled 2 GPEs in block 00 to 07 [ 0.178785] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.178797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.180006] vgaarb: loaded [ 0.180011] vgaarb: bridge control possible 0000:00:02.0 [ 0.180941] SCSI subsystem initialized [ 0.181141] libata version 3.00 loaded. [ 0.181141] ACPI: bus type USB registered [ 0.181141] usbcore: registered new interface driver usbfs [ 0.181141] usbcore: registered new interface driver hub [ 0.181141] usbcore: registered new device driver usb [ 0.184286] PCI: Using ACPI for IRQ routing [ 0.184286] PCI: pci_cache_line_size set to 64 bytes [ 0.184457] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff] [ 0.184466] e820: reserve RAM buffer [mem 0x7fff0000-0x7fffffff] [ 0.185004] NetLabel: Initializing [ 0.185014] NetLabel: domain hash size = 128 [ 0.185018] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.185068] NetLabel: unlabeled traffic allowed by default [ 0.185607] clocksource: Switched to clocksource kvm-clock [ 0.203773] AppArmor: AppArmor Filesystem Enabled [ 0.203913] pnp: PnP ACPI init [ 0.204080] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.204264] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active) [ 0.205771] pnp: PnP ACPI: found 2 devices [ 0.213448] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.213497] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 0.213510] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 0.213512] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.213515] pci_bus 0000:00: resource 7 [mem 0x80000000-0xffdfffff window] [ 0.213614] NET: Registered protocol family 2 [ 0.214363] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.214477] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.214591] TCP: Hash tables configured (established 16384 bind 16384) [ 0.214847] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.214909] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.215068] NET: Registered protocol family 1 [ 0.215117] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.215165] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.215222] pci 0000:00:02.0: Video device with shadowed ROM [ 0.218480] PCI: CLS 0 bytes, default 64 [ 0.218784] Trying to unpack rootfs image as initramfs... [ 0.671364] Freeing initrd memory: 21000K (ffff8800356ec000 - ffff880036b6e000) [ 0.672159] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 0.672296] microcode: CPU0 sig=0x1067a, pf=0x40, revision=0x60b [ 0.672373] microcode: CPU1 sig=0x1067a, pf=0x40, revision=0x60b [ 0.672563] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.672773] Scanning for low memory corruption every 60 seconds [ 0.673312] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.673400] Initialise system trusted keyring [ 0.673463] audit: initializing netlink subsys (disabled) [ 0.673508] audit: type=2000 audit(1505279554.984:1): initialized [ 0.674216] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.676845] zpool: loaded [ 0.676851] zbud: loaded [ 0.677231] VFS: Disk quotas dquot_6.6.0 [ 0.677299] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.678165] fuse init (API version 7.23) [ 0.678389] Key type big_key registered [ 0.679886] Key type asymmetric registered [ 0.679901] Asymmetric key parser 'x509' registered [ 0.679932] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.680107] io scheduler noop registered [ 0.680113] io scheduler deadline registered (default) [ 0.680168] io scheduler cfq registered [ 0.680332] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.680349] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.680410] vesafb: mode is 640x480x32, linelength=2560, pages=0 [ 0.680414] vesafb: scrolling: redraw [ 0.680418] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.680453] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90000400000, using 1216k, total 1216k [ 0.683326] Console: switching to colour frame buffer device 80x30 [ 0.684823] fb0: VESA VGA frame buffer device [ 0.684941] intel_idle: does not run on family 6 model 23 [ 0.685146] ACPI: AC Adapter [AC] (on-line) [ 0.685262] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.685308] ACPI: Power Button [PWRF] [ 0.687351] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1 [ 0.688205] ACPI: Sleep Button [SLPF] [ 0.689531] GHES: HEST is not enabled! [ 0.690276] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.692875] Linux agpgart interface v0.103 [ 0.698214] brd: module loaded [ 0.704389] loop: module loaded [ 0.707335] ata_piix 0000:00:01.1: version 2.13 [ 0.708350] scsi host0: ata_piix [ 0.709154] scsi host1: ata_piix [ 0.709692] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14 [ 0.710184] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15 [ 0.710822] libphy: Fixed MDIO Bus: probed [ 0.711332] tun: Universal TUN/TAP device driver, 1.6 [ 0.711797] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 0.713667] PPP generic driver version 2.4.2 [ 0.714737] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.715261] ehci-pci: EHCI PCI platform driver [ 0.717077] ehci-pci 0000:00:0b.0: EHCI Host Controller [ 0.717686] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1 [ 0.719210] ehci-pci 0000:00:0b.0: irq 19, io mem 0xf0840000 [ 0.733433] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00 [ 0.736480] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 0.736990] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.737968] usb usb1: Product: EHCI Host Controller [ 0.738451] usb usb1: Manufacturer: Linux 4.2.0-27-generic ehci_hcd [ 0.738907] usb usb1: SerialNumber: 0000:00:0b.0 [ 0.739893] hub 1-0:1.0: USB hub found [ 0.740381] hub 1-0:1.0: 12 ports detected [ 0.741332] ehci-platform: EHCI generic platform driver [ 0.741798] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.742316] ohci-pci: OHCI PCI platform driver [ 0.743635] ohci-pci 0000:00:06.0: OHCI PCI host controller [ 0.743730] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2 [ 0.743730] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000 [ 0.796133] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.798463] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.799178] usb usb2: Product: OHCI PCI host controller [ 0.799178] usb usb2: Manufacturer: Linux 4.2.0-27-generic ohci_hcd [ 0.799178] usb usb2: SerialNumber: 0000:00:06.0 [ 0.801441] hub 2-0:1.0: USB hub found [ 0.802017] hub 2-0:1.0: 12 ports detected [ 0.803137] ohci-platform: OHCI generic platform driver [ 0.803628] uhci_hcd: USB Universal Host Controller Interface driver [ 0.804427] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12 [ 0.806608] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.807235] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.808068] mousedev: PS/2 mouse device common for all mice [ 0.824430] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 [ 0.826935] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram [ 0.827467] i2c /dev entries driver [ 0.828042] device-mapper: uevent: version 1.0.3 [ 0.828829] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com [ 0.829840] ledtrig-cpu: registered to indicate activity on CPUs [ 0.830757] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 0.832175] PCCT header not found. [ 0.833034] NET: Registered protocol family 10 [ 0.834565] NET: Registered protocol family 17 [ 0.835121] Key type dns_resolver registered [ 0.836078] Loading compiled-in X.509 certificates [ 0.837810] Loaded X.509 cert 'Build time autogenerated kernel key: 736e2f9ea1b4728a15ac169b1869267e1128d6e8' [ 0.838847] registered taskstats version 1 [ 0.839407] zswap: loading zswap [ 0.839915] zswap: using zbud pool [ 0.840472] zswap: using lzo compressor [ 0.855769] Key type trusted registered [ 0.871914] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133 [ 0.876188] ata2.00: configured for UDMA/33 [ 0.878059] scsi 1:0:0:0: CD-ROM VBOX CD-ROM 1.0 PQ: 0 ANSI: 5 [ 0.880434] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray [ 0.881089] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 0.881942] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 0.882741] sr 1:0:0:0: Attached scsi generic sg0 type 5 [ 0.895408] Key type encrypted registered [ 0.897810] AppArmor: AppArmor sha1 policy hashing enabled [ 0.898326] ima: No TPM chip found, activating TPM-bypass! [ 0.898834] evm: HMAC attrs: 0x1 [ 0.900261] Magic number: 1:690:213 [ 0.900928] rtc_cmos rtc_cmos: setting system clock to 2017-09-13 05:12:24 UTC (1505279544) [ 0.902186] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.902650] EDD information not available. [ 0.903318] PM: Hibernation image not present or could not be loaded. [ 0.909795] Freeing unused kernel memory: 1468K (ffffffff81d38000 - ffffffff81ea7000) [ 0.913004] Write protecting the kernel read-only data: 12288k [ 0.922874] Freeing unused kernel memory: 240K (ffff8800017c4000 - ffff880001800000) [ 0.924636] Freeing unused kernel memory: 280K (ffff880001bba000 - ffff880001c00000) [ 1.091166] systemd-udevd[107]: starting version 204 [ 1.224805] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.453596] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 1.457939] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 1.591297] usb 1-1: New USB device found, idVendor=0451, idProduct=bef0 [ 1.594399] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.594986] usb 1-1: Product: XDS2xx USB Emulator - Composit [ 1.595535] usb 1-1: Manufacturer: Spectrum Digital [ 1.596212] usb 1-1: SerialNumber: S200-000E99039000 [ 1.853939] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 [ 1.857352] tsc: Refined TSC clocksource calibration: 2665.271 MHz [ 1.865131] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x266b1717b41, max_idle_ns: 440795288604 ns [ 1.906815] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:36:ea:9b [ 1.909928] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 2.367214] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:fb:7e:7f [ 2.370526] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection [ 2.371483] ahci 0000:00:0d.0: version 3.0 [ 2.374306] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled [ 2.375538] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode [ 2.380086] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc [ 2.388882] scsi host2: ahci [ 2.390122] ata3: SATA max UDMA/133 abar m8192@0xf0842000 port 0xf0842100 irq 21 [ 2.805985] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 2.808694] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133 [ 2.809698] ata3.00: 251658240 sectors, multi 128: LBA48 NCQ (depth 31/32) [ 2.810552] ata3.00: configured for UDMA/133 [ 2.811423] scsi 2:0:0:0: Direct-Access ATA VBOX HARDDISK 1.0 PQ: 0 ANSI: 5 [ 2.813317] sd 2:0:0:0: [sda] 251658240 512-byte logical blocks: (128 GB/120 GiB) [ 2.814540] sd 2:0:0:0: [sda] Write Protect is off [ 2.815177] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.815258] sd 2:0:0:0: Attached scsi generic sg1 type 0 [ 2.816023] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.841545] sda: sda1 sda2 < sda5 > [ 2.844609] sd 2:0:0:0: [sda] Attached SCSI disk [ 2.987821] random: lvm urandom read with 30 bits of entropy available [ 4.476576] floppy0: no floppy controllers found [ 4.695573] EXT4-fs (dm-0): INFO: recovery required on readonly filesystem [ 4.698017] EXT4-fs (dm-0): write access will be enabled during recovery [ 5.228033] random: nonblocking pool is initialized [ 7.126254] EXT4-fs (dm-0): orphan cleanup on readonly fs [ 7.130190] EXT4-fs (dm-0): 9 orphan inodes deleted [ 7.130946] EXT4-fs (dm-0): recovery complete [ 7.765892] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) [ 9.780902] init: plymouth-upstart-bridge main process (187) terminated with status 1 [ 9.785623] init: plymouth-upstart-bridge main process ended, respawning [ 9.862432] init: plymouth-upstart-bridge main process (197) terminated with status 1 [ 9.868905] init: plymouth-upstart-bridge main process ended, respawning [ 9.904888] init: plymouth-upstart-bridge main process (200) terminated with status 1 [ 9.905930] init: plymouth-upstart-bridge main process ended, respawning [ 9.978431] init: plymouth-upstart-bridge main process (201) terminated with status 1 [ 9.982613] init: plymouth-upstart-bridge main process ended, respawning [ 10.062807] init: plymouth-upstart-bridge main process (203) terminated with status 1 [ 10.067813] init: plymouth-upstart-bridge main process ended, respawning [ 10.087339] init: plymouth-upstart-bridge main process (206) terminated with status 1 [ 10.090562] init: plymouth-upstart-bridge main process ended, respawning [ 10.129329] init: plymouth-upstart-bridge main process (207) terminated with status 1 [ 10.135500] init: plymouth-upstart-bridge main process ended, respawning [ 16.539741] Adding 1535996k swap on /dev/mapper/vagrantup--vg-swap_1. Priority:-1 extents:1 across:1535996k FS [ 16.612554] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro [ 17.717922] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 17.756871] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null) [ 17.787493] systemd-udevd[341]: starting version 204 [ 18.367906] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 18.378355] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input5 [ 18.783283] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0 [ 18.906306] lp: driver loaded but no devices found [ 18.928450] vboxguest: module verification failed: signature and/or required key missing - tainting kernel [ 19.080683] FS-Cache: Loaded [ 19.253759] RPC: Registered named UNIX socket transport module. [ 19.253773] RPC: Registered udp transport module. [ 19.253774] RPC: Registered tcp transport module. [ 19.253775] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 19.336901] FS-Cache: Netfs 'nfs' registered for caching [ 19.468254] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 19.536454] vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds [ 20.176455] cdc_acm 1-1:1.0: ttyACM0: USB ACM device [ 20.201561] cdc_acm 1-1:1.2: ttyACM1: USB ACM device [ 20.268542] usbcore: registered new interface driver cdc_acm [ 20.268565] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 20.405805] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input6 [ 20.664629] vboxguest: misc device minor 56, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000) [ 20.664725] vboxguest: Successfully loaded version 5.1.24 (interface 0x00010004) [ 21.598935] audit: type=1400 audit(1505279565.193:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=488 comm="apparmor_parser" [ 21.598955] audit: type=1400 audit(1505279565.193:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=488 comm="apparmor_parser" [ 21.598961] audit: type=1400 audit(1505279565.193:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.599413] audit: type=1400 audit(1505279565.193:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=488 comm="apparmor_parser" [ 21.599420] audit: type=1400 audit(1505279565.193:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.599743] audit: type=1400 audit(1505279565.193:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=488 comm="apparmor_parser" [ 21.625698] Bluetooth: Core ver 2.20 [ 21.626174] NET: Registered protocol family 31 [ 21.626178] Bluetooth: HCI device and connection manager initialized [ 21.626243] Bluetooth: HCI socket layer initialized [ 21.626247] Bluetooth: L2CAP socket layer initialized [ 21.626315] Bluetooth: SCO socket layer initialized [ 21.748016] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 21.748052] Bluetooth: BNEP filters: protocol multicast [ 21.748073] Bluetooth: BNEP socket layer initialized [ 21.815939] systemd-journald[497]: Failed to resolve 'systemd-journal' group: No such process [ 21.880469] floppy0: no floppy controllers found [ 22.328621] Bluetooth: RFCOMM TTY layer initialized [ 22.328650] Bluetooth: RFCOMM socket layer initialized [ 22.328703] Bluetooth: RFCOMM ver 1.11 [ 23.580597] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 23.581210] e1000: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 23.602664] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 23.903558] init: avahi-cups-reload main process (590) terminated with status 1 [ 23.950976] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [ 23.970853] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 23.970905] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 24.565029] ppdev: user-space parallel port driver [ 25.555239] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE [ 144.981699] init: failsafe main process (614) killed by TERM signal [ 145.857640] audit: type=1400 audit(1505279692.571:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=1030 comm="apparmor_parser" [ 145.857679] audit: type=1400 audit(1505279692.571:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1030 comm="apparmor_parser" [ 145.857708] audit: type=1400 audit(1505279692.571:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.857839] audit: type=1400 audit(1505279692.571:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1029 comm="apparmor_parser" [ 145.857847] audit: type=1400 audit(1505279692.571:12): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=1029 comm="apparmor_parser" [ 145.858222] audit: type=1400 audit(1505279692.571:13): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="chromium" pid=1029 comm="apparmor_parser" [ 145.858368] audit: type=1400 audit(1505279692.571:14): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1030 comm="apparmor_parser" [ 145.858374] audit: type=1400 audit(1505279692.571:15): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.858684] audit: type=1400 audit(1505279692.571:16): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1030 comm="apparmor_parser" [ 145.880439] audit: type=1400 audit(1505279692.595:17): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1032 comm="apparmor_parser" [ 149.711240] init: plymouth-upstart-bridge main process ended, respawning [ 149.854021] vboxsf: Successfully loaded version 5.1.24 (interface 0x00010004) [ 149.861312] init: plymouth-upstart-bridge main process (1268) terminated with status 1 [ 149.861355] init: plymouth-upstart-bridge main process ended, respawning [ 152.445177] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory [ 152.461148] NFSD: starting 90-second grace period (net ffffffff81cecd00) [ 155.819315] VBoxService 5.1.24 r117012 (verbosity: 0) linux.amd64 (Jul 17 2017 17:16:12) release log [ 155.819315] 00:00:00.000902 main Log opened 2017-09-13T05:15:02.536583000Z [ 155.819465] 00:00:00.001134 main OS Product: Linux [ 155.819500] 00:00:00.001172 main OS Release: 4.2.0-27-generic [ 155.819534] 00:00:00.001206 main OS Version: #32~14.04.1-Ubuntu SMP Fri Jan 22 15:32:26 UTC 2016 [ 155.819584] 00:00:00.001240 main Executable: /opt/VBoxGuestAdditions-5.1.24/sbin/VBoxService [ 155.819584] 00:00:00.001241 main Process ID: 1527 [ 155.819584] 00:00:00.001242 main Package type: LINUX_64BITS_GENERIC [ 155.821564] 00:00:00.003210 main 5.1.24 r117012 started. Verbose level = 0 [ 155.873843] 00:00:00.055434 automount vbsvcAutoMountWorker: Shared folder 'Ubuntu_Shared_Folder' was mounted to '/media/sf_Ubuntu_Shared_Folder' [ 156.617421] init: plymouth-stop pre-start process (1587) terminated with status 1 [ 189.556902] ISO 9660 Extensions: Microsoft Joliet Level 3 [ 189.609603] ISO 9660 Extensions: RRIP_1991A [ 4428.159441] usb 1-1: USB disconnect, device number 2 [ 4433.896724] usb 1-1: new high-speed USB device number 3 using ehci-pci [ 4434.225890] usb 1-1: New USB device found, idVendor=0451, idProduct=bef0 [ 4434.225895] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4434.225897] usb 1-1: Product: XDS2xx USB Emulator - Composit [ 4434.225899] usb 1-1: Manufacturer: Spectrum Digital [ 4434.225901] usb 1-1: SerialNumber: S200-000E99039000 [ 4434.232853] cdc_acm 1-1:1.0: ttyACM0: USB ACM device [ 4434.234331] cdc_acm 1-1:1.2: ttyACM1: USB ACM device
02:17:04.403903 execve("./xds2xx_conf", ["./xds2xx_conf", "get", "xds2xxu", "o"], [/* 50 vars */]) = 0 [ Process PID=2701 runs in 32 bit mode. ] 02:17:04.407203 brk(0) = 0x98cf000 02:17:04.407550 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.407914 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff773a000 02:17:04.408298 readlink("/proc/self/exe", "/opt/ti/ccsv6/ccs_base/common/us"..., 4096) = 54 02:17:04.408593 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 02:17:04.408672 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.409014 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.409191 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.409565 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.409697 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.409886 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.410048 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.410204 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.410320 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.410404 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.410547 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.410712 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.410821 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.410905 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.411050 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.411169 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.411254 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.411391 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.411451 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.411611 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.411733 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.411822 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.411988 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.412128 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.412224 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.412397 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.412456 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.412538 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.412639 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.412710 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.412767 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.412856 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/.", {st_mode=S_IFDIR|0757, st_size=4096, ...}) = 0 02:17:04.412950 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413040 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413109 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413169 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413261 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413352 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413409 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413588 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413675 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413757 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413836 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.413916 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.413993 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414073 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414151 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414229 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414307 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414387 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414441 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414496 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414573 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414649 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414723 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414798 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.414872 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.414947 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415023 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415101 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415155 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415217 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415270 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415328 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415384 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415440 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415532 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415605 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415662 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415718 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415775 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.415863 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.415944 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416025 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416103 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416183 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416265 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416344 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416421 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416531 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416619 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416683 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416753 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416813 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.416897 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.416979 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417062 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.417151 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417266 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.417363 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417520 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.417583 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417679 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.417738 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/cmov", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417819 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.417902 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin", 0xffe8bd00) = -1 ENOENT (No such file or directory) 02:17:04.417983 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 02:17:04.418074 fstat64(3, {st_mode=S_IFREG|0644, st_size=86136, ...}) = 0 02:17:04.418150 mmap2(NULL, 86136, PROT_READ, MAP_PRIVATE, 3, 0) = 0xfffffffff7724000 02:17:04.418216 close(3) = 0 02:17:04.418364 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.418583 open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 02:17:04.418769 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\n\0\0004\0\0\0"..., 512) = 512 02:17:04.418930 fstat64(3, {st_mode=S_IFREG|0644, st_size=13856, ...}) = 0 02:17:04.418997 mmap2(NULL, 16512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff771f000 02:17:04.419068 mmap2(0xf7722000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xfffffffff7722000 02:17:04.419279 close(3) = 0 02:17:04.419414 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.419540 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.419614 open("/usr/lib/i386-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 02:17:04.419708 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`f\4\0004\0\0\0"..., 512) = 512 02:17:04.419787 fstat64(3, {st_mode=S_IFREG|0644, st_size=922096, ...}) = 0 02:17:04.419851 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff771e000 02:17:04.419988 mmap2(NULL, 947712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7636000 02:17:04.420079 mmap2(0xf7712000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0xfffffffff7712000 02:17:04.420213 mmap2(0xf7717000, 26112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7717000 02:17:04.420388 close(3) = 0 02:17:04.420643 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.420748 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.420844 open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 02:17:04.420907 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0\0004\0\0\0"..., 512) = 512 02:17:04.421005 fstat64(3, {st_mode=S_IFREG|0644, st_size=114372, ...}) = 0 02:17:04.421063 mmap2(NULL, 117524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7619000 02:17:04.421154 mmap2(0xf7635000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0xfffffffff7635000 02:17:04.421268 close(3) = 0 02:17:04.421455 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.421638 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.421730 open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 02:17:04.421817 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\234\1\0004\0\0\0"..., 512) = 512 02:17:04.421939 fstat64(3, {st_mode=S_IFREG|0755, st_size=1763068, ...}) = 0 02:17:04.422024 mmap2(NULL, 1772156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7468000 02:17:04.422108 mmap2(0xf7613000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1aa000) = 0xfffffffff7613000 02:17:04.422226 mmap2(0xf7616000, 10876, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7616000 02:17:04.422389 close(3) = 0 02:17:04.422615 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.422721 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.422780 open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 02:17:04.422871 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0F\0\0004\0\0\0"..., 512) = 512 02:17:04.422991 fstat64(3, {st_mode=S_IFREG|0644, st_size=280108, ...}) = 0 02:17:04.423077 mmap2(NULL, 282784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7422000 02:17:04.423173 mmap2(0xf7466000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x43000) = 0xfffffffff7466000 02:17:04.423394 close(3) = 0 02:17:04.423573 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7421000 02:17:04.423707 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7420000 02:17:04.423821 set_thread_area(0xffe8c1d0) = 0 02:17:04.424351 mprotect(0xf7613000, 8192, PROT_READ) = 0 02:17:04.424658 mprotect(0xf7466000, 4096, PROT_READ) = 0 02:17:04.425581 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff741f000 02:17:04.425906 mprotect(0xf7712000, 16384, PROT_READ) = 0 02:17:04.426156 mprotect(0xf7722000, 4096, PROT_READ) = 0 02:17:04.426320 mprotect(0x8061000, 4096, PROT_READ) = 0 02:17:04.426431 mprotect(0xf775f000, 4096, PROT_READ) = 0 02:17:04.426545 munmap(0xf7724000, 86136) = 0 02:17:04.428584 brk(0) = 0x98cf000 02:17:04.428728 brk(0x98f0000) = 0x98f0000 02:17:04.429070 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./xds2xx_usbconf.so", O_RDONLY|O_CLOEXEC) = 3 02:17:04.429225 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\37\0\0004\0\0\0"..., 512) = 512 02:17:04.429298 fstat64(3, {st_mode=S_IFREG|0777, st_size=64142, ...}) = 0 02:17:04.429380 mmap2(NULL, 61704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff772a000 02:17:04.429671 mmap2(0xf7737000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0xfffffffff7737000 02:17:04.429900 mmap2(0xf7739000, 264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7739000 02:17:04.430060 close(3) = 0 02:17:04.430265 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.430367 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.430439 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.430527 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.430586 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.430658 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.430722 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.430805 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.430868 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.430932 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.430989 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431045 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431098 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431169 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431223 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431278 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431332 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431387 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431440 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431495 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431548 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431603 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431656 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431712 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431765 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431819 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431872 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.431927 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.431980 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432036 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432088 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432168 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./.", {st_mode=S_IFDIR|0757, st_size=4096, ...}) = 0 02:17:04.432230 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432288 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432341 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432395 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432448 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432502 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432555 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432685 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432739 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432794 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432847 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.432902 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.432955 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.433009 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.433062 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.434956 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435036 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435118 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435203 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435260 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435313 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435369 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435422 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435476 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435528 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435584 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435638 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435713 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435771 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435825 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.435877 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.435948 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436002 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436061 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436118 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436175 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436228 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436281 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436334 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436389 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436441 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436562 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436616 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436671 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436724 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436778 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436830 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.436884 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.436938 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437001 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437056 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437111 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437163 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437218 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437271 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437326 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437378 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437432 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437485 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437540 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437592 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437644 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/cmov", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437696 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437750 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin", 0xffe8b750) = -1 ENOENT (No such file or directory) 02:17:04.437804 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.437859 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 02:17:04.437919 fstat64(3, {st_mode=S_IFREG|0644, st_size=86136, ...}) = 0 02:17:04.438107 mmap2(NULL, 86136, PROT_READ, MAP_PRIVATE, 3, 0) = 0xfffffffff7409000 02:17:04.438262 close(3) = 0 02:17:04.438431 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.438532 open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 02:17:04.438617 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\31\0\0004\0\0\0"..., 512) = 512 02:17:04.438731 fstat64(3, {st_mode=S_IFREG|0644, st_size=30696, ...}) = 0 02:17:04.438894 mmap2(NULL, 33352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7400000 02:17:04.438989 mmap2(0xf7407000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xfffffffff7407000 02:17:04.439243 close(3) = 0 02:17:04.439472 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.439581 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:17:04.439640 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:17:04.439717 open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 02:17:04.439789 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320]\0\0004\0\0\0"..., 512) = 512 02:17:04.439903 fstat64(3, {st_mode=S_IFREG|0755, st_size=134614, ...}) = 0 02:17:04.440044 mmap2(NULL, 111276, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff73e4000 02:17:04.440108 mmap2(0xf73fc000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xfffffffff73fc000 02:17:04.440371 mmap2(0xf73fe000, 4780, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff73fe000 02:17:04.440546 close(3) = 0 02:17:04.441555 mprotect(0xf73fc000, 4096, PROT_READ) = 0 02:17:04.442148 mprotect(0xf7407000, 4096, PROT_READ) = 0 02:17:04.442463 mprotect(0xf7737000, 4096, PROT_READ) = 0 02:17:04.442610 set_tid_address(0xf7420768) = 2701 02:17:04.442723 set_robust_list(0xf7420770, 12) = 0 02:17:04.442772 futex(0xffe8b924, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, f7420700) = -1 EAGAIN (Resource temporarily unavailable) 02:17:04.443104 rt_sigaction(SIGRTMIN, {0xf73e97d0, [], SA_SIGINFO}, NULL, 8) = 0 02:17:04.443185 rt_sigaction(SIGRT_1, {0xf73e9850, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 02:17:04.443239 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 02:17:04.443307 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 02:17:04.443511 uname({sys="Linux", node="vagrantup", ...}) = 0 02:17:04.443680 munmap(0xf7409000, 86136) = 0 02:17:04.444388 open("//dev//ttyACM0", O_RDWR) = 3 02:17:04.486070 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:17:04.486696 ioctl(3, FIONREAD, [0]) = 0 02:17:04.486781 ioctl(3, TCFLSH, 0x2) = 0 02:17:04.487365 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:17:04.487440 ioctl(3, SNDCTL_TMR_START or SNDRV_TIMER_IOCTL_TREAD or TCSETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:17:04.487536 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:17:04.487797 nanosleep({1, 0}, 0xffe8c068) = 0 02:17:05.513763 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.514147 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.514361 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.514850 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.515361 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.515765 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.516130 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:17:05.516623 write(3, "\1f\231\0\0\22\0\0\0\30\0\0\0\0\0\0\0\0", 18) = 18 02:17:05.516822 read(3, "", 8) = 0 02:17:05.817595 read(3, "", 8) = 0 02:17:06.118522 read(3, "", 8) = 0 02:17:06.423755 read(3, "", 8) = 0 02:17:06.731816 read(3, "", 8) = 0 02:17:07.030142 read(3, "", 8) = 0 02:17:07.330206 read(3, "", 8) = 0 02:17:07.630189 read(3, "", 8) = 0 02:17:07.933139 read(3, "", 8) = 0 02:17:08.232097 read(3, "", 8) = 0 02:17:08.530187 read(3, "", 8) = 0 02:17:08.830194 read(3, "", 8) = 0 02:17:09.130221 read(3, "", 8) = 0 02:17:09.434031 read(3, "", 8) = 0 02:17:09.733998 read(3, "", 8) = 0 02:17:10.034126 read(3, "", 8) = 0 02:17:10.334031 read(3, "", 8) = 0 02:17:10.634979 read(3, "", 8) = 0 02:17:10.933931 read(3, "", 8) = 0 02:17:11.238949 read(3, "", 8) = 0 02:17:11.540818 read(3, "", 8) = 0 02:17:11.838873 read(3, "", 8) = 0 02:17:12.138065 read(3, "", 8) = 0 02:17:12.437823 read(3, "", 8) = 0 02:17:12.743760 read(3, "", 8) = 0 02:17:13.041869 read(3, "", 8) = 0 02:17:13.350514 read(3, "", 8) = 0 02:17:13.650553 read(3, "", 8) = 0 02:17:13.950572 read(3, "", 8) = 0 02:17:14.250529 read(3, "", 8) = 0 02:17:14.550472 read(3, "", 8) = 0 02:17:14.850445 read(3, "", 8) = 0 02:17:15.154388 read(3, "", 8) = 0 02:17:15.454325 read(3, "", 8) = 0 02:17:15.757235 read(3, "", 8) = 0 02:17:16.054339 read(3, "", 8) = 0 02:17:16.359212 read(3, "", 8) = 0 02:17:16.658199 read(3, "", 8) = 0 02:17:16.961217 read(3, "", 8) = 0 02:17:17.264111 read(3, "", 8) = 0 02:17:17.562045 read(3, "", 8) = 0 02:17:17.863071 read(3, "", 8) = 0 02:17:18.162166 read(3, "", 8) = 0 02:17:18.462020 read(3, "", 8) = 0 02:17:18.764082 read(3, "", 8) = 0 02:17:19.062029 read(3, "", 8) = 0 02:17:19.361970 read(3, "", 8) = 0 02:17:19.662084 read(3, "", 8) = 0 02:17:19.962046 read(3, "", 8) = 0 02:17:20.264095 read(3, "", 8) = 0 02:17:20.561985 read(3, "", 8) = 0 02:17:20.892371 read(3, "", 8) = 0 02:17:21.206687 read(3, "", 8) = 0 02:17:21.508135 read(3, "", 8) = 0 02:17:21.806109 read(3, "", 8) = 0 02:17:22.109644 read(3, "", 8) = 0 02:17:22.410008 read(3, "", 8) = 0 02:17:22.710555 read(3, "", 8) = 0 02:17:23.010015 read(3, "", 8) = 0 02:17:23.316965 read(3, "", 8) = 0 02:17:23.613993 read(3, "", 8) = 0 02:17:23.917875 read(3, "", 8) = 0 02:17:24.217895 read(3, "", 8) = 0 02:17:24.517818 read(3, "", 8) = 0 02:17:24.818298 read(3, "", 8) = 0 02:17:25.118419 read(3, "", 8) = 0 02:17:25.418360 read(3, "", 8) = 0 02:17:25.717843 read(3, "", 8) = 0 02:17:26.019326 read(3, "", 8) = 0 02:17:26.318200 read(3, "", 8) = 0 02:17:26.618463 read(3, "", 8) = 0 02:17:26.921142 read(3, "", 8) = 0 02:17:27.218180 read(3, "", 8) = 0 02:17:27.518161 read(3, "", 8) = 0 02:17:27.818544 read(3, "", 8) = 0 02:17:28.118058 read(3, "", 8) = 0 02:17:28.422951 read(3, "", 8) = 0 02:17:28.721957 read(3, "", 8) = 0 02:17:29.026841 read(3, "", 8) = 0 02:17:29.326737 read(3, "", 8) = 0 02:17:29.625796 read(3, "", 8) = 0 02:17:29.926250 read(3, "", 8) = 0 02:17:30.226190 read(3, "", 8) = 0 02:17:30.526284 read(3, "", 8) = 0 02:17:30.828280 read(3, "", 8) = 0 02:17:31.126231 read(3, "", 8) = 0 02:17:31.426236 read(3, "", 8) = 0 02:17:31.726203 read(3, "", 8) = 0 02:17:32.026178 read(3, "", 8) = 0 02:17:32.327154 read(3, "", 8) = 0 02:17:32.626201 read(3, "", 8) = 0 02:17:32.926372 read(3, "", 8) = 0 02:17:33.226165 read(3, "", 8) = 0 02:17:33.526077 read(3, "", 8) = 0 02:17:33.828258 read(3, "", 8) = 0 02:17:34.126166 read(3, "", 8) = 0 02:17:34.434910 read(3, "", 8) = 0 02:17:34.734010 read(3, "", 8) = 0 02:17:35.040826 read(3, "", 8) = 0 02:17:35.337790 read(3, "", 8) = 0 02:17:35.637837 read(3, "", 8) = 0 02:17:35.937748 read(3, "", 8) = 0 02:17:36.237805 read(3, 0x98d011c, 8) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) 02:17:36.455092 --- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=2677, si_uid=1001} --- 02:17:36.460241 +++ killed by SIGTERM +++
02:41:23.263499 execve("./xds2xx_conf", ["./xds2xx_conf", "get", "xds2xxu", "o"], [/* 50 vars */]) = 0 [ Process PID=3739 runs in 32 bit mode. ] 02:41:23.266567 brk(0) = 0xa061000 02:41:23.267188 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.267767 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff778f000 02:41:23.268225 readlink("/proc/self/exe", "/opt/ti/ccsv6/ccs_base/common/us"..., 4096) = 54 02:41:23.268668 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) 02:41:23.269016 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.269436 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.269798 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.270138 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.270541 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.270914 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.271282 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.271684 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.272052 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.272421 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.272805 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.273165 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.273626 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.273857 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.274000 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.274146 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./tls", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.274289 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.274448 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.274589 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.274730 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.274872 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.275013 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.275154 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.275294 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.275448 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.275606 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.275713 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.275821 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.275927 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.276036 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.276146 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.276257 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/.", {st_mode=S_IFDIR|0757, st_size=4096, ...}) = 0 02:41:23.276376 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.276586 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.276720 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.276828 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.276936 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.277066 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.277172 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.277280 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.277421 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.277530 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.277635 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.277740 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.277843 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.277948 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.278052 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.278156 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/tls", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.278260 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.278366 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.278469 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.278589 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.278705 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.278809 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.278912 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.279016 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.279118 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.279223 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.279409 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.279519 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.279622 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.279725 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.279826 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.279940 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/uscif", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.280042 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.280145 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.280247 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.280352 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.280455 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.280560 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.280662 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.280766 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.280869 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.280972 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.281075 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.281179 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.281312 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.281416 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.281526 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.281635 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/tls", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.281738 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.281843 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.281946 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.282050 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.282154 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.282349 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.282462 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.282568 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/i686", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.282671 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.282775 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.282877 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.282982 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/sse2", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.283085 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/cmov/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.283201 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/cmov", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.283317 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.283421 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/../../common/bin", 0xffd4a220) = -1 ENOENT (No such file or directory) 02:41:23.283526 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 02:41:23.283633 fstat64(3, {st_mode=S_IFREG|0644, st_size=86136, ...}) = 0 02:41:23.283735 mmap2(NULL, 86136, PROT_READ, MAP_PRIVATE, 3, 0) = 0xfffffffff7779000 02:41:23.283841 close(3) = 0 02:41:23.284022 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.284199 open("/lib/i386-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 02:41:23.284359 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\n\0\0004\0\0\0"..., 512) = 512 02:41:23.284497 fstat64(3, {st_mode=S_IFREG|0644, st_size=13856, ...}) = 0 02:41:23.284600 mmap2(NULL, 16512, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7774000 02:41:23.284703 mmap2(0xf7777000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0xfffffffff7777000 02:41:23.284901 close(3) = 0 02:41:23.285043 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libstdc++.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.285152 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.285331 open("/usr/lib/i386-linux-gnu/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 3 02:41:23.285439 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`f\4\0004\0\0\0"..., 512) = 512 02:41:23.285550 fstat64(3, {st_mode=S_IFREG|0644, st_size=922096, ...}) = 0 02:41:23.285653 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7773000 02:41:23.285784 mmap2(NULL, 947712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff768b000 02:41:23.285887 mmap2(0xf7767000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xdc000) = 0xfffffffff7767000 02:41:23.286022 mmap2(0xf776c000, 26112, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff776c000 02:41:23.286221 close(3) = 0 02:41:23.286448 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.286555 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.286657 open("/lib/i386-linux-gnu/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 3 02:41:23.286759 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\240 \0\0004\0\0\0"..., 512) = 512 02:41:23.286900 fstat64(3, {st_mode=S_IFREG|0644, st_size=114372, ...}) = 0 02:41:23.287000 mmap2(NULL, 117524, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff766e000 02:41:23.287101 mmap2(0xf768a000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1b000) = 0xfffffffff768a000 02:41:23.287234 close(3) = 0 02:41:23.287400 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.287507 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.287609 open("/lib/i386-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 02:41:23.287712 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\234\1\0004\0\0\0"..., 512) = 512 02:41:23.287811 fstat64(3, {st_mode=S_IFREG|0755, st_size=1763068, ...}) = 0 02:41:23.287911 mmap2(NULL, 1772156, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff74bd000 02:41:23.288020 mmap2(0xf7668000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1aa000) = 0xfffffffff7668000 02:41:23.288389 mmap2(0xf766b000, 10876, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff766b000 02:41:23.288713 close(3) = 0 02:41:23.288985 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.289155 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.289260 open("/lib/i386-linux-gnu/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 02:41:23.289365 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0F\0\0004\0\0\0"..., 512) = 512 02:41:23.289466 fstat64(3, {st_mode=S_IFREG|0644, st_size=280108, ...}) = 0 02:41:23.289567 mmap2(NULL, 282784, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7477000 02:41:23.289669 mmap2(0xf74bb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x43000) = 0xfffffffff74bb000 02:41:23.289858 close(3) = 0 02:41:23.290034 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7476000 02:41:23.290262 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7475000 02:41:23.290388 set_thread_area(0xffd4a6f0) = 0 02:41:23.290879 mprotect(0xf7668000, 8192, PROT_READ) = 0 02:41:23.291175 mprotect(0xf74bb000, 4096, PROT_READ) = 0 02:41:23.291848 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7474000 02:41:23.292070 mprotect(0xf7767000, 16384, PROT_READ) = 0 02:41:23.292266 mprotect(0xf7777000, 4096, PROT_READ) = 0 02:41:23.292396 mprotect(0x8061000, 4096, PROT_READ) = 0 02:41:23.292526 mprotect(0xf77b4000, 4096, PROT_READ) = 0 02:41:23.292651 munmap(0xf7779000, 86136) = 0 02:41:23.294317 brk(0) = 0xa061000 02:41:23.294442 brk(0xa082000) = 0xa082000 02:41:23.294794 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./xds2xx_usbconf.so", O_RDONLY|O_CLOEXEC) = 3 02:41:23.295034 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\37\0\0004\0\0\0"..., 512) = 512 02:41:23.295258 fstat64(3, {st_mode=S_IFREG|0777, st_size=64142, ...}) = 0 02:41:23.295416 mmap2(NULL, 61704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff777f000 02:41:23.295714 mmap2(0xf778c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc000) = 0xfffffffff778c000 02:41:23.295959 mmap2(0xf778e000, 264, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff778e000 02:41:23.296127 close(3) = 0 02:41:23.296330 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.296451 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.296554 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.296656 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.296814 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.297474 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.297758 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.298044 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.298162 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.298280 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.298385 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.298494 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.298614 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.298721 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.298827 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.298983 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././tls", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.299087 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.299193 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.299299 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.299409 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.299514 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.299620 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.299800 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.300063 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.300196 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.300304 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.300409 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.300515 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.300618 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.300775 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.301040 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.301150 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./.", {st_mode=S_IFDIR|0757, st_size=4096, ...}) = 0 02:41:23.301266 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.301707 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302080 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302218 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302276 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302330 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302381 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302434 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302488 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302542 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302612 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302668 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302720 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302791 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302843 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302897 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/tls", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.302947 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.302999 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.303049 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.303101 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.303152 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.303205 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.303280 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.303599 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.303705 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.303834 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.303893 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.303953 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.304052 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.304351 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.304415 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.304472 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/uscif", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.304529 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.304586 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.304639 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.304711 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.305113 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.305192 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.305245 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.305301 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.305620 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.306193 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.306302 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.306396 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.306485 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.306655 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.306750 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.306849 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/tls", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.306927 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.306983 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307034 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307089 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307161 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307233 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307305 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307377 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/i686", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307449 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307521 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307572 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307783 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/sse2", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307837 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/cmov/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307890 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/cmov", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.307940 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin/librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.307992 stat64("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./../../common/bin", 0xffd49c70) = -1 ENOENT (No such file or directory) 02:41:23.308043 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./librt.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.308095 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 02:41:23.308150 fstat64(3, {st_mode=S_IFREG|0644, st_size=86136, ...}) = 0 02:41:23.308201 mmap2(NULL, 86136, PROT_READ, MAP_PRIVATE, 3, 0) = 0xfffffffff745e000 02:41:23.308255 close(3) = 0 02:41:23.308393 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.308449 open("/lib/i386-linux-gnu/librt.so.1", O_RDONLY|O_CLOEXEC) = 3 02:41:23.308503 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\31\0\0004\0\0\0"..., 512) = 512 02:41:23.308557 fstat64(3, {st_mode=S_IFREG|0644, st_size=30696, ...}) = 0 02:41:23.308713 mmap2(NULL, 33352, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7455000 02:41:23.308770 mmap2(0xf745c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0xfffffffff745c000 02:41:23.308918 close(3) = 0 02:41:23.309036 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/././libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.309093 open("/opt/ti/ccsv6/ccs_base/common/uscif/xds2xx/./libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 02:41:23.309145 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) 02:41:23.309198 open("/lib/i386-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 02:41:23.309251 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320]\0\0004\0\0\0"..., 512) = 512 02:41:23.309301 fstat64(3, {st_mode=S_IFREG|0755, st_size=134614, ...}) = 0 02:41:23.309352 mmap2(NULL, 111276, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xfffffffff7439000 02:41:23.309402 mmap2(0xf7451000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18000) = 0xfffffffff7451000 02:41:23.309483 mmap2(0xf7453000, 4780, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7453000 02:41:23.309695 close(3) = 0 02:41:23.309908 mprotect(0xf7451000, 4096, PROT_READ) = 0 02:41:23.310101 mprotect(0xf745c000, 4096, PROT_READ) = 0 02:41:23.310211 mprotect(0xf778c000, 4096, PROT_READ) = 0 02:41:23.310291 set_tid_address(0xf7475768) = 3739 02:41:23.310336 set_robust_list(0xf7475770, 12) = 0 02:41:23.310379 futex(0xffd49e44, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, f7475700) = -1 EAGAIN (Resource temporarily unavailable) 02:41:23.310456 rt_sigaction(SIGRTMIN, {0xf743e7d0, [], SA_SIGINFO}, NULL, 8) = 0 02:41:23.310515 rt_sigaction(SIGRT_1, {0xf743e850, [], SA_RESTART|SA_SIGINFO}, NULL, 8) = 0 02:41:23.310592 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0 02:41:23.310640 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0 02:41:23.310844 uname({sys="Linux", node="vagrantup", ...}) = 0 02:41:23.310969 munmap(0xf745e000, 86136) = 0 02:41:23.311467 open("//dev//ttyACM0", O_RDWR) = 3 02:41:23.326802 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:41:23.327293 ioctl(3, FIONREAD, [0]) = 0 02:41:23.327383 ioctl(3, TCFLSH, 0x2) = 0 02:41:23.327639 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:41:23.327696 ioctl(3, SNDCTL_TMR_START or SNDRV_TIMER_IOCTL_TREAD or TCSETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:41:23.327784 ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B115200 -opost -isig -icanon -echo ...}) = 0 02:41:23.327845 nanosleep({1, 0}, 0xffd4a588) = 0 02:41:24.328391 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.328698 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.328846 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.328995 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.329265 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.329423 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.329559 write(3, "\0\0\0\0\0\0\0\0", 8) = 8 02:41:24.329870 write(3, "\1f\231\0\0\22\0\0\0\30\0\0\0\0\0\0\0\0", 18) = 18 02:41:24.330155 read(3, "", 8) = 0 02:41:24.631408 read(3, "", 8) = 0 02:41:24.930254 read(3, "", 8) = 0 02:41:25.230228 read(3, "", 8) = 0 02:41:25.530200 read(3, "", 8) = 0 02:41:25.830189 read(3, "", 8) = 0 02:41:26.131134 read(3, "", 8) = 0 02:41:26.430121 read(3, "", 8) = 0 02:41:26.730026 read(3, "", 8) = 0 02:41:27.030097 read(3, "", 8) = 0 02:41:27.332961 read(3, "", 8) = 0 02:41:27.629983 read(3, "", 8) = 0 02:41:27.930469 read(3, "", 8) = 0 02:41:28.230507 read(3, "", 8) = 0 02:41:28.535366 read(3, "", 8) = 0 02:41:28.834351 read(3, "", 8) = 0 02:41:29.134267 read(3, "", 8) = 0 02:41:29.439111 read(3, "", 8) = 0 02:41:29.742049 read(3, "", 8) = 0 02:41:30.042077 read(3, "", 8) = 0 02:41:30.342083 read(3, "", 8) = 0 02:41:30.641988 read(3, "", 8) = 0 02:41:30.941926 read(3, "", 8) = 0 02:41:31.242925 read(3, "", 8) = 0 02:41:31.541867 read(3, "", 8) = 0 02:41:31.843786 read(3, "", 8) = 0 02:41:32.141965 read(3, "", 8) = 0 02:41:32.441834 read(3, "", 8) = 0 02:41:32.741929 read(3, "", 8) = 0 02:41:33.041784 read(3, "", 8) = 0 02:41:33.343765 read(3, "", 8) = 0 02:41:33.641722 read(3, "", 8) = 0 02:41:33.942781 read(3, "", 8) = 0 02:41:34.251560 read(3, "", 8) = 0 02:41:34.555919 read(3, "", 8) = 0 02:41:34.854372 read(3, "", 8) = 0 02:41:35.158354 read(3, "", 8) = 0 02:41:35.459356 read(3, "", 8) = 0 02:41:35.757804 read(3, "", 8) = 0 02:41:36.061791 read(3, "", 8) = 0 02:41:36.361826 read(3, "", 8) = 0 02:41:36.661784 read(3, "", 8) = 0 02:41:36.970129 read(3, "", 8) = 0 02:41:37.270073 read(3, "", 8) = 0 02:41:37.571099 read(3, "", 8) = 0 02:41:37.873937 read(3, "", 8) = 0 02:41:38.174054 read(3, "", 8) = 0 02:41:38.473897 read(3, "", 8) = 0 02:41:38.773812 read(3, "", 8) = 0 02:41:39.076730 read(3, "", 8) = 0 02:41:39.373774 read(3, "", 8) = 0 02:41:39.674742 read(3, "", 8) = 0 02:41:39.980575 read(3, "", 8) = 0 02:41:40.278564 read(3, "", 8) = 0 02:41:40.586409 read(3, "", 8) = 0 02:41:40.886309 read(3, "", 8) = 0 02:41:41.193146 read(3, "", 8) = 0 02:41:41.490208 read(3, "", 8) = 0 02:41:41.790281 read(3, "", 8) = 0 02:41:42.090148 read(3, "", 8) = 0 02:41:42.394990 read(3, "", 8) = 0 02:41:42.694171 read(3, "", 8) = 0 02:41:42.993953 read(3, "", 8) = 0 02:41:43.298838 read(3, "", 8) = 0 02:41:43.597800 read(3, "", 8) = 0 02:41:43.898803 read(3, "", 8) = 0 02:41:44.197784 read(3, "", 8) = 0 02:41:44.497745 read(3, "", 8) = 0 02:41:44.797707 read(3, "", 8) = 0 02:41:45.097748 read(3, "", 8) = 0 02:41:45.398735 read(3, "", 8) = 0 02:41:45.703493 read(3, "", 8) = 0 02:41:46.006333 read(3, 0xa06211c, 8) = ? ERESTARTSYS (To be restarted if SA_RESTART is set) 02:41:46.173247 --- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=3067, si_uid=1001} --- 02:41:46.180796 +++ killed by SIGTERM +++
I have a look and can't see the cause of the problem.Rushina Trivedi said:I am attaching log files and screenshots with respective command names. Please have a look and let me know if I am missing something.
The dmesg output shows that the XDS200 has been correctly identified, and that there are no other USB ACM devices. The mmcli command shows that the Modem Manager hasn't grabbed the XDS200 USB ACM devices.
The strace of the xds2xx_conf program after the error shows:
a) The /dev/ttyACM0 device for the XDS200 is successfully opened.
b) Data is written to the /dev/ttyACM0 device.
c) Attempts to read from the /dev/ttyACM0 return no data, and after 22 seconds the xds2xx_conf program is terminated with SIGTERM (presumably you pressed Ctrl-C after xds2xx_conf program failed to produce ant output).
Therefore, for some unknown reason the XDS200 has got into a state where it doesn't reply to any commands sent to it.
I can't think of any more suggestions for you try to investigate the problem.
You seem to be using VirtualBox to run the virtual machine. Are are there any VirtualBox FAQs for debugging USB problems in the guest operating system?
Thanks for all your help. Yes, we are using VirtualBox to run virtual machine. We will check if there are any VirtualBox FAQs for debugging USB problems.
Thanks & Regards,
Rushina.