[solved] system crash: / read-only and /home not mounted

After a complete system crash due to resizing my partitions I am now at the point of restoring everything step by step.
Having had bunches of kernel panics I can now already boot again into my old system. However, / is mounted as read-only manifesting in error messages for programs that access /var and /usr. Furthermore /home is not mounted at all.
# journalctl -b
can't create /var/lib/NetworkManager/dhclient-905c7548-79bb-4a97-9fb4-5ce1333f7ce5-wlp3s0.lease: Read-only file system
Failed at step NAMESPACE spawning /usr/bin/ntpd: Read-only file system
pam_tally(login:auth): Error opening /var/log/faillog for update
The UUIDs in fstab are fine as well as the mount options. What else can cause the problem?
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# tmpfs /tmp tmpfs nodev,nosuid 0 0
# DEVICE DETAILS: /dev/mapper/VolGroup00-Arch UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 LABEL=System
# DEVICE DETAILS: /dev/mapper/VolGroup00-Home UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 LABEL=Home
# DEVICE DETAILS: /dev/mapper/VolGroup00-Swap UUID=732ac739-0110-4554-b86d-4d7413e89995 LABEL=Swap
UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 / ext4 defaults,rw,noatime 0 1
UUID=732ac739-0110-4554-b86d-4d7413e89995 swap swap defaults 0 0
UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 /home ext4 defaults,rw,noatime 0 1
# blkid /dev/mapper/VolGroup00-*
/dev/mapper/VolGroup00-Arch: LABEL="System" UUID="469ca819-9b4d-48d1-b9f9-7377f47ff722" TYPE="ext4"
/dev/mapper/VolGroup00-Home: LABEL="Home" UUID="a390d1a9-fb13-4895-8297-03dba4cd6162" TYPE="ext4"
/dev/mapper/VolGroup00-Swap: LABEL="Swap" UUID="732ac739-0110-4554-b86d-4d7413e89995" TYPE="swap"
After logging in as root in tty I have to proceed with the following to get my system running:
# mount -o remount,rw /
# mount /dev/mapper/VolGroup00-Home /home
Last edited by orschiro (2013-03-22 06:32:06)

Hi WonderWoofy,
I did a very dump thing. I deleted my /dev/sda1 ntfs partition, moved /dev/sda2 containing my lvm volumes to the left, resized /dev/sda2 and allocated the free space to my /home logical volume group. Lots of files ended up to be corrupt, I reinstalled all packages and ran fsck several times. Now at least it is starting again. I just found out that the entire root partition is mounted as read-only. In the following is the entire journal excerpt:
-- Logs begin at Sa 2012-11-10 23:14:05 CET, end at Mi 2013-03-20 07:33:54 CET. --
Mär 20 07:23:26 thinkpad systemd-journal[131]: Allowing runtime journal files to grow to 394.3M.
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuset
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpu
Mär 20 07:23:26 thinkpad kernel: Linux version 3.8.3-2-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:04:22 CET 2013
Mär 20 07:23:26 thinkpad kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
Mär 20 07:23:26 thinkpad kernel: e820: BIOS-provided physical RAM map:
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
Mär 20 07:23:26 thinkpad kernel: NX (Execute Disable) protection: active
Mär 20 07:23:26 thinkpad kernel: SMBIOS 2.4 present.
Mär 20 07:23:26 thinkpad kernel: DMI: LENOVO 7450AC7/7450AC7, BIOS 7WET70WW (3.20 ) 12/13/2011
Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
Mär 20 07:23:26 thinkpad kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
Mär 20 07:23:26 thinkpad kernel: MTRR default type: uncachable
Mär 20 07:23:26 thinkpad kernel: MTRR fixed ranges enabled:
Mär 20 07:23:26 thinkpad kernel: 00000-9FFFF write-back
Mär 20 07:23:26 thinkpad kernel: A0000-BFFFF uncachable
Mär 20 07:23:26 thinkpad kernel: C0000-D3FFF write-protect
Mär 20 07:23:26 thinkpad kernel: D4000-DBFFF uncachable
Mär 20 07:23:26 thinkpad kernel: DC000-FFFFF write-protect
Mär 20 07:23:26 thinkpad kernel: MTRR variable ranges enabled:
Mär 20 07:23:26 thinkpad kernel: 0 base 23C000000 mask FFC000000 uncachable
Mär 20 07:23:26 thinkpad kernel: 1 base 0BE000000 mask FFE000000 uncachable
Mär 20 07:23:26 thinkpad kernel: 2 base 000000000 mask F80000000 write-back
Mär 20 07:23:26 thinkpad kernel: 3 base 080000000 mask FC0000000 write-back
Mär 20 07:23:26 thinkpad kernel: 4 base 100000000 mask F00000000 write-back
Mär 20 07:23:26 thinkpad kernel: 5 base 200000000 mask FC0000000 write-back
Mär 20 07:23:26 thinkpad kernel: 6 base 0BDE00000 mask FFFE00000 uncachable
Mär 20 07:23:26 thinkpad kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
Mär 20 07:23:26 thinkpad kernel: found SMP MP-table at [mem 0x000f6bc0-0x000f6bcf] mapped at [ffff8800000f6bc0]
Mär 20 07:23:26 thinkpad kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
Mär 20 07:23:26 thinkpad kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x00000000-0xbdbfffff]
Mär 20 07:23:26 thinkpad kernel: [mem 0x00000000-0xbdbfffff] page 2M
Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0xbdbfffff @ [mem 0x1fffc000-0x1fffffff]
Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x100000000-0x23bffffff]
Mär 20 07:23:26 thinkpad kernel: [mem 0x100000000-0x23bffffff] page 2M
Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0x23bffffff @ [mem 0xbd8c1000-0xbd8c6fff]
Mär 20 07:23:26 thinkpad kernel: RAMDISK: [mem 0x3785c000-0x37c25fff]
Mär 20 07:23:26 thinkpad kernel: ACPI: RSDP 00000000000f6b80 00024 (v02 LENOVO)
Mär 20 07:23:26 thinkpad kernel: ACPI: XSDT 00000000bdb5b267 00094 (v01 LENOVO TP-7W 00003200 LTP 00000000)
Mär 20 07:23:26 thinkpad kernel: ACPI: FACP 00000000bdb5b400 000F4 (v03 LENOVO TP-7W 00003200 LNVO 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: DSDT 00000000bdb5b7db 0E407 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
Mär 20 07:23:26 thinkpad kernel: ACPI: FACS 00000000bdb8e000 00040
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb5b5b4 00227 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
Mär 20 07:23:26 thinkpad kernel: ACPI: ECDT 00000000bdb69be2 00052 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: APIC 00000000bdb69c34 00078 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: MCFG 00000000bdb69cac 0003C (v01 LENOVO TP-7W 00003200 LNVO 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: HPET 00000000bdb69ce8 00038 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: SLIC 00000000bdb69dc2 00176 (v01 LENOVO TP-7W 00003200 LTP 00000000)
Mär 20 07:23:26 thinkpad kernel: ACPI: BOOT 00000000bdb69f38 00028 (v01 LENOVO TP-7W 00003200 LTP 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: ASF! 00000000bdb69f60 000A0 (v16 LENOVO TP-7W 00003200 PTL 00000001)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb8d1ea 00578 (v01 LENOVO TP-7W 00003200 INTL 20050513)
Mär 20 07:23:26 thinkpad kernel: ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
Mär 20 07:23:26 thinkpad kernel: No NUMA configuration found
Mär 20 07:23:26 thinkpad kernel: Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
Mär 20 07:23:26 thinkpad kernel: Initmem setup node 0 [mem 0x00000000-0x23bffffff]
Mär 20 07:23:26 thinkpad kernel: NODE_DATA [mem 0x23bffb000-0x23bffffff]
Mär 20 07:23:26 thinkpad kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
Mär 20 07:23:26 thinkpad kernel: Zone ranges:
Mär 20 07:23:26 thinkpad kernel: DMA [mem 0x00010000-0x00ffffff]
Mär 20 07:23:26 thinkpad kernel: DMA32 [mem 0x01000000-0xffffffff]
Mär 20 07:23:26 thinkpad kernel: Normal [mem 0x100000000-0x23bffffff]
Mär 20 07:23:26 thinkpad kernel: Movable zone start for each node
Mär 20 07:23:26 thinkpad kernel: Early memory node ranges
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00010000-0x0009dfff]
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00100000-0xbd6a0fff]
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd6a7000-0xbd7b6fff]
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd80f000-0xbd8c6fff]
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbdbff000-0xbdbfffff]
Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x100000000-0x23bffffff]
Mär 20 07:23:26 thinkpad kernel: On node 0 totalpages: 2070520
Mär 20 07:23:26 thinkpad kernel: DMA zone: 64 pages used for memmap
Mär 20 07:23:26 thinkpad kernel: DMA zone: 6 pages reserved
Mär 20 07:23:26 thinkpad kernel: DMA zone: 3912 pages, LIFO batch:0
Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 12066 pages used for memmap
Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 760136 pages, LIFO batch:31
Mär 20 07:23:26 thinkpad kernel: Normal zone: 20224 pages used for memmap
Mär 20 07:23:26 thinkpad kernel: Normal zone: 1274112 pages, LIFO batch:31
Mär 20 07:23:26 thinkpad kernel: ACPI: PM-Timer IO Port: 0x1008
Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Mär 20 07:23:26 thinkpad kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
Mär 20 07:23:26 thinkpad kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ0 used by override.
Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ2 used by override.
Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ9 used by override.
Mär 20 07:23:26 thinkpad kernel: Using ACPI (MADT) for SMP configuration information
Mär 20 07:23:26 thinkpad kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Mär 20 07:23:26 thinkpad kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
Mär 20 07:23:26 thinkpad kernel: nr_irqs_gsi: 40
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009e000 - 000000000009f000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd6a1000 - 00000000bd6a7000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd7b7000 - 00000000bd80f000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8c7000 - 00000000bd8d2000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d2000 - 00000000bd8d5000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d5000 - 00000000bd8d9000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d9000 - 00000000bd8dd000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8dd000 - 00000000bd8e0000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8e0000 - 00000000bd907000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd907000 - 00000000bd908000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd908000 - 00000000bdb0f000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb0f000 - 00000000bdb9f000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb9f000 - 00000000bdbff000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdc00000 - 00000000c0000000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
Mär 20 07:23:26 thinkpad kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
Mär 20 07:23:26 thinkpad kernel: Booting paravirtualized kernel on bare hardware
Mär 20 07:23:26 thinkpad kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
Mär 20 07:23:26 thinkpad kernel: PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s85056 r8192 d21440 u524288
Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: [0] 0 1 2 3
Mär 20 07:23:26 thinkpad kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038160
Mär 20 07:23:26 thinkpad kernel: Policy zone: Normal
Mär 20 07:23:26 thinkpad kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
Mär 20 07:23:26 thinkpad kernel: PCIe ASPM is forcibly enabled
Mär 20 07:23:26 thinkpad kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Mär 20 07:23:26 thinkpad kernel: __ex_table already sorted, skipping sort
Mär 20 07:23:26 thinkpad kernel: Checking aperture...
Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
Mär 20 07:23:26 thinkpad kernel: Calgary: detecting Calgary via BIOS EBDA area
Mär 20 07:23:26 thinkpad kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Mär 20 07:23:26 thinkpad kernel: Memory: 8069148k/9371648k available (4985k kernel code, 1089568k absent, 212932k reserved, 3946k data, 820k init)
Mär 20 07:23:26 thinkpad kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Mär 20 07:23:26 thinkpad kernel: Preemptible hierarchical RCU implementation.
Mär 20 07:23:26 thinkpad kernel: RCU dyntick-idle grace-period acceleration is enabled.
Mär 20 07:23:26 thinkpad kernel: Dump stacks of tasks blocking RCU-preempt GP.
Mär 20 07:23:26 thinkpad kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
Mär 20 07:23:26 thinkpad kernel: NR_IRQS:4352 nr_irqs:712 16
Mär 20 07:23:26 thinkpad kernel: Extended CMOS year: 2000
Mär 20 07:23:26 thinkpad kernel: Console: colour dummy device 80x25
Mär 20 07:23:26 thinkpad kernel: console [tty0] enabled
Mär 20 07:23:26 thinkpad kernel: allocated 33554432 bytes of page_cgroup
Mär 20 07:23:26 thinkpad kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Mär 20 07:23:26 thinkpad kernel: hpet clockevent registered
Mär 20 07:23:26 thinkpad kernel: tsc: Fast TSC calibration using PIT
Mär 20 07:23:26 thinkpad kernel: tsc: Detected 1862.155 MHz processor
Mär 20 07:23:26 thinkpad kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.48 BogoMIPS (lpj=6207183)
Mär 20 07:23:26 thinkpad kernel: pid_max: default: 32768 minimum: 301
Mär 20 07:23:26 thinkpad kernel: Security Framework initialized
Mär 20 07:23:26 thinkpad kernel: AppArmor: AppArmor disabled by boot time parameter
Mär 20 07:23:26 thinkpad kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Mär 20 07:23:26 thinkpad kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Mär 20 07:23:26 thinkpad kernel: Mount-cache hash table entries: 256
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuacct
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys memory
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys devices
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys freezer
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys net_cls
Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys blkio
Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
Mär 20 07:23:26 thinkpad kernel: CPU: Physical Processor ID: 0
Mär 20 07:23:26 thinkpad kernel: CPU: Processor Core ID: 0
Mär 20 07:23:26 thinkpad kernel: mce: CPU supports 6 MCE banks
Mär 20 07:23:26 thinkpad kernel: CPU0: Thermal monitoring enabled (TM2)
Mär 20 07:23:26 thinkpad kernel: process: using mwait in idle threads
Mär 20 07:23:26 thinkpad kernel: [117B blob data]
Mär 20 07:23:26 thinkpad kernel: Freeing SMP alternatives: 20k freed
Mär 20 07:23:26 thinkpad kernel: ACPI: Core revision 20121018
Mär 20 07:23:26 thinkpad kernel: ftrace: allocating 19367 entries in 76 pages
Mär 20 07:23:26 thinkpad kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Mär 20 07:23:26 thinkpad kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz (fam: 06, model: 17, stepping: 06)
Mär 20 07:23:26 thinkpad kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
Mär 20 07:23:26 thinkpad kernel: ... version: 2
Mär 20 07:23:26 thinkpad kernel: ... bit width: 40
Mär 20 07:23:26 thinkpad kernel: ... generic registers: 2
Mär 20 07:23:26 thinkpad kernel: ... value mask: 000000ffffffffff
Mär 20 07:23:26 thinkpad kernel: ... max period: 000000007fffffff
Mär 20 07:23:26 thinkpad kernel: ... fixed-purpose events: 3
Mär 20 07:23:26 thinkpad kernel: ... event mask: 0000000700000003
Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
Mär 20 07:23:26 thinkpad kernel: smpboot: Booting Node 0, Processors #1
Mär 20 07:23:26 thinkpad kernel: Brought up 2 CPUs
Mär 20 07:23:26 thinkpad kernel: smpboot: Total of 2 processors activated (7451.97 BogoMIPS)
Mär 20 07:23:26 thinkpad kernel: devtmpfs: initialized
Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
Mär 20 07:23:26 thinkpad kernel: RTC time: 6:23:21, date: 03/20/13
Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 16
Mär 20 07:23:26 thinkpad kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pci registered
Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
Mär 20 07:23:26 thinkpad kernel: PCI: Using configuration type 1 for base access
Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-0> at 0
Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Module Device)
Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Device)
Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Aggregator Device)
Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Linux)
Mär 20 07:23:26 thinkpad kernel: ACPI: EC: EC description table is found, configuring boot EC
Mär 20 07:23:26 thinkpad kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
Mär 20 07:23:26 thinkpad kernel: ACPI: Interpreter enabled
Mär 20 07:23:26 thinkpad kernel: ACPI: (supports S0 S3 S4 S5)
Mär 20 07:23:26 thinkpad kernel: ACPI: Using IOAPIC for interrupt routing
Mär 20 07:23:26 thinkpad kernel: ACPI: Power Resource [PUBS] (on)
Mär 20 07:23:26 thinkpad kernel: ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI Dock Station Driver: 3 docks/bays found
Mär 20 07:23:26 thinkpad kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: Requesting ACPI _OSC control (0x1d)
Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: ACPI _OSC control (0x1d) granted
Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Mär 20 07:23:26 thinkpad kernel: PCI host bridge to bus 0000:00
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
Mär 20 07:23:26 thinkpad kernel: DMAR: Forcing write-buffer flush capability
Mär 20 07:23:26 thinkpad kernel: DMAR: Disabling IOMMU for graphics on this chipset
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 10: [mem 0xf2000000-0xf23fffff 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: reg 10: [mem 0xf2400000-0xf24fffff 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: reg 10: [mem 0xf2826800-0xf282680f 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 10: [mem 0xf2600000-0xf261ffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 14: [mem 0xf2625000-0xf2625fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: reg 20: [io 0x18a0-0x18bf]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: reg 10: [mem 0xf2826c00-0xf2826fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: reg 10: [mem 0xf2620000-0xf2623fff 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: reg 20: [io 0x18c0-0x18df]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: reg 20: [io 0x18e0-0x18ff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: reg 20: [io 0x1c00-0x1c1f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: reg 10: [mem 0xf2827000-0xf28273ff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 10: [io 0x1c48-0x1c4f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 14: [io 0x183c-0x183f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 18: [io 0x1c40-0x1c47]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 1c: [io 0x1838-0x183b]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 24: [mem 0xf2826000-0xf28267ff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: PME# supported from D3hot
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 10: [mem 0xf2827400-0xf28274ff 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: reg 10: [mem 0xf2500000-0xf2501fff 64bit]
Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
Mär 20 07:23:26 thinkpad kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Mär 20 07:23:26 thinkpad kernel: vgaarb: loaded
Mär 20 07:23:26 thinkpad kernel: vgaarb: bridge control possible 0000:00:02.0
Mär 20 07:23:26 thinkpad kernel: PCI: Using ACPI for IRQ routing
Mär 20 07:23:26 thinkpad kernel: PCI: pci_cache_line_size set to 64 bytes
Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
Mär 20 07:23:26 thinkpad kernel: NetLabel: Initializing
Mär 20 07:23:26 thinkpad kernel: NetLabel: domain hash size = 128
Mär 20 07:23:26 thinkpad kernel: NetLabel: protocols = UNLABELED CIPSOv4
Mär 20 07:23:26 thinkpad kernel: NetLabel: unlabeled traffic allowed by default
Mär 20 07:23:26 thinkpad kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
Mär 20 07:23:26 thinkpad kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
Mär 20 07:23:26 thinkpad kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
Mär 20 07:23:26 thinkpad kernel: Switching to clocksource hpet
Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI init
Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pnp registered
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
Mär 20 07:23:26 thinkpad kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1000-0x107f] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1180-0x11ff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x0800-0x080f] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1600-0x167f] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1680-0x169f] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Mär 20 07:23:26 thinkpad kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:03: [dma 4]
Mär 20 07:23:26 thinkpad kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN0010 PNP0303 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
Mär 20 07:23:26 thinkpad kernel: pnp 00:09: Plug and Play ACPI device, IDs WACf004 (disabled)
Mär 20 07:23:26 thinkpad kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI: found 11 devices
Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI bus type pnp unregistered
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xfebfffff]
Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 2
Mär 20 07:23:26 thinkpad kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
Mär 20 07:23:26 thinkpad kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Mär 20 07:23:26 thinkpad kernel: TCP: Hash tables configured (established 65536 bind 65536)
Mär 20 07:23:26 thinkpad kernel: TCP: reno registered
Mär 20 07:23:26 thinkpad kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
Mär 20 07:23:26 thinkpad kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 1
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: Boot video device
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: power state changed by ACPI to D0
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: power state changed by ACPI to D0
Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: power state changed by ACPI to D0
Mär 20 07:23:26 thinkpad kernel: PCI: CLS 64 bytes, default 64
Mär 20 07:23:26 thinkpad kernel: Unpacking initramfs...
Mär 20 07:23:26 thinkpad kernel: Freeing initrd memory: 3880k freed
Mär 20 07:23:26 thinkpad kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Mär 20 07:23:26 thinkpad kernel: software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
Mär 20 07:23:26 thinkpad kernel: Simple Boot Flag at 0x35 set to 0x1
Mär 20 07:23:26 thinkpad kernel: audit: initializing netlink socket (disabled)
Mär 20 07:23:26 thinkpad kernel: type=2000 audit(1363760601.356:1): initialized
Mär 20 07:23:26 thinkpad kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
Mär 20 07:23:26 thinkpad kernel: VFS: Disk quotas dquot_6.5.2
Mär 20 07:23:26 thinkpad kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Mär 20 07:23:26 thinkpad kernel: msgmni has been set to 15767
Mär 20 07:23:26 thinkpad kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
Mär 20 07:23:26 thinkpad kernel: io scheduler noop registered
Mär 20 07:23:26 thinkpad kernel: io scheduler deadline registered
Mär 20 07:23:26 thinkpad kernel: io scheduler cfq registered (default)
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
Mär 20 07:23:26 thinkpad kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
Mär 20 07:23:26 thinkpad kernel: vesafb: scrolling: redraw
Mär 20 07:23:26 thinkpad kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Mär 20 07:23:26 thinkpad kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4032k, total 4032k
Mär 20 07:23:26 thinkpad kernel: Console: switching to colour frame buffer device 160x50
Mär 20 07:23:26 thinkpad kernel: fb0: VESA VGA frame buffer device
Mär 20 07:23:26 thinkpad kernel: intel_idle: does not run on family 6 model 23
Mär 20 07:23:26 thinkpad kernel: GHES: HEST is not enabled!
Mär 20 07:23:26 thinkpad kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Mär 20 07:23:26 thinkpad kernel: serial 00:09: [io 0x0200-0x0207]
Mär 20 07:23:26 thinkpad kernel: serial 00:09: [irq 5]
Mär 20 07:23:26 thinkpad kernel: serial 00:09: activated
Mär 20 07:23:26 thinkpad kernel: 00:09: ttyS0 at I/O 0x200 (irq = 5) is a 16550A
Mär 20 07:23:26 thinkpad kernel: Linux agpgart interface v0.103
Mär 20 07:23:26 thinkpad kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Mär 20 07:23:26 thinkpad kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Mär 20 07:23:26 thinkpad kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Mär 20 07:23:26 thinkpad kernel: mousedev: PS/2 mouse device common for all mice
Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: RTC can wake from S4
Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
Mär 20 07:23:26 thinkpad kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor ladder
Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor menu
Mär 20 07:23:26 thinkpad kernel: EFI Variables Facility v0.08 2004-May-17
Mär 20 07:23:26 thinkpad kernel: drop_monitor: Initializing network drop monitor service
Mär 20 07:23:26 thinkpad kernel: TCP: cubic registered
Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 10
Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 17
Mär 20 07:23:26 thinkpad kernel: Key type dns_resolver registered
Mär 20 07:23:26 thinkpad kernel: PM: Checking hibernation image partition /dev/mapper/VolGroup00-Swap
Mär 20 07:23:26 thinkpad kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
Mär 20 07:23:26 thinkpad kernel: registered taskstats version 1
Mär 20 07:23:26 thinkpad kernel: Magic number: 5:939:367
Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: setting system clock to 2013-03-20 06:23:21 UTC (1363760601)
Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 820k freed
Mär 20 07:23:26 thinkpad kernel: Write protecting the kernel read-only data: 8192k
Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 1148k freed
Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 440k freed
Mär 20 07:23:26 thinkpad systemd-udevd[45]: starting version 198
Mär 20 07:23:26 thinkpad kernel: SCSI subsystem initialized
Mär 20 07:23:26 thinkpad kernel: ACPI: bus type scsi registered
Mär 20 07:23:26 thinkpad kernel: libata version 3.00 loaded.
Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: version 3.0
Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
Mär 20 07:23:26 thinkpad kernel: ahci: SSS flag set, parallel bus scan disabled
Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: scsi0 : ahci
Mär 20 07:23:26 thinkpad kernel: scsi1 : ahci
Mär 20 07:23:26 thinkpad kernel: scsi2 : ahci
Mär 20 07:23:26 thinkpad kernel: scsi3 : ahci
Mär 20 07:23:26 thinkpad kernel: ata1: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826100 irq 43
Mär 20 07:23:26 thinkpad kernel: ata2: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826180 irq 43
Mär 20 07:23:26 thinkpad kernel: ata3: DUMMY
Mär 20 07:23:26 thinkpad kernel: ata4: DUMMY
Mär 20 07:23:26 thinkpad kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Mär 20 07:23:26 thinkpad kernel: ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
Mär 20 07:23:26 thinkpad kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Mär 20 07:23:26 thinkpad kernel: ata1.00: configured for UDMA/133
Mär 20 07:23:26 thinkpad kernel: scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write Protect is off
Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Mär 20 07:23:26 thinkpad kernel: sda: sda2 sda3
Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Mär 20 07:23:26 thinkpad kernel: ata2: SATA link down (SStatus 0 SControl 300)
Mär 20 07:23:26 thinkpad kernel: ACPI: bus type usb registered
Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usbfs
Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver hub
Mär 20 07:23:26 thinkpad kernel: usbcore: registered new device driver usb
Mär 20 07:23:26 thinkpad kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Mär 20 07:23:26 thinkpad kernel: uhci_hcd: USB Universal Host Controller Interface driver
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: 2 ports detected
Mär 20 07:23:26 thinkpad kernel: ehci-pci: EHCI PCI platform driver
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: debug port 1
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2826c00
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: 6 ports detected
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: debug port 1
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2827000
Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: USB hub found
Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: 6 ports detected
Mär 20 07:23:26 thinkpad kernel: tsc: Refined TSC clocksource calibration: 1861.999 MHz
Mär 20 07:23:26 thinkpad kernel: Switching to clocksource tsc
Mär 20 07:23:26 thinkpad kernel: device-mapper: uevent: version 1.0.3
Mär 20 07:23:26 thinkpad kernel: device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-1> at 1
Mär 20 07:23:26 thinkpad kernel: usb 7-6: new high-speed USB device number 4 using ehci-pci
Mär 20 07:23:26 thinkpad kernel: usb 8-1: new high-speed USB device number 2 using ehci-pci
Mär 20 07:23:26 thinkpad kernel: Initializing USB Mass Storage driver...
Mär 20 07:23:26 thinkpad kernel: scsi4 : usb-storage 8-1:1.0
Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usb-storage
Mär 20 07:23:26 thinkpad kernel: USB Mass Storage support registered.
Mär 20 07:23:26 thinkpad kernel: usb 8-4: new high-speed USB device number 4 using ehci-pci
Mär 20 07:23:26 thinkpad kernel: PM: Starting manual resume from disk
Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image partition 254:1 present
Mär 20 07:23:26 thinkpad kernel: PM: Looking for hibernation image.
Mär 20 07:23:26 thinkpad kernel: PM: Image not found (code -22)
Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
Mär 20 07:23:26 thinkpad kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
Mär 20 07:23:26 thinkpad kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
Mär 20 07:23:26 thinkpad kernel: scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Write Protect is off
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Mär 20 07:23:26 thinkpad kernel: sdb: sdb1
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
Mär 20 07:23:26 thinkpad kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
Mär 20 07:23:26 thinkpad systemd[1]: Smack is not enabled in the kernel, not loading access rules.
Mär 20 07:23:26 thinkpad kernel: usb 4-2: new low-speed USB device number 2 using uhci_hcd
Mär 20 07:23:26 thinkpad systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
Mär 20 07:23:26 thinkpad systemd[1]: Set hostname to <thinkpad>.
Mär 20 07:23:26 thinkpad systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
Mär 20 07:23:26 thinkpad systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Remote File Systems.
Mär 20 07:23:26 thinkpad systemd[1]: Reached target Remote File Systems.
Mär 20 07:23:26 thinkpad systemd[1]: Starting LVM2 metadata daemon socket.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on LVM2 metadata daemon socket.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Delayed Shutdown Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on Delayed Shutdown Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Device-mapper event daemon FIFOs.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on Device-mapper event daemon FIFOs.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
Mär 20 07:23:26 thinkpad systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on Journal Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Apply Kernel Variables...
Mär 20 07:23:26 thinkpad systemd[1]: Starting Setup Virtual Console...
Mär 20 07:23:26 thinkpad systemd[1]: Started Set Up Additional Binary Formats.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Kernel Modules...
Mär 20 07:23:26 thinkpad systemd[1]: Mounting Debug File System...
Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Service...
Mär 20 07:23:26 thinkpad systemd[1]: Started Journal Service.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
Mär 20 07:23:26 thinkpad systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Mär 20 07:23:26 thinkpad systemd[1]: Mounting Huge Pages File System...
Mär 20 07:23:26 thinkpad systemd[1]: Mounting POSIX Message Queue File System...
Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Kernel Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Control Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Control Socket.
Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Device Manager...
Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Coldplug all Devices...
Mär 20 07:23:26 thinkpad systemd[1]: Starting Encrypted Volumes.
Mär 20 07:23:26 thinkpad systemd[1]: Reached target Encrypted Volumes.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Swap.
Mär 20 07:23:26 thinkpad systemd[1]: Reached target Swap.
Mär 20 07:23:26 thinkpad systemd[1]: Started File System Check on Root Device.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Remount Root and Kernel File Systems...
Mär 20 07:23:26 thinkpad systemd[1]: Mounting Temporary Directory...
Mär 20 07:23:26 thinkpad systemd[1]: Started Apply Kernel Variables.
Mär 20 07:23:26 thinkpad systemd-udevd[135]: starting version 198
Mär 20 07:23:26 thinkpad systemd-journal[131]: Journal started
Mär 20 07:23:26 thinkpad systemd[1]: Started Remount Root and Kernel File Systems.
Mär 20 07:23:26 thinkpad systemd[1]: Starting Local File Systems (Pre).
Mär 20 07:23:26 thinkpad systemd[1]: Reached target Local File Systems (Pre).
Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Random Seed...
Mär 20 07:23:26 thinkpad systemd-random-seed[141]: Failed to write new random seed file: Bad file descriptor
Mär 20 07:23:26 thinkpad systemd[1]: Started udev Kernel Device Manager.
Mär 20 07:23:26 thinkpad systemd[1]: Started Load Random Seed.
Mär 20 07:23:26 thinkpad systemd[1]: Started udev Coldplug all Devices.
Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Failed to find module 'options tp_smapi invert=5'
Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Inserted module 'vboxdrv'
Mär 20 07:23:27 thinkpad systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
Mär 20 07:23:27 thinkpad kernel: vboxdrv: Found 2 processor cores.
Mär 20 07:23:27 thinkpad kernel: vboxdrv: fAsync=0 offMin=0x19d offMax=0xf65
Mär 20 07:23:27 thinkpad kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
Mär 20 07:23:27 thinkpad kernel: vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
Mär 20 07:23:27 thinkpad systemd[1]: Failed to start Load Kernel Modules.
Mär 20 07:23:27 thinkpad systemd[1]: Unit systemd-modules-load.service entered failed state
Mär 20 07:23:27 thinkpad systemd[1]: Mounting Configur

Similar Messages

  • USB FAT32 is read only and will not format

    My usb is formated as FAT32. however it is read only, and will not format. here are some screen shots:
    http://gyazo.com/369a6b843d86ba0bcbd360ed89ea258c
    http://gyazo.com/f07905c5b27519cbefbab29719c88702
    http://gyazo.com/40d291c83b85e88c68ccc47a45b19f35
    http://gyazo.com/490462fb7b280be7483048b2e485b2b8
    not really sure what is wrong with it, any one have any suggestions?
    i mean it cant be trash now, there has to be some program that will fix it.

    Drive Partition and Format
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Apply button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • Custom color-palette keeps becoming read-only and will not let me add new swatches

    I need to make a custom colour palette for work that i can open on different adobe programs, share with others and add new swatches to as I go. I create a custom palette, save it a custom name but whenever I re-open it, it has become a read-only palette and I can no longer add custom swatches to it. How do I get around this problem if I need to keep adding colours to my custom palettes?
    Thanks

    In case you need to keep swatches from the ASE:
    create a new document
    empty the swatches panel
    add all the swatches from the ASE into that document's swatches panel
    add new colors as swatches
    from the swatches panel's menu select "save library"
    Also see the manual on creating swatches.

  • When I converted a file from PDF to WORD.DOC it opened as Read Only and I'm unable to alter any of the text.  How can I solve this problem?

    When I tried to convert a file from PDF to WORD.DOC it opened as Read Only and I'm unable to alter any of the text.  How do I solve this problem?  I don't know how to change it from Read Only.

    Dear Sara
    Thank you very much for sending the converted file.  Yes, I am able to edit it - that will be very useful to me and I appreciate your help.
    Referring to your previous message when you said you'd converted via Acrobat and not Acrobat.com, I'm converting via Acrobat.com because that's the only option that is shown (how do I convert via Acrobat? - perhaps that would be more successful).  I'm using the Export PDF website, and the OCR is enabled to "Recognize text in English UK".  However, I've just tried converting a different LPA pdf form, this time for Health & Welfare https://www.gov.uk/government/uploads/system/uploads/attachment_data/file/245571/LPA114_He alth_welfare_LPA.pdf and again I have the same problem as before.  I've altered it from "Read only" and thought I'd then be able to enter text, but "Drawing Tools" is shown in the pane and I'm unable to enter anything onto the form - everything appears to be in images.  Also, the lettering on the heading of' page 1 has become jumbled, with the word "Public" overlaying the word "Guardian."  Any suggestions as to what it is I'm doing wrong would be welcome - I don't like to be beaten!
    Regards,
    Judith.

  • [SOLVED] Fresh install read only file system

    I just did a fresh install of Arch this morning, and I have been trying to fix it most of the day. I was following the Beginner's Guide in the wiki as close as I could. (There were a couple items that didn't quite match up.) I only edited the files that it told me to, and then just minor edits. I checked out /etc/fstab during the process and noticed that none of my hard drives were present. I didn't think this was normal, so I opened another terminal and grabbed the UUIDs with ls -l /dev/disk/by-uuid/. I have two hard drives, but only sda1 (/) and sda2 (swap) showed up. (sdb1 is the entire second hard drive as /home.) Here is the default fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd0 /media/fl auto user,noauto 0 0
    The example documentation indicated that the file should have lines similair to...
    /dev/disk/by-uuid/6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    /dev/disk/by-uuid/5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    /dev/disk/by-uuid/32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    ...but then I found an example while searching around that showed the lines like this:
    UUID=6334340b-87f1-406e-a777-13210ba85887 / ext3 defaults,noatime,nodirtime 0 1
    UUID=5ffd6a40-6d72-4710-82af-ae894e557f89 swap swap defaults 0 0
    UUID=32935c6c-6b75-4039-6b69-21f8b805e8f8 /home ext3 defaults,noatime,nodirtime 0 2
    In the first scenario, everything boots like normal, but when I tried to do anything that required writing to disk, the operation failed with a message about the file system being read-only. (I was trying to edit some config files because I couldn't get online.) Mind you, I was working as root the whole time, because I hadn't even gotten to adding a user yet. The only way I could make changes was to boot a live cd, mount, edit, reboot. remember to remove the live cd, reboot again, repeat.
    In the second version of fstab, the bootup process kept trying to check the disk for errors. When it was done it wanted to reboot. Then it tried to check again (presumably because it couldn't save the fact that it had already checked).
    I am at a loss. I really wish to use Arch Linux. I've been baby-fed for quite a while on Ubuntu, but it always ran slow. Please somebody help me! I am happy to provide more information; just let me know what you need.
    Last edited by ravinggenius (2008-07-05 18:33:22)

    Thank you so much for pointing out that typo! Turns out that is what was wrong. Well plus two of uuids had one typo each....
    Also from what I can tell it doesn't matter which format I use for the uuids in fstab. I will use the UUID=xxxxx... version unless somebody can tell me why I shouldn't.

  • I purchased a IMac in Feb later I added a Seagate ext. hard drive. On April 29 I received an errors that the ext. Drive may be a read only and not backing up files. I'm unable to check disk permission or correct errors. Help would be appreciated.

    I purchased a IMac in Feb later I added a Seagate ext. hard drive. On April 29 I received an errors that the ext. Drive may be a read only and not backing up files. I'm unable to check disk permission or correct errors. Help would be appreciated.

    Click on the hard drive on the desktop, then File > Get Info. What does it say about permissions?  If this is just a data drive you may want to consider "ignore ownership on this volume".
    Otherwise I can only say I have not been reading good things about Seagate drives recently.  I have some of their rock-solid ones from about 10 years ago (still running well), but now...?

  • Why does standby start automatically in read only and not in mount?

    hi there,
    running 10.2.0.4 EE on windows 2008
    i have the problem that when starting the windows servcie for the standby database, the db automatically runs into the read only mode and NOT as desired in the mout state
    only if I am starting the standby like following:
    STARTUP NOMOUNT;
    ALTER DATABASE MOUNT STANDBY DATABASE
    I will get my desired result.
    what do I have to configure in order that restarting the windows service (or only make a startup on the sqlplus prompt...) will bring up the standby in mount state?
    thanks in advance
    stefan

    This is the expected behaviour. In 10g , if we invoke startup on a standby database, it automatically opens the database in READ ONLY mode. Not tested the same on other versions. You may want to use -STARTMODE option with oradim to set the instance startup to manual and bring it up manually every time.
    HTH

  • Set sharing on system to read only now computer wlll not boot up

    set sharing on system to read only now computer wlll not boot up

    Hello skiboat2, 
    Because the permissions have been changed, you will need to put them back to what they were before. One of the ways to do that is to reinstall your OS X to make sure that everything permission wise gets put back to what it needs to be to work properly. Based of to the operating system that you say you have, I have provided the steps for reinstalling Snow Leopard. When doing this, it does not overwrite your personal data; it only touches the operating system. 
    Mac OS X 10.6: Reinstalling Mac OS X
    http://support.apple.com/kb/PH6606
    Regards,
    -Norm G.  

  • [SOLVED] How to make file read only and stay?

    I'm using gnome 3 and want to make the recently used.xbel file (in .local/share) read-only/locked. I've tried making it read only and it just reverts to normal when something tries to write to it. How do I do this?
    Last edited by sudokill (2011-04-29 19:41:51)

    Worked great, thanks. No more recent documents at all

  • [SOLVED]External HD: Auto-mount in read-only and only root can access

    So I followed the advice in http://bbs.archlinux.org/viewtopic.php? … 88#p583088 regarding using udev to auto-mount my external 60gb harddrive, and it works.  The only problem is, it is being mounted read-only and I can only view the contents via sudo or as the superuser.
    Can anyone guide me in the right direction I need to go to get this changed?  I have already once tried to recursively chown everything on the harddrive, but that didn't seem to work.  The syntax I used from that above article specifies "rw" as one of the options for the mount command, so I am stumped as to why this happened.
    Thanks
    Last edited by trann (2009-11-13 16:24:36)

    Wattanut wrote:
    Have you installed ntfs-3g?
    I think I've had that problem before.
    WoW, perfect solution.  This is why I love this distro. 

  • IWeb crashed - all 'disappeared' and would not load.

    iWeb crashed - everything 'disappeared' and would not load. I purchased 09, and have the files for the original iWeb site (which is still active) because I published them to a domain. What is the best/easiest way for me to put all the pages back into iWeb on my laptop so that I can update them. Because iWeb is so easy and I'm stumped when anything starts HTML-ing me!

    What is the best/easiest way for me to put all the pages back into iWeb on my laptop so that I can update them
    There is no best or easy way to get webpages back into iWeb because you cannot import webpages.
    Copy/paste the text and objects from your existing pages is the only way.
    But just to be sure, check the domain file in this folder:
    ~/Library/Application Support/iWeb/
    (where ~ is our Home directory) and see if it still there. Double click the file to open it in iWeb.
    If it fails, then you're out of luck.

  • I-tunes is note letting me access i-tunes store without first dowloading the new version of i-tunes. The problem is that my older operating system won't work and is not allowing the newer i-tune versions to work.  How can I just get use the old i-tunes?

    I-tunes is note letting me access i-tunes store without first dowloading the new version of i-tunes. The problem is that my older operating system won't work and is not allowing the newer i-tune versions to work.  How can I just get use the old i-tunes?

    Hi,
    Not sure if any of you above have managed to solve your problem or not but after coming across this same problem myself today as I am currently 'sofa bound' I decided to make it my mission to find a way around it.
    Initially I did think, having ready what seemed like a million questions and people with the same problem, that the only way was to buy OS X 10.5 ... HOWEVER, no. In among all these threads I found a jewel - Download I Tunes 9.2.1 which gets rid of the download itunes 10 advert and allows you to then buy from itunes again :-)  I am now one very happy lady.
    I apologise to all those that dont have older versions of OS X that maybe wont support even this upgrade but certainly for those like me with just 4yr old lap tops at least it means it not longer means buying a new one.
    Hope this helps son very frustrated people like myself - so much for apple support!

  • System goes read only, after reboot all is fine for a day or two

    OK, so here's the problem, I got a new PC, all fanless, SSD hard and all.
    Works well for a day or so, then goes read only. For example - I come back from work, type something in the terminal and I get Input/Output Error. I cannot reboot, it says Input/Output Error as well.
    So I hard-reset it, it boots up, everything is fine again for a day or two.
    The HDD is Corsair CSSD-F40GB2, the MB is Gigabyte H55N-USB3, proc i3 540,
    The / and /home are both ext4 mounted with defaults,noatime,discard.
    I tried with/without discard.
    I also tried changing the SATA/power cables - same results.
    I also tried enabling/disabling features in BIOS like DMA/SMART/AHCI/compatibility stuff - same results.
    Here's a dmesg I managed to get (errors are near the end).
    http://pastebin.com/vJfdW90z
    And here's a smartctl -a /dev/sda:
    http://pastebin.com/eQxASEBM
    Any suggestions are welcome. Also is there some diagnostic app for Corsair SSD that I can run and check the drive?
    Cheers.

    Well I don't recall how freshly booted, it was the only time that the system was read-only - giving input/output error to everything but dmesg was working so I saved it all to pastebin.
    The system is a PC so I never tried anything else different from poweroff/reboot (works fine).

  • Ipad form ....help needed please.  Clear form after email as read only and sequential numbering

    Hi
    i am a complete novice at this however this is what I want to achieve.
    i Have a paper duplicate report sheet that I want to get electronically, I want to be able to add sequential numbers to each report and be able to email the report to the client from a email field in the form
    so far I have so I have created the pdf form, I have a button that runs a JavaScript that will hide the submit button and then send to the clients email and to bcc myself so I have a copy of the report also. This has been tested and works
    i Am struggling with sequential numbering and once the form has been emailed it's un-ditable as the JavaScript has converted it to read only for emailing which is good as it can't be edited. But Is there a way on my submit button to email the report as read only and then clear all form fields in the report ready for filling with the next sequential number?
    I Have had a good look sound for a resolution to this but am struggling
    many thanks in advance for any feedback
    paul

    Hi Paul,
    I presume that you are using the desktop version of Acrobat Pro to author the form.
    I will move this discussion to the PDF Forms forum so that the experts in the forum can answer your question.
    Please note that the Reader/Acrobat DC mobile apps (for iOS, Android, Windows Phone, etc.) have limited JavaScript support.
    JavaScript for Reader Mobile API Reference (iOS)
    You may be able to make the form work as you want in the desktop version of Adobe Reader/Acrobat Reader DC.  However, some functionality (e.g adding a sequence number to each PDF) will not work in the mobile apps due to the limited JavaScript support.  Sorry for the inconvenience.

  • My problem started when system preferences was unresponsive and would not force quit.  I tryed to restart and got the grey screen, but it never restarted.  I closed the lid and now the screen is blank.  Has anyone had a similar problem after Lion?

    My problem started when system preferences was unresponsive and would not force quit.  I tryed to restart and got the grey screen, but it never restarted.  I closed the lid and now the screen is blank.  Has anyone had a similar problem after Lion installation?

    No, as I have yet to be convinced on Lion.
    Did a permissions repair help from the install DVD?

Maybe you are looking for