[SOLVED] The latest system update has put a hex on my system

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED] The latest system update has put a hex on my system

Postby nighteyes » Oct 27th, '14, 00:02

After doing a system upgrade earlier today, I rebooted the system, and just after the GRUB boot screen displayed, I was redirected into the dracut repair shell, which informed me that the filesystem contained errors, couldn't be mounted, and an rdsosreport.txt file was being generated. But after leaving the shell, the filesystem is able to mount successfully, just without the Plymouth boot screen. This pattern has repeated itself during several system reboots. So far, none of the advice related to similar issues by other users has been any help. I've tried rebuilding both the kernel images in my system with dracut, but to no avail.

The following is the content of the rdsosreport.txt file generated by dracut:
Code: Select all
+ cat /proc/self/mountinfo
0 0 0:1 / / rw - rootfs rootfs rw
15 0 0:3 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw
16 0 0:15 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw
17 0 0:5 / /dev rw,nosuid - devtmpfs devtmpfs rw,size=1029332k,nr_inodes=200379,mode=755
18 17 0:12 / /dev/pts rw,nosuid,noexec,relatime - devpts devpts rw,gid=5,mode=620,ptmxmode=000
19 17 0:16 / /dev/shm rw,nosuid,nodev - tmpfs tmpfs rw
20 0 0:17 / /run rw,nosuid,nodev - tmpfs tmpfs rw,mode=755
+ cat /proc/mounts
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
devtmpfs /dev devtmpfs rw,nosuid,size=1029332k,nr_inodes=200379,mode=755 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
+ blkid
/dev/sda1: UUID="d02c27ae-9fda-4503-8b8b-751fdd2de139" TYPE="ext4" PARTUUID="00045999-01"
/dev/sda2: UUID="5ac70848-ee00-4e9c-97c5-654d852b4fc5" TYPE="swap" PARTUUID="00045999-02"
/dev/sda5: LABEL="FAR_OUT" UUID="de104733-055c-408a-8f0f-9044bf0c8ba2" TYPE="ext4" PARTUUID="00045999-05"
+ blkid -o udev
ID_FS_UUID=d02c27ae-9fda-4503-8b8b-751fdd2de139
ID_FS_UUID_ENC=d02c27ae-9fda-4503-8b8b-751fdd2de139
ID_FS_TYPE=ext4
ID_FS_PARTUUID=00045999-01

ID_FS_UUID=5ac70848-ee00-4e9c-97c5-654d852b4fc5
ID_FS_UUID_ENC=5ac70848-ee00-4e9c-97c5-654d852b4fc5
ID_FS_TYPE=swap
ID_FS_PARTUUID=00045999-02

ID_FS_LABEL=FAR_OUT
ID_FS_LABEL_ENC=FAR_OUT
ID_FS_UUID=de104733-055c-408a-8f0f-9044bf0c8ba2
ID_FS_UUID_ENC=de104733-055c-408a-8f0f-9044bf0c8ba2
ID_FS_TYPE=ext4
ID_FS_PARTUUID=00045999-05
+ ls -l /dev/disk/by-id /dev/disk/by-label /dev/disk/by-uuid
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root 0  9 Oct 26 21:16 ata-IC25N030ATMR04-0_MRG2A9K2J7H8HJ -> ../../sda
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 ata-IC25N030ATMR04-0_MRG2A9K2J7H8HJ-part1 -> ../../sda1
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 ata-IC25N030ATMR04-0_MRG2A9K2J7H8HJ-part2 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 ata-IC25N030ATMR04-0_MRG2A9K2J7H8HJ-part3 -> ../../sda3
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 ata-IC25N030ATMR04-0_MRG2A9K2J7H8HJ-part5 -> ../../sda5
lrwxrwxrwx 1 root 0  9 Oct 26 21:16 ata-_NEC_DVD+_-RW_ND-6650A -> ../../sr0

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 FAR_OUT -> ../../sda5

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 5ac70848-ee00-4e9c-97c5-654d852b4fc5 -> ../../sda2
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 d02c27ae-9fda-4503-8b8b-751fdd2de139 -> ../../sda1
lrwxrwxrwx 1 root 0 10 Oct 26 21:16 de104733-055c-408a-8f0f-9044bf0c8ba2 -> ../../sda5
+ cat /proc/cmdline
BOOT_IMAGE=desktop586_3.14.18-3.mga4 root=UUID=d02c27ae-9fda-4503-8b8b-751fdd2de139 splash quiet resume=UUID=5ac70848-ee00-4e9c-97c5-654d852b4fc5 vga=788
+ '[' -f /etc/cmdline ']'
+ for _i in '/etc/cmdline.d/*.conf'
+ '[' -f /etc/cmdline.d/90kernel-modules.conf ']'
+ echo /etc/cmdline.d/90kernel-modules.conf
/etc/cmdline.d/90kernel-modules.conf
+ cat /etc/cmdline.d/90kernel-modules.conf
 rd.driver.pre=ata_piix
 rd.driver.pre=ahci
+ for _i in '/etc/conf.d/*.conf'
+ '[' -f /etc/conf.d/systemd.conf ']'
+ echo /etc/conf.d/systemd.conf
/etc/conf.d/systemd.conf
+ cat /etc/conf.d/systemd.conf
systemdutildir="/usr/lib/systemd"
systemdsystemunitdir="/usr/lib/systemd/system"
systemdsystemconfdir="/etc/systemd/system"
+ command -v lvm
+ command -v dmsetup
+ cat /proc/mdstat
Personalities :
unused devices: <none>
+ command -v journalctl
+ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.14.18-desktop586-3.mga4 (iurt@rabbit.mageia.org) (gcc version 4.8.2 (GCC) ) #1 SMP Sat Sep 13 10:29:53 UTC 2014
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffadfff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ffae000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feda0000-0x00000000fedfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: Dell Computer Corporation Inspiron 8600                   /0D5689, BIOS A12 12/07/2004
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7ffae max_arch_pfn = 0x100000
[    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-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 0FEDA0000 mask FFFFE0000 write-through
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] initial memory mapped: [mem 0x00000000-0x00ffffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x32c00000-0x32ffffff]
[    0.000000]  [mem 0x32c00000-0x32ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x30000000-0x32bfffff]
[    0.000000]  [mem 0x30000000-0x32bfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x2fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x33000000-0x333fdfff]
[    0.000000]  [mem 0x33000000-0x333fdfff] page 4k
[    0.000000] BRK [0x00b4b000, 0x00b4bfff] PGTABLE
[    0.000000] BRK [0x00b4c000, 0x00b4dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37646000-0x37feffff]
[    0.000000] Allocated new RAMDISK: [mem 0x32a54000-0x333fdf81]
[    0.000000] Move RAMDISK from [mem 0x37646000-0x37feff81] to [mem 0x32a54000-0x333fdf81]
[    0.000000] ACPI: RSDP 000fdf00 000014 (v00 DELL  )
[    0.000000] ACPI: RSDT 7fff0000 000028 (v01 DELL    CPi R   27D40C07 ASL  00000061)
[    0.000000] ACPI: FACP 7fff0400 000074 (v01 DELL    CPi R   27D40C07 ASL  00000061)
[    0.000000] ACPI: DSDT 7fff0c00 002E04 (v01 INT430 SYSFexxx 00001001 MSFT 0100000E)
[    0.000000] ACPI: FACS 7ffff800 000040
[    0.000000] 1227MB HIGHMEM available.
[    0.000000] 819MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 333fe000
[    0.000000]   low ram: 0 - 333fe000
[    0.000000] BRK [0x00b4e000, 0x00b4efff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x333fdfff]
[    0.000000]   HighMem  [mem 0x333fe000-0x7ffadfff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x7ffadfff]
[    0.000000] On node 0 totalpages: 524108
[    0.000000] free_area_init_node: node 0, pgdat c09d2bc0, node_mem_map f1a54020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1608 pages used for memmap
[    0.000000]   Normal zone: 205822 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2456 pages used for memmap
[    0.000000]   HighMem zone: 314288 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    0.000000] APIC: disable apic facility
[    0.000000] APIC: switched to apic NOOP
[    0.000000] nr_irqs_gsi: 16
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] e820: [mem 0x80000000-0xfed9ffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 13 pages/cpu @f1a3b000 s32384 r0 d20864 u53248
[    0.000000] pcpu-alloc: s32384 r0 d20864 u53248 alloc=13*4096
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 522468
[    0.000000] Kernel command line: BOOT_IMAGE=desktop586_3.14.18-3.mga4 root=UUID=d02c27ae-9fda-4503-8b8b-751fdd2de139 splash quiet resume=UUID=5ac70848-ee00-4e9c-97c5-654d852b4fc5 vga=788
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000333fe:0007ffae)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 2058632K/2096432K available (5892K kernel code, 539K rwdata, 2688K rodata, 744K init, 612K bss, 37800K reserved, 1257152K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffab4000 - 0xfffff000   (5420 kB)
    pkmap   : 0xff400000 - 0xff800000   (4096 kB)
    vmalloc : 0xf3bfe000 - 0xff3fe000   ( 184 MB)
    lowmem  : 0xc0000000 - 0xf33fe000   ( 819 MB)
      .init : 0xc09ea000 - 0xc0aa4000   ( 744 kB)
      .data : 0xc06c1737 - 0xc09e9cc0   (3233 kB)
      .text : 0xc0100000 - 0xc06c1737   (5893 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] CPU 0 irqstacks, hard=f1406000 soft=f1408000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 599.446 MHz processor
[    0.001023] Calibrating delay loop (skipped), value calculated using timer frequency.. 1198.89 BogoMIPS (lpj=599446)
[    0.001036] pid_max: default: 32768 minimum: 301
[    0.001066] ACPI: Core revision 20131218
[    0.008317] ACPI: All ACPI Tables successfully acquired
[    0.008336] ACPI: setting ELCR to 0200 (from 0800)
[    0.009088] Security Framework initialized
[    0.009123] TOMOYO Linux initialized
[    0.010049] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.010061] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.010876] Initializing cgroup subsys devices
[    0.010887] Initializing cgroup subsys freezer
[    0.010896] Initializing cgroup subsys net_cls
[    0.010905] Initializing cgroup subsys blkio
[    0.010983] Disabled fast string operations
[    0.011024] mce: CPU supports 5 MCE banks
[    0.011080] Last level iTLB entries: 4KB 128, 2MB 0, 4MB 2
Last level dTLB entries: 4KB 128, 2MB 0, 4MB 8, 1GB 0
tlb_flushall_shift: 6
[    0.034537] Freeing SMP alternatives memory: 36K (c0aa4000 - c0aad000)
[    0.038492] ftrace: allocating 24296 entries in 48 pages
[    0.064183] smpboot: weird, boot CPU (#0) not listed by the BIOS
[    0.064193] smpboot: SMP motherboard not detected
[    0.064199] smpboot: Local APIC not detected. Using dummy APIC emulation.
[    0.064204] smpboot: SMP disabled
[    0.064228] Performance Events:
[    0.064237] no APIC, boot with the "lapic" boot parameter to force-enable it.
[    0.064242] no hardware sampling interrupt available.
[    0.064249] p6 PMU driver.
[    0.064256] ... version:                0
[    0.064261] ... bit width:              32
[    0.064266] ... generic registers:      2
[    0.064271] ... value mask:             00000000ffffffff
[    0.064277] ... max period:             000000007fffffff
[    0.064282] ... fixed-purpose events:   0
[    0.064287] ... event mask:             0000000000000003
[    0.070396] x86: Booted up 1 node, 1 CPUs
[    0.070406] smpboot: Total of 1 processors activated (1198.89 BogoMIPS)
[    0.070909] devtmpfs: initialized
[    0.077160] xor: measuring software checksum speed
[    0.087009]    pIII_sse  :  1568.000 MB/sec
[    0.097007]    prefetch64-sse:  1708.000 MB/sec
[    0.097014] xor: using function: prefetch64-sse (1708.000 MB/sec)
[    0.097023] pinctrl core: initialized pinctrl subsystem
[    0.097141] RTC time: 21:16:08, date: 10/26/14
[    0.097297] NET: Registered protocol family 16
[    0.097879] cpuidle: using governor ladder
[    0.097886] cpuidle: using governor menu
[    0.098242] ACPI: bus type PCI registered
[    0.098249] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.132757] PCI: PCI BIOS revision 2.10 entry at 0xfc96e, last bus=2
[    0.132764] PCI: Using configuration type 1 for base access
[    0.138213] bio: create slab <bio-0> at 0
[    0.155100] raid6: mmxx1      628 MB/s
[    0.172079] raid6: mmxx2      710 MB/s
[    0.189121] raid6: sse1x1     500 MB/s
[    0.206089] raid6: sse1x2     722 MB/s
[    0.223023] raid6: sse2x1     785 MB/s
[    0.240060] raid6: sse2x2     890 MB/s
[    0.240067] raid6: using algorithm sse2x2 (890 MB/s)
[    0.240073] raid6: using intx1 recovery algorithm
[    0.240475] ACPI: Added _OSI(Module Device)
[    0.240483] ACPI: Added _OSI(Processor Device)
[    0.240490] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.240497] ACPI: Added _OSI(Processor Aggregator Device)
[    0.251762] ACPI: Interpreter enabled
[    0.251844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[    0.251897] ACPI: (supports S0 S1 S3 S4 S5)
[    0.251904] ACPI: Using PIC for interrupt routing
[    0.252030] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.257180] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.317875] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.317897] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.317920] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.333341] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.333354] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.333364] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.333374] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
[    0.333384] acpi PNP0A03:00: host bridge window [mem 0x80000000-0xfed9ffff] (ignored)
[    0.333394] acpi PNP0A03:00: host bridge window [mem 0xfee00000-0xffafffff] (ignored)
[    0.333402] PCI: root bus 00: using default resources
[    0.333413] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.333832] PCI host bridge to bus 0000:00
[    0.333846] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.333856] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.333866] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.333897] pci 0000:00:00.0: [8086:3340] type 00 class 0x060000
[    0.333920] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe7ffffff pref]
[    0.334229] pci 0000:00:01.0: [8086:3341] type 01 class 0x060400
[    0.334551] pci 0000:00:1d.0: [8086:24c2] type 00 class 0x0c0300
[    0.334620] pci 0000:00:1d.0: reg 0x20: [io  0xbf80-0xbf9f]
[    0.334771] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.334952] pci 0000:00:1d.1: [8086:24c4] type 00 class 0x0c0300
[    0.335035] pci 0000:00:1d.1: reg 0x20: [io  0xbf40-0xbf5f]
[    0.335185] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.335371] pci 0000:00:1d.2: [8086:24c7] type 00 class 0x0c0300
[    0.335438] pci 0000:00:1d.2: reg 0x20: [io  0xbf20-0xbf3f]
[    0.335586] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.335790] pci 0000:00:1d.7: [8086:24cd] type 00 class 0x0c0320
[    0.335827] pci 0000:00:1d.7: reg 0x10: [mem 0xf4fffc00-0xf4ffffff]
[    0.335959] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.336101] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.336282] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060400
[    0.336451] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.336630] pci 0000:00:1f.0: [8086:24cc] type 00 class 0x060100
[    0.336729] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH4 ACPI/GPIO/TCO
[    0.336742] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH4 GPIO
[    0.337017] pci 0000:00:1f.1: [8086:24ca] type 00 class 0x01018a
[    0.337045] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.337065] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.337084] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.337103] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.337123] pci 0000:00:1f.1: reg 0x20: [io  0xbfa0-0xbfaf]
[    0.337143] pci 0000:00:1f.1: reg 0x24: [mem 0x00000000-0x000003ff]
[    0.337415] pci 0000:00:1f.5: [8086:24c5] type 00 class 0x040100
[    0.337445] pci 0000:00:1f.5: reg 0x10: [io  0xb800-0xb8ff]
[    0.337464] pci 0000:00:1f.5: reg 0x14: [io  0xbc40-0xbc7f]
[    0.337483] pci 0000:00:1f.5: reg 0x18: [mem 0xf4fff800-0xf4fff9ff]
[    0.337503] pci 0000:00:1f.5: reg 0x1c: [mem 0xf4fff400-0xf4fff4ff]
[    0.337576] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.337854] pci 0000:00:1f.6: [8086:24c6] type 00 class 0x070300
[    0.337884] pci 0000:00:1f.6: reg 0x10: [io  0xb400-0xb4ff]
[    0.337903] pci 0000:00:1f.6: reg 0x14: [io  0xb080-0xb0ff]
[    0.338011] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.338131] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    0.338436] pci 0000:01:00.0: [1002:4e50] type 00 class 0x030000
[    0.338467] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
[    0.338485] pci 0000:01:00.0: reg 0x14: [io  0xc000-0xc0ff]
[    0.338503] pci 0000:01:00.0: reg 0x18: [mem 0xfcff0000-0xfcffffff]
[    0.338544] pci 0000:01:00.0: reg 0x30: [mem 0x80000000-0x8001ffff pref]
[    0.338595] pci 0000:01:00.0: supports D1 D2
[    0.338800] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.338812] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.338824] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.338835] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff pref]
[    0.339077] acpiphp: Slot [1] registered
[    0.339116] pci 0000:02:00.0: [14e4:4401] type 00 class 0x020000
[    0.339146] pci 0000:02:00.0: reg 0x10: [mem 0xfaffe000-0xfaffffff]
[    0.339246] pci 0000:02:00.0: supports D1 D2
[    0.339255] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.339482] pci 0000:02:01.0: [104c:ac44] type 02 class 0x060700
[    0.339511] pci 0000:02:01.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.339558] pci 0000:02:01.0: supports D1 D2
[    0.339567] pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.339793] pci 0000:02:01.1: [104c:8029] type 00 class 0x0c0010
[    0.339824] pci 0000:02:01.1: reg 0x10: [mem 0xfaffd800-0xfaffdfff]
[    0.339844] pci 0000:02:01.1: reg 0x14: [mem 0xfaff8000-0xfaffbfff]
[    0.339938] pci 0000:02:01.1: supports D1 D2
[    0.339948] pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot
[    0.340208] pci 0000:02:03.0: [8086:1043] type 00 class 0x028000
[    0.340240] pci 0000:02:03.0: reg 0x10: [mem 0xfaffc000-0xfaffcfff]
[    0.340544] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
[    0.340557] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.340570] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.340583] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
[    0.340593] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
[    0.340604] pci 0000:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.340735] pci_bus 0000:03: busn_res: can not insert [bus 03-ff] under [bus 02] (conflicts with (null) [bus 02])
[    0.340751] pci_bus 0000:03: busn_res: [bus 03-ff] end is updated to 06
[    0.340763] pci_bus 0000:03: busn_res: can not insert [bus 03-06] under [bus 02] (conflicts with (null) [bus 02])
[    0.340778] pci_bus 0000:03: [bus 03-06] partially hidden behind transparent bridge 0000:02 [bus 02]
[    0.340802] pci_bus 0000:00: on NUMA node 0
[    0.347820] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[    0.348194] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11
[    0.348540] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11)
[    0.348884] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[    0.349200] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.349560] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.350876] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.351322] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.351332] vgaarb: loaded
[    0.351338] vgaarb: bridge control possible 0000:01:00.0
[    0.351381] sta2x11_scr_init
[    0.351414] sta2x11_apb_soc_regs_init
[    0.351446] sta2x11_sctl_init
[    0.351476] sta2x11_apbreg_init
[    0.352500] SCSI subsystem initialized
[    0.353582] libata version 3.00 loaded.
[    0.353976] PCI: Using ACPI for IRQ routing
[    0.353987] PCI: pci_cache_line_size set to 64 bytes
[    0.354077] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.354086] e820: reserve RAM buffer [mem 0x7ffae000-0x7fffffff]
[    0.354522] NetLabel: Initializing
[    0.354529] NetLabel:  domain hash size = 128
[    0.354533] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.354585] NetLabel:  unlabeled traffic allowed by default
[    0.354835] Switched to clocksource pit
[    0.382528] pnp: PnP ACPI init
[    0.382591] ACPI: bus type PNP registered
[    0.390907] system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
[    0.390922] system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
[    0.390933] system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
[    0.390944] system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.390956] system 00:00: [mem 0x00100000-0x7ffeffff] could not be reserved
[    0.390967] system 00:00: [mem 0x7fff0000-0x7fffffff] has been reserved
[    0.390978] system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved
[    0.390989] system 00:00: [mem 0xffb00000-0xffbfffff] has been reserved
[    0.391003] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.391110] pnp 00:01: disabling [io  0x0800-0x0805] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    0.391123] pnp 00:01: disabling [io  0x0808-0x080f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    0.391276] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.391290] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.391385] pnp 00:02: disabling [io  0x0806-0x0807] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    0.391397] pnp 00:02: disabling [io  0x0810-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    0.391409] pnp 00:02: disabling [io  0x0860-0x087f] because it overlaps 0000:00:1f.0 BAR 13 [io  0x0800-0x087f]
[    0.391533] system 00:02: [io  0xf400-0xf4fe] has been reserved
[    0.391545] system 00:02: [io  0x0880-0x08bf] has been reserved
[    0.391556] system 00:02: [io  0x08c0-0x08df] has been reserved
[    0.391567] system 00:02: [io  0x08e0-0x08ff] could not be reserved
[    0.391579] system 00:02: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.391740] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.391885] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.392031] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.392213] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.392403] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.392417] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.392490] pnp 00:08: [dma 4]
[    0.392598] pnp 00:08: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.392743] pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.401310] pnp: PnP ACPI: found 10 devices
[    0.401318] ACPI: bus type PNP unregistered
[    0.401324] PnPBIOS: Disabled
[    0.443274] Switched to clocksource acpi_pm
[    0.443293] pci 0000:01:00.0: no compatible bridge window for [mem 0x80000000-0x8001ffff pref]
[    0.443332] pci 0000:02:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.443347] pci 0000:00:1e.0: bridge window [mem 0x04000000-0x03ffffff pref] to [bus 02] add_size 4000000
[    0.443368] pci 0000:00:1e.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.443387] pci 0000:00:1e.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[    0.443398] pci 0000:00:1f.1: BAR 5: assigned [mem 0x84000000-0x840003ff]
[    0.443419] pci 0000:01:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
[    0.443429] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.443439] pci 0000:00:01.0:   bridge window [io  0xc000-0xcfff]
[    0.443452] pci 0000:00:01.0:   bridge window [mem 0xfc000000-0xfdffffff]
[    0.443463] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff pref]
[    0.443486] pci 0000:02:01.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.443497] pci 0000:02:01.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.443508] pci 0000:02:01.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.443518] pci 0000:02:01.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.443529] pci 0000:02:01.0: BAR 0: assigned [mem 0xf8000000-0xf8000fff]
[    0.443543] pci 0000:02:01.0: BAR 15: assigned [mem 0x80000000-0x83ffffff pref]
[    0.443559] pci 0000:02:01.0: BAR 16: assigned [mem 0x88000000-0x8bffffff]
[    0.443570] pci 0000:02:01.0: BAR 13: assigned [io  0xd000-0xd0ff]
[    0.443580] pci 0000:02:01.0: BAR 14: assigned [io  0xd400-0xd4ff]
[    0.443592] pci 0000:02:01.0: CardBus bridge to [bus 03-06]
[    0.443601] pci 0000:02:01.0:   bridge window [io  0xd000-0xd0ff]
[    0.443613] pci 0000:02:01.0:   bridge window [io  0xd400-0xd4ff]
[    0.443625] pci 0000:02:01.0:   bridge window [mem 0x80000000-0x83ffffff pref]
[    0.443637] pci 0000:02:01.0:   bridge window [mem 0x88000000-0x8bffffff]
[    0.443648] pci 0000:00:1e.0: PCI bridge to [bus 02]
[    0.443659] pci 0000:00:1e.0:   bridge window [io  0xd000-0xefff]
[    0.443672] pci 0000:00:1e.0:   bridge window [mem 0xf6000000-0xfbffffff]
[    0.443684] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0x83ffffff pref]
[    0.443701] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.443711] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.443721] pci_bus 0000:01: resource 0 [io  0xc000-0xcfff]
[    0.443730] pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfdffffff]
[    0.443740] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff pref]
[    0.443750] pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
[    0.443759] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xfbffffff]
[    0.443769] pci_bus 0000:02: resource 2 [mem 0x80000000-0x83ffffff pref]
[    0.443778] pci_bus 0000:02: resource 4 [io  0x0000-0xffff]
[    0.443788] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
[    0.443798] pci_bus 0000:03: resource 0 [io  0xd000-0xd0ff]
[    0.443807] pci_bus 0000:03: resource 1 [io  0xd400-0xd4ff]
[    0.443816] pci_bus 0000:03: resource 2 [mem 0x80000000-0x83ffffff pref]
[    0.443826] pci_bus 0000:03: resource 3 [mem 0x88000000-0x8bffffff]
[    0.443959] NET: Registered protocol family 2
[    0.444779] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.444862] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.444996] TCP: Hash tables configured (established 8192 bind 8192)
[    0.445115] TCP: reno registered
[    0.445127] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.445159] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.445374] NET: Registered protocol family 1
[    0.446249] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[    0.446258] PCI: setting IRQ 11 as level-triggered
[    0.447400] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    0.448535] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    0.449667] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11
[    0.450146] pci 0000:01:00.0: Boot video device
[    0.450178] PCI: CLS 32 bytes, default 64
[    0.450329] Trying to unpack rootfs image as initramfs...
[    1.144856] Freeing initrd memory: 9896K (f2a54000 - f33fe000)
[    1.144878] sta2x11_mfd_init
[    1.145461] apm: BIOS not found.
[    1.146626] futex hash table entries: 256 (order: 2, 16384 bytes)
[    1.146830] audit: initializing netlink subsys (disabled)
[    1.146886] audit: type=2000 audit(1414358169.145:1): initialized
[    1.235240] bounce pool size: 64 pages
[    1.235275] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.244499] zbud: loaded
[    1.244853] VFS: Disk quotas dquot_6.5.2
[    1.245129] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.246974] msgmni has been set to 1584
[    1.247970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.248104] io scheduler noop registered
[    1.248112] io scheduler deadline registered
[    1.248284] io scheduler cfq registered (default)
[    1.248942] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.249060] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.249390] simple-framebuffer simple-framebuffer.0: framebuffer at 0xd0000000, 0xeb000 bytes, mapped to 0xf3c80000
[    1.249404] simple-framebuffer simple-framebuffer.0: format=r5g6b5, mode=800x600x16, linelength=1600
[    1.270052] Console: switching to colour frame buffer device 100x37
[    1.290107] simple-framebuffer simple-framebuffer.0: fb0: simplefb registered!
[    1.290154] intel_idle: does not run on family 6 model 13
[    1.290239] GHES: HEST is not enabled!
[    1.290444] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.292720] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 7
[    1.292730] PCI: setting IRQ 7 as level-triggered
[    1.293432] isapnp: Scanning for PnP cards...
[    1.299106] Linux agpgart interface v0.103
[    1.299453] agpgart-intel 0000:00:00.0: Intel 855PM Chipset
[    1.351933] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe0000000
[    1.359493] brd: module loaded
[    1.360504] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.365516] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.365535] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.365985] mousedev: PS/2 mouse device common for all mice
[    1.366671] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.366708] rtc_cmos 00:05: alarms up to one day, 114 bytes nvram
[    1.366800] ledtrig-cpu: registered to indicate activity on CPUs
[    1.367440] TCP: cubic registered
[    1.367472] Key type dns_resolver registered
[    1.368002] Using IPI No-Shortcut mode
[    1.368395] registered taskstats version 1
[    1.369295] bio: create slab <bio-1> at 1
[    1.370249] Btrfs loaded
[    1.370808] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.371418]   Magic number: 2:926:298
[    1.371536] rtc_cmos 00:05: setting system clock to 2014-10-26 21:16:09 UTC (1414358169)
[    1.371545] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[    1.371750] PM: Checking hibernation image partition UUID=5ac70848-ee00-4e9c-97c5-654d852b4fc5
[    1.678592] isapnp: No Plug & Play device found
[    2.079793] PM: Hibernation image not present or could not be loaded.
[    2.080571] Freeing unused kernel memory: 744K (c09ea000 - c0aa4000)
[    2.081065] Write protecting the kernel text: 5896k
[    2.081259] Write protecting the kernel read-only data: 2692k
[    2.148072] tsc: Refined TSC clocksource calibration: 599.490 MHz
[    2.244658] dracut: dracut-034
[    2.287870] ata_piix 0000:00:1f.1: version 2.13
[    2.287908] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    2.289807] scsi0 : ata_piix
[    2.290193] scsi1 : ata_piix
[    2.290379] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
[    2.290388] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
[    2.444658] ata2.00: ATAPI: _NEC DVD+/-RW ND-6650A, 102C, max UDMA/33
[    2.444997] ata1.00: ATA-6: IC25N030ATMR04-0, MOAOAD0A, max UDMA/100
[    2.445008] ata1.00: 58605120 sectors, multi 8: LBA48
[    2.450243] ata2.00: configured for UDMA/33
[    2.451443] ata1.00: configured for UDMA/100
[    2.451806] scsi 0:0:0:0: Direct-Access     ATA      IC25N030ATMR04-0 MOAO PQ: 0 ANSI: 5
[    2.452827] sd 0:0:0:0: [sda] 58605120 512-byte logical blocks: (30.0 GB/27.9 GiB)
[    2.453087] sd 0:0:0:0: [sda] Write Protect is off
[    2.453099] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.453193] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.453847] scsi 1:0:0:0: CD-ROM            _NEC     DVD+-RW ND-6650A 102C PQ: 0 ANSI: 5
[    2.537665]  sda: sda1 sda2 sda3 < sda5 >
[    2.539043] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.834245] systemd-udevd[178]: starting version 208
[    3.106700] [drm] Initialized drm 1.1.0 20060810
[    3.152076] Switched to clocksource tsc
[    3.437995] [drm] radeon kernel modesetting enabled.
[    3.438195] checking generic (d0000000 eb000) vs hw (d0000000 10000000)
[    3.438204] fb: conflicting fb hw usage radeondrmfb vs simple - removing generic driver
[    3.438256] Console: switching to colour dummy device 80x25
[    3.441749] [drm] initializing kernel modesetting (RV350 0x1002:0x4E50 0x1028:0x2001).
[    3.441780] [drm] register mmio base: 0xFCFF0000
[    3.441786] [drm] register mmio size: 65536
[    3.442053] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[    3.442079] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[    3.442132] radeon 0000:01:00.0: putting AGP V2 device into 4x mode
[    3.442169] radeon 0000:01:00.0: GTT: 128M 0xE0000000 - 0xE7FFFFFF
[    3.442178] [drm] Generation 2 PCI interface, using max accessible memory
[    3.442192] radeon 0000:01:00.0: VRAM: 256M 0x00000000D0000000 - 0x00000000DFFFFFFF (128M used)
[    3.443152] [drm] Detected VRAM RAM=256M, BAR=256M
[    3.443163] [drm] RAM width 128bits DDR
[    3.443351] [TTM] Zone  kernel: Available graphics memory: 406078 kiB
[    3.443358] [TTM] Zone highmem: Available graphics memory: 1034654 kiB
[    3.443364] [TTM] Initializing pool allocator
[    3.443387] [TTM] Initializing DMA pool allocator
[    3.443465] [drm] radeon: 128M of VRAM memory ready
[    3.443472] [drm] radeon: 128M of GTT memory ready.
[    3.443561] [drm] radeon: power management initialized
[    3.443592] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[    3.446153] radeon 0000:01:00.0: WB disabled
[    3.446173] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000e0000000 and cpu addr 0xf3c1a000
[    3.446182] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.446188] [drm] Driver supports precise vblank timestamp query.
[    3.446215] [drm] radeon: irq initialized.
[    3.446251] [drm] Loading R300 Microcode
[    3.446728] [drm] radeon: ring at 0x00000000E0001000
[    3.446762] [drm] ring test succeeded in 1 usecs
[    3.447161] [drm] ib test succeeded in 0 usecs
[    3.448799] [drm] Panel ID String: X4241
[    3.448808] [drm] Panel Size 1280x800
[    3.449375] [drm] No TV DAC info found in BIOS
[    3.469885] [drm] radeon legacy LVDS backlight initialized
[    3.469894] [drm] Radeon Display Connectors
[    3.469900] [drm] Connector 0:
[    3.469906] [drm]   VGA-1
[    3.469914] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[    3.469919] [drm]   Encoders:
[    3.469924] [drm]     CRT1: INTERNAL_DAC1
[    3.469929] [drm] Connector 1:
[    3.469935] [drm]   DVI-D-1
[    3.469940] [drm]   HPD2
[    3.469948] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[    3.469953] [drm]   Encoders:
[    3.469958] [drm]     DFP2: INTERNAL_DVO1
[    3.469963] [drm] Connector 2:
[    3.469968] [drm]   LVDS-1
[    3.469977] [drm]   DDC: 0x1a8 0x1a8 0x1ac 0x1ac 0x1b0 0x1b0 0x1b4 0x1b4
[    3.469981] [drm]   Encoders:
[    3.469986] [drm]     LCD1: INTERNAL_LVDS
[    3.469991] [drm] Connector 3:
[    3.469997] [drm]   SVIDEO-1
[    3.470001] [drm]   Encoders:
[    3.470023] [drm]     TV1: INTERNAL_DAC2
[    3.556695] [drm] fb mappable at 0xD0040000
[    3.556702] [drm] vram apper at 0xD0000000
[    3.556707] [drm] size 4096000
[    3.556712] [drm] fb depth is 24
[    3.556717] [drm]    pitch is 5120
[    3.557044] fbcon: radeondrmfb (fb0) is primary device
[    3.588925] Console: switching to colour frame buffer device 160x50
[    3.613323] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[    3.613332] radeon 0000:01:00.0: registered panic notifier
[    3.613359] [drm] Initialized radeon 2.37.0 20080528 for 0000:01:00.0 on minor 0
[    3.623245] dracut: Starting plymouth daemon
[    6.840051] random: nonblocking pool is initialized
[   21.701488] yenta_cardbus 0000:02:01.0: enabling device (0000 -> 0003)
[   21.701873] yenta_cardbus 0000:02:01.0: CardBus bridge found [1028:0191]
[   21.701901] yenta_cardbus 0000:02:01.0: Using CSCINT to route CSC interrupts to PCI
[   21.701910] yenta_cardbus 0000:02:01.0: Routing CardBus interrupts to PCI
[   21.701923] yenta_cardbus 0000:02:01.0: TI: mfunc 0x012c1202, devctl 0x64
[   21.831124] Uniform Multi-Platform E-IDE driver
[   21.924718] yenta_cardbus 0000:02:01.0: ISA IRQ mask 0x0478, PCI irq 11
[   21.924734] yenta_cardbus 0000:02:01.0: Socket status: 30000086
[   21.924747] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[   21.924769] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [io  0xd000-0xefff]
[   21.924781] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xd000-0xefff:
[   21.925697]  excluding 0xd000-0xd0ff 0xd400-0xd4ff
[   21.983652] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0xf6000000-0xfbffffff]
[   21.983669] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf6000000-0xfbffffff:
[   21.983687]  excluding 0xf7e00000-0xf83fffff 0xfae00000-0xfb3fffff
[   21.983720] yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge window: [mem 0x80000000-0x83ffffff pref]
[   21.983731] pcmcia_socket pcmcia_socket0: cs: memory probe 0x80000000-0x83ffffff:
[   21.983766]  excluding 0x80000000-0x83ffffff
[   21.985640] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[   21.985651] cdrom: Uniform CD-ROM driver Revision: 3.20
[   21.986198] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   22.045111] firewire_ohci 0000:02:01.1: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
[   22.058191] ACPI: bus type USB registered
[   22.058319] usbcore: registered new interface driver usbfs
[   22.058395] usbcore: registered new interface driver hub
[   22.061497] usbcore: registered new device driver usb
[   22.138802] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[   22.139542]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[   22.148229] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[   22.148499]  excluding 0x3f0-0x3f7 0x4d0-0x4d7
[   22.148874] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[   22.148928]  excluding 0x820-0x8e7
[   22.149142] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[   22.149601]  clean.
[   22.149737] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[   22.149755]  excluding 0xc0000-0xcffff 0xf0000-0xfffff
[   22.149906] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[   22.149950]  clean.
[   22.161075] uhci_hcd: USB Universal Host Controller Interface driver
[   22.161655] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   22.161682] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[   22.161702] uhci_hcd 0000:00:1d.0: detected 2 ports
[   22.161742] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000bf80
[   22.163160] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[   22.163198]  excluding 0x60000000-0x60ffffff
[   22.163360] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[   22.163835]  clean.
[   22.166124] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[   22.166137] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.166146] usb usb1: Product: UHCI Host Controller
[   22.166156] usb usb1: Manufacturer: Linux 3.14.18-desktop586-3.mga4 uhci_hcd
[   22.166165] usb usb1: SerialNumber: 0000:00:1d.0
[   22.169315] hub 1-0:1.0: USB hub found
[   22.169352] hub 1-0:1.0: 2 ports detected
[   22.170508] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[   22.170533] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[   22.170550] uhci_hcd 0000:00:1d.1: detected 2 ports
[   22.170587] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000bf40
[   22.172581] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   22.172593] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.172603] usb usb2: Product: UHCI Host Controller
[   22.172612] usb usb2: Manufacturer: Linux 3.14.18-desktop586-3.mga4 uhci_hcd
[   22.172621] usb usb2: SerialNumber: 0000:00:1d.1
[   22.174695] hub 2-0:1.0: USB hub found
[   22.174729] hub 2-0:1.0: 2 ports detected
[   22.178694] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[   22.178720] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[   22.178738] uhci_hcd 0000:00:1d.2: detected 2 ports
[   22.178774] uhci_hcd 0000:00:1d.2: irq 11, io base 0x0000bf20
[   22.181136] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   22.181149] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.181158] usb usb3: Product: UHCI Host Controller
[   22.181168] usb usb3: Manufacturer: Linux 3.14.18-desktop586-3.mga4 uhci_hcd
[   22.181177] usb usb3: SerialNumber: 0000:00:1d.2
[   22.181923] hub 3-0:1.0: USB hub found
[   22.181956] hub 3-0:1.0: 2 ports detected
[   22.195098] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   22.195109] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[   22.202309] ehci-pci: EHCI PCI platform driver
[   22.206008] ehci-pci 0000:00:1d.7: EHCI Host Controller
[   22.207111] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
[   22.207145] ehci-pci 0000:00:1d.7: debug port 1
[   22.211125] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
[   22.211418] ehci-pci 0000:00:1d.7: irq 11, io mem 0xf4fffc00
[   22.217184] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[   22.217392] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[   22.217404] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   22.217414] usb usb4: Product: EHCI Host Controller
[   22.217423] usb usb4: Manufacturer: Linux 3.14.18-desktop586-3.mga4 ehci_hcd
[   22.217432] usb usb4: SerialNumber: 0000:00:1d.7
[   22.218198] hub 4-0:1.0: USB hub found
[   22.218331] hub 4-0:1.0: 6 ports detected
[   22.240227] hub 1-0:1.0: USB hub found
[   22.240943] hub 1-0:1.0: 2 ports detected
[   22.262252] hub 2-0:1.0: USB hub found
[   22.263080] hub 2-0:1.0: 2 ports detected
[   22.284230] hub 3-0:1.0: USB hub found
[   22.284996] hub 3-0:1.0: 2 ports detected
[   22.521082] usb 4-1: new high-speed USB device number 2 using ehci-pci
[   22.546294] firewire_core 0000:02:01.1: created device fw0: GUID 354fc0003d00ecc1, S400
[   22.644030] usb 4-1: New USB device found, idVendor=05ac, idProduct=1006
[   22.644043] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.644054] usb 4-1: Product: Keyboard Hub
[   22.644062] usb 4-1: Manufacturer: Apple, Inc.
[   22.644071] usb 4-1: SerialNumber: 000000000000
[   22.645095] hub 4-1:1.0: USB hub found
[   22.645260] hub 4-1:1.0: 3 ports detected
[   22.749072] usb 4-3: new high-speed USB device number 3 using ehci-pci
[   22.864827] usb 4-3: New USB device found, idVendor=1385, idProduct=5f00
[   22.864842] usb 4-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   22.864852] usb 4-3: Product: WPN111
[   22.864861] usb 4-3: Manufacturer: Atheros Communications Inc
[   22.864870] usb 4-3: SerialNumber: 1.0
[   22.939161] usb 4-1.2: new low-speed USB device number 4 using ehci-pci
[   23.032179] PM: Marking nosave pages: [mem 0x0009f000-0x000fffff]
[   23.032197] PM: Basic memory bitmaps created
[   23.034779] usb 4-1.2: New USB device found, idVendor=05ac, idProduct=0220
[   23.034792] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   23.034802] usb 4-1.2: Product: Apple Keyboard
[   23.034811] usb 4-1.2: Manufacturer: Apple, Inc
[   23.079104] PM: Basic memory bitmaps freed
[   23.092127] PM: Starting manual resume from disk
[   23.092143] PM: Hibernation image partition 8:2 present
[   23.092149] PM: Looking for hibernation image.
[   23.098654] PM: Image not found (code -22)
[   23.098663] PM: Hibernation image not present or could not be loaded.
[   23.130175] usb 4-1.3: new low-speed USB device number 5 using ehci-pci
[   23.192965] hidraw: raw HID events driver (C) Jiri Kosina
[   23.210408] usb 4-1.3: New USB device found, idVendor=045e, idProduct=00d2
[   23.210423] usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   23.210434] usb 4-1.3: Product: Microsoft Notebook Optical Mouse with Tilt Wheel
[   23.210443] usb 4-1.3: Manufacturer: Microsoft
[   23.253753] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   23.276718] usbcore: registered new interface driver usbhid
[   23.276728] usbhid: USB HID core driver
[   23.304887] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.0/0003:05AC:0220.0001/input/input3
[   23.305272] apple 0003:05AC:0220.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-1.2/input0
[   23.314311] input: Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel as /devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.3/4-1.3:1.0/0003:045E:00D2.0003/input/input4
[   23.315239] hid-generic 0003:045E:00D2.0003: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft Notebook Optical Mouse with Tilt Wheel] on usb-0000:00:1d.7-1.3/input0
[   23.318414] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb4/4-1/4-1.2/4-1.2:1.1/0003:05AC:0220.0002/input/input5
[   23.318701] apple 0003:05AC:0220.0002: input,hidraw2: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-1.2/input1
[   23.491525] dracut: Checking ext4: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139
[   23.492310] dracut: issuing e2fsck -a  /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139
[   25.575939] dracut Warning: e2fsck returned with 4
[   25.579244] dracut Warning: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139 contains a file system with errors, check forced.
[   25.580056] dracut Warning: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139: Inode 286657 has imagic flag set.
[   25.581084] dracut Warning: *** An error occurred during the file system check.
[   25.581509] dracut Warning: *** Dropping you to a shell; the system will try
[   25.581915] dracut Warning: *** to mount the filesystem(s), when you leave the shell.
[   25.583004] dracut Warning: filesystem)
+ '[' -f /run/initramfs/init.log ']'

Last edited by nighteyes on Oct 27th, '14, 08:01, edited 1 time in total.
nighteyes
 
Posts: 8
Joined: Oct 22nd, '14, 03:33

Re: The latest system update has put a hex on my system

Postby doktor5000 » Oct 27th, '14, 00:06

nighteyes wrote:
Code: Select all
[   23.491525] dracut: Checking ext4: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139
[   23.492310] dracut: issuing e2fsck -a  /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139
[   25.575939] dracut Warning: e2fsck returned with 4
[   25.579244] dracut Warning: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139 contains a file system with errors, check forced.
[   25.580056] dracut Warning: /dev/disk/by-uuid/d02c27ae-9fda-4503-8b8b-751fdd2de139: Inode 286657 has imagic flag set.
[   25.581084] dracut Warning: *** An error occurred during the file system check.


You should run a manual fsck -v on that filesystem, seems like your / partition.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18067
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: [SOLVED] The latest system update has put a hex on my sy

Postby nighteyes » Oct 27th, '14, 08:43

Cheers! Sorting out the filesystem w\ fsck -v was just what the Doctor ordered, you might say. But I daresay that it was quite the adventure. Innumerable inodes w\ attributes set incorrectly, or just flat-out corrupt. And I couldn't do it non-interactively either; too many inconsistencies in the filesystem. Below are random snippets of the output:
Code: Select all
Inode 1315028 is in use, but has dtime set.  Fix<y>? yes
Inode 1315028 has a extra size (20097) which is invalid
Fix<y>? yes
Inode 1315028 has INDEX_FL flag set but is not a directory.
Clear HTree index<y>? yes
Inode 1315028, i_size is 9631499578307730257, should be 0.  Fix<y>? yes
Inode 1315028, i_blocks is 6844928346386, should be 0.  Fix<y>? yes
Inode 1315029 is in use, but has dtime set.  Fix<y>? yes
Inode 1315029 has imagic flag set.  Clear<y>? yes
Inode 1315029 has a extra size (41131) which is invalid
Fix<y>? yes
Inode 1315029 has INDEX_FL flag set but is not a directory.
Clear HTree index<y>? yes
Inode 1315029, i_size is 3619476584499898782, should be 0.  Fix<y>? yes
Inode 1315029, i_blocks is 238514641617198, should be 0.  Fix<y>? yes
Inode 1315030 is in use, but has dtime set.  Fix<y>? yes
Inode 1315030 has imagic flag set.  Clear<y>? yes
Inode 1315030 has a extra size (59968) which is invalid
Fix<y>? yes
Inode 1315030 has INDEX_FL flag set but is not a directory.
Clear HTree index<y>? yes
Inode 1315030, i_size is 7740358232844898029, should be 0.  Fix<y>? yes
Inode 1315030, i_blocks is 3806471011, should be 0.  Fix<y>? y
Inode 1315030 has INDEX_FL flag set but is not a directory.
Clear HTree index<y>? yes
Inode 1315030, i_size is 7740358232844898029, should be 0.  Fix<y>? yes
Inode 1315030, i_blocks is 3806471011, should be 0.  Fix<y>? yes
Inode 1315031 is in use, but has dtime set.  Fix<y>? yes
Inode 1315031 has imagic flag set.  Clear<y>? yes
Inode 1315031 has a extra size (15333) which is invalid
Fix<y>? yes
Inode 1315032 is in use, but has dtime set.  Fix<y>? yes
Inode 1315032 has a extra size (6144) which is invalid
Fix<y>? yes
Inode 1315033 is in use, but has dtime set.  Fix<y>? yes
Inode 1315033 has imagic flag set.  Clear<y>? yes
Inode 1315033 has a extra size (5782) which is invalid
Fix<y>? yes
Inode 1315033, i_size is 14251095043803182775, should be 0.  Fix<y>? yes
Inode 1315033, i_blocks is 181740267448916, should be 0.  Fix<y>? yes
Inode 1315034 is in use, but has dtime set.  Fix<y>? yes
Inode 1315034 has imagic flag set.  Clear<y>? yes
Inode 1315034 has a extra size (44192) which is invalid
Fix<y>? yes
Inode 1315034 has INDEX_FL flag set but is not a directory.
Clear HTree index<y>? yes

Inode 1314564 has illegal block(s).  Clear<y>? yes
Illegal block #0 (1983585911) in inode 1314564.  CLEARED.
Illegal block #1 (3009855724) in inode 1314564.  CLEARED.
Illegal block #2 (2139078609) in inode 1314564.  CLEARED.
Illegal block #3 (2409115622) in inode 1314564.  CLEARED.
Illegal block #4 (2238162855) in inode 1314564.  CLEARED.
Illegal block #5 (842150866) in inode 1314564.  CLEARED.
Illegal block #6 (3887722104) in inode 1314564.  CLEARED.
Illegal block #7 (552630328) in inode 1314564.  CLEARED.
Illegal block #8 (1021403617) in inode 1314564.  CLEARED.
Illegal block #9 (1972626681) in inode 1314564.  CLEARED.
Illegal block #10 (3915165622) in inode 1314564.  CLEARED.
Too many illegal blocks in inode 1314564.
Clear inode<y>? yes
Inode 1314574 has compression flag set on filesystem without compression
support.  Clear<y>? yes

Restarting e2fsck from the beginning...
/dev/sda1 contains a file system with errors, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Inode 1314842 (<1314842>/<155114>/..) is an illegal block device.
Clear<y>? yes
Entry '..' in <1314842>/<155119> (155119) has deleted/unused inode 1314842.
Clear<y>? yes
Entry '..' in <1314842>/<155145> (155145) has deleted/unused inode 1314842.
Clear<y>? yes
Entry '..' in <1314842>/<155179> (155179) has deleted/unused inode 1314842.
Clear<y>? yes
Entry '..' in <1314842>/<155458> (155458) has deleted/unused inode 1314842.
Clear<y>? yes
Entry '..' in <1314842>/<155506> (155506) has deleted/unused inode 1314842.
Clear<y>? yes
Entry 'en' in /usr/share/gimp/2.0/help (1310817) has deleted/unused inode
1314452.  Clear<y>? yes
i_faddr for inode 1314434 (/usr/share/gtk-2.0/demo/rotated_text.c) is
4155345901, should be zero.
Clear<y>? yes
i_file_acl_hi for inode 1314434 (/usr/share/gtk-2.0/demo/rotated_text.c) is
29466, should be zero.
Clear<y>? yes
Extended attribute block for inode 1314434
(/usr/share/gtk-2.0/demo/rotated_text.c) is invalid (1771182651).
Clear<y>? yes
Entry 'rotated_text.c' in /usr/share/gtk-2.0/demo (1314390) has an incorrect
filetype (was 1, should be 3).
Fix<y>? yes
Inode 1314433 (/usr/share/gtk-2.0/demo/printing.c) has invalid mode (0115502).
Clear<y>? yes
Inode 1314435 (/usr/share/gtk-2.0/demo/search_entry.c) has invalid mode
(053267).
Clear<y>? yes
Inode 1314436 (/usr/share/gtk-2.0/demo/sizegroup.c) has invalid mode (051315).
Clear<y>? yes
Inode 1314437 (/usr/share/gtk-2.0/demo/spinner.c) has invalid mode (0112034).
Clear<y>? yes
i_faddr for inode 1314438 (/usr/share/gtk-2.0/demo/stock_browser.c) is
591720596, should be zero.
Clear<y>? yes
i_file_acl_hi for inode 1314438 (/usr/share/gtk-2.0/demo/stock_browser.c) is
44670, should be zero.
Clear<y>? yes
Extended attribute block for inode 1314438
(/usr/share/gtk-2.0/demo/stock_browser.c) is invalid (449744173).
Clear<y>? yes
Entry 'stock_browser.c' in /usr/share/gtk-2.0/demo (1314390) has an incorrect
filetype (was 1, should be 4).
Fix<y>? yes

Pass 4: Checking reference counts
Inode 2 ref count is 0, should be 19.  Fix<y>? yes
Inode 154954 ref count is 7, should be 6.  Fix<y>? yes
Inode 155012 ref count is 3, should be 2.  Fix<y>? yes
Inode 155026 ref count is 6, should be 5.  Fix<y>? yes
Inode 155045 ref count is 3, should be 2.  Fix<y>? yes
Inode 155060 ref count is 3, should be 2.  Fix<y>? yes
Inode 155067 ref count is 3, should be 2.  Fix<y>? yes
Inode 155100 ref count is 3, should be 2.  Fix<y>? yes
Inode 155112 ref count is 3, should be 2.  Fix<y>? yes
Inode 155114 ref count is 4, should be 3.  Fix<y>? yes
Inode 155119 ref count is 3, should be 2.  Fix<y>? yes
Inode 155145 ref count is 3, should be 2.  Fix<y>? yes
Inode 155179 ref count is 3, should be 2.  Fix<y>? yes
Inode 155458 ref count is 3, should be 2.  Fix<y>? yes
Inode 155506 ref count is 3, should be 2.  Fix<y>? yes
Inode 286657 ref count is 30878, should be 1.  Fix<y>? yes
Inode 286666 ref count is 7760, should be 1.  Fix<y>? yes
Inode 1183477 ref count is 769, should be 767.  Fix<y>? yes
Inode 1310817 ref count is 4, should be 3.  Fix<y>? yes
Inode 1314434 ref count is 8541, should be 1.  Fix<y>? yes
Inode 1314438 ref count is 51594, should be 1.  Fix<y>? yes
Inode 1314443 ref count is 4183, should be 1.  Fix<y>?

/dev/sda1: ***** FILE SYSTEM WAS MODIFIED *****

      166788 inodes used (10.70%, out of 1558560)
          94 non-contiguous files (0.1%)
          68 non-contiguous directories (0.0%)
             # of inodes with ind/dind/tind blocks: 268/268/268
             Extent depth histogram: 144980/45
     2705479 blocks used (43.45%, out of 6226944)
           0 bad blocks
           2 large files

      134754 regular files
       10193 directories
          13 character device files
           9 block device files
          14 fifos
        3437 links
       21787 symbolic links (21710 fast symbolic links)
           9 sockets
------------
      169374 files

Now the question is, what caused it and how to stop it happening again? And I think it would be wise to fsck all my drives w\ all my Linux distros.
nighteyes
 
Posts: 8
Joined: Oct 22nd, '14, 03:33

Re: [SOLVED] The latest system update has put a hex on my sy

Postby jiml8 » Oct 27th, '14, 18:23

It probably will not be reproducible. You probably had a power surge or sag while the drive was being written. Possibly a bit in RAM, in the processor, or in the hard drive controller was struck by a cosmic ray and flipped state.

That these sorts of things are possible and do happen, although rarely, is one of many reasons to always have backups. As for power line management, my critical systems are always protected by uninterruptible power supplies which provides extensive filtering as well as explicit protection against surges and sags.

It is possible that the drive had earlier corruption that was undetected and this upgrade delivered the coup de gras to an already damaged filesystem. If a media check of the drive turns up no problems, then forget about it, make sure your backup mechanism is in place and working, and just keep on truckin'.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: [SOLVED] The latest system update has put a hex on my sy

Postby nighteyes » Oct 28th, '14, 19:16

I hope you're right about it being a one-time-only occurrence. 4 other drives, each of which features its own Linux distro [Kubuntu, Fedora, Manjaro, and OpenSuSE] and have all seen a good few updates and upgrades, have all checked clean. So let us all hope this is just a small, single blip in the annals of the Mageia School of Witchcraft and Wizardry.
nighteyes
 
Posts: 8
Joined: Oct 22nd, '14, 03:33

Re: [SOLVED] The latest system update has put a hex on my sy

Postby filip » Oct 28th, '14, 22:32

Just in case I would try to run GSmartControl which is also packaged for Mageia. There is also a small theoretical possibility that firmware upgrade on that HD would help if available of course.
filip
 
Posts: 478
Joined: May 4th, '11, 22:10
Location: Kranj, Slovenia


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron