[solved] lxdm, slim: startup delay

I'm trying to switch from lightdm to lxdm in order to work around the awesome keymap bug.
When I start lxdm using systemctl start lxdm.service I get a black screen and nothing happens for about 70 seconds. Then the lxdm greeter finally shows up, everything works fine and there are no errors or hints in the logs.
Any idea what could cause the delay? I tried lxdm-git from AUR, but no difference.
Thanks in advance,
lynix
Last edited by lynix (2013-01-28 21:40:59)

Okay, solved my own problem (another episode of strace-to-the-rescue)
The login managers in question seem to open a connection to '::1' (the IPv6 loopback) on startup. My ip6tables lacked a rule for accepting all loopback traffic, and as my default target for INPUT is DROP, the connection attempt was dropped and startup therefore delayed until the timeout for connection establishment is reached.
Damn this was weird...

Similar Messages

  • [SOLVED]systemd-analyze startup delay problem

    Hello,
    i have a problem that my systemd-analyze shows me "Bootup is not yet finished. Please try again later." when im up in my fully functional desktop, because it wants to wait 1min and 30 before it finishes the "boot"
    systemd-analyze
    Startup finished in 3.482s (kernel) + 1min 30.058s (userspace) = 1min 33.541s
    the userspace always takes that amount of time. while it actually takes ~12 sec to load with all set up. working network and stuff like that.
    systemd-analyze blame
    1.426s dkms.service
    215ms ModemManager.service
    207ms NetworkManager.service
    193ms systemd-fsck@dev-disk-by\x2duuid-c9582b14\x2de7f5\x2d4496\x2dbc09\x2d7be584a182f4.s
    148ms systemd-fsck@dev-disk-by\x2duuid-37962c3c\x2dcb8c\x2d4bb4\x2da27a\x2d58e852dcb643.s
    85ms systemd-logind.service
    78ms mnt-stuff.mount
    77ms upower.service
    68ms systemd-tmpfiles-clean.service
    54ms systemd-modules-load.service
    52ms polkit.service
    52ms systemd-udev-trigger.service
    47ms systemd-binfmt.service
    47ms kmod-static-nodes.service
    44ms mnt-downloads.mount
    44ms dev-hugepages.mount
    44ms dev-mqueue.mount
    44ms systemd-vconsole-setup.service
    43ms systemd-sysctl.service
    43ms sys-kernel-debug.mount
    41ms udisks2.service
    25ms [email protected]
    24ms lm_sensors.service
    15ms cpupower.service
    14ms alsa-restore.service
    10ms systemd-journal-flush.service
    8ms systemd-remount-fs.service
    6ms systemd-user-sessions.service
    6ms systemd-tmpfiles-setup.service
    5ms systemd-tmpfiles-setup-dev.service
    5ms rtkit-daemon.service
    4ms systemd-update-utmp.service
    4ms sys-fs-fuse-connections.mount
    3ms proc-sys-fs-binfmt_misc.mount
    3ms tmp.mount
    1ms sys-kernel-config.mount
    1ms systemd-udevd.service
    1ms systemd-random-seed.service
    nothing weird here(i think)?
    systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @1min 30.058s
    └─multi-user.target @1min 30.058s
    └─dkms.service @875ms +1.426s
    └─basic.target @869ms
    └─timers.target @627ms
    └─systemd-tmpfiles-clean.timer @627ms
    └─sysinit.target @626ms
    └─sys-fs-fuse-connections.mount @8.291s +4ms
    └─systemd-modules-load.service @61ms +54ms
    └─systemd-journald.socket @58ms
    └─-.mount @57ms
    └─system.slice @101ms
    └─-.slice @101ms
    as you can see multi-user.target and graphical.target starting at 1.30 only... allthough i dont even understand why they start at that time..cause my graphical interface is long time up already as well as my user account.
    here svg of systemd-analyze plot: https://dl.dropboxusercontent.com/u/28788188/boot.svg
    if anybody has some idea what might cause this i would really appriciate the help.
    its just seems a cosmetical issue though. since my actual boot is around 13 sec from grub to fully functional desktop.
    Last edited by xpander (2013-09-27 14:45:30)

    WonderWoofy wrote:
    These kinds of delays can happen when a service is bound to a particular piece of hardware. 
    So as an example the [email protected] uses "BindsTo=sys-subsystem-net-devices-%i.device".  So when you enable [email protected], the part between the '@' and '.service' is what it will use in place of the '%i' of the BindsTo parameter. 
    This was a common problem when there was the change from the old kernel namespace used for network devices to the persistent udev naming scheme.  During installation (or any time one was in the live media), it would use dhcpcd@eth0, so it would make sense that enabling dhcpcd@eth0 would set you all up for a nice ethernet connection when you launch the system for the first time.  But then the 80-net-slot-names.rules udev file would change the interface name, making the BindsTo parameter time out after a while, since it would not be named something like enp2s0.
    See if there are any failed units in the output of systemctl.  Of course you will have to do this after systemd claims to have "finished" booting.
    thanks, will digg into that. i do have some renaming policy there.. cause i have eth0 shown in ifconfig for example
    i remember i did something about it in the past, because i never got used with the new naming scheme.
    anyway systemctl --failed
    UNIT LOAD ACTIVE SUB DESCRIPTION
    fluidsynth.service loaded failed failed FluidSynth Daemon
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    1 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    and that fluidsynth is no issue. cause with this installed, it still does same. i have fluidynth uninstalled because my pulseadio doesnt work when that is enabled

  • [SOLVED] nvidia-settings startup delay

    Does anyone happen to know why nvidia-settings takes a good 3-4 minutes to open after open it from the menu or the terminal, sudo or as user? I'm on xfce and didn't have this problem on Cinnamon or Ubuntu Gnome-Shell.
    I have to use this settings panel to turn "on" my secondary display when I plug it up also for some reason, this is new too, but I suppose not relevant to the original question. Bonus points if you know why this is too!
    Last edited by Somnus (2013-07-29 12:54:00)

    Actually, chalk this up to not looking hard enough again. The suggestion to add
    127.0.0.1 myhostname
    to /etc/hosts seems to have solved the issue.
    Reference:
    https://bbs.archlinux.org/viewtopic.php?id=161837

  • [SOLVED] Slow System Startup

    Hello, it is a few weeks that I'm experiencing slow startups. Previously my system was starting up in less than 15 seconds, but now it takes about 30 seconds to start up. I thought that issue will probably go away after a few updates but it still persists. I was wondering if anyone can help me to find the issue.
    systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.694s (initrd) + 25.387s (userspace) = 28.310s
    1.186s systemd-vconsole-setup.service
    1.010s systemd-logind.service
    818ms [email protected]
    736ms upower.service
    697ms [email protected]
    652ms systemd-remount-fs.service
    635ms polkit.service
    536ms [email protected]
    523ms kmod-static-nodes.service
    449ms dev-mqueue.mount
    434ms sys-kernel-config.mount
    434ms sys-kernel-debug.mount
    423ms udisks2.service
    379ms dev-hugepages.mount
    363ms systemd-tmpfiles-setup.service
    347ms powermanagement.service
    322ms systemd-tmpfiles-setup-dev.service
    191ms systemd-udev-trigger.service
    164ms systemd-random-seed.service
    164ms boot.mount
    158ms systemd-sysctl.service
    148ms systemd-user-sessions.service
    142ms systemd-update-utmp.service
    128ms home.mount
    113ms systemd-tmpfiles-clean.service
    82ms dev-sda9.swap
    57ms systemd-udevd.service
    43ms systemd-journal-flush.service
    43ms alsa-restore.service
    systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @25.387s
    └─multi-user.target @25.387s
    └─systemd-logind.service @24.376s +1.010s
    └─basic.target @24.364s
    └─timers.target @24.334s
    └─systemd-tmpfiles-clean.timer @5.672s
    └─sysinit.target @5.672s
    └─systemd-update-utmp.service @5.530s +142ms
    └─systemd-tmpfiles-setup.service @5.166s +363ms
    └─local-fs.target @5.165s
    └─home.mount @5.037s +128ms
    └─[email protected] @4.487s +536ms
    └─dev-sda11.device @4.486s
    journalctl -b
    -- Logs begin at Thu 2013-05-23 06:56:12 IRDT, end at Thu 2013-10-31 17:01:46 IRST. --
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost systemd-journal[47]: Runtime journal is using 712.0K (max 197.8M, leaving 296.7M of free 1.9G, current limit 197.8M).
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuset
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpu
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys cpuacct
    Oct 31 20:14:09 localhost kernel: Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    Oct 31 20:14:09 localhost kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: e820: BIOS-provided physical RAM map:
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff6ffff] usable
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff70000-0x00000000cff7dfff] ACPI data
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cff7e000-0x00000000cffcffff] ACPI NVS
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x00000000fff00000-0x00000000ffffffff] reserved
    Oct 31 20:14:09 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x000000012fffffff] usable
    Oct 31 20:14:09 localhost kernel: NX (Execute Disable) protection: active
    Oct 31 20:14:09 localhost kernel: SMBIOS 2.5 present.
    Oct 31 20:14:09 localhost kernel: DMI: System manufacturer System Product Name/P5Q, BIOS 2209 03/11/2010
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0x130000 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: MTRR default type: uncachable
    Oct 31 20:14:09 localhost kernel: MTRR fixed ranges enabled:
    Oct 31 20:14:09 localhost kernel: 00000-9FFFF write-back
    Oct 31 20:14:09 localhost kernel: A0000-BFFFF uncachable
    Oct 31 20:14:09 localhost kernel: C0000-DFFFF write-protect
    Oct 31 20:14:09 localhost kernel: E0000-EFFFF write-through
    Oct 31 20:14:09 localhost kernel: F0000-FFFFF write-protect
    Oct 31 20:14:09 localhost kernel: MTRR variable ranges enabled:
    Oct 31 20:14:09 localhost kernel: 0 base 000000000 mask F00000000 write-back
    Oct 31 20:14:09 localhost kernel: 1 base 100000000 mask FE0000000 write-back
    Oct 31 20:14:09 localhost kernel: 2 base 120000000 mask FF0000000 write-back
    Oct 31 20:14:09 localhost kernel: 3 base 0D0000000 mask FF0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 4 base 0E0000000 mask FE0000000 uncachable
    Oct 31 20:14:09 localhost kernel: 5 disabled
    Oct 31 20:14:09 localhost kernel: 6 disabled
    Oct 31 20:14:09 localhost kernel: 7 disabled
    Oct 31 20:14:09 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Oct 31 20:14:09 localhost kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Oct 31 20:14:09 localhost kernel: e820: last_pfn = 0xcff70 max_arch_pfn = 0x400000000
    Oct 31 20:14:09 localhost kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    Oct 31 20:14:09 localhost kernel: Scanning 1 areas for low memory corruption
    Oct 31 20:14:09 localhost kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00000000-0x000fffff] page 4k
    Oct 31 20:14:09 localhost kernel: BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12fe00000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12fe00000-0x12fffffff] page 2M
    Oct 31 20:14:09 localhost kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x12c000000-0x12fdfffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x12c000000-0x12fdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x100000000-0x12bffffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x100000000-0x12bffffff] page 2M
    Oct 31 20:14:09 localhost kernel: init_memory_mapping: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: [mem 0x00100000-0x001fffff] page 4k
    Oct 31 20:14:09 localhost kernel: [mem 0x00200000-0xcfdfffff] page 2M
    Oct 31 20:14:09 localhost kernel: [mem 0xcfe00000-0xcff6ffff] page 4k
    Oct 31 20:14:09 localhost kernel: RAMDISK: [mem 0x7f7ce000-0x7fffffff]
    Oct 31 20:14:09 localhost kernel: ACPI: RSDP 00000000000faff0 00024 (v02 ACPIAM)
    Oct 31 20:14:09 localhost kernel: ACPI: XSDT 00000000cff70100 0005C (v01 A_M_I_ OEMXSDT 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: FACP 00000000cff70290 000F4 (v03 A_M_I_ OEMFACP 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: DSDT 00000000cff70440 09720 (v01 A0993 A0993001 00000001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: FACS 00000000cff7e000 00040
    Oct 31 20:14:09 localhost kernel: ACPI: APIC 00000000cff70390 0006C (v01 A_M_I_ OEMAPIC 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: MCFG 00000000cff70400 0003C (v01 A_M_I_ OEMMCFG 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OEMB 00000000cff7e040 00089 (v01 A_M_I_ AMI_OEM 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: HPET 00000000cff79b60 00038 (v01 A_M_I_ OEMHPET 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: OSFR 00000000cff79ba0 000B0 (v01 A_M_I_ OEMOSFR 03001011 MSFT 00000097)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7f040 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: No NUMA configuration found
    Oct 31 20:14:09 localhost kernel: Faking a node at [mem 0x0000000000000000-0x000000012fffffff]
    Oct 31 20:14:09 localhost kernel: Initmem setup node 0 [mem 0x00000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: NODE_DATA [mem 0x12fff7000-0x12fffbfff]
    Oct 31 20:14:09 localhost kernel: [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012b600000-ffff88012f5fffff] on node 0
    Oct 31 20:14:09 localhost kernel: Zone ranges:
    Oct 31 20:14:09 localhost kernel: DMA [mem 0x00001000-0x00ffffff]
    Oct 31 20:14:09 localhost kernel: DMA32 [mem 0x01000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: Normal [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: Movable zone start for each node
    Oct 31 20:14:09 localhost kernel: Early memory node ranges
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00001000-0x0009efff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x00100000-0xcff6ffff]
    Oct 31 20:14:09 localhost kernel: node 0: [mem 0x100000000-0x12fffffff]
    Oct 31 20:14:09 localhost kernel: On node 0 totalpages: 1048334
    Oct 31 20:14:09 localhost kernel: DMA zone: 64 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA zone: 21 pages reserved
    Oct 31 20:14:09 localhost kernel: DMA zone: 3998 pages, LIFO batch:0
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 13246 pages used for memmap
    Oct 31 20:14:09 localhost kernel: DMA32 zone: 847728 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: Normal zone: 3072 pages used for memmap
    Oct 31 20:14:09 localhost kernel: Normal zone: 196608 pages, LIFO batch:31
    Oct 31 20:14:09 localhost kernel: ACPI: PM-Timer IO Port: 0x808
    Oct 31 20:14:09 localhost kernel: ACPI: Local APIC address 0xfee00000
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Oct 31 20:14:09 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Oct 31 20:14:09 localhost kernel: IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Oct 31 20:14:09 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ0 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ2 used by override.
    Oct 31 20:14:09 localhost kernel: ACPI: IRQ9 used by override.
    Oct 31 20:14:09 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Oct 31 20:14:09 localhost kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
    Oct 31 20:14:09 localhost kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Oct 31 20:14:09 localhost kernel: nr_irqs_gsi: 40
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000e3fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0x000e4000-0x000fffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff70000-0xcff7dfff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcff7e000-0xcffcffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xd0000000-0xfedfffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffefffff]
    Oct 31 20:14:09 localhost kernel: PM: Registered nosave memory: [mem 0xfff00000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: e820: [mem 0xd0000000-0xfedfffff] available for PCI devices
    Oct 31 20:14:09 localhost kernel: Booting paravirtualized kernel on bare hardware
    Oct 31 20:14:09 localhost kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Oct 31 20:14:09 localhost kernel: PERCPU: Embedded 29 pages/cpu @ffff88012fc00000 s86528 r8192 d24064 u524288
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    Oct 31 20:14:09 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Oct 31 20:14:09 localhost kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031931
    Oct 31 20:14:09 localhost kernel: Policy zone: Normal
    Oct 31 20:14:09 localhost kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda10 rw rootfstype=ext4 nmi_watchdog=0 noresume radeon.dpm=1 radeon.audio=0 quiet initrd=../initramfs-linux.img
    Oct 31 20:14:09 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Oct 31 20:14:09 localhost kernel: xsave: enabled xstate_bv 0x3, cntxt size 0x240
    Oct 31 20:14:09 localhost kernel: Checking aperture...
    Oct 31 20:14:09 localhost kernel: No AGP bridge found
    Oct 31 20:14:09 localhost kernel: Calgary: detecting Calgary via BIOS EBDA area
    Oct 31 20:14:09 localhost kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Oct 31 20:14:09 localhost kernel: Memory: 4041048K/4193336K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 152288K reserved)
    Oct 31 20:14:09 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Oct 31 20:14:09 localhost kernel: Preemptible hierarchical RCU implementation.
    Oct 31 20:14:09 localhost kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Oct 31 20:14:09 localhost kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Oct 31 20:14:09 localhost kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    Oct 31 20:14:09 localhost kernel: NR_IRQS:8448 nr_irqs:712 16
    Oct 31 20:14:09 localhost kernel: Console: colour VGA+ 80x25
    Oct 31 20:14:09 localhost kernel: console [tty0] enabled
    Oct 31 20:14:09 localhost kernel: allocated 16777216 bytes of page_cgroup
    Oct 31 20:14:09 localhost kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Oct 31 20:14:09 localhost kernel: hpet clockevent registered
    Oct 31 20:14:09 localhost kernel: tsc: Fast TSC calibration using PIT
    Oct 31 20:14:09 localhost kernel: tsc: Detected 2833.302 MHz processor
    Oct 31 20:14:09 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5668.71 BogoMIPS (lpj=9444340)
    Oct 31 20:14:09 localhost kernel: pid_max: default: 32768 minimum: 301
    Oct 31 20:14:09 localhost kernel: Security Framework initialized
    Oct 31 20:14:09 localhost kernel: AppArmor: AppArmor disabled by boot time parameter
    Oct 31 20:14:09 localhost kernel: Yama: becoming mindful.
    Oct 31 20:14:09 localhost kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Oct 31 20:14:09 localhost kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Oct 31 20:14:09 localhost kernel: Mount-cache hash table entries: 256
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys memory
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys devices
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys freezer
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys net_cls
    Oct 31 20:14:09 localhost kernel: Initializing cgroup subsys blkio
    Oct 31 20:14:09 localhost kernel: CPU: Physical Processor ID: 0
    Oct 31 20:14:09 localhost kernel: CPU: Processor Core ID: 0
    Oct 31 20:14:09 localhost kernel: mce: CPU supports 6 MCE banks
    Oct 31 20:14:09 localhost kernel: CPU0: Thermal monitoring enabled (TM2)
    Oct 31 20:14:09 localhost kernel: Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift: -1
    Oct 31 20:14:09 localhost kernel: Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    Oct 31 20:14:09 localhost kernel: ACPI: Core revision 20130517
    Oct 31 20:14:09 localhost kernel: ACPI: All ACPI Tables successfully acquired
    Oct 31 20:14:09 localhost kernel: ftrace: allocating 20100 entries in 79 pages
    Oct 31 20:14:09 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Oct 31 20:14:09 localhost kernel: smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz (fam: 06, model: 17, stepping: 0a)
    Oct 31 20:14:09 localhost kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Oct 31 20:14:09 localhost kernel: ... version: 2
    Oct 31 20:14:09 localhost kernel: ... bit width: 40
    Oct 31 20:14:09 localhost kernel: ... generic registers: 2
    Oct 31 20:14:09 localhost kernel: ... value mask: 000000ffffffffff
    Oct 31 20:14:09 localhost kernel: ... max period: 000000007fffffff
    Oct 31 20:14:09 localhost kernel: ... fixed-purpose events: 3
    Oct 31 20:14:09 localhost kernel: ... event mask: 0000000700000003
    Oct 31 20:14:09 localhost kernel: smpboot: Booting Node 0, Processors #1 #2 #3 OK
    Oct 31 20:14:09 localhost kernel: Brought up 4 CPUs
    Oct 31 20:14:09 localhost kernel: smpboot: Total of 4 processors activated (22675.85 BogoMIPS)
    Oct 31 20:14:09 localhost kernel: devtmpfs: initialized
    Oct 31 20:14:09 localhost kernel: PM: Registering ACPI NVS region [mem 0xcff7e000-0xcffcffff] (335872 bytes)
    Oct 31 20:14:09 localhost kernel: RTC time: 16:44:09, date: 10/31/13
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 16
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PCI registered
    Oct 31 20:14:09 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: not using MMCONFIG
    Oct 31 20:14:09 localhost kernel: PCI: Using configuration type 1 for base access
    Oct 31 20:14:09 localhost kernel: bio: create slab <bio-0> at 0
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Module Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Device)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Oct 31 20:14:09 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Oct 31 20:14:09 localhost kernel: ACPI: EC: Look up EC in DSDT
    Oct 31 20:14:09 localhost kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e0d0 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P001Ist 00000011 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e9d0 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 004B2 (v01 PmRef P001Cst 00003001 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e310 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P002Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ee90 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P002Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e550 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P003Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7ef20 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P003Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7e790 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00235 (v01 DpgPmm P004Ist 00000012 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT 00000000cff7efb0 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Dynamic OEM Table Load:
    Oct 31 20:14:09 localhost kernel: ACPI: SSDT (null) 00085 (v01 PmRef P004Cst 00003000 INTL 20060113)
    Oct 31 20:14:09 localhost kernel: ACPI: Interpreter enabled
    Oct 31 20:14:09 localhost kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    Oct 31 20:14:09 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Oct 31 20:14:09 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Oct 31 20:14:09 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Oct 31 20:14:09 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Oct 31 20:14:09 localhost kernel: ACPI: No dock devices found.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Oct 31 20:14:09 localhost kernel: acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Oct 31 20:14:09 localhost kernel: PCI host bridge to bus 0000:00
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:00.0: [8086:2e20] type 00 class 0x060000
    Oct 31 20:14:09 localhost kernel: DMAR: Forcing write-buffer flush capability
    Oct 31 20:14:09 localhost kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: [8086:2e21] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: reg 0x20: [io 0xc800-0xc81f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: reg 0x20: [io 0xc880-0xc89f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: [8086:3a39] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: reg 0x20: [io 0xcc00-0xcc1f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xfe9ffc00-0xfe9fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: [8086:3a3e] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xfe9f8000-0xfe9fbfff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: [8086:3a40] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: [8086:3a4a] type 01 class 0x060400
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: reg 0x20: [io 0xc080-0xc09f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: reg 0x20: [io 0xc400-0xc41f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.1: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: reg 0x20: [io 0xc480-0xc49f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.2: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xfe9ff800-0xfe9ffbff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: System wakeup disabled by ACPI
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: address space collision: [io 0x0800-0x087f] conflicts with ACPI CPU throttle [??? 0x00000810-0x00000815 flags 0x80000000]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0294 (mask 0003)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 4700 (mask 001f)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018a
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x10: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x14: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x18: [io 0x0000-0x0007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x0000-0x0003]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x20: [io 0xff90-0xff9f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.2: reg 0x24: [io 0xffa0-0xffaf]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: [8086:3a30] type 00 class 0x0c0500
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xfe9ff400-0xfe9ff4ff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.3: reg 0x20: [io 0x0400-0x041f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: [8086:3a26] type 00 class 0x010185
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x10: [io 0xc000-0xc007]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x14: [io 0xbc00-0xbc03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x18: [io 0xb880-0xb887]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x1c: [io 0xb800-0xb803]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x20: [io 0xb480-0xb48f]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.5: reg 0x24: [io 0xb400-0xb40f]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: [1002:9460] type 00 class 0x030000
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfeae0000-0xfeaeffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x20: [io 0xd000-0xd0ff]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfeac0000-0xfeadffff pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: [1002:aa30] type 00 class 0x040300
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfeafc000-0xfeafffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.1: supports D1 D2
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: [1969:1026] type 00 class 0x020000
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfebc0000-0xfebfffff 64bit]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: reg 0x18: [io 0xec00-0xec7f]
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
    Oct 31 20:14:09 localhost kernel: pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    Oct 31 20:14:09 localhost kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
    Oct 31 20:14:09 localhost kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Oct 31 20:14:09 localhost kernel: Found 1 acpi root devices
    Oct 31 20:14:09 localhost kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Oct 31 20:14:09 localhost kernel: vgaarb: loaded
    Oct 31 20:14:09 localhost kernel: vgaarb: bridge control possible 0000:01:00.0
    Oct 31 20:14:09 localhost kernel: PCI: Using ACPI for IRQ routing
    Oct 31 20:14:09 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Oct 31 20:14:09 localhost kernel: e820: reserve RAM buffer [mem 0xcff70000-0xcfffffff]
    Oct 31 20:14:09 localhost kernel: NetLabel: Initializing
    Oct 31 20:14:09 localhost kernel: NetLabel: domain hash size = 128
    Oct 31 20:14:09 localhost kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Oct 31 20:14:09 localhost kernel: NetLabel: unlabeled traffic allowed by default
    Oct 31 20:14:09 localhost kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Oct 31 20:14:09 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Oct 31 20:14:09 localhost kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Oct 31 20:14:09 localhost kernel: Switched to clocksource hpet
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI init
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP registered
    Oct 31 20:14:09 localhost kernel: system 00:00: [mem 0xfed14000-0xfed19fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:01: [dma 4]
    Oct 31 20:14:09 localhost kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    Oct 31 20:14:09 localhost kernel: system 00:05: [io 0x0290-0x029f] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x04d0-0x04d1] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0800-0x087f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [io 0x0500-0x057f] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: [mem 0xfed50000-0xfed8ffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
    Oct 31 20:14:09 localhost kernel: pnp 00:08: Plug and Play ACPI device, IDs INT0800 (active)
    Oct 31 20:14:09 localhost kernel: system 00:09: [mem 0xffc00000-0xffefffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    Oct 31 20:14:09 localhost kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0x00100000-0xcfffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: [mem 0xe0000000-0xffffffff] could not be reserved
    Oct 31 20:14:09 localhost kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Oct 31 20:14:09 localhost kernel: pnp: PnP ACPI: found 13 devices
    Oct 31 20:14:09 localhost kernel: ACPI: bus type PNP unregistered
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1f.0: BAR 13: [io 0x0800-0x087f] has bogus alignment
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 400000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: BAR 15: assigned [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.5: bridge window [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: PCI bridge to [bus 04]
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1c.0: enabling device (0106 -> 0107)
    Oct 31 20:14:09 localhost kernel: pci 0000:00:1e.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 0 [io 0x1000-0x1fff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xf0000000-0xf03fffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfeb00000-0xfebfffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf05fffff 64bit pref]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 8 [mem 0xd0000000-0xdfffffff]
    Oct 31 20:14:09 localhost kernel: pci_bus 0000:04: resource 9 [mem 0xf0000000-0xffffffff]
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 2
    Oct 31 20:14:09 localhost kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Oct 31 20:14:09 localhost kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Oct 31 20:14:09 localhost kernel: TCP: reno registered
    Oct 31 20:14:09 localhost kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 1
    Oct 31 20:14:09 localhost kernel: pci 0000:01:00.0: Boot video device
    Oct 31 20:14:09 localhost kernel: PCI: CLS 32 bytes, default 64
    Oct 31 20:14:09 localhost kernel: Unpacking initramfs...
    Oct 31 20:14:09 localhost kernel: Freeing initrd memory: 8392K (ffff88007f7ce000 - ffff880080000000)
    Oct 31 20:14:09 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Oct 31 20:14:09 localhost kernel: software IO TLB [mem 0xcbf70000-0xcff70000] (64MB) mapped at [ffff8800cbf70000-ffff8800cff6ffff]
    Oct 31 20:14:09 localhost kernel: Scanning for low memory corruption every 60 seconds
    Oct 31 20:14:09 localhost kernel: audit: initializing netlink socket (disabled)
    Oct 31 20:14:09 localhost kernel: type=2000 audit(1383237849.203:1): initialized
    Oct 31 20:14:09 localhost kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Oct 31 20:14:09 localhost kernel: zbud: loaded
    Oct 31 20:14:09 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Oct 31 20:14:09 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Oct 31 20:14:09 localhost kernel: msgmni has been set to 7909
    Oct 31 20:14:09 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Oct 31 20:14:09 localhost kernel: io scheduler noop registered
    Oct 31 20:14:09 localhost kernel: io scheduler deadline registered
    Oct 31 20:14:09 localhost kernel: io scheduler cfq registered (default)
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Oct 31 20:14:09 localhost kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Oct 31 20:14:09 localhost kernel: intel_idle: does not run on family 6 model 23
    Oct 31 20:14:09 localhost kernel: GHES: HEST is not enabled!
    Oct 31 20:14:09 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Oct 31 20:14:09 localhost kernel: Linux agpgart interface v0.103
    Oct 31 20:14:09 localhost kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Oct 31 20:14:09 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Oct 31 20:14:09 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Oct 31 20:14:09 localhost kernel: mousedev: PS/2 mouse device common for all mice
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: RTC can wake from S4
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor ladder
    Oct 31 20:14:09 localhost kernel: cpuidle: using governor menu
    Oct 31 20:14:09 localhost kernel: drop_monitor: Initializing network drop monitor service
    Oct 31 20:14:09 localhost kernel: TCP: cubic registered
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 10
    Oct 31 20:14:09 localhost kernel: NET: Registered protocol family 17
    Oct 31 20:14:09 localhost kernel: Key type dns_resolver registered
    Oct 31 20:14:09 localhost kernel: registered taskstats version 1
    Oct 31 20:14:09 localhost kernel: Magic number: 1:736:743
    Oct 31 20:14:09 localhost kernel: rtc_cmos 00:02: setting system clock to 2013-10-31 16:44:09 UTC (1383237849)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    Oct 31 20:14:09 localhost kernel: Write protecting the kernel read-only data: 8192k
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    Oct 31 20:14:09 localhost kernel: Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    Oct 31 20:14:09 localhost systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Oct 31 20:14:09 localhost systemd[1]: Running in initial RAM disk.
    Oct 31 20:14:09 localhost systemd[1]: No hostname configured.
    Oct 31 20:14:09 localhost systemd[1]: Set hostname to <localhost>.
    Oct 31 20:14:09 localhost systemd[1]: Initializing machine ID from random generator.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    Oct 31 20:14:09 localhost systemd[1]: Starting -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice -.slice.
    Oct 31 20:14:09 localhost systemd[1]: Starting system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Created slice system.slice.
    Oct 31 20:14:09 localhost systemd[1]: Expecting device dev-sda10.device...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on Journal Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create list of required static device nodes for the current kernel...
    Oct 31 20:14:09 localhost systemd[1]: Starting Journal Service...
    Oct 31 20:14:09 localhost systemd[1]: Started Journal Service.
    Oct 31 20:14:09 localhost systemd-udevd[58]: starting version 208
    Oct 31 20:14:09 localhost systemd-journal[47]: Journal started
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Kernel Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Listening on udev Control Socket.
    Oct 31 20:14:09 localhost systemd[1]: Starting Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Sockets.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Coldplug all Devices...
    Oct 31 20:14:09 localhost systemd[1]: Started Create list of required static device nodes for the current kernel.
    Oct 31 20:14:09 localhost systemd[1]: Starting Create static device nodes in /dev...
    Oct 31 20:14:09 localhost systemd[1]: Started Create static device nodes in /dev.
    Oct 31 20:14:09 localhost systemd[1]: Starting udev Kernel Device Manager...
    Oct 31 20:14:09 localhost systemd[1]: Started udev Kernel Device Manager.
    Oct 31 20:14:09 localhost systemd[1]: Started udev Coldplug all Devices.
    Oct 31 20:14:09 localhost systemd[1]: Starting System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Reached target System Initialization.
    Oct 31 20:14:09 localhost systemd[1]: Starting Basic System.
    Oct 31 20:14:09 localhost systemd[1]: Reached target Basic System.
    Oct 31 20:14:09 localhost kernel: ACPI: bus type USB registered
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver usbfs
    Oct 31 20:14:09 localhost kernel: usbcore: registered new interface driver hub
    Oct 31 20:14:09 localhost kernel: usbcore: registered new device driver usb
    Oct 31 20:14:09 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000c800
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000c880
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000cc00
    Oct 31 20:14:09 localhost kernel: ehci-pci: EHCI PCI platform driver
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000c080
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 4-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000c400
    Oct 31 20:14:09 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 5-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Oct 31 20:14:09 localhost kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000c480
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 6-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: debug port 1
    Oct 31 20:14:09 localhost kernel: SCSI subsystem initialized
    Oct 31 20:14:09 localhost kernel: ACPI: bus type ATA registered
    Oct 31 20:14:09 localhost kernel: [drm] radeon kernel modesetting enabled.
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: cache line size of 32 is not supported
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: irq 18, io mem 0xfe9ffc00
    Oct 31 20:14:09 localhost kernel: libata version 3.00 loaded.
    Oct 31 20:14:09 localhost kernel: [drm] initializing kernel modesetting (RV770 0x1002:0x9460 0x1043:0x02B4).
    Oct 31 20:14:09 localhost kernel: [drm] register mmio base: 0xFEAE0000
    Oct 31 20:14:09 localhost kernel: [drm] register mmio size: 65536
    Oct 31 20:14:09 localhost kernel: ATOM BIOS: 9460.11.22.1.5.AS01
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    Oct 31 20:14:09 localhost kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
    Oct 31 20:14:09 localhost kernel: [drm] RAM width 256bits DDR
    Oct 31 20:14:09 localhost kernel: [TTM] Zone kernel: Available graphics memory: 2026018 kiB
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing pool allocator
    Oct 31 20:14:09 localhost kernel: [TTM] Initializing DMA pool allocator
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 1024M of VRAM memory ready
    Oct 31 20:14:09 localhost kernel: [drm] radeon: 512M of GTT memory ready.
    Oct 31 20:14:09 localhost kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
    Oct 31 20:14:09 localhost kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 7-0:1.0: 6 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] Loading RV770 Microcode
    Oct 31 20:14:09 localhost kernel: [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: WB enabled
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880127ab8c00
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880127ab8c0c
    Oct 31 20:14:09 localhost kernel: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Oct 31 20:14:09 localhost kernel: [drm] Driver supports precise vblank timestamp query.
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: irq 43 for MSI/MSI-X
    Oct 31 20:14:09 localhost kernel: radeon 0000:01:00.0: radeon: using MSI.
    Oct 31 20:14:09 localhost kernel: [drm] radeon: irq initialized.
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 1-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 2-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 0 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ring test on 3 succeeded in 1 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    Oct 31 20:14:09 localhost kernel: [drm] Radeon Display Connectors
    Oct 31 20:14:09 localhost kernel: [drm] Connector 0:
    Oct 31 20:14:09 localhost kernel: [drm] HDMI-A-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD2
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] DFP1: INTERNAL_UNIPHY
    Oct 31 20:14:09 localhost kernel: [drm] Connector 1:
    Oct 31 20:14:09 localhost kernel: [drm] VGA-1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT2: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 2:
    Oct 31 20:14:09 localhost kernel: [drm] DIN-1
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] TV1: INTERNAL_KLDSCP_DAC2
    Oct 31 20:14:09 localhost kernel: [drm] Connector 3:
    Oct 31 20:14:09 localhost kernel: [drm] DVI-I-1
    Oct 31 20:14:09 localhost kernel: [drm] HPD1
    Oct 31 20:14:09 localhost kernel: [drm] DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
    Oct 31 20:14:09 localhost kernel: [drm] Encoders:
    Oct 31 20:14:09 localhost kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    Oct 31 20:14:09 localhost kernel: [drm] DFP2: INTERNAL_KLDSCP_LVTMA
    Oct 31 20:14:09 localhost kernel: [drm] Internal thermal controller with fan control
    Oct 31 20:14:09 localhost kernel: == power state 0 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c r b
    Oct 31 20:14:09 localhost kernel: == power state 1 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 2 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: uvd
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 53300 dclk: 40000
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 3 ==
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: == power state 4 ==
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: acpi
    Oct 31 20:14:09 localhost kernel: caps:
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: status:
    Oct 31 20:14:09 localhost kernel: switching from power state:
    Oct 31 20:14:09 localhost kernel: ui class: none
    Oct 31 20:14:09 localhost kernel: internal class: boot
    Oct 31 20:14:09 localhost kernel: caps: video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: c b
    Oct 31 20:14:09 localhost kernel: switching to power state:
    Oct 31 20:14:09 localhost kernel: ui class: performance
    Oct 31 20:14:09 localhost kernel: internal class: none
    Oct 31 20:14:09 localhost kernel: caps: single_disp video
    Oct 31 20:14:09 localhost kernel: uvd vclk: 0 dclk: 0
    Oct 31 20:14:09 localhost kernel: power level 0 sclk: 24000 mclk: 97500 vddc: 1053
    Oct 31 20:14:09 localhost kernel: power level 1 sclk: 50000 mclk: 97500 vddc: 1183
    Oct 31 20:14:09 localhost kernel: power level 2 sclk: 85000 mclk: 97500 vddc: 1313
    Oct 31 20:14:09 localhost kernel: status: r
    Oct 31 20:14:09 localhost kernel: [drm] radeon: dpm initialized
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: USB hub found
    Oct 31 20:14:09 localhost kernel: hub 3-0:1.0: 2 ports detected
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Oct 31 20:14:09 localhost kernel: ehci-pci 0000:00:1d.7

    OK, I found a solution for this problem after fiddling with my fstab. Trick is to let Systemd mount partitions when necessary and do its business during boot like explained here in Arch wiki: https://wiki.archlinux.org/index.php/Im … tem_mounts
    $ nano /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    /dev/sda8 /boot ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    /dev/sda9 none swap defaults,noauto,x-systemd.automount 0 0
    # /dev/sda10 / ext4 defaults,noatime,noauto,x-systemd.automount 0 1
    /dev/sda11 /home ext4 defaults,noatime,noauto,x-systemd.automount 0 2
    Now my boot time is reduced from 28secs to 9secs without any SSD card or Readahead like software involved:
    $ systemd-analyze && systemd-analyze blame
    Startup finished in 229ms (kernel) + 2.544s (initrd) + 7.181s (userspace) = 9.954s
    2.275s systemd-vconsole-setup.service
    743ms systemd-logind.service
    559ms dev-mqueue.mount
    538ms sys-kernel-config.mount
    538ms sys-kernel-debug.mount
    536ms powermanagement.service
    498ms kmod-static-nodes.service
    493ms polkit.service
    483ms dev-hugepages.mount
    456ms systemd-sysctl.service
    402ms systemd-tmpfiles-setup.service
    398ms upower.service
    379ms udisks2.service
    332ms systemd-random-seed.service
    269ms systemd-tmpfiles-setup-dev.service
    261ms systemd-journal-flush.service
    233ms systemd-user-sessions.service
    208ms systemd-udev-trigger.service
    177ms systemd-udevd.service
    156ms [email protected]
    113ms [email protected]
    52ms systemd-update-utmp.service
    47ms systemd-remount-fs.service
    38ms home.mount
    4ms alsa-restore.service
    $ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @7.181s
    └─multi-user.target @7.181s
    └─systemd-logind.service @6.437s +743ms
    └─basic.target @6.436s
    └─timers.target @6.434s
    └─systemd-tmpfiles-clean.timer @6.434s
    └─sysinit.target @2.986s
    └─systemd-vconsole-setup.service @711ms +2.275s
    └─systemd-journald.socket
    └─-.mount
    └─system.slice
    └─-.slice

  • KDE startup delay

    Hey there,
    ever since I installed KDE (plasma) on my notebook it has been really slow to start and doesn't show a progress bar, just fades in after 30 seconds or thereabout.
    I looked at my journal and it presented this to me
    Apr 27 18:44:58 HOSTNAME kglobalaccel5[647]: Registering key "Screensaver" for "ksmserver" : "Lock Session"
    Apr 27 18:44:58 HOSTNAME kdeinit5[628]: powerdevil: ACTIVE SESSION PATH CHANGED: "/org/freedesktop/login1/session/c2"
    Apr 27 18:44:58 HOSTNAME kdeinit5[628]: powerdevil: Current session is now inactive
    Apr 27 18:44:59 HOSTNAME systemd[528]: Time has been changed
    Apr 27 18:44:59 HOSTNAME systemd[1]: Time has been changed
    Apr 27 18:45:03 HOSTNAME NetworkManager[404]: <info> (wlp3s0): Activation: Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    Apr 27 18:45:03 HOSTNAME NetworkManager[404]: <info> (wlp3s0): Activation: Stage 4 of 5 (IPv6 Configure Timeout) started...
    Apr 27 18:45:03 HOSTNAME NetworkManager[404]: <info> (wlp3s0): Activation: Stage 4 of 5 (IPv6 Configure Timeout) complete.
    Apr 27 18:45:23 HOSTNAME kdeinit5[628]: kcm_keyboard: New device id: 8
    Apr 27 18:45:23 HOSTNAME kdeinit5[628]: kcm_keyboard: id: 2 name: Virtual core pointer used as: 0
    Apr 27 18:45:23 HOSTNAME kdeinit5[628]: kcm_keyboard: id: 3 name: Virtual core keyboard used as: 1
    Apr 27 18:45:23 HOSTNAME kdeinit5[628]: kcm_keyboard: id: 4 name: Virtual core XTEST pointer used as: 4
    Apr 27 18:45:23 HOSTNAME kdeinit5[628]: kcm_keyboard: id: 5 name: Virtual core XTEST keyboard used as: 3
    It registers and unregisters like a million keys but that 24 seconds delay seems unnecesarry. Do you guys have an idea to what could cause this?
    I attached the whole kde startup log here:
    Apr 27 18:44:39 MYHOSTNAME dbus[407]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Apr 27 18:44:39 MYHOSTNAME systemd[1]: Starting Network Manager Script Dispatcher Service...
    Apr 27 18:44:39 MYHOSTNAME dbus[407]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Apr 27 18:44:39 MYHOSTNAME systemd[1]: Started Network Manager Script Dispatcher Service.
    Apr 27 18:44:42 MYHOSTNAME login[421]: pam_unix(login:session): session opened for user MYUSERNAME by LOGIN(uid=0)
    Apr 27 18:44:42 MYHOSTNAME systemd[1]: Created slice user-1000.slice.
    Apr 27 18:44:42 MYHOSTNAME systemd[1]: Starting user-1000.slice.
    Apr 27 18:44:42 MYHOSTNAME systemd[1]: Starting User Manager for UID 1000...
    Apr 27 18:44:42 MYHOSTNAME systemd-logind[403]: New session c1 of user MYUSERNAME.
    Apr 27 18:44:42 MYHOSTNAME systemd[1]: Started Session c1 of user MYUSERNAME.
    Apr 27 18:44:42 MYHOSTNAME systemd[1]: Starting Session c1 of user MYUSERNAME.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: pam_unix(systemd-user:session): session opened for user MYUSERNAME by (uid=0)
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Unit type .busname is not supported on this system.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Unit boot.mount is bound to inactive unit. Stopping, too.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Unit boot-bin.mount is bound to inactive unit. Stopping, too.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Startup finished in 10ms.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Reached target Timers.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Starting Timers.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Reached target Sockets.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Starting Sockets.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Reached target Paths.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Starting Paths.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Reached target Basic System.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Starting Basic System.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Reached target Default.
    Apr 27 18:44:42 MYHOSTNAME systemd[528]: Starting Default.
    Apr 27 18:44:42 MYHOSTNAME login[421]: LOGIN ON tty1 BY MYUSERNAME
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[621]: Qt: Session management error: networkIdsList argument is NULL
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[621]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[628]: Qt: Session management error: networkIdsList argument is NULL
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kbuildsycoca5" (pid 635) up and running.
    Apr 27 18:44:45 MYHOSTNAME kbuildsycoca5[635]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:45 MYHOSTNAME kbuildsycoca5[635]: checking file timestamps
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[631]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[631]: Initializing "kcm_style" : "kcminit_style"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[631]: Initializing "kcm_bell" : "kcminit_bell"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[631]: Initializing "kcm_input" : "kcminit_mouse"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[631]: Initializing "kcm_access" : "kcminit_access"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[621]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kaccess" (pid 640) up and running.
    Apr 27 18:44:45 MYHOSTNAME kaccess[640]: QCoreApplication::arguments: Please instantiate the QApplication object first
    Apr 27 18:44:45 MYHOSTNAME kaccess[643]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:45 MYHOSTNAME kaccess[640]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:45 MYHOSTNAME kbuildsycoca5[635]: timestamps check ok
    Apr 27 18:44:45 MYHOSTNAME kbuildsycoca5[635]: Emitting notifyDatabaseChanged ()
    Apr 27 18:44:45 MYHOSTNAME kdeinit5[628]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkmanagement" still uses .desktop files ("kded/networkmanagement.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "bluedevil" still uses .desktop files ("kded/bluedevil.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "obexftpdaemon" still uses .desktop files ("kded/obexftpdaemon.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "solidautoeject" still uses .desktop files ("kded/solidautoeject.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kwrited" still uses .desktop files ("kded/kwrited.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ksysguard" still uses .desktop files ("kded/ksysguard.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "desktopnotifier" still uses .desktop files ("kded/desktopnotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kscreen" still uses .desktop files ("kded/kscreen.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "keyboard" still uses .desktop files ("kded/keyboard.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "appmenu" still uses .desktop files ("kded/appmenu.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "platformstatus" still uses .desktop files ("kded/platformstatus.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "khotkeys" still uses .desktop files ("kded/khotkeys.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ktouchpadenabler" still uses .desktop files ("kded/ktouchpadenabler.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "freespacenotifier" still uses .desktop files ("kded/freespacenotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ktimezoned" still uses .desktop files ("kded/ktimezoned.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kmixd" still uses .desktop files ("kded/kmixd.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "statusnotifierwatcher" still uses .desktop files ("kded/statusnotifierwatcher.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "recentdocumentsnotifier" still uses .desktop files ("kded/recentdocumentsnotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "soliduiserver" still uses .desktop files ("kded/soliduiserver.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "powerdevil" still uses .desktop files ("kded/powerdevil.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "proxyscout" has already been found using JSON metadata, please don't install the now unneeded .desktop file ("kded/proxyscout.desktop").
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkstatus" still uses .desktop files ("kded/networkstatus.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "remotedirnotify" still uses .desktop files ("kded/remotedirnotify.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkwatcher" still uses .desktop files ("kded/networkwatcher.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: Qt: Session management error: networkIdsList argument is NULL
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "networkmanagement" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "networkmanagement"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: Configuring Lock Action
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "ksysguard" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "ksysguard"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "kscreen" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "kscreen"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "statusnotifierwatcher" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "statusnotifierwatcher"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "powerdevil" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "powerdevil"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/lib/kf5/kconf_update" (pid 649) up and running.
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "khotkeys"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: "{d03619b6-9b3c-48cc-9d9c-a2aadb485550}" skipping because key "" is already taken
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "krunner"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "kwin"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "kmix"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "kded5"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "plasmashell"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "KDE Keyboard Layout Switcher"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Loading group "ksmserver"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Esc" for "kded5" : "Show System Activity"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+L" for "ksmserver" : "Lock Session"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Screensaver" for "ksmserver" : "Lock Session"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: XSync seems available and ready
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: XSync Inited
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: Supported, init completed
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Loading UPower backend...
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: UPower service, org.freedesktop.UPower , is not registered on the bus. Trying to find out if it is activated.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: UPower was found, activating service...
    Apr 27 18:44:46 MYHOSTNAME dbus[407]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Apr 27 18:44:46 MYHOSTNAME systemd[1]: Starting Daemon for power management...
    Apr 27 18:44:46 MYHOSTNAME dbus[407]: [system] Successfully activated service 'org.freedesktop.UPower'
    Apr 27 18:44:46 MYHOSTNAME systemd[1]: Started Daemon for power management.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Success!
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Backend loaded, loading core
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Core loaded, initializing backend
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Using XRandR
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 7
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: current screen brightness value: 7
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Backend is ready, KDE Power Management system initialized
    Apr 27 18:44:46 MYHOSTNAME dbus[407]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Apr 27 18:44:46 MYHOSTNAME systemd[1]: Starting Disk Manager...
    Apr 27 18:44:46 MYHOSTNAME udisksd[665]: udisks daemon version 2.1.5 starting
    Apr 27 18:44:46 MYHOSTNAME dbus[407]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Apr 27 18:44:46 MYHOSTNAME systemd[1]: Started Disk Manager.
    Apr 27 18:44:46 MYHOSTNAME udisksd[665]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: A new battery was detected
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: XSync seems available and ready
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: XSync Inited
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Supported, init completed
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Session path: "/org/freedesktop/login1/session/c1"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: ACTIVE SESSION PATH: "/org/freedesktop/login1/session/c1"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Current session is now active
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: fd passing available: true
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: systemd powersave events handling inhibited, descriptor: 18
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: systemd support initialized
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Got a valid offer for "DPMSControl"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Monitor Brightness Up" for "kded5" : "Increase Screen Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Monitor Brightness Down" for "kded5" : "Decrease Screen Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Keyboard Brightness Up" for "kded5" : "Increase Keyboard Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Keyboard Brightness Down" for "kded5" : "Decrease Keyboard Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Keyboard Light On/Off" for "kded5" : "Toggle Keyboard Backlight"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Sleep" for "kded5" : "Sleep"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Hibernate" for "kded5" : "Hibernate"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: "Hibernate" : Failed to register "Hibernate"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Power Off" for "kded5" : "PowerOff"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Core is ready, registering various services on the bus...
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Can't contact ck
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: We are now into activity "default"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: () ()
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: () ()
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Loading profile for plugged AC
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Activity is not forcing a profile
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Created alarm 16777217
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Created alarm 16777222
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Profiles: "AC" ""
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: set screen brightness percentage: 100
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value max: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: set screen brightness value: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil:
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Loading timeouts with 300000
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Created alarm 16777223
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Created alarm 16777224
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: Created alarm 16777225
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.9'
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.13'
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Unregistering key "Keyboard Brightness Up" for "kded5" : "Increase Keyboard Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Unregistering key "Keyboard Brightness Down" for "kded5" : "Decrease Keyboard Brightness"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Unregistering key "Keyboard Light On/Off" for "kded5" : "Toggle Keyboard Backlight"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Brightness changed!!
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value max: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Brightness changed!!
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 15
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: powerdevil: Brightness changed!!
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: detected kglobalaccel restarting, re-registering all shortcut keys
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: Created alarm 20971521
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: ksmserver: "/run/user/1000/KSMserver"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: ksmserver: KSMServer: SetAProc_loc: conn 0 , prot= local , file= @/tmp/.ICE-unix/642
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: ksmserver: KSMServer: SetAProc_loc: conn 1 , prot= unix , file= /tmp/.ICE-unix/642
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: ksmserver: KSMServer::restoreSession "saved at previous logout"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 0 "/etc/xdg/autostart/krunner.desktop"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.9'
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: detected kglobalaccel restarting, re-registering all shortcut keys
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[642]: Session path: "/org/freedesktop/login1/session/c1"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/krunner" (pid 677) up and running.
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: Qt: Session management error: networkIdsList argument is NULL
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.backendLauncher: Requested backend: ""
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.backendLauncher: Lookup paths: ("/usr/lib/qt/plugins", "/usr/lib/kf5")
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.backendLauncher: Trying "/usr/lib/qt/plugins//kf5/kscreen/KSC_XRandR.so"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Detected XRandR 1.4
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Event Base: 89
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Event Error: 147
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.backendLauncher: Loading "XRandR" backend
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.10" newAppId= ":1.10" pendingAppId= "org.kde.krunner"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= "org.kde.KScreen.Backend.XRandR" newAppId= "org.kde.KScreen.Backend.XRandR" pendingAppId= "org.kde.krunner"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen: launcherDataAvailable: "org.kde.KScreen.Backend.XRandR"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.11" newAppId= ":1.11" pendingAppId= "org.kde.krunner"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 0 "/etc/xdg/autostart/plasmashell.desktop"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config KScreen::Config(0x138e860) is ready
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Display" for "kded5" : "display"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Applying config
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Calculating config ID for KScreen::Config(0x138e860)
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Part of the Id: "46d063b31aa4bfa4aa488b784881c4eb"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config ID: "b42afda34ff5f252655c26442199ed66"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Calculating config ID for KScreen::Config(0x138e860)
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Part of the Id: "46d063b31aa4bfa4aa488b784881c4eb"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config ID: "b42afda34ff5f252655c26442199ed66"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Applying known config "b42afda34ff5f252655c26442199ed66"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Finding a mode for QSize(1440, 900) @ 60.0375
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Found: "76" QSize(1440, 900) @ 60.0375
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: doApplyConfig()
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/plasmashell" (pid 680) up and running.
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: XRandR::setConfig
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Output: "LVDS1" Size: QSize(1440, 900) Pos: QPoint(0,0)
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "DP1"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "DP2"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "DP3"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "HDMI1"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "HDMI2"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "HDMI3"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "VGA1"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disabled/Disconnected output: "VIRTUAL1"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Requested screen size is QSize(1440, 900)
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: 1
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Actions to perform:
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Primary Output: 66
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Change Screen Size: false
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Disable outputs: false
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Change outputs: false
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: Enable outputs: false
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xrandr: XRandR::setConfig done!
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.12" newAppId= ":1.12" pendingAppId= "org.kde.plasmashell"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config applied
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Monitor for changes: true
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= "org.kde.kwin" newAppId= "org.kde.kwin" pendingAppId= "org.kde.plasmashell"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+Space" for "krunner" : "run command"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+F2" for "krunner" : "run command"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Search" for "krunner" : "run command"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+Shift+F2" for "krunner" : "run command on clipboard contents"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: OUTPUT CHANGE
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Output: 66
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: CRTC: 63
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Mode: 76
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Rotation: "RR_Rotate_0"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Connection: "RR_Connected"
    Apr 27 18:44:46 MYHOSTNAME kscreen_backend_launcher[673]: kscreen.xcb.helper: Subpixel Order: 1
    Apr 27 18:44:46 MYHOSTNAME kwin_x11[676]: kwin_core: Extensions: shape: 0x "11" composite: 0x "4" render: 0x "b" fixes: 0x "50" randr: 0x "14" sync: 0x "31" damage: 0x "11"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen: Requesting missing EDID for outputs (66)
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[628]: kscreen.kded: Change detected
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_share.so" instead.
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_wallpaper.so" instead.
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_layoutemplate.so" instead.
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_lookandfeel.so" instead.
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_plasmashell.so" instead.
    Apr 27 18:44:46 MYHOSTNAME krunner[677]: Calling KPluginInfo::property("X-KDE-PluginInfo-Name") is deprecated, use KPluginInfo::pluginName() in "/usr/lib/qt/plugins/plasma/packagestructure/plasma_packagestructure_wallpaperimages.so" instead.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.13" newAppId= ":1.13" pendingAppId= "org.kde.plasmashell"
    Apr 27 18:44:46 MYHOSTNAME kwin_x11[676]: Constructing a KPluginInfo object from old style JSON. Please use kcoreaddons_desktop_to_json() for "/usr/lib/qt/plugins/org.kde.kdecoration2/breezedecoration.so" instead of kservice_desktop_to_json() in your CMake code.
    Apr 27 18:44:46 MYHOSTNAME kwin_x11[676]: Constructing a KPluginInfo object from old style JSON. Please use kcoreaddons_desktop_to_json() for "/usr/lib/qt/plugins/org.kde.kdecoration2/kwin5_aurorae.so" instead of kservice_desktop_to_json() in your CMake code.
    Apr 27 18:44:46 MYHOSTNAME kwin_x11[676]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:46 MYHOSTNAME kwin_x11[676]: Trying to load decoration plugin: "/usr/lib/qt/plugins/org.kde.kdecoration2/breezedecoration.so"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 0 "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/lib/polkit-kde/polkit-kde-authentication-agent-1" (pid 688) up and running.
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= "org.kde.KWin" newAppId= "org.kde.KWin" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:46 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "KWin"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+F3" for "kwin" : "Window Operations Menu"
    Apr 27 18:44:46 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+F4" for "kwin" : "Window Close"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+A" for "kwin" : "Activate Window Demanding Attention"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F12" for "plasmashell" : "show dashboard"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Q" for "plasmashell" : "manage activities"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Tab" for "plasmashell" : "next activity"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.14" newAppId= ":1.14" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "14"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Shift+Tab" for "plasmashell" : "previous activity"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+S" for "plasmashell" : "stop current activity"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Alt+Up" for "kwin" : "Switch Window Up"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Alt+Down" for "kwin" : "Switch Window Down"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Alt+Right" for "kwin" : "Switch Window Right"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Alt+Left" for "kwin" : "Switch Window Left"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.15" newAppId= ":1.15" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "15"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+Esc" for "kwin" : "Kill Window"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+Shift+F12" for "kwin" : "Suspend Compositing"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+Tab" for "kwin" : "Walk Through Windows"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+Shift+Backtab" for "kwin" : "Walk Through Windows (Reverse)"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+`" for "kwin" : "Walk Through Windows of Current Application"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+~" for "kwin" : "Walk Through Windows of Current Application (Reverse)"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: adding shift to the grab
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F1" for "kwin" : "Switch to Desktop 1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F2" for "kwin" : "Switch to Desktop 2"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F3" for "kwin" : "Switch to Desktop 3"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F4" for "kwin" : "Switch to Desktop 4"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.16" newAppId= ":1.16" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "16"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= "org.kde.ActivityManager" newAppId= "org.kde.ActivityManager" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "ActivityManager"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: org.kde.kactivities.activities: Starting the KDE Activity Manager daemon QDateTime("2015-04-27 18:44:47.205 CEST Qt::LocalTime")
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appId= ":1.17" newAppId= ":1.17" pendingAppId= "*.polkit-kde-authentication-agent-1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: appName= "17"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kscreen.kded: Saving current config to file
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kscreen.kded: Calculating config ID for KScreen::Config(0x138e860)
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kscreen.kded: Part of the Id: "46d063b31aa4bfa4aa488b784881c4eb"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config ID: "b42afda34ff5f252655c26442199ed66"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kscreen.kded: Config saved on: "/home/MYUSERNAME/.local/share/kscreen/b42afda34ff5f252655c26442199ed66"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:47 MYHOSTNAME polkit-kde-authentication-agent-1[688]: New PolkitAgentListener 0x165b320
    Apr 27 18:44:47 MYHOSTNAME polkit-kde-authentication-agent-1[688]: Adding new listener PolkitQt1::Agent::Listener(0x167a790) for 0x165b320
    Apr 27 18:44:47 MYHOSTNAME polkit-kde-authentication-agent-1[688]: Listener online
    Apr 27 18:44:47 MYHOSTNAME polkitd[445]: Registered Authentication Agent for unix-session:c1 (system bus name :1.16 [/usr/lib/polkit-kde/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Apr 27 18:44:47 MYHOSTNAME polkit-kde-authentication-agent-1[688]: true
    Apr 27 18:44:47 MYHOSTNAME polkit-kde-authentication-agent-1[688]: Invalid service name "/org/kde/polkit-kde-authentication-agent-1" using: "/org/kde/polkitkdeauthenticationagent1"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 0 ""
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: ksmserver: Autostart 0 done
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: kcminit not running? If we are running with mobile profile or in another platform other than X11 this is normal.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: ksmserver: Kcminit phase 1 done
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 1 "/etc/xdg/autostart/restore_kmix_volumes.desktop"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kmixctrl" (pid 706) up and running.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 1 ""
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: ksmserver: Autostart 1 done
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+Del" for "ksmserver" : "Log Out"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+Shift+Del" for "ksmserver" : "Log Out Without Confirmation"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+Shift+PgDown" for "ksmserver" : "Halt Without Confirmation"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+Shift+PgUp" for "ksmserver" : "Reboot Without Confirmation"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kactivitymanagerd" (pid 707) up and running.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Initializing OpenGL compositing
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Choosing GLXFBConfig 0x66 X visual 0x7a depth 24 RGBA 8:8:8:8 ZS 0:0
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: Direct rendering: true
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Color correction: false
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: 0x3: 0:1(12): warning: extension `GL_AMD_vertex_shader_layer' unsupported in vertex shader
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: OpenGL 2 compositing successfully initialized
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Vertical Refresh rate 60 Hz
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: Using FBConfig 0x6c for visual 0x61
    Apr 27 18:44:47 MYHOSTNAME krunner[677]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Enabled by default function disables effect: "blur"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Enabled by default function disables effect: "contrast"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Session path: "/org/freedesktop/login1/session/c1"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "dashboard"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded scripted effect: "kwin4_effect_maximize"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F8" for "kwin" : "ShowDesktopGrid"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "desktopgrid"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded scripted effect: "kwin4_effect_login"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "highlightwindow"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: kf5.kservice.sycoca: Trying to open ksycoca from "/home/MYUSERNAME/.cache/ksycoca5"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded scripted effect: "kwin4_effect_dialogparent"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "kscreen"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: Setting the name: "org.kde.ActivityManager.ActivityTemplates"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: org.kde.kactivities.application: [ OK ] loaded: "Activity Templates"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded scripted effect: "kwin4_effect_fade"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: org.kde.kactivities.application: [ OK ] loaded: "Share-Like-Connect"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "logout"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: Setting the name: "org.kde.ActivityManager.Resources.Scoring"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: Creating directory: "/home/MYUSERNAME/.local/share/kactivitymanagerd/resources/"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/bluedevil-monolithic" (pid 717) up and running.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded scripted effect: "kwin4_effect_translucency"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "minimizeanimation"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F9" for "kwin" : "Expose"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: Database connection: "kactivities_db_resources_139855001909184_readwrite"
    query_only: QVariant(qlonglong, 0)
    journal_mode: QVariant(QString, "wal")
    wal_autocheckpoint: QVariant(qlonglong, 100)
    synchronous: QVariant(qlonglong, 1)
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: org.kde.kactivities.application: [ OK ] loaded: "Sqlite Feeder"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F10" for "kwin" : "ExposeAll"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Launch (C)" for "kwin" : "ExposeAll"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+F7" for "kwin" : "ExposeClass"
    Apr 27 18:44:47 MYHOSTNAME kactivitymanagerd[697]: org.kde.kactivities.application: [ OK ] loaded: "Event Spy"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "presentwindows"
    Apr 27 18:44:47 MYHOSTNAME kernel: QXcbEventReader[692]: segfault at 7fb8321d8399 ip 00007fb8321d8399 sp 00007fb8250f4e20 error 14
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: Requested backend: ""
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: Lookup paths: ("/usr/lib/qt/plugins", "/usr/lib/kf5")
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: Trying "/usr/lib/qt/plugins//kf5/kscreen/KSC_XRandR.so"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "screenedge"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "screenshot"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "slide"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "slidingpopups"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "startupfeedback"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+=" for "kwin" : "view_zoom_in"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+-" for "kwin" : "view_zoom_out"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+0" for "kwin" : "view_actual_size"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Left" for "kwin" : "MoveZoomLeft"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Right" for "kwin" : "MoveZoomRight"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Up" for "kwin" : "MoveZoomUp"
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.xcb.helper: Detected XRandR 1.4
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.xcb.helper: Event Base: 89
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.xcb.helper: Event Error: 147
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+Down" for "kwin" : "MoveZoomDown"
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: Loading "XRandR" backend
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: Failed to register as DBus service: another launcher already running?
    Apr 27 18:44:47 MYHOSTNAME kscreen_backend_launcher[711]: kscreen.backendLauncher: ""
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+F5" for "kwin" : "MoveMouseToFocus"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Meta+F6" for "kwin" : "MoveMouseToCenter"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Successfully loaded built-in effect: "zoom"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 886, resource id: 50331653, major code: 18 (ChangeProperty), minor code: 0
    Apr 27 18:44:47 MYHOSTNAME systemd-coredump[718]: Process 691 (kactivitymanage) of user 1000 dumped core.
    Apr 27 18:44:47 MYHOSTNAME kmixctrl[706]: QString::arg: Argument missing: "hw%i" , 0
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 890, resource id: 50331654, major code: 18 (ChangeProperty), minor code: 0
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 902, resource id: 48234501, major code: 18 (ChangeProperty), minor code: 0
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kmix" (pid 722) up and running.
    Apr 27 18:44:47 MYHOSTNAME bluedevil-monolithic[717]: service is "org.kde.StatusNotifierItem-717-1"
    Apr 27 18:44:47 MYHOSTNAME bluedevil-monolithic[717]: Registering a client interface to the KStatusNotifierWatcher
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Alt+F1" for "plasmashell" : "activate widget 2"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: Registering "org.kde.StatusNotifierItem-717-1/StatusNotifierItem" to system tray
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:47 MYHOSTNAME kmix[722]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "Thunar" (pid 731) up and running.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[642]: completeShutdownOrCheckpoint called
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: KXMLGUI file found at deprecated location ("/usr/share/kmix/kmixui.rc") -- please use ${KXMLGUI_INSTALL_DIR} to install this file instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "hide_kmixwindow" "Hide Mixer Window" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "save_1" "Save volume profile 1" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "save_2" "Save volume profile 2" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "save_3" "Save volume profile 3" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "save_4" "Save volume profile 4" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "load_1" "Load volume profile 1" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "load_2" "Load volume profile 2" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "load_3" "Load volume profile 3" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Shortcut for action "load_4" "Load volume profile 4" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Volume Up" for "kmix" : "increase_volume"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Volume Down" for "kmix" : "decrease_volume"
    Apr 27 18:44:47 MYHOSTNAME kglobalaccel5[647]: Registering key "Volume Mute" for "kmix" : "mute"
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Your code needs to be ported in KF5. See the Ki18n programmers guide.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: Loading second phase autoload
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 2 "/home/MYUSERNAME/.config/autostart/cutegram.desktop"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkmanagement" still uses .desktop files ("kded/networkmanagement.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "bluedevil" still uses .desktop files ("kded/bluedevil.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "obexftpdaemon" still uses .desktop files ("kded/obexftpdaemon.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "solidautoeject" still uses .desktop files ("kded/solidautoeject.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/cutegram" failed.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kwrited" still uses .desktop files ("kded/kwrited.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 2 "/etc/xdg/autostart/kmix_autostart.desktop"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: "/usr/bin/kmix" (pid 739) up and running.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ksysguard" still uses .desktop files ("kded/ksysguard.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "desktopnotifier" still uses .desktop files ("kded/desktopnotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kscreen" still uses .desktop files ("kded/kscreen.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "keyboard" still uses .desktop files ("kded/keyboard.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "appmenu" still uses .desktop files ("kded/appmenu.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "platformstatus" still uses .desktop files ("kded/platformstatus.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "khotkeys" still uses .desktop files ("kded/khotkeys.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ktouchpadenabler" still uses .desktop files ("kded/ktouchpadenabler.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "freespacenotifier" still uses .desktop files ("kded/freespacenotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "ktimezoned" still uses .desktop files ("kded/ktimezoned.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "kmixd" still uses .desktop files ("kded/kmixd.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "statusnotifierwatcher" still uses .desktop files ("kded/statusnotifierwatcher.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "recentdocumentsnotifier" still uses .desktop files ("kded/recentdocumentsnotifier.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "soliduiserver" still uses .desktop files ("kded/soliduiserver.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "powerdevil" still uses .desktop files ("kded/powerdevil.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "proxyscout" has already been found using JSON metadata, please don't install the now unneeded .desktop file ("kded/proxyscout.desktop").
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, ASN: 4294967295
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkstatus" still uses .desktop files ("kded/networkstatus.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, final: 'ID: 37748741 ;WMCLASS: "kmix" : "kmix" ;Caption: "kmix" ' : 37806
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "remotedirnotify" still uses .desktop files ("kded/remotedirnotify.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Activation: No client active, allowing
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: kded module "networkwatcher" still uses .desktop files ("kded/networkwatcher.desktop"). Please port it to JSON metadata.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "solidautoeject"
    Apr 27 18:44:47 MYHOSTNAME kwin_x11[676]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1137, resource id: 31457305, major code: 18 (ChangeProperty), minor code: 0
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "solidautoeject" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: QString::arg: Argument missing: "hw%i" , 0
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[621]: kf5.kinit.klauncher: Service: 2 ""
    Apr 27 18:44:47 MYHOSTNAME kmix[741]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:47 MYHOSTNAME kmix[739]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "solidautoeject"
    Apr 27 18:44:47 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "kwrited"
    Apr 27 18:44:47 MYHOSTNAME kmix[726]: Cannot load profile "MPRIS2.Playback_Streams.1.default" . It was removed by the user, or the KMix config file is defective.
    Apr 27 18:44:48 MYHOSTNAME kmix[726]: service is "org.kde.StatusNotifierItem-726-1"
    Apr 27 18:44:48 MYHOSTNAME kmix[726]: Registering a client interface to the KStatusNotifierWatcher
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "kwrited" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "kwrited"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "keyboard"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "keyboard" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Fetched layout groups from X server: layouts: ("us") variants: ("")
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Parsing xkb rules from "/usr/share/X11/xkb/rules/evdev.xml"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: xkbConfigRegistry version "1.1"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: "Trying to convert empty KLocalizedString to QString."
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: "Trying to convert empty KLocalizedString to QString."
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: "Trying to convert empty KLocalizedString to QString."
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Parsing xkb rules from "/usr/share/X11/xkb/rules/evdev.extras.xml"
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, ASN: 37485
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, final: 'ID: 33554449 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Desktop — Plasma" ' : 37485
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: Activation: No client active, allowing
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Merged from extra rules: 37 layouts, 0 models, 0 option groups
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Configuring keyboard
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: configuring layouts false configuring options false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Fetched layout groups from X server: layouts: ("us") variants: ("")
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: Registering key "Ctrl+Alt+K" for "KDE Keyboard Layout Switcher" : "Switch to Next Keyboard Layout"
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: 1
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Cleaning component shortcuts on load false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: Registered for new device events from XInput, class 81
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: qCoreApp QApplication(0x7fffb4e34b00)
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kcm_keyboard: loginMode: ""
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Failed to open layout memory xml file for reading "/home/MYUSERNAME/.local/share/kded5/keyboard/session/layout_memory.xml" error: 5
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "keyboard"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "appmenu"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "appmenu" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "appmenu"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "platformstatus"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "platformstatus"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "khotkeys" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Installing the delayed initialization callback.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "ktimezoned"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "ktimezoned" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "ktimezoned"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "kmixd"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "kmixd" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kmix: kmixd: Triggering delayed initialization
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "kmixd"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "networkstatus"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "networkstatus"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: 2nd phase: loading "remotedirnotify"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: found kded module "remotedirnotify" by prepending 'kded_' to the library path, please fix your metadata.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: kf5.kded: Successfully loaded module "remotedirnotify"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Delayed initialization.
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[642]: ksmserver: Kcminit phase 2 done
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[642]: ksmserver: Autostart 2 done
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: true
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Reloading the khotkeys configuration
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Version 2 File!
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, ASN: 4294967295
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, final: 'ID: 44040196 ;WMCLASS: "thunar" : "thunar" ;Caption: "EtPraktikum 2 - File Manager" ' : 38057
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: Activation: No client active, allowing
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: Registering key "Print" for "khotkeys" : "{a8b57573-0f1c-47db-9523-81e666733509}"
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: Registering key "Launch (3)" for "khotkeys" : "{a7837fe3-e8bb-4e31-8e86-6cc88eb4fa61}"
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: Unregistering key "Launch (3)" for "khotkeys" : "{a7837fe3-e8bb-4e31-8e86-6cc88eb4fa61}"
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: Registering key "Launch (3)" for "khotkeys" : "{a7837fe3-e8bb-4e31-8e86-6cc88eb4fa61}"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: true
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Enabled: false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Handler: 0
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Exclude: 0x0 Match? false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Gesture ungrab
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: 3
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: 3
    Apr 27 18:44:48 MYHOSTNAME kglobalaccel5[647]: 3
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Imported file "/usr/share/khotkeys/printscreen.khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Enabled: false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Handler: 0
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Exclude: 0x0 Match? false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: false
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Gesture ungrab
    Apr 27 18:44:48 MYHOSTNAME kwin_x11[676]: Using FBConfig 0x67 for visual 0x7b
    Apr 27 18:44:48 MYHOSTNAME kdeinit5[628]: Registering "org.kde.StatusNotifierItem-726-1/StatusNotifierItem" to system tray
    Apr 27 18:44:49 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, ASN: 38162
    Apr 27 18:44:49 MYHOSTNAME kwin_x11[676]: kwin_core: User timestamp, final: 'ID: 33554455 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 38162
    Apr 27 18:44:49 MYHOSTNAME kwin_x11[676]: kwin_core: Activation, compared: 'ID: 33554455 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 38162 : 38057 : true
    Apr 27 18:44:49 MYHOSTNAME kwin_x11[676]: kwin_core: screens: 1 desktops: 1
    Apr 27 18:44:49 MYHOSTNAME kwin_x11[676]: kwin_core: Done.
    Apr 27 18:44:49 MYHOSTNAME kdeinit5[628]: Registering "org.kde.StatusNotifierHost-680" as system tray
    Apr 27 18:44:49 MYHOSTNAME kmix[726]: Registering a client interface to the KStatusNotifierWatcher
    Apr 27 18:44:49 MYHOSTNAME bluedevil-monolithic[717]: Registering a client interface to the KStatusNotifierWatcher
    Apr 27 18:44:49 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 15
    Apr 27 18:44:49 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value max: 15
    Apr 27 18:44:49 MYHOSTNAME kdeinit5[628]: powerdevil: Screen brightness value: 15
    Apr 27 18:44:49 MYHOSTNAME

    Check the setting in the Startup Disk pane of System Preferences.
    (52278)

  • [SOLVED] LXDM and Other Catastrophe's

    Compared to the arch-fu practitioners here I'm a total noob so bear with me . And sorry if this has been solved before, I searched but found nothing.
    My second attempt at installing Arch was going kind-of smoothly until I got to configuring LXDM. No matter what I do it keeps logging into the default X session (twm) rather than my wm's (openbox/scrotwm). I tried fiddling with lxdm.conf and /etc/lxdm/Xsession only to break it completely (login loop). I also tried this to no avail. I even tried symlinking~/.Xsession to /etc/lxdm/Xsession, which made no difference. So I'm assuming I have to modify /etc/lxdm/Xsession in some way?
    All this messing about (4 days and counting) and other niggling configs I've borked (shutdown and reboot break with ata2 errors, acpid to blame?) has got me considering ArchBang (Blasphemy!) and modding from there. But then I saw how many gnome bits it has, I don't want to load the entire gnome library for no good reason and I assume removing all of it would be a pain?
    Last edited by seaneking (2012-02-20 22:45:27)

    "$1" is a special variable, known as Positional parameters, they are basically the commandline parameters.
    For example:
    myscript some option another_option
    <--$0--> <$1> <-$2-> <-----$3----->
    <---------------$*---------------->
    <---------------$#----------------> # Number of Arguments, in this case $# = 3 (doesn't include $0)
    More info on bash/shell scripting can be found on Greg's wiki
    In the mean time...
    So I downloaded LXDM and I'm at a loss. I have no idea where it's finding the various window managers (including non-existent ones, and in some cases not at all). The only file which exists on my system sourced within /etc/lxdm/Xsessions is "/etc/X11/xinit/xinitrc", which, even though it's the same as the skeleton file, doesn't merge my X[defaults|resources]. Yet it seems to use some commands from my ~/.xinitrc such as feh background setting.
    Documentation is... sparse (.dmrc?)
    Edit:
    Giving up, hopefully someone with more experience/knowledge can help. Sorry
    Edit2:
    Right. It seems that the list of WMs/DEs is actually built from .desktop entires under /usr/share/xsessions/. (I know you mentioned this already)
    So if you want to add i3, simply drop an i3.desktop file containing something like:
    [Desktop Entry]
    Name=i3
    Exec=i3
    Checking the source indicates that LXDM seems to only look for the "Name", "Exec" and "Desktop Entry".
    Edit3:
    Okay, reinstalled LXDM and tested this theory. Made a bogus.desktop file under /usr/share/xsessions and used the following contents:
    [Desktop Entry]
    Name=Bogus
    Exec=wmii
    Logged out, started LXDM and sure enough, I had a new entry named "Bogus" which launched wmii. I didn't alter any config files at all. (brand new install)
    PS: Bedtime!
    Last edited by Earnestly (2012-02-20 02:27:32)

  • Startup delay with new HDD

    I cracked my late 2006 iMac 24" open and replaced the stock drive with a Velociraptor. It's been working great, except for the fact that it has introduced a 30 second delay at system startup. This is a delay at the grey screen stage, before the apple logo appears. There doesn't seem to be any drive activity during this delay. I've repaired permissions, fsck'ed, and eliminated all peripherals except for the keyboard and mouse.
    Any ideas on how to fix this?

    Check the setting in the Startup Disk pane of System Preferences.
    (52278)

  • Transmission-cli webui startup delay - transmission-cli 2.82-1 - x64

    For some reason there is a ~2 minute and 15 second delay minute delay when I start transmission before the webui becomes available.  Here's the output of systemctl status transmission -l:
    transmission.service - Transmission BitTorrent Daemon
    Loaded: loaded (/usr/lib/systemd/system/transmission.service; enabled)
    Active: active (running) since Fri 2014-03-07 17:45:38 EST; 2min 8s ago
    Main PID: 3694 (transmission-da)
    Status: "Idle."
    CGroup: /system.slice/transmission.service
    └─3694 /usr/bin/transmission-daemon -f --log-error
    Mar 07 17:45:38 Adol systemd[1]: Started Transmission BitTorrent Daemon.
    Even though tranmission seems to have started normally I am unable to access the webui until a timeout occurs ~2 minutes and 15 seconds after starting the service:
    transmission.service - Transmission BitTorrent Daemon
    Loaded: loaded (/usr/lib/systemd/system/transmission.service; enabled)
    Active: active (running) since Fri 2014-03-07 17:45:38 EST; 2min 14s ago
    Main PID: 3694 (transmission-da)
    Status: "Idle."
    CGroup: /system.slice/transmission.service
    └─3694 /usr/bin/transmission-daemon -f --log-error
    Mar 07 17:45:38 Adol systemd[1]: Started Transmission BitTorrent Daemon.
    Mar 07 17:47:47 Adol transmission-daemon[3694]: connect: Connection timed out
    After the "Connection timed out" message the webgui responds as normal.  Contents of settings.json are:
    "alt-speed-down": 50,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": false,
    "alt-speed-time-end": 1020,
    "alt-speed-up": 50,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "/home/noash/Downloads",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "/home/noash/Downloads",
    "incomplete-dir-enabled": false,
    "lpd-enabled": false,
    "message-level": 1,
    "peer-congestion-algorithm": "",
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 200,
    "peer-limit-per-torrent": 50,
    "peer-port": 65535,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": false,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": 1,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "{a572df6444b4783c4477ea6236cdb2363f171307q9QTkGxs",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "noash",
    "rpc-whitelist": "192.168.1.*",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 100,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 100,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 18,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true
    I don't see anything out of the ordinary in there.  Is anyone else seeing this issue?  After the timeout everything works fine so this isn't a terrible issue but I'm learning Arch and am just trying to understand what is happening behind the scenes.

    Sorry to necro this but I solved this eventually.  Disabling UPNP port forwarding for transmission fixed this issue.

  • Help Network Startup delay

    Hi,
    About a year ago we upgraded most of our computers from 10.3.9 to 10.4.x. Ever since then there is a 30 to 40 sec delay at startup before the Network initializes. This issue is only present in 10.4.x and it happened the 1st day we upgraded to 10.4.x. It does not happen on either of the two remaining 10.3.9 machines.
    Basically, on the 10.3.9 machines the Network is available (I can surf the net and mount Network volumes) as soon as the Desktop finishes loading. On the 10.4.x machines, there is a 30 to 40 second delay between the time the Desktop finishes loading and when the Network is really available to surf or Mount Network Volumes.
    I have opened the Network Preference and before our Network is really active (so I can Surf the Net) I have a valid IP Address and the Green Light is lit, indicating that the Compter thinks it has a valid connection, even though it doesn't. This has happened on every version of 10.4.x we have used, all the way up to and including 10.4.9.
    We were using a 4 year old Router up to about 3 weeks ago, so I was hoping that upgrading the Router might help this situation, but it didn't. Even our Network with the new Router has the same problem.
    Has anyone run into this before? Any suggestions?
    Thanks
    Kalagan

    I am in the process of updating the Firmware on our Cisco Gigabit Switches to see if that will help.
    Just an update
    Kalagan

  • BEx7 startup-delay of 10-20 secs - normal?

    Hi experts,
    when the BEx-Analyzer 7 ist started we experience a delay of 10-20 seconds till the excel-windows appears and it is useable.
    With BEx 3.5 we did not experience such delays.
    Could you please let me know if that delay is "normal" or if there's any possibility to get rid of that waiting-period?
    CPU and memory aren't stressed by the BEx-startup.
    Best regards,
    Marco

    Hi Marco,
    10 seconds is quite normal for BEx 7.0. It uses more resources since it has more functionality than BEx 3.5.
    Have you tried on a PC with at least 1 - 1.5 GB of RAM?
    I have had customers that also took up to 10 - 15 seconds for Bex Analyzer to load on their 2.0 GHz PC with 512 Ram.
    If you have a good spec'd PC, you may want to look at reinstalling your frontend. Refer to SNOTE 1040856 for the right steps to install the BEx 7.0 frontend.
    Regards,
    Gary.

  • POE startup delay

    I have a SG30010-MPP
    Is there a way to delay applying POE to a port until after the switch is fully booted?
    I have a situation where I am using the switch with DCHP capabilities, but I need the switch and DHCP server to be fully booted before power is applied to the port.  Since power is applied before the switch is fully booted, my devices configure with auto-IP and never see the DHCP server.  is there a way to control the boot sequence to make sure the DCHP server if fully functional before power gets applied to the ports?

    Check the setting in the Startup Disk pane of System Preferences.
    (52278)

  • Loginwindow startup delay

    I'm wondering if anyone else is experiencing this issue...
    Is there a way to delay the login window from starting up before the network services are available? I know there is an option in /Library/Preferences/com.apple.loginwindow.plist to use a "StartupDelay" value, however this does not work for me for some reason.
    So I got to thinking that I could create a LaunchAgent that would run on startup and maybe just sleep the system for 30 seconds at the blue screen before the login window loads, but instead of sleeping it just blows right on through to the login window. The rest of my launch agent works, but I can't seem to delay the startup no matter what I try.
    Any ideas? /var/log/system.log isn't much help, shows that the launch agent is loading on startup.

    Yes that's true, but on the other side of the coin if a user is trying to login and the directory services aren't yet bound, they will get a screen shake and assume the system isn't working. I know most people with a clue could just look at the login window and realize that it isn't yet ready (I enabled the DSStatus option of the loginwindow.plist), however that isn't the case most times. If I had just an extra 30 seconds before the login window launched, I would be good.
    Strange thing is I know I had this working before using the StartupDelay -int parameter.
    Is there any reason why a launchctl couldn't execute a script with a sleep command inside? Everything else in the script runs, just not sleep.

  • Recurring kernal panics solved by cloning startup drive back to internal.

    My MacBook Pro is about 14 months old. This scenario started about 8 months ago About every 4 - 6 weeks I start getting kernel panics with increasing frequency. Resetting PRam doesn't seem to help. Booting off an external firewire drive doesn't stop the kernal panics and I even get kernel panics starting off the install disk. I've done a clone of my internal drive to an external sata drive connected to my dual2.5gig G5 connecting the macbookpro to the G5 using target mode (I put the macbookpro in target mode). If I reformat the internal drive using the install disk and clone the startup drive back from the sata drive connected to my g5 (again starting the macbookpro in target mode) everything returns to normal for about a month and then the same thing starts happening again.
    Any ideas what I could do to avoid this recurring problem.

    Hi
    If it were me I'd suspect a hard disk problem as well. They can and do fail, and whilst I guess it can happen at any time, they do seem to fail either very early on (in the first few months) or very late on (after several years). When the problem occurs, if the drive doesn't show up in the disk utility, it would seem to be something fairly fundamental that a reformat probably wouldn't solve anyway. I guess you could just check the power and ribbon cables are seated securely, but failing that, trying another hard disk would be one option. That would prove whether the problem lies with the drive or the computer. Most external drives are just normal internal ATA drives mounted in an external FireWire or USB enclosure. It may be possible to remove your external drive from the enclosure and install it internally just to see whether that fixes the problem.

  • [Solved] LXDM LANG=C ignored

    Hi,
    I used to use "LANG=C pacman" as alias for "pacman", cause I like to have pacman output in englisch (normal locale is de_DE.utf8)
    Since I switched to LXDM as LoginManager this does not work anymore.
    [root@sunny michi]# LANG=C
    [root@sunny michi]# echo $LANG
    C
    [root@sunny michi]# pacman -h
    Verwendung: pacman <Operation> [...]
    Operationen:
    pacman {-h --help}
    pacman {-V --version}
    pacman {-D --database} <Optionen> <Paket(e)>
    pacman {-Q --query} [Optionen] [Paket(e)]
    pacman {-R --remove} [Optionen] <Paket(e)>
    pacman {-S --sync} [Optionen] [Paket(e)]
    pacman {-T --deptest} [Optionen] [Paket(e)]
    pacman {-U --upgrade} [Optionen] <Datei(en)>
    Benutzen Sie 'pacman {-h --help}' zusammen mit einer Operation f?r verf?gbare Optionen
    with SLiM and just startx it always worked.
    Last edited by SiD (2011-11-01 09:54:54)

    karol wrote:Have you tried setting 'LC_MESSAGES=C'?
    That is the trick, thanks.

  • [SOLVED] XFCE - slow startup

    Hello
    1 month ago I installed XFCE on my laptop, and it was fast.
    But today I noticed really delay in XFCE loading process.
    Today there was 3 updates concerning XFCE:
    libxfce4ui
    libxfce4util
    libxfcegui4
    Is there anyone with the similar problem?
    I use GDM.
    Here is my Xorg.0.log:
    [     6.923]
    X.Org X Server 1.10.1
    Release Date: 2011-04-15
    [     6.923] X Protocol Version 11, Revision 0
    [     6.923] Build Operating System: Linux 2.6.38-ARCH i686
    [     6.923] Current Operating System: Linux mobile3g 2.6.38-ARCH #1 SMP PREEMPT Fri May 13 07:54:18 UTC 2011 i686
    [     6.923] Kernel command line: root=/dev/sda3 ro vga=792
    [     6.923] Build Date: 16 April 2011  12:05:35PM
    [     6.923] 
    [     6.924] Current version of pixman: 0.20.2
    [     6.924]     Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    [     6.924] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [     6.924] (==) Log file: "/var/log/Xorg.0.log", Time: Thu May 19 20:54:33 2011
    [     6.928] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [     6.931] (==) No Layout section.  Using the first Screen section.
    [     6.931] (==) No screen section available. Using defaults.
    [     6.931] (**) |-->Screen "Default Screen Section" (0)
    [     6.931] (**) |   |-->Monitor "<default monitor>"
    [     6.931] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
    [     6.931] (==) Automatically adding devices
    [     6.931] (==) Automatically enabling devices
    [     6.933] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [     6.933]     Entry deleted from font path.
    [     6.933] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [     6.933]     Entry deleted from font path.
    [     6.937] (==) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
    [     6.937] (==) ModulePath set to "/usr/lib/xorg/modules"
    [     6.937] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
    [     6.937] (II) Loader magic: 0x81f4ee0
    [     6.937] (II) Module ABI versions:
    [     6.937]     X.Org ANSI C Emulation: 0.4
    [     6.937]     X.Org Video Driver: 10.0
    [     6.937]     X.Org XInput driver : 12.2
    [     6.937]     X.Org Server Extension : 5.0
    [     6.938] (--) PCI:*(0:0:2:0) 8086:27a2:107b:0366 rev 3, Mem @ 0xd8100000/524288, 0xc0000000/268435456, 0xd8200000/262144, I/O @ 0x00001800/8
    [     6.938] (--) PCI: (0:0:2:1) 8086:27a6:107b:0366 rev 3, Mem @ 0xd8180000/524288
    [     6.938] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [     6.938] (II) LoadModule: "extmod"
    [     6.941] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [     6.942] (II) Module extmod: vendor="X.Org Foundation"
    [     6.942]     compiled for 1.10.1, module version = 1.0.0
    [     6.942]     Module class: X.Org Server Extension
    [     6.942]     ABI class: X.Org Server Extension, version 5.0
    [     6.942] (II) Loading extension MIT-SCREEN-SAVER
    [     6.942] (II) Loading extension XFree86-VidModeExtension
    [     6.942] (II) Loading extension XFree86-DGA
    [     6.942] (II) Loading extension DPMS
    [     6.942] (II) Loading extension XVideo
    [     6.942] (II) Loading extension XVideo-MotionCompensation
    [     6.942] (II) Loading extension X-Resource
    [     6.942] (II) LoadModule: "dbe"
    [     6.943] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [     6.943] (II) Module dbe: vendor="X.Org Foundation"
    [     6.943]     compiled for 1.10.1, module version = 1.0.0
    [     6.943]     Module class: X.Org Server Extension
    [     6.944]     ABI class: X.Org Server Extension, version 5.0
    [     6.944] (II) Loading extension DOUBLE-BUFFER
    [     6.944] (II) LoadModule: "glx"
    [     6.944] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [     6.946] (II) Module glx: vendor="X.Org Foundation"
    [     6.946]     compiled for 1.10.1, module version = 1.0.0
    [     6.946]     ABI class: X.Org Server Extension, version 5.0
    [     6.947] (==) AIGLX enabled
    [     6.947] (II) Loading extension GLX
    [     6.947] (II) LoadModule: "record"
    [     6.948] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [     6.949] (II) Module record: vendor="X.Org Foundation"
    [     6.949]     compiled for 1.10.1, module version = 1.13.0
    [     6.949]     Module class: X.Org Server Extension
    [     6.949]     ABI class: X.Org Server Extension, version 5.0
    [     6.949] (II) Loading extension RECORD
    [     6.949] (II) LoadModule: "dri"
    [     6.949] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [     6.951] (II) Module dri: vendor="X.Org Foundation"
    [     6.951]     compiled for 1.10.1, module version = 1.0.0
    [     6.951]     ABI class: X.Org Server Extension, version 5.0
    [     6.951] (II) Loading extension XFree86-DRI
    [     6.951] (II) LoadModule: "dri2"
    [     6.951] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [     6.952] (II) Module dri2: vendor="X.Org Foundation"
    [     6.952]     compiled for 1.10.1, module version = 1.2.0
    [     6.952]     ABI class: X.Org Server Extension, version 5.0
    [     6.952] (II) Loading extension DRI2
    [     6.952] (==) Matched intel as autoconfigured driver 0
    [     6.952] (==) Matched vesa as autoconfigured driver 1
    [     6.952] (==) Matched fbdev as autoconfigured driver 2
    [     6.952] (==) Assigned the driver to the xf86ConfigLayout
    [     6.952] (II) LoadModule: "intel"
    [     6.953] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [     6.956] (II) Module intel: vendor="X.Org Foundation"
    [     6.956]     compiled for 1.10.0.902, module version = 2.15.0
    [     6.956]     Module class: X.Org Video Driver
    [     6.956]     ABI class: X.Org Video Driver, version 10.0
    [     6.956] (II) LoadModule: "vesa"
    [     6.956] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [     6.960] (II) Module vesa: vendor="X.Org Foundation"
    [     6.960]     compiled for 1.10.0, module version = 2.3.0
    [     6.960]     Module class: X.Org Video Driver
    [     6.960]     ABI class: X.Org Video Driver, version 10.0
    [     6.960] (II) LoadModule: "fbdev"
    [     6.960] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [     6.961] (II) Module fbdev: vendor="X.Org Foundation"
    [     6.961]     compiled for 1.10.0, module version = 0.4.2
    [     6.961]     ABI class: X.Org Video Driver, version 10.0
    [     6.961] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
        i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
        E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
        965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
        4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
        Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
        Sandybridge, Sandybridge
    [     6.962] (II) VESA: driver for VESA chipsets: vesa
    [     6.962] (II) FBDEV: driver for framebuffer: fbdev
    [     6.962] (++) using VT number 7
    [     6.970] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [     6.970] (WW) Falling back to old probe method for vesa
    [     6.970] (WW) Falling back to old probe method for fbdev
    [     6.970] (II) Loading sub module "fbdevhw"
    [     6.970] (II) LoadModule: "fbdevhw"
    [     6.970] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [     6.971] (II) Module fbdevhw: vendor="X.Org Foundation"
    [     6.971]     compiled for 1.10.1, module version = 0.0.2
    [     6.971]     ABI class: X.Org Video Driver, version 10.0
    [     6.971] drmOpenDevice: node name is /dev/dri/card0
    [     6.971] drmOpenDevice: open result is 8, (OK)
    [     6.971] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [     6.971] drmOpenDevice: node name is /dev/dri/card0
    [     6.971] drmOpenDevice: open result is 8, (OK)
    [     6.971] drmOpenByBusid: drmOpenMinor returns 8
    [     6.971] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [     6.971] (II) intel(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
    [     6.971] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [     6.971] (==) intel(0): RGB weight 888
    [     6.971] (==) intel(0): Default visual is TrueColor
    [     6.971] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    [     6.971] (--) intel(0): Chipset: "945GM"
    [     6.971] (**) intel(0): Relaxed fencing disabled
    [     6.972] (**) intel(0): Framebuffer tiled
    [     6.972] (**) intel(0): Pixmaps tiled
    [     6.972] (**) intel(0): 3D buffers tiled
    [     6.972] (**) intel(0): SwapBuffers wait enabled
    [     6.972] (==) intel(0): video overlay key set to 0x101fe
    [     6.972] (II) intel(0): Output LVDS1 has no monitor section
    [     6.996] (II) intel(0): Output VGA1 has no monitor section
    [     7.233] (II) intel(0): Output TV1 has no monitor section
    [     7.233] (II) intel(0): EDID for output LVDS1
    [     7.233] (II) intel(0): Manufacturer: SEC  Model: 3445  Serial#: 0
    [     7.233] (II) intel(0): Year: 2005  Week: 0
    [     7.233] (II) intel(0): EDID Version: 1.3
    [     7.233] (II) intel(0): Digital Display Input
    [     7.233] (II) intel(0): Max Image Size [cm]: horiz.: 33  vert.: 21
    [     7.233] (II) intel(0): Gamma: 2.20
    [     7.233] (II) intel(0): No DPMS capabilities specified
    [     7.233] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [     7.233] (II) intel(0): First detailed timing is preferred mode
    [     7.233] (II) intel(0): redX: 0.580 redY: 0.340   greenX: 0.310 greenY: 0.550
    [     7.233] (II) intel(0): blueX: 0.155 blueY: 0.155   whiteX: 0.313 whiteY: 0.329
    [     7.234] (II) intel(0): Manufacturer's mask: 0
    [     7.234] (II) intel(0): Supported detailed timing:
    [     7.234] (II) intel(0): clock: 68.9 MHz   Image Size:  331 x 207 mm
    [     7.234] (II) intel(0): h_active: 1280  h_sync: 1296  h_sync_end 1344 h_blank_end 1408 h_border: 0
    [     7.234] (II) intel(0): v_active: 800  v_sync: 801  v_sync_end 804 v_blanking: 816 v_border: 0
    [     7.234] (II) intel(0): Unknown vendor-specific block f
    [     7.234] (II) intel(0):  SAMSUNG
    [     7.234] (II) intel(0):  LTN154X3-L03
    [     7.234] (II) intel(0): EDID (in hex):
    [     7.234] (II) intel(0):     00ffffffffffff004ca3453400000000
    [     7.234] (II) intel(0):     000f0103802115780a87f594574f8c27
    [     7.234] (II) intel(0):     27505400000001010101010101010101
    [     7.234] (II) intel(0):     010101010101ee1a0080502010301030
    [     7.234] (II) intel(0):     13004bcf100000190000000f00000000
    [     7.234] (II) intel(0):     00000000002387026400000000fe0053
    [     7.234] (II) intel(0):     414d53554e470a2020202020000000fe
    [     7.234] (II) intel(0):     004c544e31353458332d4c30330a0065
    [     7.234] (II) intel(0): EDID vendor "SEC", prod id 13381
    [     7.234] (II) intel(0): Printing DDC gathered Modelines:
    [     7.234] (II) intel(0): Modeline "1280x800"x0.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
    [     7.234] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [     7.234] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [     7.234] (II) intel(0): Printing probed modes for output LVDS1
    [     7.234] (II) intel(0): Modeline "1280x800"x60.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
    [     7.234] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
    [     7.234] (II) intel(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz)
    [     7.234] (II) intel(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz)
    [     7.234] (II) intel(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz)
    [     7.260] (II) intel(0): EDID for output VGA1
    [     7.503] (II) intel(0): EDID for output TV1
    [     7.503] (II) intel(0): Output LVDS1 connected
    [     7.503] (II) intel(0): Output VGA1 disconnected
    [     7.503] (II) intel(0): Output TV1 disconnected
    [     7.503] (II) intel(0): Using exact sizes for initial modes
    [     7.503] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [     7.503] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [     7.503] (II) intel(0): Kernel page flipping support detected, enabling
    [     7.503] (**) intel(0): Display dimensions: (330, 210) mm
    [     7.503] (**) intel(0): DPI set to (98, 96)
    [     7.503] (II) Loading sub module "fb"
    [     7.503] (II) LoadModule: "fb"
    [     7.504] (II) Loading /usr/lib/xorg/modules/libfb.so
    [     7.506] (II) Module fb: vendor="X.Org Foundation"
    [     7.506]     compiled for 1.10.1, module version = 1.0.0
    [     7.506]     ABI class: X.Org ANSI C Emulation, version 0.4
    [     7.506] (II) Loading sub module "dri2"
    [     7.506] (II) LoadModule: "dri2"
    [     7.506] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [     7.506] (II) Module dri2: vendor="X.Org Foundation"
    [     7.506]     compiled for 1.10.1, module version = 1.2.0
    [     7.506]     ABI class: X.Org Server Extension, version 5.0
    [     7.506] (II) UnloadModule: "vesa"
    [     7.506] (II) Unloading vesa
    [     7.506] (II) UnloadModule: "fbdev"
    [     7.506] (II) Unloading fbdev
    [     7.506] (II) UnloadModule: "fbdevhw"
    [     7.506] (II) Unloading fbdevhw
    [     7.507] (==) Depth 24 pixmap format is 32 bpp
    [     7.507] (II) intel(0): [DRI2] Setup complete
    [     7.507] (II) intel(0): [DRI2]   DRI driver: i915
    [     7.507] (II) intel(0): Allocated new frame buffer 1280x800 stride 8192, tiled
    [     7.510] (II) UXA(0): Driver registered support for the following operations:
    [     7.510] (II)         solid
    [     7.510] (II)         copy
    [     7.510] (II)         composite (RENDER acceleration)
    [     7.510] (II)         put_image
    [     7.510] (II)         get_image
    [     7.510] (==) intel(0): Backing store disabled
    [     7.510] (==) intel(0): Silken mouse enabled
    [     7.511] (II) intel(0): Initializing HW Cursor
    [     7.543] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [     7.543] (==) intel(0): DPMS enabled
    [     7.544] (==) intel(0): Intel XvMC decoder disabled
    [     7.544] (II) intel(0): Set up textured video
    [     7.544] (II) intel(0): Set up overlay video
    [     7.544] (II) intel(0): direct rendering: DRI2 Enabled
    [     7.544] (==) intel(0): hotplug detection: "enabled"
    [     7.544] (--) RandR disabled
    [     7.544] (II) Initializing built-in extension Generic Event Extension
    [     7.544] (II) Initializing built-in extension SHAPE
    [     7.544] (II) Initializing built-in extension MIT-SHM
    [     7.544] (II) Initializing built-in extension XInputExtension
    [     7.544] (II) Initializing built-in extension XTEST
    [     7.544] (II) Initializing built-in extension BIG-REQUESTS
    [     7.544] (II) Initializing built-in extension SYNC
    [     7.544] (II) Initializing built-in extension XKEYBOARD
    [     7.544] (II) Initializing built-in extension XC-MISC
    [     7.544] (II) Initializing built-in extension SECURITY
    [     7.544] (II) Initializing built-in extension XINERAMA
    [     7.544] (II) Initializing built-in extension XFIXES
    [     7.544] (II) Initializing built-in extension RENDER
    [     7.544] (II) Initializing built-in extension RANDR
    [     7.544] (II) Initializing built-in extension COMPOSITE
    [     7.544] (II) Initializing built-in extension DAMAGE
    [     7.581] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [     7.581] (II) AIGLX: enabled GLX_INTEL_swap_event
    [     7.581] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [     7.581] (II) AIGLX: enabled GLX_SGI_make_current_read
    [     7.581] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [     7.582] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [     7.582] (II) GLX: Initialized DRI2 GL provider for screen 0
    [     7.583] (II) intel(0): Setting screen physical size to 338 x 211
    [     7.794] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [     7.794] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [     7.794] (II) LoadModule: "evdev"
    [     7.794] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.795] (II) Module evdev: vendor="X.Org Foundation"
    [     7.795]     compiled for 1.10.0, module version = 2.6.0
    [     7.795]     Module class: X.Org XInput Driver
    [     7.795]     ABI class: X.Org XInput driver, version 12.2
    [     7.795] (II) Using input driver 'evdev' for 'Power Button'
    [     7.795] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.795] (**) Power Button: always reports core events
    [     7.796] (**) Power Button: Device: "/dev/input/event5"
    [     7.803] (--) Power Button: Found keys
    [     7.803] (II) Power Button: Configuring as keyboard
    [     7.803] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [     7.803] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [     7.803] (**) Option "xkb_rules" "evdev"
    [     7.803] (**) Option "xkb_model" "evdev"
    [     7.803] (**) Option "xkb_layout" "us"
    [     7.803] (**) Option "xkb_options" "grp:alt_shift_toggle"
    [     7.844] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [     7.844] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [     7.844] (II) Using input driver 'evdev' for 'Video Bus'
    [     7.844] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.844] (**) Video Bus: always reports core events
    [     7.844] (**) Video Bus: Device: "/dev/input/event4"
    [     7.853] (--) Video Bus: Found keys
    [     7.853] (II) Video Bus: Configuring as keyboard
    [     7.853] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4/event4"
    [     7.853] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [     7.853] (**) Option "xkb_rules" "evdev"
    [     7.853] (**) Option "xkb_model" "evdev"
    [     7.853] (**) Option "xkb_layout" "us"
    [     7.853] (**) Option "xkb_options" "grp:alt_shift_toggle"
    [     7.864] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [     7.864] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [     7.864] (II) Using input driver 'evdev' for 'Power Button'
    [     7.864] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.864] (**) Power Button: always reports core events
    [     7.864] (**) Power Button: Device: "/dev/input/event1"
    [     7.883] (--) Power Button: Found keys
    [     7.883] (II) Power Button: Configuring as keyboard
    [     7.883] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1/event1"
    [     7.883] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [     7.883] (**) Option "xkb_rules" "evdev"
    [     7.883] (**) Option "xkb_model" "evdev"
    [     7.883] (**) Option "xkb_layout" "us"
    [     7.883] (**) Option "xkb_options" "grp:alt_shift_toggle"
    [     7.884] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [     7.884] (II) No input driver/identifier specified (ignoring)
    [     7.885] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [     7.885] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [     7.885] (II) Using input driver 'evdev' for 'Sleep Button'
    [     7.885] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.885] (**) Sleep Button: always reports core events
    [     7.885] (**) Sleep Button: Device: "/dev/input/event2"
    [     7.910] (--) Sleep Button: Found keys
    [     7.910] (II) Sleep Button: Configuring as keyboard
    [     7.910] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [     7.910] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [     7.910] (**) Option "xkb_rules" "evdev"
    [     7.910] (**) Option "xkb_model" "evdev"
    [     7.910] (**) Option "xkb_layout" "us"
    [     7.910] (**) Option "xkb_options" "grp:alt_shift_toggle"
    [     7.913] (II) config/udev: Adding input device HDA Intel Mic at Ext Front Jack (/dev/input/event6)
    [     7.913] (II) No input driver/identifier specified (ignoring)
    [     7.922] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [     7.922] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [     7.922] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [     7.922] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [     7.922] (**) AT Translated Set 2 keyboard: always reports core events
    [     7.922] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [     7.936] (--) AT Translated Set 2 keyboard: Found keys
    [     7.937] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [     7.937] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [     7.937] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [     7.937] (**) Option "xkb_rules" "evdev"
    [     7.937] (**) Option "xkb_model" "evdev"
    [     7.937] (**) Option "xkb_layout" "us"
    [     7.937] (**) Option "xkb_options" "grp:alt_shift_toggle"
    [     7.938] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [     7.938] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [     7.938] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [     7.938] (II) LoadModule: "synaptics"
    [     7.938] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [     7.939] (II) Module synaptics: vendor="X.Org Foundation"
    [     7.939]     compiled for 1.10.0, module version = 1.4.0
    [     7.939]     Module class: X.Org XInput Driver
    [     7.939]     ABI class: X.Org XInput driver, version 12.2
    [     7.939] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [     7.939] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [     7.939] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [     7.939] (**) Option "Device" "/dev/input/event7"
    [     8.070] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [     8.070] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [     8.070] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [     8.070] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [     8.070] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [     8.070] (**) Option "VertEdgeScroll" "on"
    [     8.070] (**) Option "TapButton1" "1"
    [     8.070] (**) Option "TapButton2" "2"
    [     8.070] (**) Option "TapButton3" "3"
    [     8.176] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [     8.176] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [     8.230] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [     8.230] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [     8.230] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [     8.230] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [     8.230] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [     8.230] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [     8.230] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [     8.230] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [     8.230] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [     8.310] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [     8.310] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [     8.310] (II) No input driver/identifier specified (ignoring)
    [     8.332] (II) intel(0): EDID vendor "SEC", prod id 13381
    [     8.332] (II) intel(0): Printing DDC gathered Modelines:
    [     8.332] (II) intel(0): Modeline "1280x800"x0.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
    [    39.848] (II) intel(0): EDID vendor "SEC", prod id 13381
    [    39.848] (II) intel(0): Printing DDC gathered Modelines:
    [    39.848] (II) intel(0): Modeline "1280x800"x0.0   68.94  1280 1296 1344 1408  800 801 804 816 -hsync -vsync (49.0 kHz)
    I can't see any errors, but last 3 entries are repeated and there is a big delay in time consuming (from  8.332 to 39.848).
    Last edited by clovenhoof (2011-05-19 20:33:32)

    It's OK now.
    I don't know how it was solved.
    May be because, firefox tried to run on every reboot

Maybe you are looking for

  • Problem deploying connector: META-INF/ejb-jar.xml not found in jar file

              Has anyone seen this problem:           I built Sun's Blackbox implementation and packaged           it identical to the BlackBoxNoTx.rar included with           Weblogic's 'jconnector' sample (even using the same           ra.xml and weblo

  • File Name needs to be same for sFTP Advantco Adapter

    Hi Experts, I am using sFTP adapter provided by Advantco.. We want the same sender file name to be received at the receiver end..we have tried checking ASMA parameter in the receiver adapter. But, still the file name is being appended by message id.

  • Adobe runtime error - please help!

    Here is my situation. I am a local PC technician and one of my users keeps getting a runtime error when opening adobe acrobat.exe. She is running Windows XP professional, using Adobe Pro 9.3.1. She received this message a couple weeks ago, I recreate

  • Maximizing a frame or applet window

    When you set the size of an applet using the setSize(int, int) method in a frame window or specify the width and height in an applet's tag or comment in the source code, the applet or application window is always in the "Restored" state (meaning it c

  • Get Resolution Screen in Java

    I want to know what the resolution is of the people using my application. Can I maximize my window? Or can I get the users screen-resolution? In case it is a simple command, could you please give me a sample code? Greetz and thanks in advance, Kanari