Linux clearing of screen after command (man, vi, etc.) termination

One small nuisance in perhaps every Linux distro is the clearing of the screen after the execution of commands like man, vim or git. I find this irritating because I might be very interested in seeing the output of say, 'git log' and comparing it with that of a file (cat FILE) that I just edited for a commit.
I came across the '--no-init' command-line option to less(1). Then added alias less='less --no-init' to .bashrc. This works properly if I am explicitly piping the output of a command through less but not when reading a man page. For that I had to export PAGER="less --no-init" again in .bashrc. Moreover, to achieve the same with vim, I am told here:
http://tuxtraining.com/category/applica … line-tools
of the need to setup a configuration variable in .vimrc. I want to know if setting on a per-application basis is the right approach or not? May be this is exactly how it should be. As a user with FreeBSD background this difference is immediately visible. Wonder how they do it there. While I try to find that out on my own, may be I can get few tips on the forum.

> I want to know if setting on a per-application basis is the right approach or not?
I think so. You know, the *nix heritage: many little apps each doing it's own thing :-) I doubt there's a system-wide setting for that.

Similar Messages

  • How to clear the screen in the command prompt?

    Hello Everyone,
    I was wondering how we can clear the screen in the command prompt in Java. I remember we can do this in C by writing system("cls");
    What is the best IDE for writing Java programs. Is the NetBeans IDE good? Thank you very much.

    I was wondering how we can clear the screen in the
    command prompt in Java. I remember we can do this in
    C by writing system("cls");I guess there's no Java way of doing that because it's a function of the shell you're calling. If you try to use Runtime.exec on cls, it starts yet another shell, clears that, and closes it again, so it has no effect on your output.
    You could try using the '\b' backspace character, if that helps.
    What is the best IDE for writing Java programs. Is
    the NetBeans IDE good? Thank you very much.By the way you're asking this question, the answer will be almost certainly "none". If you want to, you can search this board for the few million times this question was asked before, pick all IDEs suggested there and use the one you're most comfortable with.

  • Clear screen in command promt

    Is there any way I could clear the screen of in a command prompt with out using native methods.

    In case you're wondering (and I bet you aren't): yeah, I meant dog.

  • Blank Screen after 703HP3 (Linux)

    Hi,
    after update a VMWare-SLES10SP2-Server with DOM and Webaccess HP703HP1 to
    HP703HP3 I got a blank screen after starting the machine.
    All logs look got but I can't login in. Only a blank web page. No login. No
    picture. Nothing.
    Any idea?
    Have anybody the same problem?
    I went back to my snapshot. So my user can login.
    Now I will try it at another server.
    Andreas

    Hi Massimo,
    the login web page for webaccess for the user...
    Andreas
    "Massimo Rosen" <[email protected]> schrieb im Newsbeitrag
    news:[email protected]..
    > Hi,
    >
    > Andreas Schild wrote:
    >>
    >> Hi,
    >>
    >> after update a VMWare-SLES10SP2-Server with DOM and Webaccess HP703HP1 to
    >> HP703HP3 I got a blank screen after starting the machine.
    >
    > What do you mean "a blank screen"? A blank screen where?
    >
    >> All logs look got but I can't login in. Only a blank web page. No login.
    >> No
    >> picture. Nothing.
    >
    > I'm sorry, but it's totally unclear what you're talking about. What web
    > page?
    >
    > CU,
    > --
    > Massimo Rosen
    > Novell Product Support Forum Sysop
    > No emails please!
    > http://www.cfc-it.de

  • How i can clear the screen in JAVA?, in c++ is  command that called .......

    system("cls")
    but in JAVA??
    thx
    gicio1

    system("cls") is the silly way to do it. For a start, "cls" isn't on most computers, because most computers call it "clear". You could run this from Java using Runtime.exec("clear"), Runtime.exec("cls"), etc .. but the best way to clear the screen is still to print out N newlines, where N is the height of the screen.
    The only problem with this way is, you don't know the height of the screen. You could pass an environment variable in as a system property, from whatever launches your program, and if it's not there "assume" it's 200 or something. Then just build up a string with "\n\n\n\n\n\n\n\n"... and print it out. Blam, blank screen. :-)

  • Black screen after logging in KDE (dual monitor)

    Hi everybody,
    I'm having a severe problem with kde 4.12.2; I'll explain my settings:
    1) A screen 2560x1440 on DVI
    2) A screen 1920x1080 on VGA
    My /etc/X11/xorg.conf is this
    Section "Monitor"
    Identifier "DVI-I-1"
    Option "Primary" "true"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Monitor"
    Identifier "VGA-1"
    Option "LeftOf" "DVI-I-1"
    Option "PreferredMode" "1920x1080"
    EndSection
    when kdm starts I can see login manager on both screen (each one with the correct resolution). As far as I log in all disappear on both screen: it remains only a completely black screen (in which I manage to recognize mouse pointer). The strange fact is that I can still use yakuake (without seeing it), as a matter of facts if I digit "reboot" on command line in yakualke, my PC effectively reboots... but i cannot see anything.
    If I use only one monitor (disconnecting the other) all is ok.
    I've also i3 working perfectly with the same configuration.
    Please help me!

    dmesg return this
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e4c00-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bf77ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf780000-0x00000000bf797fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bf798000-0x00000000bf7dbfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bf7dc000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000033fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: System manufacturer System Product Name/P6TD DELUXE, BIOS 0106 07/15/2009
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x340000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E3FFF write-protect
    [ 0.000000] E4000-EBFFF write-through
    [ 0.000000] EC000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask E00000000 write-back
    [ 0.000000] 1 base 200000000 mask F00000000 write-back
    [ 0.000000] 2 base 300000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0BF800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xbf800000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf780 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33fe00000-0x33fffffff]
    [ 0.000000] [mem 0x33fe00000-0x33fffffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x33c000000-0x33fdfffff]
    [ 0.000000] [mem 0x33c000000-0x33fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x300000000-0x33bffffff]
    [ 0.000000] [mem 0x300000000-0x33bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbf77ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbf5fffff] page 2M
    [ 0.000000] [mem 0xbf600000-0xbf77ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
    [ 0.000000] [mem 0x100000000-0x2ffffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379f0000-0x37ceffff]
    [ 0.000000] ACPI: RSDP 00000000000fb250 000014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000bf780000 000040 (v01 071509 RSDT1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000bf780200 000084 (v01 071509 FACP1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000bf7804b0 00B62E (v01 A1438 A1438001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000bf798000 000040
    [ 0.000000] ACPI: APIC 00000000bf780390 0000D8 (v01 071509 APIC1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000bf780470 00003C (v01 071509 OEMMCFG 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000bf798040 000072 (v01 071509 OEMB1009 20090715 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000bf78f4b0 000038 (v01 071509 OEMHPET 20090715 MSFT 00000097)
    [ 0.000000] ACPI: OSFR 00000000bf78f4f0 0000B0 (v01 071509 OEMOSFR 20090715 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000bf79a140 00249F (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000033fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x33fffffff]
    [ 0.000000] NODE_DATA [mem 0x33fff2000-0x33fff6fff]
    [ 0.000000] [ffffea0000000000-ffffea000cffffff] PMD -> [ffff880333600000-ffff88033f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x33fffffff]
    [ 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-0xbf77ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x33fffffff]
    [ 0.000000] On node 0 totalpages: 3143454
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12190 pages used for memmap
    [ 0.000000] DMA32 zone: 780160 pages, LIFO batch:31
    [ 0.000000] Normal zone: 36864 pages used for memmap
    [ 0.000000] Normal zone: 2359296 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x88] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x89] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x8a] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x8b] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: IOAPIC (id[0x09] address[0xfec8a000] gsi_base[24])
    [ 0.000000] IOAPIC[1]: apic_id 9, version 32, address 0xfec8a000, GSI 24-47
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 64
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e5000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf780000-0xbf797fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf798000-0xbf7dbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf7dc000-0xbfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
    [ 0.000000] e820: [mem 0xc0000000-0xfedfffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:16 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88033fc00000 s86336 r8192 d24256 u131072
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3094315
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=76b38aee-1933-48a0-b00b-2166f50b45fc ro verbose
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 12294300K/12573816K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 279516K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=16.
    [ 0.000000] NR_IRQS:8448 nr_irqs:1216 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 50331648 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2672.847 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5347.43 BogoMIPS (lpj=8909490)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000035] Security Framework initialized
    [ 0.000043] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000044] Yama: becoming mindful.
    [ 0.001039] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.004061] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.005331] Mount-cache hash table entries: 256
    [ 0.005505] Initializing cgroup subsys memory
    [ 0.005511] Initializing cgroup subsys devices
    [ 0.005512] Initializing cgroup subsys freezer
    [ 0.005514] Initializing cgroup subsys net_cls
    [ 0.005515] Initializing cgroup subsys blkio
    [ 0.005533] CPU: Physical Processor ID: 0
    [ 0.005534] CPU: Processor Core ID: 0
    [ 0.005538] mce: CPU supports 9 MCE banks
    [ 0.005547] CPU0: Thermal monitoring enabled (TM1)
    [ 0.005555] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 6
    [ 0.005627] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.006541] ACPI: Core revision 20131115
    [ 0.010413] ACPI: All ACPI Tables successfully acquired
    [ 0.036170] ftrace: allocating 21057 entries in 83 pages
    [ 0.045404] Switched APIC routing to physical flat.
    [ 0.045954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.078948] smpboot: CPU0: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz (fam: 06, model: 1a, stepping: 05)
    [ 0.241764] APIC calibration not consistent with PM-Timer: 156ms instead of 100ms
    [ 0.241767] APIC delta adjusted to PM-Timer: 835226 (1308515)
    [ 0.241784] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Intel PMU driver.
    [ 0.241790] perf_event_intel: CPU erratum AAJ80 worked around
    [ 0.241791] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.241793] ... version: 3
    [ 0.241794] ... bit width: 48
    [ 0.241795] ... generic registers: 4
    [ 0.241796] ... value mask: 0000ffffffffffff
    [ 0.241797] ... max period: 000000007fffffff
    [ 0.241798] ... fixed-purpose events: 3
    [ 0.241799] ... event mask: 000000070000000f
    [ 0.268512] x86: Booting SMP configuration:
    [ 0.281907] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.268515] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.401726] x86: Booted up 1 node, 8 CPUs
    [ 0.401730] smpboot: Total of 8 processors activated (42782.45 BogoMIPS)
    [ 0.407746] devtmpfs: initialized
    [ 0.410503] PM: Registering ACPI NVS region [mem 0xbf798000-0xbf7dbfff] (278528 bytes)
    [ 0.411349] RTC time: 10:25:56, date: 02/27/14
    [ 0.411386] NET: Registered protocol family 16
    [ 0.411473] cpuidle: using governor ladder
    [ 0.411475] cpuidle: using governor menu
    [ 0.411497] ACPI: bus type PCI registered
    [ 0.411499] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.411555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.411557] PCI: not using MMCONFIG
    [ 0.411559] PCI: Using configuration type 1 for base access
    [ 0.412212] bio: create slab <bio-0> at 0
    [ 0.412334] ACPI: Added _OSI(Module Device)
    [ 0.412336] ACPI: Added _OSI(Processor Device)
    [ 0.412337] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.412338] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.414291] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.443864] ACPI: SSDT 00000000bf7980c0 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444092] ACPI: Dynamic OEM Table Load:
    [ 0.444094] ACPI: SSDT (null) 000403 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    [ 0.444281] ACPI: SSDT 00000000bf7984d0 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444506] ACPI: Dynamic OEM Table Load:
    [ 0.444508] ACPI: SSDT (null) 000403 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    [ 0.444696] ACPI: SSDT 00000000bf7988e0 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.444922] ACPI: Dynamic OEM Table Load:
    [ 0.444924] ACPI: SSDT (null) 000403 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    [ 0.445121] ACPI: SSDT 00000000bf798cf0 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.445351] ACPI: Dynamic OEM Table Load:
    [ 0.445353] ACPI: SSDT (null) 000403 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    [ 0.455263] ACPI: SSDT 00000000bf799100 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.455491] ACPI: Dynamic OEM Table Load:
    [ 0.455493] ACPI: SSDT (null) 000403 (v01 DpgPmm P005Ist 00000012 INTL 20060113)
    [ 0.468586] ACPI: SSDT 00000000bf799510 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.468816] ACPI: Dynamic OEM Table Load:
    [ 0.468818] ACPI: SSDT (null) 000403 (v01 DpgPmm P006Ist 00000012 INTL 20060113)
    [ 0.481919] ACPI: SSDT 00000000bf799920 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.482150] ACPI: Dynamic OEM Table Load:
    [ 0.482152] ACPI: SSDT (null) 000403 (v01 DpgPmm P007Ist 00000012 INTL 20060113)
    [ 0.508416] ACPI: SSDT 00000000bf799d30 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508658] ACPI: Dynamic OEM Table Load:
    [ 0.508660] ACPI: SSDT (null) 000403 (v01 DpgPmm P008Ist 00000012 INTL 20060113)
    [ 0.508816] ACPI: Interpreter enabled
    [ 0.508824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 0.508836] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.508837] ACPI: Using IOAPIC for interrupt routing
    [ 0.508859] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.509714] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.523249] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.523342] ACPI: No dock devices found.
    [ 0.528784] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.528789] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.528793] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.529079] PCI host bridge to bus 0000:00
    [ 0.529082] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.529084] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.529085] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.529087] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.529088] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.529090] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.529092] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfed8ffff]
    [ 0.529103] pci 0000:00:00.0: [8086:3405] type 00 class 0x060000
    [ 0.529153] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
    [ 0.529228] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
    [ 0.529276] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.529323] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.529354] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
    [ 0.529406] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    [ 0.529452] pci 0000:00:03.0: System wakeup disabled by ACPI
    [ 0.529484] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
    [ 0.529532] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.529578] pci 0000:00:07.0: System wakeup disabled by ACPI
    [ 0.529614] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
    [ 0.529714] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
    [ 0.529812] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
    [ 0.529909] pci 0000:00:14.3: [8086:3438] type 00 class 0x080000
    [ 0.530003] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    [ 0.530042] pci 0000:00:1a.0: reg 0x20: [io 0x9800-0x981f]
    [ 0.530127] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.530157] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    [ 0.530197] pci 0000:00:1a.1: reg 0x20: [io 0x9880-0x989f]
    [ 0.530281] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.530313] pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    [ 0.530352] pci 0000:00:1a.2: reg 0x20: [io 0x9c00-0x9c1f]
    [ 0.530435] pci 0000:00:1a.2: System wakeup disabled by ACPI
    [ 0.530472] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    [ 0.530493] pci 0000:00:1a.7: reg 0x10: [mem 0xf7fff000-0xf7fff3ff]
    [ 0.530576] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.530623] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.530655] pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    [ 0.530669] pci 0000:00:1b.0: reg 0x10: [mem 0xf7ff8000-0xf7ffbfff 64bit]
    [ 0.530731] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.530801] pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    [ 0.530865] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.530914] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.530943] pci 0000:00:1c.2: [8086:3a44] type 01 class 0x060400
    [ 0.531006] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.531054] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.531084] pci 0000:00:1c.4: [8086:3a48] type 01 class 0x060400
    [ 0.531147] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.531195] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.531223] pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    [ 0.531286] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.531334] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 0.531364] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    [ 0.531403] pci 0000:00:1d.0: reg 0x20: [io 0x9080-0x909f]
    [ 0.531488] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.531517] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    [ 0.531557] pci 0000:00:1d.1: reg 0x20: [io 0x9400-0x941f]
    [ 0.531640] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.531670] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    [ 0.531709] pci 0000:00:1d.2: reg 0x20: [io 0x9480-0x949f]
    [ 0.531797] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.531837] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    [ 0.531857] pci 0000:00:1d.7: reg 0x10: [mem 0xf7ffe000-0xf7ffe3ff]
    [ 0.531940] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.531988] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.532016] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.532099] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.532129] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    [ 0.532202] pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    [ 0.532207] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    [ 0.532210] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    [ 0.532214] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    [ 0.532306] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f
    [ 0.532320] pci 0000:00:1f.2: reg 0x10: [io 0x8000-0x8007]
    [ 0.532327] pci 0000:00:1f.2: reg 0x14: [io 0x7c00-0x7c03]
    [ 0.532335] pci 0000:00:1f.2: reg 0x18: [io 0x7880-0x7887]
    [ 0.532342] pci 0000:00:1f.2: reg 0x1c: [io 0x7800-0x7803]
    [ 0.532349] pci 0000:00:1f.2: reg 0x20: [io 0x7480-0x748f]
    [ 0.532356] pci 0000:00:1f.2: reg 0x24: [io 0x7400-0x740f]
    [ 0.532447] pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    [ 0.532461] pci 0000:00:1f.3: reg 0x10: [mem 0xf7ffd000-0xf7ffd0ff 64bit]
    [ 0.532480] pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    [ 0.532557] pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    [ 0.532571] pci 0000:00:1f.5: reg 0x10: [io 0x9000-0x9007]
    [ 0.532578] pci 0000:00:1f.5: reg 0x14: [io 0x8c00-0x8c03]
    [ 0.532585] pci 0000:00:1f.5: reg 0x18: [io 0x8880-0x8887]
    [ 0.532592] pci 0000:00:1f.5: reg 0x1c: [io 0x8800-0x8803]
    [ 0.532599] pci 0000:00:1f.5: reg 0x20: [io 0x8480-0x848f]
    [ 0.532607] pci 0000:00:1f.5: reg 0x24: [io 0x8400-0x840f]
    [ 0.532731] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.532787] pci 0000:02:00.0: [10de:0622] type 00 class 0x030000
    [ 0.532797] pci 0000:02:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
    [ 0.532807] pci 0000:02:00.0: reg 0x14: [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.532817] pci 0000:02:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit]
    [ 0.532823] pci 0000:02:00.0: reg 0x24: [io 0xac00-0xac7f]
    [ 0.532830] pci 0000:02:00.0: reg 0x30: [mem 0xfba80000-0xfbafffff pref]
    [ 0.538402] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.538407] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.538411] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.538420] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.538459] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.538511] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.538519] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.538584] pci 0000:06:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.538606] pci 0000:06:00.0: reg 0x10: [mem 0xfbdfc000-0xfbdfffff 64bit]
    [ 0.538617] pci 0000:06:00.0: reg 0x18: [io 0xd800-0xd8ff]
    [ 0.538658] pci 0000:06:00.0: reg 0x30: [mem 0xfbdc0000-0xfbddffff pref]
    [ 0.538722] pci 0000:06:00.0: supports D1 D2
    [ 0.538724] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.545073] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.545078] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.545086] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.545152] pci 0000:05:00.0: [11ab:6121] type 00 class 0x01018f
    [ 0.545168] pci 0000:05:00.0: reg 0x10: [io 0xcc00-0xcc07]
    [ 0.545179] pci 0000:05:00.0: reg 0x14: [io 0xc880-0xc883]
    [ 0.545190] pci 0000:05:00.0: reg 0x18: [io 0xc800-0xc807]
    [ 0.545201] pci 0000:05:00.0: reg 0x1c: [io 0xc480-0xc483]
    [ 0.545212] pci 0000:05:00.0: reg 0x20: [io 0xc400-0xc40f]
    [ 0.545223] pci 0000:05:00.0: reg 0x24: [mem 0xfbcffc00-0xfbcfffff]
    [ 0.545286] pci 0000:05:00.0: supports D1
    [ 0.545287] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
    [ 0.545326] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.545336] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.545339] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.545342] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.545410] pci 0000:04:00.0: [11ab:4364] type 00 class 0x020000
    [ 0.545432] pci 0000:04:00.0: reg 0x10: [mem 0xfbbfc000-0xfbbfffff 64bit]
    [ 0.545443] pci 0000:04:00.0: reg 0x18: [io 0xb800-0xb8ff]
    [ 0.545484] pci 0000:04:00.0: reg 0x30: [mem 0xfbbc0000-0xfbbdffff pref]
    [ 0.545548] pci 0000:04:00.0: supports D1 D2
    [ 0.545549] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.551741] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.551746] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.551753] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.551796] pci 0000:08:02.0: [1106:3044] type 00 class 0x0c0010
    [ 0.551812] pci 0000:08:02.0: reg 0x10: [mem 0xfbeff000-0xfbeff7ff]
    [ 0.551822] pci 0000:08:02.0: reg 0x14: [io 0xec00-0xec7f]
    [ 0.551887] pci 0000:08:02.0: supports D2
    [ 0.551888] pci 0000:08:02.0: PME# supported from D2 D3hot D3cold
    [ 0.551951] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
    [ 0.551954] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.551957] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.551962] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.551965] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.551967] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.551969] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.551970] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.551972] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfed8ffff] (subtractive decode)
    [ 0.552413] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
    [ 0.552458] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
    [ 0.552499] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
    [ 0.552543] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 *14 15)
    [ 0.552587] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 *15)
    [ 0.552630] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 6 7 10 11 12 14 15)
    [ 0.552674] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 *7 10 11 12 14 15)
    [ 0.552717] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 6 7 10 11 12 14 15)
    [ 0.552820] ACPI: Enabled 3 GPEs in block 00 to 3F
    [ 0.552826] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.552859] Found 1 acpi root devices
    [ 0.552934] vgaarb: device added: PCI:0000:02:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.552936] vgaarb: loaded
    [ 0.552937] vgaarb: bridge control possible 0000:02:00.0
    [ 0.552965] PCI: Using ACPI for IRQ routing
    [ 0.558640] PCI: Discovered peer bus ff
    [ 0.558641] PCI: root bus ff: using default resources
    [ 0.558642] PCI: Probing PCI hardware (bus ff)
    [ 0.558661] PCI host bridge to bus 0000:ff
    [ 0.558663] pci_bus 0000:ff: root bus resource [io 0x0000-0xffff]
    [ 0.558665] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xfffffffff]
    [ 0.558666] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
    [ 0.558671] pci 0000:ff:00.0: [8086:2c41] type 00 class 0x060000
    [ 0.558705] pci 0000:ff:00.1: [8086:2c01] type 00 class 0x060000
    [ 0.558738] pci 0000:ff:02.0: [8086:2c10] type 00 class 0x060000
    [ 0.558769] pci 0000:ff:02.1: [8086:2c11] type 00 class 0x060000
    [ 0.558802] pci 0000:ff:03.0: [8086:2c18] type 00 class 0x060000
    [ 0.558835] pci 0000:ff:03.1: [8086:2c19] type 00 class 0x060000
    [ 0.558868] pci 0000:ff:03.4: [8086:2c1c] type 00 class 0x060000
    [ 0.558899] pci 0000:ff:04.0: [8086:2c20] type 00 class 0x060000
    [ 0.558931] pci 0000:ff:04.1: [8086:2c21] type 00 class 0x060000
    [ 0.558961] pci 0000:ff:04.2: [8086:2c22] type 00 class 0x060000
    [ 0.558991] pci 0000:ff:04.3: [8086:2c23] type 00 class 0x060000
    [ 0.559023] pci 0000:ff:05.0: [8086:2c28] type 00 class 0x060000
    [ 0.559054] pci 0000:ff:05.1: [8086:2c29] type 00 class 0x060000
    [ 0.559084] pci 0000:ff:05.2: [8086:2c2a] type 00 class 0x060000
    [ 0.559114] pci 0000:ff:05.3: [8086:2c2b] type 00 class 0x060000
    [ 0.559146] pci 0000:ff:06.0: [8086:2c30] type 00 class 0x060000
    [ 0.559178] pci 0000:ff:06.1: [8086:2c31] type 00 class 0x060000
    [ 0.559209] pci 0000:ff:06.2: [8086:2c32] type 00 class 0x060000
    [ 0.559239] pci 0000:ff:06.3: [8086:2c33] type 00 class 0x060000
    [ 0.559280] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
    [ 0.559285] PCI: pci_cache_line_size set to 64 bytes
    [ 0.559364] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    [ 0.559365] e820: reserve RAM buffer [mem 0xbf780000-0xbfffffff]
    [ 0.559443] NetLabel: Initializing
    [ 0.559444] NetLabel: domain hash size = 128
    [ 0.559445] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.559456] NetLabel: unlabeled traffic allowed by default
    [ 0.559470] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.559474] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.559477] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.561733] Switched to clocksource hpet
    [ 0.565496] pnp: PnP ACPI init
    [ 0.565505] ACPI: bus type PNP registered
    [ 0.565558] system 00:00: [mem 0xfbf00000-0xfbffffff] has been reserved
    [ 0.565560] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
    [ 0.565562] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
    [ 0.565564] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
    [ 0.565566] system 00:00: [mem 0xfec8a000-0xfec8afff] could not be reserved
    [ 0.565568] system 00:00: [mem 0xfed10000-0xfed10fff] has been reserved
    [ 0.565570] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.565604] pnp 00:01: [dma 4]
    [ 0.565619] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.565650] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.565670] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.565691] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.565837] system 00:05: [io 0x0290-0x029f] has been reserved
    [ 0.565841] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.565997] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.565999] system 00:06: [io 0x0800-0x087f] could not be reserved
    [ 0.566001] system 00:06: [io 0x0500-0x057f] could not be reserved
    [ 0.566004] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.566006] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.566008] system 00:06: [mem 0xfed40000-0xfed8ffff] has been reserved
    [ 0.566010] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566075] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.566123] pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.566179] system 00:09: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.566182] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566268] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.566270] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.566273] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566356] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.566359] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.566502] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.566504] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.566506] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.566508] system 00:0c: [mem 0x00100000-0xbfffffff] could not be reserved
    [ 0.566510] system 00:0c: [mem 0xfed90000-0xffffffff] could not be reserved
    [ 0.566513] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.566610] pnp: PnP ACPI: found 13 devices
    [ 0.566612] ACPI: bus type PNP unregistered
    [ 0.572661] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
    [ 0.572664] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 07] add_size 400000
    [ 0.572671] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06] add_size 200000
    [ 0.572678] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
    [ 0.572685] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    [ 0.572698] pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    [ 0.572702] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    [ 0.572704] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572706] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572708] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.572710] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.572713] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    [ 0.572716] pci 0000:00:1c.2: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572718] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572720] pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572722] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    [ 0.572725] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.572733] pci 0000:00:03.0: PCI bridge to [bus 02]
    [ 0.572735] pci 0000:00:03.0: bridge window [io 0xa000-0xafff]
    [ 0.572738] pci 0000:00:03.0: bridge window [mem 0xf8000000-0xfbafffff]
    [ 0.572741] pci 0000:00:03.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572746] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.572753] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 0.572755] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    [ 0.572759] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    [ 0.572763] pci 0000:00:1c.0: bridge window [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572767] pci 0000:00:1c.2: PCI bridge to [bus 06]
    [ 0.572770] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    [ 0.572774] pci 0000:00:1c.2: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.572777] pci 0000:00:1c.2: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572782] pci 0000:00:1c.4: PCI bridge to [bus 05]
    [ 0.572784] pci 0000:00:1c.4: bridge window [io 0xc000-0xcfff]
    [ 0.572788] pci 0000:00:1c.4: bridge window [mem 0xfbc00000-0xfbcfffff]
    [ 0.572791] pci 0000:00:1c.4: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572796] pci 0000:00:1c.5: PCI bridge to [bus 04]
    [ 0.572798] pci 0000:00:1c.5: bridge window [io 0xb000-0xbfff]
    [ 0.572802] pci 0000:00:1c.5: bridge window [mem 0xfbb00000-0xfbbfffff]
    [ 0.572805] pci 0000:00:1c.5: bridge window [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572810] pci 0000:00:1e.0: PCI bridge to [bus 08]
    [ 0.572812] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.572816] pci 0000:00:1e.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.572823] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.572825] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.572826] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572828] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572830] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572831] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572833] pci_bus 0000:02: resource 0 [io 0xa000-0xafff]
    [ 0.572834] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xfbafffff]
    [ 0.572836] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.572838] pci_bus 0000:07: resource 0 [io 0x1000-0x1fff]
    [ 0.572839] pci_bus 0000:07: resource 1 [mem 0xf0000000-0xf03fffff]
    [ 0.572841] pci_bus 0000:07: resource 2 [mem 0xf6f00000-0xf6ffffff 64bit pref]
    [ 0.572842] pci_bus 0000:06: resource 0 [io 0xd000-0xdfff]
    [ 0.572844] pci_bus 0000:06: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.572846] pci_bus 0000:06: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    [ 0.572847] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff]
    [ 0.572849] pci_bus 0000:05: resource 1 [mem 0xfbc00000-0xfbcfffff]
    [ 0.572850] pci_bus 0000:05: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
    [ 0.572852] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    [ 0.572853] pci_bus 0000:04: resource 1 [mem 0xfbb00000-0xfbbfffff]
    [ 0.572855] pci_bus 0000:04: resource 2 [mem 0xf0800000-0xf09fffff 64bit pref]
    [ 0.572856] pci_bus 0000:08: resource 0 [io 0xe000-0xefff]
    [ 0.572858] pci_bus 0000:08: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.572860] pci_bus 0000:08: resource 4 [io 0x0000-0x0cf7]
    [ 0.572861] pci_bus 0000:08: resource 5 [io 0x0d00-0xffff]
    [ 0.572863] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.572864] pci_bus 0000:08: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.572866] pci_bus 0000:08: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.572867] pci_bus 0000:08: resource 9 [mem 0xf0000000-0xfed8ffff]
    [ 0.572870] pci_bus 0000:ff: resource 4 [io 0x0000-0xffff]
    [ 0.572872] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xfffffffff]
    [ 0.572898] NET: Registered protocol family 2
    [ 0.573067] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.573330] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.573470] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.573491] TCP: reno registered
    [ 0.573508] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573565] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.573666] NET: Registered protocol family 1
    [ 0.575213] pci 0000:02:00.0: Boot video device
    [ 0.575244] PCI: CLS 64 bytes, default 64
    [ 0.575285] Unpacking initramfs...
    [ 0.626677] Freeing initrd memory: 3072K (ffff8800379f0000 - ffff880037cf0000)
    [ 0.626682] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.626684] software IO TLB [mem 0xbb780000-0xbf780000] (64MB) mapped at [ffff8800bb780000-ffff8800bf77ffff]
    [ 0.626921] Scanning for low memory corruption every 60 seconds
    [ 0.627229] audit: initializing netlink socket (disabled)
    [ 0.627239] type=2000 audit(1393496755.436:1): initialized
    [ 0.638266] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.639483] zbud: loaded
    [ 0.639624] VFS: Disk quotas dquot_6.5.2
    [ 0.639663] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.639799] msgmni has been set to 24018
    [ 0.639849] Key type big_key registered
    [ 0.640034] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.640078] io scheduler noop registered
    [ 0.640079] io scheduler deadline registered
    [ 0.640102] io scheduler cfq registered (default)
    [ 0.640265] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
    [ 0.640404] pcieport 0000:00:1c.0: irq 64 for MSI/MSI-X
    [ 0.640555] pcieport 0000:00:1c.2: irq 65 for MSI/MSI-X
    [ 0.640707] pcieport 0000:00:1c.4: irq 66 for MSI/MSI-X
    [ 0.640853] pcieport 0000:00:1c.5: irq 67 for MSI/MSI-X
    [ 0.640919] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.640931] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.640968] vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    [ 0.640969] vesafb: scrolling: redraw
    [ 0.640971] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.641397] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90011b00000, using 7552k, total 7552k
    [ 0.936568] Console: switching to colour frame buffer device 200x75
    [ 1.231708] fb0: VESA VGA frame buffer device
    [ 1.231718] intel_idle: MWAIT substates: 0x1120
    [ 1.231727] intel_idle: v0.4 model 0x1A
    [ 1.231729] intel_idle: lapic_timer_reliable_states 0x2
    [ 1.231914] GHES: HEST is not enabled!
    [ 1.231956] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.232283] Linux agpgart interface v0.103
    [ 1.232350] rtc_cmos 00:02: RTC can wake from S4
    [ 1.232453] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 1.232478] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 1.232561] drop_monitor: Initializing network drop monitor service
    [ 1.232612] TCP: cubic registered
    [ 1.232690] NET: Registered protocol family 10
    [ 1.232826] NET: Registered protocol family 17
    [ 1.232833] Key type dns_resolver registered
    [ 1.233086] registered taskstats version 1
    [ 1.233838] Magic number: 2:438:427
    [ 1.233928] rtc_cmos 00:02: setting system clock to 2014-02-27 10:25:57 UTC (1393496757)
    [ 1.233950] PM: Hibernation image not present or could not be loaded.
    [ 1.234985] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 1.234987] Write protecting the kernel read-only data: 8192k
    [ 1.237288] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 1.238780] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 1.247402] systemd-udevd[82]: starting version 208
    [ 1.265479] ACPI: bus type USB registered
    [ 1.265514] usbcore: registered new interface driver usbfs
    [ 1.265530] usbcore: registered new interface driver hub
    [ 1.265603] usbcore: registered new device driver usb
    [ 1.266283] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.266427] ehci-pci: EHCI PCI platform driver
    [ 1.266750] SCSI subsystem initialized
    [ 1.266841] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 1.266866] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.266879] ehci-pci 0000:00:1a.7: debug port 1
    [ 1.266924] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.268635] libata version 3.00 loaded.
    [ 1.269629] ahci 0000:05:00.0: version 3.0
    [ 1.270292] scsi0 : pata_marvell
    [ 1.270425] scsi1 : pata_marvell
    [ 1.270529] ata1: PATA max UDMA/100 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 16
    [ 1.270531] ata2: PATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 16
    [ 1.270772] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.270778] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf7fff000
    [ 1.278195] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.278452] hub 1-0:1.0: USB hub found
    [ 1.278459] hub 1-0:1.0: 6 ports detected
    [ 1.278786] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 1.278797] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.278810] ehci-pci 0000:00:1d.7: debug port 1
    [ 1.282699] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.282716] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf7ffe000
    [ 1.291553] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.291678] hub 2-0:1.0: USB hub found
    [ 1.291684] hub 2-0:1.0: 6 ports detected
    [ 1.292004] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.292012] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.292037] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009800
    [ 1.292284] hub 3-0:1.0: USB hub found
    [ 1.292294] hub 3-0:1.0: 2 ports detected
    [ 1.292516] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.292523] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.292552] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
    [ 1.292716] hub 4-0:1.0: USB hub found
    [ 1.292722] hub 4-0:1.0: 2 ports detected
    [ 1.292888] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.292892] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.292920] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00009c00
    [ 1.293080] hub 5-0:1.0: USB hub found
    [ 1.293085] hub 5-0:1.0: 2 ports detected
    [ 1.293249] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.293254] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.293275] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009080
    [ 1.293440] hub 6-0:1.0: USB hub found
    [ 1.293446] hub 6-0:1.0: 2 ports detected
    [ 1.293611] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.293616] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.293636] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009400
    [ 1.293798] hub 7-0:1.0: USB hub found
    [ 1.293804] hub 7-0:1.0: 2 ports detected
    [ 1.293967] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.293973] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.293994] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009480
    [ 1.294148] hub 8-0:1.0: USB hub found
    [ 1.294153] hub 8-0:1.0: 2 ports detected
    [ 1.294316] ata_piix 0000:00:1f.2: version 2.13
    [ 1.294434] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    [ 1.295801] scsi2 : ata_piix
    [ 1.295862] scsi3 : ata_piix
    [ 1.295899] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 20
    [ 1.295903] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 20
    [ 1.296018] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
    [ 1.296635] scsi4 : ata_piix
    [ 1.296696] scsi5 : ata_piix
    [ 1.296731] ata5: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 20
    [ 1.296733] ata6: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 20
    [ 1.335060] firewire_ohci 0000:08:02.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 1.585039] usb 1-5: new high-speed USB device number 2 using ehci-pci
    [ 1.625718] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.628118] tsc: Refined TSC clocksource calibration: 2672.727 MHz
    [ 1.636608] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.708882] hub 1-5:1.0: USB hub found
    [ 1.709166] hub 1-5:1.0: 4 ports detected
    [ 1.814892] usb 2-3: new high-speed USB device number 2 using ehci-pci
    [ 1.834846] firewire_core 0000:08:02.0: created device fw0: GUID 001e8c0000b8b1d3, S400
    [ 1.939364] hub 2-3:1.0: USB hub found
    [ 1.939420] hub 2-3:1.0: 4 ports detected
    [ 2.044785] usb 2-4: new high-speed USB device number 3 using ehci-pci
    [ 2.088035] ata3.00: SATA link down (SStatus 0 SControl 300)
    [ 2.088048] ata3.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.099040] ata4.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.099055] ata4.01: SATA link down (SStatus 0 SControl 300)
    [ 2.099066] ata4.01: link offline, clearing class 3 to NONE
    [ 2.104925] ata4.00: ATAPI: TSSTcorp CDDVDW SH-S223C, SB01, max UDMA/100
    [ 2.105101] ata3.01: ATA-9: Samsung SSD 840 PRO Series, DXM04B0Q, max UDMA/133
    [ 2.105104] ata3.01: 250069680 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 2.112052] ata3.01: configured for UDMA/133
    [ 2.112439] scsi 2:0:1:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5
    [ 2.113576] sd 2:0:1:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 2.114132] sd 2:0:1:0: [sda] Write Protect is off
    [ 2.114137] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.114343] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.115929] sda: sda1
    [ 2.117144] sd 2:0:1:0: [sda] Attached SCSI disk
    [ 2.118217] ata4.00: configured for UDMA/100
    [ 2.121698] scsi 3:0:0:0: CD-ROM TSSTcorp CDDVDW SH-S223C SB01 PQ: 0 ANSI: 5
    [ 2.126940] sr0: scsi3-mmc drive: 52x/52x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.126943] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.127212] sr 3:0:0:0: Attached scsi CD-ROM sr0
    [ 2.264029] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.322530] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.323971] systemd[1]: Set hostname to <desktop09>.
    [ 2.324898] random: systemd urandom read with 41 bits of entropy available
    [ 2.387757] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 2.387994] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.388043] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.388057] systemd[1]: Expecting device sys-subsystem-net-devices-enp4s0.device...
    [ 2.389666] systemd[1]: Starting Network is Online.
    [ 2.390869] systemd[1]: Reached target Network is Online.
    [ 2.390879] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.392240] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.392250] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.393721] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.393730] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.395298] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.395307] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.396678] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.396687] systemd[1]: Starting Encrypted Volumes.
    [ 2.397966] systemd[1]: Reached target Encrypted Volumes.
    [ 2.397979] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.398007] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.398017] systemd[1]: Starting Journal Socket.
    [ 2.399149] systemd[1]: Listening on Journal Socket.
    [ 2.401583] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 2.403905] systemd[1]: Mounting POSIX Message Queue File System...
    [ 2.405527] systemd[1]: Mounting Huge Pages File System...
    [ 2.408780] systemd[1]: Starting Apply Kernel Variables...
    [ 2.411521] systemd[1]: Starting Load Kernel Modules...
    [ 2.412983] systemd[1]: Mounting Debug File System...
    [ 2.414590] systemd[1]: Starting Journal Service...
    [ 2.417662] systemd[1]: Started Journal Service.
    [ 2.433299] systemd-journald[162]: Vacuuming done, freed 0 bytes
    [ 2.435074] FS-Cache: Loaded
    [ 2.440406] RPC: Registered named UNIX socket transport module.
    [ 2.440408] RPC: Registered udp transport module.
    [ 2.440409] RPC: Registered tcp transport module.
    [ 2.440410] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.447341] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.499590] EXT4-fs (sda1): re-mounted. Opts: discard
    [ 2.506850] systemd-udevd[194]: starting version 208
    [ 2.555760] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.557761] EDAC MC: Ver: 3.0.0
    [ 2.558785] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (POLLED)
    [ 2.558826] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
    [ 2.558833] EDAC i7core: Driver loaded, 1 memory controller(s) found.
    [ 2.561181] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 2.561185] ACPI: Power Button [PWRB]
    [ 2.561282] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 2.561284] ACPI: Power Button [PWRF]
    [ 2.562026] ACPI Warning: 0x0000000000000828-0x000000000000082f SystemIO conflicts with Region \PMRG 1 (20131115/utaddress-251)
    [ 2.562028] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562033] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562034] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562037] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPS0 1 (20131115/utaddress-251)
    [ 2.562037] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.562038] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.574791] sky2: driver version 1.30
    [ 2.574869] sky2 0000:06:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.574921] sky2 0000:06:00.0: irq 68 for MSI/MSI-X
    [ 2.575108] sky2 0000:06:00.0 eth0: addr 90:e6:ba:91:6a:49
    [ 2.575167] sky2 0000:04:00.0: Yukon-2 EC Ultra chip revision 3
    [ 2.575214] sky2 0000:04:00.0: irq 69 for MSI/MSI-X
    [ 2.575371] sky2 0000:04:00.0 eth1: addr 90:e6:ba:91:6a:48
    [ 2.579129] wmi: Mapper loaded
    [ 2.584708] snd_hda_intel 0000:00:1b.0: irq 70 for MSI/MSI-X
    [ 2.589184] [drm] Initialized drm 1.1.0 20060810
    [ 2.607958] MXM: GUID detected in BIOS
    [ 2.607980] checking generic (f9000000 760000) vs hw (c0000000 20000000)
    [ 2.607980] checking generic (f9000000 760000) vs hw (f8000000 2000000)
    [ 2.607981] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
    [ 2.618625] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 2.623682] microcode: CPU0 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.625125] platform microcode: Direct firmware load failed with error -2
    [ 2.625126] platform microcode: Falling back to user helper
    [ 2.627786] Switched to clocksource tsc
    [ 2.643327] iTCO_vendor_support: vendor-support=0
    [ 2.644034] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.644062] iTCO_wdt: Found a ICH10R TCO device (Version=2, TCOBASE=0x0860)
    [ 2.644512] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.644929] microcode: CPU1 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.644943] platform microcode: Direct firmware load failed with error -2
    [ 2.644944] platform microcode: Falling back to user helper
    [ 2.647197] microcode: CPU2 sig=0x106a5, pf=0x2, revision=0x11
    [ 2.647209] platform microcode: Direct firmware load failed with error -2
    [ 2.647210] platform microcode: Falling back to user helper
    [ 2.647

  • [Solved] Amilo XI 2550 - Black screen after fresh install

    Dear archlinux users,
    I have been reading the archlinux wiki and forums since I started using arch several years ago. It was always possible to solve the problems I ran into by consulting these webpages, therefore a big thanks to the community for the provided help.
    Two weeks ago I installed arch on a Fujitsu Siemens Amilo XI 2550. The first problem I ran into was that booting the live-cd resulted in a black screen and I could not even start with installing arch. This problem was solved with the kernel parameter 'nomodeset'.
    The first boot of the freshly installed arch also resulted in a black screen after the GRUB menu which was perfectly displayed. After some searching (here and here and ...) I plugged in an external monitor and it showed the login screen. I then installed KDE because I thaught the problem might not show up with X and KDE running. After the login to KDE I realized that the brightness of the laptop display is nearly black but not totally. It seems as if the brightness is at a very low level, but brightness cannot be controlled with the Fn+F8 or Fn+F9 commands. But I see a OSD that indicates that the controls are used but without effect. So at the moment it is only possible to work on the laptop with another display connected to it.
    Maybe of use:
    ls /sys/class/backlight/
    acpi_video0
    radeon_bl0
    less /sys/class/backlight/acpi_video0/bl_power
    0
    less /sys/class/backlight/acpi_video0/actual_brightness
    7
    less /sys/class/backlight/acpi_video0/brightness
    7
    less /sys/class/backlight/acpi_video0/max_brightness
    7
    less /sys/class/backlight/radeon_bl0/bl_power
    0
    less /sys/class/backlight/radeon_bl0/actual_brightness
    255
    less /sys/class/backlight/radeon_bl0/brightness
    255
    less /sys/class/backlight/radeon_bl0/max_brightness
    255
    dmesg | grep drm
    [ 0.736559] [drm] Initialized drm 1.1.0 20060810
    [ 0.743608] [drm] radeon kernel modesetting enabled.
    [ 0.743678] fb: switching to radeondrmfb from VESA VGA
    [ 0.744054] [drm] initializing kernel modesetting (RV630 0x1002:0x9583 0x1734:0x1107).
    [ 0.744065] [drm] register mmio base: 0xCFEF0000
    [ 0.744067] [drm] register mmio size: 65536
    [ 0.744172] [drm] Detected VRAM RAM=256M, BAR=256M
    [ 0.744174] [drm] RAM width 128bits DDR
    [ 0.744257] [drm] radeon: 256M of VRAM memory ready
    [ 0.744259] [drm] radeon: 512M of GTT memory ready.
    [ 0.744275] [drm] Loading RV630 Microcode
    [ 0.744345] [drm] Internal thermal controller without fan control
    [ 0.744386] [drm] radeon: power management initialized
    [ 0.744389] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 0.762830] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 0.762873] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.762874] [drm] Driver supports precise vblank timestamp query.
    [ 0.762937] [drm] radeon: irq initialized.
    [ 0.794780] [drm] ring test on 0 succeeded in 1 usecs
    [ 0.795253] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 0.795942] [drm] radeon atom DIG backlight initialized
    [ 0.795945] [drm] Radeon Display Connectors
    [ 0.795947] [drm] Connector 0:
    [ 0.795948] [drm] LVDS-1
    [ 0.795950] [drm] DDC: 0xac0 0xac0 0xac4 0xac4 0xac8 0xac8 0xacc 0xacc
    [ 0.795951] [drm] Encoders:
    [ 0.795952] [drm] LCD1: INTERNAL_LVTM1
    [ 0.795953] [drm] Connector 1:
    [ 0.795954] [drm] DIN-1
    [ 0.795955] [drm] Encoders:
    [ 0.795956] [drm] TV1: INTERNAL_KLDSCP_DAC2
    [ 0.795957] [drm] Connector 2:
    [ 0.795958] [drm] HDMI-A-1
    [ 0.795960] [drm] HPD1
    [ 0.795961] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [ 0.795963] [drm] Encoders:
    [ 0.795964] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
    [ 0.795965] [drm] Connector 3:
    [ 0.795966] [drm] VGA-1
    [ 0.795968] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 0.795969] [drm] Encoders:
    [ 0.795970] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 1.278449] [drm] fb mappable at 0xD0141000
    [ 1.278451] [drm] vram apper at 0xD0000000
    [ 1.278453] [drm] size 9216000
    [ 1.278454] [drm] fb depth is 24
    [ 1.278455] [drm] pitch is 7680
    [ 1.278527] fbcon: radeondrmfb (fb0) is primary device
    [ 1.726069] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    [ 1.770030] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
    Until now and amongst others I tried the following things.
    Using kernel parameters
    video.use_native_backlight=1
    video.use_native_backlight=0
    acpi_osi=linux
    acpi_backlight=vendor
    and others I just cannot remember.
    Masking backlight
    systemctl mask systemd-backlight@backlight:acpi_video0.service
    systemctl mask systemd-backlight@backlight:radeon_bl0.service
    Setting bl_power
    echo 1 > /sys/class/backlight/acpi_video0/bl_power
    echo 1 > /sys/class/backlight/radeon_bl0/bl_power
    Nothing of the above was improving the situation.
    Your help on the problem would be highly appreciated.
    Best regards
    mgs
    Last edited by mgs (2014-10-27 10:15:11)

    Hello Trilby,
    thanks for the reply.
    Trilby wrote:If nomodeset worked with the installation medium, why haven't you tried that for the same problem on your installed system?
    The kernel parameter 'nomodeset' results in a working display but without X support, due to the fact that with 'nomodeset' there is no KMS support and therefore no X. But nevertheless I tried it and as expected X did not start.
    Trilby wrote:Could you also post information about your graphics card and what drivers you've installed.
    The graphics card is a Radeon HD 2700 and according to the above dmesg log it is recognized as RV 630. The radeon module is loaded via /etc/mkinitcpio.conf and xf86-video-ati (1:7.5.0-1) is installed.
    I hope the provided information is what you asked for, thanks for your help.
    Best regards
    mgs

  • Clearing the Screen in Xcode C

    Freinds:
    I am studying C using the Xcode standard application tool. Can someone list for me or e-mail me or pst here some code I can use to clear the screen in the simple "hello world!" application below?
    #include <stdio.h>
    int main (int argc, const char * argv[])
    printf("Hello, World!\n");
    return 0;
    Thanks in advance,
    Miguel Reznicek

    Basic C I/O is designed for a very basic command line. It won't do anything more than print. You could do something like:<pre>
    void clr()
    int i;
    for(i = 0; i < 100; ++i)
    printf("\n");
    }</pre>
    It isn't pretty, but it will always work.
    If you wanted to be a little more fancy and clever, you could access the terminal escape codes directly.<pre>
    void clr()
    printf("\033[2J");
    }</pre>
    The problem with this method is that it is dependent on your particular terminal. This example is supposed to work with an ANSI terminal. You may have to fiddle with it to get it to work. If you wanted to be really clever, you could find out what terminal you are using programatically, query the termcap database for the clr escape code, and print that. That's going to be pretty hard though.
    Another option would be to use the curses library. The best I can do for you here is to just post a link to the ncurses man page. Ncurses is a very powerful library and should do exactly what you need. It is essentially a library that does exactly what I mentioned before about querying the termcap database based on your particular terminal. I used an old MacOS version years ago. Once you figure out the basics, it is easy.

  • Gray screen after deleting old user accounts - with a twist...

    I have two MacBook Pros w/retina displays. Purchased about 6 months apart, they are both running 10.8.4. The newer unit was recently bought from my employer (work unit) and connected to my wi-fi. I set up file sharing and deleted the work-related users accounts on both. When I rebooted, both went to gray screen, apple icon, and wheel spinning.  Then icon only with no wheel.
    Command-P-R to repair permissions and repair tasked 3-4 times - Same result after reboot.
    Reinstalled OSX on work unit - SUCCESS and all my changes made before the gray screen were intact.
    Reinstalled OSX on home unit - The install ran its course but after reboot, gray screen. Command P-R revealed that repair was available but repair permissions button is not grayed out. Repaired 2-3 times.  Same result.  Restalled OSX 3-4 times.  Same result.
    The files are intact...at least the space is showing utilized.  My last option is to slave home unit to work unit and transfer all files then reinitiallize.
    Help me Obi-Wan. You're my only hope.
    Thx in advance!  DC

    Take each of these steps that you haven't already tried. Stop when the problem is resolved.
    Step 1
    The first step in dealing with a boot failure is to secure your data. If you want to preserve the contents of the startup drive, and you don't already have at least one current backup, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data that has changed since your last backup, you can skip this step.   
    There are several ways to back up a Mac that is unable to boot. You need an external hard drive to hold the backup data.
         a. Boot into the Recovery partition, or from a local Time Machine backup volume (option key at startup.) When the OS X Utilities screen appears, launch Disk Utility and follow the instructions in this support article, under “Instructions for backing up to an external hard disk via Disk Utility.”
    b. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode. Use the working Mac to copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    c. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.
    Step 2
    Press and hold the power button until the power shuts off. Disconnect all wired peripherals except those needed to boot, and remove all aftermarket expansion cards. Use a different keyboard and/or mouse, if those devices are wired. If you can boot now, one of the devices you disconnected, or a combination of them, is causing the problem. Finding out which one is a process of elimination.
    If you've booted from an external storage device, make sure that your internal boot volume is selected in the Startup Disk pane of System Preferences.
    Step 3
    Boot in safe mode. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Post for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    When you boot in safe mode, it's normal to see a dark gray progress bar on a light gray background. If the progress bar gets stuck for more than a few minutes, or if the system shuts down automatically while the progress bar is displayed, your boot volume is corrupt and the drive is probably malfunctioning. In that case, go to Step 5.
    If you can boot and log in now, empty the Trash, and then open the Finder Info window on your boot volume ("Macintosh HD," unless you gave it a different name.) Check that you have at least 9 GB of available space, as shown in the window. If you don't, copy as many files as necessary to another volume (not another folder on the same volume) and delete the originals. Deletion isn't complete until you empty the Trash again. Do this until the available space is more than 9 GB. Then reboot as usual (i.e., not in safe mode.)
    If the boot process hangs again, the problem is likely caused by a third-party system modification that you installed. Post for further instructions.
    Step 4
    Sometimes a boot failure can be resolved by resetting the NVRAM.
    Step 5
    Launch Disk Utility in Recovery mode (see Step 1.) Select your startup volume, then run Repair Disk. If any problems are found, repeat until clear. If Disk Utility reports that the volume can't be repaired, the drive has malfunctioned and should be replaced. You might choose to tolerate one such malfunction in the life of the drive. In that case, erase the volume and restore from a backup. If the same thing ever happens again, replace the drive immediately.
    This is one of the rare situations in which you should also run Repair Permissions, ignoring the false warnings it may produce. Look for the line "Permissions repair complete" at the end of the output. Then reboot as usual.
    Step 6
    Reinstall the OS. If your Mac was upgraded from an older version of OS X, you’ll need the Apple ID and password you used to upgrade.
    Step 7
    Repeat step 6, but this time erase the boot volume in Disk Utility before installing. The system should automatically reboot into the Setup Assistant. Follow the prompts to transfer your data from a Time Machine or other backup.
    Step 8
    This step applies only to older Macs (not current models) that have a logic-board ("PRAM") battery. The battery is distinct from the main battery of a portable. A dead logic-board battery can cause a gray screen at boot. Typically the boot failure will be preceded by loss of the startup disk and system clock settings. See the user manual for replacement instructions.
    Step 9
    If you get this far, you're probably dealing with a hardware fault. Make a "Genius" appointment at an Apple Store to have the machine tested.

  • Gray screen after login - Cinnamon 2.2/Nvidia 334

    I did a -Syu, saw the new Cinnamon.  I then proceeded to snapshot my btrfs root vol, and went ahead with the upgrade.  Rebooted, no desktop, just a gray screen with the pointer.  I then booted off my install media, and mv'ed my snapshot back to replace my /
    Unfortunately, that still somehow didn't fix it, which makes me think a conf is borked in my home dir (not in the snapshot).  Nothing in the system journal.
    Any ideas?

    So, I added the following to pacman.conf -
    IgnorePkg = cinnamon* muffin* nemo*
    and this is the list of packages I allowed to upgrade -
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    infinality-bundle is up to date
    infinality-bundle-multilib is up to date
    Foreign packages: / 29 / 29
    ==> Package upgrade only (new release):
    core/libsystemd 212-2 2 -> 3
    core/systemd 212-2 2 -> 3
    core/logrotate 3.8.7-1 1 -> 3
    core/mlocate 0.26-1 1 -> 3
    core/shadow 4.1.5.1-7 7 -> 9
    core/systemd-sysvcompat 212-2 2 -> 3
    extra/mesa 10.1.0-4 4 -> 5
    extra/pango 1.36.3-1 1 -> 2
    extra/clutter-gst 2.0.10-1 1 -> 2
    extra/gthumb 3.2.7-1 1 -> 2
    extra/libreoffice-en-US 4.2.3-1 1 -> 2
    extra/libreoffice-common 4.2.3-1 1 -> 2
    extra/libreoffice-base 4.2.3-1 1 -> 2
    extra/libreoffice-calc 4.2.3-1 1 -> 2
    extra/libreoffice-draw 4.2.3-1 1 -> 2
    extra/libreoffice-gnome 4.2.3-1 1 -> 2
    extra/libreoffice-impress 4.2.3-1 1 -> 2
    extra/libreoffice-math 4.2.3-1 1 -> 2
    extra/libreoffice-writer 4.2.3-1 1 -> 2
    extra/pkgstats 2.3-3 3 -> 5
    extra/polkit 0.112-1 1 -> 2
    ==> Software upgrade (new version) :
    core/glib2 2.38.2-1 -> 2.40.0-1
    core/device-mapper 2.02.105-2 -> 2.02.106-1
    core/iproute2 3.12.0-1 -> 3.14.0-1
    core/linux 3.14-4 -> 3.14.1-1
    core/lvm2 2.02.105-2 -> 2.02.106-1
    core/man-db 2.6.6-1 -> 2.6.7.1-1
    extra/at-spi2-core 2.10.2-1 -> 2.12.0-1
    extra/atk 2.10.0-1 -> 2.12.0-1
    extra/at-spi2-atk 2.10.2-1 -> 2.12.0-1
    extra/gobject-introspection 1.38.0-1 -> 1.40.0-1
    extra/gdk-pixbuf2 2.30.6-1 -> 2.30.7-1
    extra/cogl 1.16.2-1 -> 1.18.0-1
    extra/json-glib 0.16.2-1 -> 1.0.0-1
    extra/clutter 1.16.4-3 -> 1.18.0-1
    extra/gtk-update-icon-cache 2.24.22-1 -> 2.24.23-1
    extra/libcups 1.7.1-4 -> 1.7.2-1
    extra/gtk3 3.10.7-1 -> 3.12.1-1
    extra/clutter-gtk 1.4.4-4 -> 1.5.2-1
    extra/cups 1.7.1-4 -> 1.7.2-1
    extra/dconf 0.18.0-1 -> 0.20.0-1
    extra/gnome-icon-theme-symbolic 3.10.1-1 -> 3.12.0-1
    extra/gnome-icon-theme 3.10.0-1 -> 3.12.0-1
    extra/libsecret 0.16-2 -> 0.18-1
    extra/gsettings-desktop-schemas 3.10.1-1 -> 3.12.0-1
    extra/evince 3.10.3-1 -> 3.12.1-1
    extra/file-roller 3.10.2.1-1 -> 3.12.1-1
    extra/fontsproto 2.1.2-1 -> 2.1.3-1
    extra/gcr 3.10.1-3 -> 3.12.0-1
    extra/gtksourceview3 3.10.2-1 -> 3.12.1-1
    extra/libpeas 1.9.0-2 -> 1.10.0-1
    extra/pygobject-devel 3.10.2-2 -> 3.12.0-1
    extra/python-gobject 3.10.2-2 -> 3.12.0-1
    extra/gedit 3.10.4-2 -> 3.12.1-1
    extra/gnutls 3.2.13-1 -> 3.3.0-1
    extra/glib-networking 2.38.2-1 -> 2.40.1-1
    extra/gnome-common 3.10.0-1 -> 3.12.0-1
    extra/gnome-keyring 3.10.1-2 -> 3.12.0-1
    extra/gnome-screenshot 3.10.1-1 -> 3.12.0-1
    extra/gnome-themes-standard 3.10.0-1 -> 3.12.0-1
    extra/libsoup 2.44.2-1 -> 2.46.0-1
    extra/xorg-server-common 1.15.0-5 -> 1.15.1-1
    extra/xorg-server 1.15.0-5 -> 1.15.1-1
    extra/nvidia-utils 334.21-7 -> 337.12-1
    extra/nvidia-libgl 334.21-7 -> 337.12-1
    extra/webkitgtk 2.2.5-2 -> 2.4.0-1
    extra/gtk2 2.24.22-1 -> 2.24.23-1
    extra/gucharmap 3.10.1-1 -> 3.12.0-1
    extra/gvfs 1.18.3-3 -> 1.20.1-2
    extra/libplist 1.10-1 -> 1.11-1
    extra/libimobiledevice 1.1.5-2 -> 1.1.6-1
    extra/gvfs-afc 1.18.3-3 -> 1.20.1-2
    extra/gvfs-mtp 1.18.3-3 -> 1.20.1-2
    extra/gvfs-smb 1.18.3-3 -> 1.20.1-2
    extra/lcms2 2.5-2 -> 2.6-1
    extra/imagemagick 6.8.8.9-1 -> 6.8.9.0-1
    extra/js 17.0.0-1 -> 24.2.0-1
    extra/libgee 0.12.0-1 -> 0.14.0-1
    extra/libgnome-keyring 3.10.1-2 -> 3.12.0-1
    extra/libtracker-sparql 0.16.4-1 -> 1.0.0-2
    extra/nvidia 334.21-4 -> 337.12-1
    extra/python2-gobject 3.10.2-2 -> 3.12.0-1
    extra/python2-atspi 2.10.0-2 -> 2.12.0-1
    extra/upower 0.9.23-2 -> 0.99.0-2
    extra/usbmuxd 1.0.8-2 -> 1.0.9-1
    extra/vte-common 0.34.9-1 -> 0.36.0-1
    extra/vte3 0.34.9-1 -> 0.36.0-1
    extra/webkitgtk2 2.2.5-2 -> 2.4.0-1
    extra/xproto 7.0.25-1 -> 7.0.26-1
    community/cjs 2.0.0-1 -> 2.2.0-1
    community/python2-pillow 2.3.1-2 -> 2.4.0-1
    multilib/lib32-pcre 8.34-1 -> 8.35-1
    multilib/lib32-glib2 2.38.2-1 -> 2.40.0-1
    multilib/lib32-nvidia-utils 334.21-5 -> 337.12-1
    multilib/lib32-nvidia-libgl 334.21-5 -> 337.12-1
    aur/jdk7 7.51-2 -> 7.55-1
    ==> New package :
    extra/libinput 0.1.0-1 (required by clutter)
    extra/libusbmuxd 1.0.9-1 (required by libimobiledevice)
    extra/js17 17.0.0-1 (required by polkit)
    and I still had the same issue with the gray screen after login.
    Last edited by madscience (2014-04-16 15:02:33)

  • NetInstall - Grey screen after logging in for user created during install

    I am creating a NetInstall of 10.8 for mass deployment in my workplace. I am currently having difficulty with a user account that was created by a script that runs in place of the Setup Assistant.
    I am trying to skip the Setup Assistant, and as such, the script touches the /var/db/.AppleSetupDone file (which doesn't exist at this point).
    This works, with the installation progressing straight on to the login screen where the user 'administrator' has been created, and is available for login.
    However, when the user logs in, they are presented with a grey screen & the mouse cursor. No dock, desktop, no finder menu bar.
    I am at a loss as to what is going wrong as this had worked perfectly fine in the developer preview.
    The script is as below: (certain sections have been removed for security purposes)
    Any pointers would be much appreciated.
    #!/bin/sh
    ############# SET VARIABLES ###################
    . /etc/rc.common
    #set primary network interface
    interface=`netstat -r -f inet | awk '/default/{print $6}' | head -1`
    #set server address for packages
    pkgserver='macimaging.blah.qld.edu.au'
    #Get default route's interface's ip address
    ip=`ifconfig $interface | grep "inet 10." | sed -e 's/^.*inet 10/10/' -e 's/ netmask.*$//'`
    #get version number of Mac OS X
    macversion=`sw_vers | awk '/^ProductVersion/{split($2, MINOR, "."); print MINOR[2]}'`
    ############# CHECK ADMIN PASSWORD ###################
    shadow=blah
    i=0
    # initialise variable
    passwd=""
    # if machine is set to automatically image
    if [ `nvram -p | grep -c reimage-key` -eq 1 ]; then
      # remove verbose boot arguments from nvram
      nvram -d boot-args
      # collect admin password
      passwd=`nvram reimage-key | awk '{print $2}' | openssl enc -aes-256-cbc -pass "pass:Aut0mat1cR31mag3" -a -d`
      # check it was successfully decrypted
      if [ $? -ne 0 ]; then
      osascript -e beep
      echo "Automatic imaging key failed. Press enter to continue."
      read
      passwd=""
      fi
      # remove key from nvram
      nvram -d reimage-key
    fi
    # if the admin password wasn't successfully collected
    if [ "$passwd" = "" ]; then
      #clear the screen
      clear
      say -v Victoria "Please enter the Administrator's password"
      while [ $i = 0 ]
      do
        echo "Please enter Administrator's password: (Note: Input is hidden)"
        #read password from stin but don't show
        stty_orig=`stty -g`
        stty -echo
        read passwd
        stty $stty_orig
        hash=`echo $passwd | shasum -a 512 | awk '{print $1}'`
        if [ $shadow = $hash ]; then
            #password is correct; continue with setup
            i=1
        else
            echo "Incorrect. Please try again"
        fi
      done
    fi
    #clear the screen
    clear
    echo "Log:"
    ############# SET EFI PASSWORD ###################
    echo "Setting EFI password"
    #to create a new EFI password, initially set it on a test machine with the GUI utility, then extract its value with: `nvram -p | awk '/security-password/{print $2}'`. Put that value in this command (also replacing our admin password) to generate hash for below: `echo "pass_from_nvram" | openssl enc -aes-256-cbc -pass "pass:ourcurrentadminpassword" -a`
    nvshadow=`echo "blah" | openssl enc -aes-256-cbc -pass "pass:$passwd" -a -d`
    nvram security-mode=command
    nvram security-password=$nvshadow
    #reset running variable for security
    nvshadow=""
    ############# GENERATE RC SHADOW FILE ###################
    #if you don't know how the following lines work, get a pillow ready for screaming into
    #the admin key (which is decrypted below) is used to decrypt publicly distributed packages to change the admin account's password (without having the password in the package in clear text)
    decypted_admin_private_key=`echo "blah" | openssl enc -aes-256-cbc -pass "pass:$passwd" -a -d`
    admin_private_key_hash=`echo "$decypted_admin_private_key" | shasum -a 512 | awk '{print $1}'`
    echo "$admin_private_key_hash $decypted_admin_private_key" >> /var/root/RC_admin_private_key
    chmod 600 /var/root/RC_admin_private_key
    #this keeps a record of the administrator password set on imaging
    RC_admin_pass_hash=`echo "$passwd" | shasum -a 512 | awk '{print $1}'`
    RC_admin_pass_encrypted=`echo "$passwd" | openssl enc -aes-256-cbc -pass "pass:$decypted_admin_private_key" -a`
    echo "$RC_admin_pass_hash $RC_admin_pass_encrypted" >> /var/root/RC_admin_shadow
    #a few security measures
    chmod 600 /var/root/RC_admin_shadow
    RC_admin_pass_encrypted=""
    decypted_admin_private_key=""
    ############# SETUP PARTITIONS ###################
    echo "Updating file system table to mount data partition on boot for user accounts"
    #Find if Home or Data partition exists (N.B. If Bootcamp is used the following awk commands need to be modified to only look for [Hh]ome and not [Dd]ata)
    partname=`diskutil list | awk '/([Hh]ome)|([Dd]ata)/{print $3}' | head -1`
    partdev=`diskutil list | awk '/([Hh]ome)|([Dd]ata)/{print $6}' | head -1`
    #If a Data partition exists
    if [ "$partdev" ]; then
         #Mount it on boot to /Users
         echo "LABEL=$partname      /Users   hfs     rw" > /etc/fstab
         #mount Data drive to /Users
         diskutil umount /dev/$partdev
         mount -t hfs /dev/$partdev /Users
    fi
    ############# CREATE ADMIN ACCOUNT ###################
    echo "Creating Administrator account"
    #create administrator account
    dscl . create /Users/administrator
    dscl . create /Users/administrator RealName "Administrator"
    dscl . create /Users/administrator PrimaryGroupID 20
    dscl . create /Users/administrator UniqueID 501
    dscl . create /Users/administrator NFSHomeDirectory /Users/administrator
    dscl . create /Users/administrator UserShell /bin/bash
    dscl . passwd /Users/administrator $passwd
    dscl . append /Groups/admin GroupMembership administrator
    dscl . append /Groups/_lpadmin GroupMembership administrator
    dscl . append /Groups/admin GroupMembership administrator
    dscl . create /Users/administrator picture "/Library/User Pictures/Sports/8ball.tif"
    dscl . delete /Users/administrator jpegphoto
    #reset running variable for security
    passwd=""
    ############# SET blah NETWORK LOCATION ###################
    echo "Setting up blah network location"
    networksetup -createlocation blah populate
    networksetup -switchtolocation blah
    echo ""
    ############# SET HOSTNAME ###################
    sleep 10
    dhcphostname=`host $ip | sed -e 's/^.* domain name pointer //' -e 's/\..*blah.*$//' -e 's/-wstudent$//' -e 's/-wstaff$//'`
    #while [ $? -ne 0 ]
    #do
    # sleep 5
    # dhcphostname=`host $ip | sed -e 's/^.* domain name pointer //' -e 's/\..*blah.*$//' -e 's/-wstudent$//' -e 's/-wstaff$//'`
    #done
    echo "Setting host name"
    #set host name from dhcp
    scutil --set HostName "$dhcphostname"
    scutil --set LocalHostName "$dhcphostname"
    systemsetup -setcomputername "$dhcphostname"
    ############# SET TIME ###################
    echo "Setting time zone"
    #set time zone
    systemsetup -settimezone Australia/Brisbane
    #set system's locale
    echo "Setting system's locale"
    defaults write "Apple Global Domain" AppleLocale "en_AU"
    echo "Syncing with time server"
    #sync time with local time server
    ntpdate ntp.blah.qld.edu.au
    ############# INSTALL FTP CLIENT ###################
    echo "Downloading and installing ftp client"
    curl -O ftp://$pkgserver/install/ncftp.tar.gz
    tar -xzf ncftp.tar.gz -C /usr/bin/
    rm ncftp.tar.gz
    ############# INSTALL POLICY MANAGER AND UPDATE POLICY ###################
    echo "Downloading and installing Policy Manager"
    #download and install policy manager
    echo 'get -R "pool/Policy Manager.pkg"' | ncftp $pkgserver; installer -verbose -target / -pkg "Policy Manager.pkg"
    rm -R "Policy Manager.pkg"
    echo "Downloading and installing Update Policy"
    #download and install update policy
    echo 'get -R "pool/Update Policy.pkg"' | ncftp $pkgserver; installer -verbose -target / -pkg "Update Policy.pkg"
    rm -R "Update Policy.pkg"
    ############# INSTALL MAC UPDATE COMBO ###################
    echo "Downloading and installing most recent Mac update combo package"
    #download and install the most recent combo update
    echo "get -R pool/MacOSXUpdCombo10.$macversion.Latest.pkg" | ncftp $pkgserver
    chmod -R u+x MacOSXUpdCombo10.$macversion.Latest.pkg
    installer -verbose -target / -pkg MacOSXUpdCombo10.$macversion.Latest.pkg
    rm -R MacOSXUpdCombo10.$macversion.Latest.pkg
    ############# INSTALL ADDITIONAL PACKAGES ###################
    echo "Downloading and installing additional post install packages"
    mkdir postinstall
    cd postinstall
    echo "get -R postinstall/common/*" | ncftp $pkgserver
    echo "get -R postinstall/10.$macversion/*" | ncftp $pkgserver
    chmod -R u+x *
    # save and change IFS
    OLDIFS=$IFS
    IFS=$'\n'
    # read all file names into an array
    fileArray=($(ls))
    # restore it
    IFS=$OLDIFS
    # get length of the array
    tLen=${#fileArray[@]}
    #install each package
    for (( i=0; i<${tLen}; i++ )); do
        installer -verbose -target / -pkg "${fileArray[$i]}"
    done
    cd ..
    rm -R postinstall
    ############# FINISH SETUP ASSISTANT ###################
    #load Policy Manager LaunchDaemon to run on boot
    launchctl load /Library/LaunchDaemons/au.edu.qld.blah.policymanager.plist
    #give time for policy to load
    sleep 2
    #set flag so OS X knows not to run Setup Assistant on next boot
    echo "<?xml version="1.0" encoding="UTF-8"?>\n<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n<plist version="1.0">\n<dict>\n <key>Address</key>\n <dict>\n <key>CountryName</key>\n <string>Australia</string>\n </dict>\n</dict>\n</plist>" > /var/db/.AppleSetupDone
    #set flag so blah Updater knows this machine's just been imaged
    echo "setup done" > /var/root/blahSetupDone
    #remove self
    rm /var/root/setup.sh
    echo "\nI will now reboot; please wait"
    say -v Victoria "I will now reboot; please wait"
    reboot

    mattn wrote:
    (1) You cannot run the installer program while booted into your primary partition; you must boot into the DVD. Restart the computer while holding down the C key until the DVD boots.
    This isn't true. The retail Snow Leopard DVD is designed to start the install procedure while started up normally. When you do this, after performing some checks on the target partition it writes some pre-install files to it before restarting automatically from the DVD. This speeds up the install procedure.
    (2) You cannot install Snow Leopard on this computer from a DVD that came with another computer; you must use, as it were, a free-standing commercial Snow Leopard installer DVD.
    The exception is, as Xian Rinpoche correctly surmised, a Mac model released after the currently available retail Snow Leopard DVD became available. The newest Macs require a later version of the OS than what is included on the retail DVD, which is why it won't work with the new i5 & i7 models. (See Don't install a version of Mac OS X earlier than that which came with your Mac for more about this.)
    As a general rule, use either the installer that came with the Mac on its grey system discs or a retail disc released after that Mac model was released. You can also refer to this handy chart of the OS version that ships with each Mac model.

  • Stuck at login screen after Lion install

    I downloaded and installed Lion on my late 2008 mbp with the latest updated snow leopard and after the install, I'm stuck on a screen with icons of my users. If I click nothing happens. I tried repairing disk permissions as well as re-installing Lion but nothing has helped. Any ideas?

    You might see if this works:
    Clearing Caches to Fix Login Problem
    You will need to type some Unix commands. If you are not comfortable with this, I don't know of anything other than a re-install. But if you are careful, you should be OK. I recommend you print this out in a largish mono-spaced font so you don't miss any spaces (or add extra ones). Note that case is important.
    Be careful. Some of these commands are dangerous, since you are going to be root.
    Start up in Single-user Mode. When this has finished you will see a prompt ending in '#', although there may be other messages. Enter the following commands after the prompt:
    /sbin/fsck -fy
    Press RETURN. Wait a few seconds for 8-10 lines of output. If the last line says repairs were carried out, repeat this command until you get a message 'The volume <yourdiskname> appears to be OK'. Then continue with:
    /sbin/mount -uw /
    cd /Library/Preferences
    rm com.apple.loginwindow.plist
    rm com.apple.windowserver.plist
    cd /Library/Caches
    rm -r *
    cd /System/Library
    cd /System/Library/Caches
    rm -r *
    reboot
    Press RETURN after each command.
    This should now take you to a proper login screen after the normal boot sequence. You should then Repair Permissions by using Disk Utility (in your /Applications/Utilities folder).

  • Blank white screen after login prompt on sharepoint site

    Greetings all
    We have sharepoint site setup which is running fien since a year  now with one WFE  web server, db server, ad  server
    We received  a problm recently when we received blank screen after entering login details.
    Upon restart of website via IIS  it resumed.
    I am still finding what are causes and which event log would help to identify errors?

    We couldnt schedule this to be on and waited for weekned.
    However we again had same incident reported 8 am cst and found that event log has similar warning ( time approx 6 am cst).
    Cleared sharepoint timer cache.
    started sharepoint timer service again .
    still website didnt show contents after authenticating.
    stopped website in IIS   mapped to this web application and site contents started showing up.
    is there anything else we need to enable in sharepoint logging to find  root causes.
    We have pending windows updates on server , should that be causing any of these errors?
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-Web Content Management
    Date:          11/7/2014 5:45:04 AM
    Event ID:      7362
    Task Category: Publishing Cache
    Level:         Information
    Keywords:      
    User:          domain\spapppool
    Computer:      WFE01
    Description:
    Object Cache: The super user account utilized by the cache is not configured. This can increase the number of cache misses, which causes the page requests to consume unneccesary system resources.
     To configure the account use the following command 'stsadm -o setproperty -propertyname portalsuperuseraccount -propertyvalue account -url webappurl'. The account should be any account that has Full Control access to the SharePoint databases but is not
    an application pool account.
     Additional Data:
     Current default super user account: SHAREPOINT\system
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-Web Content Management" Guid="{0119F589-72D7-4EC3-ADF5-1F082061E832}" />
        <EventID>7362</EventID>
        <Version>15</Version>
        <Level>4</Level>
        <Task>1</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-07T11:45:04.442428600Z" />
        <EventRecordID>319506</EventRecordID>
        <Correlation ActivityID="{F2C3C99C-8E0F-60CD-507E-90CCC8B23C6A}" />
        <Execution ProcessID="12700" ThreadID="6472" />
        <Channel>Application</Channel>
        <Computer>WFE01</Computer>
        <Security UserID="S-1-5-21-521425033-3276028114-1354584634-1109" />
      </System>
      <EventData>
        <Data Name="string0">SHAREPOINT\system</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          11/7/2014 5:45:09 AM
    Event ID:      7043
    Task Category: Web Controls
    Level:         Error
    Keywords:      
    User:          NT AUTHORITY\IUSR
    Computer:      WFE01
    Description:
    Load control template file /_controltemplates/15/ExcelWebRenderer.ascx failed: The type initializer for 'System.Net.WebUtility' threw an exception.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>7043</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>15</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-07T11:45:09.590620500Z" />
        <EventRecordID>319507</EventRecordID>
        <Correlation ActivityID="{F2C3C99C-8E0F-60CD-507E-90CCC8B23C6A}" />
        <Execution ProcessID="12700" ThreadID="6472" />
        <Channel>Application</Channel>
        <Computer>WFE01</Computer>
        <Security UserID="S-1-5-17" />
      </System>
      <EventData>
        <Data Name="string0">Load control template file /_controltemplates/15/ExcelWebRenderer.ascx failed: The type initializer for 'System.Net.WebUtility' threw an exception.</Data>
      </EventData>
    </Event>
    Log Name:      Application
    Source:        Microsoft-SharePoint Products-SharePoint Foundation
    Date:          11/7/2014 5:45:11 AM
    Event ID:      7043
    Task Category: Web Controls
    Level:         Error
    Keywords:      
    User:          NT AUTHORITY\IUSR
    Computer:      WFE01
    Description:
    Load control template file /_controltemplates/15/SlicerRendererControl.ascx failed: The type initializer for 'System.Net.WebUtility' threw an exception.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-SharePoint Products-SharePoint Foundation" Guid="{6FB7E0CD-52E7-47DD-997A-241563931FC2}" />
        <EventID>7043</EventID>
        <Version>15</Version>
        <Level>2</Level>
        <Task>15</Task>
        <Opcode>0</Opcode>
        <Keywords>0x4000000000000000</Keywords>
        <TimeCreated SystemTime="2014-11-07T11:45:11.384687300Z" />
        <EventRecordID>319510</EventRecordID>
        <Correlation ActivityID="{F2C3C99C-8E0F-60CD-507E-90CCC8B23C6A}" />
        <Execution ProcessID="12700" ThreadID="6472" />
        <Channel>Application</Channel>
        <Computer>wFE01</Computer>
        <Security UserID="S-1-5-17" />
      </System>
      <EventData>
        <Data Name="string0">Load control template file /_controltemplates/15/SlicerRendererControl.ascx failed: The type initializer for 'System.Net.WebUtility' threw an exception.</Data>
      </EventData>
    </Event>
    Can you browse the below URLs
    http://sharepointfordummies.blogspot.in/2013/06/event-id-7362-super-user-account.html
    http://social.technet.microsoft.com/wiki/contents/articles/20699.sharepoint-2010-event-id-7362-the-super-user-account-utilized-by-the-cache-is-not-configured.aspx
    Thanks and Regards Rahul Dagar

  • Blank screen after poweroff

    First of all, sorry for my language. I'm french (I've posted my problem on the french forum here but it hasn't been solved yet.
    THE PROBLEM :
    When I shutdown my desktop computer using any command ('shutdown -h now' 'halt' of using the syslinux poweroff, and even when I try to suspend with 'pm-suspend'), I have a blank screen when I try to turn the PC on. And then the screen says "no signal". Even the BIOS doesn't appear.
    I have to use the RESET button of my tower to see the BIOS appear
    First I didn't have the problem with the command 'reboot', but it's the same now (since I changed my CMOS battery).
    And since that I have also to RESET several times to get the BIOS.
    MY CONFIG :
    - kernel : 3.14.2-1-ARCH
    - openbox + slim
    - bootloader syslinux
    - graphic card : NVIDIA GeForce 8600 GTS + current Nvidia driver (my card is not recognized by 'nouveau')
    - motherboard : ASUSTeK P5PL2-E
    - BIOS version : 0904 (up to date stable version)
    - CPU: Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz
    - Screen : ACER G246HL (DVI connected)
    WHAT I'VE TRIED SO FAR :
    - unplug the computer, wait, plug it.
    - reinstall the packages : nvidia nvidia-utils nvidia-libgl xorg-server xorg-xinit xorg-server-utils
    - boot on the arch's liveUSB and shutdown from there >> same problem
    - boot with the kernel options 'noacpi noapic nolapic'
    - desactivate the QuickBoot option on the BIOS (it seemed to work but finally not)
    - use the LTS kernel
    - open the computer and clean everything inside, check that everything is OK, even change the CMOS battery
    - run memetest86+ >> no error
    - check the CPU temperature
    WHAT I FOUND (quite similar):
    http://support.asus.com/faq/detail.aspx … 732A11F1E2
    Please help :'(
    Last edited by cazuza (2014-05-04 16:12:43)

    I have also gotten the blank, black screen, after using the Recovery CD's from HP on THREE different computers, please, if anyone knows how to help, HELP. I get nothing, tried hard off, new memory, new hard drives, no battery, battery, new battery, new a/c adapter, etc. Only one is still under warrenty, a HDX-16t, the other two, an HDX 16 and a Pavilion -1135nr

  • [Solved] White screen after KDE 4.11.1 upgrade

    Hi!
    I updated the system going from KDE 4.11.0 to KDE 4.11.1. On reboot I got the correct loading of KDM, but upon arrival on the desktop the latter is presented fully white with big red button with an "X" in them. Thinking it was the configuration of kde, I deleted .kde4 with the effect that the next time I always white screen (that is only the red buttons have disappeared).
    I try to remove completely kde with:
    pacman -Rsnc kde
    and seeing that reinstalling I get the same result, I also tried to clean up the cache pacman packages listed by the command:
    ls kde*4.11.1*
    so I redownload and reinstalled with:
    pacman -Syu kde
    without solution. I also tried to do what is recommended in the wiki, that is in addition to eliminating .kde4, I run:
    $ rm ~/.config/Trolltech.conf
    $ kbuildsycoca4 --noincremental
    without solution.
    Thinking then it might be the partition / almost full, I checked with:
    df
    but the partition is not filled even for half of the 30gb that is available.
    I checked some logs and these are the outputs:
    .xsession-errors
    > http://pastebin.com/GESX81PV
    boot.log
    [[32m OK [0m] Started Load Kernel Modules.
    Mounting Configuration File System...
    [[32m OK [0m] Mounted Configuration File System.
    [[32m OK [0m] Found device SAMSUNG_SSD_830_Series.
    Mounting /Windows...
    Mounting FUSE Control File System...
    [[32m OK [0m] Mounted FUSE Control File System.
    [[32m OK [0m] Mounted /Windows.
    [[32m OK [0m] Found device WDC_WD10EALX-009BA0.
    Mounting /Dati...
    [[32m OK [0m] Mounted /Dati.
    [[32m OK [0m] Reached target Local File Systems.
    Starting Trigger Flushing of Journal to Persistent Storage...
    Starting Recreate Volatile Files and Directories...
    Starting Tell Plymouth To Write Out Runtime Data...
    [[32m OK [0m] Reached target Bluetooth.
    [[32m OK [0m] Started Trigger Flushing of Journal to Persistent Storage.
    [[32m OK [0m] Started Recreate Volatile Files and Directories.
    Starting Update UTMP about System Reboot/Shutdown...
    [[32m OK [0m] Started Update UTMP about System Reboot/Shutdown.
    [[32m OK [0m] Started Show Plymouth Boot Screen.
    [[32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.
    [[32m OK [0m] Reached target System Initialization.
    [[32m OK [0m] Listening on CUPS Printing Service Sockets.
    [[32m OK [0m] Reached target Paths.
    [[32m OK [0m] Listening on D-Bus System Message Bus Socket.
    [[32m OK [0m] Reached target Sockets.
    [[32m OK [0m] Reached target Timers.
    Starting Restore Sound Card State...
    [[32m OK [0m] Reached target Basic System.
    Starting Network Manager...
    Starting CUPS Printing Service...
    [[32m OK [0m] Started CUPS Printing Service.
    Starting Catalyst's fglrx kernel' module builder...
    Starting Login Service...
    Starting D-Bus System Message Bus...
    [[32m OK [0m] Started D-Bus System Message Bus.
    Starting Permit User Sessions...
    [[32m OK [0m] Started Permit User Sessions.
    Starting Wait for Plymouth Boot Screen to Quit...
    Starting K Display Manager...
    [[32m OK [0m] Started K Display Manager.
    [[32m OK [0m] Started Catalyst's fglrx kernel' module builder.
    [[32m OK [0m] Reached target Sound Card.
    [[32m OK [0m] Started Restore Sound Card State.
    [[32m OK [0m] Started Login Service.
    Starting Manage, Install and Generate Color Profiles...
    Starting Authorization Manager...
    [[32m OK [0m] Started Manage, Install and Generate Color Profiles.
    [[32m OK [0m] Started Authorization Manager.
    [[32m OK [0m] Started Network Manager.
    [[32m OK [0m] Reached target Network.
    Starting Network Time Service...
    [[32m OK [0m] Started Network Time Service.
    [[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[ [31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[ [31m*[1;31m*[0m[31m* [0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K Starting Daemon for power management...
    [[32m OK [0m] Started Daemon for power management.
    Starting Disk Manager...
    [[32m OK [0m] Started Disk Manager.
    [ [31m*[1;31m*[0m[31m*[0m] A start job is running for Wait for Plymouth Boot Screen to Quit
    [K[[1;31mFAILED[0m] Failed to start Wait for Plymouth Boot Screen to Quit.
    See 'systemctl status plymouth-quit-wait.service' for details.
    Starting Getty on tty1...
    [[32m OK [0m] Started Getty on tty1.
    [[32m OK [0m] Reached target Login Prompts.
    [[32m OK [0m] Reached target Multi-User System.
    [[32m OK [0m] Reached target Graphical Interface.
    [[32m OK [0m] Stopped target Sound Card.
    [[32m OK [0m] Stopped target Bluetooth.
    Stopping Disk Manager...
    Stopping Daemon for power management...
    Stopping Authorization Manager...
    Stopping Manage, Install and Generate Color Profiles...
    Stopping CUPS Printing Service...
    [[32m OK [0m] Stopped target Graphical Interface.
    [[32m OK [0m] Stopped target Multi-User System.
    Stopping Network Time Service...
    Stopping Catalyst's fglrx kernel' module builder...
    Stopping Login Service...
    Stopping D-Bus System Message Bus...
    [[32m OK [0m] Stopped target Login Prompts.
    Stopping Getty on tty1...
    Stopping K Display Manager...
    [[32m OK [0m] Stopped K Display Manager.
    [[32m OK [0m] Stopped Daemon for power management.
    [[32m OK [0m] Stopped Getty on tty1.
    [[32m OK [0m] Stopped D-Bus System Message Bus.
    [[32m OK [0m] Stopped Disk Manager.
    Stopping Permit User Sessions...
    [[32m OK [0m] Stopped Authorization Manager.
    [[32m OK [0m] Stopped Network Time Service.
    [[32m OK [0m] Stopped target Network.
    Stopping Network Manager...
    [[32m OK [0m] Stopped Manage, Install and Generate Color Profiles.
    [[32m OK [0m] Stopped Catalyst's fglrx kernel' module builder.
    [[32m OK [0m] Stopped Login Service.
    [[32m OK [0m] Stopped Network Manager.
    [[32m OK [0m] Stopped CUPS Printing Service.
    [[32m OK [0m] Stopped Permit User Sessions.
    [[32m OK [0m] Stopped target Basic System.
    [[32m OK [0m] Stopped target Paths.
    [[32m OK [0m] Stopped target Timers.
    [[32m OK [0m] Stopped target Sockets.
    [[32m OK [0m] Closed CUPS Printing Service Sockets.
    [[32m OK [0m] Closed LVM2 metadata daemon socket.
    [[32m OK [0m] Closed /dev/initctl Compatibility Named Pipe.
    [[32m OK [0m] Closed Delayed Shutdown Socket.
    [[32m OK [0m] Closed Device-mapper event daemon FIFOs.
    [[32m OK [0m] Closed udev Control Socket.
    [[32m OK [0m] Closed D-Bus System Message Bus Socket.
    [[32m OK [0m] Stopped target System Initialization.
    Unmounting Debug File System...
    Unmounting FUSE Control File System...
    Stopping Update UTMP about System Reboot/Shutdown...
    Unmounting POSIX Message Queue File System...
    Unmounting Huge Pages File System...
    Stopping Setup Virtual Console...
    [[32m OK [0m] Stopped Setup Virtual Console.
    [[32m OK [0m] Unset automount Arbitrary Executable File Formats File System Automount Point.
    Stopping Apply Kernel Variables...
    [[32m OK [0m] Stopped Apply Kernel Variables.
    Unmounting Configuration File System...
    [[32m OK [0m] Stopped target Encrypted Volumes.
    [[32m OK [0m] Stopped target Swap.
    [[32m OK [0m] Stopped target Local File Systems.
    Unmounting /Windows...
    Unmounting /Dati...
    Unmounting Temporary Directory...
    Stopping Journal Service...
    [[32m OK [0m] Stopped target Remote File Systems.
    [[32m OK [0m] Stopped Update UTMP about System Reboot/Shutdown.
    [[32m OK [0m] Unmounted Temporary Directory.
    [[32m OK [0m] Unmounted POSIX Message Queue File System.
    [[32m OK [0m] Unmounted FUSE Control File System.
    [[32m OK [0m] Unmounted Huge Pages File System.
    [[32m OK [0m] Unmounted Configuration File System.
    Stopping Load Kernel Modules...
    [[32m OK [0m] Stopped Load Kernel Modules.
    [[32m OK [0m] Unmounted Debug File System.
    [[32m OK [0m] Unmounted /Windows.
    [[32m OK [0m] Unmounted /Dati.
    [[32m OK [0m] Reached target Unmount All Filesystems.
    [[32m OK [0m] Stopped target Local File Systems (Pre).
    Stopping Remount Root and Kernel File Systems...
    [[32m OK [0m] Stopped Remount Root and Kernel File Systems.
    [[32m OK [0m] Stopped Journal Service.
    [[32m OK [0m] Closed Journal Socket.
    Starting Show Plymouth Reboot Screen...
    Starting Store Sound Card State...
    Unmounting /...
    [[32m OK [0m] Started Store Sound Card State.
    [[32m OK [0m] Reached target Shutdown.
    Sending SIGTERM to remaining processes...
    Sending SIGKILL to remaining processes...
    Hardware watchdog 'iTCO_wdt', version 0
    Unmounting file systems.
    All filesystems unmounted.
    Deactivating swaps.
    All swaps deactivated.
    Detaching loop devices.
    All loop devices detached.
    Detaching DM devices.
    All DM devices detached.
    Storage is finalized.
    dmesg
    > http://pastebin.com/fbgh2ayu
    journalctl -p 3 --since=today
    -- Logs begin at mar 2013-07-30 13:16:10 CEST, end at lun 2013-09-16 08:52:14 CEST. --
    set 16 08:43:14 arch dhcpcd[346]: eno1: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 0.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 1.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 2.pool.ntp.org
    set 16 08:43:14 arch ntpd_intres[338]: host name not found: 3.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 0.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 1.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 2.pool.ntp.org
    set 16 08:43:18 arch ntpd_intres[338]: host name not found: 3.pool.ntp.org
    set 16 08:45:03 arch login[308]: pam_systemd(login:session): Failed to connect to system bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    set 16 08:45:04 arch kdm[351]: :0[351]: pam_systemd(kde:session): Failed to connect to system bus: Failed to connect to socket /run/dbus/system_bus_socket: Connection refused
    set 16 08:45:04 arch kdm[351]: :0[351]: pam_close_session() failed: Cannot make/remove an entry for the specified session
    set 16 08:45:04 arch systemd-coredump[1103]: Process 309 (X) dumped core.
    [1;39m-- Reboot --[0m
    set 16 08:46:11 arch dhcpcd[346]: eno1: ipv6rs_sendprobe: sendmsg: Cannot assign requested address
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 0.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 1.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 2.pool.ntp.org
    set 16 08:46:12 arch ntpd_intres[337]: host name not found: 3.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 0.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 1.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 2.pool.ntp.org
    set 16 08:46:16 arch ntpd_intres[337]: host name not found: 3.pool.ntp.org
    set 16 08:48:02 arch login[305]: pam_tally(login:auth): pam_get_uid; no such user
    kdm.log
    > http://pastebin.com/zmgj4AGq
    Xorg.0.log has no errors.
    How can I resolve it?
    Thanks
    Last edited by Fregtux (2013-09-20 08:35:13)

    Fregtux wrote:
    Thanks Thaodan! I deleted /var/tmp/kdecache-$USER and I solve the problem! I also restore .kde4_backup and at the moment have no issue.
    Small question: I noticed that there are also kdecache-kdm and kdecache-root. I should remove it or doesn't matter?
    Thanks for the help!
    THANKS, my White Screen was caused by a combination of issues but this solution worked for me.
    My Problem -
    I am not sure exactly what caused my white screen, I was playing around with /etc/profile & /etc/sudoers
    What I changed -
    sudoers - I added my user group to sudoers and allowed sudo to execute applications using xauth in home dir
    profile - changed umask to 133 ( I hate execute bit ) and default text editor to nano
    What Happened -
    Tried to reload via source but no changes where taking effect so I rebooted. 
    Upon reboot I could not login to KDE, it would keep looping back to the KDM after I entered by password for my user, however it would let me login as root ( after I enabled root login ).
    I figured this was a permission issue so I changed umask back to 022 in /etc/profile, I was then greeted with the White Screen after login.  I read numerous posts about how to fix this, most said to reinstall kde and delete /tmp, none of this worked.
    I deleted /var/tmp/kdecache-$USER and now I am back in business ( I had to re set the widgets, i.e. panel ).
    I was so excited that I had to write a post about it!
    Thanks again!

Maybe you are looking for

  • Can we call a method before and after Export operations in ADF 11g

    Hi, My problem is I have to execute a method before and after the export operation.Is this posible in ADF 11g Regards, Felix

  • OS X doesn't load after battery failure

    Hi! I have a mid 2009 MacBook Pro and my battery is almost dead, today I forgot to connect my Mac to the plug and the Mac just shut down due lack of battery (i don't get my warning anymore). When I tried to boot again, it gets stuck with the Apple lo

  • Multple page not coming correctly when using "Control Levels"

    Hi, There is a situation wherein "Control Levels" is required to be used. However, the output is not as expected. Some of the problems with this are 1. Some of the data is being lost 2. Some pages are blank 3. The data is overlapping/overwriting on t

  • Dang! Here we go again!

    I had everything going great. Premiere saw my camera, I was able to upload video, g*d was in his heaven and all was right with the world, etc. But last night I installed my Corel Draw Graphics Suite 12, which no doubt you all know something about. I

  • Maintaining aspect ratio

    Hey there. So, after exporting my first movie, I had to do a bit of fiddling with the Options to make sure that the movie exported in its true 16:9 aspect ratio. It did, after many tries (though YouTube still doesn't notice this, and has put the vide