Hi, I'm having a problem with TLS connection to download ISO image (version 1.3). The default on main page is a clear HTTP, not HTTPS... any reason for that? I see some Tor developers other day complaining about golang GET function (this go to HTTP if HTTPS is not found), then I came to Tails website and found this... hypocrisy? Here is a dump of curl log [1]. The dmesg [2]. Since I can't use HTTPS, then I used HTTP to download the ISO file. After download, I have another problem with GPG signature, see [3].
I'm very grateful for your work, but this project claim to be "secure" and shouldn't have those issues. Any secure way to download Tails image? If not, at least put some advice on website, please. Regards, L. [1] ---curl dump begin--- curl 7.35.0 (x86_64-pc-linux-gnu) libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP $ curl -v -S -L --tlsv1 https://dl.amnesia.boum.org/tails/stable/tails-i386-1.3/tails-i386-1.3.iso -o tails-i386-1.3.iso * Hostname was NOT found in DNS cache % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying 178.217.184.32... * Connected to dl.amnesia.boum.org (178.217.184.32) port 443 (#0) * successfully set certificate verify locations: * CAfile: none CApath: /etc/ssl/certs * SSLv3, TLS handshake, Client hello (1): } [data not shown] * SSLv3, TLS handshake, Server hello (2): { [data not shown] * SSLv3, TLS handshake, CERT (11): { [data not shown] * SSLv3, TLS alert, Server hello (2): } [data not shown] * SSL certificate problem: unable to get local issuer certificate 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 * Closing connection 0 curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: http://curl.haxx.se/docs/sslcerts.html curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option. ---curl dump end--- [2] ---dmesg begin--- <6>[ 0.000000] Initializing cgroup subsys cpuset <6>[ 0.000000] Initializing cgroup subsys cpu <6>[ 0.000000] Initializing cgroup subsys cpuacct <5>[ 0.000000] Linux version 3.13.0-24-generic (buildd@panlong) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #46-Ubuntu SMP Thu Apr 10 19:11:08$ <6>[ 0.000000] Command line: file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity <6>[ 0.000000] KERNEL supported cpus: <6>[ 0.000000] Intel GenuineIntel <6>[ 0.000000] AMD AuthenticAMD <6>[ 0.000000] Centaur CentaurHauls <6>[ 0.000000] e820: BIOS-provided physical RAM map: <6>[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable <6>[ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved <6>[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved <6>[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf5dffff] usable <6>[ 0.000000] BIOS-e820: [mem 0x00000000bf5e0000-0x00000000bf5e2fff] ACPI NVS <6>[ 0.000000] BIOS-e820: [mem 0x00000000bf5e3000-0x00000000bf5effff] ACPI data <6>[ 0.000000] BIOS-e820: [mem 0x00000000bf5f0000-0x00000000bf5fffff] reserved <6>[ 0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved <6>[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved <6>[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable <6>[ 0.000000] NX (Execute Disable) protection: active <6>[ 0.000000] SMBIOS 2.4 present. <7>[ 0.000000] DMI: Gigabyte Technology Co., Ltd. G31M-ES2C/G31M-S2C, BIOS F6 02/05/2009 <7>[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved <7>[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable <6>[ 0.000000] No AGP bridge found <6>[ 0.000000] e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000 <7>[ 0.000000] MTRR default type: uncachable <7>[ 0.000000] MTRR fixed ranges enabled: <7>[ 0.000000] 00000-9FFFF write-back <7>[ 0.000000] A0000-BFFFF uncachable <7>[ 0.000000] C0000-CAFFF write-protect <7>[ 0.000000] CB000-EFFFF uncachable <7>[ 0.000000] F0000-FFFFF write-through <7>[ 0.000000] MTRR variable ranges enabled: <7>[ 0.000000] 0 base 000000000 mask F00000000 write-back <7>[ 0.000000] 1 base 0C0000000 mask FC0000000 uncachable <7>[ 0.000000] 2 base 0BF800000 mask FFF800000 uncachable <7>[ 0.000000] 3 base 0BF700000 mask FFFF00000 uncachable <7>[ 0.000000] 4 base 100000000 mask FC0000000 write-back <7>[ 0.000000] 5 base 0BF600000 mask FFFF00000 uncachable <7>[ 0.000000] 6 disabled <7>[ 0.000000] 7 disabled <6>[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 <7>[ 0.000000] original variable MTRRs <7>[ 0.000000] reg 0, base: 0GB, range: 4GB, type WB <7>[ 0.000000] reg 1, base: 3GB, range: 1GB, type UC <7>[ 0.000000] reg 2, base: 3064MB, range: 8MB, type UC <7>[ 0.000000] reg 3, base: 3063MB, range: 1MB, type UC <7>[ 0.000000] reg 4, base: 4GB, range: 1GB, type WB <7>[ 0.000000] reg 5, base: 3062MB, range: 1MB, type UC <6>[ 0.000000] total RAM covered: 4086M <6>[ 0.000000] Found optimal setting for mtrr clean up <6>[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 5 lose cover RAM: 0G <7>[ 0.000000] New variable MTRRs <7>[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB <7>[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB <7>[ 0.000000] reg 2, base: 3062MB, range: 2MB, type UC <7>[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC <7>[ 0.000000] reg 4, base: 4GB, range: 1GB, type WB <7>[ 0.000000] e820: update [mem 0xbf600000-0xffffffff] usable ==> reserved <6>[ 0.000000] e820: last_pfn = 0xbf5e0 max_arch_pfn = 0x400000000 <6>[ 0.000000] found SMP MP-table at [mem 0x000f5200-0x000f520f] mapped at [ffff8800000f5200] <6>[ 0.000000] Scanning 1 areas for low memory corruption <7>[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576 <6>[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] <7>[ 0.000000] [mem 0x00000000-0x000fffff] page 4k <7>[ 0.000000] BRK [0x01fdd000, 0x01fddfff] PGTABLE <7>[ 0.000000] BRK [0x01fde000, 0x01fdefff] PGTABLE <7>[ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE <6>[ 0.000000] init_memory_mapping: [mem 0x13fe00000-0x13fffffff] <7>[ 0.000000] [mem 0x13fe00000-0x13fffffff] page 2M <7>[ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE <6>[ 0.000000] init_memory_mapping: [mem 0x13c000000-0x13fdfffff] <7>[ 0.000000] [mem 0x13c000000-0x13fdfffff] page 2M <6>[ 0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff] <7>[ 0.000000] [mem 0x100000000-0x13bffffff] page 2M <6>[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf5dffff] <7>[ 0.000000] [mem 0x00100000-0x001fffff] page 4k <7>[ 0.000000] [mem 0x00200000-0xbf3fffff] page 2M <7>[ 0.000000] [mem 0xbf400000-0xbf5dffff] page 4k <6>[ 0.000000] RAMDISK: [mem 0x7eba4000-0x7fffffff] <4>[ 0.000000] ACPI: RSDP 00000000000f6bf0 000014 (v00 GBT ) <4>[ 0.000000] ACPI: RSDT 00000000bf5e3040 000034 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) <4>[ 0.000000] ACPI: FACP 00000000bf5e30c0 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) <4>[ 0.000000] ACPI: DSDT 00000000bf5e3180 0040E8 (v01 GBT GBTUACPI 00001000 MSFT 0100000C) <4>[ 0.000000] ACPI: FACS 00000000bf5e0000 000040 <4>[ 0.000000] ACPI: MCFG 00000000bf5e7440 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) <4>[ 0.000000] ACPI: APIC 00000000bf5e72c0 000084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) <4>[ 0.000000] ACPI: SSDT 00000000bf5e7ae0 0003AB (v01 PmRef CpuPm 00003000 INTL 20040311) <7>[ 0.000000] ACPI: Local APIC address 0xfee00000 <6>[ 0.000000] No NUMA configuration found <6>[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff] <6>[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x13fffffff] <6>[ 0.000000] NODE_DATA [mem 0x13fff8000-0x13fffcfff] <7>[ 0.000000] [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0 <4>[ 0.000000] Zone ranges: <4>[ 0.000000] DMA [mem 0x00001000-0x00ffffff] <4>[ 0.000000] DMA32 [mem 0x01000000-0xffffffff] <4>[ 0.000000] Normal [mem 0x100000000-0x13fffffff] <4>[ 0.000000] Movable zone start for each node <4>[ 0.000000] Early memory node ranges <4>[ 0.000000] node 0: [mem 0x00001000-0x0009efff] <4>[ 0.000000] node 0: [mem 0x00100000-0xbf5dffff] <4>[ 0.000000] node 0: [mem 0x100000000-0x13fffffff] <7>[ 0.000000] On node 0 totalpages: 1045886 <7>[ 0.000000] DMA zone: 64 pages used for memmap <7>[ 0.000000] DMA zone: 21 pages reserved <7>[ 0.000000] DMA zone: 3998 pages, LIFO batch:0 <7>[ 0.000000] DMA32 zone: 12184 pages used for memmap <7>[ 0.000000] DMA32 zone: 779744 pages, LIFO batch:31 <7>[ 0.000000] Normal zone: 4096 pages used for memmap <7>[ 0.000000] Normal zone: 262144 pages, LIFO batch:31 <6>[ 0.000000] ACPI: PM-Timer IO Port: 0x408 <7>[ 0.000000] ACPI: Local APIC address 0xfee00000 <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) <6>[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) <6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) <6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) <6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) <6>[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) <6>[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) <6>[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) <6>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) <7>[ 0.000000] ACPI: IRQ0 used by override. <7>[ 0.000000] ACPI: IRQ2 used by override. <7>[ 0.000000] ACPI: IRQ9 used by override. <6>[ 0.000000] Using ACPI (MADT) for SMP configuration information <6>[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs <7>[ 0.000000] nr_irqs_gsi: 40 <6>[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xbf5e0000-0xbf5e2fff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xbf5e3000-0xbf5effff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xbf5f0000-0xbf5fffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xbf600000-0xbf7fffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xbf800000-0xcfffffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xfebfffff] <6>[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff] <6>[ 0.000000] e820: [mem 0xd0000000-0xfebfffff] available for PCI devices <6>[ 0.000000] Booting paravirtualized kernel on bare hardware <6>[ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 <6>[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88013fc00000 s86336 r8192 d24256 u524288 <7>[ 0.000000] pcpu-alloc: s86336 r8192 d24256 u524288 alloc=1*2097152 <7>[ 0.000000] pcpu-alloc: [0] 0 1 2 3 <4>[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1029521 <4>[ 0.000000] Policy zone: Normal <5>[ 0.000000] Kernel command line: file=/cdrom/preseed/xubuntu.seed boot=casper initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity <6>[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) <6>[ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240 <6>[ 0.000000] Checking aperture... <6>[ 0.000000] No AGP bridge found <7>[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area <7>[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! <4>[ 0.000000] Memory: 4014012K/4183544K available (7338K kernel code, 1138K rwdata, 3388K rodata, 1332K init, 1440K bss, 169532K reserved) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 <6>[ 0.000000] Hierarchical RCU implementation. <6>[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. <6>[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. <6>[ 0.000000] Offload RCU callbacks from all CPUs <6>[ 0.000000] Offload RCU callbacks from CPUs: 0-3. <6>[ 0.000000] NR_IRQS:16640 nr_irqs:712 16 <6>[ 0.000000] Console: colour VGA+ 80x25 <6>[ 0.000000] console [tty0] enabled <6>[ 0.000000] allocated 16777216 bytes of page_cgroup <6>[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups <6>[ 0.000000] tsc: Fast TSC calibration using PIT <6>[ 0.000000] tsc: Detected 2002.034 MHz processor <6>[ 0.008006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4004.06 BogoMIPS (lpj=8008136) <6>[ 0.008011] pid_max: default: 32768 minimum: 301 <6>[ 0.008053] Security Framework initialized <6>[ 0.008092] AppArmor: AppArmor initialized <6>[ 0.008094] Yama: becoming mindful. <6>[ 0.008614] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) <6>[ 0.012198] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) <6>[ 0.013725] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.013736] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) <6>[ 0.014206] Initializing cgroup subsys memory <6>[ 0.014221] Initializing cgroup subsys devices <6>[ 0.014224] Initializing cgroup subsys freezer <6>[ 0.014228] Initializing cgroup subsys blkio <6>[ 0.014231] Initializing cgroup subsys perf_event <6>[ 0.014235] Initializing cgroup subsys hugetlb <6>[ 0.014271] CPU: Physical Processor ID: 0 <6>[ 0.014273] CPU: Processor Core ID: 0 <6>[ 0.014276] mce: CPU supports 6 MCE banks <6>[ 0.014288] CPU0: Thermal monitoring enabled (TM2) <6>[ 0.014300] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 <6>[ 0.014300] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32 <6>[ 0.014300] tlb_flushall_shift: -1 <6>[ 0.014450] Freeing SMP alternatives memory: 32K (ffffffff81e6b000 - ffffffff81e73000) <6>[ 0.016499] ACPI: Core revision 20131115 <4>[ 0.018424] ACPI: All ACPI Tables successfully acquired <6>[ 0.020053] ftrace: allocating 28408 entries in 111 pages <6>[ 0.032537] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 <6>[ 0.074607] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz (fam: 06, model: 17, stepping: 0a) <6>[ 0.076000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver. <6>[ 0.076000] ... version: 2 <6>[ 0.076000] ... bit width: 40 <6>[ 0.076000] ... generic registers: 2 <6>[ 0.076000] ... value mask: 000000ffffffffff <6>[ 0.076000] ... max period: 000000007fffffff <6>[ 0.076000] ... fixed-purpose events: 3 <6>[ 0.076000] ... event mask: 0000000700000003 <6>[ 0.077824] x86: Booting SMP configuration: <6>[ 0.077827] .... node #0, CPUs: #1 <6>[ 0.090928] x86: Booted up 1 node, 2 CPUs <6>[ 0.090935] smpboot: Total of 2 processors activated (8008.13 BogoMIPS) <6>[ 0.091074] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. <6>[ 0.092205] devtmpfs: initialized <6>[ 0.101035] EVM: security.selinux <6>[ 0.101037] EVM: security.SMACK64 <6>[ 0.101039] EVM: security.ima <6>[ 0.101040] EVM: security.capability <6>[ 0.101071] PM: Registering ACPI NVS region [mem 0xbf5e0000-0xbf5e2fff] (12288 bytes) <6>[ 0.101366] pinctrl core: initialized pinctrl subsystem <6>[ 0.101461] regulator-dummy: no parameters <6>[ 0.101497] RTC time: 1:55:28, date: 01/08/08 <6>[ 0.101550] NET: Registered protocol family 16 <6>[ 0.101706] cpuidle: using governor ladder <6>[ 0.101708] cpuidle: using governor menu <6>[ 0.101757] ACPI: bus type PCI registered <6>[ 0.101760] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 <6>[ 0.101841] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000) <6>[ 0.101844] PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820 <6>[ 0.123662] PCI: Using configuration type 1 for base access <6>[ 0.124888] bio: create slab <bio-0> at 0 <6>[ 0.124888] ACPI: Added _OSI(Module Device) <6>[ 0.124888] ACPI: Added _OSI(Processor Device) <6>[ 0.124888] ACPI: Added _OSI(3.0 _SCP Extensions) <6>[ 0.124888] ACPI: Added _OSI(Processor Aggregator Device) <4>[ 0.127543] ACPI: SSDT 00000000bf5e74c0 00026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311) <4>[ 0.127758] ACPI: Dynamic OEM Table Load: <4>[ 0.127762] ACPI: SSDT (null) 00026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311) <4>[ 0.127867] ACPI: SSDT 00000000bf5e7980 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) <4>[ 0.128081] ACPI: Dynamic OEM Table Load: <4>[ 0.128085] ACPI: SSDT (null) 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) <6>[ 0.128239] ACPI: Interpreter enabled <4>[ 0.128247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) <4>[ 0.128253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) <6>[ 0.128271] ACPI: (supports S0 S3 S4 S5) <6>[ 0.128274] ACPI: Using IOAPIC for interrupt routing <6>[ 0.128313] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug <6>[ 0.128438] ACPI: No dock devices found. <6>[ 0.133524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) <6>[ 0.133532] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] <6>[ 0.133538] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM <6>[ 0.133828] PCI host bridge to bus 0000:00 <6>[ 0.133833] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 0.133836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] <6>[ 0.133839] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] <6>[ 0.133841] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] <6>[ 0.133844] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] <6>[ 0.133847] pci_bus 0000:00: root bus resource [mem 0xbf600000-0xfebfffff] <7>[ 0.133859] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 <7>[ 0.133983] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000 <7>[ 0.133<6>[ 0.124888] ACPI: Added _OSI(Module Device) <6>[ 0.124888] ACPI: Added _OSI(Processor Device) <6>[ 0.124888] ACPI: Added _OSI(3.0 _SCP Extensions) <6>[ 0.124888] ACPI: Added _OSI(Processor Aggregator Device) <4>[ 0.127543] ACPI: SSDT 00000000bf5e74c0 00026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311) <4>[ 0.127758] ACPI: Dynamic OEM Table Load: <4>[ 0.127762] ACPI: SSDT (null) 00026C (v01 PmRef Cpu0Ist 00003000 INTL 20040311) <4>[ 0.127867] ACPI: SSDT 00000000bf5e7980 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) <4>[ 0.128081] ACPI: Dynamic OEM Table Load: <4>[ 0.128085] ACPI: SSDT (null) 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) <6>[ 0.128239] ACPI: Interpreter enabled <4>[ 0.128247] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) <4>[ 0.128253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) <6>[ 0.128271] ACPI: (supports S0 S3 S4 S5) <6>[ 0.128274] ACPI: Using IOAPIC for interrupt routing <6>[ 0.128313] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug <6>[ 0.128438] ACPI: No dock devices found. <6>[ 0.133524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) <6>[ 0.133532] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] <6>[ 0.133538] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM <6>[ 0.133828] PCI host bridge to bus 0000:00 <6>[ 0.133833] pci_bus 0000:00: root bus resource [bus 00-ff] <6>[ 0.133836] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] <6>[ 0.133839] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] <6>[ 0.133841] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] <6>[ 0.133844] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] <6>[ 0.133847] pci_bus 0000:00: root bus resource [mem 0xbf600000-0xfebfffff] <7>[ 0.133859] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 <7>[ 0.133983] pci 0000:00:02.0: [8086:29c2] type 00 class 0x030000 <7>[ 0.133996] pci 0000:00:02.0: reg 0x10: [mem 0xe1200000-0xe127ffff] <7>[ 0.134003] pci 0000:00:02.0: reg 0x14: [io 0xe000-0xe007] <7>[ 0.134010] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff pref] <7>[ 0.134017] pci 0000:00:02.0: reg 0x1c: [mem 0xe1000000-0xe10fffff] <7>[ 0.134157] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400 <7>[ 0.134231] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold <6>[ 0.134291] pci 0000:00:1c.0: System wakeup disabled by ACPI <7>[ 0.134332] pci 0000:00:1c.1: [8086:27d2] type 01 class 0x060400 <7>[ 0.134405] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold <6>[ 0.134465] pci 0000:00:1c.1: System wakeup disabled by ACPI <7>[ 0.134509] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300 <7>[ 0.134551] pci 0000:00:1d.0: reg 0x20: [io 0xe100-0xe11f] <6>[ 0.134623] pci 0000:00:1d.0: System wakeup disabled by ACPI <7>[ 0.134665] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300 <7>[ 0.134707] pci 0000:00:1d.1: reg 0x20: [io 0xe200-0xe21f] <6>[ 0.134780] pci 0000:00:1d.1: System wakeup disabled by ACPI <7>[ 0.134817] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300 <7>[ 0.134859] pci 0000:00:1d.2: reg 0x20: [io 0xe300-0xe31f] <6>[ 0.134934] pci 0000:00:1d.2: System wakeup disabled by ACPI <7>[ 0.134971] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300 <7>[ 0.135013] pci 0000:00:1d.3: reg 0x20: [io 0xe400-0xe41f] <6>[ 0.135085] pci 0000:00:1d.3: System wakeup disabled by ACPI <7>[ 0.135133] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320 <7>[ 0.135151] pci 0000:00:1d.7: reg 0x10: [mem 0xe1280000-0xe12803ff] <6>[ 0.135276] pci 0000:00:1d.7: System wakeup disabled by ACPI <7>[ 0.135316] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 <6>[ 0.135416] pci 0000:00:1e.0: System wakeup disabled by ACPI <7>[ 0.135460] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100 <7>[ 0.135545] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000 <6>[ 0.135554] pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags $ <6>[ 0.135560] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO <6>[ 0.135564] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f) <6>[ 0.135568] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f) <7>[ 0.135681] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018a <7>[ 0.135696] pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007] <7>[ 0.135705] pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003] <7>[ 0.135714] pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007] <7>[ 0.135723] pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003] <7>[ 0.135732] pci 0000:00:1f.2: reg 0x20: [io 0xf000-0xf00f] <7>[ 0.135770] pci 0000:00:1f.2: PME# supported from D3hot <7>[ 0.135858] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500 <7>[ 0.135911] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f] <6>[ 0.136079] pci 0000:00:1c.0: PCI bridge to [bus 01] <7>[ 0.136084] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] <7>[ 0.136165] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000 <7>[ 0.136183] pci 0000:02:00.0: reg 0x10: [io 0xd000-0xd0ff] <7>[ 0.136213] pci 0000:02:00.0: reg 0x18: [mem 0xe1110000-0xe1110fff 64bit pref] <7>[ 0.136233] pci 0000:02:00.0: reg 0x20: [mem 0xe1100000-0xe110ffff 64bit pref] <7>[ 0.136246] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] <7>[ 0.136314] pci 0000:02:00.0: supports D1 D2 <7>[ 0.136317] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold <6>[ 0.144031] pci 0000:00:1c.1: PCI bridge to [bus 02] <7>[ 0.144039] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff] <7>[ 0.144046] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe0ffffff] <7>[ 0.144056] pci 0000:00:1c.1: bridge window [mem 0xe1100000-0xe11fffff 64bit pref] <6>[ 0.144166] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode) <7>[ 0.144174] pci 0000:00:1e.0: bridge window [io 0xb000-0xbfff] <7>[ 0.144187] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) <7>[ 0.144191] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) <7>[ 0.144196] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) <7>[ 0.144201] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) <7>[ 0.144207] pci 0000:00:1e.0: bridge window [mem 0xbf600000-0xfebfffff] (subtractive decode) <6>[ 0.144805] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 *12 14 15) <6>[ 0.144875] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) <6>[ 0.144942] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 14 15) <6>[ 0.145009] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) <6>[ 0.145076] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. <6>[ 0.145145] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. <6>[ 0.145212] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. <6>[ 0.145280] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) <4>[ 0.145407] ACPI: Enabled 1 GPEs in block 00 to 1F <7>[ 0.145416] ACPI: \_SB_.PCI0: notify handler is installed <7>[ 0.145454] Found 1 acpi root devices <6>[ 0.148022] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none <6>[ 0.148022] vgaarb: loaded <6>[ 0.148022] vgaarb: bridge control possible 0000:00:02.0 <5>[ 0.148286] SCSI subsystem initialized <7>[ 0.148315] libata version 3.00 loaded. <6>[ 0.148315] ACPI: bus type USB registered <6>[ 0.148315] usbcore: registered new interface driver usbfs <6>[ 0.148315] usbcore: registered new interface driver hub <6>[ 0.148315] usbcore: registered new device driver usb <6>[ 0.148315] PCI: Using ACPI for IRQ routing <7>[ 0.155365] PCI: pci_cache_line_size set to 64 bytes <7>[ 0.155404] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff] <7>[ 0.155407] e820: reserve RAM buffer [mem 0xbf5e0000-0xbfffffff] <6>[ 0.155531] NetLabel: Initializing <6>[ 0.155534] NetLabel: domain hash size = 128 <6>[ 0.155535] NetLabel: protocols = UNLABELED CIPSOv4 <6>[ 0.155555] NetLabel: unlabeled traffic allowed by default <7>[ 0.155570] hpet clockevent registered <6>[ 0.155570] HPET: 3 timers in total, 0 timers will be used for per-cpu timer <6>[ 0.155570] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 <6>[ 0.155570] hpet0: 3 comparators, 64-bit 14.318180 MHz counter <6>[ 0.157017] Switched to clocksource hpet <6>[ 0.165629] AppArmor: AppArmor Filesystem Enabled <6>[ 0.165691] pnp: PnP ACPI init <6>[ 0.165723] ACPI: bus type PNP registered <6>[ 0.165961] system 00:00: [io 0x04d0-0x04d1] has been reserved <6>[ 0.165964] system 00:00: [io 0x0290-0x029f] has been reserved <6>[ 0.165968] system 00:00: [io 0x0800-0x087f] has been reserved <6>[ 0.165971] system 00:00: [io 0x0290-0x0294] has been reserved <6>[ 0.165974] system 00:00: [io 0x0880-0x088f] has been reserved <7>[ 0.165980] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) <7>[ 0.165994] pnp 00:01: [dma 4] <7>[ 0.166023] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) <7>[ 0.166118] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) <7>[ 0.166153] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active) <7>[ 0.166203] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) <7>[ 0.166330] pnp 00:05: [dma 2] <7>[ 0.166378] pnp 00:05: Plug and Play ACPI device, IDs PNP0700 (active) <7>[ 0.166604] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) <7>[ 0.166827] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active) <6>[ 0.166978] system 00:08: [io 0x0400-0x04cf] could not be reserved <7>[ 0.166983] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) <6>[ 0.167223] system 00:09: [mem 0xc0000000-0xcfffffff] has been reserved <7>[ 0.167227] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) <6>[ 0.167422] system 00:0a: [mem 0x000cb400-0x000cbfff] has been reserved <6>[ 0.167426] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved <6>[ 0.167429] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved <6>[ 0.167432] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved <6>[ 0.167435] system 00:0a: [mem 0xbf5e0000-0xbf5fffff] could not be reserved <6>[ 0.167438] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved <6>[ 0.167442] system 00:0a: [mem 0x00100000-0xbf5dffff] could not be reserved <6>[ 0.167445] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved <6>[ 0.167448] system 00:0a: [mem 0xfed13000-0xfed1dfff] has been reserved <6>[ 0.167451] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved <6>[ 0.167454] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved <6>[ 0.167457] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved <6>[ 0.167460] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved <6>[ 0.167463] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved <7>[ 0.167467] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) <7>[ 0.167513] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active) <6>[ 0.167519] pnp: PnP ACPI: found 12 devices <6>[ 0.167521] ACPI: bus type PNP unregistered <7>[ 0.174513] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 <7>[ 0.174517] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 <4>[ 0.174535] pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment <7>[ 0.174539] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 <7>[ 0.174542] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 <6>[ 0.174548] pci 0000:00:1c.0: BAR 14: assigned [mem 0xbf600000-0xbf7fffff] <6>[ 0.174552] pci 0000:00:1c.0: BAR 15: assigned [mem 0xe1300000-0xe14fffff 64bit pref] <6>[ 0.174555] pci 0000:00:1c.0: PCI bridge to [bus 01] <6>[ 0.174559] pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff] <6>[ 0.174565] pci 0000:00:1c.0: bridge window [mem 0xbf600000-0xbf7fffff] <6>[ 0.174569] pci 0000:00:1c.0: bridge window [mem 0xe1300000-0xe14fffff 64bit pref] <6>[ 0.174577] pci 0000:02:00.0: BAR 6: assigned [mem 0xe1120000-0xe113ffff pref] <6>[ 0.174580] pci 0000:00:1c.1: PCI bridge to [bus 02] <6>[ 0.174584] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff] <6>[ 0.174589] pci 0000:00:1c.1: bridge window [mem 0xe0000000-0xe0ffffff] <6>[ 0.174594] pci 0000:00:1c.1: bridge window [mem 0xe1100000-0xe11fffff 64bit pref] <6>[ 0.174600] pci 0000:00:1e.0: PCI bridge to [bus 03] <6>[ 0.174604] pci 0000:00:1e.0: bridge window [io 0xb000-0xbfff] <7>[ 0.174616] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] <7>[ 0.174618] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] <7>[ 0.174621] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] <7>[ 0.174624] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] <7>[ 0.174626] pci_bus 0000:00: resource 8 [mem 0xbf600000-0xfebfffff] <7>[ 0.174629] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff] <7>[ 0.174632] pci_bus 0000:01: resource 1 [mem 0xbf600000-0xbf7fffff] <7>[ 0.174635] pci_bus 0000:01: resource 2 [mem 0xe1300000-0xe14fffff 64bit pref] <7>[ 0.174638] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] <7>[ 0.174640] pci_bus 0000:02: resource 1 [mem 0xe0000000-0xe0ffffff] <7>[ 0.174643] pci_bus 0000:02: resource 2 [mem 0xe1100000-0xe11fffff 64bit pref] <7>[ 0.174646] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff] <7>[ 0.174649] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7] <7>[ 0.174651] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff] <7>[ 0.174654] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff] <7>[ 0.174656] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000dffff] <7>[ 0.174659] pci_bus 0000:03: resource 8 [mem 0xbf600000-0xfebfffff] <6>[ 0.174705] NET: Registered protocol family 2 <6>[ 0.174933] TCP established hash table entries: 32768 (order: 6, 262144 bytes) <6>[ 0.175157] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) <6>[ 0.175485] TCP: Hash tables configured (established 32768 bind 32768) <6>[ 0.175553] TCP: reno registered <6>[ 0.175565] UDP hash table entries: 2048 (order: 4, 65536 bytes) <6>[ 0.175615] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) <6>[ 0.175741] NET: Registered protocol family 1 <7>[ 0.175762] pci 0000:00:02.0: Boot video device <7>[ 0.176541] PCI: CLS 32 bytes, default 64 <6>[ 0.176639] Trying to unpack rootfs image as initramfs... <6>[ 5.451200] Freeing initrd memory: 20848K (ffff88007eba4000 - ffff880080000000) <6>[ 5.451216] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) <6>[ 5.451219] software IO TLB [mem 0xbb5e0000-0xbf5e0000] (64MB) mapped at [ffff8800bb5e0000-ffff8800bf5dffff] <6>[ 5.451603] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0xa07 <6>[ 5.451615] microcode: CPU1 sig=0x1067a, pf=0x1, revision=0xa07 <6>[ 5.451722] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba <6>[ 5.451725] Scanning for low memory corruption every 60 seconds <5>[ 5.452114] Initialise system trusted keyring <6>[ 5.452192] audit: initializing netlink socket (disabled) <5>[ 5.452215] type=2000 audit(1199757333.448:1): initialized <6>[ 5.485551] HugeTLB registered 2 MB page size, pre-allocated 0 pages <5>[ 5.487608] VFS: Disk quotas dquot_6.5.2 <4>[ 5.487666] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) <6>[ 5.488314] fuse init (API version 7.22) <6>[ 5.488413] msgmni has been set to 7880 <5>[ 5.488492] Key type big_key registered <5>[ 5.488909] Key type asymmetric registered <5>[ 5.488912] Asymmetric key parser 'x509' registered <6>[ 5.488954] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) <6>[ 5.488991] io scheduler noop registered <6>[ 5.488994] io scheduler deadline registered (default) <6>[ 5.489034] io scheduler cfq registered <7>[ 5.489295] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X <7>[ 5.489450] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X <6>[ 5.489534] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 <6>[ 5.489552] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 <7>[ 5.489613] intel_idle: does not run on family 6 model 23 <6>[ 5.489621] ipmi message handler version 39.2 <6>[ 5.489695] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 <6>[ 5.489702] ACPI: Power Button [PWRB] <6>[ 5.489781] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 <6>[ 5.489784] ACPI: Power Button [PWRF] <6>[ 5.489948] GHES: HEST is not enabled! <6>[ 5.490052] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled <6>[ 5.510448] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A <6>[ 5.512052] Linux agpgart interface v0.103 <6>[ 5.512120] agpgart-intel 0000:00:00.0: Intel G33 Chipset <6>[ 5.512190] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable <6>[ 5.513132] agpgart-intel 0000:00:00.0: detected 8192K stolen memory <6>[ 5.513315] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000 <6>[ 5.515077] brd: module loaded <6>[ 5.515963] loop: module loaded <7>[ 5.516164] ata_piix 0000:00:1f.2: version 2.13 <6>[ 5.516292] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ] <6>[ 5.517068] scsi0 : ata_piix <6>[ 5.517157] scsi1 : ata_piix <6>[ 5.517202] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 <6>[ 5.517205] ata2: SATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 <6>[ 5.517579] libphy: Fixed MDIO Bus: probed <6>[ 5.517696] tun: Universal TUN/TAP device driver, 1.6 <6>[ 5.517698] tun: (C) 1999-2004 Max Krasnyansky <[email protected]> <6>[ 5.517754] PPP generic driver version 2.4.2 <6>[ 5.517809] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 5.517815] ehci-pci: EHCI PCI platform driver <6>[ 5.517931] ehci-pci 0000:00:1d.7: EHCI Host Controller <6>[ 5.517940] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1 <7>[ 5.521869] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported <6>[ 5.521898] ehci-pci 0000:00:1d.7: irq 23, io mem 0xe1280000 <6>[ 5.532027] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 <6>[ 5.532174] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 <6>[ 5.532180] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 5.532185] usb usb1: Product: EHCI Host Controller <6>[ 5.532190] usb usb1: Manufacturer: Linux 3.13.0-24-generic ehci_hcd <6>[ 5.532194] usb usb1: SerialNumber: 0000:00:1d.7 <6>[ 5.532368] hub 1-0:1.0: USB hub found <6>[ 5.532379] hub 1-0:1.0: 8 ports detected <6>[ 5.532587] ehci-platform: EHCI generic platform driver <6>[ 5.532598] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 5.532600] ohci-pci: OHCI PCI platform driver <6>[ 5.532612] ohci-platform: OHCI generic platform driver <6>[ 5.532620] uhci_hcd: USB Universal Host Controller Interface driver <6>[ 5.532710] uhci_hcd 0000:00:1d.0: UHCI Host Controller <6>[ 5.532717] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 <6>[ 5.532742] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e100 <6>[ 5.532803] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 <6>[ 5.532806] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 5.532809] usb usb2: Product: UHCI Host Controller <6>[ 5.532811] usb usb2: Manufacturer: Linux 3.13.0-24-generic uhci_hcd <6>[ 5.532814] usb usb2: SerialNumber: 0000:00:1d.0 <6>[ 5.532923] hub 2-0:1.0: USB hub found <6>[ 5.532933] hub 2-0:1.0: 2 ports detected <6>[ 5.533116] uhci_hcd 0000:00:1d.1: UHCI Host Controller <6>[ 5.533125] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 <6>[ 5.533157] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e200 <6>[ 5.533215] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 <6>[ 5.533218] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 5.533221] usb usb3: Product: UHCI Host Controller <6>[ 5.533223] usb usb3: Manufacturer: Linux 3.13.0-24-generic uhci_hcd <6>[ 5.533226] usb usb3: SerialNumber: 0000:00:1d.1 <6>[ 5.533328] hub 3-0:1.0: USB hub found <6>[ 5.533339] hub 3-0:1.0: 2 ports detected <6>[ 5.533508] uhci_hcd 0000:00:1d.2: UHCI Host Controller <6>[ 5.533516] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 <6>[ 5.533548] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e300 <6>[ 5.533610] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 <6>[ 5.533613] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 5.533616] usb usb4: Product: UHCI Host Controller <6>[ 5.533618] usb usb4: Manufacturer: Linux 3.13.0-24-generic uhci_hcd <6>[ 5.533621] usb usb4: SerialNumber: 0000:00:1d.2 <6>[ 5.533722] hub 4-0:1.0: USB hub found <6>[ 5.533731] hub 4-0:1.0: 2 ports detected <6>[ 5.533904] uhci_hcd 0000:00:1d.3: UHCI Host Controller <6>[ 5.533911] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 <6>[ 5.533943] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e400 <6>[ 5.534001] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 <6>[ 5.534004] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 <6>[ 5.534007] usb usb5: Product: UHCI Host Controller <6>[ 5.534010] usb usb5: Manufacturer: Linux 3.13.0-24-generic uhci_hcd <6>[ 5.534012] usb usb5: SerialNumber: 0000:00:1d.3 <6>[ 5.534117] hub 5-0:1.0: USB hub found <6>[ 5.534127] hub 5-0:1.0: 2 ports detected <6>[ 5.534280] i8042: PNP: No PS/2 controller found. Probing ports directly. <4>[ 5.567621] i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS? <4>[ 5.567623] i8042: If AUX port is really absent please use the 'i8042.noaux' option <7>[ 5.682887] ata2.01: NODEV after polling detection <6>[ 5.688272] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-H653G, D200, max UDMA/100 <6>[ 5.688286] ata2.00: applying bridge limits <6>[ 5.688376] ata1.01: HPA detected: current 1953523055, native 1953525168 <6>[ 5.688381] ata1.01: ATA-8: TOSHIBA DT01ACA100, MS2OA750, max UDMA/133 <6>[ 5.688385] ata1.01: 1953523055 sectors, multi 16: LBA48 NCQ (depth 0/32) <6>[ 5.704269] ata2.00: configured for UDMA/100 <6>[ 5.704382] ata1.01: configured for UDMA/133 <5>[ 5.704583] scsi 0:0:1:0: Direct-Access ATA TOSHIBA DT01ACA1 MS2O PQ: 0 ANSI: 5 <5>[ 5.704837] sd 0:0:1:0: Attached scsi generic sg0 type 0 <5>[ 5.704841] sd 0:0:1:0: [sda] 1953523055 512-byte logical blocks: (1.00 TB/931 GiB) <5>[ 5.704845] sd 0:0:1:0: [sda] 4096-byte physical blocks <5>[ 5.704945] sd 0:0:1:0: [sda] Write Protect is off <7>[ 5.704949] sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00 <5>[ 5.704978] sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA <5>[ 5.705574] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-H653G D200 PQ: 0 ANSI: 5 <4>[ 5.708132] sr0: scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray <6>[ 5.708137] cdrom: Uniform CD-ROM driver Revision: 3.20 <7>[ 5.708300] sr 1:0:0:0: Attached scsi CD-ROM sr0 <5>[ 5.708362] sr 1:0:0:0: Attached scsi generic sg1 type 5 <6>[ 5.792993] sda: sda1 sda2 < sda5 sda6 sda7 > <5>[ 5.793575] sd 0:0:1:0: [sda] Attached SCSI disk <6>[ 5.816110] serio: i8042 KBD port at 0x60,0x64 irq 1 <6>[ 5.816296] mousedev: PS/2 mouse device common for all mice <6>[ 5.816447] rtc_cmos 00:02: RTC can wake from S4 <6>[ 5.816586] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 <6>[ 5.816612] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs <6>[ 5.816700] device-mapper: uevent: version 1.0.3 <6>[ 5.816778] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected] <6>[ 5.816788] ledtrig-cpu: registered to indicate activity on CPUs <6>[ 5.816923] TCP: cubic registered <6>[ 5.817045] NET: Registered protocol family 10 <6>[ 5.817284] NET: Registered protocol family 17 <5>[ 5.817297] Key type dns_resolver registered <5>[ 5.817562] Loading compiled-in X.509 certificates <5>[ 5.818871] Loaded X.509 cert 'Magrathea: Glacier signing key: 00a5a65759de474bc5c43120880c1b94a539f431' <6>[ 5.818890] registered taskstats version 1 <5>[ 5.822310] Key type trusted registered <5>[ 5.824900] Key type encrypted registered <6>[ 5.827412] AppArmor: AppArmor sha1 policy hashing enabled <6>[ 5.827417] IMA: No TPM chip found, activating TPM-bypass! <6>[ 5.827657] regulator-dummy: disabling <6>[ 5.827705] Magic number: 8:561:912 <6>[ 5.827873] rtc_cmos 00:02: setting system clock to 2008-01-08 01:55:34 UTC (1199757334) <6>[ 5.828184] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found <6>[ 5.828186] EDD information not available. <7>[ 5.828226] PM: Hibernation image not present or could not be loaded. <6>[ 5.830215] Freeing unused kernel memory: 1332K (ffffffff81d1e000 - ffffffff81e6b000) <6>[ 5.830218] Write protecting the kernel read-only data: 12288k <6>[ 5.833406] Freeing unused kernel memory: 844K (ffff88000172d000 - ffff880001800000) <6>[ 5.835951] Freeing unused kernel memory: 708K (ffff880001b4f000 - ffff880001c00000) <30>[ 5.855335] systemd-udevd[108]: starting version 204 <6>[ 5.889754] [drm] Initialized drm 1.1.0 20060810 <6>[ 5.890299] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded <4>[ 5.890317] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control <7>[ 5.890571] r8169 0000:02:00.0: irq 42 for MSI/MSI-X <6>[ 5.890793] r8169 0000:02:00.0 eth0: RTL8102e at 0xffffc90000636000, 00:24:1d:fb:96:f7, XID 14a00000 IRQ 42 <6>[ 5.901879] Floppy drive(s): fd0 is 1.44M <6>[ 5.919771] FDC 0 is a post-1991 82077 <6>[ 5.932790] [drm] Memory usable by graphics device = 512M <7>[ 5.980205] i915 0000:00:02.0: irq 43 for MSI/MSI-X <6>[ 5.980226] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 5.980228] [drm] Driver supports precise vblank timestamp query. <6>[ 5.980316] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem <6>[ 5.981385] [drm] initialized overlay support <6>[ 6.091672] fbcon: inteldrmfb (fb0) is primary device <6>[ 6.139748] Console: switching to colour frame buffer device 240x67 <6>[ 6.147404] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device <6>[ 6.147407] i915 0000:00:02.0: registered panic notifier <6>[ 6.147481] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 <6>[ 6.288048] usb 3-2: new low-speed USB device number 2 using uhci_hcd <6>[ 6.448036] tsc: Refined TSC clocksource calibration: 2002.007 MHz <6>[ 6.463204] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 6.463211] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 6.463216] usb 3-2: Product: USB Optical Mouse <6>[ 6.463221] usb 3-2: Manufacturer: Logitech <6>[ 6.472346] hidraw: raw HID events driver (C) Jiri Kosina <6>[ 6.487561] usbcore: registered new interface driver usbhid <6>[ 6.487563] usbhid: USB HID core driver <6>[ 6.489605] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input3 <6>[ 6.489731] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <6>[ 6.704067] usb 5-1: new full-speed USB device number 2 using uhci_hcd <6>[ 6.890995] usb 5-1: New USB device found, idVendor=046d, idProduct=c534 <6>[ 6.891001] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 6.891004] usb 5-1: Product: USB Receiver <6>[ 6.891007] usb 5-1: Manufacturer: Logitech <6>[ 6.899528] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.0/input/input4 <6>[ 6.899675] hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.3-1/input0 <6>[ 6.903175] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.3/usb5/5-1/5-1:1.1/input/input5 <6>[ 6.903479] hid-generic 0003:046D:C534.0003: input,hiddev0,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.3-1/input1 <6>[ 7.448141] Switched to clocksource tsc <5>[ 7.816191] random: nonblocking pool is initialized <6>[ 8.385570] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) <7>[ 8.982596] ISO 9660 Extensions: Microsoft Joliet Level 3 <7>[ 8.986659] ISO 9660 Extensions: RRIP_1991A <6>[ 9.265232] squashfs: version 4.0 (2009/01/31) Phillip Lougher <6>[ 37.497714] Adding 263164k swap on /dev/sda6. Priority:-1 extents:1 across:263164k FS <6>[ 38.069623] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <30>[ 39.156593] systemd-udevd[1032]: starting version 204 <12>[ 43.383293] init: cups main process (1088) killed by HUP signal <12>[ 43.383312] init: cups main process ended, respawning <6>[ 43.554142] lp: driver loaded but no devices found <6>[ 43.703234] ppdev: user-space parallel port driver <6>[ 43.711378] Bluetooth: Core ver 2.17 <6>[ 43.711467] NET: Registered protocol family 31 <6>[ 43.711469] Bluetooth: HCI device and connection manager initialized <6>[ 43.713632] Bluetooth: HCI socket layer initialized <6>[ 43.713638] Bluetooth: L2CAP socket layer initialized <6>[ 43.713650] Bluetooth: SCO socket layer initialized <6>[ 43.760933] parport_pc 00:07: reported by Plug and Play ACPI <6>[ 43.760986] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] <6>[ 43.856305] lp0: using parport0 (interrupt-driven). <6>[ 43.975547] Bluetooth: RFCOMM TTY layer initialized <6>[ 43.975565] Bluetooth: RFCOMM socket layer initialized <6>[ 43.975575] Bluetooth: RFCOMM ver 1.11 <6>[ 44.145570] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 <6>[ 44.145575] Bluetooth: BNEP filters: protocol multicast <6>[ 44.145601] Bluetooth: BNEP socket layer initialized <5>[ 44.308223] intel_rng: FWH not detected <4>[ 45.328292] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20131115/utaddress-251) <6>[ 45.328303] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver <4>[ 45.328338] lpc_ich: Resource conflict(s) found affecting gpio_ich <6>[ 45.917468] device-mapper: multipath: version 1.6.0 loaded <6>[ 45.955985] leds_ss4200: no LED devices found <12>[ 47.199715] init: failsafe main process (1220) killed by TERM signal <6>[ 47.731603] gpio_ich: GPIO from 206 to 255 on gpio_ich <6>[ 59.805189] r8169 0000:02:00.0 eth0: link down <6>[ 59.805205] r8169 0000:02:00.0 eth0: link down <6>[ 59.805291] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <6>[ 59.805805] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready <12>[ 60.293734] init: plymouth-upstart-bridge main process ended, respawning <12>[ 60.307401] init: plymouth-upstart-bridge main process ended, respawning <6>[ 61.542555] r8169 0000:02:00.0 eth0: link up <6>[ 61.542575] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready <6>[ 147.212130] usb 3-2: USB disconnect, device number 2 <6>[ 148.680044] usb 3-2: new low-speed USB device number 3 using uhci_hcd <6>[ 148.855045] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 148.855052] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 148.855057] usb 3-2: Product: USB Optical Mouse <6>[ 148.855062] usb 3-2: Manufacturer: Logitech <6>[ 148.871862] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input6 <6>[ 148.872212] hid-generic 0003:046D:C05A.0004: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <6>[ 316.596121] usb 3-2: USB disconnect, device number 3 <6>[ 318.272042] usb 3-2: new low-speed USB device number 4 using uhci_hcd <6>[ 318.447055] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 318.447062] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 318.447068] usb 3-2: Product: USB Optical Mouse <6>[ 318.447073] usb 3-2: Manufacturer: Logitech <6>[ 318.463907] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input7 <6>[ 318.464193] hid-generic 0003:046D:C05A.0005: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <6>[ 436.876129] usb 3-2: USB disconnect, device number 4 <6>[ 438.316041] usb 3-2: new low-speed USB device number 5 using uhci_hcd <6>[ 438.491045] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 438.491052] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 438.491057] usb 3-2: Product: USB Optical Mouse <6>[ 438.491062] usb 3-2: Manufacturer: Logitech <6>[ 438.507848] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input8 <6>[ 438.508113] hid-generic 0003:046D:C05A.0006: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <4>[ 666.472985] perf samples too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 <4>[ 2576.036530] perf samples too long (5003 > 5000), lowering kernel.perf_event_max_sample_rate to 25000 <6>[ 2601.420139] usb 3-2: USB disconnect, device number 5 <6>[ 2602.952040] usb 3-2: new low-speed USB device number 6 using uhci_hcd <6>[ 2603.127046] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 2603.127053] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 2603.127058] usb 3-2: Product: USB Optical Mouse <6>[ 2603.127063] usb 3-2: Manufacturer: Logitech <6>[ 2603.143863] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input9 <6>[ 2603.144194] hid-generic 0003:046D:C05A.0007: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <12>[ 2860.539197] init: tty4 main process ended, respawning <12>[ 3307.892218] init: tty4 main process ended, respawning <6>[ 3473.636120] usb 3-2: USB disconnect, device number 6 <6>[ 3475.144038] usb 3-2: new low-speed USB device number 7 using uhci_hcd <6>[ 3475.319048] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[ 3475.319056] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[ 3475.319061] usb 3-2: Product: USB Optical Mouse <6>[ 3475.319066] usb 3-2: Manufacturer: Logitech <6>[ 3475.335902] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input10 <6>[ 3475.336243] hid-generic 0003:046D:C05A.0008: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 <5>[16811.996177] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel <7>[16812.008395] vboxdrv: Found 2 processor cores. <4>[16812.008704] vboxdrv: fAsync=0 offMin=0x302 offMax=0xf62 <6>[16812.008861] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. <7>[16812.008865] vboxdrv: Successfully loaded version 4.3.10_Ubuntu (interface 0x001a0007). <6>[16812.072659] vboxpci: IOMMU not found (not registered) <6>[18829.548131] usb 3-2: USB disconnect, device number 7 <6>[18831.024044] usb 3-2: new low-speed USB device number 8 using uhci_hcd <6>[18831.200045] usb 3-2: New USB device found, idVendor=046d, idProduct=c05a <6>[18831.200053] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <6>[18831.200059] usb 3-2: Product: USB Optical Mouse <6>[18831.200063] usb 3-2: Manufacturer: Logitech <6>[18831.216871] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/input/input11 <6>[18831.217116] hid-generic 0003:046D:C05A.0009: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.1-2/input0 ---dmesg end--- [3] ---GPG dump begin--- gpg (GnuPG) 1.4.16 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: ~/.gnupg Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 $ gpg -v --keyid-format long --verify tails-i386-1.3.iso.sig tails-i386-1.3.iso gpg: WARNING: unsafe ownership on configuration file `/home/xubuntu/.gnupg/gpg.conf' gpg: Signature made Tue 24 Feb 2015 12:16:33 AM UTC gpg: using RSA key 1202821CBE2CD9C1 gpg: using PGP trust model gpg: Good signature from "Tails developers (signing key) <[email protected]>" gpg: WARNING: This key is not certified with a trusted signature! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 0D24 B36A A9A2 A651 7878 7645 1202 821C BE2C D9C1 gpg: binary signature, digest algorithm SHA512 ---GPG dump end--- _______________________________________________ tails-support mailing list [email protected] https://mailman.boum.org/listinfo/tails-support To unsubscribe from this list, send an empty email to [email protected].
