[SOLVED] systemd 208 journald process CPU spike on LXC container start

Hi,
The problem is that whenever I start an LXC container, systemd-journald process goes on 100% CPU utilization and only stops when I stop the container.
Setup details:
% cat /var/lib/lxc/projects/config
lxc.network.type = veth
lxc.arch = x86_64
lxc.utsname = projects
lxc.network.link = virbr3
lxc.network.flags = up
lxc.network.ipv4 = 192.168.200.11
lxc.rootfs = /mnt/lxc/projects
lxc.pts = 1000
lxc.autodev = 1
lxc.cgroup.memory.limit_in_bytes = 256M
The rootfs indicated is on a logical volume, /dev/mapper/virtual-projects.
Details of journal when the spike happened:
-- Logs begin at Sun 2013-08-04 07:19:25 IST. --
Oct 05 09:03:30 core systemd[1]: Unit [email protected] entered failed state.
Oct 05 09:03:30 core kernel: virbr3: port 2(vethl7BeWT) entered disabled state
Oct 05 09:03:30 core kernel: device vethl7BeWT left promiscuous mode
Oct 05 09:03:30 core kernel: virbr3: port 2(vethl7BeWT) entered disabled state
Oct 05 09:03:31 core ntpd[813]: Deleting interface #13 vethl7BeWT, fe80::fcf2:f2ff:fea0:9473#123, interface stats: received=0, sent=0, dropped=0, active_time=11 secs
Oct 05 09:03:31 core ntpd[813]: peers refreshed
Oct 05 09:03:40 core dbus-daemon[533]: dbus[533]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 05 09:03:40 core dbus[533]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 05 09:03:40 core dbus[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 05 09:03:40 core dbus-daemon[533]: dbus[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 05 09:05:30 core systemd[1]: Starting Linux Container projects...
Oct 05 09:05:30 core systemd[1]: Started Linux Container projects.
Oct 05 09:05:30 core systemd-sysctl[4562]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/zz-sysctl.conf'.
Oct 05 09:05:30 core kernel: device vethmHU7wo entered promiscuous mode
Oct 05 09:05:30 core kernel: IPv6: ADDRCONF(NETDEV_UP): vethmHU7wo: link is not ready
Oct 05 09:05:30 core NetworkManager[521]: <warn> /sys/devices/virtual/net/vethSIUSbq: couldn't determine device driver; ignoring...
Oct 05 09:05:30 core systemd-sysctl[4564]: Overwriting earlier assignment of kernel/sysrq in file '/etc/sysctl.d/zz-sysctl.conf'.
Oct 05 09:05:30 core kernel: virbr3: topology change detected, propagating
Oct 05 09:05:30 core kernel: virbr3: port 2(vethmHU7wo) entered forwarding state
Oct 05 09:05:30 core kernel: virbr3: port 2(vethmHU7wo) entered forwarding state
Oct 05 09:05:30 core kernel: virbr3: port 2(vethmHU7wo) entered disabled state
Oct 05 09:05:30 core NetworkManager[521]: <warn> /sys/devices/virtual/net/vethmHU7wo: couldn't determine device driver; ignoring...
Oct 05 09:05:30 core kernel: IPv6: ADDRCONF(NETDEV_CHANGE): vethmHU7wo: link becomes ready
Oct 05 09:05:30 core kernel: virbr3: topology change detected, propagating
Oct 05 09:05:30 core kernel: virbr3: port 2(vethmHU7wo) entered forwarding state
Oct 05 09:05:30 core kernel: virbr3: port 2(vethmHU7wo) entered forwarding state
Oct 05 09:05:30 core libvirtd[809]: nl_recv returned with error: No buffer space available
Oct 05 09:05:30 core upowerd[660]: (upowerd:660): UPower-Linux-WARNING **: treating add event as change event on /org/freedesktop/UPower/devices/line_power_AC0
Oct 05 09:05:30 core systemd-logind[516]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 05 09:05:30 core upowerd[660]: (upowerd:660): UPower-Linux-WARNING **: treating add event as change event on /org/freedesktop/UPower/devices/battery_BAT0
Oct 05 09:05:30 core systemd-logind[516]: Watching system buttons on /dev/input/event5 (Video Bus)
Oct 05 09:05:30 core systemd-logind[516]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 05 09:05:30 core systemd-logind[516]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 05 09:05:30 core systemd-logind[516]: Watching system buttons on /dev/input/event4 (Video Bus)
Oct 05 09:05:30 core mtp-probe[4711]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2"
Oct 05 09:05:30 core mtp-probe[4712]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4"
Oct 05 09:05:30 core mtp-probe[4711]: bus: 3, device: 4 was not an MTP device
Oct 05 09:05:30 core mtp-probe[4712]: bus: 3, device: 5 was not an MTP device
Oct 05 09:05:30 core systemd-udevd[4561]: error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.4/3-1.4:1.0/host6/scsi_host/host6/link_power_management_policy} for writing: No such file or directory
Oct 05 09:05:32 core ntpd[813]: Listen normally on 14 vethmHU7wo fe80::fcf0:74ff:fe68:aade UDP 123
Oct 05 09:05:32 core ntpd[813]: peers refreshed
Oct 05 09:05:32 core ntpd[813]: new interface(s) found: waking up resolver
Oct 05 09:05:40 core dbus-daemon[533]: dbus[533]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 05 09:05:40 core dbus[533]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 05 09:05:40 core dbus[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 05 09:05:40 core dbus-daemon[533]: dbus[533]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 05 09:06:15 core kernel: EXT4-fs (dm-10): re-mounted. Opts: commit=600
Oct 05 09:06:15 core kernel: EXT4-fs (dm-12): re-mounted. Opts: acl,commit=600
Oct 05 09:06:15 core kernel: EXT4-fs (dm-18): re-mounted. Opts: commit=600
Oct 05 09:06:15 core kernel: EXT4-fs (sda1): re-mounted. Opts: commit=600
Oct 05 09:06:16 core kernel: EXT4-fs (sda4): re-mounted. Opts: acl,commit=600
Oct 05 09:06:21 core kernel: EXT4-fs (dm-10): re-mounted. Opts: commit=0
Oct 05 09:06:21 core kernel: EXT4-fs (dm-12): re-mounted. Opts: acl,commit=0
Oct 05 09:06:21 core kernel: EXT4-fs (dm-18): re-mounted. Opts: commit=0
Oct 05 09:06:21 core kernel: EXT4-fs (sda1): re-mounted. Opts: commit=0
Oct 05 09:06:28 core kernel: EXT4-fs (dm-10): re-mounted. Opts: commit=600
Oct 05 09:06:28 core kernel: EXT4-fs (dm-12): re-mounted. Opts: acl,commit=600
Oct 05 09:06:28 core kernel: EXT4-fs (dm-18): re-mounted. Opts: commit=600
Oct 05 09:06:28 core kernel: EXT4-fs (sda1): re-mounted. Opts: commit=600
Oct 05 09:06:28 core kernel: EXT4-fs (sda4): re-mounted. Opts: acl,commit=600
Oct 05 09:06:31 core kernel: EXT4-fs (dm-10): re-mounted. Opts: commit=0
Oct 05 09:06:31 core kernel: EXT4-fs (dm-12): re-mounted. Opts: acl,commit=0
Oct 05 09:06:31 core kernel: EXT4-fs (dm-18): re-mounted. Opts: commit=0
Oct 05 09:06:31 core kernel: EXT4-fs (sda1): re-mounted. Opts: commit=0
Oct 05 09:06:38 core systemd[1]: Stopping Linux Container projects...
Oct 05 09:06:38 core systemd[1]: [email protected]: main process exited, code=exited, status=137/n/a
Oct 05 09:06:38 core systemd[1]: Stopped Linux Container projects.
Oct 05 09:06:38 core systemd[1]: Unit [email protected] entered failed state.
Oct 05 09:06:38 core kernel: virbr3: port 2(vethmHU7wo) entered disabled state
Oct 05 09:06:38 core kernel: device vethmHU7wo left promiscuous mode
Oct 05 09:06:38 core kernel: virbr3: port 2(vethmHU7wo) entered disabled state
Oct 05 09:06:39 core ntpd[813]: Deleting interface #14 vethmHU7wo, fe80::fcf0:74ff:fe68:aade#123, interface stats: received=0, sent=0, dropped=0, active_time=67 secs
Oct 05 09:06:39 core ntpd[813]: peers refreshed
Nothing really leaps out to me.
This only happens on Systemd-208. Rolling back to systemd-207 resolved the issue for now, but I can't help but wonder if I won't have this problem again on systemd-209 or whatever. Is there any additional configuration that I need to do in order to get LXC working properly with systemd 208+?
Also, I don't know if this is relevant, but I got some filesystem permissions warnings on upgrading (and later downgrading) systemd.
Last edited by railmaniac (2013-10-12 14:03:47)

Some journal entries from the guest
There's a bunch of these:
ct 12 18:52:24 projects systemd-udevd[30]: Failed to apply ACL on /dev/dri/card0: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[38]: Failed to apply ACL on /dev/snd/hwC0D3: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[42]: Failed to apply ACL on /dev/snd/pcmC0D0c: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[37]: Failed to apply ACL on /dev/snd/hwC0D0: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[44]: Failed to apply ACL on /dev/snd/pcmC0D3p: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[43]: Failed to apply ACL on /dev/snd/pcmC0D0p: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[31]: Failed to apply ACL on /dev/snd/controlC0: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[35]: inotify_add_watch(7, /dev/sda, 10) failed: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[36]: Failed to apply ACL on /dev/sr0: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[34]: Failed to apply ACL on /dev/sg1: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[28]: Error, opening device '/dev/input/event12': No such file or directory
Oct 12 18:52:24 projects systemd-udevd[32]: Failed to apply ACL on /dev/video0: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[25]: inotify_add_watch(7, /dev/sdb, 10) failed: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[33]: Failed to apply ACL on /dev/kvm: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[29]: inotify_add_watch(7, /dev/sda1, 10) failed: No such file or directory
Oct 12 18:52:24 projects systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 12 18:52:24 projects systemd-udevd[30]: inotify_add_watch(7, /dev/sda2, 10) failed: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[27]: Failed to apply ACL on /dev/snd/timer: No such file or directory
Oct 12 18:52:24 projects systemd[1]: Starting Sockets.
Oct 12 18:52:24 projects systemd-udevd[35]: inotify_add_watch(7, /dev/sda4, 10) failed: No such file or directory
Oct 12 18:52:24 projects systemd-udevd[31]: inotify_add_watch(7, /dev/sda3, 10) failed: No such file or directory
And there's a bunch of these, which seems relevant since the logind part was changed in 208:
Oct 12 18:52:24 projects systemd-logind[59]: New seat seat0.
Oct 12 18:52:24 projects systemd[1]: Startup finished in 487ms.
Oct 12 18:52:24 projects systemd-logind[59]: Failed to open event3: No such file or directory
Oct 12 18:52:24 projects systemd-logind[59]: Failed to open event5: No such file or directory
Oct 12 18:52:24 projects systemd-logind[59]: Failed to open event4: No such file or directory
Oct 12 18:52:24 projects systemd-logind[59]: Failed to open event1: No such file or directory
Oct 12 18:52:24 projects systemd-logind[59]: Failed to open event2: No such file or directory
Oct 12 18:52:26 projects systemd-journal[64]: Permanent journal is using 87.6M (max 30.0M, leaving 1.1G of free 4.4G, current limit 30.0M).
Oct 12 18:52:26 projects systemd-journal[64]: Journal started
Oct 12 18:52:26 projects systemd[1]: systemd-journald.service: main process exited, code=exited, status=1/FAILURE
Oct 12 18:52:26 projects systemd[1]: Unit systemd-journald.service entered failed state.
Oct 12 18:52:26 projects systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
Oct 12 18:52:26 projects systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
Hmm, just noticed it says systemd-journald exited with FAILURE. This is probably pretty informative to someone.

Similar Messages

  • [SOLVED] systemd-udevd using 100% CPU and monitors go to sleep on boot

    Hi,
    Turned my PC on this morning to find an issue with the monitors going to sleep immediately after booting. The boot process is usually slim autologin to a cinnamon session. I can see as far as entering my LUKS passphrase, followed by a few additional lines, followed by blank monitors and monitors entering power saving mode.
    Booting with nomodeset on the kernel command line allows me to boot to a terminal and I can login etc, but obviously X doesn't start. I'm using xf86-video-ati drivers.
    When booting with KMS enabled I also have a runaway systemd-udevd process which is thrashing my processor and I'm unable to kill it (I've tried kill -9 and still it persists).
    The PC was working fine when I shut it down last night. No updates have been performed since, and no configuration changes have been made. I did notice that the power management dialog in the settings failed to open though.
    Any suggestions would be welcome please, as I've now lost half a day trying to get this resolved.
    TIA
    X.
    Edit: I've also tried downgrading xserver to 1.15, xf86-video-ati and the associated dependencies with no change.
    Edit2: I've also disabled slim and rebooted and the same thing happens - so I don't believe it's an issue with X but with KMS.
    Edit3: Booting with acpi=off on the kernel command line also fails with the same result.
    Last edited by xanthi (2014-07-30 13:55:58)

    Turned out to be an issue with libdrm. Apparently I had run some updates yesterday before shutting down, but they didn't appear in pacman.log; instead I found them by looking in the pacman package cache and found:
    -rw-r--r-- 1 root root 110072 Jul 29 22:59 lib32-libdrm-2.4.56-1-x86_64.pkg.tar.xz
    -rw-r--r-- 1 root root 160996 Jul 29 22:55 libdrm-2.4.56-1-x86_64.pkg.tar.xz
    Downgraded [lib32-]libdrm packages to 2.4.54-1, rebooted, and success.

  • (Solved) systemd-journald extremely high CPU usage

    I started noticing this problem a few days ago, but I thought it was because I was running too much with too little RAM. But when running nothing more than a KDE desktop, my CPU usage bounces between 50% and 100%, making things laggy. It looks like systemd-journald is to blame, as it is using 50% of the CPU. This is an AMD Phenom II dual core, so this definitely shouldn't be happening. I noticed journal logs were more than 2 GB, so I deleted everything within /var/log/journal/. Rebooted, no change, so I disabled journal storage, but that did not solve the problem.
    Nothing in the logs looks like a problem to me:
    $ sudo journalctl
    -- Logs begin at Tue 2013-03-12 17:31:37 PDT, end at Tue 2013-03-12 18:15:56 PDT. --
    Mar 12 17:31:37 silverstone systemd-journal[149]: Allowing runtime journal files to grow to 298.6M.
    Mar 12 17:31:37 silverstone kernel: Initializing cgroup subsys cpuset
    Mar 12 17:31:37 silverstone kernel: Initializing cgroup subsys cpu
    Mar 12 17:31:37 silverstone kernel: Linux version 3.7.10-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (G
    Mar 12 17:31:37 silverstone kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=31669ea0-76db
    Mar 12 17:31:37 silverstone kernel: e820: BIOS-provided physical RAM map:
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cff8ffff] usable
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cff90000-0x00000000cff9dfff] ACPI data
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cff9e000-0x00000000cffdffff] ACPI NVS
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000cffe0000-0x00000000cfffffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    Mar 12 17:31:37 silverstone kernel: BIOS-e820: [mem 0x0000000100000000-0x00000001afffffff] usable
    Mar 12 17:31:37 silverstone kernel: NX (Execute Disable) protection: active
    Mar 12 17:31:37 silverstone kernel: SMBIOS 2.5 present.
    Mar 12 17:31:37 silverstone kernel: DMI: MSI MS-7642/890GXM-G65 (MS-7642) , BIOS V1.2 03/31/2010
    Mar 12 17:31:37 silverstone kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mar 12 17:31:37 silverstone kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mar 12 17:31:37 silverstone kernel: No AGP bridge found
    Mar 12 17:31:37 silverstone kernel: e820: last_pfn = 0x1b0000 max_arch_pfn = 0x400000000
    Mar 12 17:31:37 silverstone kernel: MTRR default type: uncachable
    Mar 12 17:31:37 silverstone kernel: MTRR fixed ranges enabled:
    Mar 12 17:31:37 silverstone kernel: 00000-9FFFF write-back
    Mar 12 17:31:37 silverstone kernel: A0000-EFFFF uncachable
    Mar 12 17:31:37 silverstone kernel: F0000-FFFFF write-protect
    Mar 12 17:31:37 silverstone kernel: MTRR variable ranges enabled:
    Mar 12 17:31:37 silverstone kernel: 0 base 000000000000 mask FFFF80000000 write-back
    Mar 12 17:31:37 silverstone kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    Mar 12 17:31:37 silverstone kernel: 2 base 0000C0000000 mask FFFFF0000000 write-back
    Mar 12 17:31:37 silverstone kernel: 3 disabled
    Mar 12 17:31:37 silverstone kernel: 4 disabled
    Mar 12 17:31:37 silverstone kernel: 5 disabled
    Mar 12 17:31:37 silverstone kernel: 6 disabled
    Mar 12 17:31:37 silverstone kernel: 7 disabled
    Mar 12 17:31:37 silverstone kernel: TOM2: 00000001b0000000 aka 6912M
    Mar 12 17:31:37 silverstone kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mar 12 17:31:37 silverstone kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    Mar 12 17:31:37 silverstone kernel: e820: last_pfn = 0xcff90 max_arch_pfn = 0x400000000
    Mar 12 17:31:37 silverstone kernel: found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff880
    Mar 12 17:31:37 silverstone kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mar 12 17:31:37 silverstone kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    $ systemctl status systemd-journald
    systemd-journald.service - Journal Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static)
    Active: active (running) since Tue 2013-03-12 18:10:41 PDT; 8min ago
    Docs: man:systemd-journald.service(8)
    man:journald.conf(5)
    Main PID: 142 (systemd-journal)
    Status: "Processing requests..."
    CGroup: name=systemd:/system/systemd-journald.service
    `-142 /usr/lib/systemd/systemd-journald
    However, it looks like the log files keep getting corrupted:
    $ sudo journalctl --verify
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-000000000007f543-0004d7c4445effa4.journal
    Invalid object contents at 124687944ââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000a8cb7-0004d7c3d52e9748.journal:124687944 (of 134074368, 92%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000a8cb7-0004d7c3d52e9748.journal (Bad message)
    Invalid object contents at 75715936âââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system.journal:75715936 (of 76156928, 99%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system.journal (Bad message)
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000290d6-0004d7c3a0033472.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-0000000000000001-0004d7c413227650.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/[email protected]~
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000fcfc0-0004d7c3fd8ee9c5.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/[email protected]~
    Invalid object contents at 124701856ââââââââââââââââââââââââââââââââââââââââââ 49%
    File corruption detected at /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-0000000000000001-0004d7c3876dda65.journal:124701856 (of 134049792, 93%).
    FAIL: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-0000000000000001-0004d7c3876dda65.journal (Bad message)
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-00000000000a9da8-0004d7c45187e39e.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000d26b1-0004d7c3ea1b73f7.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-000000000002a43f-0004d7c425785944.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-00000000000539fb-0004d7c3b2d1f935.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@5e6edd359123491f9998a310206ccbf9-0000000000054d23-0004d7c4354da4ef.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/user-1000@2c1af599e637441985385fe37ded2a2c-0000000000001706-0004d7c38cd3de88.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/user-1000@5e6edd359123491f9998a310206ccbf9-00000000000019b4-0004d7c4153f8628.journal
    PASS: /var/log/journal/9ddaa50d8841758bb1bea9b700000f33/system@2c1af599e637441985385fe37ded2a2c-000000000007e345-0004d7c3c3ed8197.journal
    I am using a two or three year old SSD, so maybe it has gotten some bad sectors? But that doesn't explain why journald still bricks things when it isn't logging anything. The install is 10 months old, and I switched from init to systemd around October. Is there anything I can do, short of reinstalling?
    Thanks,
    Nicholas
    Last edited by bicyclingrevolution (2013-03-14 05:57:13)

    Thanks for the tip ilkyest, but it didn't make any difference to the systemd-journald problem.
    However, I looked at journalctl again and found it cluttered with CUPS failures:
    -- Logs begin at Tue 2013-03-12 19:17:00 PDT, end at Wed 2013-03-13 22:31:31 PDT. --
    Mar 12 19:17:00 silverstone spideroak_inotify[796]: Program started
    Mar 12 19:21:30 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 7199 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 5471 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-journal[143]: Suppressed 5699 messages from /system
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:27 silverstone systemd[1]: Failed to start CUPS Printing Service.
    Mar 12 19:21:27 silverstone systemd[1]: Starting CUPS Printing Service...
    Mar 12 19:21:27 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:30 silverstone systemd-coredump[1592]: Process 1590 (cupsd) dumped core.
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_3840-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_3840-RGB..
    Mar 12 19:21:28 silverstone colord[354]: Device added: cups-Deskjet_3840
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_F4100-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile added: Deskjet_F4100-RGB..
    Mar 12 19:21:28 silverstone colord[354]: Device added: cups-Deskjet_F4100
    Mar 12 19:21:28 silverstone dbus[337]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Mar 12 19:21:28 silverstone dbus[337]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or directory. See system logs
    Mar 12 19:21:28 silverstone colord[354]: Profile removed: Deskjet_3840-Gray..
    Mar 12 19:21:28 silverstone colord[354]: Profile removed: Deskjet_3840-RGB..
    Mar 12 19:21:28 silverstone colord[354]: device removed: cups-Deskjet_3840
    Mar 12 19:21:31 silverstone colord[354]: Profile removed: Deskjet_F4100-Gray..
    Mar 12 19:21:31 silverstone colord[354]: Profile removed: Deskjet_F4100-RGB..
    Mar 12 19:21:31 silverstone colord[354]: device removed: cups-Deskjet_F4100
    Mar 12 19:21:31 silverstone dbus-daemon[337]: dbus[337]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service'
    Mar 12 19:21:31 silverstone dbus-daemon[337]: dbus[337]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service failed to load: No such file or director
    Mar 12 19:21:31 silverstone systemd-journal[143]: Missed 6365 kernel messages
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone cupsd[1590]: Unknown directive DefaultAuthType on line 9.
    Mar 12 19:21:31 silverstone cupsd[1590]: cupsd: client.c:757: avahi_client_get_host_name: Assertion `client' failed.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone cupsd[1594]: Unknown directive DefaultAuthType on line 9.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Mar 12 19:21:31 silverstone systemd[1]: cups.service start request repeated too quickly, refusing to start.
    Disabling cups solved the CPU usage issue.
    It looks like the root of the problem is Avahi failing to start, but I have no idea why it isn't working.
    $ systemctl status dbus-org.freedesktop.Avahi.service
    dbus-org.freedesktop.Avahi.service
    Loaded: error (Reason: No such file or directory)
    Active: inactive (dead)

  • [Solved] systemd-journald periodically uses 50% CPU

    Hello!
    I run KDE 4.11 on Arch fully upgraded. Since shortly my system seems to choke periodically at the systemd-journald process. It takes 50% of the CPU power available and everything else is starting to studder and freeze. using jounalctl only shows normal log entries and not (like suggested somewhere else) a huge amount of error entries within seconds.
    I have tried to remedy this:
    - I disabled cups as mentioned somewhere else
    - I deleted all configuration files concerning alsa and pulseaudio (cause I found errors with journalctl) and reinstalled both
    - I set /var/log/journal to "copy on write" because it is on a btrfs partition (another suggestion in a thread)
    - I tried to somehow to disable systemd-journald (seems this is not possible)
    Nothing seems to solve the problem - still my the systemd-journald process peaks to 50% CPU every few minutes and stays at this ressource eating level for a few minutes. Then it drops down to normal again using only minimal ressources for a few minutes ...
    I am lost here. My system is really quite unusable though it is a fresh install from only two weeks ago. I only noticed this behaviour three days ago - afterwards I upgraded to kernel 3.10.9 but this hasn't changed anything either.
    Any ideas anyone?
    thx for reading,
    piedro
    Last edited by piedro (2015-02-08 18:24:45)

    Hi jrusell!
    Well I think I could solve it ... here is what I did:
    - I deleted /var/log/journal
    - rebooted and looked at the fresh log via journalctl: now it generated fresh entries again and there it was: (like in similar problems) the log has been flushed with hundreds fo fail messages! ... something like a "user burst limit exceeded" for rtkit and I found a problem with nepomukindexer (should have guessed it's KDE again - after the update to 4.11)
    - so I stopped all nepomuk stuff and deleted ~/.kde4/share/apps/nepomuk, then let nepomuk trun again recreating the whole indexing database in the process (to be honest it's still in the process but ressources aren't used excessively)
    Since then there hasn't been any problem with the journald process yet ... :-)
    thx everybody for reading,
    p.
    Last edited by piedro (2013-08-26 14:11:32)

  • History of Processes - how to view which process caused CPU spike?

    We have been facing an issue with a domain controller (Windows Server 2008 R2, VM on ESX 5.0) over the past week. Around twice a day, the CPU spikes at 100% for about 10 minutes. We notice because we receive an alert from the hypervisor, but by the time we can actually log in to check what process is causing it, it would have come back to normal. There doesn't seem to be any pattern re times, its quite erratic. Sometimes at 08:00AM, sometimes at 01:00AM, 4:00AM, 7:00PM, etc. Also nothing in the Event Logs.
    It's not a big deal but I just want to know if I can somehow record theprocess history, to see which process was stuck at 100% at a certain time. I know about Performance Monitor (perfmon) but it doesn't really meet my requirements since it doesn't record the actual processes (e.g. AV.exe, svchost.exe, chrome.exe, etc).Any...
    This topic first appeared in the Spiceworks Community

    You might check with your apps' developers to see if they support AppleScript, Automator, or other scripting languages that might be used for this. Some programs have built-in macro and scripting options that can be set up in a built-in editor or run in a built-in command-line environment of sorts, while others supply libraries for external scripting with AppleScript and others.
    As for live tracing of a program's commands, most that you use will be coded in a low level language like C, C++, Java, or Objective-C, which are compiled and run in binary machine code as opposed to an interpreted language (one that does not need compiling to run), as is the case with most scripting languages (shell scripts, AppleScript, Matlab, etc.).
    For the most part, the only options you have for "tracing" a program's functions are to monitor output that it might log to the console. You can see this by opening the console, but the output here is diagnostic in nature and is programmatically limited to what the programmers have intended be output (ie, things like warnings and errors, as opposed to every action the program is taking). You can also use the Terminal to directly launch a program's executable so it is hosted in the Terminal shell. This will give you direct access to all of the program's output, as opposed to that only intended for logging in the Console, but it is still not the same as a full output of the commands and routines the program is performing.
    Some of Apple's developer tools can allow you to better monitor a program's functions, but these are intended for developers, and have some requirements, and will not allow you to use any results for productivity automation.

  • Cisco LMS 3.2.1 Causing Switch CPU Spike

    Hi,
    We have LMS 3.2.1 cauing CPU Spike on all the LAN switches. I treid to apply the commands as per the below URL but still the issue is same.
    I had attached Show version, Show stacks and Show process cpu sorted output.
    sh version
    Cisco IOS Software, C3750 Software (C3750-IPBASE-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-2007 by Cisco Systems, Inc.
    Compiled Thu 19-Jul-07 19:15 by nachen
    Image text-base: 0x00003000, data-base: 0x01080000
    ROM: Bootstrap program is C3750 boot loader
    BOOTLDR: C3750 Boot Loader (C3750-HBOOT-M) Version 12.2(25r)SEC, RELEASE SOFTWARE (fc4)
    ATCBmer-OPERas08 uptime is 30 weeks, 1 day, 3 hours, 20 minutes
    System returned to ROM by power-on
    System restarted at 08:19:08 UTC Tue Jul 2 2013
    System image file is "flash:c3750-ipbase-mz.122-35.SE5/c3750-ipbase-mz.122-35.SE5.bin"
    cisco WS-C3750-48TS (PowerPC405) processor (revision Q0) with 118784K/12280K bytes of memory.
    Processor board ID FDO1339Y2FC
    Last reset from power-on
    2 Virtual Ethernet interfaces
    96 FastEthernet interfaces
    8 Gigabit Ethernet interfaces
    The password-recovery mechanism is enabled.
    512K bytes of flash-simulated non-volatile configuration memory.
    Base ethernet MAC Address       : EC:30:91:4A:CF:80
    Motherboard assembly number     : 73-9680-12
    Power supply part number        : 341-0028-02
    Motherboard serial number       : FDO133916XY
    Power supply serial number      : DTN133510WF
    Model revision number           : Q0
    Motherboard revision number     : A0
    Model number                    : WS-C3750-48TS-S
    System serial number            : FDO1339Y2FC
    SFP Module assembly part number : 73-7757-03
    SFP Module revision Number      : A0
    SFP Module serial number        : FDO13390UPX
    Top Assembly Part Number        : 800-25854-04
    Top Assembly Revision Number    : A0
    Version ID                      : V07
    CLEI Code Number                : COMD200BRA
    Hardware Board Revision Number  : 0x01
    Switch   Ports  Model              SW Version              SW Image           
         1   52     WS-C3750-48TS      12.2(35)SE5             C3750-IPBASE-M     
    *    2   52     WS-C3750-48TS      12.2(35)SE5             C3750-IPBASE-M     
    Switch 01
    Switch Uptime                   : 30 weeks, 1 day, 15 minutes
    Base ethernet MAC Address       : EC:30:91:4A:D0:80
    Motherboard assembly number     : 73-9680-12
    Power supply part number        : 341-0028-02
    Motherboard serial number       : FDO133916ZJ
    Power supply serial number      : DTN133510WC
    Model revision number           : Q0
    Motherboard revision number     : A0
    Model number                    : WS-C3750-48TS-S
    System serial number            : FDO1339Y2FB
    SFP Module assembly part number : 73-7757-03
    SFP Module revision number      : A0
    SFP Module serial number        : FDO13390UPS
    Top assembly part number        : 800-25854-04
    Top assembly revision number    : A0
    Version ID                      : V07
    CLEI Code Number                : COMD200BRA
    Configuration register is 0xF
    #sh processes cpu sorted
    CPU utilization for five seconds: 7%/1%; one minute: 7%; five minutes: 7%
    PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process
    251        2051       209       9813  0.79%  0.32%  0.36%   6 Virtual Exec    
    131    61393351 248916997        246  0.63%  0.71%  0.60%   0 HL2MCM          
    123     6997778   3642657       1921  0.15%  0.03%  0.00%   0 HQM Stack Proces
    191   105112370 573529786        183  0.15%  0.29%  0.30%   0 IGMPSN          
    124    29851586  14567458       2049  0.15%  0.17%  0.15%   0 HRPC qos request
    115     4380679 434564249         10  0.15%  0.03%  0.00%   0 Hulc LED Process
       7           0         1          0  0.00%  0.00%  0.00%   0 HRPC asic-stats 
       8           0         1          0  0.00%  0.00%  0.00%   0 Crash writer    
       9       23632    348343         67  0.00%  0.00%  0.00%   0 ARP Input       
      10           0         1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT
      11           0         2          0  0.00%  0.00%  0.00%   0 AAA high-capacit
      12           0         1          0  0.00%  0.00%  0.00%   0 Policy Manager  
      13          42        11       3818  0.00%  0.00%  0.00%   0 Entity MIB API  
      14           0         1          0  0.00%  0.00%  0.00%   0 IFS Agent Manage
      15         242    304021          0  0.00%  0.00%  0.00%   0 IPC Dynamic Cach
      16           0         1          0  0.00%  0.00%  0.00%   0 IPC Zone Manager
      17        5029  18121023          0  0.00%  0.00%  0.00%   0 IPC Periodic Tim
      18           0       156          0  0.00%  0.00%  0.00%   0 IPC Managed Time
      19        5258  18121026          0  0.00%  0.00%  0.00%   0 IPC Deferred Por
      20           9       157         57  0.00%  0.00%  0.00%   0 IPC Seat Manager
      21           0         1          0  0.00%  0.00%  0.00%   0 IPC Session Serv
      22      194590   5460341         35  0.00%  0.00%  0.00%   0 HC Counter Timer
      23        6925  18121021          0  0.00%  0.00%  0.00%   0 Dynamic ARP Insp
      24           0         1          0  0.00%  0.00%  0.00%   0 ARP Snoop       
      25           0         1          0  0.00%  0.00%  0.00%   0 License IPC stat
      26           0         1          0  0.00%  0.00%  0.00%   0 License IPC serv
      27        5093  18120999          0  0.00%  0.00%  0.00%   0 GraphIt         
      28           0         2          0  0.00%  0.00%  0.00%   0 XML Proxy Client
      29           0         1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd  
      30      308341  44341035          6  0.00%  0.00%  0.00%   0 Net Background  
      31           0         1          0  0.00%  0.00%  0.00%   0 IDB Work        
       3           0        19          0  0.00%  0.00%  0.00%   0 SNMP Timers     
       4    18484344   2158292       8564  0.00%  0.10%  0.06%   0 Check heaps     
       6           0         2          0  0.00%  0.00%  0.00%   0 Timers          
      35     4296336    307754      13960  0.00%  0.01%  0.00%   0 Per-minute Jobs 
      36           0        33          0  0.00%  0.00%  0.00%   0 AggMgr Process  
      37           8        26        307  0.00%  0.00%  0.00%   0 Net Input       
      38     5416553   3642636       1486  0.00%  0.00%  0.00%   0 Compute load avg
      39          25        10       2500  0.00%  0.00%  0.00%   0 Collection proce
      40       20231 362215119          0  0.00%  0.00%  0.00%   0 DownWhenLooped  
      41           0         1          0  0.00%  0.00%  0.00%   0 HRPC hdwl reques
      42           0         1          0  0.00%  0.00%  0.00%   0 HRPC emac reques
      43           0         3          0  0.00%  0.00%  0.00%   0 HRPC lpip reques
      44           0         4          0  0.00%  0.00%  0.00%   0 HLPIP Sync Proce
      45           0         3          0  0.00%  0.00%  0.00%   0 HRPC Multi-FS Sy
      46           0        15          0  0.00%  0.00%  0.00%   0 HULC multifs pro
      47           0         2          0  0.00%  0.00%  0.00%   0 MIRAGE RBCP Moni
       2        1468   3642677          0  0.00%  0.00%  0.00%   0 Load Meter      
      49           0        16          0  0.00%  0.00%  0.00%   0 Stack Mgr       
      50         678        42      16142  0.00%  0.00%  0.00%   0 Stack Mgr Notifi
      51     3155448 977563359          3  0.00%  0.01%  0.00%   0 Fifo Error Detec
      52          16        11       1454  0.00%  0.00%  0.00%   0 Adjust Regions  
      53       44680  18121002          2  0.00%  0.00%  0.00%   0 hrpc -> response
      54      443728  28994073         15  0.00%  0.00%  0.00%   0 hrpc -> request 
      55     6463350  36914367        175  0.00%  0.00%  0.00%   0 hrpc <- response
      56           0         3          0  0.00%  0.00%  0.00%   0 HRPC hcomp reque
      57           0        22          0  0.00%  0.00%  0.00%   0 HULC Device Mana
      32          48      8960          5  0.00%  0.00%  0.00%   0 Logger          
      59           0         7          0  0.00%  0.00%  0.00%   0 HRPC hdm blockin
      60          25         4       6250  0.00%  0.00%  0.00%   0 HRPC cfg_backup 
      61       90371   3642630         24  0.00%  0.00%  0.00%   0 HIPC bkgrd proce
       5        8473      3810       2223  0.00%  0.00%  0.00%   0 Pool Manager    
      34       52605  18121026          2  0.00%  0.00%  0.00%   0 Per-Second Jobs 
      33        6963  18120995          0  0.00%  0.00%  0.00%   0 TTY Background  
      65        1281      7231        177  0.00%  0.00%  0.00%   0 HRPC hpsecure re
      48           0         1          0  0.00%  0.00%  0.00%   0 HRPC hsm request
      67      238024 542998290          0  0.00%  0.00%  0.00%   0 HLFM address lea
      68        6856  18120996          0  0.00%  0.00%  0.00%   0 HLFM aging proce
      69      139202 543008514          0  0.00%  0.00%  0.00%   0 HLFM address ret
      70           0         1          0  0.00%  0.00%  0.00%   0 HRPC hrcmd reque
      71       94414    693286        136  0.00%  0.00%  0.00%   0 HRPC hulc misc r
      72           0         3          0  0.00%  0.00%  0.00%   0 HRPC system mtu 
      73        3828   6074329          0  0.00%  0.00%  0.00%   0 HVLAN main bkgrd
      74     1477074   5127744        288  0.00%  0.00%  0.00%   0 IP SNMP         
      75           0         2          0  0.00%  0.00%  0.00%   0 Vlan shutdown Pr
      76       27087    170972        158  0.00%  0.00%  0.00%   0 HRPC vlan reques
      77           0         2          0  0.00%  0.00%  0.00%   0 HULC VLAN REF Ba
      78           0         5          0  0.00%  0.00%  0.00%   0 HRPC hfbm reques
      79        4132  18120976          0  0.00%  0.00%  0.00%   0 MDFS LC Download
      80           0         5          0  0.00%  0.00%  0.00%   0 HRPC ilp request
      81           0         1          0  0.00%  0.00%  0.00%   0 HPM Msg Retry Pr
      82         470     74807          6  0.00%  0.00%  0.00%   0 TACACS+         
      83      816214 201441346          4  0.00%  0.00%  0.00%   0 hpm main process
      84         313      7676         40  0.00%  0.00%  0.00%   0 HPM Stack Sync P
      85        6174     28492        216  0.00%  0.00%  0.00%   0 HRPC pm request 
      86           0         3          0  0.00%  0.00%  0.00%   0 HPM if_num mappi
      87    11970484  37978485        315  0.00%  0.07%  0.05%   0 hpm counter proc
      88     8254076  39504043        208  0.00%  0.01%  0.02%   0 HRPC pm-counters
      89           0         1          0  0.00%  0.00%  0.00%   0 hpm vp events ca
      90           0       235          0  0.00%  0.00%  0.00%   0 HRPC hcmp reques
      91           8      8695          0  0.00%  0.00%  0.00%   0 HCEF ADJ Refresh
      92           0         1          0  0.00%  0.00%  0.00%   0 HRPC hl3mm reque
      93           0         1          0  0.00%  0.00%  0.00%   0 hl3md_rpfq_thrl_
      94       78051  12727882          6  0.00%  0.00%  0.00%   0 hl3mm           
      58           0        17          0  0.00%  0.00%  0.00%   0 HRPC hdm non blo
      96           0         4          0  0.00%  0.00%  0.00%   0 HRPC acl request
      97           8        55        145  0.00%  0.00%  0.00%   0 HACL Acl Manager
      98           0         1          0  0.00%  0.00%  0.00%   0 HRPC backup inte
      99           0         1          0  0.00%  0.00%  0.00%   0 HRPC cdp request
    100        1622     13860        117  0.00%  0.00%  0.00%   0 HRPC dot1x reque
    101        3284     12837        255  0.00%  0.00%  0.00%   0 HULC DOT1X Proce
    102           0         1          0  0.00%  0.00%  0.00%   0 HRPC foxhound re
    103           0         2          0  0.00%  0.00%  0.00%   0 Hulc Foxhound Pr
    104           0         1          0  0.00%  0.00%  0.00%   0 HRPC sdm request
    105      180683  90585811          1  0.00%  0.00%  0.00%   0 Hulc Storm Contr
    106           0         2          0  0.00%  0.00%  0.00%   0 HSTP Sync Proces
    107         285     10024         28  0.00%  0.00%  0.00%   0 HRPC stp_cli req
    108          17       100        170  0.00%  0.00%  0.00%   0 HRPC stp_state_s
    109           0         2          0  0.00%  0.00%  0.00%   0 S/W Bridge Proce
    110           0        22          0  0.00%  0.00%  0.00%   0 HRPC hudld reque
    111           0         1          0  0.00%  0.00%  0.00%   0 HRPC vqpc reques
    112           0         1          0  0.00%  0.00%  0.00%   0 HRPC iec_load_ba
    113           0        14          0  0.00%  0.00%  0.00%   0 HRPC l2pt qnq rp
    114           0         3          0  0.00%  0.00%  0.00%   0 HRPC hled reques
       1         795     10877         73  0.00%  0.00%  0.00%   0 Chunk Manager   
    116       61910  13347463          4  0.00%  0.00%  0.00%   0 HL3U bkgrd proce
    117      572759   7248461         79  0.00%  0.00%  0.00%   0 HRPC hl3u reques
    118        1586   4165623          0  0.00%  0.00%  0.00%   0 HL3U PBR bkgrd p
    119         186    152011          1  0.00%  0.00%  0.00%   0 HL3U PBR n-h res
    120           0         1          0  0.00%  0.00%  0.00%   0 HRPC dtp request
    121           0         1          0  0.00%  0.00%  0.00%   0 HRPC show_forwar
    122         175        60       2916  0.00%  0.00%  0.00%   0 HRPC snmp reques
      62           0         1          0  0.00%  0.00%  0.00%   0 IPC RTTYC Messag
      63           0         1          0  0.00%  0.00%  0.00%   0 RTTYC Flush     
      64        1050      6840        153  0.00%  0.00%  0.00%   0 Hulc Port-Securi
    126           0         1          0  0.00%  0.00%  0.00%   0 HRPC obfl reques
      66       22215    141914        156  0.00%  0.00%  0.00%   0 HRPC hlfm reques
    128           0         9          0  0.00%  0.00%  0.00%   0 Hulc Reload Mana
    129           8        19        421  0.00%  0.00%  0.00%   0 HRPC hrcli-event
    130       50722     21263       2385  0.00%  0.00%  0.00%   0 HRPC rfs request
      95           0         1          0  0.00%  0.00%  0.00%   0 HACL Queue Proce
    132           8         8       1000  0.00%  0.00%  0.00%   0 HL2MCM          
    133           0         2          0  0.00%  0.00%  0.00%   0 EAPoUDP Process 
    134           0         3          0  0.00%  0.00%  0.00%   0 CEF switching ba
    135       53206  18120990          2  0.00%  0.00%  0.00%   0 PI MATM Aging Pr
    136         154      7422         20  0.00%  0.00%  0.00%   0 Switch Backup In
    137         313    304021          1  0.00%  0.00%  0.00%   0 MMN bkgrd proces
    138           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Mgr Proces
    139           0         1          0  0.00%  0.00%  0.00%   0 MAB Framework   
    140         567      3467        163  0.00%  0.00%  0.00%   0 802.1x switch   
    141           0         1          0  0.00%  0.00%  0.00%   0 802.1x Webauth F
    142           0         1          0  0.00%  0.00%  0.00%   0 802.1x Critical 
    143       81511   1214105         67  0.00%  0.00%  0.00%   0 DTP Protocol    
    144           0         1          0  0.00%  0.00%  0.00%   0 EAP Framework   
    145           0         1          0  0.00%  0.00%  0.00%   0 HRPC dai request
    146           0         1          0  0.00%  0.00%  0.00%   0 HULC DAI Process
    147           0         5          0  0.00%  0.00%  0.00%   0 HRPC dhcp snoopi
    148           0         5          0  0.00%  0.00%  0.00%   0 HULC DHCP Snoopi
    149           0         1          0  0.00%  0.00%  0.00%   0 HRPC ip source g
    150           0         1          0  0.00%  0.00%  0.00%   0 HULC IP Source g
    151        7033  18242384          0  0.00%  0.00%  0.00%   0 UDLD            
    152         125    608080          0  0.00%  0.00%  0.00%   0 Port-Security   
    153           0         3          0  0.00%  0.00%  0.00%   0 OBFL Cfg Dispatc
    154           0         2          0  0.00%  0.00%  0.00%   0 Switch IP Host T
    155           0         1          0  0.00%  0.00%  0.00%   0 Link State Group
    156         367   1823271          0  0.00%  0.00%  0.00%   0 Ethchnl         
    157         303      2174        139  0.00%  0.00%  0.00%   0 VMATM Callback  
    158       23146 181145818          0  0.00%  0.00%  0.00%   0 MDFS MFIB Proces
    159           0         1          0  0.00%  0.00%  0.00%   0 IPv6 RIB Redistr
    160           9         2       4500  0.00%  0.00%  0.00%   0 AAA Server      
    161           0         1          0  0.00%  0.00%  0.00%   0 AAA ACCT Proc   
    162           0         1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr
    163     8780828  15301673        573  0.00%  0.01%  0.00%   0 CDP Protocol    
    164       13401      6681       2005  0.00%  0.00%  0.00%   0 SNMP Traps      
    165           0         1          0  0.00%  0.00%  0.00%   0 image mgr       
    166           0         2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R
    167         139    152026          0  0.00%  0.00%  0.00%   0 DHCP Snooping   
    168     4637569  47657943         97  0.00%  0.07%  0.04%   0 IP Input        
    169           0         1          0  0.00%  0.00%  0.00%   0 ICMP event handl
    170    10066119  69946340        143  0.00%  0.04%  0.05%   0 Spanning Tree   
    171          24    304027          0  0.00%  0.00%  0.00%   0 Spanning Tree St
    172       53121    364742        145  0.00%  0.00%  0.00%   0 CEF background p
    173           0         1          0  0.00%  0.00%  0.00%   0 IP IRDP         
    174          16         2       8000  0.00%  0.00%  0.00%   0 CEF RF HULC Conv
    175         162      3972         40  0.00%  0.00%  0.00%   0 XDR mcast       
    176       21665     37317        580  0.00%  0.00%  0.00%   0 AAA Accounting  
    178           0         4          0  0.00%  0.00%  0.00%   0 MDFS LC Process 
    179          41    228026          0  0.00%  0.00%  0.00%   0 Cluster L2      
    180         487   1823270          0  0.00%  0.00%  0.00%   0 Cluster RARP    
    181        1274   2279503          0  0.00%  0.00%  0.00%   0 Cluster Base    
    182        4979    582218          8  0.00%  0.00%  0.00%   0 TCP Timer       
    183        2534      4377        578  0.00%  0.00%  0.00%   0 TCP Protocols   
    184           0         1          0  0.00%  0.00%  0.00%   0 Socket Timers   
    185         370     61248          6  0.00%  0.00%  0.00%   0 HTTP CORE       
    186           0         1          0  0.00%  0.00%  0.00%   0 RARP Input      
    187         191       357        535  0.00%  0.00%  0.00%   1 Virtual Exec    
    188         312       796        391  0.00%  0.00%  0.00%   2 Virtual Exec    
    189        5986      3688       1623  0.00%  0.00%  0.00%   0 IGMPSN L2MCM    
    190     1988996  22053535         90  0.00%  0.02%  0.00%   0 IGMPSN MRD      
    125           0         1          0  0.00%  0.00%  0.00%   0 HRPC span reques
    192           0         1          0  0.00%  0.00%  0.00%   0 IGMPQR          
    193           0         1          0  0.00%  0.00%  0.00%   0 CEF MQC IPC Back
    194           0         2          0  0.00%  0.00%  0.00%   0 L2TRACE SERVER  
    195        2867      3686        777  0.00%  0.00%  0.00%   0 MLDSN L2MCM     
    196           0         1          0  0.00%  0.00%  0.00%   0 MRD             
    197           0         1          0  0.00%  0.00%  0.00%   0 MLD_SNOOP       
    198      149666  28335503          5  0.00%  0.00%  0.00%   0 CEF: IPv4 proces
    199        2752    303845          9  0.00%  0.00%  0.00%   0 IP RIB Update   
    200           0         1          0  0.00%  0.00%  0.00%   0 Auth-proxy AAA B
    201           9     60808          0  0.00%  0.00%  0.00%   0 IP Admin SM Proc
    202      189407    791688        239  0.00%  0.00%  0.00%   0 DHCPD Receive   
    203          25    152012          0  0.00%  0.00%  0.00%   0 DHCPD Timer     
    204           0         2          0  0.00%  0.00%  0.00%   0 AAA Cached Serve
    205           0         2          0  0.00%  0.00%  0.00%   0 LOCAL AAA       
    206           9         2       4500  0.00%  0.00%  0.00%   0 TPLUS           
    207           0         1          0  0.00%  0.00%  0.00%   0 HRPC x_setup req
    208           9        39        230  0.00%  0.00%  0.00%   0 VTP Trap Process
    209           0         2          0  0.00%  0.00%  0.00%   0 VTPMIB EDIT BUFF
    210           0         2          0  0.00%  0.00%  0.00%   0 DHCP Security He
    211           0         1          0  0.00%  0.00%  0.00%   0 HCD Process     
    212           0         1          0  0.00%  0.00%  0.00%   0 HRPC cable diagn
    213           0         2          0  0.00%  0.00%  0.00%   0 DiagCard2/-1    
    214      134713 218636042          0  0.00%  0.00%  0.00%   0 PM Callback     
    215           0        20          0  0.00%  0.00%  0.00%   0 VLAN Manager    
    216       97175   5167135         18  0.00%  0.00%  0.00%   0 DHCPD Database  
    217         133   1458592          0  0.00%  0.00%  0.00%   0 dhcp snooping sw
    218           0         1          0  0.00%  0.00%  0.00%   0 Licensing MIB pr
    219           0         3          0  0.00%  0.00%  0.00%   0 RADIUS TEST CMD 
    220           0         2          0  0.00%  0.00%  0.00%   0 AAA SEND STOP EV
    221        9523      2686       3545  0.00%  0.00%  0.00%   0 Syslog Traps    
    222           0         1          0  0.00%  0.00%  0.00%   0 SAA MPLSLM Proce
    223          93      2217         41  0.00%  0.00%  0.00%   0 ADJ background  
    224           0         2          0  0.00%  0.00%  0.00%   0 STP FAST TRANSIT
    225           9       135         66  0.00%  0.00%  0.00%   0 CSRT RAPID TRANS
    226       20638    168875        122  0.00%  0.00%  0.00%   0 HRPC hl2mcm igmp
    227           0        38          0  0.00%  0.00%  0.00%   0 HRPC hl2mcm mlds
    228         446       765        583  0.00%  0.00%  0.00%   3 Virtual Exec    
    229        6840      1901       3598  0.00%  0.00%  0.00%   0 SpanTree Helper 
    230           0         1          0  0.00%  0.00%  0.00%   0 DiagCard1/-1    
    231           0         1          0  0.00%  0.00%  0.00%   0 LICENSE AGENT   
    232          94       420        223  0.00%  0.00%  0.00%   0 SpanTree Flush  
    233       22092    540058         40  0.00%  0.00%  0.00%   0 IP Background   
    234      833188   2574651        323  0.00%  0.00%  0.00%   0 PDU DISPATCHER  
    235    22681449   5799556       3910  0.00%  0.00%  0.00%   0 SNMP ENGINE     
    236           0         1          0  0.00%  0.00%  0.00%   0 SNMP ConfCopyPro
    237       16028  18381176          0  0.00%  0.00%  0.00%   0 NTP             
    238          33       139        237  0.00%  0.00%  0.00%   0 hulc cfg mgr mas
    239       98617       500     197234  0.00%  0.00%  0.00%   0 hulc running con
    240           0         1          0  0.00%  0.00%  0.00%   0 RTTYS Process   
    241         335    303847          1  0.00%  0.00%  0.00%   0 802.1x MDA Aging
    242         346       513        674  0.00%  0.00%  0.00%   4 Virtual Exec    
    243         628       999        628  0.00%  0.00%  0.00%   5 Virtual Exec    
    244         321    101289          3  0.00%  0.00%  0.00%   0 HCMP sync proces
    245           0         2          0  0.00%  0.00%  0.00%   0 hulc_tb_process 
    246     1629625  18112558         89  0.00%  0.00%  0.00%   0 IPC LC Message H
    247           0         2          0  0.00%  0.00%  0.00%   0 XDR RP Ping Back
    248         181    151926          1  0.00%  0.00%  0.00%   0 XDR RP backgroun
    249           0         1          0  0.00%  0.00%  0.00%   0 XDR RP Test Back
    250           9         5       1800  0.00%  0.00%  0.00%   0 CEF RP IPC Backg
    127           0        14          0  0.00%  0.00%  0.00%   0 HRPC system post
    252         441       613        719  0.00%  0.00%  0.00%   7 Virtual Exec    
    254         626      1254        499  0.00%  0.00%  0.00%   9 Virtual Exec   
    sh stacks
    Minimum process stacks:
    Free/Size   Name
    5112/6000   hulc_flash init
    5740/6000   CDP BLOB
    8572/9000   IP Background
    5664/6000   vqpc_shim_create_addr_tbl
    5648/6000   SPAN Subsystem
    5396/6000   LICENSE AGENT DEFAULT
    5684/6000   stp_change_tree_type
    8732/9000   cdp init process
    8576/12000  Init
    5644/6000   IPC Zone Manager
    5720/6000   RTTY Slave Registration Process
    4792/6000   IPC Split Init
    5244/6000   HUDLD fiber table process
    5496/6000   bulk config process
    5496/6000   RADIUS INITCONFIG
    2600/3000   Rom Random Update Process
    5228/6000   MDFS LC IPC Init Process
    5420/6000   HVLAN Mapped Vlan Id Update Process
    8284/12000  cfg mgr new master process
    4908/6000   hpm bulk_vlan_state process
    5676/6000   HDF Stack-Mac
    5724/6000   HCMP redirect process
    5648/6000   HCMP new mac process
    5352/6000   XDR LC PRIO Background
    9652/12000  XDR LC Background
    5388/6000   CEF LC Stats
    5396/6000   CEF LC IPC Background
    5368/6000   HL3U ARP Refresh Proc
    5128/6000   RTTY Client Registration
    5152/6000   IPC LC Port Opener
    35132/36000  TCP Command
    7644/12000  Virtual Exec
    19784/24000  hulc_techsupport_process
    Interrupt level stacks:
    Level    Called Unused/Size  Name
      4  1981299888   7808/9000  NETWORK INTERFACE CHIP
      5           0   9000/9000  SUPERVISOR EXCEPTIONS
      6        6937   8932/9000  NS16550 VECTOR
    Please help me in solving the issue.
    Thanks
    Nibin Rodrigues

    Please find more EEM output
    CPU utilization for five seconds: 72%/1%; one minute: 20%; five minutes: 13%
     PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process 
     325    71942425  29061721       2475 53.18%  8.25%  1.83%   0 SNMP ENGINE      
     149    70334613 922183020         76  3.98%  0.79%  0.31%   0 Hulc LED Process 
      93   209189468   3227049      64824  3.02%  0.70%  0.60%   0 HULC Tcam Memory 
      71   1093435341690591985         64  2.06%  0.71%  0.41%   0 Fifo Error Detec 
     110   291975112  66878504       4365  0.95%  0.86%  0.85%   0 hpm counter proc 
     168    81777686 292066101        279  0.63%  0.25%  0.26%   0 HL2MCM           
     158   124763719   6454160      19330  0.47%  0.35%  0.36%   0 HQM Stack Proces 
     224    42202897 212601403        198  0.31%  0.08%  0.08%   0 Spanning Tree    
     159   106423401  51600833       2062  0.31%  0.24%  0.21%   0 HRPC qos request 
     106    13220026 370664106         35  0.31%  0.07%  0.01%   0 hpm main process 
     262     3364322  67969552         49  0.15%  0.01%  0.00%   0 DHCPD Receive    
      65    52065771 720246777         72  0.15%  0.19%  0.18%   0 RedEarth Tx Mana 
     211     9167389  82882822        110  0.15%  0.15%  0.04%   0 IP Input         
      31    21262514   3938892       5398  0.15%  0.07%  0.05%   0 Net Background   
      35     3271220  32329547        101  0.15%  0.02%  0.00%   0 Per-Second Jobs  
      75    30667151 134022347        228  0.15%  0.38%  0.14%   0 hrpc <- response 
      66     53952131261367847          4  0.15%  0.02%  0.00%   0 RedEarth Rx Mana 
     118       63844  16135251          3  0.15%  0.01%  0.00%   0 hl3mm_rp         
     323     4050227  15006221        269  0.15%  0.22%  0.05%   0 IP SNMP          
     189      346264  32497199         10  0.15%  0.01%  0.00%   0 UDLD             
     329     1715198 327525422          5  0.15%  0.04%  0.00%   0 MDFS RP process  
      21      476092   8656305         54  0.00%  0.00%  0.00%   0 IPC Seat Manager 
      20       91963  32261597          2  0.00%  0.00%  0.00%   0 IPC Deferred Por 
      19           0        40          0  0.00%  0.00%  0.00%   0 IPC Managed Time 
      18      110772  32261594          3  0.00%  0.00%  0.00%   0 IPC Periodic Tim 
      22           0         1          0  0.00%  0.00%  0.00%   0 IPC Session Serv 
      23          75         4      18750  0.00%  0.00%  0.00%   0 PrstVbl          
      28       91050  32261466          2  0.00%  0.00%  0.00%   0 GraphIt          
      17           0        21          0  0.00%  0.00%  0.00%   0 ADJ background   
      30           0         1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd   
      16       16573    541341         30  0.00%  0.00%  0.00%   0 IPC Dynamic Cach 
      24      117890  32261592          3  0.00%  0.00%  0.00%   0 Dynamic ARP Insp 
      15           0         1          0  0.00%  0.00%  0.00%   0 IFS Agent Manage 
      34      103038  32261458          3  0.00%  0.00%  0.00%   0 TTY Background   
      25           0         1          0  0.00%  0.00%  0.00%   0 ARP Snoop        
      26           0         1          0  0.00%  0.00%  0.00%   0 License IPC stat 
      27           0         1          0  0.00%  0.00%  0.00%   0 License IPC serv 
      38         239     10986         21  0.00%  0.00%  0.00%   0 IF-MGR event pro 
      29           0         2          0  0.00%  0.00%  0.00%   0 XML Proxy Client 
      40    25039972   6679622       3748  0.00%  0.06%  0.05%   0 Compute load avg 
      41           0         1          0  0.00%  0.00%  0.00%   0 AggMgr Process   
      42          35      5316          6  0.00%  0.00%  0.00%   0 Transport Port A 
      14          93        30       3100  0.00%  0.00%  0.00%   0 Entity MIB API   
      44           0         1          0  0.00%  0.00%  0.00%   0 SFF8472          
      45      694165 640463898          1  0.00%  0.00%  0.00%   0 DownWhenLooped   
      46           0         1          0  0.00%  0.00%  0.00%   0 HULC PBR Tcam Me 
      32           0         1          0  0.00%  0.00%  0.00%   0 IDB Work         
      48           0         1          0  0.00%  0.00%  0.00%   0 HRPC hdwl reques 
      33        3419     19356        176  0.00%  0.00%  0.00%   0 Logger           
      50           0         1          0  0.00%  0.00%  0.00%   0 HRPC actual powe 
      51           0         3          0  0.00%  0.00%  0.00%   0 HRPC lpip reques 
      52           0         2          0  0.00%  0.00%  0.00%   0 HLPIP Sync Proce 
      36    14379445    553822      25964  0.00%  0.03%  0.00%   0 Per-minute Jobs  
      54           8        18        444  0.00%  0.00%  0.00%   0 HULC multifs pro 
      55           0         1          0  0.00%  0.00%  0.00%   0 HRPC hnetwpol re 
      56           0         1          0  0.00%  0.00%  0.00%   0 Hulc Warm Upgrad 
      57           0         1          0  0.00%  0.00%  0.00%   0 HRPC ipadm reque 
      58           0         2          0  0.00%  0.00%  0.00%   0 SM RBCP Monitor  
      37          33        12       2750  0.00%  0.00%  0.00%   0 IF-MGR control p 
      60      190413   1225261        155  0.00%  0.00%  0.00%   0 EEM ED ND        
      61           0       123          0  0.00%  0.00%  0.00%   0 EEM ED Identity  
      13           0         1          0  0.00%  0.00%  0.00%   0 Policy Manager   
      63      111911   6454104         17  0.00%  0.00%  0.00%   0 Hulc LED Alchemy 
      64           0         1          0  0.00%  0.00%  0.00%   0 HRPC asic-stats  
      39           0         5          0  0.00%  0.00%  0.00%   0 IP Admission HA  
      43     2892937   6960508        415  0.00%  0.01%  0.00%   0 HC Counter Timer 
      67        2311    216633         10  0.00%  0.00%  0.00%   0 HULC Thermal Pro 
      68           0         1          0  0.00%  0.00%  0.00%   0 HRPC hsm request 
      69           0        56          0  0.00%  0.00%  0.00%   0 Stack Mgr        
      70        2510       248      10120  0.00%  0.00%  0.00%   0 Stack Mgr Notifi 
      11           0         1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT 
      72           0         3          0  0.00%  0.00%  0.00%   0 Adjust Regions   
      73     1542536  32261482         47  0.00%  0.00%  0.00%   0 hrpc -> response 
      74     1646436  69466039         23  0.00%  0.00%  0.00%   0 hrpc -> request  
      47           0         1          0  0.00%  0.00%  0.00%   0 HULC ACL Tcam Me 
      76           0         7          0  0.00%  0.00%  0.00%   0 HRPC hcomp reque 
      77           0        54          0  0.00%  0.00%  0.00%   0 HULC Device Mana 
      78       10447     30047        347  0.00%  0.00%  0.00%   0 HRPC hdm non blo 
      79           0        15          0  0.00%  0.00%  0.00%   0 HRPC hdm blockin 
      80          16         6       2666  0.00%  0.00%  0.00%   0 HRPC cfg_backup  
      10           0         1          0  0.00%  0.00%  0.00%   0 CEF MIB API      
      49           0         1          0  0.00%  0.00%  0.00%   0 HRPC EnergyWise  
      83           0         1          0  0.00%  0.00%  0.00%   0 RTTYC Flush      
       9       67025    599159        111  0.00%  0.00%  0.00%   0 ARP Input        
       8           0         1          0  0.00%  0.00%  0.00%   0 Crash writer     
      86      157119    696649        225  0.00%  0.00%  0.00%   0 HRPC hlfm reques 
      53           0         3          0  0.00%  0.00%  0.00%   0 HRPC Multi-FS Sy 
      88      133411  32261466          4  0.00%  0.00%  0.00%   0 HLFM aging proce 
      89     3110261 949082564          3  0.00%  0.00%  0.00%   0 HLFM address ret 
      90           0         1          0  0.00%  0.00%  0.00%   0 HRPC hrcmd reque 
      91           0         1          0  0.00%  0.00%  0.00%   0 HRPC emac reques 
      92      267066    852763        313  0.00%  0.00%  0.00%   0 HRPC hulc misc r 
       7          27       342         78  0.00%  0.00%  0.00%   0 Net Input        
      94       71237  10801159          6  0.00%  0.00%  0.00%   0 HVLAN main bkgrd 
      59           0         1          0  0.00%  0.00%  0.00%   0 HULC QM Tcam Mem 
      96           0         2          0  0.00%  0.00%  0.00%   0 Vlan shutdown Pr 
      97       34965    206313        169  0.00%  0.00%  0.00%   0 HRPC vlan reques 
      98           0         1          0  0.00%  0.00%  0.00%   0 HULC VLAN REF Ba 
      99       30462    541338         56  0.00%  0.00%  0.00%   0 hulc_xps_process 
     100           8         9        888  0.00%  0.00%  0.00%   0 HRPC hfbm reques 
     101           0         1          0  0.00%  0.00%  0.00%   0 IPC Zone Manager 
     102           0        13          0  0.00%  0.00%  0.00%   0 HRPC ilp request 
     103           0         1          0  0.00%  0.00%  0.00%   0 HULC PM Vector P 
     104           0         1          0  0.00%  0.00%  0.00%   0 HPM Msg Retry Pr 
     105          53      1767         29  0.00%  0.00%  0.00%   0 TACACS+          
      62           0       245          0  0.00%  0.00%  0.00%   0 EEM ED MAT       
     107         425      3060        138  0.00%  0.00%  0.00%   0 HPM Stack Sync P 
     108       20145     75351        267  0.00%  0.00%  0.00%   0 HRPC pm request  
     109           0         5          0  0.00%  0.00%  0.00%   0 HPM if_num mappi 
       6           0         2          0  0.00%  0.00%  0.00%   0 Timers           
     111    46275542 207724060        222  0.00%  0.13%  0.12%   0 HRPC pm-counters 
      12           0         2          0  0.00%  0.00%  0.00%   0 AAA high-capacit 
     113           0       237          0  0.00%  0.00%  0.00%   0 HRPC hcmp reques 
     114          32     15476          2  0.00%  0.00%  0.00%   0 HCEF ADJ Refresh 
     115           0         1          0  0.00%  0.00%  0.00%   0 HRPC hl3mm reque 
     116           0         1          0  0.00%  0.00%  0.00%   0 hl3md_rpfq_thrl_ 
     117      183004  21375807          8  0.00%  0.00%  0.00%   0 hl3mm            
      87    12716516 948952078         13  0.00%  0.03%  0.00%   0 HLFM address lea 
     119           0         1          0  0.00%  0.00%  0.00%   0 HACL Queue Proce 
     120           0         4          0  0.00%  0.00%  0.00%   0 HRPC acl request 
     121           0        43          0  0.00%  0.00%  0.00%   0 HACL Acl Manager 
     122           0         1          0  0.00%  0.00%  0.00%   0 HRPC backup inte 
     123           0         1          0  0.00%  0.00%  0.00%   0 HRPC cdp request 
     124           0         3          0  0.00%  0.00%  0.00%   0 HRPC lldp reques 
     125           0         5          0  0.00%  0.00%  0.00%   0 HULC CISP Proces 
     126        4577     39096        117  0.00%  0.00%  0.00%   0 HRPC dot1x reque 
     127           0         1          0  0.00%  0.00%  0.00%   0 Dot1X Msg Retry  
     128        3417     22012        155  0.00%  0.00%  0.00%   0 HULC DOT1X Proce 
     129           0         1          0  0.00%  0.00%  0.00%   0 HRPC foxhound re 
     130           0         2          0  0.00%  0.00%  0.00%   0 Hulc Foxhound Pr 
       5       29320    892811         32  0.00%  0.00%  0.00%   0 Pool Manager     
     132           0         1          0  0.00%  0.00%  0.00%   0 SMI MSG Retry Pr 
     133           0         4          0  0.00%  0.00%  0.00%   0 HRPC Smart Insta 
     134           0         1          0  0.00%  0.00%  0.00%   0 HRPC sdm request 
     135     3266739 160267739         20  0.00%  0.00%  0.00%   0 Hulc Storm Contr 
     136           0         2          0  0.00%  0.00%  0.00%   0 HSTP Sync Proces 
     137         485      4964         97  0.00%  0.00%  0.00%   0 HRPC stp_cli req 
     138         626      4086        153  0.00%  0.00%  0.00%   0 HRPC stp_state_s 
     139           0         2          0  0.00%  0.00%  0.00%   0 S/W Bridge Proce 
     140           0        95          0  0.00%  0.00%  0.00%   0 HRPC hudld reque 
     141           0         1          0  0.00%  0.00%  0.00%   0 HRPC vqpc reques 
     142           0         1          0  0.00%  0.00%  0.00%   0 BCM cable diags  
     143           0         1          0  0.00%  0.00%  0.00%   0 HRPC iec_load_ba 
     144           9        36        250  0.00%  0.00%  0.00%   0 HRPC l2pt qnq rp 
     145           0         1          0  0.00%  0.00%  0.00%   0 HRPC aim request 
     146           0         2          0  0.00%  0.00%  0.00%   0 MACsec Process   
     147           0         1          0  0.00%  0.00%  0.00%   0 HRPC macsec requ 
     148           8        11        727  0.00%  0.00%  0.00%   0 HRPC hled reques 
       4   313471552  14477254      21652  0.00%  0.93%  0.91%   0 Check heaps      
     150      877489  23656414         37  0.00%  0.00%  0.00%   0 HL3U bkgrd proce 
     151     3374415  38698078         87  0.00%  0.00%  0.00%   0 HRPC hl3u reques 
     152       25962   7418583          3  0.00%  0.00%  0.00%   0 HL3U PBR bkgrd p 
     153        1180    270792          4  0.00%  0.00%  0.00%   0 HL3U PBR n-h res 
     154           0         1          0  0.00%  0.00%  0.00%   0 HRPC dtp request 
     155           0         1          0  0.00%  0.00%  0.00%   0 HRPC show_forwar 
     156          34       127        267  0.00%  0.00%  0.00%   0 HRPC snmp reques 
     157         686       115       5965  0.00%  0.00%  0.00%   0 HULC SNMP Proces 
       3     1984832  49726053         39  0.00%  0.00%  0.00%   0 CEF: IPv4 proces 
       2      122589   6488159         18  0.00%  0.00%  0.00%   0 Load Meter       
     160           0         1          0  0.00%  0.00%  0.00%   0 HRPC span reques 
      81      124588   6454106         19  0.00%  0.00%  0.00%   0 HIPC bkgrd proce 
      82           0         1          0  0.00%  0.00%  0.00%   0 IPC RTTYC Messag 
     163          25        25       1000  0.00%  0.00%  0.00%   0 Hulc Reload Mana 
      84         478      2192        218  0.00%  0.00%  0.00%   0 Hulc Port-Securi 
     165       26905     21811       1233  0.00%  0.00%  0.00%   0 HRPC rfs request 
     166           0         1          0  0.00%  0.00%  0.00%   0 HRFS OIR Proc    
     167       50868  10801155          4  0.00%  0.00%  0.00%   0 Power RPS Proces 
      85        2003     20399         98  0.00%  0.00%  0.00%   0 HRPC hpsecure re 
     169          24        18       1333  0.00%  0.00%  0.00%   0 HL2MCM           
      95      249189    557263        447  0.00%  0.00%  0.00%   0 IP Background    
     171           0         3          0  0.00%  0.00%  0.00%   0 Switch Backup In 
     172       18960    541337         35  0.00%  0.00%  0.00%   0 MMN bkgrd proces 
     173         192      6148         31  0.00%  0.00%  0.00%   0 Auth Manager     
     174           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Mgr Proces 
     175           0         1          0  0.00%  0.00%  0.00%   0 MAB Framework    
     176           0         1          0  0.00%  0.00%  0.00%   0 AUTH POLICY Fram 
     177           0         1          0  0.00%  0.00%  0.00%   0 CMD HANDLER      
     178        1167      6162        189  0.00%  0.00%  0.00%   0 802.1x switch    
     179       25021    541339         46  0.00%  0.00%  0.00%   0 802.1x MDA Aging 
     180           0         1          0  0.00%  0.00%  0.00%   0 802.1x Webauth F 
     181      366325   2214225        165  0.00%  0.00%  0.00%   0 DTP Protocol     
     182           0         1          0  0.00%  0.00%  0.00%   0 EAP Framework    
     183           0         1          0  0.00%  0.00%  0.00%   0 EAP Test         
     184           0         1          0  0.00%  0.00%  0.00%   0 HRPC dai request 
     185           0         1          0  0.00%  0.00%  0.00%   0 HULC DAI Process 
     186           0         1          0  0.00%  0.00%  0.00%   0 HRPC ip device t 
     187           0         1          0  0.00%  0.00%  0.00%   0 HRPC ip source g 
     188           0         1          0  0.00%  0.00%  0.00%   0 HULC IP Source g 
       1      101471   1614058         62  0.00%  0.00%  0.00%   0 Chunk Manager    
     190        2331   1083241          2  0.00%  0.00%  0.00%   0 Port-Security    
     191           0         2          0  0.00%  0.00%  0.00%   0 IP Host Track Pr 
     192           0         1          0  0.00%  0.00%  0.00%   0 Link State Group 
     193       97612   3227055         30  0.00%  0.00%  0.00%   0 Ethchnl          
     194        1551      1194       1298  0.00%  0.00%  0.00%   0 VMATM Callback   
     195           0         2          0  0.00%  0.00%  0.00%   0 CDP Forward Proc 
     196      595986 321101059          1  0.00%  0.00%  0.00%   0 MDFS MFIB Proces 
     197           9         2       4500  0.00%  0.00%  0.00%   0 MKA              
     198         235      2964         79  0.00%  0.00%  0.00%   0 AAA Server       
     199         158      1645         96  0.00%  0.00%  0.00%   0 AAA ACCT Proc    
     200           0         1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr 
     201           0         1          0  0.00%  0.00%  0.00%   0 AAA System Acct  
     202           0         1          0  0.00%  0.00%  0.00%   0 Auth-proxy AAA B 
     203         394    108323          3  0.00%  0.00%  0.00%   0 IP Admin SM Proc 
     204    32404554  40417073        801  0.00%  0.09%  0.10%   0 CDP Protocol     
     205          50        70        714  0.00%  0.00%  0.00%   0 Collection proce 
     206         851      4694        181  0.00%  0.00%  0.00%   0 HRPC hl2mcm igmp 
     207           0         2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R 
     208        1247    270811          4  0.00%  0.00%  0.00%   0 DHCP Snooping    
     209           0         2          0  0.00%  0.00%  0.00%   0 EAPoUDP Process  
     210           0         3          0  0.00%  0.00%  0.00%   0 CEF switching ba 
     112           0         1          0  0.00%  0.00%  0.00%   0 hpm vp events ca 
     212           0         1          0  0.00%  0.00%  0.00%   0 ICMP event handl 
     213      127495  62409421          2  0.00%  0.00%  0.00%   0 IP ARP Track     
     214           0        17          0  0.00%  0.00%  0.00%   0 ADJ resolve proc 
     215           0         3          0  0.00%  0.00%  0.00%   0 ADJ NSF process  
     216           0         1          0  0.00%  0.00%  0.00%   0 IPv6 ping proces 
     217           0         1          0  0.00%  0.00%  0.00%   0 EM Action CNS    
     218           0         5          0  0.00%  0.00%  0.00%   0 SMI Director DB  
     219           0         1          0  0.00%  0.00%  0.00%   0 SMI CDP Update H 
     220           0         1          0  0.00%  0.00%  0.00%   0 SMI Backup Proce 
     221           0         2          0  0.00%  0.00%  0.00%   0 SMI IBC server p 
     222           0         1          0  0.00%  0.00%  0.00%   0 SMI IBC client p 
     223           0         2          0  0.00%  0.00%  0.00%   0 SMI IBC Download 
     131           0         7          0  0.00%  0.00%  0.00%   0 HRPC system mtu  
     225         667    541593          1  0.00%  0.00%  0.00%   0 Spanning Tree St 
     226           0         2          0  0.00%  0.00%  0.00%   0 KRB5 AAA         
     227          18       110        163  0.00%  0.00%  0.00%   0 SXP CORE         
     228      162382    651849        249  0.00%  0.00%  0.00%   0 CEF background p 
     229           0         1          0  0.00%  0.00%  0.00%   0 IP IRDP          
     230          34         2      17000  0.00%  0.00%  0.00%   0 CEF RF HULC Conv 
     231        2517     17418        144  0.00%  0.00%  0.00%   0 XDR mcast        
     232           8        14        571  0.00%  0.00%  0.00%   0 OBFL Cfg Dispatc 
     233          34         9       3777  0.00%  0.00%  0.00%   0 EEM Callback Thr 
     234         134       131       1022  0.00%  0.00%  0.00%   1 Virtual Exec     
     235      128857   3228265         39  0.00%  0.00%  0.00%   0 IP ACL XDR LC Ba 
     236           0         4          0  0.00%  0.00%  0.00%   0 MDFS LC Process  
     237         334     16052         20  0.00%  0.00%  0.00%   0 TCP Timer        
     238        1133      1351        838  0.00%  0.00%  0.00%   0 TCP Protocols    
     239      100612  33282916          3  0.00%  0.00%  0.00%   0 Socket Timers    
     240         466    108429          4  0.00%  0.00%  0.00%   0 HTTP CORE        
     241         917    406201          2  0.00%  0.00%  0.00%   0 Cluster L2       
     242      173885   3227054         53  0.00%  0.00%  0.00%   0 Cluster RARP     
     243       21824   4063098          5  0.00%  0.00%  0.00%   0 Cluster Base     
     244           0         2          0  0.00%  0.00%  0.00%   0 CEF LC IPC Backg 
     245      168863  39175440          4  0.00%  0.00%  0.00%   0 CEF LC Stats     
     246           0         1          0  0.00%  0.00%  0.00%   0 RARP Input       
     247           0         1          0  0.00%  0.00%  0.00%   0 Critical Auth    
     248           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     249           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     250           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     251           0         4          0  0.00%  0.00%  0.00%   0 HRPC dhcp snoopi 
     252           0         7          0  0.00%  0.00%  0.00%   0 HULC DHCP Snoopi 
     253           0         1          0  0.00%  0.00%  0.00%   0 HRPC stack power 
     254         728      1440        505  0.00%  0.00%  0.00%   0 IGMPSN L2MCM     
     255     6769023  58190305        116  0.00%  0.03%  0.00%   0 IGMPSN MRD       
     256    53618406 248052112        216  0.00%  0.12%  0.16%   0 IGMPSN           
     257           0         1          0  0.00%  0.00%  0.00%   0 IGMPQR           
     258           0         3          0  0.00%  0.00%  0.00%   0 L2TRACE SERVER   
     259         669      1435        466  0.00%  0.00%  0.00%   0 MLDSN L2MCM      
     260           0         1          0  0.00%  0.00%  0.00%   0 MRD              
     261           0         1          0  0.00%  0.00%  0.00%   0 MLD_SNOOP        
     161           0         1          0  0.00%  0.00%  0.00%   0 HRPC obfl reques 
     263           0         1          0  0.00%  0.00%  0.00%   0 HRPC x_setup req 
     264       43448    541183         80  0.00%  0.00%  0.00%   0 IP RIB Update    
     265          16       249         64  0.00%  0.00%  0.00%   0 HRPC hl2mcm mlds 
     266           0        20          0  0.00%  0.00%  0.00%   0 SNMP Timers      
     267           0         2          0  0.00%  0.00%  0.00%   0 EPM MAIN PROCESS 
     268           0        33          0  0.00%  0.00%  0.00%   0 LOCAL AAA        
     269          83       545        152  0.00%  0.00%  0.00%   0 ENABLE AAA       
     270           0         2          0  0.00%  0.00%  0.00%   0 LINE AAA         
     271       18756     11105       1688  0.00%  0.00%  0.00%   0 SNMP Traps       
     272       10522     22584        465  0.00%  0.00%  0.00%   0 TPLUS            
     273           8        12        666  0.00%  0.00%  0.00%   0 crypto engine pr 
     274          25         4       6250  0.00%  0.00%  0.00%   0 Crypto CA        
     275           0         1          0  0.00%  0.00%  0.00%   0 Crypto PKI-CRL   
     276           0         1          0  0.00%  0.00%  0.00%   0 Crypto SSL       
     277           0         1          0  0.00%  0.00%  0.00%   0 encrypt proc     
     278           0        41          0  0.00%  0.00%  0.00%   0 VTP Trap Process 
     279           0         2          0  0.00%  0.00%  0.00%   0 VTPMIB EDIT BUFF 
     280           0         2          0  0.00%  0.00%  0.00%   0 DHCP Security He 
     281           0         1          0  0.00%  0.00%  0.00%   0 HCD Process      
     282           0         5          0  0.00%  0.00%  0.00%   0 HRPC cable diagn 
     283           0         2          0  0.00%  0.00%  0.00%   0 DiagCard2/-1     
     284     2400870 556908702          4  0.00%  0.00%  0.00%   0 PM Callback      
     285          25        16       1562  0.00%  0.00%  0.00%   0 VLAN Manager     
     286           0         1          0  0.00%  0.00%  0.00%   0 DiagCard4/-1     
     287        6264   2600673          2  0.00%  0.00%  0.00%   0 dhcp snooping sw 
     288           0         1          0  0.00%  0.00%  0.00%   0 Licensing MIB pr 
     289           0         2          0  0.00%  0.00%  0.00%   0 EEM ED Routing   
     290         316     20942         15  0.00%  0.00%  0.00%   0 EEM ED Syslog    
     291           0         1          0  0.00%  0.00%  0.00%   0 image mgr        
     292         200      1583        126  0.00%  0.00%  0.00%   0 AAA SEND STOP EV 
     293       36339     10046       3617  0.00%  0.00%  0.00%   0 Syslog Traps     
     294        1494     11047        135  0.00%  0.00%  0.00%   0 Syslog           
     295        4313       825       5227  0.00%  0.00%  0.00%   0 SpanTree Helper  
     296         137       449        305  0.00%  0.00%  0.00%   0 EEM Server       
     297           0         2          0  0.00%  0.00%  0.00%   0 EEM Policy Direc 
     298        3474     18040        192  0.00%  0.00%  0.00%   0 SSH Event handle 
     299           0         2          0  0.00%  0.00%  0.00%   0 EEM ED CLI       
     300           0         3          0  0.00%  0.00%  0.00%   0 EEM ED Counter   
     301           0         3          0  0.00%  0.00%  0.00%   0 EEM ED Interface 
     302           0         3          0  0.00%  0.00%  0.00%   0 EEM ED IOSWD     
     303           0         3          0  0.00%  0.00%  0.00%   0 EEM ED None      
     304           0         3          0  0.00%  0.00%  0.00%   0 EEM ED OIR       
     305           0         1          0  0.00%  0.00%  0.00%   0 DiagCard3/-1     
     306         360      2582        139  0.00%  0.00%  0.00%   0 EEM ED SNMP      
     307           0         3          0  0.00%  0.00%  0.00%   0 EEM ED SNMP Obje 
     308           0         3          0  0.00%  0.00%  0.00%   0 EEM ED Ipsla     
     309           0         2          0  0.00%  0.00%  0.00%   0 EEM ED SNMP Noti 
     310        6982    939565          7  0.00%  0.00%  0.00%   0 EEM ED Timer     
     311           0         2          0  0.00%  0.00%  0.00%   0 STP FAST TRANSIT 
     312          82      1602         51  0.00%  0.00%  0.00%   0 CSRT RAPID TRANS 
     313           0         3          0  0.00%  0.00%  0.00%   0 RBM CORE         
     314    15457835    874002      17686  0.00%  0.00%  0.00%   0 crypto sw pk pro 
     316         200       638        313  0.00%  0.00%  0.00%   0 SpanTree Flush   
     317           0         1          0  0.00%  0.00%  0.00%   0 DiagCard1/-1     
     318           0         1          0  0.00%  0.00%  0.00%   0 Connection Mgr   
     319         889    279819          3  0.00%  0.00%  0.00%   0 DHCPD Timer      
     320       15192    541340         28  0.00%  0.00%  0.00%   0 DHCPD Database   
     321           0         1          0  0.00%  0.00%  0.00%   0 LICENSE AGENT    
     322       14642   2165210          6  0.00%  0.00%  0.00%   0 MDFS LC Download 
     162          17        63        269  0.00%  0.00%  0.00%   0 HRPC system post 
     324     2368689   7408400        319  0.00%  0.03%  0.00%   0 PDU DISPATCHER   
     164           8        80        100  0.00%  0.00%  0.00%   0 HRPC hrcli-event 
     326           0         2          0  0.00%  0.00%  0.00%   0 IP SNMPV6        
     327           0         1          0  0.00%  0.00%  0.00%   0 SNMP ConfCopyPro 
     328      142133  32762050          4  0.00%  0.00%  0.00%   0 NTP              
     170     2324992  32261463         72  0.00%  0.02%  0.00%   0 PI MATM Aging Pr 
     330         149       135       1103  0.00%  0.00%  0.00%   0 hulc cfg mgr mas 
     331      260212      1379     188696  0.00%  0.00%  0.00%   0 hulc running con 
     332           0         1          0  0.00%  0.00%  0.00%   0 RTTYS Process    
     334       19497    541160         36  0.00%  0.00%  0.00%   0 802.1x MDA Aging 
     337        4718    180481         26  0.00%  0.00%  0.00%   0 HCMP sync proces 
     338           0         2          0  0.00%  0.00%  0.00%   0 hulc_tb_process  
     339     2416579   9844669        245  0.00%  0.00%  0.00%   0 IPC LC Message H 
     340           0         4          0  0.00%  0.00%  0.00%   0 XDR RP Ping Back 
     341        4576    270968         16  0.00%  0.00%  0.00%   0 XDR RP backgroun 
     342           0         1          0  0.00%  0.00%  0.00%   0 XDR RP Test Back 
     343           0         7          0  0.00%  0.00%  0.00%   0 CEF RP IPC Backg
    14:58:45.422 UTC Sun Jul 13 2014
    Process 235:  IP ACL XDR LC Background
      Stack segment 0x5A69684 - 0x5A6ADF4
      FP: 0x5A6ADC0, RA: 0x294A248
      FP: 0x5A6ADE0, RA: 0x1013B38
      FP: 0x5A6ADE8, RA: 0x1BCF948
      FP: 0x0, RA: 0x1BC63C0
    CPU utilization for five seconds: 81%/0%; one minute: 21%; five minutes: 13%
     PID Runtime(ms)   Invoked      uSecs   5Sec   1Min   5Min TTY Process 
     325    71954590  29063029       2475 56.31%  8.62%  1.87%   0 SNMP ENGINE      
     149    70365005 922590436         76  5.75%  0.91%  0.32%   0 Hulc LED Process 
      93   209282090   3228477      64824  3.35%  0.71%  0.61%   0 HULC Tcam Memory 
      71   1093966061691340293         64  1.75%  0.60%  0.39%   0 Fifo Error Detec 
       4   313611314  14483676      21652  1.43%  1.04%  0.93%   0 Check heaps      
     204    32420529  40437641        801  1.27%  0.14%  0.07%   0 CDP Protocol     
     110   292104316  66908096       4365  0.79%  0.89%  0.85%   0 hpm counter proc 
      36    14385841    554067      25964  0.63%  0.07%  0.01%   0 Per-minute Jobs  
      75    30678290 134074322        228  0.63%  0.36%  0.13%   0 hrpc <- response 
     224    42221244 212687841        198  0.47%  0.13%  0.11%   0 Spanning Tree    
     111    46293754 207815887        222  0.47%  0.14%  0.11%   0 HRPC pm-counters 
     158   124818988   6457016      19330  0.47%  0.36%  0.36%   0 HQM Stack Proces 
      65    52094188 720582708         72  0.31%  0.15%  0.16%   0 RedEarth Tx Mana 
      35     3272331  32343859        101  0.31%  0.02%  0.00%   0 Per-Second Jobs  
     284     2401894 557156839          4  0.15%  0.01%  0.00%   0 PM Callback      
      87    12722467 949371888         13  0.15%  0.03%  0.00%   0 HLFM address lea 
     159   106475866  51623681       2062  0.15%  0.42%  0.43%   0 HRPC qos request 
     329     1716057 327670421          5  0.15%  0.03%  0.00%   0 MDFS RP process  
     323     4050598  15007641        269  0.15%  0.28%  0.06%   0 IP SNMP          
     196      596257 321243172          1  0.15%  0.01%  0.00%   0 MDFS MFIB Proces 
      40    25051571   6682478       3748  0.15%  0.06%  0.06%   0 Compute load avg 
      31    21272435   3941092       5397  0.15%  0.05%  0.05%   0 Net Background   
     262     3365891  67999629         49  0.15%  0.01%  0.00%   0 DHCPD Receive    
      23          75         4      18750  0.00%  0.00%  0.00%   0 PrstVbl          
      22           0         1          0  0.00%  0.00%  0.00%   0 IPC Session Serv 
      21      476260   8660138         54  0.00%  0.00%  0.00%   0 IPC Seat Manager 
      20       91963  32275874          2  0.00%  0.00%  0.00%   0 IPC Deferred Por 
      24      117939  32275869          3  0.00%  0.01%  0.00%   0 Dynamic ARP Insp 
      25           0         1          0  0.00%  0.00%  0.00%   0 ARP Snoop        
      30           0         1          0  0.00%  0.00%  0.00%   0 Critical Bkgnd   
      26           0         1          0  0.00%  0.00%  0.00%   0 License IPC stat 
      32           0         1          0  0.00%  0.00%  0.00%   0 IDB Work         
      27           0         1          0  0.00%  0.00%  0.00%   0 License IPC serv 
      19           0        40          0  0.00%  0.00%  0.00%   0 IPC Managed Time 
      15           0         1          0  0.00%  0.00%  0.00%   0 IFS Agent Manage 
      14          93        30       3100  0.00%  0.00%  0.00%   0 Entity MIB API   
      28       91067  32275743          2  0.00%  0.00%  0.00%   0 GraphIt          
      29           0         2          0  0.00%  0.00%  0.00%   0 XML Proxy Client 
      39           0         5          0  0.00%  0.00%  0.00%   0 IP Admission HA  
      18      110822  32275871          3  0.00%  0.00%  0.00%   0 IPC Periodic Tim 
      41           0         1          0  0.00%  0.00%  0.00%   0 AggMgr Process   
      42          35      5316          6  0.00%  0.00%  0.00%   0 Transport Port A 
      43     2894015   6963595        415  0.00%  0.00%  0.00%   0 HC Counter Timer 
      44           0         1          0  0.00%  0.00%  0.00%   0 SFF8472          
      45      694425 640747340          1  0.00%  0.00%  0.00%   0 DownWhenLooped   
      46           0         1          0  0.00%  0.00%  0.00%   0 HULC PBR Tcam Me 
      47           0         1          0  0.00%  0.00%  0.00%   0 HULC ACL Tcam Me 
      33        3462     19721        175  0.00%  0.00%  0.00%   0 Logger           
      34      103095  32275735          3  0.00%  0.00%  0.00%   0 TTY Background   
      50           0         1          0  0.00%  0.00%  0.00%   0 HRPC actual powe 
      37          33        12       2750  0.00%  0.00%  0.00%   0 IF-MGR control p 
      52           0         2          0  0.00%  0.00%  0.00%   0 HLPIP Sync Proce 
      53           0         3          0  0.00%  0.00%  0.00%   0 HRPC Multi-FS Sy 
      54           8        18        444  0.00%  0.00%  0.00%   0 HULC multifs pro 
      55           0         1          0  0.00%  0.00%  0.00%   0 HRPC hnetwpol re 
      56           0         1          0  0.00%  0.00%  0.00%   0 Hulc Warm Upgrad 
      38         239     11186         21  0.00%  0.00%  0.00%   0 IF-MGR event pro 
      58           0         2          0  0.00%  0.00%  0.00%   0 SM RBCP Monitor  
      48           0         1          0  0.00%  0.00%  0.00%   0 HRPC hdwl reques 
      60      190531   1226172        155  0.00%  0.00%  0.00%   0 EEM ED ND        
      61           0       123          0  0.00%  0.00%  0.00%   0 EEM ED Identity  
      62           0       245          0  0.00%  0.00%  0.00%   0 EEM ED MAT       
      63      111970   6456960         17  0.00%  0.00%  0.00%   0 Hulc LED Alchemy 
      64           0         1          0  0.00%  0.00%  0.00%   0 HRPC asic-stats  
      13           0         1          0  0.00%  0.00%  0.00%   0 Policy Manager   
      66     53976551261925972          4  0.00%  0.00%  0.00%   0 RedEarth Rx Mana 
      67        2320    216729         10  0.00%  0.00%  0.00%   0 HULC Thermal Pro 
      68           0         1          0  0.00%  0.00%  0.00%   0 HRPC hsm request 
      69           0        56          0  0.00%  0.00%  0.00%   0 Stack Mgr        
      70        2510       248      10120  0.00%  0.00%  0.00%   0 Stack Mgr Notifi 
      12           0         2          0  0.00%  0.00%  0.00%   0 AAA high-capacit 
      72           0         3          0  0.00%  0.00%  0.00%   0 Adjust Regions   
      73     1543201  32275759         47  0.00%  0.00%  0.00%   0 hrpc -> response 
      74     1647064  69492547         23  0.00%  0.00%  0.00%   0 hrpc -> request  
      11           0         1          0  0.00%  0.00%  0.00%   0 AAA_SERVER_DEADT 
      76           0         7          0  0.00%  0.00%  0.00%   0 HRPC hcomp reque 
      77           0        54          0  0.00%  0.00%  0.00%   0 HULC Device Mana 
      78       10455     30071        347  0.00%  0.00%  0.00%   0 HRPC hdm non blo 
      17           0        21          0  0.00%  0.00%  0.00%   0 ADJ background   
      10           0         1          0  0.00%  0.00%  0.00%   0 CEF MIB API      
      49           0         1          0  0.00%  0.00%  0.00%   0 HRPC EnergyWise  
      51           0         3          0  0.00%  0.00%  0.00%   0 HRPC lpip reques 
      83           0         1          0  0.00%  0.00%  0.00%   0 RTTYC Flush      
      84         478      2192        218  0.00%  0.00%  0.00%   0 Hulc Port-Securi 
       9       67328    599587        112  0.00%  0.00%  0.00%   0 ARP Input        
      86      157272    697369        225  0.00%  0.00%  0.00%   0 HRPC hlfm reques 
      57           0         1          0  0.00%  0.00%  0.00%   0 HRPC ipadm reque 
      88      133444  32275743          4  0.00%  0.00%  0.00%   0 HLFM aging proce 
      89     3111529 949502426          3  0.00%  0.01%  0.00%   0 HLFM address ret 
      90           0         1          0  0.00%  0.00%  0.00%   0 HRPC hrcmd reque 
      91           0         1          0  0.00%  0.00%  0.00%   0 HRPC emac reques 
      92      267066    852795        313  0.00%  0.00%  0.00%   0 HRPC hulc misc r 
       8           0         1          0  0.00%  0.00%  0.00%   0 Crash writer     
      94       71255  10805941          6  0.00%  0.00%  0.00%   0 HVLAN main bkgrd 
      95      249482    557783        447  0.00%  0.00%  0.00%   0 IP Background    
      96           0         2          0  0.00%  0.00%  0.00%   0 Vlan shutdown Pr 
      97       34965    206313        169  0.00%  0.00%  0.00%   0 HRPC vlan reques 
      59           0         1          0  0.00%  0.00%  0.00%   0 HULC QM Tcam Mem 
      99       30479    541578         56  0.00%  0.00%  0.00%   0 hulc_xps_process 
     100           8         9        888  0.00%  0.00%  0.00%   0 HRPC hfbm reques 
     101           0         1          0  0.00%  0.00%  0.00%   0 IPC Zone Manager 
      79           0        15          0  0.00%  0.00%  0.00%   0 HRPC hdm blockin 
     103           0         1          0  0.00%  0.00%  0.00%   0 HULC PM Vector P 
     104           0         1          0  0.00%  0.00%  0.00%   0 HPM Msg Retry Pr 
     105          53      1767         29  0.00%  0.00%  0.00%   0 TACACS+          
     106    13225682 370827741         35  0.00%  0.03%  0.01%   0 hpm main process 
     107         425      3060        138  0.00%  0.00%  0.00%   0 HPM Stack Sync P 
     108       20474     76714        266  0.00%  0.00%  0.00%   0 HRPC pm request  
     109           0         5          0  0.00%  0.00%  0.00%   0 HPM if_num mappi 
       7          27       342         78  0.00%  0.00%  0.00%   0 Net Input        
       6           0         2          0  0.00%  0.00%  0.00%   0 Timers           
       5       29320    893213         32  0.00%  0.00%  0.00%   0 Pool Manager     
     113           0       237          0  0.00%  0.00%  0.00%   0 HRPC hcmp reques 
     114          32     15483          2  0.00%  0.00%  0.00%   0 HCEF ADJ Refresh 
     115           0         1          0  0.00%  0.00%  0.00%   0 HRPC hl3mm reque 
     116           0         1          0  0.00%  0.00%  0.00%   0 hl3md_rpfq_thrl_ 
     117      183095  21385260          8  0.00%  0.00%  0.00%   0 hl3mm            
     118       63906  16142391          3  0.00%  0.00%  0.00%   0 hl3mm_rp         
     119           0         1          0  0.00%  0.00%  0.00%   0 HACL Queue Proce 
     120           0         4          0  0.00%  0.00%  0.00%   0 HRPC acl request 
     121           0        43          0  0.00%  0.00%  0.00%   0 HACL Acl Manager 
     122           0         1          0  0.00%  0.00%  0.00%   0 HRPC backup inte 
     123           0         1          0  0.00%  0.00%  0.00%   0 HRPC cdp request 
     124           0         3          0  0.00%  0.00%  0.00%   0 HRPC lldp reques 
     125           0         5          0  0.00%  0.00%  0.00%   0 HULC CISP Proces 
     126        4676     39864        117  0.00%  0.00%  0.00%   0 HRPC dot1x reque 
     127           0         1          0  0.00%  0.00%  0.00%   0 Dot1X Msg Retry  
     128        3475     22413        155  0.00%  0.00%  0.00%   0 HULC DOT1X Proce 
     129           0         1          0  0.00%  0.00%  0.00%   0 HRPC foxhound re 
     130           0         2          0  0.00%  0.00%  0.00%   0 Hulc Foxhound Pr 
       3     1985674  49748077         39  0.00%  0.00%  0.00%   0 CEF: IPv4 proces 
     132           0         1          0  0.00%  0.00%  0.00%   0 SMI MSG Retry Pr 
     133           0         4          0  0.00%  0.00%  0.00%   0 HRPC Smart Insta 
     134           0         1          0  0.00%  0.00%  0.00%   0 HRPC sdm request 
     135     3268222 160338663         20  0.00%  0.01%  0.00%   0 Hulc Storm Contr 
     136           0         2          0  0.00%  0.00%  0.00%   0 HSTP Sync Proces 
     137         485      4964         97  0.00%  0.00%  0.00%   0 HRPC stp_cli req 
     138         626      4086        153  0.00%  0.00%  0.00%   0 HRPC stp_state_s 
     139           0         2          0  0.00%  0.00%  0.00%   0 S/W Bridge Proce 
     140           0        95          0  0.00%  0.00%  0.00%   0 HRPC hudld reque 
     141           0         1          0  0.00%  0.00%  0.00%   0 HRPC vqpc reques 
      16       16573    541581         30  0.00%  0.00%  0.00%   0 IPC Dynamic Cach 
     143           0         1          0  0.00%  0.00%  0.00%   0 HRPC iec_load_ba 
     144           9        36        250  0.00%  0.00%  0.00%   0 HRPC l2pt qnq rp 
     145           0         1          0  0.00%  0.00%  0.00%   0 HRPC aim request 
     146           0         2          0  0.00%  0.00%  0.00%   0 MACsec Process   
     147           0         1          0  0.00%  0.00%  0.00%   0 HRPC macsec requ 
     148           8        11        727  0.00%  0.00%  0.00%   0 HRPC hled reques 
       2      122646   6491031         18  0.00%  0.00%  0.00%   0 Load Meter       
     150      877968  23666881         37  0.00%  0.00%  0.00%   0 HL3U bkgrd proce 
     151     3375543  38715193         87  0.00%  0.00%  0.00%   0 HRPC hl3u reques 
     152       25970   7421871          3  0.00%  0.00%  0.00%   0 HL3U PBR bkgrd p 
     153        1188    270912          4  0.00%  0.00%  0.00%   0 HL3U PBR n-h res 
     154           0         1          0  0.00%  0.00%  0.00%   0 HRPC dtp request 
     155           0         1          0  0.00%  0.00%  0.00%   0 HRPC show_forwar 
     156          34       127        267  0.00%  0.00%  0.00%   0 HRPC snmp reques 
     157         686       115       5965  0.00%  0.00%  0.00%   0 HULC SNMP Proces 
      80          16         6       2666  0.00%  0.00%  0.00%   0 HRPC cfg_backup  
       1      101670   1616162         62  0.00%  0.00%  0.00%   0 Chunk Manager    
     160           0         1          0  0.00%  0.00%  0.00%   0 HRPC span reques 
      81      124624   6456962         19  0.00%  0.00%  0.00%   0 HIPC bkgrd proce 
      82           0         1          0  0.00%  0.00%  0.00%   0 IPC RTTYC Messag 
     163          25        25       1000  0.00%  0.00%  0.00%   0 Hulc Reload Mana 
      85        2030     20798         97  0.00%  0.00%  0.00%   0 HRPC hpsecure re 
     165       26905     21811       1233  0.00%  0.00%  0.00%   0 HRPC rfs request 
     166           0         1          0  0.00%  0.00%  0.00%   0 HRFS OIR Proc    
     167       50885  10805937          4  0.00%  0.00%  0.00%   0 Power RPS Proces 
     168    81813846 292193365        279  0.00%  0.21%  0.20%   0 HL2MCM           
     169          24        18       1333  0.00%  0.00%  0.00%   0 HL2MCM           
      98           0         1          0  0.00%  0.00%  0.00%   0 HULC VLAN REF Ba 
     171           0         3          0  0.00%  0.00%  0.00%   0 Switch Backup In 
     172       18960    541577         35  0.00%  0.00%  0.00%   0 MMN bkgrd proces 
     173         192      6248         30  0.00%  0.00%  0.00%   0 Auth Manager     
     174           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Mgr Proces 
     175           0         1          0  0.00%  0.00%  0.00%   0 MAB Framework    
     176           0         1          0  0.00%  0.00%  0.00%   0 AUTH POLICY Fram 
     177           0         1          0  0.00%  0.00%  0.00%   0 CMD HANDLER      
     178        1175      6262        187  0.00%  0.00%  0.00%   0 802.1x switch    
     179       25021    541579         46  0.00%  0.00%  0.00%   0 802.1x MDA Aging 
     180           0         1          0  0.00%  0.00%  0.00%   0 802.1x Webauth F 
     181      366481   2215192        165  0.00%  0.00%  0.00%   0 DTP Protocol     
     182           0         1          0  0.00%  0.00%  0.00%   0 EAP Framework    
     183           0         1          0  0.00%  0.00%  0.00%   0 EAP Test         
     184           0         1          0  0.00%  0.00%  0.00%   0 HRPC dai request 
     185           0         1          0  0.00%  0.00%  0.00%   0 HULC DAI Process 
     186           0         1          0  0.00%  0.00%  0.00%   0 HRPC ip device t 
     187           0         1          0  0.00%  0.00%  0.00%   0 HRPC ip source g 
     188           0         1          0  0.00%  0.00%  0.00%   0 HULC IP Source g 
     189      346456  32511580         10  0.00%  0.00%  0.00%   0 UDLD             
     190        2339   1083720          2  0.00%  0.00%  0.00%   0 Port-Security    
     191           0         2          0  0.00%  0.00%  0.00%   0 IP Host Track Pr 
     192           0         1          0  0.00%  0.00%  0.00%   0 Link State Group 
     193       97705   3228483         30  0.00%  0.00%  0.00%   0 Ethchnl          
     194        1551      1194       1298  0.00%  0.00%  0.00%   0 VMATM Callback   
     195           0         2          0  0.00%  0.00%  0.00%   0 CDP Forward Proc 
     102           0        13          0  0.00%  0.00%  0.00%   0 HRPC ilp request 
     197           9         2       4500  0.00%  0.00%  0.00%   0 MKA              
     198         235      2964         79  0.00%  0.00%  0.00%   0 AAA Server       
     199         158      1645         96  0.00%  0.00%  0.00%   0 AAA ACCT Proc    
     200           0         1          0  0.00%  0.00%  0.00%   0 ACCT Periodic Pr 
     201           0         1          0  0.00%  0.00%  0.00%   0 AAA System Acct  
     202           0         1          0  0.00%  0.00%  0.00%   0 Auth-proxy AAA B 
     203         394    108371          3  0.00%  0.00%  0.00%   0 IP Admin SM Proc 
     112           0         1          0  0.00%  0.00%  0.00%   0 hpm vp events ca 
     205          50        70        714  0.00%  0.00%  0.00%   0 Collection proce 
     206         851      4694        181  0.00%  0.00%  0.00%   0 HRPC hl2mcm igmp 
     207           0         2          0  0.00%  0.00%  0.00%   0 AAA Dictionary R 
     208        1247    270930          4  0.00%  0.00%  0.00%   0 DHCP Snooping    
     209           0         2          0  0.00%  0.00%  0.00%   0 EAPoUDP Process  
     210           0         3          0  0.00%  0.00%  0.00%   0 CEF switching ba 
     211     9170668  82916814        110  0.00%  0.06%  0.01%   0 IP Input         
     212           0         1          0  0.00%  0.00%  0.00%   0 ICMP event handl 
     213      127528  62437038          2  0.00%  0.00%  0.00%   0 IP ARP Track     
     214           0        17          0  0.00%  0.00%  0.00%   0 ADJ resolve proc 
     215           0         3          0  0.00%  0.00%  0.00%   0 ADJ NSF process  
     216           0         1          0  0.00%  0.00%  0.00%   0 IPv6 ping proces 
     217           0         1          0  0.00%  0.00%  0.00%   0 EM Action CNS    
     218           0         5          0  0.00%  0.00%  0.00%   0 SMI Director DB  
     219           0         1          0  0.00%  0.00%  0.00%   0 SMI CDP Update H 
     220           0         1          0  0.00%  0.00%  0.00%   0 SMI Backup Proce 
     221           0         2          0  0.00%  0.00%  0.00%   0 SMI IBC server p 
     222           0         1          0  0.00%  0.00%  0.00%   0 SMI IBC client p 
     223           0         2          0  0.00%  0.00%  0.00%   0 SMI IBC Download 
     131           0         7          0  0.00%  0.00%  0.00%   0 HRPC system mtu  
     225         667    541833          1  0.00%  0.00%  0.00%   0 Spanning Tree St 
     226           0         2          0  0.00%  0.00%  0.00%   0 KRB5 AAA         
     227          18       110        163  0.00%  0.00%  0.00%   0 SXP CORE         
     228      162442    652137        249  0.00%  0.00%  0.00%   0 CEF background p 
     229           0         1          0  0.00%  0.00%  0.00%   0 IP IRDP          
     230          34         2      17000  0.00%  0.00%  0.00%   0 CEF RF HULC Conv 
     231        2552     17690        144  0.00%  0.00%  0.00%   0 XDR mcast        
     232           8        14        571  0.00%  0.00%  0.00%   0 OBFL Cfg Dispatc 
     233          36         9       4000  0.00%  0.00%  0.00%   0 EEM Callback Thr 
     234         158       131       1206  0.00%  0.00%  0.00%   1 Virtual Exec     
     235      128933   3229695         39  0.00%  0.00%  0.00%   0 IP ACL XDR LC Ba 
     236           0         4          0  0.00%  0.00%  0.00%   0 MDFS LC Process  
     237         334     16052         20  0.00%  0.00%  0.00%   0 TCP Timer        
     238        1133      1351        838  0.00%  0.00%  0.00%   0 TCP Protocols    
     239      100661  33297644          3  0.00%  0.00%  0.00%   0 Socket Timers    
     240         466    108477          4  0.00%  0.00%  0.00%   0 HTTP CORE        
     241         917    406381          2  0.00%  0.00%  0.00%   0 Cluster L2       
     242      173986   3228482         53  0.00%  0.00%  0.00%   0 Cluster RARP     
     243       21832   4064895          5  0.00%  0.00%  0.00%   0 Cluster Base     
     244           0         2          0  0.00%  0.00%  0.00%   0 CEF LC IPC Backg 
     245      168929  39192775          4  0.00%  0.00%  0.00%   0 CEF LC Stats     
     246           0         1          0  0.00%  0.00%  0.00%   0 RARP Input       
     247           0         1          0  0.00%  0.00%  0.00%   0 Critical Auth    
     248           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     249           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     250           0         2          0  0.00%  0.00%  0.00%   0 Dot1x Supplicant 
     251           0         4          0  0.00%  0.00%  0.00%   0 HRPC dhcp snoopi 
     252           0         7          0  0.00%  0.00%  0.00%   0 HULC DHCP Snoopi 
     253           0         1          0  0.00%  0.00%  0.00%   0 HRPC stack power 
     254         728      1440        505  0.00%  0.00%  0.00%   0 IGMPSN L2MCM     
     255     6774216  58236088        116  0.00%  0.04%  0.01%   0 IGMPSN MRD       
     256    53646337 248186647        216  0.00%  0.16%  0.19%   0 IGMPSN           
     257           0         1          0  0.00%  0.00%  0.00%   0 IGMPQR           
     258           0         3          0  0.00%  0.00%  0.00%   0 L2TRACE SERVER   
     259         669      1435        466  0.00%  0.00%  0.00%   0 MLDSN L2MCM      
     260           0         1          0  0.00%  0.00%  0.00%   0 MRD              
     261           0         1          0  0.00%  0.00%  0.00%   0 MLD_SNOOP        
     142           0         1          0  0.00%  0.00%  0.00%   0 BCM cable diags  
     263           0         1          0  0.00%  0.00%  0.00%   0 HRPC x_setup req 
     264       43456    541423         80  0.00%  0.00%  0.00%   0 IP RIB Update    
     265          16       249         64  0.00%  0.00%  0.00%   0 HRPC hl2mcm mlds 
     266           0        20          0  0.00%  0.00%  0.00%   0 SNMP Timers      
     267           0         2          0  0.00%  0.00%  0.00%   0 EPM MAIN PROCESS 
     268           0        33          0  0.00%  0.00%  0.00%   0 LOCAL AAA        
     269          83       545        152  0.00%  0.00%  0.00%   0 ENABLE AAA       
     270           0         2          0  0.00%  0.00%  0.00%   0 LINE AAA         
     271       19072     11305       1687  0.00%  0.00%  0.00%   0 SNMP Traps       
     272       10522     22584        465  0.00%  0.00%  0.00%   0 TPLUS            
     273           8        12        666  0.00%  0.00%  0.00%   0 crypto engine pr 
     274          25         4       6250  0.00%  0.00%  0.00%   0 Crypto CA        
     275           0         1          0  0.00%  0.00%  0.00%   0 Crypto PKI-CRL   
     276           0         1          0  0.00%  0.00%  0.00%   0 Crypto SSL       
     277           0         1          0  0.00%  0.00%  0.00%   0 encrypt proc     
     278           0        41          0  0.00%  0.00%  0.00%   0 VTP Trap Process 
     279           0         2          0  0.00%  0.00%  0.00%   0 VTPMIB EDIT BUFF 
     280           0         2          0  0.00%  0.00%  0.00%   0 DHCP Security He 
     281           0         1          0  0.00%  0.00%  0.00%   0 HCD Process      
     282           0         5          0  0.00%  0.00%  0.00%   0 HRPC cable diagn 
     283           0         2          0  0.00%  0.00%  0.00%   0 DiagCard2/-1     
     161           0         1          0  0.00%  0.00%  0.00%   0 HRPC obfl reques 
     285          25        16       1562  0.00%  0.00%  0.00%   0 VLAN Manager     
     286           0         1          0  0.00%  0.00%  0.00%   0 DiagCard4/-1     
     287        6264   2601823          2  0.00%  0.00%  0.00%   0 dhcp snooping sw 
     288           0         1          0  0.00%  0.00%  0.00%   0 Licensing MIB pr 
     289           0         2          0  0.00%  0.00%  0.00%   0 EEM ED Routing   
     290         316     21322         14  0.00%  0.00%  0.00%   0 EEM ED Syslog    
     291           0         1          0  0.00%  0.00%  0.00%   0 image mgr        
     292         200      1583        126  0.00%  0.00%  0.0

  • [SOLVED] systemd: no kernel messages in the journal

    Hi
    Currently the journal holds only application logs; I do not see any kernel logs in the journal. This is an old Arch system that was using syslog-ng but was transitioned to systemd when Arch made systemd default. This was working well until about three weeks back, when journal stopped holding kernel messages. The journal was causing journalctl to crash and I couldn't verify the journal since I had FSS setup but forgotten the keys. So, I had disabled the FSS, cleared the journals to startover again. Only to see kernel messages are not getting logged.
    I would be grrateful for any help in resolving the issue. Thank you!
    Last edited by chaembian (2013-11-20 02:53:00)

    OK, I removed the commandline options, regenerated grub config, rebooted.
    journalctl --dmesg starts:
    -- Logs begin at Sun 2013-11-17 23:26:51 IST, end at Sun 2013-11-17 23:35:38 IST. --
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    Nov 17 23:26:51 chaembian kernel: snd_hda_intel 0000:01:05.1: setting latency timer to 64
    Nov 17 23:26:51 chaembian kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input11
    Nov 17 23:26:51 chaembian kernel: microcode: CPU0: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU1: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU1: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU2: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU2: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: CPU3: patch_level=0x010000b6
    Nov 17 23:26:51 chaembian kernel: microcode: CPU3: new patch_level=0x010000c8
    Nov 17 23:26:51 chaembian kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 17 23:26:51 chaembian kernel: media: Linux media interface: v0.10
    Nov 17 23:26:51 chaembian kernel: Linux video capture interface: v2.00
    Nov 17 23:26:51 chaembian kernel: kvm: Nested Virtualization enabled
    Nov 17 23:26:51 chaembian kernel: kvm: Nested Paging enabled
    Nov 17 23:26:52 chaembian kernel: hidraw: raw HID events driver (C) Jiri Kosina
    That is indeed a step in the right direction.
    dmesg for cross-reference
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] 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
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=639e14d4-e548-48ed-a6e5-c73a19c618ff rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e2000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cff7ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cff80000-0x00000000cff97fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cff98000-0x00000000cffcffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cffd0000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffa00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.5 present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A88TD-M EVO, BIOS 1702 12/10/2010
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x120000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000130000000 aka 4864M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcff80 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [ffff8800000ff780]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000094000] 94000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11fe00000-0x11fffffff]
    [ 0.000000] [mem 0x11fe00000-0x11fffffff] page 2M
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fdfffff]
    [ 0.000000] [mem 0x11c000000-0x11fdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
    [ 0.000000] [mem 0x100000000-0x11bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcff7ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xcfdfffff] page 2M
    [ 0.000000] [mem 0xcfe00000-0xcff7ffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x37690000-0x37b3ffff]
    [ 0.000000] ACPI: RSDP 00000000000fb570 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 00000000cff80100 0005C (v01 121010 XSDT1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cff80290 000F4 (v03 121010 FACP1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 00000000cff80450 0F2D6 (v01 A1581 A1581001 00000001 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cff98000 00040
    [ 0.000000] ACPI: APIC 00000000cff80390 0007C (v01 121010 APIC1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cff80410 0003C (v01 121010 OEMMCFG 20101210 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cff98040 00072 (v01 121010 OEMB1437 20101210 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000cff8f8a0 000E8 (v01 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000cff8f990 00038 (v01 121010 OEMHPET 20101210 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 00000000cff8f9d0 0088C (v01 A M I POWERNOW 00000001 AMD 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0x0009ffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00100000-0xcfffffff]
    [ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x12fffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0x0009ffff] + [mem 0x00100000-0xcfffffff] -> [mem 0x00000000-0xcfffffff]
    [ 0.000000] NUMA: Node 0 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x11fffffff] -> [mem 0x00000000-0x11fffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fffffff]
    [ 0.000000] NODE_DATA [mem 0x11fff9000-0x11fffdfff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011ba00000-ffff88011f5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11fffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00099fff]
    [ 0.000000] node 0: [mem 0x00100000-0xcff7ffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11fffffff]
    [ 0.000000] On node 0 totalpages: 982809
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3993 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13246 pages used for memmap
    [ 0.000000] DMA32 zone: 847744 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2048 pages used for memmap
    [ 0.000000] Normal zone: 131072 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 6 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x0009afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e2000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcff80000-0xcff97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcff98000-0xcffcffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcffd0000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xff9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffa00000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xff9fffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fc00000 s86528 r8192 d24064 u262144
    [ 0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 967430
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=639e14d4-e548-48ed-a6e5-c73a19c618ff rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
    [ 0.000000] Memory: 3720876K/3931236K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 210360K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=6.
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 15728640 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 3415.125 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 6832.84 BogoMIPS (lpj=11383750)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000027] Security Framework initialized
    [ 0.000033] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000034] Yama: becoming mindful.
    [ 0.000231] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.001248] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.001717] Mount-cache hash table entries: 256
    [ 0.001875] Initializing cgroup subsys memory
    [ 0.001885] Initializing cgroup subsys devices
    [ 0.001887] Initializing cgroup subsys freezer
    [ 0.001888] Initializing cgroup subsys net_cls
    [ 0.001889] Initializing cgroup subsys blkio
    [ 0.001904] tseg: 0000000000
    [ 0.001910] CPU: Physical Processor ID: 0
    [ 0.001910] CPU: Processor Core ID: 0
    [ 0.001912] mce: CPU supports 6 MCE banks
    [ 0.001916] LVT offset 0 assigned for vector 0xf9
    [ 0.001919] process: using AMD E400 aware idle routine
    [ 0.001921] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    tlb_flushall_shift: 4
    [ 0.001983] Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    [ 0.002531] ACPI: Core revision 20130517
    [ 0.006010] ACPI: All ACPI Tables successfully acquired
    [ 0.109344] ftrace: allocating 20100 entries in 79 pages
    [ 0.116210] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.149233] smpboot: CPU0: AMD Phenom(tm) II X4 965 Processor (fam: 10, model: 04, stepping: 03)
    [ 0.253603] Performance Events: AMD PMU driver.
    [ 0.253606] ... version: 0
    [ 0.253607] ... bit width: 48
    [ 0.253608] ... generic registers: 4
    [ 0.253609] ... value mask: 0000ffffffffffff
    [ 0.253609] ... max period: 00007fffffffffff
    [ 0.253610] ... fixed-purpose events: 0
    [ 0.253611] ... event mask: 000000000000000f
    [ 0.253639] process: System has AMD C1E enabled
    [ 0.253645] process: Switch to broadcast mode on CPU0
    [ 0.270404] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.290256] process: Switch to broadcast mode on CPU1
    [ 0.306943] process: Switch to broadcast mode on CPU2
    [ 0.277079] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.323592] Brought up 4 CPUs
    [ 0.323595] smpboot: Total of 4 processors activated (27331.37 BogoMIPS)
    [ 0.323636] process: Switch to broadcast mode on CPU3
    [ 0.328034] devtmpfs: initialized
    [ 0.329347] PM: Registering ACPI NVS region [mem 0xcff98000-0xcffcffff] (229376 bytes)
    [ 0.330091] RTC time: 17:56:43, date: 11/17/13
    [ 0.330127] NET: Registered protocol family 16
    [ 0.330208] node 0 link 0: io port [1000, ffffff]
    [ 0.330210] TOM: 00000000d0000000 aka 3328M
    [ 0.330212] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.330213] node 0 link 0: mmio [a0000, bffff]
    [ 0.330215] node 0 link 0: mmio [d0000000, efffffff] ==> [d0000000, dfffffff]
    [ 0.330217] node 0 link 0: mmio [f0000000, fe6fffff]
    [ 0.330219] node 0 link 0: mmio [fe700000, fe8fffff]
    [ 0.330220] node 0 link 0: mmio [fe900000, ffdfffff]
    [ 0.330221] TOM2: 0000000130000000 aka 4864M
    [ 0.330222] bus: [bus 00-07] on node 0 link 0
    [ 0.330223] bus: 00 [io 0x0000-0xffff]
    [ 0.330224] bus: 00 [mem 0x000a0000-0x000bffff]
    [ 0.330225] bus: 00 [mem 0xd0000000-0xdfffffff]
    [ 0.330226] bus: 00 [mem 0xf0000000-0xffffffff]
    [ 0.330227] bus: 00 [mem 0x130000000-0xfcffffffff]
    [ 0.330268] ACPI: bus type PCI registered
    [ 0.330269] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.330314] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.330316] PCI: not using MMCONFIG
    [ 0.330317] PCI: Using configuration type 1 for base access
    [ 0.330317] PCI: Using configuration type 1 for extended access
    [ 0.330790] bio: create slab <bio-0> at 0
    [ 0.330911] ACPI: Added _OSI(Module Device)
    [ 0.330913] ACPI: Added _OSI(Processor Device)
    [ 0.330914] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.330915] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.331704] ACPI: EC: Look up EC in DSDT
    [ 0.343813] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.657725] ACPI: Interpreter enabled
    [ 0.657735] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.657746] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.657748] ACPI: Using IOAPIC for interrupt routing
    [ 0.657763] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.658965] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.665871] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.665931] ACPI: No dock devices found.
    [ 0.670245] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.670357] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
    [ 0.670453] acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
    [ 0.670632] PCI host bridge to bus 0000:00
    [ 0.670635] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.670636] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.670638] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.670639] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.670641] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.670642] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xdfffffff]
    [ 0.670643] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.670652] pci 0000:00:00.0: [1022:9601] type 00 class 0x060000
    [ 0.670728] pci 0000:00:01.0: [1043:9602] type 01 class 0x060400
    [ 0.670791] pci 0000:00:05.0: [1022:9605] type 01 class 0x060400
    [ 0.670818] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    [ 0.670846] pci 0000:00:05.0: System wakeup disabled by ACPI
    [ 0.670871] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
    [ 0.670897] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.670924] pci 0000:00:07.0: System wakeup disabled by ACPI
    [ 0.670947] pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
    [ 0.670974] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.671001] pci 0000:00:09.0: System wakeup disabled by ACPI
    [ 0.671023] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400
    [ 0.671050] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.671077] pci 0000:00:0a.0: System wakeup disabled by ACPI
    [ 0.671108] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    [ 0.671122] pci 0000:00:11.0: reg 0x10: [io 0x9000-0x9007]
    [ 0.671129] pci 0000:00:11.0: reg 0x14: [io 0x8000-0x8003]
    [ 0.671135] pci 0000:00:11.0: reg 0x18: [io 0x7000-0x7007]
    [ 0.671142] pci 0000:00:11.0: reg 0x1c: [io 0x6000-0x6003]
    [ 0.671149] pci 0000:00:11.0: reg 0x20: [io 0x5000-0x500f]
    [ 0.671156] pci 0000:00:11.0: reg 0x24: [mem 0xfe6ffc00-0xfe6fffff]
    [ 0.671231] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    [ 0.671241] pci 0000:00:12.0: reg 0x10: [mem 0xfe6fe000-0xfe6fefff]
    [ 0.671303] pci 0000:00:12.0: System wakeup disabled by ACPI
    [ 0.671332] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    [ 0.671346] pci 0000:00:12.2: reg 0x10: [mem 0xfe6ff800-0xfe6ff8ff]
    [ 0.671405] pci 0000:00:12.2: supports D1 D2
    [ 0.671406] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.671435] pci 0000:00:12.2: System wakeup disabled by ACPI
    [ 0.671464] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    [ 0.671474] pci 0000:00:13.0: reg 0x10: [mem 0xfe6fd000-0xfe6fdfff]
    [ 0.671536] pci 0000:00:13.0: System wakeup disabled by ACPI
    [ 0.671563] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    [ 0.671577] pci 0000:00:13.2: reg 0x10: [mem 0xfe6ff400-0xfe6ff4ff]
    [ 0.671635] pci 0000:00:13.2: supports D1 D2
    [ 0.671637] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.671665] pci 0000:00:13.2: System wakeup disabled by ACPI
    [ 0.671691] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    [ 0.671780] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    [ 0.671795] pci 0000:00:14.2: reg 0x10: [mem 0xfe6f4000-0xfe6f7fff 64bit]
    [ 0.671842] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.671870] pci 0000:00:14.2: System wakeup disabled by ACPI
    [ 0.671893] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    [ 0.671979] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    [ 0.672026] pci 0000:00:14.4: System wakeup disabled by ACPI
    [ 0.672049] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    [ 0.672059] pci 0000:00:14.5: reg 0x10: [mem 0xfe6fc000-0xfe6fcfff]
    [ 0.672121] pci 0000:00:14.5: System wakeup disabled by ACPI
    [ 0.672146] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    [ 0.672156] pci 0000:00:16.0: reg 0x10: [mem 0xfe6f3000-0xfe6f3fff]
    [ 0.672218] pci 0000:00:16.0: System wakeup disabled by ACPI
    [ 0.672245] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    [ 0.672258] pci 0000:00:16.2: reg 0x10: [mem 0xfe6ff000-0xfe6ff0ff]
    [ 0.672317] pci 0000:00:16.2: supports D1 D2
    [ 0.672318] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    [ 0.672347] pci 0000:00:16.2: System wakeup disabled by ACPI
    [ 0.672372] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    [ 0.672416] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    [ 0.672457] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    [ 0.672499] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    [ 0.672542] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    [ 0.672618] pci 0000:01:05.0: [1002:9715] type 00 class 0x030000
    [ 0.672624] pci 0000:01:05.0: reg 0x10: [mem 0xd0000000-0xdfffffff pref]
    [ 0.672628] pci 0000:01:05.0: reg 0x14: [io 0xa000-0xa0ff]
    [ 0.672632] pci 0000:01:05.0: reg 0x18: [mem 0xfe8f0000-0xfe8fffff]
    [ 0.672639] pci 0000:01:05.0: reg 0x24: [mem 0xfe700000-0xfe7fffff]
    [ 0.672654] pci 0000:01:05.0: supports D1 D2
    [ 0.672678] pci 0000:01:05.1: [1002:970f] type 00 class 0x040300
    [ 0.672684] pci 0000:01:05.1: reg 0x10: [mem 0xfe8e8000-0xfe8ebfff]
    [ 0.672709] pci 0000:01:05.1: supports D1 D2
    [ 0.672750] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.672753] pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    [ 0.672755] pci 0000:00:01.0: bridge window [mem 0xfe700000-0xfe8fffff]
    [ 0.672758] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.672796] pci 0000:02:00.0: [1033:0194] type 00 class 0x0c0330
    [ 0.672810] pci 0000:02:00.0: reg 0x10: [mem 0xfe9fe000-0xfe9fffff 64bit]
    [ 0.672875] pci 0000:02:00.0: PME# supported from D0 D3hot
    [ 0.680606] pci 0000:00:05.0: PCI bridge to [bus 02]
    [ 0.680611] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.680673] pci 0000:03:00.0: [1106:3403] type 00 class 0x0c0010
    [ 0.680702] pci 0000:03:00.0: reg 0x10: [mem 0xfeaff800-0xfeafffff 64bit]
    [ 0.680717] pci 0000:03:00.0: reg 0x18: [io 0xb800-0xb8ff]
    [ 0.680838] pci 0000:03:00.0: supports D2
    [ 0.680839] pci 0000:03:00.0: PME# supported from D2 D3hot D3cold
    [ 0.690631] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.690635] pci 0000:00:07.0: bridge window [io 0xb000-0xbfff]
    [ 0.690637] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.690704] pci 0000:04:00.0: [1106:0415] type 00 class 0x010185
    [ 0.690726] pci 0000:04:00.0: reg 0x10: [io 0xcc00-0xcc07]
    [ 0.690740] pci 0000:04:00.0: reg 0x14: [io 0xc880-0xc883]
    [ 0.690755] pci 0000:04:00.0: reg 0x18: [io 0xc800-0xc807]
    [ 0.690769] pci 0000:04:00.0: reg 0x1c: [io 0xc480-0xc483]
    [ 0.690783] pci 0000:04:00.0: reg 0x20: [io 0xc400-0xc40f]
    [ 0.690811] pci 0000:04:00.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
    [ 0.690883] pci 0000:04:00.0: supports D1 D2
    [ 0.690885] pci 0000:04:00.0: PME# supported from D1 D2 D3hot
    [ 0.700620] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.700625] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
    [ 0.700627] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.700675] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.700687] pci 0000:05:00.0: reg 0x10: [io 0xd800-0xd8ff]
    [ 0.700705] pci 0000:05:00.0: reg 0x18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    [ 0.700717] pci 0000:05:00.0: reg 0x20: [mem 0xfdff8000-0xfdffbfff 64bit pref]
    [ 0.700768] pci 0000:05:00.0: supports D1 D2
    [ 0.700769] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.710623] pci 0000:00:0a.0: PCI bridge to [bus 05]
    [ 0.710627] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.710631] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.710674] pci 0000:06:05.0: [1412:1724] type 00 class 0x040100
    [ 0.710691] pci 0000:06:05.0: reg 0x10: [io 0xec00-0xec1f]
    [ 0.710701] pci 0000:06:05.0: reg 0x14: [io 0xe880-0xe8ff]
    [ 0.710769] pci 0000:06:05.0: supports D2
    [ 0.710824] pci 0000:00:14.4: PCI bridge to [bus 06] (subtractive decode)
    [ 0.710827] pci 0000:00:14.4: bridge window [io 0xe000-0xefff]
    [ 0.710832] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.710833] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.710835] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.710836] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.710837] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xdfffffff] (subtractive decode)
    [ 0.710839] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.711399] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 14 15)
    [ 0.711445] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 14 15)
    [ 0.711491] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *9 10 11 14 15)
    [ 0.711536] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 9 10 *11 14 15)
    [ 0.711572] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711602] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711631] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711661] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11 14 15) *0
    [ 0.711760] ACPI: Enabled 1 GPEs in block 00 to 1F
    [ 0.711764] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.711791] Found 1 acpi root devices
    [ 0.711811] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.711884] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.711885] vgaarb: loaded
    [ 0.711886] vgaarb: bridge control possible 0000:01:05.0
    [ 0.711914] PCI: Using ACPI for IRQ routing
    [ 0.717926] PCI: pci_cache_line_size set to 64 bytes
    [ 0.717976] e820: reserve RAM buffer [mem 0x0009ac00-0x0009ffff]
    [ 0.717978] e820: reserve RAM buffer [mem 0xcff80000-0xcfffffff]
    [ 0.718041] NetLabel: Initializing
    [ 0.718042] NetLabel: domain hash size = 128
    [ 0.718042] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.718052] NetLabel: unlabeled traffic allowed by default
    [ 0.718064] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.718066] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    [ 0.720112] Switched to clocksource hpet
    [ 0.723318] pnp: PnP ACPI init
    [ 0.723328] ACPI: bus type PNP registered
    [ 0.723421] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.723488] pnp 00:01: [dma 4]
    [ 0.723503] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.723526] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.723543] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.723560] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.723934] pnp 00:05: [dma 0 disabled]
    [ 0.724064] pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.724097] pnp 00:06: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.724374] pnp 00:07: [dma 0 disabled]
    [ 0.724425] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.724491] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.724493] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.724495] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724649] system 00:09: [io 0x04d0-0x04d1] has been reserved
    [ 0.724651] system 00:09: [io 0x040b] has been reserved
    [ 0.724653] system 00:09: [io 0x04d6] has been reserved
    [ 0.724654] system 00:09: [io 0x0c00-0x0c01] has been reserved
    [ 0.724656] system 00:09: [io 0x0c14] has been reserved
    [ 0.724657] system 00:09: [io 0x0c50-0x0c51] has been reserved
    [ 0.724659] system 00:09: [io 0x0c52] has been reserved
    [ 0.724660] system 00:09: [io 0x0c6c] has been reserved
    [ 0.724661] system 00:09: [io 0x0c6f] has been reserved
    [ 0.724663] system 00:09: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.724664] system 00:09: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.724666] system 00:09: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.724667] system 00:09: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.724669] system 00:09: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.724670] system 00:09: [io 0x0b00-0x0b3f] has been reserved
    [ 0.724672] system 00:09: [io 0x0800-0x089f] could not be reserved
    [ 0.724673] system 00:09: [io 0x0b00-0x0b1f] has been reserved
    [ 0.724675] system 00:09: [io 0x0b20-0x0b3f] has been reserved
    [ 0.724677] system 00:09: [io 0x0900-0x090f] has been reserved
    [ 0.724678] system 00:09: [io 0x0910-0x091f] has been reserved
    [ 0.724680] system 00:09: [io 0xfe00-0xfefe] has been reserved
    [ 0.724682] system 00:09: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.724683] system 00:09: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.724685] system 00:09: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.724686] system 00:09: [mem 0xfed80000-0xfed80fff] has been reserved
    [ 0.724688] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724807] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.724809] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.724810] system 00:0a: [io 0x0300-0x030f] has been reserved
    [ 0.724812] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.724814] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724858] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.724860] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.724952] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.724953] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
    [ 0.724955] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    [ 0.724957] system 00:0c: [mem 0x00100000-0xcfffffff] could not be reserved
    [ 0.724958] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.724960] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.725022] pnp: PnP ACPI: found 13 devices
    [ 0.725022] ACPI: bus type PNP unregistered
    [ 0.731469] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.731472] pci 0000:00:01.0: bridge window [io 0xa000-0xafff]
    [ 0.731474] pci 0000:00:01.0: bridge window [mem 0xfe700000-0xfe8fffff]
    [ 0.731476] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.731479] pci 0000:00:05.0: PCI bridge to [bus 02]
    [ 0.731481] pci 0000:00:05.0: bridge window [mem 0xfe900000-0xfe9fffff]
    [ 0.731484] pci 0000:00:07.0: PCI bridge to [bus 03]
    [ 0.731486] pci 0000:00:07.0: bridge window [io 0xb000-0xbfff]
    [ 0.731488] pci 0000:00:07.0: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.731491] pci 0000:00:09.0: PCI bridge to [bus 04]
    [ 0.731493] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff]
    [ 0.731495] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.731498] pci 0000:00:0a.0: PCI bridge to [bus 05]
    [ 0.731499] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.731502] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.731505] pci 0000:00:14.4: PCI bridge to [bus 06]
    [ 0.731507] pci 0000:00:14.4: bridge window [io 0xe000-0xefff]
    [ 0.731716] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.731718] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.731719] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.731721] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.731722] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.731723] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.731725] pci_bus 0000:01: resource 0 [io 0xa000-0xafff]
    [ 0.731726] pci_bus 0000:01: resource 1 [mem 0xfe700000-0xfe8fffff]
    [ 0.731727] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.731729] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfe9fffff]
    [ 0.731730] pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    [ 0.731732] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
    [ 0.731733] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
    [ 0.731734] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
    [ 0.731736] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff]
    [ 0.731737] pci_bus 0000:05: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.731739] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.731740] pci_bus 0000:06: resource 4 [io 0x0000-0x0cf7]
    [ 0.731741] pci_bus 0000:06: resource 5 [io 0x0d00-0xffff]
    [ 0.731742] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.731744] pci_bus 0000:06: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.731745] pci_bus 0000:06: resource 8 [mem 0xd0000000-0xdfffffff]
    [ 0.731746] pci_bus 0000:06: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.731774] NET: Registered protocol family 2
    [ 0.731920] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.732050] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.732170] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.732202] TCP: reno registered
    [ 0.732208] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.732229] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.732295] NET: Registered protocol family 1
    [ 0.732302] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    [ 1.774244] pci 0000:01:05.0: Boot video device
    [ 1.774293] PCI: CLS 64 bytes, default 64
    [ 1.774329] Unpacking initramfs...
    [ 1.838503] Freeing initrd memory: 4800K (ffff880037690000 - ffff880037b40000)
    [ 1.839314] PCI-DMA: Disabling AGP.
    [ 1.839384] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 1.839385] PCI-DMA: using GART IOMMU.
    [ 1.839387] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 1.842458] LVT offset 1 assigned for vector 0x400
    [ 1.842466] IBS: LVT offset 1 assigned
    [ 1.842487] perf: AMD IBS detected (0x0000001f)
    [ 1.842507] Scanning for low memory corruption every 60 seconds
    [ 1.842725] audit: initializing netlink socket (disabled)
    [ 1.842734] type=2000 audit(1384711004.543:1): initialized
    [ 1.851049] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.852054] zbud: loaded
    [ 1.852166] VFS: Disk quotas dquot_6.5.2
    [ 1.852200] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.852354] msgmni has been set to 7405
    [ 1.852587] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.852634] io scheduler noop registered
    [ 1.852637] io scheduler deadline registered
    [ 1.852674] io scheduler cfq registered (default)
    [ 1.852784] pcieport 0000:00:05.0: irq 40 for MSI/MSI-X
    [ 1.852849] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 1.852906] pcieport 0000:00:09.0: irq 42 for MSI/MSI-X
    [ 1.852964] pcieport 0000:00:0a.0: irq 43 for MSI/MSI-X
    [ 1.853049] pcieport 0000:00:05.0: Signaling PME through PCIe PME interrupt
    [ 1.853053] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853055] pcie_pme 0000:00:05.0:pcie01: service driver pcie_pme loaded
    [ 1.853064] pcieport 0000:00:07.0: Signaling PME through PCIe PME interrupt
    [ 1.853066] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853068] pcie_pme 0000:00:07.0:pcie01: service driver pcie_pme loaded
    [ 1.853078] pcieport 0000:00:09.0: Signaling PME through PCIe PME interrupt
    [ 1.853079] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853081] pcie_pme 0000:00:09.0:pcie01: service driver pcie_pme loaded
    [ 1.853092] pcieport 0000:00:0a.0: Signaling PME through PCIe PME interrupt
    [ 1.853093] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    [ 1.853095] pcie_pme 0000:00:0a.0:pcie01: service driver pcie_pme loaded
    [ 1.853105] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.853116] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.853160] vesafb: mode is 1920x1440x32, linelength=7680, pages=0
    [ 1.853161] vesafb: scrolling: redraw
    [ 1.853162] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 1.853503] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010800000, using 10816k, total 10816k
    [ 2.187925] Console: switching to colour frame buffer device 240x90
    [ 2.522112] fb0: VESA VGA frame buffer device
    [ 2.522136] GHES: HEST is not enabled!
    [ 2.522194] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.542718] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 2.543025] Linux agpgart interface v0.103
    [ 2.543063] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 2.543414] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.543440] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.543545] mousedev: PS/2 mouse device common for all mice
    [ 2.543591] rtc_cmos 00:02: RTC can wake from S4
    [ 2.543688] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 2.543707] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 2.543713] cpuidle: using governor ladder
    [ 2.543715] cpuidle: using governor menu
    [ 2.543764] drop_monitor: Initializing network drop monitor service
    [ 2.543811] TCP: cubic registered
    [ 2.543876] NET: Registered protocol family 10
    [ 2.544001] NET: Registered protocol family 17
    [ 2.544009] Key type dns_resolver registered
    [ 2.544240] PM: Hibernation image not present or could not be loaded.
    [ 2.544247] registered taskstats version 1
    [ 2.544768] Magic number: 5:4:947
    [ 2.544782] tty tty4: hash matches
    [ 2.544801] cpu cpu2: hash matches
    [ 2.544807] memory memory0: hash matches
    [ 2.544836] rtc_cmos 00:02: setting system clock to 2013-11-17 17:56:45 UTC (1384711005)
    [ 2.545743] Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    [ 2.545745] Write protecting the kernel read-only data: 8192k
    [ 2.547931] Freeing unused kernel memory: 1084K (ffff8800014f1000 - ffff880001600000)
    [ 2.548636] Freeing unused kernel memory: 352K (ffff8800017a8000 - ffff880001800000)
    [ 2.554741] systemd-udevd[57]: starting version 208
    [ 2.556092] SCSI subsystem initialized
    [ 2.556877] ACPI: bus type ATA registered
    [ 2.556944] libata version 3.00 loaded.
    [ 2.557360] ahci 0000:00:11.0: version 3.0
    [ 2.557535] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    [ 2.557538] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    [ 2.558505] scsi0 : ahci
    [ 2.558599] scsi1 : ahci
    [ 2.558778] scsi2 : ahci
    [ 2.558868] scsi3 : ahci
    [ 2.559022] scsi4 : ahci
    [ 2.559089] scsi5 : ahci
    [ 2.559150] ata1: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffd00 irq 19
    [ 2.559153] ata2: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffd80 irq 19
    [ 2.559155] ata3: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffe00 irq 19
    [ 2.559156] ata4: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6ffe80 irq 19
    [ 2.559159] ata5: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6fff00 irq 19
    [ 2.559161] ata6: SATA max UDMA/133 abar m1024@0xfe6ffc00 port 0xfe6fff80 irq 19
    [ 2.560807] [drm] Initialized drm 1.1.0 20060810
    [ 2.564745] [drm] radeon kernel modesetting enabled.
    [ 2.564805] checking generic (d0000000 a90000) vs hw (d0000000 10000000)
    [ 2.564808] fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    [ 2.564821] Console: switching to colour dummy device 80x25
    [ 2.565086] [drm] initializing kernel modesetting (RS880 0x1002:0x9715 0x1043:0x843E).
    [ 2.565095] [drm] register mmio base: 0xFE8F0000
    [ 2.565096] [drm] register mmio size: 65536
    [ 2.565630] ATOM BIOS: 113
    [ 2.565643] radeon 0000:01:05.0: VRAM: 368M 0x00000000C0000000 - 0x00000000D6FFFFFF (368M used)
    [ 2.565645] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
    [ 2.565648] [drm] Detected VRAM RAM=368M, BAR=256M
    [ 2.565649] [drm] RAM width 32bits DDR
    [ 2.565696] [TTM] Zone kernel: Available graphics memory: 1897112 kiB
    [ 2.565697] [TTM] Initializing pool allocator
    [ 2.565700] [TTM] Initializing DMA pool allocator
    [ 2.565716] [drm] radeon: 368M of VRAM memory ready
    [ 2.565717] [drm] radeon: 512M of GTT memory ready.
    [ 2.565725] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 2.576556] [drm] Loading RS780 Microcode
    [ 2.578778] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000).
    [ 2.578836] radeon 0000:01:05.0: WB enabled
    [ 2.578838] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xffff880117cfdc00
    [ 2.578839] radeon 0000:01:05.0: fence driver on ring 3 use gpu addr 0x00000000a0000c0c and cpu addr 0xffff880117cfdc0c
    [ 2.578841] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.578842] [drm] Driver supports precise vblank timestamp query.
    [ 2.578860] [drm] radeon: irq initialized.
    [ 2.579084] radeon 0000:01:05.0: setting latency timer to 64
    [ 2.611015] [drm] ring test on 0 succeeded in 1 usecs
    [ 2.611072] [drm] ring test on 3 succeeded in 1 usecs
    [ 2.611137] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 2.611149] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 2.611351] [drm] Radeon Display Connectors
    [ 2.611352] [drm] Connector 0:
    [ 2.611353] [drm] VGA-1
    [ 2.611355] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
    [ 2.611355] [drm] Encoders:
    [ 2.611356] [drm] CRT1: INTERNAL_KLDSCP_DAC1
    [ 2.611357] [drm] Connector 1:
    [ 2.611357] [drm] DVI-D-1
    [ 2.611358] [drm] HPD1
    [ 2.611359] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
    [ 2.611360] [drm] Encoders:
    [ 2.611361] [drm] DFP3: INTERNAL_KLDSCP_LVTMA
    [ 2.611408] [drm] radeon: power management initialized
    [ 2.652806] [drm] fb mappable at 0xD0142000
    [ 2.652807] [drm] vram apper at 0xD0000000
    [ 2.652808] [drm] size 5242880
    [ 2.652808] [drm] fb depth is 24
    [ 2.652809] [drm] pitch is 5120
    [ 2.652866] fbcon: radeondrmfb (fb0) is primary device
    [ 2.664744] Console: switching to colour frame buffer device 160x64
    [ 2.675575] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
    [ 2.675577] radeon 0000:01:05.0: registered panic notifier
    [ 2.675630] [drm] Initialized radeon 2.34.0 20080528 for 0000:01:05.0 on minor 0
    [ 2.692173] pata_via 0000:04:00.0: version 0.3.4
    [ 2.693001] scsi6 : pata_via
    [ 2.693202] scsi7 : pata_via
    [ 2.693237] ata7: PATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc400 irq 17
    [ 2.693238] ata8: PATA max UDMA/133 cmd 0xc800 ctl 0xc480 bmdma 0xc408 irq 17
    [ 2.693302] ACPI: bus type USB registered
    [ 2.693369] usbcore: registered new interface driver usbfs
    [ 2.693378] usbcore: registered new interface driver hub
    [ 2.693419] usbcore: registered new device driver usb
    [ 2.694028] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 2.694034] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
    [ 2.694163] xhci_hcd 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 2.694168] xhci_hcd 0000:02:00.0: irq 45 for MSI/MSI-X
    [ 2.694173] xhci_hcd 0000:02:00.0: irq 46 for MSI/MSI-X
    [ 2.694177] xhci_hcd 0000:02:00.0: irq 47 for MSI/MSI-X
    [ 2.694181] xhci_hcd 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 2.694382] xHCI xhci_add_endpoint called for root hub
    [ 2.694383] xHCI xhci_check_bandwidth called for root hub
    [ 2.694913] hub 1-0:1.0: USB hub found
    [ 2.694918] hub 1-0:1.0: 2 ports detected
    [ 2.695055] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.695347] ehci-pci: EHCI PCI platform driver
    [ 2.695437] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 2.695532] ohci-pci: OHCI PCI platform driver
    [ 2.695613] xhci_hcd 0000:02:00.0: xHCI Host Controller
    [ 2.695617] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    [ 2.697530] ehci-pci 0000:00:12.2: EHCI Host Controller
    [ 2.697595] xHCI xhci_add_endpoint called for root hub
    [ 2.697596] xHCI xhci_check_bandwidth called for root hub
    [ 2.697636] hub 2-0:1.0: USB hub found
    [ 2.697645] hub 2-0:1.0: 2 ports detected
    [ 2.697762] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 3
    [ 2.697764] QUIRK: Enable AMD PLL fix
    [ 2.697766] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.697776] ehci-pci 0000:00:12.2: debug port 1
    [ 2.697800] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe6ff800
    [ 2.704582] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 2.704674] hub 3-0:1.0: USB hub found
    [ 2.704677] hub 3-0:1.0: 5 ports detected
    [ 2.704845] ehci-pci 0000:00:13.2: EHCI Host Controller
    [ 2.704850] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 2.704852] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.704861] ehci-pci 0000:00:13.2: debug port 1
    [ 2.704883] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe6ff400
    [ 2.714637] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 2.714734] hub 4-0:1.0: USB hub found
    [ 2.714737] hub 4-0:1.0: 5 ports detected
    [ 2.714896] ehci-pci 0000:00:16.2: EHCI Host Controller
    [ 2.714900] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 5
    [ 2.714903] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 2.714911] ehci-pci 0000:00:16.2: debug port 1
    [ 2.714930] ehci-pci 0000:00:16.2: irq 17, io mem 0xfe6ff000
    [ 2.724628] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    [ 2.724725] hub 5-0:1.0: USB hub found
    [ 2.724728] hub 5-0:1.0: 4 ports detected
    [ 2.724888] ohci-pci 0000:00:12.0: OHCI PCI host controller
    [ 2.724892] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 6
    [ 2.724904] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe6fe000
    [ 2.758021] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 2.782133] hub 6-0:1.0: USB hub found
    [ 2.782138] hub 6-0:1.0: 5 ports detected
    [ 2.782291] ohci-pci 0000:00:13.0: OHCI PCI host controller
    [ 2.782296] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 7
    [ 2.782308] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe6fd000
    [ 2.838807] hub 7-0:1.0: USB hub found
    [ 2.838813] hub 7-0:1.0: 5 ports detected
    [ 2.838974] ohci-pci 0000:00:14.5: OHCI PCI host controller
    [ 2.838978] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 8
    [ 2.838989] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe6fc000
    [ 2.844705] tsc: Refined TSC clocksource calibration: 3415.257 MHz
    [ 2.871387] ata1: SATA link down (SStatus 0 SControl 300)
    [ 2.874721] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.878060] ata4: SATA link down (SStatus 0 SControl 300)
    [ 2.878096] ata3: SATA link down (SStatus 0 SControl 300)
    [ 2.895510] hub 8-0:1.0: USB hub found
    [ 2.895515] hub 8-0:1.0: 2 ports detected
    [ 2.895650] ohci-pci 0000:00:16.0: OHCI PCI host controller
    [ 2.895654] ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 9
    [ 2.895665] ohci-pci 0000:00:16.0: irq 18, io mem 0xfe6f3000
    [ 2.952187] hub 9-0:1.0: USB hub found
    [ 2.952192] hub 9-0:1.0: 4 ports detected
    [ 3.011462] usb 3-3: new high-speed USB device number 2 using ehci-pci
    [ 3.041482] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.042668] ata5.00: ATA-8: ST31000524AS, JC45, max UDMA/133
    [ 3.042671] ata5.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 3.044091] ata5.00: configured for UDMA/133
    [ 3.044818] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 3.046010] ata2.00: ATA-8: ST31000524AS, JC45, max UDMA/133
    [ 3.046012] ata2.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [ 3.047443] ata2.00: configured for UDMA/133
    [ 3.047593] scsi 1:0:0:0: Direct-Access ATA ST31000524AS JC45 PQ: 0 ANSI: 5
    [ 3.047815] scsi 4:0:0:0: Direct-Access ATA ST31000524AS JC45 PQ: 0 ANSI: 5
    [ 3.048310] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.048332] sd 4:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 3.048407] sd 1:0:0:0: [sda] Write Protect is off
    [ 3.048410] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 3.048414] sd 4:0:0:0: [sdb] Write Protect is off
    [ 3.048416] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 3.048445] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.048454] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 3.082120] sdb: sdb1 < sdb5 >
    [ 3.082492] sd 4:0:0:0: [sdb] Attached SCSI disk
    [ 3.123617] sda: sda1 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 3.124128] sd 1:0:0:0: [sda] Attached SCSI disk
    [ 3.258326] firewire_core 0000:03:00.0: created device fw0: GUID 001e8c0000dded87, S400
    [ 3.845323] Switched to clocksource tsc
    [ 3.887097] JFS: nTxBlock = 8192, nTxLock = 65536
    [ 4.225475] usb 7-1: new low-speed USB device number 2 using ohci-pci
    [ 4.639033] usb 9-4: new full-speed USB device number 2 using ohci-pci
    [ 4.953305] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 4.973795] systemd[1]: Set hostname to <chaembian>.
    [ 5.179335] usb 6-4: new full-speed USB device number 2 using ohci-pci
    [ 5.596246] usb 6-5: new low-speed USB device number 3 using ohci-pci
    [ 5.801932] systemd[1]: Cannot add dependency job for unit vnstat.service, ignoring: Unit vnstat.service failed to load: No such file or directory.
    [ 5.801948] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    [ 5.802146] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.802185] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.802193] systemd[1]: Starting Login Prompts.
    [ 5.802200] systemd[1]: Reached target Login Prompts.
    [ 5.802206] systemd[1]: Starting Remote File Systems.
    [ 5.802211] systemd[1]: Reached target Remote File Systems.
    [ 5.802218] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.802235] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.802240] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.802253] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.802258] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.802272] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.802278] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.802294] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.802303] systemd[1]: Starting udev Kernel Socket.
    [ 5.802314] systemd[1]: Listening on udev Kernel Socket.
    [ 5.802321] systemd[1]: Starting udev Control Socket.
    [ 5.802332] systemd[1]: Listening on udev Control Socket.
    [ 5.802340] systemd[1]: Starting Journal Socket.
    [ 5.802364] systemd[1]: Listening on Journal Socket.
    [ 5.828144] systemd[1]: Started Load Kernel Modules.
    [ 5.837412] systemd[1]: Starting Apply Kernel Variables...
    [ 5.837770] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.838054] systemd[1]: Starting Setup Virtual Console...
    [ 5.838365] systemd[1]: Starting Journal Service...
    [ 5.838647] systemd[1]: Started Journal Service.
    [ 6.402315] systemd-journald[139]: Vacuuming done, freed 0 bytes
    [ 7.319880] systemd-udevd[177]: starting version 208
    [ 7.794545] wmi: Mapper loaded
    [ 7.847347] parport_pc 00:05: reported by Plug and Play ACPI
    [ 7.847391] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    [ 7.851969] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \_SB_.PCI0.SBRG.ASOC.SMRG 1 (20130517/utaddress-251)
    [ 7.851974] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.874491] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
    [ 7.874519] sp5100_tco: PCI Revision ID: 0x41
    [ 7.874547] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
    [ 7.874557] sp5100_tco: Last reboot was not triggered by watchdog.
    [ 7.874600] sp5100_tco: initialized (0xffffc900123fcb00). heartbeat=60 sec (nowayout=0)
    [ 7.881641] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 7.881645] ACPI: Power Button [PWRB]
    [ 7.881697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 7.881699] ACPI: Power Button [PWRF]
    [ 7.882757] ACPI: processor limited to max C-state 1
    [ 7.905064] acpi-cpufreq: overriding BIOS provided _PSD data
    [ 7.918926] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 8.165090] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 8.165417] r8169 0000:05:00.0: irq 49 for MSI/MSI-X
    [ 8.165792] r8169 0000:05:00.0 eth0: RTL8168e/8111e at 0xffffc900123fe000, 20:cf:30:4c:49:a9, XID 0c200000 IRQ 49
    [ 8.165800] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 8.342332] MCE: In-kernel MCE decoding enabled.
    [ 8.346927] EDAC MC: Ver: 3.0.0
    [ 8.348961] AMD64 EDAC driver v3.4.0
    [ 8.349044] EDAC amd64: DRAM ECC disabled.
    [ 8.349073] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    (Note that use of the override may cause unknown side effects.)
    [ 8.495021] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 8.558418] snd_ice1724 0000:06:05.0: enabling device (0000 -> 0001)
    [ 8.558556] snd_ice1724 0000:06:05.0: setting latency timer to 64
    [ 8.587452] ice1724: No matching model found for ID 0xffffffa0
    [ 8.588183] ice1724: Invalid EEPROM (size = 255)
    [ 8.588437] snd_ice1724: probe of 0000:06:05.0 failed with error -5
    [ 8.607952] microcode: CPU0: patch_level=0x010000b6
    [ 8.629397] ppdev: user-space parallel port driver
    [ 8.825646] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input3
    [ 8.825863] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input4
    [ 8.826029] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 8.826190] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
    [ 8.826357] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
    [ 8.826514] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
    [ 8.826667] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
    [ 8.826823] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input10
    [ 8.827628] snd_hda_intel 0000:01:05.1: setting latency timer to 64
    [ 8.868368] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:05.1/sound/card1/input11
    [ 9.003261] microcode: CPU0: new patch_level=0x010000c8
    [ 9.003302] microcode: CPU1: patch_level=0x010000b6
    [ 9.003328] microcode: CPU1: new patch_level=0x010000c8
    [ 9.003357] microcode: CPU2: patch_level=0x010000b6
    [ 9.003381] microcode: CPU2: new patch_level=0x010000c8
    [ 9.003396] microcode: CPU3: patch_level=0x010000b6
    [ 9.003412] microcode: CPU3: new patch_level=0x010000c8
    [ 9.003552] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 9.031976] media: Linux media interface: v0.10
    [ 9.034867] Linux video capture interface: v2.00
    [ 9.043789] kvm: Nested Virtualization enabled
    [ 9.043793] kvm: Nested Paging enabled
    [ 9.244784] hidraw: raw HID events driver (C) Jiri Kosina
    [ 9.423576] usbcore: registered new interface driver usbhid
    [ 9.423583] usbhid: USB HID core driver
    [ 9.513383] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.0/input/input12
    [ 9.513638] hid-generic 0003:0518:0001.0001: input,hidraw0: USB HID v1.10 Keyboard [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:13.0-1/input0
    [ 9.514469] input: Plus More Enterprise LTD. USB-compliant keyboard as /devices/pci0000:00/0000:00:13.0/usb7/7-1/7-1:1.1/input/input13
    [ 9.514899] hid-generic 0003:0518:0001.0002: input,hidraw1: USB HID v1.10 Mouse [Plus More Enterprise LTD. USB-compliant keyboard] on usb-0000:00:13.0-1/input1
    [ 9.516355] input: C-Media Electronics Inc. Philips SPA5210 as /devices/pci0000:00/0000:00:16.0/usb9/9-4/9-4:1.2/input/input14
    [ 9.516925] hid-generic 0003:0D8C:0126.0003: input,hidraw2: USB HID v1.00 Device [C-Media Electronics Inc. Philips SPA5210] on usb-0000:00:16.0-4/input2
    [ 9.595842] hid-generic 0003:051D:0002.0004: hiddev0,hidraw3: USB HID v1.00 Device [American Power Conversion Back-UPS RS 1000G-IN FW:900.L4 .I USB FW:L4 ] on usb-0000:00:12.0-4/input0
    [ 9.596476] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:12.0/usb6/6-5/6-5:1.0/input/input15
    [ 9.596993] hid-generic 0003:046D:C05B.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:12.0-5/input0
    [ 9.885366] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 9.886617] ata5.00: failed to set xfermode (err_mask=0x100)
    [ 10.370083] set resolution quirk: cval->res = 384
    [ 10.370534] uvcvideo: Found UVC 1.00 device <unnamed> (046d:081b)
    [ 10.385720] input: UVC Camera (046d:081b) as /devices/pci0000:00/0000:00:12.2/usb3/3-3/3-3:1.0/input/input16
    [ 10.385897] usbcore: registered new interface driver uvcvideo
    [ 10.385902] USB Video Class driver (1.1.1)
    [ 10.443673] usbcore: registered new interface driver snd-usb-audio
    [ 10.530521] Adding 995992k swap on /dev/sda7. Priority:-1 extents:1 across:995992k FS
    [ 17.204835] systemd-journald[139]: Received request to flush runtime journal from PID 1
    [ 17.564410] systemd-journald[139]: Vacuuming done, freed 4194304 bytes
    [ 17.564429] systemd-journald[139]: Vacuuming done, freed 0 bytes
    [ 17.594012] systemd-journald[139]: Vacuuming done, freed 4198400 bytes
    [ 17.594091] systemd-journald[139]: Deleted empty journal /run/log/journal/e44c../[email protected] (684032 bytes).
    [ 17.594101] systemd-journald[139]: Vacuuming done, freed 684032 bytes
    [ 18.430485] r8169 0000:05:00.0 eth0: link down
    [ 18.430501] r8169 0000:05:00.0 eth0: link down
    [ 18.430540] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 20.057527] r8169 0000:05:00.0 eth0: link up
    [ 20.057545] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 26.308009] systemd-journald[139]: File /var/log/journal/e44c../user-1004.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 31.900749] hda-intel: IRQ timing workaround is activated for card #1. Suggest a bigger bdl_pos_adj.
    [ 32.146160] fuse init (API version 7.22)
    [ 63.406994] systemd-journald[139]: File /var/log/journal/e44c../user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    I did not get any output when I tried: " journalctl -b --dmesg | grep systemd". However, when I tried  "journalctl | grep systemd", I got these:
    Nov 17 23:26:51 chaembian systemd[1]: Starting Sound Card.
    Nov 17 23:26:51 chaembian systemd[1]: Reached target Sound Card.
    Nov 17 23:26:52 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:52 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/cd1ecac7-97b5-4bcc-b114-858efb77e4c5...
    Nov 17 23:26:52 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:52 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/8f972288-02c8-4dd7-a590-400f4fe60244...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Activating swap /dev/disk/by-uuid/cf5549b8-edd7-465a-985c-c096f39b916e...
    Nov 17 23:26:53 chaembian systemd-fsck[254]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[254]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[254]: The current device is: /dev/sda9
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Filesystem size in blocks: 50000094
    Nov 17 23:26:53 chaembian systemd-fsck[254]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[254]: Filesystem is clean.
    Nov 17 23:26:53 chaembian systemd[1]: Started File System Check on /dev/disk/by-uuid/8f972288-02c8-4dd7-a590-400f4fe60244.
    Nov 17 23:26:53 chaembian systemd[1]: Activated swap /dev/disk/by-uuid/cf5549b8-edd7-465a-985c-c096f39b916e.
    Nov 17 23:26:53 chaembian systemd[1]: Starting Swap.
    Nov 17 23:26:53 chaembian systemd[1]: Reached target Swap.
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/b36313d6-8efb-444c-b6c9-0d3ca3bdaad1...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/e4ee5aff-ef4a-436c-9385-cb37b98df3e1...
    Nov 17 23:26:53 chaembian systemd[1]: Found device ST31000524AS.
    Nov 17 23:26:53 chaembian systemd[1]: Starting File System Check on /dev/disk/by-uuid/da692a03-33e5-4aad-b716-7dedfea99f85...
    Nov 17 23:26:53 chaembian systemd-fsck[267]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[267]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[267]: The current device is: /dev/sda8
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Filesystem size in blocks: 24999140
    Nov 17 23:26:53 chaembian systemd-fsck[267]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[267]: Filesystem is clean.
    Nov 17 23:26:53 chaembian systemd[1]: Started File System Check on /dev/disk/by-uuid/b36313d6-8efb-444c-b6c9-0d3ca3bdaad1.
    Nov 17 23:26:53 chaembian systemd[1]: Mounting /home...
    Nov 17 23:26:53 chaembian systemd-fsck[273]: fsck.jfs version 1.1.15, 04-Mar-2011
    Nov 17 23:26:53 chaembian systemd-fsck[273]: processing started: 11/17/2013 23:26:53
    Nov 17 23:26:53 chaembian systemd-fsck[273]: The current device is: /dev/sda10
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Block size in bytes: 4096
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Filesystem size in blocks: 161393838
    Nov 17 23:26:53 chaembian systemd-fsck[273]: **Phase 0 - Replay Journal Log
    Nov 17 23:26:53 chaembian systemd-fsck[273]: Filesystem i

  • CPU spikes - what's the latest?

    I posted a question about this in another thread but haven't heard anything back yet - and am desperate for answers so figured I'd try again!
    I've just started having a big problem with CPU spikes, seemingly out of the blue.
    After having had no problems (that have affected my workflow at least) since updating to Logic 8 when it first came out, the last 2 songs I've worked on have both started having repeated CPU spikes. In both cases the songs (which have for the previous couple of weeks been running fine as I've worked on them) suddenly seem to reach some kind of critical mass and stop at least 4 or 5 times in the song (with a processor overload) making it impossible to mix. The spikes themselves appear to occur every 10 seconds or so.
    Though the songs have previously been fine during sections with many tracks, plugins and instruments running, once this starts happening even the most sparse sections can suddenly no longer play without overloading.
    In the past, bouncing any instruments to audio or freezing processor-intensive tracks would clearly lessen the load and allow the song to play without a hiccup, but it seems once this starts happening that any attempts I make to pare the song back barely help at all. Even if, in between spikes, the song is running with about 25% max on the CPU meter, when a spike comes both processors momentarily max out and stop the track.
    Strangely, with the latest song, even reverting to previous versions (ie from a few days ago when I was having absolutely no problems of this kind) the computer can suddenly no longer cope with the spikes (which I assume have been happening all along but haven't affected playback before now). Weird but true.
    I've tried disabling all audio unit plug ins in AU manager, setting all channel strip inputs to no input, running the song using Core Audio rather than the MOTU 828 and repairing permissions with DiskUtility.
    Today I tried a clean install of 10.5.3 and 8.0.2 on a new drive (no 3rd party plugins or ANYTHING apart from Logic and OSX installed) - still with exactly the same result.
    I've even tried copying all the audio from the arrange into a brand new song, adding the plugins and routing to busses track by track, all the while keeping an eye on the CPU meter. As soon as I've sent just a couple of tracks to aux channels and added only 3 or 4 instances of Channel EQ and Compressor I notice the spiking begin. It's clear that by the time I've finished the setting up of the song the spikes will be maxing out again.
    I realise I'm running an old machine (ie Dual 1G G4) but it has, up until now, been working spot on under the current system (I've been using 10.4.11 and hadn't updated to Leopard until today cos I haven't wanted to upset the delicate equilibrium!)
    Thankfully I've found a clunky workaround by copying the song on to my Macbook and running that in my studio - a lifesaver but not satisfactory. (I can see the spikes on the Macbook too but playback isn't affected).
    I've been using Logic forever and know this behaviour (and unresponsiveness to all my troubleshooting attempts) isn't normal!
    I've seen the threads from a few months back but am wondering is anybody else out there still having similar issues? Or has anyone had them and solved them?
    Please help!
    Cheers
    Duane

    The latest? It's still spikes constantly here. IMHO, I think there is an issue with-in LP 8 itself with symetric multi-tasking to more than one core... evenly distributing the load between cores. It's hit or miss with me & completely un-predictable and random (the CPU spikes). I've tried all the same quick fixes or work-arounds, of which none seem to make any difference at all. Even setting core audio buffer to 1024 & disabling safety buffer.
    Oddly I do find it interesting that on my system anyway, Ivory 1.7 & Atmosphere 1.2, once initially instantiated on an inst track, will consistently evenly distribute between both cores (I have a dual core machine)... and never spike the CPU, no matter how much polyphony I use on either one, with the core audio buffer set to 128. There has to be something the way these two virtual synth plugs are coded differently, to utilize an even symetric threading or distribution to multi cores. -> I am no computer wiz tech head by any means, but this is the best way I can explain it.
    Fresh clean install of OSX Leopard 10.5.4 / 2.5GB Ram / LP 8.0.2 / Digi Core Audio 7.4 / Digi 002R

  • [SOLVED]systemd-tmpfiles-setup.service failure

    Hi guys,
    I just reinstalled arch with the following partitions:
    [root@arch_vinnom vinnom]# gdisk -l /dev/sda
    GPT fdisk (gdisk) version 1.0.0
    Partition table scan:
    MBR: protective
    BSD: not present
    APM: not present
    GPT: present
    Found valid GPT with protective MBR; using GPT.
    Disk /dev/sda: 625142448 sectors, 298.1 GiB
    Logical sector size: 512 bytes
    Disk identifier (GUID): BD3CA679-FA08-4F60-9BAD-B845DE9FF7EB
    Partition table holds up to 128 entries
    First usable sector is 34, last usable sector is 625142414
    Partitions will be aligned on 2048-sector boundaries
    Total free space is 2014 sectors (1007.0 KiB)
    Number Start (sector) End (sector) Size Code Name
    1 2048 4095 1024.0 KiB EF02 BIOS
    2 4096 52432895 25.0 GiB 8300 ROOT
    3 52432896 53481471 512.0 MiB 8300 BOOT
    4 53481472 74452991 10.0 GiB 8300 TMP
    5 74452992 95424511 10.0 GiB 8300 VAR
    6 95424512 602935295 242.0 GiB 8300 HOME
    7 602935296 625142414 10.6 GiB 8200 SWAP
    The problem is that tmpfs is mounted at '/tmp' through '/usr/lib/systemd/system/tmp.mount'
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Temporary Directory
    Documentation=man:hier(7)
    Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    ConditionPathIsSymbolicLink=!/tmp
    DefaultDependencies=no
    Conflicts=umount.target
    Before=local-fs.target umount.target
    [Mount]
    What=tmpfs
    Where=/tmp
    Type=tmpfs
    Options=mode=1777,strictatime
    Because of this, I'm always getting:
    ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
    Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static; vendor preset: disabled)
    Active: failed (Result: exit-code) since Dom 2015-05-03 03:29:58 BRT; 27min ago
    Docs: man:tmpfiles.d(5)
    man:systemd-tmpfiles(8)
    Process: 278 ExecStart=/usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=1/FAILURE)
    Main PID: 278 (code=exited, status=1/FAILURE)
    Then I tried to change '/tmp' to '/run/tmpfs', folder that I created for this, using tmpfs wiki as reference.
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Temporary Directory
    Documentation=man:hier(7)
    Documentation=http://www.freedesktop.org/wiki/Software/systemd/APIFileSystems
    ConditionPathIsSymbolicLink=!/run/tmpfs
    DefaultDependencies=no
    Conflicts=umount.target
    Before=local-fs.target umount.target
    [Mount]
    What=tmpfs
    Where=/run/tmpfs
    Type=tmpfs
    Options=mode=1777,strictatime,nodev,nosuid,size=1536M
    But the error persists. What I'm missing?
    Last edited by vinnom (2015-05-03 16:51:38)

    ooo wrote:Couldn't you just mask the tmp.mount service? (as mentioned in the wiki page you linked)
    Then your /tmp partition would be mounted according to your fstab
    Raynman wrote:
    The tmp.mount generated from your fstab should override the tmp.mount in /usr/lib/systemd/system. You say
    The problem is that tmpfs is mounted at '/tmp' through '/usr/lib/systemd/system/tmp.mount'
    If that is true (could you show output of mount and your fstab?) that is worth investigating.
    However, your original problem seems to be that systemd-tmpfiles-setup.service fails. If something is wrong with your mounts, that could be related, but it might very well be something else. Is there any more information in the journal to indicate why the service fails (maybe even mentioning a tmpfiles.d config file that is responsible)? Did you create any config files for tmpfiles.d yourself?
    Sorry guys, I tried to be concise, but ended up that I didn't make myself clear.
    My '/tmp' is mounting fine as it takes priority over systemd. In fact, what I wanted to say is that '/tmp' mounts fine, systemd tried to mount tmpfs at '/tmp' and fails and I want to point tmpfs to mount at '/run/tmpfs' which I created for this, but just editing '/usr/lib/systemd/system/tmp.mount' didn't solve.
    As for journalctl, it repeats several times this message:
    Mai 02 22:43:32 arch_vinnom systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=1/FAILURE
    Mai 02 22:43:32 arch_vinnom systemd[1]: Failed to start Create Volatile Files and Directories.
    Mai 02 22:43:32 arch_vinnom systemd[1]: Unit systemd-tmpfiles-setup.service entered failed state.
    Mai 02 22:43:32 arch_vinnom systemd[1]: systemd-tmpfiles-setup.service failed.
    foutrelis wrote:
    Depending on how your '/var' file system is created/mounted, you might need to enable ACL on it:
    https://wiki.archlinux.org/index.php/Sy … rt_at_boot
    hmm
    I created my /var during arch installation, with mkfs.reiserfs.
    Using
    tune2fs -l /dev/sdXY | grep "Default mount options:"
    To check if acl was already enabled, I got:
    [root@arch_vinnom vinnom]# tune2fs -l /dev/sda5 | grep "Default mount options:"
    tune2fs: Bad magic number in super-block while trying to open /dev/sda5
    Couldn't find valid filesystem superblock.
    Then I searched a bit and noted that reiserfs isn't compatible with acl =/
    Last edited by vinnom (2015-05-03 15:12:18)

  • Mainstage 2.2.1 cpu spike

    Hi all,
    Following updating to mainstage 2.2.1 and the macbook Pro update, I am getting frequent CPU spikes (and associated 'unable to process audio in time message) in mainstage. I am struggling to isolate the problem, I thought it was the TruePianos AU, but I am intermittently getting the fault in a blank concert too. So much so that I have reverted back to 2.2 untill the problem is fixed. Is anyone else having the same issue? It's always benn extremely stable before but last week I had to quit and restart in the middle of a gig - something ive never had to do before with MS
    Any thoughts about how I can perhaps go through some fixes / fault finding please?
    Thanks in advace all.
    Specs:
    Macbook pro 13 inch Mid 2010
    2.66 GHz Intel Cor 2 Duo
    4gb 1067 MHz DDR3 Ram
    Nvidia G2Force 320M 256 MB card
    Lion 10.7.3
    Mainstage 2.2.1
    M-Audio firwire 410 soundcard
    AUs:
    Truepiano
    Dimension Pro
    Kontakt 4 (upright piano module only)

    be sure to set Kontakt to just use a single core, and let MainStage handle the rest for you.
    also try the advanced settings for buffer sizes, there's an earlier post on here about that - really helped my rig.
    make sure you're actually "playing" in performance mode and not edit mode (could be the autosave you're seeing).
    you might want to consider going to a newer Mac (I know I am now that there's multi-core support), but an upgrade to 8GB RAM, and running in 64-bit is probably also a good idea.

  • IOS URL filtering - CPU spike

    Hi All,
    whenever I setup URL filtering in 1841 router with policy-map type http and zone-pair command, I experience 100% CPU spike. is there any workaround?
    thanks for any suggestion
    Alex

    Deep packet inspection for URL filtering is pretty much CPU intensive, I am afraid that without HW upgrade, there is nothing you can do about that.
    Do you monitor CPU utilization with correlation to traffic load on device?
    Best Regards
    Please rate all helpful posts and close solved questions

  • [SOLVED]Systemd autostart conky

    Hi guys, as a new Arch user I tried to play a bit with systemd to have it automatically start Conky after logon. When I try to start conky manually from the terminal it all works perfectly but when systemd needs to do it as a unit (service) it's not possible as Conky doesn't accept the rc file it's been given. It seems that the variable $HOME or %h is unknown to systemd. Below some details
    Starting my 2 Conky files from the Gnome terminal is no problem:
    conky -d -c $HOME/.Conky/ConkyToprc
    conky -d -c $HOME/.Conky/ConkyLogrc
    cat /etc/systemd/system/conky.service:
    [Unit]
    Description=Conky system monitor
    Documentation=man:conky(1)
    [Service]
    Type=forking
    ExecStart=/usr/bin/conky -d -c /home/viper/.Conky/ConkyToprc
    [Install]
    WantedBy=xinitrc.target
    [root@Arch viper]# systemctl status conky.service
    ● conky.service - Conky system monitor
    Loaded: loaded (/etc/systemd/system/conky.service; disabled)
    Active: failed (Result: core-dump) since Fri 2014-05-16 18:39:51 CEST; 10min ago
    Docs: man:conky(1)
    Process: 4833 ExecStart=/usr/bin/conky -d -c /home/viper/.Conky/ConkyToprc (code=dumped, signal=ABRT)
    May 16 18:39:51 Arch conky[4833]: Conky: $HOME environment variable doesn't exist
    May 16 18:39:51 Arch conky[4833]: conky: malloc.c:2369: sysmalloc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == ...
    May 16 18:39:51 Arch systemd-coredump[4834]: Process 4833 (conky) dumped core.
    May 16 18:39:51 Arch systemd[1]: conky.service: control process exited, code=dumped status=6
    May 16 18:39:51 Arch systemd[1]: Failed to start Conky system monitor.
    May 16 18:39:51 Arch systemd[1]: Unit conky.service entered failed state.
    Hint: Some lines were ellipsized, use -l to show in full.
    So even after changing the systemd unit file to use the full path /home/viper/.Conky/ConkyToprc it's still not working. I think after changing $HOME or %h Conky did accept the config file but doesn't recognize the $HOME variable in the config file anymore. Or maybe I'm missing something here... And I'm not even trying to load the second conky file Anyone an idea as where I need to look? Any help is highly appreciated. Thank you in advance.
    It seems to be a bit related to this: http://lists.freedesktop.org/archives/s … 06217.html
    Last edited by DarkLite1 (2014-05-17 16:48:04)

    Thank you everyone for your feedback, I really appreciate it Some things I would still like to clarify although I fully agree with your reasoning of not using systemd for my 'conky' idea here.
    @ANOKNUSA: Yes you are right, systemd starts everything simultaneously at boot time. The way I did my test was to start the unit manually from the Gnome terminal after already being logged on to Gnome. So in my point of view the $HOME variable did already exist at that point and there was no need to wait for the X server... So in theory, it should've been able to get the job done.
    @twelveeighty: So yes, I do believe you are right. systemd doesn't know $HOME at all.
    Than my final question to have this solved for me. What is the best way to have 2 instances of Conky running with each it's own config file? I tried the following already, but it was unsuccessful:
    cat /etc/profile.d/autostart.sh
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyToprc
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyLogrc
    cat /usr/share/gnome/autostart/conky.desktop
    [Desktop Entry]
    Type=Application
    Name=Conky
    Comment=Start conky script
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyToprc
    Exec=/usr/sbin/conky -d -c /home/viper/.Conky/ConkyLogrc
    OnlyShowIn=GNOME;
    X-GNOME-Autostart-Phase=Application
    When trying to follow the proposed solution found here https://wiki.archlinux.org/index.php/xinitrc there is no example file availble for .xinitrc in /etc/skel as suggested 'Copy the sample /etc/skel/.xinitrc file to your home directory' And if there was, how would the syntax be for 2 instances of Conky? Because when I read the Note it's not possible to add 2 lines of EXEC:
    Note: Make sure to uncomment only one exec line, since that will be the last command run from the script; all the following lines will just be ignored. Do NOT attempt to background your WM by appending a `&` to the line.
    /again: thanks for still helping me out and reading my jibber/jabber. I sometimes really feel like a noob here between all you pro's. But the only way of getting there is by falling and learning how to get up? Right Bruce?
    Last edited by DarkLite1 (2014-05-17 16:18:43)

  • [SOLVED]systemd-timesyncd is not syncing time

    Quick solution:
    1) Check that systemd-networkd is running (if not, start it)
    2) If it is running and timesyncd is not syncing, just restart systemd-networkd
    more on this in the last post.
    Hello,
    I tried to replace ntp with systemd-timesyncd. I disabled ntpd, enabled systemd-timesyncd, enabled and set systemd-networkd (I found that it might help) over netctl (which I could uninstall then). It somehow worked for few reboots, but then it stopped. Of course there must be a reason why, but I can't figure out what it could be. Everything looks fine to me, but time is just not syncing and I'm 30 minutes in the past (compared with realtime). It loads saved time (as fake-hwclock does), but then there is no sync.
    Here are my logs:
    ~ $ systemctl status systemd-networkd systemd-timedated systemd-timesyncd
    * systemd-networkd.service - Network Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled)
    Active: active (running) since Sun 2014-06-08 16:48:36 CEST; 15h ago
    Docs: man:systemd-networkd.service(8)
    Main PID: 149 (systemd-network)
    Status: "Processing requests..."
    CGroup: /system.slice/systemd-networkd.service
    `-149 /usr/lib/systemd/systemd-networkd
    Jun 08 16:48:36 smecpi systemd[1]: Starting Network Service...
    Jun 08 16:48:36 smecpi systemd-networkd[149]: eth0: link configured
    Jun 08 16:48:36 smecpi systemd[1]: Started Network Service.
    Jun 08 16:48:37 smecpi systemd-networkd[149]: eth0: gained carrier
    * systemd-timedated.service - Time & Date Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-timedated.service; static)
    Active: active (running) since Mon 2014-06-09 08:14:05 CEST; 11min ago
    Docs: man:systemd-timedated.service(8)
    man:localtime(5)
    http://www.freedesktop.org/wiki/Software/systemd/timedated
    Main PID: 4520 (systemd-timedat)
    CGroup: /system.slice/systemd-timedated.service
    `-4520 /usr/lib/systemd/systemd-timedated
    Jun 09 08:14:05 smecpi systemd[1]: Started Time & Date Service.
    * systemd-timesyncd.service - Network Time Synchronization
    Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled)
    Active: active (running) since Sun 2014-06-08 16:48:35 CEST; 15h ago
    Docs: man:systemd-timesyncd.service(8)
    Main PID: 125 (systemd-timesyn)
    CGroup: /system.slice/systemd-timesyncd.service
    `-125 /usr/lib/systemd/systemd-timesyncd
    Jan 01 01:00:06 smecpi systemd-timesyncd[125]: System clock time unset or jumped backwards, restoring from recorded timestamp: Sun 2014-06-08 16:48:35 CEST
    Jun 08 16:48:35 smecpi systemd[1]: Started Network Time Synchronization.
    ~ $ timedatectl
    Local time: Mon 2014-06-09 08:29:51 CEST
    Universal time: Mon 2014-06-09 06:29:51 UTC
    RTC time: n/a
    Time zone: Europe/Prague (CEST, +0200)
    NTP enabled: yes
    NTP synchronized: no
    RTC in local TZ: no
    DST active: yes
    Last DST change: DST began at
    Sun 2014-03-30 01:59:59 CET
    Sun 2014-03-30 03:00:00 CEST
    Next DST change: DST ends (the clock jumps one hour backwards) at
    Sun 2014-10-26 02:59:59 CEST
    Sun 2014-10-26 02:00:00 CET
    Any ideas?
    Last edited by Kotrfa (2014-06-11 16:30:15)

    Ok, thank you for your help. I signed a bug here: https://bugs.freedesktop.org/show_bug.cgi?id=79836 .
    Edit:
    So here is a little help. timesyncd just waits for "network configuration change". I guess that (somehow) timesyncd is runned after networkd and then waits for change. All you have to do is
    systemctl restart systemd-networkd
    Here is example and steps to reproduce (after boot up, both networkd and timesyncd are enabled):
    ~ $ systemctl status systemd-timesyncd systemd-networkd
    * systemd-timesyncd.service - Network Time Synchronization
    Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled)
    Active: active (running) since Wed 2014-06-11 17:55:50 CEST; 24min ago
    Docs: man:systemd-timesyncd.service(8)
    Main PID: 126 (systemd-timesyn)
    CGroup: /system.slice/systemd-timesyncd.service
    `-126 /usr/lib/systemd/systemd-timesyncd
    Jun 01 01:00:06 locsmxp systemd-timesyncd[126]: System clock time unset or jumped backwards, restoring from recorded timestamp:...0 CEST
    Jun 11 17:55:50 locsmxp systemd[1]: Started Network Time Synchronization.
    * systemd-networkd.service - Network Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled)
    Active: active (running) since Wed 2014-06-11 17:55:51 CEST; 24min ago
    Docs: man:systemd-networkd.service(8)
    Main PID: 150 (systemd-network)
    Status: "Processing requests..."
    CGroup: /system.slice/systemd-networkd.service
    `-150 /usr/lib/systemd/systemd-networkd
    Jun 11 17:55:51 locsmxp systemd[1]: Started Network Service.
    Jun 11 17:55:51 locsmxp systemd-networkd[150]: eth0: link configured
    Jun 11 17:55:52 locsmxp systemd-networkd[150]: eth0: gained carrier
    Hint: Some lines were ellipsized, use -l to show in full.
    now restart networkd:
    ~ $ systemctl restart systemd-networkd
    and result:
    ~ $ systemctl status systemd-timesyncd systemd-networkd
    * systemd-timesyncd.service - Network Time Synchronization
    Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled)
    Active: active (running) since Wed 2014-06-11 17:55:50 CEST; 25min ago
    Docs: man:systemd-timesyncd.service(8)
    Main PID: 126 (systemd-timesyn)
    Status: "Using Time Server 216.239.32.15:123 (time2.google.com)."
    CGroup: /system.slice/systemd-timesyncd.service
    `-126 /usr/lib/systemd/systemd-timesyncd
    Jun 01 01:00:06 locsmxp systemd-timesyncd[126]: System clock time unset or jumped backwards, restoring from recorded timestamp:...0 CEST
    Jun 11 17:55:50 locsmxp systemd[1]: Started Network Time Synchronization.
    Jun 11 18:20:48 locsmxp systemd-timesyncd[126]: Network configuration changed, trying to establish connection.
    Jun 11 18:20:48 locsmxp systemd-timesyncd[126]: Network configuration changed, trying to establish connection.
    Jun 11 18:20:48 locsmxp systemd-timesyncd[126]: Using NTP server 216.239.32.15:123 (time2.google.com).
    Jun 11 18:20:49 locsmxp systemd-timesyncd[126]: interval/delta/delay/jitter/drift 64s/+0.000s/0.000s/0.000s/+0ppm
    * systemd-networkd.service - Network Service
    Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled)
    Active: active (running) since Wed 2014-06-11 18:20:48 CEST; 5s ago
    Docs: man:systemd-networkd.service(8)
    Main PID: 1129 (systemd-network)
    Status: "Processing requests..."
    CGroup: /system.slice/systemd-networkd.service
    `-1129 /usr/lib/systemd/systemd-networkd
    Jun 11 18:20:48 locsmxp systemd-networkd[1129]: eth0: gained carrier
    Jun 11 18:20:48 locsmxp systemd[1]: Started Network Service.
    Jun 11 18:20:48 locsmxp systemd-networkd[1129]: eth0: link configured
    Hint: Some lines were ellipsized, use -l to show in full.
    I solved this issue by adding new service (guide here: https://wiki.archlinux.org/index.php/Sy … rocess.3F) which runs this simple script
    #!/usr/bin/bash
    sleep 15
    systemctl restart systemd-networkd
    So workaround...
    Last edited by Kotrfa (2014-06-11 16:46:06)

  • CPU spikes on CSS

    Is there anyway to diagnose cpu spikes on the CSS or possibly decipher the output from the "cpu hog" debug?
    Thanks

    the cpu hog tells you what processes hold the cpu in the last cycles.
    You have to capture several times the command and see if the same process comes all the time.
    Knowing the process is not very useful unless you know what it does. Most of the times the process name is not explicit enough.
    So, I would recommend to either give us the cpu hog or open a TAC case and let a TAC engineer check the cpu.
    There is also a different way to capture the cpu processes.
    It requires some special commands [spyReport] and to load the symbol-table before the CPU spikes.
    Regards,
    Gilles.

  • CPU Spike

    I'm having big issues with cpu spikes  (9.1.7/  OS 10.7.3) Seems to be most prominent when arrange page is scrolling. Is this a problem many are sharing. It is really affecting my work flow!!
    thanks

    Similar issues here with scrolling and cpu spike (with accompanying extreme heat spikes) on early 2007 15 inch MBP and Lion.
    Question 1: what cost and process are involved in upgrading my GPU? Currently using the factory-installed ATI Radeon X1600 128MB along with 2.16 GHz Intel Core 2 Duo. What would fix this at an extreme price-point?
    Question 2: not being very tech savvy myself, what could Apple do (in theory and practice) to address this? Seems to me this is a clumsy enough and common enough problem that Apple really ought to be smart about it and address it. But first discussion boards about it appear in early/mid 2011 from what I've seen, so what's up? I do not expect to be able to move my old 2007 MBP into Mountain Lion (some frustration, but fair enough - things move on, and five years is not unreasonable), but I do think it is in Apple's best interest to at least keep older models cooperating with Lion as this greatly increases workflow efficiency with newer Mountain Lion systems. I was seriously on the fence about going back to PC - a stupid problem like this will affect my decisions in future.
    I'm not running any particularly demanding programs (at least not from my perspective) - just MS Office, Safari or Firefox, Mail, etc... I have intentionally cleaned out the HD and reduced the program load - hoping to keep the laptop going as a basic desktop workstation for word processing etc... and have an efficient workflow with Lion and my new, 13 inch MBP. 
    A fix with more customizable options for scrolling and such seems to me (no computer programing expertise) like it could be appropriate here - there is already the option to turn off smooth scroll or whatever, right? Why not add a few other options to make scrolling less demanding on the CPU for slightly older models?

Maybe you are looking for