Permalänk
Medlem

En gammal hedlig fstap tråd.

Hej!

verkar som att en gång per år måste jag lägga upp en fstab. Nu har jag stött på ett nytt problem för mig.
Har en VMware server som delar lite diskar på nätverket som jag har vanligt viss kommit åt smidigt via fstab. Nu har jag en fräsh install av ubuntu 14.04. I fstab har jag följande:

//IPTillVMware/MUSIC /media/musik auto credentials=/home/User/.smbcredentials,iocharset=utf8,sec=ntlm,rw,uid=1000,gid=1000 0 0

ls -l /media/ ger:

total 16 drwx------ 2 User root 4096 okt 15 22:24 filmer drwx------ 2 User root 4096 okt 15 22:24 musik drwx------ 2 User root 4096 okt 15 22:24 seriger

sudo mount -a ger:

mount: special device //IPTillVMware/MUSIC does not exist

Men Jag vet att den finns då jag har samma på en annan ubuntu burk och då fungerar det.

Någon som kan hjälpa mig?
tack för svar!

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

Byter jag auto mot cifs får jag följande istället:

mount: wrong fs type, bad option, bad superblock on //IPTillVMware/MUSIC, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so

dmesg | tail säger: [ 3102.377311] CIFS VFS: No username specified
vilket jag tycker är lustigt för det finns i .smbcredentials och har alltid funkat tidigare.

när jag testar ntfs istället för auto i fstab får jag följande fel istället

ntfs-3g: Failed to access volume '//IPTillVMware/MUSIC': No such file or directory ntfs-3g 2013.1.13AR.1 external FUSE 29 - Third Generation NTFS Driver Configuration type 7, XATTRS are on, POSIX ACLS are on Copyright (C) 2005-2007 Yura Pakhuchiy Copyright (C) 2006-2009 Szabolcs Szakacsits Copyright (C) 2007-2012 Jean-Pierre Andre Copyright (C) 2009 Erik Larsson Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point> Options: ro (read-only mount), windows_names, uid=, gid=, umask=, fmask=, dmask=, streams_interface=. Please see the details in the manual (type: man ntfs-3g). Example: ntfs-3g /dev/sda1 /mnt/windows News, support and information: http://tuxera.com

förstår inte riktigt vad jag ska göra.

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Hedersmedlem

Kan du pinga `IPTillVMware` från datorn i fråga? Kan datorn i fråga pingas från `IPTillVMware`?

Det kan kanske hjälpa att köra `dmesg` efter monteringsförsöket för att se mer utförliga diagnostiska meddelanden.

Visa signatur

Nu med kortare användarnamn, men fortfarande bedövande långa inlägg.

Permalänk
Medlem

Ja jag kan pinga den. Okej jag hade glömt att lägga upp dmesg meddelandet. Är på uni just nu får skicka de när jag kommer hem.

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

ping funkar

ping IPTillVMware 2 PING IPTillVMware (IPTillVMware) 56(84) bytes of data. 3 64 bytes from IPTillVMware: icmp_seq=1 ttl=127 time=0.419 ms 4 64 bytes from IPTillVMware: icmp_seq=2 ttl=127 time=0.384 ms 5 64 bytes from IPTillVMware: icmp_seq=3 ttl=127 time=0.353 ms 6 ^C 7 --- IPTillVMware ping statistics --- 8 3 packets transmitted, 3 received, 0% packet loss, time 1998ms 9 rtt min/avg/max/mdev = 0.353/0.385/0.419/0.031 ms

körde nu en
$ sudo mount -a
$ dmesg >> tmp.txt
i tmp.txt fick jag följande:

[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-37-generic (buildd@kapok) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #64-Ubuntu SMP Mon Sep 22 21:28:38 UTC 2014 (Ubuntu 3.13.0-37.64-generic 3.13.11.7) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=c9a54998-a5c3-4962-9a97-f7a4e5b7e69c ro quiet splash vt.handoff=7 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000a56affff] usable [ 0.000000] BIOS-e820: [mem 0x00000000a56b0000-0x00000000a5eaffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000a5eb0000-0x00000000aaabefff] usable [ 0.000000] BIOS-e820: [mem 0x00000000aaabf000-0x00000000aaebefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000aaebf000-0x00000000aafbefff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000aafbf000-0x00000000aaffefff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000aafff000-0x00000000aaffffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000ab000000-0x00000000af9fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000024f5fffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: LENOVO 20354/Lancer 5A5, BIOS 9BCN25WW 04/10/2014 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x24f600 max_arch_pfn = 0x400000000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-E7FFF write-protect [ 0.000000] E8000-EFFFF write-combining [ 0.000000] F0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask 7C00000000 write-back [ 0.000000] 1 base 00AB000000 mask 7FFF000000 uncachable [ 0.000000] 2 base 00AC000000 mask 7FFC000000 uncachable [ 0.000000] 3 base 00B0000000 mask 7FF0000000 uncachable [ 0.000000] 4 base 00C0000000 mask 7FC0000000 uncachable [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] original variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 16GB, type WB [ 0.000000] reg 1, base: 2736MB, range: 16MB, type UC [ 0.000000] reg 2, base: 2752MB, range: 64MB, type UC [ 0.000000] reg 3, base: 2816MB, range: 256MB, type UC [ 0.000000] reg 4, base: 3GB, range: 1GB, type UC [ 0.000000] total RAM covered: 15024M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 7 lose cover RAM: 0G [ 0.000000] New variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB [ 0.000000] reg 1, base: 2GB, range: 512MB, type WB [ 0.000000] reg 2, base: 2560MB, range: 128MB, type WB [ 0.000000] reg 3, base: 2688MB, range: 32MB, type WB [ 0.000000] reg 4, base: 2720MB, range: 16MB, type WB [ 0.000000] reg 5, base: 4GB, range: 4GB, type WB [ 0.000000] reg 6, base: 8GB, range: 8GB, type WB [ 0.000000] e820: update [mem 0xab000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xab000 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE [ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x24f400000-0x24f5fffff] [ 0.000000] [mem 0x24f400000-0x24f5fffff] page 2M [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x24c000000-0x24f3fffff] [ 0.000000] [mem 0x24c000000-0x24f3fffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x200000000-0x24bffffff] [ 0.000000] [mem 0x200000000-0x23fffffff] page 1G [ 0.000000] [mem 0x240000000-0x24bffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0xa56affff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G [ 0.000000] [mem 0x80000000-0xa55fffff] page 2M [ 0.000000] [mem 0xa5600000-0xa56affff] page 4k [ 0.000000] init_memory_mapping: [mem 0xa5eb0000-0xaaabefff] [ 0.000000] [mem 0xa5eb0000-0xa5ffffff] page 4k [ 0.000000] [mem 0xa6000000-0xaa9fffff] page 2M [ 0.000000] [mem 0xaaa00000-0xaaabefff] page 4k [ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE [ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0xaafff000-0xaaffffff] [ 0.000000] [mem 0xaafff000-0xaaffffff] page 4k [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G [ 0.000000] RAMDISK: [mem 0x34b96000-0x365c2fff] [ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 LENOVO) [ 0.000000] ACPI: XSDT 00000000aaffe210 0000BC (v01 LENOVO CB-01 00000001 01000013) [ 0.000000] ACPI: FACP 00000000aaff7000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20131115/tbfadt-202) [ 0.000000] ACPI: DSDT 00000000aafe4000 00F4BB (v02 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: FACS 00000000aafba000 000040 [ 0.000000] ACPI: SLIC 00000000aaffd000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: UEFI 00000000aaffc000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: FPDT 00000000aaffa000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: MSDM 00000000aaff9000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: ASF! 00000000aaff8000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: HPET 00000000aaff6000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: APIC 00000000aaff5000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: MCFG 00000000aaff4000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: WDAT 00000000aafe3000 000224 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000aafe0000 002028 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: BOOT 00000000aafde000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: LPIT 00000000aafdd000 000094 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: ASPT 00000000aafdb000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: DBGP 00000000aafda000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000aafd2000 000539 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000aafd1000 000AD8 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000aafcd000 0034F8 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: SSDT 00000000aafc8000 0034B3 (v01 LENOVO CB-01 00000001 ACPI 00040000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000024f5fffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x24f5fffff] [ 0.000000] NODE_DATA [mem 0x24f5f8000-0x24f5fcfff] [ 0.000000] [ffffea0000000000-ffffea00093fffff] PMD -> [ffff880246c00000-ffff88024ebfffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x24f5fffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009cfff] [ 0.000000] node 0: [mem 0x00100000-0xa56affff] [ 0.000000] node 0: [mem 0xa5eb0000-0xaaabefff] [ 0.000000] node 0: [mem 0xaafff000-0xaaffffff] [ 0.000000] node 0: [mem 0x100000000-0x24f5fffff] [ 0.000000] On node 0 totalpages: 2070620 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 10827 pages used for memmap [ 0.000000] DMA32 zone: 692928 pages, LIFO batch:31 [ 0.000000] Normal zone: 21464 pages used for memmap [ 0.000000] Normal zone: 1373696 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x1808 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39 [ 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: IRQ2 used by override. [ 0.000000] ACPI: IRQ9 used by override. [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs [ 0.000000] nr_irqs_gsi: 56 [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xa56b0000-0xa5eaffff] [ 0.000000] PM: Registered nosave memory: [mem 0xaaabf000-0xaaebefff] [ 0.000000] PM: Registered nosave memory: [mem 0xaaebf000-0xaafbefff] [ 0.000000] PM: Registered nosave memory: [mem 0xaafbf000-0xaaffefff] [ 0.000000] PM: Registered nosave memory: [mem 0xab000000-0xaf9fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xafa00000-0xdfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff] [ 0.000000] e820: [mem 0xafa00000-0xdfffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88024f200000 s86400 r8192 d24192 u262144 [ 0.000000] pcpu-alloc: s86400 r8192 d24192 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038244 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic root=UUID=c9a54998-a5c3-4962-9a97-f7a4e5b7e69c ro quiet splash vt.handoff=7 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 8040972K/8282480K available (7375K kernel code, 1144K rwdata, 3404K rodata, 1336K init, 1444K bss, 241508K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-7. [ 0.000000] NR_IRQS:16640 nr_irqs:1016 16 [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] allocated 33554432 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.004000] tsc: Detected 2294.678 MHz processor [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.35 BogoMIPS (lpj=9178712) [ 0.000007] pid_max: default: 32768 minimum: 301 [ 0.000044] Security Framework initialized [ 0.000065] AppArmor: AppArmor initialized [ 0.000066] Yama: becoming mindful. [ 0.000867] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.003194] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.004177] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.004192] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) [ 0.004468] Initializing cgroup subsys memory [ 0.004475] Initializing cgroup subsys devices [ 0.004477] Initializing cgroup subsys freezer [ 0.004479] Initializing cgroup subsys blkio [ 0.004480] Initializing cgroup subsys perf_event [ 0.004483] Initializing cgroup subsys hugetlb [ 0.004512] CPU: Physical Processor ID: 0 [ 0.004513] CPU: Processor Core ID: 0 [ 0.004519] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.004519] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.005814] mce: CPU supports 7 MCE banks [ 0.005831] CPU0: Thermal monitoring enabled (TM1) [ 0.005845] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.005845] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 [ 0.005845] tlb_flushall_shift: 6 [ 0.005994] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000) [ 0.007375] ACPI: Core revision 20131115 [ 0.022958] ACPI: All ACPI Tables successfully acquired [ 0.024447] ftrace: allocating 28541 entries in 112 pages [ 0.042484] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082150] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01) [ 0.082159] TSC deadline timer enabled [ 0.082172] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. [ 0.082180] ... version: 3 [ 0.082182] ... bit width: 48 [ 0.082183] ... generic registers: 4 [ 0.082184] ... value mask: 0000ffffffffffff [ 0.082185] ... max period: 0000ffffffffffff [ 0.082187] ... fixed-purpose events: 3 [ 0.082188] ... event mask: 000000070000000f [ 0.084379] x86: Booting SMP configuration: [ 0.099043] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.084381] .... node #0, CPUs: #1 #2 #3 [ 0.128105] x86: Booted up 1 node, 4 CPUs [ 0.128109] smpboot: Total of 4 processors activated (18357.42 BogoMIPS) [ 0.133510] devtmpfs: initialized [ 0.137500] EVM: security.selinux [ 0.137502] EVM: security.SMACK64 [ 0.137503] EVM: security.ima [ 0.137504] EVM: security.capability [ 0.137561] PM: Registering ACPI NVS region [mem 0xaaebf000-0xaafbefff] (1048576 bytes) [ 0.138562] pinctrl core: initialized pinctrl subsystem [ 0.138631] regulator-dummy: no parameters [ 0.138666] RTC time: 20:13:33, date: 10/16/14 [ 0.138707] NET: Registered protocol family 16 [ 0.138831] cpuidle: using governor ladder [ 0.138833] cpuidle: using governor menu [ 0.138884] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.138886] ACPI: bus type PCI registered [ 0.138888] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.138961] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.138964] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.170328] PCI: Using configuration type 1 for base access [ 0.171497] bio: create slab <bio-0> at 0 [ 0.171679] ACPI: Added _OSI(Module Device) [ 0.171682] ACPI: Added _OSI(Processor Device) [ 0.171683] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.171685] ACPI: Added _OSI(Processor Aggregator Device) [ 0.177980] ACPI: Executed 2 blocks of module-level executable AML code [ 0.186479] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.188275] ACPI: SSDT 00000000aae78c18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20121220) [ 0.189066] ACPI: Dynamic OEM Table Load: [ 0.189069] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20121220) [ 0.189571] ACPI: SSDT 00000000aae78618 0005AA (v01 PmRef ApIst 00003000 INTL 20121220) [ 0.190456] ACPI: Dynamic OEM Table Load: [ 0.190458] ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20121220) [ 0.193366] ACPI: SSDT 00000000aae77d98 000119 (v01 PmRef ApCst 00003000 INTL 20121220) [ 0.194153] ACPI: Dynamic OEM Table Load: [ 0.194155] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20121220) [ 0.199349] ACPI: Interpreter enabled [ 0.199360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.199368] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.199393] ACPI: (supports S0 S3 S4 S5) [ 0.199395] ACPI: Using IOAPIC for interrupt routing [ 0.199431] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.199733] ACPI: No dock devices found. [ 0.213297] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 0.213305] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.213787] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 0.214808] PCI host bridge to bus 0000:00 [ 0.214812] pci_bus 0000:00: root bus resource [bus 00-fe] [ 0.214814] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.214816] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.214819] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.214821] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff] [ 0.214831] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 [ 0.215047] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 [ 0.215063] pci 0000:00:02.0: reg 0x10: [mem 0xc3000000-0xc33fffff 64bit] [ 0.215073] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.215079] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f] [ 0.215279] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 [ 0.215290] pci 0000:00:03.0: reg 0x10: [mem 0xc3610000-0xc3613fff 64bit] [ 0.215518] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 [ 0.215539] pci 0000:00:14.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit] [ 0.215605] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.215757] pci 0000:00:14.0: System wakeup disabled by ACPI [ 0.215792] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000 [ 0.215816] pci 0000:00:16.0: reg 0x10: [mem 0xc3618000-0xc361801f 64bit] [ 0.215893] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 0.216085] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 [ 0.216100] pci 0000:00:1b.0: reg 0x10: [mem 0xc3614000-0xc3617fff 64bit] [ 0.216171] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.216322] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 0.216354] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400 [ 0.216426] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.216583] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 0.216618] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 [ 0.216689] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.216844] pci 0000:00:1c.3: System wakeup disabled by ACPI [ 0.216876] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400 [ 0.216947] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.217102] pci 0000:00:1c.4: System wakeup disabled by ACPI [ 0.217142] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 [ 0.217166] pci 0000:00:1d.0: reg 0x10: [mem 0xc361c000-0xc361c3ff] [ 0.217266] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.217438] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.217479] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 [ 0.217772] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601 [ 0.217790] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f] [ 0.217798] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097] [ 0.217807] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087] [ 0.217815] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093] [ 0.217823] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f] [ 0.217831] pci 0000:00:1f.2: reg 0x24: [mem 0xc361b000-0xc361b7ff] [ 0.217872] pci 0000:00:1f.2: PME# supported from D3hot [ 0.218045] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 [ 0.218061] pci 0000:00:1f.3: reg 0x10: [mem 0xc3619000-0xc36190ff 64bit] [ 0.218084] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f] [ 0.218343] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.218361] pci 0000:01:00.0: reg 0x10: [io 0x4000-0x40ff] [ 0.218392] pci 0000:01:00.0: reg 0x18: [mem 0xc3504000-0xc3504fff 64bit] [ 0.218413] pci 0000:01:00.0: reg 0x20: [mem 0xc3500000-0xc3503fff 64bit] [ 0.218494] pci 0000:01:00.0: supports D1 D2 [ 0.218496] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.218532] pci 0000:01:00.0: System wakeup disabled by ACPI [ 0.227031] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.227035] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.227039] pci 0000:00:1c.0: bridge window [mem 0xc3500000-0xc35fffff] [ 0.227153] pci 0000:02:00.0: [14e4:4365] type 00 class 0x028000 [ 0.227185] pci 0000:02:00.0: reg 0x10: [mem 0xc3400000-0xc3407fff 64bit] [ 0.227351] pci 0000:02:00.0: supports D1 D2 [ 0.227353] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.227398] pci 0000:02:00.0: System wakeup disabled by ACPI [ 0.235049] pci 0000:00:1c.3: PCI bridge to [bus 02] [ 0.235055] pci 0000:00:1c.3: bridge window [mem 0xc3400000-0xc34fffff] [ 0.235139] pci 0000:03:00.0: [10de:1140] type 00 class 0x030200 [ 0.235156] pci 0000:03:00.0: reg 0x10: [mem 0xc2000000-0xc2ffffff] [ 0.235174] pci 0000:03:00.0: reg 0x14: [mem 0xb0000000-0xbfffffff 64bit pref] [ 0.235192] pci 0000:03:00.0: reg 0x1c: [mem 0xc0000000-0xc1ffffff 64bit pref] [ 0.235204] pci 0000:03:00.0: reg 0x24: [io 0x3000-0x307f] [ 0.235216] pci 0000:03:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref] [ 0.235300] pci 0000:03:00.0: System wakeup disabled by ACPI [ 0.243030] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.243034] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.243038] pci 0000:00:1c.4: bridge window [mem 0xc2000000-0xc2ffffff] [ 0.243043] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref] [ 0.243084] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) [ 0.244605] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *7 [ 0.244666] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.244724] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.244781] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.244836] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.244895] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.244952] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.245007] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.245608] ACPI: Enabled 4 GPEs in block 00 to 7F [ 0.245616] ACPI: \_SB_.PCI0: notify handler is installed [ 0.245721] Found 1 acpi root devices [ 0.245765] ACPI : EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62 [ 0.245884] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.245888] vgaarb: loaded [ 0.245890] vgaarb: bridge control possible 0000:00:02.0 [ 0.246074] SCSI subsystem initialized [ 0.246129] libata version 3.00 loaded. [ 0.246151] ACPI: bus type USB registered [ 0.246168] usbcore: registered new interface driver usbfs [ 0.246176] usbcore: registered new interface driver hub [ 0.246201] usbcore: registered new device driver usb [ 0.246326] PCI: Using ACPI for IRQ routing [ 0.252717] PCI: pci_cache_line_size set to 64 bytes [ 0.252763] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff] [ 0.252766] e820: reserve RAM buffer [mem 0xa56b0000-0xa7ffffff] [ 0.252767] e820: reserve RAM buffer [mem 0xaaabf000-0xabffffff] [ 0.252769] e820: reserve RAM buffer [mem 0xab000000-0xabffffff] [ 0.252771] e820: reserve RAM buffer [mem 0x24f600000-0x24fffffff] [ 0.252860] NetLabel: Initializing [ 0.252862] NetLabel: domain hash size = 128 [ 0.252863] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.252878] NetLabel: unlabeled traffic allowed by default [ 0.252939] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.252946] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.254979] Switched to clocksource hpet [ 0.260633] AppArmor: AppArmor Filesystem Enabled [ 0.260659] pnp: PnP ACPI init [ 0.260671] ACPI: bus type PNP registered [ 0.261185] pnp 00:00: [dma 4] [ 0.261215] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.261238] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active) [ 0.261368] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.261438] system 00:03: [io 0x0680-0x069f] has been reserved [ 0.261442] system 00:03: [io 0xffff] has been reserved [ 0.261444] system 00:03: [io 0xffff] has been reserved [ 0.261446] system 00:03: [io 0xffff] has been reserved [ 0.261449] system 00:03: [io 0x1800-0x18fe] could not be reserved [ 0.261451] system 00:03: [io 0x164e-0x164f] has been reserved [ 0.261455] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.261507] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.261559] system 00:05: [io 0x1854-0x1857] has been reserved [ 0.261563] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.261628] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.261658] pnp 00:07: Plug and Play ACPI device, IDs SYN2b37 PNP0f13 SYN0002 SYN2b00 (active) [ 0.261822] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.261825] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.261828] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.261830] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.261833] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved [ 0.261835] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.261837] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.261840] system 00:08: [mem 0xff000000-0xffffffff] could not be reserved [ 0.261842] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.261844] system 00:08: [mem 0xafa20000-0xafa20fff] has been reserved [ 0.261847] system 00:08: [mem 0xafa10000-0xafa1ffff] has been reserved [ 0.261850] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.262170] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.262741] pnp: PnP ACPI: found 10 devices [ 0.262743] ACPI: bus type PNP unregistered [ 0.269033] pci 0000:03:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref] [ 0.269061] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.269065] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] [ 0.269070] pci 0000:00:1c.0: bridge window [mem 0xc3500000-0xc35fffff] [ 0.269078] pci 0000:00:1c.3: PCI bridge to [bus 02] [ 0.269083] pci 0000:00:1c.3: bridge window [mem 0xc3400000-0xc34fffff] [ 0.269093] pci 0000:03:00.0: BAR 6: can't assign mem pref (size 0x80000) [ 0.269096] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.269099] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff] [ 0.269104] pci 0000:00:1c.4: bridge window [mem 0xc2000000-0xc2ffffff] [ 0.269108] pci 0000:00:1c.4: bridge window [mem 0xb0000000-0xc1ffffff 64bit pref] [ 0.269116] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.269118] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.269120] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.269122] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff] [ 0.269125] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff] [ 0.269127] pci_bus 0000:01: resource 1 [mem 0xc3500000-0xc35fffff] [ 0.269129] pci_bus 0000:02: resource 1 [mem 0xc3400000-0xc34fffff] [ 0.269131] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff] [ 0.269133] pci_bus 0000:03: resource 1 [mem 0xc2000000-0xc2ffffff] [ 0.269135] pci_bus 0000:03: resource 2 [mem 0xb0000000-0xc1ffffff 64bit pref] [ 0.269174] NET: Registered protocol family 2 [ 0.269438] TCP established hash table entries: 65536 (order: 7, 524288 bytes) [ 0.269637] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.269809] TCP: Hash tables configured (established 65536 bind 65536) [ 0.269832] TCP: reno registered [ 0.269848] UDP hash table entries: 4096 (order: 5, 131072 bytes) [ 0.269884] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) [ 0.269968] NET: Registered protocol family 1 [ 0.269981] pci 0000:00:02.0: Boot video device [ 0.287108] PCI: CLS 64 bytes, default 64 [ 0.287169] Trying to unpack rootfs image as initramfs... [ 0.907230] Freeing initrd memory: 26804K (ffff880034b96000 - ffff8800365c3000) [ 0.907236] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.907240] software IO TLB [mem 0xa6abf000-0xaaabf000] (64MB) mapped at [ffff8800a6abf000-ffff8800aaabefff] [ 0.907295] Simple Boot Flag at 0x44 set to 0x1 [ 0.907471] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x17 [ 0.907478] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x17 [ 0.907488] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x17 [ 0.907497] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x17 [ 0.907551] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba [ 0.907553] Scanning for low memory corruption every 60 seconds [ 0.907855] Initialise system trusted keyring [ 0.907910] audit: initializing netlink socket (disabled) [ 0.907920] type=2000 audit(1413490412.904:1): initialized [ 0.946627] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.947904] zbud: loaded [ 0.948087] VFS: Disk quotas dquot_6.5.2 [ 0.948136] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.948606] fuse init (API version 7.22) [ 0.948691] msgmni has been set to 15757 [ 0.948753] Key type big_key registered [ 0.949155] Key type asymmetric registered [ 0.949158] Asymmetric key parser 'x509' registered [ 0.949196] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.949235] io scheduler noop registered [ 0.949238] io scheduler deadline registered (default) [ 0.949264] io scheduler cfq registered [ 0.949492] pcieport 0000:00:1c.0: irq 56 for MSI/MSI-X [ 0.949667] pcieport 0000:00:1c.3: irq 57 for MSI/MSI-X [ 0.949829] pcieport 0000:00:1c.4: irq 58 for MSI/MSI-X [ 0.949909] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt [ 0.949912] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt [ 0.949916] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded [ 0.949935] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt [ 0.949937] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt [ 0.949941] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded [ 0.949957] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt [ 0.949959] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt [ 0.949963] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded [ 0.949977] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.949992] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.950033] vesafb: mode is 1920x1080x32, linelength=7680, pages=0 [ 0.950034] vesafb: scrolling: redraw [ 0.950036] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.951073] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010e80000, using 8128k, total 8128k [ 1.206306] Console: switching to colour frame buffer device 240x67 [ 1.460524] fb0: VESA VGA frame buffer device [ 1.460544] intel_idle: MWAIT substates: 0x11142120 [ 1.460546] intel_idle: v0.4 model 0x45 [ 1.460547] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.460708] ipmi message handler version 39.2 [ 1.906071] tsc: Refined TSC clocksource calibration: 2294.687 MHz [ 2.905768] Switched to clocksource tsc [ 8.259059] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [ 8.259668] ACPI: AC Adapter [ADP0] (off-line) [ 8.259811] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 8.259851] ACPI: Lid Switch [LID0] [ 8.259886] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 8.259891] ACPI: Power Button [PWRB] [ 8.259925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 8.259928] ACPI: Power Button [PWRF] [ 8.260270] GHES: HEST is not enabled! [ 8.260486] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 8.264352] Linux agpgart interface v0.103 [ 8.266419] brd: module loaded [ 8.267132] loop: module loaded [ 8.267503] libphy: Fixed MDIO Bus: probed [ 8.267595] tun: Universal TUN/TAP device driver, 1.6 [ 8.267597] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 8.267641] PPP generic driver version 2.4.2 [ 8.267682] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 8.267687] ehci-pci: EHCI PCI platform driver [ 8.267831] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 8.267838] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 8.267852] ehci-pci 0000:00:1d.0: debug port 2 [ 8.271769] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 8.271790] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc361c000 [ 8.282548] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 8.282592] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.282594] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.282596] usb usb1: Product: EHCI Host Controller [ 8.282598] usb usb1: Manufacturer: Linux 3.13.0-37-generic ehci_hcd [ 8.282600] usb usb1: SerialNumber: 0000:00:1d.0 [ 8.282711] hub 1-0:1.0: USB hub found [ 8.282717] hub 1-0:1.0: 2 ports detected [ 8.282878] ehci-platform: EHCI generic platform driver [ 8.282887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 8.282888] ohci-pci: OHCI PCI platform driver [ 8.282897] ohci-platform: OHCI generic platform driver [ 8.282904] uhci_hcd: USB Universal Host Controller Interface driver [ 8.283086] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 8.283094] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 8.283179] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 8.283201] xhci_hcd 0000:00:14.0: irq 59 for MSI/MSI-X [ 8.283263] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 8.283265] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.283267] usb usb2: Product: xHCI Host Controller [ 8.283269] usb usb2: Manufacturer: Linux 3.13.0-37-generic xhci_hcd [ 8.283271] usb usb2: SerialNumber: 0000:00:14.0 [ 8.283388] hub 2-0:1.0: USB hub found [ 8.283401] hub 2-0:1.0: 9 ports detected [ 8.285908] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 8.285912] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 8.285949] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 8.285952] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 8.285954] usb usb3: Product: xHCI Host Controller [ 8.285955] usb usb3: Manufacturer: Linux 3.13.0-37-generic xhci_hcd [ 8.285957] usb usb3: SerialNumber: 0000:00:14.0 [ 8.286066] hub 3-0:1.0: USB hub found [ 8.286076] hub 3-0:1.0: 4 ports detected [ 8.294688] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 8.310522] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 8.310529] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 8.310873] mousedev: PS/2 mouse device common for all mice [ 8.311451] rtc_cmos 00:04: RTC can wake from S4 [ 8.311587] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 8.311619] rtc_cmos 00:04: alarms up to one month, 242 bytes nvram, hpet irqs [ 8.311708] device-mapper: uevent: version 1.0.3 [ 8.311782] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 8.311790] ledtrig-cpu: registered to indicate activity on CPUs [ 8.311905] TCP: cubic registered [ 8.312000] NET: Registered protocol family 10 [ 8.312191] NET: Registered protocol family 17 [ 8.312208] Key type dns_resolver registered [ 8.312592] Loading compiled-in X.509 certificates [ 8.313763] Loaded X.509 cert 'Magrathea: Glacier signing key: 2cb1133b35f95a9e24deabeeb12ba449bcbabbc9' [ 8.313775] registered taskstats version 1 [ 8.316195] Key type trusted registered [ 8.318164] Key type encrypted registered [ 8.320240] AppArmor: AppArmor sha1 policy hashing enabled [ 8.320244] IMA: No TPM chip found, activating TPM-bypass! [ 8.320389] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 [ 8.320884] regulator-dummy: disabling [ 8.320944] Magic number: 2:517:245 [ 8.321043] rtc_cmos 00:04: setting system clock to 2014-10-16 20:13:41 UTC (1413490421) [ 8.322009] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 8.322012] EDD information not available. [ 8.322051] PM: Hibernation image not present or could not be loaded. [ 8.351450] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared [ 8.351459] ACPI: Battery Slot [BAT0] (battery present) [ 8.352445] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000) [ 8.352448] Write protecting the kernel read-only data: 12288k [ 8.354406] Freeing unused kernel memory: 804K (ffff880001737000 - ffff880001800000) [ 8.355733] Freeing unused kernel memory: 692K (ffff880001b53000 - ffff880001c00000) [ 8.370505] systemd-udevd[127]: starting version 204 [ 8.385123] wmi: Mapper loaded [ 8.393966] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 8.393979] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control [ 8.395689] [drm] Initialized drm 1.1.0 20060810 [ 8.398869] r8169 0000:01:00.0: irq 60 for MSI/MSI-X [ 8.399079] r8169 0000:01:00.0 eth0: RTL8168g/8111g at 0xffffc90000c76000, 28:d2:44:9f:5c:80, XID 10900880 IRQ 60 [ 8.399083] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 8.403592] ahci 0000:00:1f.2: version 3.0 [ 8.403749] ahci 0000:00:1f.2: irq 61 for MSI/MSI-X [ 8.403773] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled [ 8.418465] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0xf impl SATA mode [ 8.418470] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part sxs deso sadm sds apst [ 8.418817] scsi0 : ahci [ 8.418879] scsi1 : ahci [ 8.422609] scsi2 : ahci [ 8.423080] scsi3 : ahci [ 8.423120] ata1: SATA max UDMA/133 abar m2048@0xc361b000 port 0xc361b100 irq 61 [ 8.423122] ata2: SATA max UDMA/133 abar m2048@0xc361b000 port 0xc361b180 irq 61 [ 8.423124] ata3: SATA max UDMA/133 abar m2048@0xc361b000 port 0xc361b200 irq 61 [ 8.423126] ata4: SATA max UDMA/133 abar m2048@0xc361b000 port 0xc361b280 irq 61 [ 8.423937] [drm] Memory usable by graphics device = 2048M [ 8.423942] checking generic (d0000000 7f0000) vs hw (d0000000 10000000) [ 8.423943] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver [ 8.423958] Console: switching to colour dummy device 80x25 [ 8.423976] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424023] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424083] ACPI Warning: \_SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424284] i915 0000:00:02.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported [ 8.424294] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424330] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424390] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 8.424577] pci 0000:03:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported [ 8.424581] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle [ 8.424612] nouveau 0000:03:00.0: enabling device (0006 -> 0007) [ 8.470538] i915 0000:00:02.0: irq 62 for MSI/MSI-X [ 8.470552] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 8.470553] [drm] Driver supports precise vblank timestamp query. [ 8.470694] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 8.536719] fbcon: inteldrmfb (fb0) is primary device [ 8.594472] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 8.726764] usb 1-1: New USB device found, idVendor=8087, idProduct=8000 [ 8.726766] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 8.727154] hub 1-1:1.0: USB hub found [ 8.727208] hub 1-1:1.0: 8 ports detected [ 8.742328] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 8.743390] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 [ 8.743392] ata1.00: ATA-9: Samsung SSD 840 PRO Series, DXM06B0Q, max UDMA/133 [ 8.743394] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 8.743840] ata1.00: failed to get NCQ Send/Recv Log Emask 0x1 [ 8.743843] ata1.00: configured for UDMA/133 [ 8.744023] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5 [ 8.744203] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB) [ 8.744248] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 8.744293] sd 0:0:0:0: [sda] Write Protect is off [ 8.744296] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 8.744322] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 8.744985] sda: sda1 sda2 sda3 < sda5 sda6 > [ 8.745410] sd 0:0:0:0: [sda] Attached SCSI disk [ 8.894200] usb 2-4: new high-speed USB device number 2 using xhci_hcd [ 8.910462] usb 2-4: New USB device found, idVendor=0bda, idProduct=0129 [ 8.910463] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 8.910465] usb 2-4: Product: USB2.0-CRW [ 8.910466] usb 2-4: Manufacturer: Generic [ 8.910467] usb 2-4: SerialNumber: 20100201396000000 [ 9.022221] usb 2-6: new high-speed USB device number 3 using xhci_hcd [ 9.057624] usb 2-6: New USB device found, idVendor=174f, idProduct=14b2 [ 9.057627] usb 2-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2 [ 9.057628] usb 2-6: Product: Lenovo EasyCamera [ 9.057629] usb 2-6: Manufacturer: Generic [ 9.057630] usb 2-6: SerialNumber: 200901010001 [ 9.062161] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 9.066997] ata2.00: ATAPI: PLDS DVD-RW DA8A5SH, RL61, max UDMA/100 [ 9.068052] ata2.00: configured for UDMA/100 [ 9.070330] scsi 1:0:0:0: CD-ROM PLDS DVD-RW DA8A5SH RL61 PQ: 0 ANSI: 5 [ 9.080524] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 9.080525] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 9.080683] sr 1:0:0:0: Attached scsi CD-ROM sr0 [ 9.080780] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 9.229169] usb 2-7: new full-speed USB device number 4 using xhci_hcd

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

fortsättning på dmesg:

[ 9.244119] usb 2-7: New USB device found, idVendor=105b, idProduct=e065 [ 9.244121] usb 2-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 9.244122] usb 2-7: Product: BCM43142A0 [ 9.244124] usb 2-7: Manufacturer: Broadcom Corp [ 9.244125] usb 2-7: SerialNumber: 142D27E8E66E [ 9.397979] ata3: SATA link down (SStatus 0 SControl 300) [ 9.463855] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x2a800, board id: 2848, fw id: 1581875 [ 9.526325] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5 [ 9.717783] ata4: SATA link down (SStatus 0 SControl 300) [ 9.813817] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 10.149499] Console: switching to colour frame buffer device 240x67 [ 10.158095] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 10.158097] i915 0000:00:02.0: registered panic notifier [ 10.158516] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS [ 10.158882] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no) [ 10.159030] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359) [ 10.159036] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP05.PEGP.DD02._BCL] (Node ffff880243914000), AE_NOT_FOUND (20131115/psparse-536) [ 10.159103] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:23/LNXVIDEO:00/input/input6 [ 10.163214] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 10.163564] acpi device:47: registered as cooling_device4 [ 10.163632] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input7 [ 10.163722] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 10.163920] [drm] hdmi device not found 3 0 1 [ 10.164084] nouveau [ DEVICE][0000:03:00.0] BOOT0 : 0x0d7000a2 [ 10.164088] nouveau [ DEVICE][0000:03:00.0] Chipset: GF117 (NVD7) [ 10.164091] nouveau [ DEVICE][0000:03:00.0] Family : NVD0 [ 10.165682] nouveau [ VBIOS][0000:03:00.0] checking PRAMIN for image... [ 10.214387] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 10.214389] nouveau [ VBIOS][0000:03:00.0] checking PROM for image... [ 10.214456] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 10.214457] nouveau [ VBIOS][0000:03:00.0] checking ACPI for image... [ 10.757464] nouveau [ VBIOS][0000:03:00.0] ... appears to be valid [ 10.757470] nouveau [ VBIOS][0000:03:00.0] using image from ACPI [ 10.757585] nouveau [ VBIOS][0000:03:00.0] BIT signature found [ 10.757589] nouveau [ VBIOS][0000:03:00.0] version 75.17.79.00.0f [ 10.757706] nouveau [ VBIOS][0000:03:00.0] running init tables [ 10.840010] nouveau 0000:03:00.0: irq 63 for MSI/MSI-X [ 10.840021] nouveau [ PMC][0000:03:00.0] MSI interrupts enabled [ 10.840062] nouveau W[ PFB][0000:03:00.0][0x00000000][ffff88023df4a000] reclocking of this ram type unsupported [ 10.840063] nouveau [ PFB][0000:03:00.0] RAM type: DDR3 [ 10.840064] nouveau [ PFB][0000:03:00.0] RAM size: 1024 MiB [ 10.840065] nouveau [ PFB][0000:03:00.0] ZCOMP: 0 tags [ 10.867703] nouveau [ PTHERM][0000:03:00.0] FAN control: none / external [ 10.867710] nouveau [ PTHERM][0000:03:00.0] internal sensor: yes [ 10.867743] nouveau [ CLK][0000:03:00.0] 07: core 162 MHz memory 405 MHz [ 10.867753] nouveau [ CLK][0000:03:00.0] 0f: core 625 MHz memory 900 MHz [ 10.867930] nouveau [ CLK][0000:03:00.0] --: core 270 MHz memory 324 MHz [ 10.872680] vga_switcheroo: enabled [ 10.872836] [TTM] Zone kernel: Available graphics memory: 4035320 kiB [ 10.872838] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 10.872839] [TTM] Initializing pool allocator [ 10.872842] [TTM] Initializing DMA pool allocator [ 10.872848] nouveau [ DRM] VRAM: 1024 MiB [ 10.872849] nouveau [ DRM] GART: 1048576 MiB [ 10.872852] nouveau W[ DRM] Pointer to TMDS table invalid [ 10.872853] nouveau [ DRM] DCB version 4.0 [ 10.872855] nouveau W[ DRM] Pointer to flat panel table invalid [ 10.872866] nouveau [ DRM] ACPI backlight interface available, not registering our own [ 10.880828] nouveau [ DRM] MM: using COPY0 for buffer copies [ 10.880833] [drm] Initialized nouveau 1.1.2 20120801 for 0000:03:00.0 on minor 1 [ 10.983047] EXT4-fs (sda5): INFO: recovery required on readonly filesystem [ 10.983052] EXT4-fs (sda5): write access will be enabled during recovery [ 11.630737] EXT4-fs (sda5): recovery complete [ 11.635972] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null) [ 11.705584] random: init urandom read with 101 bits of entropy available [ 11.808386] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro [ 11.838118] random: nonblocking pool is initialized [ 11.858304] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 11.898419] systemd-udevd[381]: starting version 204 [ 11.951342] lp: driver loaded but no devices found [ 11.961610] ppdev: user-space parallel port driver [ 12.044904] mei_me 0000:00:16.0: irq 64 for MSI/MSI-X [ 12.071260] input: Ideapad extra buttons as /devices/platform/VPC2004:00/input/input8 [ 12.083745] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251) [ 12.083753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.083757] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 12.083761] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 12.083765] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.083766] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 12.083770] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 12.083773] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \IO_D 3 (20131115/utaddress-251) [ 12.083777] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 12.083779] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 12.086143] Bluetooth: Core ver 2.17 [ 12.086161] NET: Registered protocol family 31 [ 12.086163] Bluetooth: HCI device and connection manager initialized [ 12.086170] Bluetooth: HCI socket layer initialized [ 12.086173] Bluetooth: L2CAP socket layer initialized [ 12.086178] Bluetooth: SCO socket layer initialized [ 12.094878] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 12.094882] Bluetooth: BNEP filters: protocol multicast [ 12.094892] Bluetooth: BNEP socket layer initialized [ 12.107609] Bluetooth: RFCOMM TTY layer initialized [ 12.107622] Bluetooth: RFCOMM socket layer initialized [ 12.107627] Bluetooth: RFCOMM ver 1.11 [ 12.137641] type=1400 audit(1413483225.316:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=558 comm="apparmor_parser" [ 12.137648] type=1400 audit(1413483225.316:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=558 comm="apparmor_parser" [ 12.138159] type=1400 audit(1413483225.316:4): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=558 comm="apparmor_parser" [ 12.153944] cfg80211: Calling CRDA to update world regulatory domain [ 12.165442] HDA driver get symbol successfully from i915 module [ 12.165594] snd_hda_intel 0000:00:1b.0: irq 65 for MSI/MSI-X [ 12.169313] lib80211: common routines for IEEE802.11 drivers [ 12.169317] lib80211_crypt: registered algorithm 'NULL' [ 12.172394] snd_hda_intel 0000:00:03.0: irq 66 for MSI/MSI-X [ 12.184861] hda_codec: CX20751/2: BIOS auto-probing. [ 12.185071] autoconfig: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker [ 12.185074] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) [ 12.185076] hp_outs=1 (0x16/0x0/0x0/0x0/0x0) [ 12.185077] mono: mono_out=0x0 [ 12.185078] inputs: [ 12.185080] Internal Mic=0x1a [ 12.185082] Mic=0x19 [ 12.185751] hda_codec: Enable sync_write for stable communication [ 12.193841] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input12 [ 12.194003] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11 [ 12.194078] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10 [ 12.198119] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13 [ 12.203031] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9 [ 12.209492] wl: module license 'MIXED/Proprietary' taints kernel. [ 12.209496] Disabling lock debugging due to kernel taint [ 12.213556] wl: module verification failed: signature and/or required key missing - tainting kernel [ 12.258045] INFO @wl_cfg80211_attach : Registered CFG80211 phy [ 12.260565] usbcore: registered new interface driver btusb [ 12.260856] usb 2-7: Direct firmware load failed with error -2 [ 12.260861] usb 2-7: Falling back to user helper [ 12.264333] type=1400 audit(1413483225.444:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=634 comm="apparmor_parser" [ 12.264345] type=1400 audit(1413483225.444:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=634 comm="apparmor_parser" [ 12.264350] type=1400 audit(1413483225.444:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=634 comm="apparmor_parser" [ 12.264873] type=1400 audit(1413483225.444:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=634 comm="apparmor_parser" [ 12.264881] type=1400 audit(1413483225.444:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=634 comm="apparmor_parser" [ 12.265155] type=1400 audit(1413483225.444:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=634 comm="apparmor_parser" [ 12.270865] lib80211_crypt: registered algorithm 'TKIP' [ 12.342800] Linux video capture interface: v2.00 [ 12.361958] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.141 (r415941) [ 12.386039] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (174f:14b2) [ 12.401088] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input14 [ 12.401209] usbcore: registered new interface driver uvcvideo [ 12.401212] USB Video Class driver (1.1.1) [ 12.411727] rts5139: module is from the staging directory, the quality is unknown, you have been warned. [ 12.424373] kvm: disabled by bios [ 12.433811] scsi4 : SCSI emulation for RTS5139 USB card reader [ 12.433962] scsi 4:0:0:0: Direct-Access Generic- xD/SD/M.S. 1.00 PQ: 0 ANSI: 0 CCS [ 12.434349] sd 4:0:0:0: Attached scsi generic sg2 type 0 [ 12.436949] Bluetooth: can't load firmware, may not work correctly [ 12.437882] usbcore: registered new interface driver rts5139 [ 12.495152] init: failsafe main process (715) killed by TERM signal [ 12.502452] sd 4:0:0:0: [sdb] Attached SCSI removable disk [ 12.538073] cfg80211: World regulatory domain updated: [ 12.538078] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 12.538081] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.538083] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.538085] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 12.538087] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.538088] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 12.587100] init: samba-ad-dc main process (777) terminated with status 1 [ 12.612166] intel_rapl: domain uncore energy ctr 19855:19855 not working, skip [ 12.682823] type=1400 audit(1413483225.860:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=949 comm="apparmor_parser" [ 12.762087] r8169 0000:01:00.0 eth0: link down [ 12.762135] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.762339] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.972643] init: anacron main process (1036) terminated with status 1 [ 12.973192] init: atd main process (1032) terminated with status 1 [ 12.973203] init: atd main process ended, respawning [ 13.334959] vboxdrv: Found 4 processor cores. [ 13.337762] vboxdrv: fAsync=0 offMin=0x2ce offMax=0x2208 [ 13.337916] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'. [ 13.337918] vboxdrv: Successfully loaded version 4.3.10_Ubuntu (interface 0x001a0007). [ 13.355533] vboxpci: IOMMU not found (not registered) [ 13.579912] init: plymouth-upstart-bridge main process ended, respawning [ 13.585983] init: plymouth-upstart-bridge main process (1469) terminated with status 1 [ 13.585993] init: plymouth-upstart-bridge main process ended, respawning [ 14.439094] Bluetooth: hci0 command 0x1003 tx timeout [ 14.571335] init: plymouth-stop pre-start process (1812) terminated with status 1 [ 18.772776] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 18.772944] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 1110.343998] r8169 0000:01:00.0 eth0: link up [ 1110.344014] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Hedersmedlem

Inte mycket rolig information där. Mer eller mindre allt var bara bootmeddelanden: förhoppningen är snarare att `mount` ska spotta ur sig ett felmeddelande.

En sak som som drog ögonen till sig lite var:

Skrivet av Mejan:

[ 12.762087] r8169 0000:01:00.0 eth0: link down [ 12.762135] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 12.762339] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready […] [ 1110.343998] r8169 0000:01:00.0 eth0: link up [ 1110.344014] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Det verkar som att nätverksanslutningen inte rasslade igång förrän efter en dryg kvart efter uppstart. Dock går det ju inte att exempelvis pinga utan denna, så det bör ju ha fungerat under dina tester (testade du också att pinga från båda riktningar?).

Du kan testa att öppna en terminal och köra

sudo tail -f /var/log/messages

och låta denna stå igång när du åter kör `sudo mount -a` (det räcker med `sudo mount /media/musik` för att enbart köra den raden). Kanske dyker något bra upp här.

En annan tanke: det är inte bara så att din användare inte har UID och GID 1000 på denna maskinen?

Du ska troligen behålla `cifs` som monteringstyp. Det ska definitivt inte vara `ntfs`, och det verkar som att `auto` inte automatiskt förstår den speciella Sambasyntaxen för att ange sökväg.

Jag har bara monterat nätverksdiskar över NFS och inte Samba, så jag gissar rätt hejvilt här.

Visa signatur

Nu med kortare användarnamn, men fortfarande bedövande långa inlägg.

Permalänk
Medlem

Ja det är en laptop så koppla inte in nätverk sladden direkt troligen därför ang när linken var uppe. jag dubbel kollade gid och uid i går men ska kolla igen.

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

$id

uid=1000(USER) gid=1000(USER) groups=1000(USER),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),108(lpadmin),124(sambashare)

Och en refresher på fstab nu då:

//IP/MUSIC /media/musik cifs credentials=/home/USER/.smbcredentials,iocharset=utf8,sec=ntlm,rw,uid=1000,gid=1000 0 0

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

$ sudo tail -f /var/log/messages
tail: cannot open ‘/var/log/messages’ for reading: No such file or directory

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

Detta var lite intressant när jag körde dmesg | tail

[ 268.378549] FS-Cache: Netfs 'cifs' registered for caching [ 268.378679] Key type cifs.spnego registered [ 268.378691] Key type cifs.idmap registered [ 268.379187] CIFS VFS: No username specified

ska testa att hårdkoda username i fstab. så fall är det nog fel på .smdcred....

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

hmm... jobbigt det är fel på med credentials

Fungera när jag skriver till username och password i fstab.

ännu en intressant sak när jag kontrollera username och password i .smbcredentials i ~ så stämmer den.

Jag har nu testat ändra rättigheterna enligt en guid sa dem 600 men det funkar inte heller.

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6

Permalänk
Medlem

Finns en tråd med samma problem här. Lyckades lösa med hjälp av den tråden. Hade tydligen inte installer cifs-utils. Vilket tyder på löjligt fel. Men tack för hjälpen förlåt att jag slösa din tid.

Visa signatur

Смерть -это решение всех проблем. Нет человека - нет проблемы
Comp1: Ubuntu 16.04 Comp2: Arch Linux
Comp3: Ubuntu Server 16.04 Comp4: Centos 6.5
Comp5: Linux mint 16 Comp6: Raspberry pi (olika OS hela tiden)
Phone: Motorola Google Nexus 6