[Solved] Udev hangs on boot after update

I don't know exactly what was updated that caused the problem, but udev hanged my computer whenever I tried to start it up. My solution consists of
hwdetect --modules >> rc.conf
from the live disk, and setting MOD_AUTOLOAD="no". But it's only temporary, and some modules aren't loaded properly because now my joysticks and USB sticks don't work. How can I find the problematic module and blacklist it so I can let udev do its thing again?
Last edited by Dren (2011-03-05 18:07:08)

[2011-02-25 20:38] Running 'pacman -Syu'
[2011-02-25 20:38] synchronizing package lists
[2011-02-25 20:38] starting full system upgrade
[2011-02-25 20:42] Generating locales...
[2011-02-25 20:42] en_US.UTF-8... done
[2011-02-25 20:42] en_US.ISO-8859-1... done
[2011-02-25 20:42] Generation complete.
[2011-02-25 20:42] upgraded glibc (2.13-3 -> 2.13-4)
[2011-02-25 20:42] upgraded aalib (1.4rc5-7 -> 1.4rc5-8)
[2011-02-25 20:42] upgraded alsa-lib (1.0.23-2 -> 1.0.24.1-1)
[2011-02-25 20:42] upgraded alsa-utils (1.0.23-3 -> 1.0.24.2-1)
[2011-02-25 20:42] upgraded bluez (4.88-1 -> 4.89-1)
[2011-02-25 20:42] upgraded chromium (9.0.597.94-1 -> 9.0.597.94-2)
[2011-02-25 20:42] upgraded curl (7.21.3-1 -> 7.21.4-2)
[2011-02-25 20:42] upgraded librsvg (2.32.1-1 -> 2.32.1-2)
[2011-02-25 20:42] upgraded eina-svn (56713-1 -> 57312-1)
[2011-02-25 20:42] upgraded eet-svn (56702-1 -> 57246-1)
[2011-02-25 20:42] installed fribidi (0.19.2-1)
[2011-02-25 20:42] upgraded evas-svn (56688-1 -> 57308-1)
[2011-02-25 20:42] upgraded ecore-svn (56689-1 -> 57310-1)
[2011-02-25 20:42] upgraded efreet-svn (56699-1 -> 57257-1)
[2011-02-25 20:42] upgraded e_dbus-svn (56607-1 -> 57246-1)
[2011-02-25 20:42] upgraded embryo-svn (56690-1 -> 57246-1)
[2011-02-25 20:42] upgraded edje-svn (56672-1 -> 57299-1)
[2011-02-25 20:42] upgraded udev (165-1 -> 166-2)
[2011-02-25 20:42] installed eeze-svn (57232-1)
[2011-02-25 20:42] upgraded e-svn (56715-1 -> 57289-1)
[2011-02-25 20:42] upgraded emprint-svn (54305-1 -> 57150-1)
[2011-02-25 20:42] upgraded e-modules-extra-svn (56389-1 -> 57316-1)
[2011-02-25 20:42] upgraded gegl (0.1.4-1 -> 0.1.6-1)
[2011-02-25 20:42] upgraded vim-runtime (7.3.102-1 -> 7.3.125-1)
[2011-02-25 20:42] upgraded ruby (1.9.2_p136-2 -> 1.9.2_p180-1)
[2011-02-25 20:42] Updating desktop and mime database...done.
[2011-02-25 20:42] upgraded gvim (7.3.102-1 -> 7.3.125-1)
[2011-02-25 20:42] >>> Updating module dependencies. Please wait ...
[2011-02-25 20:42] >>> MKINITCPIO SETUP
[2011-02-25 20:42] >>> ----------------
[2011-02-25 20:42] >>> If you use LVM2, Encrypted root or software RAID,
[2011-02-25 20:42] >>> Ensure you enable support in /etc/mkinitcpio.conf .
[2011-02-25 20:42] >>> More information about mkinitcpio setup can be found here:
[2011-02-25 20:42] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
[2011-02-25 20:42]
[2011-02-25 20:42] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2011-02-25 20:42] ==> Building image "default"
[2011-02-25 20:42] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2011-02-25 20:42] :: Begin build
[2011-02-25 20:42] :: Parsing hook [base]
[2011-02-25 20:42] :: Parsing hook [udev]
[2011-02-25 20:42] :: Parsing hook [autodetect]
[2011-02-25 20:42] :: Parsing hook [pata]
[2011-02-25 20:42] :: Parsing hook [scsi]
[2011-02-25 20:43] :: Parsing hook [sata]
[2011-02-25 20:43] :: Parsing hook [filesystems]
[2011-02-25 20:43] :: Parsing hook [resume]
[2011-02-25 20:43] :: Generating module dependencies
[2011-02-25 20:43] :: Generating image '/boot/kernel26.img'...SUCCESS
[2011-02-25 20:43] ==> SUCCESS
[2011-02-25 20:43] ==> Building image "fallback"
[2011-02-25 20:43] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
[2011-02-25 20:43] :: Begin build
[2011-02-25 20:43] :: Parsing hook [base]
[2011-02-25 20:43] :: Parsing hook [udev]
[2011-02-25 20:43] :: Parsing hook [pata]
[2011-02-25 20:43] :: Parsing hook [scsi]
[2011-02-25 20:43] :: Parsing hook [sata]
[2011-02-25 20:43] :: Parsing hook [filesystems]
[2011-02-25 20:44] :: Parsing hook [resume]
[2011-02-25 20:44] :: Generating module dependencies
[2011-02-25 20:44] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
[2011-02-25 20:44] ==> SUCCESS
[2011-02-25 20:44] upgraded kernel26 (2.6.37-6 -> 2.6.37.1-1)
[2011-02-25 20:44] upgraded kernel26-headers (2.6.37-6 -> 2.6.37.1-1)
[2011-02-25 20:44] upgraded leafpad (0.8.18.1-1 -> 0.8.18.1-2)
[2011-02-25 20:44] upgraded libao (1.0.0-5 -> 1.1.0-1)
[2011-02-25 20:44] upgraded libfm (0.1.14-2 -> 0.1.14-4)
[2011-02-25 20:44] upgraded libldap (2.4.23-1 -> 2.4.24-1)
[2011-02-25 20:44] upgraded libwpd (0.9.0-1 -> 0.9.1-1)
[2011-02-25 20:44] upgraded lsof (4.84-1 -> 4.84-2)
[2011-02-25 20:44] upgraded mplayer (32792-1 -> 32792-2)
[2011-02-25 20:44] upgraded pcmanfm (0.9.8-2 -> 0.9.8-5)
[2011-02-25 20:44] upgraded ppp (2.4.5-1 -> 2.4.5-2)
[2011-02-25 20:44] upgraded python-imaging (1.1.7-2 -> 1.1.7-3)
[2011-02-25 20:44] upgraded redland (1.0.12-4 -> 1.0.12-5)
[2011-02-25 20:44] warning: /etc/sane.d/dll.conf installed as /etc/sane.d/dll.conf.pacnew
[2011-02-25 20:44] upgraded sane (1.0.21-4 -> 1.0.22-1)
[2011-02-25 20:44] upgraded totem-plparser (2.32.2-1 -> 2.32.3-1)
[2011-02-25 20:44] upgraded wget (1.12-3 -> 1.12-5)

Similar Messages

  • [SOLVED] Kernel will not boot after update to 3.1.5

    Not sure what went wrong here. Pacman seemed to hang when updating, so I CTRL-C'd it and restarted the upgrade. It seemed to complete properly. That was a few hours ago and I did not immediately reboot the computer but went on with my work instead. After rebooting the laptop I get this
    ***normal boot up to this :
    Running Hook [uresume]
    resume libgcrypt version: 1.5.0
    resume: Could not stat the resume device file '/dev/sda4'
    Please type in the full path name to try again or press ENTER to boot the system: _
    Pressing ENTER at this point results in mean looking error message :
    ERROR : Unable to determine major/minor number of root device '/dev/sda4'
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [ramfs /]# _
    **typing exit**
    Trying to continue (this will most likely fail)...
    mount: you must specify the filesystem type
    You are being dropped into an emergency shell
    sh: can't access tty: job control turned off
    [ramfs /]# _
    Did I somehow ruin my install or is there something I can do?
    EDIT : Oh and it can still boot the windows partition, so it's not likely due to defective hardware.
    Last edited by bolshevik (2011-12-16 14:31:19)

    bolshevik wrote:
    Not sure what went wrong here. Pacman seemed to hang when updating, so I CTRL-C'd it and restarted the upgrade. It seemed to complete properly. That was a few hours ago and I did not immediately reboot the computer but went on with my work instead. After rebooting the laptop I get this
    ***normal boot up to this :
    Running Hook [uresume]
    resume libgcrypt version: 1.5.0
    resume: Could not stat the resume device file '/dev/sda4'
    Please type in the full path name to try again or press ENTER to boot the system: _
    Pressing ENTER at this point results in mean looking error message :
    ERROR : Unable to determine major/minor number of root device '/dev/sda4'
    You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
    sh: can't access tty: job control turned off
    [ramfs /]# _
    **typing exit**
    Trying to continue (this will most likely fail)...
    mount: you must specify the filesystem type
    You are being dropped into an emergency shell
    sh: can't access tty: job control turned off
    [ramfs /]# _
    Did I somehow ruin my install or is there something I can do?
    EDIT : Oh and it can still boot the windows partition, so it's not likely due to defective hardware.
    If you foolishly interrupted the initramfs creation after a kernel upgrade and didn't regenerate it manually, you earned this.
    You'll need to find a live CD so you can chroot to your install and rerun mkinitcpio.

  • [SOLVED] xmodmap hangs and crashes after update

    UPDATE: See pabloc's post for a solution. keyboard plugin of gnome-settings-daemon was overriding Xmodmap bindings.
    After a pacman -Syu today, ~/.Xmodmap is no longer being loaded on login. Running `xmodmap ~/.Xmodmap` in a terminal window causes the entire DE (Cinnamon) to freeze, and it fixes itself after a minute or so (terminal window closes).
    Here is my ~/.xinitrc
    #!/bin/sh
    if [ -f $HOME/.Xmodmap ]; then
        /usr/bin/xmodmap $HOME/.Xmodmap
    fi
    exec gnome-session-cinnamon
    I haven't modified ~/.Xmodmap recently, and it was working fine prior to the update. The only modifications are swapping of the PgUp/PgDn keys with Home/End because ThinkPads have them in a weird spot.
    Here are my pacman.log entries from today:
    [2012-10-31 14:09] Running 'pacman -Sy'
    [2012-10-31 14:09] synchronizing package lists
    [2012-10-31 14:10] Running 'pacman -S -u'
    [2012-10-31 14:10] starting full system upgrade
    [2012-10-31 14:25] removed python-mechanize (0.2.5-2)
    [2012-10-31 14:25] removed python-imaging (1.1.7-4)
    [2012-10-31 14:25] removed libwebkit3 (1.8.3-1)
    [2012-10-31 14:25] removed libwebkit (1.8.3-1)
    [2012-10-31 14:25] upgraded glib2 (2.32.4-1 -> 2.34.1-1)
    [2012-10-31 14:25] upgraded at-spi2-core (2.4.2-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:25] upgraded dconf (0.12.1-2 -> 0.14.0-1)
    [2012-10-31 14:25] upgraded at-spi2-atk (2.4.0-1 -> 2.6.1-1)
    [2012-10-31 14:25] upgraded linux-api-headers (3.5.5-1 -> 3.6.3-1)
    [2012-10-31 14:25] upgraded tzdata (2012f-1 -> 2012h-1)
    [2012-10-31 14:25] Generating locales...
    [2012-10-31 14:25]   en_CA.UTF-8... done
    [2012-10-31 14:25] Generation complete.
    [2012-10-31 14:25] upgraded glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:25] upgraded binutils (2.22-10 -> 2.23-1)
    [2012-10-31 14:25] upgraded bison (2.6.2-1 -> 2.6.4-1)
    [2012-10-31 14:25] upgraded libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:25] upgraded cairo (1.12.2-3 -> 1.12.6-2)
    [2012-10-31 14:25] upgraded python2-cssutils (0.9.9-2 -> 0.9.9-3)
    [2012-10-31 14:25] upgraded python2-cherrypy (3.2.2-1 -> 3.2.2-2)
    [2012-10-31 14:25] installed python2-mechanize (0.2.5-3)
    [2012-10-31 14:25] upgraded pam (1.1.5-4 -> 1.1.6-1)
    [2012-10-31 14:25] upgraded coreutils (8.19-1 -> 8.20-1)
    [2012-10-31 14:25] upgraded perl (5.16.1-1 -> 5.16.1-2)
    [2012-10-31 14:25] upgraded imagemagick (6.7.9.8-2 -> 6.8.0.3-1)
    [2012-10-31 14:25] upgraded gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:25] upgraded poppler (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded poppler-qt (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:25] upgraded python2-lxml (2.3.5-1 -> 3.0.1-1)
    [2012-10-31 14:25] installed python2-imaging (1.1.7-5)
    [2012-10-31 14:25] upgraded sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python2-sip (4.13.3-2 -> 4.14-2)
    [2012-10-31 14:25] upgraded python-dbus-common (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded python2-dbus (1.1.1-1 -> 1.1.1-2)
    [2012-10-31 14:25] upgraded pyqt-common (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-pyqt (4.9.4-2 -> 4.9.5-3)
    [2012-10-31 14:25] upgraded python2-psutil (0.6.1-1 -> 0.6.1-2)
    [2012-10-31 14:25] installed python2-cssselect (0.7.1-2)
    [2012-10-31 14:25] upgraded calibre (0.9.2-1 -> 0.9.4-2)
    [2012-10-31 14:25] Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:26] upgraded cantarell-fonts (0.0.10-1 -> 0.0.10.1-1)
    [2012-10-31 14:26] installed harfbuzz (0.9.5-1)
    [2012-10-31 14:26] upgraded pango (1.30.1-1 -> 1.32.1-1)
    [2012-10-31 14:26] upgraded kmod (10-1 -> 10-2)
    [2012-10-31 14:26] upgraded hwids (20120922-1 -> 20121022-1)
    [2012-10-31 14:26] upgraded util-linux (2.22-7 -> 2.22.1-2)
    [2012-10-31 14:26] ==> journald now writes to /var/log/journal by default. This can be
    [2012-10-31 14:26]     controlled with the Storage setting in /etc/systemd/journald.conf
    [2012-10-31 14:26] upgraded systemd (194-3 -> 195-2)
    [2012-10-31 14:26] upgraded polkit (0.105-1 -> 0.107-4)
    [2012-10-31 14:26] upgraded colord (0.1.21-2 -> 0.1.24-1)
    [2012-10-31 14:26] upgraded gtk3 (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:26] installed gstreamer (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base-libs (1.0.2-1)
    [2012-10-31 14:26] installed chromaprint (0.7-1)
    [2012-10-31 14:26] installed mpg123 (1.14.4-1)
    [2012-10-31 14:26] installed celt (0.11.1-4)
    [2012-10-31 14:26] installed spandsp (0.0.6pre21-1)
    [2012-10-31 14:26] installed gst-plugins-bad (1.0.2-1)
    [2012-10-31 14:26] installed gst-plugins-base (1.0.2-1)
    [2012-10-31 14:26] upgraded gsettings-desktop-schemas (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libtasn1 (2.14-1 -> 3.0-1)
    [2012-10-31 14:26] upgraded gnutls (3.1.3-1 -> 3.1.3-2)
    [2012-10-31 14:26] upgraded glib-networking (2.32.3-1 -> 2.34.0-1)
    [2012-10-31 14:26] upgraded libsoup (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] upgraded gdk-pixbuf2 (2.26.3-1 -> 2.26.4-1)
    [2012-10-31 14:26] installed gst-plugins-good (1.0.2-1)
    [2012-10-31 14:26] upgraded json-glib (0.14.2-1 -> 0.15.2-1)
    [2012-10-31 14:26] upgraded clutter (1.10.6-1 -> 1.12.2-1)
    [2012-10-31 14:26] upgraded clutter-gst (1.6.0-1 -> 1.9.92-1)
    [2012-10-31 14:26] upgraded clutter-gtk (1.2.0-1 -> 1.4.0-1)
    [2012-10-31 14:26] upgraded tdb (1.2.9-2 -> 1.2.10-1)
    [2012-10-31 14:26] upgraded libcanberra (0.28-5 -> 0.30-1)
    [2012-10-31 14:26] upgraded libgee (0.6.5-1 -> 0.6.6-1)
    [2012-10-31 14:26] upgraded gnome-video-effects (0.4.0-1 -> 0.4.0-2)
    [2012-10-31 14:26] upgraded libcroco (0.6.5-1 -> 0.6.8-1)
    [2012-10-31 14:26] upgraded librsvg (2.36.3-1 -> 2.36.4-1)
    [2012-10-31 14:26] upgraded gnome-desktop (1:3.4.2-1 -> 1:3.6.1-1)
    [2012-10-31 14:26] upgraded cheese (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded libwbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:26] upgraded cifs-utils (5.6-2 -> 5.7-1)
    [2012-10-31 14:26] upgraded device-mapper (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:26] upgraded cryptsetup (1.5.0-2 -> 1.5.1-1)
    [2012-10-31 14:26] upgraded cups-pk-helper (0.2.2-1 -> 0.2.4-1)
    [2012-10-31 14:26] upgraded python2-xdg (0.23-1 -> 0.23-2)
    [2012-10-31 14:26] upgraded libtorrent-rasterbar (1:0.16.3-1 -> 1:0.16.5-1)
    [2012-10-31 14:26] upgraded python2-crypto (2.6-2 -> 2.6-3)
    [2012-10-31 14:26] upgraded python2-zope-interface (3.8.0-1 -> 4.0.1-1)
    [2012-10-31 14:26] upgraded twisted (12.2.0-1 -> 12.2.0-2)
    [2012-10-31 14:26] upgraded python2-pyopenssl (0.13-1 -> 0.13-2)
    [2012-10-31 14:26] upgraded xdg-utils (1.1.0-2.20120520 -> 1.1.0.git20121008-1)
    [2012-10-31 14:26] upgraded python2-chardet (2.0.1-5 -> 2.0.1-6)
    [2012-10-31 14:26] upgraded python2-distribute (0.6.28-1 -> 0.6.29-1)
    [2012-10-31 14:26] upgraded deluge (1.3.5-1 -> 1.3.5-3)
    [2012-10-31 14:26] upgraded e2fsprogs (1.42.5-1 -> 1.42.6-1)
    [2012-10-31 14:26] upgraded libgnome-keyring (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:26] upgraded libsoup-gnome (2.38.1-1 -> 2.40.1-1)
    [2012-10-31 14:26] installed webkitgtk3 (1.10.1-1)
    [2012-10-31 14:26] upgraded nspr (4.9.2-1 -> 4.9.3-1)
    [2012-10-31 14:26] upgraded nss (3.13.6-1 -> 3.14-1)
    [2012-10-31 14:26] upgraded gobject-introspection (1.32.1-2 -> 1.34.1.1-1)
    [2012-10-31 14:26] upgraded gcr (3.4.1-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded epiphany (3.4.3-1 -> 3.6.1-1)
    [2012-10-31 14:26] upgraded ethtool (1:3.5-1 -> 1:3.6-1)
    [2012-10-31 14:26] upgraded poppler-glib (0.20.3-1 -> 0.20.5-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme-symbolic (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded gnome-icon-theme (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded evince (3.4.0-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded rest (0.7.12-1 -> 0.7.90-1)
    [2012-10-31 14:27] installed libsecret (0.10-1)
    [2012-10-31 14:27] upgraded gnome-online-accounts (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgweather (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libgdata (0.12.0-1 -> 0.13.2-1)
    [2012-10-31 14:27] upgraded evolution-data-server (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:27] upgraded libnice (0.1.2-1 -> 0.1.3-1)
    [2012-10-31 14:27] upgraded farstream (0.1.2-1 -> 0.2.1-1)
    [2012-10-31 14:27] upgraded file-roller (3.4.2-1 -> 3.6.1.1-1)
    [2012-10-31 14:27] installed nss-myhostname (0.3-3)
    [2012-10-31 14:27] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2012-10-31 14:27] upgraded filesystem (2012.10-1 -> 2012.10-2)
    [2012-10-31 14:27] upgraded firefox (16.0.1-1 -> 16.0.2-1)
    [2012-10-31 14:27] upgraded telepathy-glib (0.18.2-1 -> 0.20.0-1)
    [2012-10-31 14:27] installed libzeitgeist (0.3.18-3)
    [2012-10-31 14:27] upgraded folks (0.6.9-2 -> 0.8.0-1)
    [2012-10-31 14:27] upgraded gcc (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:27] upgraded gconf (3.2.5-2 -> 3.2.5-3)
    [2012-10-31 14:27] upgraded gegl (0.2.0-4 -> 0.2.0-5)
    [2012-10-31 14:27] upgraded git (1.7.12.3-1 -> 1.8.0-1)
    [2012-10-31 14:27] upgraded gjs (1.32.0-2 -> 1.34.0-1)
    [2012-10-31 14:27] upgraded glibmm (2.32.1-1 -> 2.34.0-1)
    [2012-10-31 14:27] upgraded gnome-backgrounds (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded udisks2 (1.94.0-2 -> 2.0.0-1)
    [2012-10-31 14:27] upgraded gvfs (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded obex-data-server (0.4.6-2 -> 0.4.6-3)
    [2012-10-31 14:27] upgraded gvfs-obexftp (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:27] upgraded gnome-bluetooth (3.4.2-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded gnome-common (3.4.0.1-2 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded pygobject-devel (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded python2-gobject (3.2.2-1 -> 3.4.1.1-1)
    [2012-10-31 14:27] upgraded gnome-menus (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:27] upgraded libcanberra-pulse (0.28-5 -> 0.30-1)
    [2012-10-31 14:27] installed ibus (1.4.99.20121006-1)
    [2012-10-31 14:27] upgraded gnome-settings-daemon (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:27] installed iptables (1.4.16.2-1)
    [2012-10-31 14:27] upgraded iproute2 (3.5.1-1 -> 3.6.0-2)
    [2012-10-31 14:27] upgraded wpa_supplicant (1.0-1 -> 1.0-2)
    [2012-10-31 14:27] upgraded ppp (2.4.5-4 -> 2.4.5-5)
    [2012-10-31 14:27] installed net-tools (1.60.20120804git-2)
    [2012-10-31 14:27] installed dhclient (4.2.4.1-3)
    [2012-10-31 14:27] upgraded networkmanager (0.9.6.0-2 -> 0.9.6.4-1)
    [2012-10-31 14:27] upgraded network-manager-applet (0.9.6.2-1 -> 0.9.6.4-1)
    [2012-10-31 14:27] installed libpwquality (1.2.0-1)
    [2012-10-31 14:27] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700  package: 755
    [2012-10-31 14:27] upgraded gnome-control-center (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:27] upgraded gnome-keyring (3.4.1-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-panel (3.4.2.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded libxklavier (5.2.1-2 -> 5.3-1)
    [2012-10-31 14:28] upgraded libgnomekbd (3.4.0.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-screensaver (3.4.4-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-session (3.4.2-3 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded zenity (3.4.0-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded mutter (3.4.1-2 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded libtracker-sparql (0.14.2-1 -> 0.14.3-1)
    [2012-10-31 14:28] upgraded nautilus (3.4.2-1 -> 3.6.2-1)
    [2012-10-31 14:28] upgraded telepathy-logger (0.4.0-1 -> 0.6.0-1)
    [2012-10-31 14:28] upgraded telepathy-mission-control (5.12.1-1 -> 5.14.0-1)
    [2012-10-31 14:28] upgraded gnome-shell (3.4.2-1 -> 3.6.1-2)
    [2012-10-31 14:28] upgraded gtkmm3 (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-system-monitor (3.4.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded vte-common (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded vte3 (0.32.2-1 -> 0.34.1-1)
    [2012-10-31 14:28] upgraded gnome-terminal (3.4.1.1-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gnome-themes-standard (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded yelp-xsl (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded yelp (3.4.2-1 -> 3.6.1-1)
    [2012-10-31 14:28] upgraded gnome-user-docs (3.4.2-1 -> 3.6.0-1)
    [2012-10-31 14:28] upgraded gpm (1.20.6-10 -> 1.20.7-1)
    [2012-10-31 14:28] upgraded smbclient (3.6.8-1 -> 3.6.9-1)
    [2012-10-31 14:28] upgraded gvfs-smb (1.12.3-3 -> 1.14.0-1)
    [2012-10-31 14:28] upgraded ilmbase (1.0.2-1 -> 1.0.3-1)
    [2012-10-31 14:28] upgraded inkscape (0.48.3.1-5 -> 0.48.3.1-7)
    [2012-10-31 14:28] upgraded iputils (20101006-7 -> 20121011-1)
    [2012-10-31 14:28] upgraded jre7-openjdk-headless (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jre7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded jdk7-openjdk (7.u7_2.3.2-2 -> 7.u9_2.3.3-1)
    [2012-10-31 14:28] upgraded openexr (1.7.1-1 -> 1.7.1-2)
    [2012-10-31 14:28] upgraded phonon (1:4.6.0-2 -> 1:4.6.0-3)
    [2012-10-31 14:28] upgraded kdelibs (4.9.2-2 -> 4.9.2-3)
    [2012-10-31 14:28] upgraded ldns (1.6.13-1 -> 1.6.14-1)
    [2012-10-31 14:28] upgraded lib32-atk (2.4.0-1 -> 2.6.0-1)
    [2012-10-31 14:28] upgraded lib32-glibc (2.16.0-4 -> 2.16.0-5)
    [2012-10-31 14:28] upgraded lib32-util-linux (2.22-1 -> 2.22.1-1)
    [2012-10-31 14:28] upgraded lib32-e2fsprogs (1.42.4-1 -> 1.42.6-1)
    [2012-10-31 14:28] upgraded lib32-gcc-libs (4.7.2-1 -> 4.7.2-2)
    [2012-10-31 14:28] upgraded lib32-libpng (1.5.12-1 -> 1.5.13-1)
    [2012-10-31 14:28] upgraded libpurple (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:29] upgraded libreoffice-en-US (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-common (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-base (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-calc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-draw (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-gnome (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-impress (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-kde4 (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-math (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded postgresql-libs (9.2.1-1 -> 9.2.1-2)
    [2012-10-31 14:29] upgraded libreoffice-postgresql-connector (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-sdk-doc (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] upgraded libreoffice-writer (3.6.2-2 -> 3.6.2-3)
    [2012-10-31 14:29] installed webkitgtk2 (1.10.1-1)
    [2012-10-31 14:29] upgraded mkinitcpio (0.10-1 -> 0.11.0-1)
    [2012-10-31 14:30] >>> Updating module dependencies. Please wait ...
    [2012-10-31 14:30] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2012-10-31 14:30] ==> Building image from preset: 'default'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [autodetect]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] ==> Building image from preset: 'fallback'
    [2012-10-31 14:30]   -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-10-31 14:30] ==> Starting build: 3.6.4-1-ARCH
    [2012-10-31 14:30]   -> Running build hook: [base]
    [2012-10-31 14:30]   -> Running build hook: [udev]
    [2012-10-31 14:30]   -> Running build hook: [pata]
    [2012-10-31 14:30]   -> Running build hook: [scsi]
    [2012-10-31 14:30]   -> Running build hook: [sata]
    [2012-10-31 14:30]   -> Running build hook: [filesystems]
    [2012-10-31 14:30]   -> Running build hook: [usbinput]
    [2012-10-31 14:30]   -> Running build hook: [fsck]
    [2012-10-31 14:30] ==> Generating module dependencies
    [2012-10-31 14:30] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-10-31 14:30] ==> Image generation successful
    [2012-10-31 14:30] upgraded linux (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded linux-headers (3.5.6-1 -> 3.6.4-1)
    [2012-10-31 14:30] upgraded lvm2 (2.02.97-1 -> 2.02.98-1)
    [2012-10-31 14:30] upgraded man-pages (3.42-1 -> 3.43-1)
    [2012-10-31 14:30] upgraded mdadm (3.2.5-2 -> 3.2.6-1)
    [2012-10-31 14:30] upgraded metacity (2.34.8-1 -> 2.34.13-1)
    [2012-10-31 14:30] upgraded net-snmp (5.7.1-4 -> 5.7.2-1)
    [2012-10-31 14:30] upgraded netcfg (2.8.11-1 -> 3.0-1)
    [2012-10-31 14:30] upgraded openssh (6.1p1-2 -> 6.1p1-3)
    [2012-10-31 14:30] upgraded pidgin (2.10.6-1 -> 2.10.6-2)
    [2012-10-31 14:30] upgraded pygobject2-devel (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded python2-gobject2 (2.28.6-6 -> 2.28.6-8)
    [2012-10-31 14:30] upgraded slim (1.3.4-3 -> 1.3.4-4)
    [2012-10-31 14:30] upgraded slim-themes (1.2.3-5 -> 1.2.3-6)
    [2012-10-31 14:30] ==> syslog-ng now reads from /run/systemd/journal/syslog in the
    [2012-10-31 14:30]     default config. If you still use sysvinit/initscripts, this
    [2012-10-31 14:30]     must be /dev/log in /etc/syslog-ng/syslog-ng.conf
    [2012-10-31 14:30] upgraded syslog-ng (3.3.6-1 -> 3.3.6-3)
    [2012-10-31 14:31] >>> texlive: updating the filename database...
    [2012-10-31 14:31] mktexlsr: Updating /etc/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2012-10-31 14:31] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2012-10-31 14:31] mktexlsr: Done.
    [2012-10-31 14:31] recreating all formats... done.
    [2012-10-31 14:31]  (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2012-10-31 14:31] upgraded texlive-bin (2012.0-4 -> 2012.0-5)
    [2012-10-31 14:31] Updating font cache... Fontconfig warning: "/etc/fonts/conf.d/53-monospace-lcd-filter.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
    [2012-10-31 14:31] done.
    [2012-10-31 14:31] upgraded ttf-liberation (2.00.0-1 -> 2.00.1-1)
    [2012-10-31 14:32] In order to use the new version, reload all virtualbox modules manually.
    [2012-10-31 14:32] upgraded virtualbox-host-modules (4.2.0-5 -> 4.2.4-2)
    [2012-10-31 14:32]
    [2012-10-31 14:32] Creating symlink /var/lib/dkms/vboxhost/4.2.4/source ->
    [2012-10-31 14:32]                  /usr/src/vboxhost-4.2.4
    [2012-10-31 14:32]
    [2012-10-31 14:32] DKMS: add completed.
    [2012-10-31 14:32] ==> To build and install your modules run dkms install vboxhost/4.2.4
    [2012-10-31 14:32] ==> To do this automatically at startup you can add dkms in your DAEMONS
    [2012-10-31 14:32] upgraded virtualbox-host-source (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded virtualbox (4.2.0-3 -> 4.2.4-1)
    [2012-10-31 14:32] upgraded vlc (2.0.3-4 -> 2.0.4-2)
    [2012-10-31 14:32] upgraded wget (1.14-1 -> 1.14-2)
    [2012-10-31 14:32] upgraded xf86-input-evdev (2.7.3-1 -> 2.7.3-2)
    [2012-10-31 14:32] upgraded xf86-input-synaptics (1.6.2-1 -> 1.6.2-2)
    [2012-10-31 14:32] upgraded xf86-video-intel (2.20.9-1 -> 2.20.12-1)
    [2012-10-31 14:32] upgraded xorg-server-common (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-server (1.12.4-1 -> 1.13.0-3)
    [2012-10-31 14:32] upgraded xorg-xinit (1.3.2-1 -> 1.3.2-3)
    [2012-10-31 14:38] Running 'pacman -S baobab'
    [2012-10-31 14:38] installed baobab (3.6.2-1)
    [2012-10-31 17:08] Running 'pacman -S syslinux'
    [2012-10-31 17:10] Running 'pacman -S syslinux'
    [2012-10-31 17:11] ==> If you want to use syslinux as your bootloader
    [2012-10-31 17:11] ==> edit /boot/syslinux/syslinux.cfg and run
    [2012-10-31 17:11] ==>   # /usr/sbin/syslinux-install_update -i -a -m
    [2012-10-31 17:11] ==> to install it.
    [2012-10-31 17:11] installed syslinux (4.06-1)
    [2012-10-31 17:30] Running 'pacman -Syyu gnome-settings-daemon'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:30] upgraded gnome-settings-daemon (3.6.1-2 -> 3.6.1-2)
    [2012-10-31 17:30] Running 'pacman -Syu'
    [2012-10-31 17:30] synchronizing package lists
    [2012-10-31 17:30] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -Sy'
    [2012-10-31 17:39] synchronizing package lists
    [2012-10-31 17:39] starting full system upgrade
    [2012-10-31 17:39] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.yAV/downgrade-3.2-1-any.pkg.tar.xz'
    [2012-10-31 17:39] upgraded downgrade (3.1-1 -> 3.2-1)
    [2012-10-31 17:40] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.P2k/dropbox-1.4.20-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:40] upgraded dropbox (1.4.17-1 -> 1.4.20-1)
    [2012-10-31 17:41] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.C5t/package-query-1.1-2-x86_64.pkg.tar.xz'
    [2012-10-31 17:41] upgraded package-query (1.0.1-1 -> 1.1-2)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.i8t/teamviewer-7.0.9377-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:42] upgraded teamviewer (7.0.9360-1 -> 7.0.9377-1)
    [2012-10-31 17:42] Running 'pacman -U /tmp/yaourt-tmp-root/PKGDEST.21N/yaourt-1.2.1-1-any.pkg.tar.xz'
    [2012-10-31 17:42] upgraded yaourt (1.1-1 -> 1.2.1-1)
    [2012-10-31 17:44] Running 'pacman -U /tmp/yaourt-tmp-daniel/PKGDEST.nxI/cinnamon-git-20121031-1-x86_64.pkg.tar.xz'
    [2012-10-31 17:44] upgraded cinnamon-git (20121015-1 -> 20121031-1)
    Last edited by dtomasiewicz (2012-11-20 20:11:06)

    I've done a bit more playing around with this. It seems running xmodmap ~/.Xmodmap does work, it's just very slow and CPU-hungry. Reducing my .Xmodmap file to include only the overrides (4 of them) allows it to complete in about a second.
    However, it's still not being loaded on login, despite being in .xinitrc. In order to get my keybinds to work in a program, I need to open a terminal, run xmodmap manually, then execute whatever program I want them to work in.
    I tried downgrading xf86-input-evdev but my keyboard no longer worked on boot, once the display manager appeared (and I couldn't switch TTYs with Ctrl+Shift+F*).
    Last edited by dtomasiewicz (2012-11-02 16:43:21)

  • [SOLVED] - UDev errors on boot after XFCE4 and goodies installation

    I'm getting errors at "Waiting for UDev events to be processed". things are being "terminated by signal 9". I have a feeling that I set something up incorrectly, but I have no idea where to start looking. I think of this mostly as a learning experience, so just point me in the right direction. If I get stuck again, I'll come back to the thread. I'll also post my progress here. I've also done a search on here looking for UDev errors associated with XFCE. I have yet to read all of the threads that turned up, but I'm working on it. Thanks for your help ahead of time.
    Last edited by brainard52 (2012-04-18 23:08:07)

    Well, now I feel silly. I guess it's here for future reference, though. I had a bad udev rule, so I deleted it and we're good now.

  • [Solved] Laptop hangs at boot.

    Hi,
    Since today, my laptop hangs at boot (after I input my password for disk encryption). If I boot without 'quiet' the last message is "Started LVM2 PV scan on device 254:0" as well as some messages about Bluetooth. After these, simply nothing happens.
    The last change I made to my system before this problem started to occur was to patch xf86-input-synaptics with this patch for palm detection: https://gist.github.com/silverhammermba … caa63c86f1 I'm not sure if this is related, but I can't think of anything else I changed.
    Is there a way I can at least get a shell so I can view dmesg output or try to revert to the default synaptics driver?
    Regards,
    wo0p
    Last edited by wo0p (2015-06-19 21:06:53)

    Thanks, I managed to get to a shell using CTRL + ALT + F2. I was certain I tried that, but I might have been hitting CTRL + ALT + 2 the whole time, quite embarrassing...
    Can I just revert to the repository version of xf86-input-synaptics by removing it with pacman -R and then reinstalling with pacman -S ? If so, this doesn't fix my problem.
    I looked through dmesg and the journal but couldn't see any errors. Is there something I missed?
    EDIT: Thanks for the help, I think the problem was that installing the package had created a config (with .pacnew) in the /etc/X11/xorg.conf.d/ directory which caused the problems.
    I would still like to know if I can revert to the repository version of a package in the way I outlined above though.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.0.5-1-ARCH (builduser@tobias) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Sat Jun 6 18:37:49 CEST 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=abe988d4-2da5-481b-a713-939e77dfb317 rw cryptdevice=/dev/sda3:luks:allow-discards quiet i915.enable_execlists=0
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c71d9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c71da000-0x00000000c7541fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c7542000-0x00000000caa82fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000caa83000-0x00000000caae1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000caae2000-0x00000000cb2e3fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cb2e4000-0x00000000cc46bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cc46c000-0x00000000ccee4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ccee5000-0x00000000ccffefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000ccfff000-0x00000000ccffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cd800000-0x00000000cfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.40 by American Megatrends
    [ 0.000000] efi: ACPI=0xcb6e8000 ACPI 2.0=0xcb6e8000 SMBIOS=0xcce2d998
    [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem01: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem04: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000000f29000) (14MB)
    [ 0.000000] efi: mem05: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000f29000-0x0000000010000000) (240MB)
    [ 0.000000] efi: mem06: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000010000000-0x000000001000b000) (0MB)
    [ 0.000000] efi: mem07: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000001000b000-0x000000003675a000) (615MB)
    [ 0.000000] efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003675a000-0x00000000373a5000) (12MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000373a5000-0x000000008da14000) (1382MB)
    [ 0.000000] efi: mem10: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000008da14000-0x00000000bf558000) (795MB)
    [ 0.000000] efi: mem11: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf558000-0x00000000bf598000) (0MB)
    [ 0.000000] efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bf598000-0x00000000c62f8000) (109MB)
    [ 0.000000] efi: mem13: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000c62f8000-0x00000000c6316000) (0MB)
    [ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c6316000-0x00000000c71da000) (14MB)
    [ 0.000000] efi: mem15: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000c71da000-0x00000000c7542000) (3MB)
    [ 0.000000] efi: mem16: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c7542000-0x00000000c7548000) (0MB)
    [ 0.000000] efi: mem17: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c7548000-0x00000000c8419000) (14MB)
    [ 0.000000] efi: mem18: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c8419000-0x00000000ca483000) (32MB)
    [ 0.000000] efi: mem19: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ca483000-0x00000000ca7de000) (3MB)
    [ 0.000000] efi: mem20: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000ca7de000-0x00000000caa83000) (2MB)
    [ 0.000000] efi: mem21: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000caa83000-0x00000000caae2000) (0MB)
    [ 0.000000] efi: mem22: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000caae2000-0x00000000cb2da000) (7MB)
    [ 0.000000] efi: mem23: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000cb2da000-0x00000000cb2e4000) (0MB)
    [ 0.000000] efi: mem24: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000cb2e4000-0x00000000cc46c000) (17MB)
    [ 0.000000] efi: mem25: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cc46c000-0x00000000ccee5000) (10MB)
    [ 0.000000] efi: mem26: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000ccee5000-0x00000000ccfff000) (1MB)
    [ 0.000000] efi: mem27: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ccfff000-0x00000000cd000000) (0MB)
    [ 0.000000] efi: mem28: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000022f000000) (4848MB)
    [ 0.000000] efi: mem29: [Reserved | | | | | | | | | ] range=[0x00000000cd800000-0x00000000d0000000) (40MB)
    [ 0.000000] efi: mem30: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem31: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem32: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem33: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem34: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem35: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. UX303LNB/UX303LNB, BIOS UX303LNB.203 12/10/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x22f000 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-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
    [ 0.000000] 1 base 0080000000 mask 7FC0000000 write-back
    [ 0.000000] 2 base 00C0000000 mask 7FF8000000 write-back
    [ 0.000000] 3 base 00C8000000 mask 7FFC000000 write-back
    [ 0.000000] 4 base 00CC000000 mask 7FFF000000 write-back
    [ 0.000000] 5 base 0100000000 mask 7F00000000 write-back
    [ 0.000000] 6 base 0200000000 mask 7FC0000000 write-back
    [ 0.000000] 7 base 0230000000 mask 7FF0000000 uncachable
    [ 0.000000] 8 base 022F000000 mask 7FFF000000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 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 [0x01b1d000, 0x01b1dfff] PGTABLE
    [ 0.000000] BRK [0x01b1e000, 0x01b1efff] PGTABLE
    [ 0.000000] BRK [0x01b1f000, 0x01b1ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x22ee00000-0x22effffff]
    [ 0.000000] [mem 0x22ee00000-0x22effffff] page 2M
    [ 0.000000] BRK [0x01b20000, 0x01b20fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x220000000-0x22edfffff]
    [ 0.000000] [mem 0x220000000-0x22edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
    [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc71d9fff]
    [ 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-0xc6ffffff] page 2M
    [ 0.000000] [mem 0xc7000000-0xc71d9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xc7542000-0xcaa82fff]
    [ 0.000000] [mem 0xc7542000-0xc75fffff] page 4k
    [ 0.000000] [mem 0xc7600000-0xca9fffff] page 2M
    [ 0.000000] [mem 0xcaa00000-0xcaa82fff] page 4k
    [ 0.000000] BRK [0x01b21000, 0x01b21fff] PGTABLE
    [ 0.000000] BRK [0x01b22000, 0x01b22fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xcaae2000-0xcb2e3fff]
    [ 0.000000] [mem 0xcaae2000-0xcabfffff] page 4k
    [ 0.000000] [mem 0xcac00000-0xcb1fffff] page 2M
    [ 0.000000] [mem 0xcb200000-0xcb2e3fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xccfff000-0xccffffff]
    [ 0.000000] [mem 0xccfff000-0xccffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x3675a000-0x373a4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000CB6E8000 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000CB6E80B0 0000DC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000CB701590 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000CB6E8218 019372 (v02 _ASUS_ Notebook 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x00000000CC469F80 000040
    [ 0.000000] ACPI: APIC 0x00000000CB7016A0 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000CB701728 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FIDT 0x00000000CB701770 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000CB701810 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 0x00000000CB7018D8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000CB701918 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000CB701950 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: UEFI 0x00000000CB701C68 000042 (v01 00000000 00000000)
    [ 0.000000] ACPI: SSDT 0x00000000CB701CB0 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
    [ 0.000000] ACPI: ASF! 0x00000000CB702930 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: SSDT 0x00000000CB7029D0 000539 (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB702F10 000B74 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB703A88 003245 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB706CD0 000394 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: PCCT 0x00000000CB707068 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB7070D8 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB707BA0 006622 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000CB70E1C8 0006CE (v02 SgRef SgPch 00001000 INTL 20120913)
    [ 0.000000] ACPI: DMAR 0x00000000CB70E898 0000A8 (v01 INTEL BDW 00000001 INTL 00000001)
    [ 0.000000] ACPI: BGRT 0x00000000CB70E940 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000CB70E978 001914 (v01 OptRef OptTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: MSDM 0x00000000CAAE0E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x22eff8000-0x22effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226600000-ffff88022e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
    [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    [ 0.000000] Normal [mem 0x0000000100000000-0x000000022effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
    [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
    [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000c71d9fff]
    [ 0.000000] node 0: [mem 0x00000000c7542000-0x00000000caa82fff]
    [ 0.000000] node 0: [mem 0x00000000caae2000-0x00000000cb2e3fff]
    [ 0.000000] node 0: [mem 0x00000000ccfff000-0x00000000ccffffff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x000000022effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022effffff]
    [ 0.000000] On node 0 totalpages: 2072250
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12925 pages used for memmap
    [ 0.000000] DMA32 zone: 827166 pages, LIFO batch:31
    [ 0.000000] Normal zone: 19392 pages used for memmap
    [ 0.000000] Normal zone: 1241088 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xce000000-0xcfffffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high res lint[0x24])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] low dfl lint[0x48])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] low res lint[0x49])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] low dfl lint[0x4c])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc71da000-0xc7541fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcaa83000-0xcaae1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb2e4000-0xcc46bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcc46c000-0xccee4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xccee5000-0xccffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcd7fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcd800000-0xcfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xd0000000-0xf7ffffff] 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:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88022ec00000 s86232 r8192 d32552 u524288
    [ 0.000000] pcpu-alloc: s86232 r8192 d32552 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2039847
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=abe988d4-2da5-481b-a713-939e77dfb317 rw cryptdevice=/dev/sda3:luks:allow-discards quiet i915.enable_execlists=0
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8015668K/8289000K available (5629K kernel code, 840K rwdata, 1784K rodata, 1160K init, 1152K bss, 273332K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] tsc: Detected 2394.256 MHz processor
    [ 0.000023] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.03 BogoMIPS (lpj=7980853)
    [ 0.000025] pid_max: default: 32768 minimum: 301
    [ 0.000029] ACPI: Core revision 20150204
    [ 0.026322] ACPI: All ACPI Tables successfully acquired
    [ 0.028669] Security Framework initialized
    [ 0.028673] Yama: becoming mindful.
    [ 0.029045] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.030311] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.030856] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.030863] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.031022] Initializing cgroup subsys blkio
    [ 0.031024] Initializing cgroup subsys memory
    [ 0.031029] Initializing cgroup subsys devices
    [ 0.031030] Initializing cgroup subsys freezer
    [ 0.031032] Initializing cgroup subsys net_cls
    [ 0.031051] CPU: Physical Processor ID: 0
    [ 0.031051] CPU: Processor Core ID: 0
    [ 0.031056] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.031056] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.031963] mce: CPU supports 7 MCE banks
    [ 0.031974] CPU0: Thermal monitoring enabled (TM1)
    [ 0.032002] process: using mwait in idle threads
    [ 0.032005] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
    [ 0.032006] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
    [ 0.032281] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.033915] ftrace: allocating 21316 entries in 84 pages
    [ 0.041185] dmar: Host address width 39
    [ 0.041187] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.041194] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
    [ 0.041195] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.041199] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
    [ 0.041199] dmar: RMRR base: 0x000000cce3e000 end: 0x000000cce4cfff
    [ 0.041200] dmar: RMRR base: 0x000000cd800000 end: 0x000000cfffffff
    [ 0.041202] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.041203] HPET id 0 under DRHD base 0xfed91000
    [ 0.041484] Your BIOS is broken and requested that x2apic be disabled.
    This will slightly decrease performance.
    Use 'intremap=no_x2apic_optout' to override BIOS request.
    [ 0.041495] Enabled IRQ remapping in xapic mode
    [ 0.041496] x2apic: IRQ remapping doesn't support X2APIC mode
    [ 0.042099] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.075131] TSC deadline timer enabled
    [ 0.075133] smpboot: CPU0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz (fam: 06, model: 3d, stepping: 04)
    [ 0.075153] Performance Events: PEBS fmt2+, generic architected perfmon, full-width counters, Intel PMU driver.
    [ 0.075157] ... version: 3
    [ 0.075158] ... bit width: 48
    [ 0.075159] ... generic registers: 4
    [ 0.075159] ... value mask: 0000ffffffffffff
    [ 0.075160] ... max period: 0000ffffffffffff
    [ 0.075161] ... fixed-purpose events: 3
    [ 0.075161] ... event mask: 000000070000000f
    [ 0.095289] x86: Booting SMP configuration:
    [ 0.095291] .... node #0, CPUs: #1
    [ 0.109467] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.116159] #2 #3
    [ 0.150974] x86: Booted up 1 node, 4 CPUs
    [ 0.150977] smpboot: Total of 4 processors activated (19161.13 BogoMIPS)
    [ 0.154621] devtmpfs: initialized
    [ 0.156400] PM: Registering ACPI NVS region [mem 0xcb2e4000-0xcc46bfff] (18382848 bytes)
    [ 0.156672] pinctrl core: initialized pinctrl subsystem
    [ 0.156705] RTC time: 20:30:15, date: 06/19/15
    [ 0.156793] NET: Registered protocol family 16
    [ 0.167829] cpuidle: using governor ladder
    [ 0.181188] cpuidle: using governor menu
    [ 0.181212] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.181214] ACPI: bus type PCI registered
    [ 0.181215] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.181275] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.181277] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.181347] PCI: Using configuration type 1 for base access
    [ 0.194800] ACPI: Added _OSI(Module Device)
    [ 0.194802] ACPI: Added _OSI(Processor Device)
    [ 0.194803] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.194804] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.197821] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.200562] ACPI: Executed 8 blocks of module-level executable AML code
    [ 0.206934] ACPI: Dynamic OEM Table Load:
    [ 0.206939] ACPI: SSDT 0xFFFF880224F79000 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
    [ 0.207792] ACPI: Dynamic OEM Table Load:
    [ 0.207796] ACPI: SSDT 0xFFFF880224EFA000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
    [ 0.208691] ACPI: Dynamic OEM Table Load:
    [ 0.208695] ACPI: SSDT 0xFFFF880224F59800 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
    [ 0.210219] ACPI: Interpreter enabled
    [ 0.210227] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.210234] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.210245] ACPI: (supports S0 S3 S4 S5)
    [ 0.210246] ACPI: Using IOAPIC for interrupt routing
    [ 0.210268] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.212136] ACPI: Power Resource [PG00] (on)
    [ 0.212420] ACPI: Power Resource [PG01] (on)
    [ 0.212693] ACPI: Power Resource [PG02] (on)
    [ 0.213679] ACPI: Power Resource [PC05] (on)
    [ 0.220550] ACPI: Power Resource [FN00] (off)
    [ 0.220603] ACPI: Power Resource [FN01] (off)
    [ 0.220655] ACPI: Power Resource [FN02] (off)
    [ 0.220707] ACPI: Power Resource [FN03] (off)
    [ 0.220759] ACPI: Power Resource [FN04] (off)
    [ 0.221480] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.221485] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.221893] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.222200] PCI host bridge to bus 0000:00
    [ 0.222202] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.222204] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    [ 0.222205] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    [ 0.222206] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [ 0.222208] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
    [ 0.222209] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
    [ 0.222210] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
    [ 0.222211] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
    [ 0.222212] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
    [ 0.222213] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
    [ 0.222214] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
    [ 0.222215] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
    [ 0.222216] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
    [ 0.222222] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
    [ 0.222300] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
    [ 0.222309] pci 0000:00:02.0: reg 0x10: [mem 0xf5000000-0xf5ffffff 64bit]
    [ 0.222314] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.222318] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.222391] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
    [ 0.222397] pci 0000:00:03.0: reg 0x10: [mem 0xf721c000-0xf721ffff 64bit]
    [ 0.222476] pci 0000:00:04.0: [8086:1603] type 00 class 0x118000
    [ 0.222486] pci 0000:00:04.0: reg 0x10: [mem 0xf7210000-0xf7217fff 64bit]
    [ 0.222580] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
    [ 0.222595] pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
    [ 0.222648] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.222690] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.222719] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
    [ 0.222734] pci 0000:00:16.0: reg 0x10: [mem 0xf7224000-0xf722401f 64bit]
    [ 0.222786] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.222854] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
    [ 0.222869] pci 0000:00:1b.0: reg 0x10: [mem 0xf7218000-0xf721bfff 64bit]
    [ 0.222918] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.222959] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.222986] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
    [ 0.223048] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.223089] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.223118] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
    [ 0.223184] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.223224] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.223250] pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
    [ 0.223307] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.223348] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.223382] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
    [ 0.223542] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
    [ 0.223554] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.223559] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.223565] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.223571] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.223576] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.223582] pci 0000:00:1f.2: reg 0x24: [mem 0xf7222000-0xf72227ff]
    [ 0.223613] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.223670] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
    [ 0.223682] pci 0000:00:1f.3: reg 0x10: [mem 0xf7221000-0xf72210ff 64bit]
    [ 0.223697] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.223776] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
    [ 0.223805] pci 0000:00:1f.6: reg 0x10: [mem 0xf7220000-0xf7220fff 64bit]
    [ 0.224013] acpiphp: Slot [1] registered
    [ 0.224017] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.224292] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
    [ 0.224423] pci 0000:02:00.0: reg 0x10: [mem 0xf7100000-0xf7101fff 64bit]
    [ 0.224907] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.231440] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.231445] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
    [ 0.231518] pci 0000:03:00.0: [10de:1341] type 00 class 0x030200
    [ 0.231534] pci 0000:03:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.231547] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.231561] pci 0000:03:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.231570] pci 0000:03:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.231579] pci 0000:03:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.231660] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.237972] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.237975] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
    [ 0.237977] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.237982] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.238138] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.239089] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
    [ 0.239130] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239168] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239209] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239247] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239285] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239323] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239360] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.239770] ACPI: Enabled 4 GPEs in block 00 to 7F
    [ 0.239827] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.239900] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.239901] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.239903] vgaarb: loaded
    [ 0.239904] vgaarb: bridge control possible 0000:00:02.0
    [ 0.239990] PCI: Using ACPI for IRQ routing
    [ 0.241093] PCI: pci_cache_line_size set to 64 bytes
    [ 0.241127] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.241128] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.241129] e820: reserve RAM buffer [mem 0xc71da000-0xc7ffffff]
    [ 0.241129] e820: reserve RAM buffer [mem 0xcaa83000-0xcbffffff]
    [ 0.241130] e820: reserve RAM buffer [mem 0xcb2e4000-0xcbffffff]
    [ 0.241131] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
    [ 0.241132] e820: reserve RAM buffer [mem 0x22f000000-0x22fffffff]
    [ 0.241211] NetLabel: Initializing
    [ 0.241212] NetLabel: domain hash size = 128
    [ 0.241213] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.241222] NetLabel: unlabeled traffic allowed by default
    [ 0.241240] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.241244] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.243265] Switched to clocksource hpet
    [ 0.246853] pnp: PnP ACPI init
    [ 0.246992] system 00:00: [io 0x0240-0x0259] has been reserved
    [ 0.246995] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247057] pnp 00:01: Plug and Play ACPI device, IDs FLT0102 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.247087] pnp 00:02: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.247149] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 0.247151] system 00:03: [io 0xffff] has been reserved
    [ 0.247153] system 00:03: [io 0xffff] has been reserved
    [ 0.247154] system 00:03: [io 0xffff] has been reserved
    [ 0.247155] system 00:03: [io 0x1800-0x18fe] could not be reserved
    [ 0.247156] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.247158] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247192] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.247218] system 00:05: [io 0x1854-0x1857] has been reserved
    [ 0.247220] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.247329] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.247330] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.247332] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.247334] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.247335] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.247336] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.247338] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 0.247339] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.247340] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.247341] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.247343] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 0.247344] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
    [ 0.247346] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.247731] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.248169] pnp: PnP ACPI: found 8 devices
    [ 0.253940] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.253949] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.253952] pci 0000:00:1c.3: bridge window [mem 0xf7100000-0xf71fffff]
    [ 0.253958] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.253960] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff]
    [ 0.253963] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.253966] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.253970] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.253972] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    [ 0.253973] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.253974] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
    [ 0.253975] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
    [ 0.253976] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
    [ 0.253977] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
    [ 0.253979] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
    [ 0.253980] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
    [ 0.253981] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
    [ 0.253982] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
    [ 0.253983] pci_bus 0000:00: resource 15 [mem 0xd0000000-0xfeafffff window]
    [ 0.253984] pci_bus 0000:02: resource 1 [mem 0xf7100000-0xf71fffff]
    [ 0.253986] pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    [ 0.253987] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.253988] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.254009] NET: Registered protocol family 2
    [ 0.254153] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.254258] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.254368] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.254382] TCP: reno registered
    [ 0.254390] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.254411] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.254449] NET: Registered protocol family 1
    [ 0.254459] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.254627] PCI: CLS 64 bytes, default 64
    [ 0.254658] Unpacking initramfs...
    [ 0.419468] Freeing initrd memory: 12588K (ffff88003675a000 - ffff8800373a5000)
    [ 0.419489] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.419492] software IO TLB [mem 0xc2316000-0xc6316000] (64MB) mapped at [ffff8800c2316000-ffff8800c6315fff]
    [ 0.419632] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.419670] microcode: CPU0 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419675] microcode: CPU1 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419681] microcode: CPU2 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419686] microcode: CPU3 sig=0x306d4, pf=0x40, revision=0x13
    [ 0.419721] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.419738] Scanning for low memory corruption every 60 seconds
    [ 0.419899] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.419912] Initialise system trusted keyring
    [ 0.420141] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.421107] zpool: loaded
    [ 0.421109] zbud: loaded
    [ 0.421228] VFS: Disk quotas dquot_6.5.2
    [ 0.421250] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.421369] Key type big_key registered
    [ 0.421511] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.421537] io scheduler noop registered
    [ 0.421539] io scheduler deadline registered
    [ 0.421558] io scheduler cfq registered (default)
    [ 0.421962] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.421965] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.421974] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.421975] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.421977] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.421986] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.421987] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.421990] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.421994] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.422004] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.422016] efifb: probing for efifb
    [ 0.422032] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 8128k, total 8128k
    [ 0.422033] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.422034] efifb: scrolling: redraw
    [ 0.422035] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.425476] Console: switching to colour frame buffer device 240x67
    [ 0.429197] fb0: EFI VGA frame buffer device
    [ 0.429204] intel_idle: MWAIT substates: 0x11142120
    [ 0.429205] intel_idle: v0.4 model 0x3D
    [ 0.429205] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.429389] GHES: HEST is not enabled!
    [ 0.429438] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.429759] Linux agpgart interface v0.103
    [ 0.429798] rtc_cmos 00:04: RTC can wake from S4
    [ 0.429904] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.429928] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.429937] Intel P-state driver initializing.
    [ 0.430057] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.430573] TCP: cubic registered
    [ 0.430824] NET: Registered protocol family 10
    [ 0.431247] NET: Registered protocol family 17
    [ 0.431931] Loading compiled-in X.509 certificates
    [ 0.431964] registered taskstats version 1
    [ 0.433023] Magic number: 3:29:549
    [ 0.433038] clockevents clockevent0: hash matches
    [ 0.433067] acpi PNP0C0F:00: hash matches
    [ 0.433191] rtc_cmos 00:04: setting system clock to 2015-06-19 20:30:16 UTC (1434745816)
    [ 0.433387] PM: Hibernation image not present or could not be loaded.
    [ 0.434000] Freeing unused kernel memory: 1160K (ffffffff818d4000 - ffffffff819f6000)
    [ 0.434003] Write protecting the kernel read-only data: 8192k
    [ 0.434643] Freeing unused kernel memory: 504K (ffff880001582000 - ffff880001600000)
    [ 0.434865] Freeing unused kernel memory: 264K (ffff8800017be000 - ffff880001800000)
    [ 0.441392] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.458172] sdhci: Secure Digital Host Controller Interface driver
    [ 0.458174] sdhci: Copyright(c) Pierre Ossman
    [ 0.461368] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.464831] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.466075] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.466090] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.466093] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.466095] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.466097] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.467331] ACPI: bus type USB registered
    [ 0.467357] usbcore: registered new interface driver usbfs
    [ 0.467367] usbcore: registered new interface driver hub
    [ 0.467449] usbcore: registered new device driver usb
    [ 0.467882] SCSI subsystem initialized
    [ 0.469036] libata version 3.00 loaded.
    [ 0.469212] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.469219] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.469295] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
    [ 0.469300] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.469567] hub 1-0:1.0: USB hub found
    [ 0.469579] hub 1-0:1.0: 11 ports detected
    [ 0.472290] AVX2 version of gcm_enc/dec engaged.
    [ 0.472292] AES CTR mode by8 optimization enabled
    [ 0.473751] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.473755] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.473912] hub 2-0:1.0: USB hub found
    [ 0.473922] hub 2-0:1.0: 4 ports detected
    [ 0.475776] ahci 0000:00:1f.2: version 3.0
    [ 0.486870] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
    [ 0.486873] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
    [ 0.487298] scsi host0: ahci
    [ 0.487404] scsi host1: ahci
    [ 0.487499] scsi host2: ahci
    [ 0.487602] scsi host3: ahci
    [ 0.487645] ata1: SATA max UDMA/133 abar m2048@0xf7222000 port 0xf7222100 irq 46
    [ 0.487646] ata2: DUMMY
    [ 0.487647] ata3: DUMMY
    [ 0.487648] ata4: DUMMY
    [ 0.518177] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.807120] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.808148] ata1.00: ATA-9: SanDisk SD7SB3Q256G1002, X2150000, max UDMA/133
    [ 0.808151] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 0.809886] ata1.00: configured for UDMA/133
    [ 0.810105] scsi 0:0:0:0: Direct-Access ATA SanDisk SD7SB3Q2 0000 PQ: 0 ANSI: 5
    [ 0.811845] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 0.811926] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.811929] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.811949] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.813282] sda: sda1 sda2 sda3
    [ 0.813602] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.833270] device-mapper: uevent: version 1.0.3
    [ 0.833364] device-mapper: ioctl: 4.30.0-ioctl (2014-12-22) initialised: [email protected]
    [ 0.833785] usb 1-5: new high-speed USB device number 2 using xhci_hcd
    [ 1.207444] usb 1-8: new full-speed USB device number 3 using xhci_hcd
    [ 1.381488] usb 1-8: No LPM exit latency info found, disabling LPM.
    [ 1.420941] tsc: Refined TSC clocksource calibration: 2394.457 MHz
    [ 2.422042] Switched to clocksource tsc
    [ 4.601817] NET: Registered protocol family 38
    [ 5.500920] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.557255] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 5.557386] systemd[1]: Detected architecture 'x86-64'.
    [ 5.557569] systemd[1]: Set hostname to <WOOP-PLUTO>.
    [ 5.581258] systemd[1]: Unit type .busname is not supported on this system.
    [ 5.609266] systemd[1]: Cannot add dependency job for unit vmware-USBArbitrator.service, ignoring: Unit vmware-USBArbitrator.service failed to load: No such file or directory.
    [ 5.609648] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 5.609656] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 5.609676] systemd[1]: Reached target Login Prompts.
    [ 5.609681] systemd[1]: Starting Login Prompts.
    [ 5.609691] systemd[1]: Reached target Remote File Systems.
    [ 5.609695] systemd[1]: Starting Remote File Systems.
    [ 5.609816] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 5.609824] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 5.609831] systemd[1]: Reached target Encrypted Volumes.
    [ 5.609836] systemd[1]: Starting Encrypted Volumes.
    [ 5.610016] systemd[1]: Created slice Root Slice.
    [ 5.610022] systemd[1]: Starting Root Slice.
    [ 5.610045] systemd[1]: Listening on udev Control Socket.
    [ 5.610051] systemd[1]: Starting udev Control Socket.
    [ 5.610064] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 5.610069] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 5.610116] systemd[1]: Created slice User and Session Slice.
    [ 5.610121] systemd[1]: Starting User and Session Slice.
    [ 5.610163] systemd[1]: Created slice System Slice.
    [ 5.610171] systemd[1]: Starting System Slice.
    [ 5.610222] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 5.610228] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 5.610271] systemd[1]: Created slice system-rfkill\x2dblock.slice.
    [ 5.610276] systemd[1]: Starting system-rfkill\x2dblock.slice.
    [ 5.610318] systemd[1]: Created slice system-getty.slice.
    [ 5.610323] systemd[1]: Starting system-getty.slice.
    [ 5.610340] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 5.610345] systemd[1]: Starting Delayed Shutdown Socket.
    [ 5.610365] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 5.610370] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 5.612312] random: nonblocking pool is initialized
    [ 5.620499] systemd[1]: Listening on Journal Audit Socket.
    [ 5.620536] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 5.620543] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 5.620550] systemd[1]: Reached target Slices.
    [ 5.620555] systemd[1]: Starting Slices.
    [ 5.620589] systemd[1]: Listening on Journal Socket.
    [ 5.620598] systemd[1]: Starting Journal Socket.
    [ 5.620608] systemd[1]: Started File System Check on Root Device.
    [ 5.620937] systemd[1]: Mounting Debug File System...
    [ 5.621251] systemd[1]: Mounting Huge Pages File System...
    [ 5.621859] systemd[1]: Started Load Kernel Modules.
    [ 5.621874] systemd[1]: Mounted FUSE Control File System.
    [ 5.622224] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 5.622646] systemd[1]: Starting Apply Kernel Variables...
    [ 5.623622] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 5.623961] systemd[1]: Mounting POSIX Message Queue File System...
    [ 5.624013] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 5.624026] systemd[1]: Starting Journal Socket (/dev/log).
    [ 5.624427] systemd[1]: Starting Journal Service...
    [ 5.624747] systemd[1]: Mounting Configuration File System...
    [ 5.625120] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 5.625185] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 5.625194] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 5.625202] systemd[1]: Reached target Paths.
    [ 5.625207] systemd[1]: Starting Paths.
    [ 5.625476] systemd[1]: Starting Setup Virtual Console...
    [ 5.625513] systemd[1]: Listening on udev Kernel Socket.
    [ 5.625525] systemd[1]: Starting udev Kernel Socket.
    [ 5.625917] systemd[1]: Starting udev Coldplug all Devices...
    [ 5.626783] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 5.626862] systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 214 (systemd-binfmt)
    [ 5.627145] systemd[1]: Mounting Arbitrary Executable File Formats File System...
    [ 5.631100] systemd[1]: Started Setup Virtual Console.
    [ 5.637366] systemd[1]: Started Apply Kernel Variables.
    [ 5.638348] systemd[1]: Mounted Huge Pages File System.
    [ 5.638376] systemd[1]: Mounted POSIX Message Queue File System.
    [ 5.638392] systemd[1]: Mounted Configuration File System.
    [ 5.639302] EXT4-fs (dm-2): re-mounted. Opts: data=ordered
    [ 5.639530] systemd-journald[216]: Failed to set file attributes: Inappropriate ioctl for device
    [ 5.640253] systemd[1]: Mounted Arbitrary Executable File Formats File System.
    [ 5.640287] systemd[1]: Mounted Debug File System.
    [ 5.642518] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 5.642721] systemd[1]: Started Set Up Additional Binary Formats.
    [ 5.642901] systemd[1]: Started udev Coldplug all Devices.
    [ 5.650745] systemd[1]: Starting Load/Save Random Seed...
    [ 5.650775] systemd[1]: Started Rebuild Dynamic Linker Cache.
    [ 5.651626] systemd[1]: Started Rebuild Hardware Database.
    [ 5.651645] systemd[1]: Started First Boot Wizard.
    [ 5.651659] systemd[1]: Started Create System Users.
    [ 5.651982] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 5.655137] systemd[1]: Started Load/Save Random Seed.
    [ 5.673398] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 5.673906] systemd[1]: Starting udev Kernel Device Manager...
    [ 5.673930] systemd[1]: Reached target Local File Systems (Pre).
    [ 5.673941] systemd[1]: Starting Local File Systems (Pre).
    [ 5.674530] systemd[1]: Mounting /tmp...
    [ 5.676222] systemd[1]: Mounted /tmp.
    [ 5.714702] systemd[1]: Started udev Kernel Device Manager.
    [ 5.731901] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    [ 5.732762] ACPI: Lid Switch [LID]
    [ 5.732815] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input6
    [ 5.732819] ACPI: Sleep Button [SLPB]
    [ 5.732867] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    [ 5.732870] ACPI: Power Button [PWRF]
    [ 5.735236] systemd[1]: Started Journal Service.
    [ 5.739454] ACPI: AC Adapter [AC0] (off-line)
    [ 5.740472] systemd-journald[216]: Received request to flush runtime journal from PID 1
    [ 5.741401] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 5.791768] [drm] Initialized drm 1.1.0 20060810
    [ 5.797640] ACPI: Battery Slot [BAT0] (battery present)
    [ 5.797836] wmi: Mapper loaded
    [ 5.824171] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.845805] sound hdaudioC1D0: CX20751/2: BIOS auto-probing.
    [ 5.846099] sound hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
    [ 5.846103] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 5.846105] sound hdaudioC1D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
    [ 5.846107] sound hdaudioC1D0: mono: mono_out=0x0
    [ 5.846108] sound hdaudioC1D0: inputs:
    [ 5.846111] sound hdaudioC1D0: Internal Mic=0x1a
    [ 5.846113] sound hdaudioC1D0: Mic=0x19
    [ 5.846718] sound hdaudioC1D0: Enable sync_write for stable communication
    [ 5.846766] [drm] Memory usable by graphics device = 4096M
    [ 5.846770] checking generic (d0000000 7f0000) vs hw (d0000000 10000000)
    [ 5.846773] fb: switching to inteldrmfb from EFI VGA
    [ 5.846791] Console: switching to colour dummy device 80x25
    [ 5.846944] [drm] Replacing VGA console driver
    [ 5.849342] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input8
    [ 5.849463] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
    [ 5.849490] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    [ 5.855615] thermal LNXTHERM:00: registered as thermal_zone2
    [ 5.855618] ACPI: Thermal Zone [THRM] (48 C)
    [ 5.858016] thermal LNXTHERM:01: registered as thermal_zone3
    [ 5.858018] ACPI: Thermal Zone [TZ00] (28 C)
    [ 5.858296] thermal LNXTHERM:02: registered as thermal_zone4
    [ 5.858298] ACPI: Thermal Zone [TZ01] (30 C)
    [ 5.858483] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.862994] Bluetooth: Core ver 2.20
    [ 5.863009] NET: Registered protocol family 31
    [ 5.863010] Bluetooth: HCI device and connection manager initialized
    [ 5.863015] Bluetooth: HCI socket layer initialized
    [ 5.863018] Bluetooth: L2CAP socket layer initialized
    [ 5.863024] Bluetooth: SCO socket layer initialized
    [ 5.866422] input: PC Speaker as /devices/platform/pcspkr/input/input11
    [ 5.867516] Intel(R) Wireless WiFi driver for Linux
    [ 5.867518] Copyright(c) 2003- 2014 Intel Corporation
    [ 5.867886] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 5.867888] [drm] Driver supports precise vblank timestamp query.
    [ 5.868042] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 5.870016] usbcore: registered new interface driver btusb
    [ 5.877889] iwlwifi 0000:02:00.0: loaded firmware version 25.17.12.0 op_mode iwlmvm
    [ 5.880266] intel_rapl: Found RAPL domain package
    [ 5.880269] intel_rapl: Found RAPL domain core
    [ 5.880272] intel_rapl: Found RAPL domain uncore
    [ 5.880274] intel_rapl: Found RAPL domain dram
    [ 5.882922] media: Linux media interface: v0.10
    [ 5.884691] Bluetooth: hci0: read Intel version: 370810011002270d00
    [ 5.886215] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
    [ 5.918064] Linux video capture interface: v2.00
    [ 5.921474] iTCO_vendor_support: vendor-support=0
    [ 5.922849] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 5.922892] iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 5.922978] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.923412] asus_wmi: ASUS WMI generic driver loaded
    [ 5.930495] fbcon: inteldrmfb (fb0) is primary device
    [ 5.932627] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7265, REV=0x184
    [ 5.933078] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 5.933238] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 5.933985] asus_wmi: Initialization: 0x1
    [ 5.934961] asus_wmi: BIOS WMI version: 7.9
    [ 5.935116] asus_wmi: SFUN value: 0xa2077
    [ 5.936702] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
    [ 5.937631] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 5.937749] Adding 8388604k swap on /dev/mapper/vg0-swap. Priority:-1 extents:1 across:8388604k SSFS
    [ 5.938748] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
    [ 5.941016] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
    [ 5.943447] uvcvideo: Found UVC 1.00 device USB2.0 UVC HD Webcam (064e:9700)
    [ 5.945744] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
    [ 5.945833] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20150204/video-1257)
    [ 5.945834] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
    [ 5.945879] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:22/LNXVIDEO:01/input/input18
    [ 5.945995] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
    [ 5.945999] [drm] Initialized i915 1.6.0 20150130 for 0000:00:02.0 on minor 0
    [ 5.946115] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\SMB0) (20150204/utaddress-254)
    [ 5.946120] ACPI Warning: SystemIO range 0x000000000000F040-0x000000000000F05F conflicts with OpRegion 0x000000000000F040-0x000000000000F04F (\_SB_.PCI0.SBUS.SMBI) (20150204/utaddress-254)
    [ 5.946121] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 5.949372] input: USB2.0 UVC HD Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input19
    [ 5.949434] usbcore: registered new interface driver uvcvideo
    [ 5.949435] USB Video Class driver (1.1.1)
    [ 6.030252] usb 1-8: USB disconnect, device number 3
    [ 6.030362] Bluetooth: hci0 sending Intel patch command (0xfc8e) failed (-19)
    [ 6.030393] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
    [ 6.030780] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
    [ 6.030895] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
    [ 6.030945] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 6.031170] asus_wmi: Backlight controlled by ACPI video driver
    [ 6.032320] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
    [ 6.036491] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
    [ 6.054693] input: FocalTechPS/2 FocalTech FocalTech Touchpad as /devices/platform/i8042/serio4/input/input15
    [ 6.056212] mousedev: PS/2 mouse device common for all mice
    [ 6.497765] bbswitch: version 0.8
    [ 6.497769] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 6.497773] bbswitch: Found discrete VGA device 0000:03:00.0: \_SB_.PCI0.RP05.PEGP
    [ 6.497783] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
    [ 6.497854] bbswitch: detected an Optimus _DSM function
    [ 6.497904] bbswitch: Succesfully loaded. Discrete card 0000:03:00.0 is on
    [ 6.499057] bbswitch: disabling discrete graphics
    [ 6.499065] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150204/nsarguments-95)
    [ 6.794166] /dev/vmmon[384]: Module vmmon: registered with major=10 minor=165
    [ 6.794169] /dev/vmmon[384]: Module vmmon: initialized
    [ 6.816392] Guest personality initialized and is inactive
    [ 6.816436] VMCI host device registered (name=vmci, major=10, minor=56)
    [ 6.816437] Initialized host personality
    [ 6.847875] NET: Registered protocol family 40
    [ 6.870900] fuse init (API version 7.23)
    [ 6.898024] ppdev: user-space parallel port driver
    [ 7.106012] Console: switching to colour frame buffer device 240x67
    [ 7.110124] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 7.110125] i915 0000:00:02.0: registered panic notifier
    [ 7.148418] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 7.148675] iwlwifi 0000:02:00.0: L1 Disabled - LTR Enabled
    [ 7.159323] /dev/vmnet: open called by PID 505 (vmnet-bridge)
    [ 7.159334] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 7.159355] /dev/vmnet: port on hub 0 successfully opened
    [ 7.159363] bridge-wlp2s0: device is wireless, enabling SMAC
    [ 7.159366] bridge-wlp2s0: up
    [ 7.159370] bridge-wlp2s0: attached
    [ 7.161385] bridge-wlp2s0: disabling the bridge
    [ 7.172268] bridge-wlp2s0: down
    [ 7.172274] bridge-wlp2s0: detached
    [ 7.549177] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.631166] /dev/vmnet: open called by PID 526 (vmnet-netifup)
    [ 7.631172] /dev/vmnet: hub 1 does not exist, allocating memory.
    [ 7.631183] /dev/vmnet: port on hub 1 successfully opened
    [ 7.649431] /dev/vmnet: open called by PID 528 (vmnet-dhcpd)
    [ 7.649442] /dev/vmnet: port on hub 1 successfully opened
    [ 7.659803] /dev/vmnet: open called by PID 536 (vmnet-natd)
    [ 7.659810] /dev/vmnet: hub 8 does not exist, allocating memory.
    [ 7.659822] /dev/vmnet: port on hub 8 successfully opened
    [ 7.662044] /dev/vmnet: open called by PID 537 (vmnet-netifup)
    [ 7.662051] /dev/vmnet: port on hub 8 successfully opened
    [ 7.672419] /dev/vmnet: open called by PID 542 (vmnet-dhcpd)
    [ 7.672431] /dev/vmnet: port on hub 8 successfully opened
    [ 8.032979] Bluetooth: hci0 command 0xfc8e tx timeout
    [ 8.033056] Bluetooth: hci0 sending frame failed (-19)
    [ 8.140139] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.041263] Bluetooth: hci0 command 0xfc11 tx timeout
    [ 16.036148] Bluetooth: hci0 exiting Intel manufacturer mode failed (-110)
    [ 421.253320] usb 1-1: new high-speed USB device number 4 using xhci_hcd
    [ 421.429257] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
    [ 421.429265] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
    [ 421.439571] usb-storage 1-1:1.0: USB Mass Storage device detected
    [ 421.439662] scsi host4: usb-storage 1-1:1.0
    [ 421.439732] usbcore: registered new interface driver usb-storage
    [ 421.440704] usbcore: registered new interface driver uas
    [ 422.802584] scsi 4:0:0:0: Direct-Access PQ: 0 ANSI: 4
    [ 422.803405] sd 4:0:0:0: [sdb] 31129600 512-byte logical blocks: (15.9 GB/14.8 GiB)
    [ 422.804030] sd 4:0:0:0: [sdb] Write Protect is off
    [ 422.804039] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00
    [ 422.804680] sd 4:0:0:0: [sdb] No Caching mode page found
    [ 422.809996] sd 4:0:0:0: [sdb] Assuming drive cache: write through
    [ 422.816610] sdb:
    [ 422.818457] sd 4:0:0:0: [sdb] Attached SCSI removable disk
    -- Logs begin at Sat 2015-05-02 12:41:07 CEST, end at Fri 2015-06-19 22:40:49 CEST. --
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Runtime journal is using 8.0M (max allowed 394.6M, trying to leave 591.9M free of 3.8G available → current limit 394.6M).
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Permanent journal is using 1.4G (max allowed 4.0G, trying to leave 4.0G free of 120.7G available → current limit 4.0G).
    Jun 19 22:30:21 WOOP-PLUTO systemd-journal[216]: Time spent on flushing to /var is 31.618ms for 2 entries.
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initializing cgroup subsys cpuset
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initializing cgroup subsys cpu
    Jun 19 22:30:21 WOOP-PLUTO kernel: Initiali

  • Mac won't boot after updating to OSX 10.6.4

    I am on my 3rd Mac that won't boot after updating to OSX 10.6.4. One MacBook Pro and two iMacs. I fixed one but the last two are getting the better of me. HD is not fried. Have tried every keyboard shortcut on startup, Disk Warrior via. Target Disk, repairing permissions in single user mode. The machines will not boot off of a CD or DVD and it will not boot up in safe mode. Something in the startup files is preventing startup. I am suspecting Sophos antivirus. I tried to uninstall it and trash it but I think it's still blocking something. Any help would be appreciated.

    Got it! Not sure if removing Sophos had anything to do with it but here's what I did.
    1) boot dead machine in Target Disk Mode (iMac)
    2) boot good machine off Snow Leopard disk (MacBook)
    3) install OS to dead machine- I found this next part very curious. When the install was complete the MacBook restarted as the iMac.
    4) ran software updates
    5) shut down MacBook then shut down iMac
    6) rebooted iMac- all was good
    I actually did this twice because a co-worker had the exact same problem on her MacBook Pro. Got both fixed today.
    Thanks everyone for your help!

  • Udev hangs on boot

    I recently broke udev, how I do not know. udev hangs on boot; I used load_modules=off boot parameter to bypass it. Problem is I do not have mouse or keyboard support because when I do this I have no input devices! How do I get mouse and keyboard support so I can fix udev?
    Last edited by pharcyde (2009-04-25 01:45:22)

    I got it fixed, udev no longer hangs; however now I get this and my sound no longer works:
    snd_page_alloc: Unknown symbol pv_irq_ops
    snd_pcm: Unknown symbol snd_dma_reserve_buf
    snd_pcm: Unknown symbol snd_dma_free_pages
    snd_pcm: Unknown symbol snd_malloc_pages
    snd_pcm: Unknown symbol snd_dma_get_reserved_buf
    snd_pcm: Unknown symbol snd_dma_alloc_pages
    snd_pcm: Unknown symbol snd_free_pages
    snd_pcm_oss: Unknown symbol snd_pcm_lib_read
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_first
    snd_pcm_oss: Unknown symbol snd_pcm_kernel_ioctl
    snd_pcm_oss: Unknown symbol snd_pcm_format_unsigned
    snd_pcm_oss: Unknown symbol _snd_pcm_hw_params_any
    snd_pcm_oss: Unknown symbol snd_interval_refine
    snd_pcm_oss: Unknown symbol snd_pcm_format_physical_width
    snd_pcm_oss: Unknown symbol snd_pcm_format_little_endian
    snd_pcm_oss: Unknown symbol snd_pcm_format_silence_64
    snd_pcm_oss: Unknown symbol snd_pcm_open_substream
    snd_pcm_oss: Unknown symbol snd_pcm_lib_readv
    snd_pcm_oss: Unknown symbol snd_pcm_lib_writev
    snd_pcm_oss: Unknown symbol snd_pcm_format_linear
    snd_pcm_oss: Unknown symbol snd_pcm_mmap_data
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_last
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_value
    snd_pcm_oss: Unknown symbol snd_pcm_format_signed
    snd_pcm_oss: Unknown symbol snd_pcm_link_rwlock
    snd_pcm_oss: Unknown symbol snd_pcm_hw_refine
    snd_pcm_oss: Unknown symbol snd_pcm_format_big_endian
    snd_pcm_oss: Unknown symbol snd_pcm_notify
    snd_pcm_oss: Unknown symbol snd_pcm_release_substream
    snd_pcm_oss: Unknown symbol snd_pcm_lib_write
    snd_pcm_oss: Unknown symbol snd_pcm_format_set_silence
    snd_pcm_oss: Unknown symbol snd_pcm_format_width
    snd_page_alloc: Unknown symbol pv_irq_ops
    snd_pcm: Unknown symbol snd_dma_reserve_buf
    snd_pcm: Unknown symbol snd_dma_free_pages
    snd_pcm: Unknown symbol snd_malloc_pages
    snd_pcm: Unknown symbol snd_dma_get_reserved_buf
    snd_pcm: Unknown symbol snd_dma_alloc_pages
    snd_pcm: Unknown symbol snd_free_pages
    snd_pcm_oss: Unknown symbol snd_pcm_lib_read
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_first
    snd_pcm_oss: Unknown symbol snd_pcm_kernel_ioctl
    snd_pcm_oss: Unknown symbol snd_pcm_format_unsigned
    snd_pcm_oss: Unknown symbol _snd_pcm_hw_params_any
    snd_pcm_oss: Unknown symbol snd_interval_refine
    snd_pcm_oss: Unknown symbol snd_pcm_format_physical_width
    snd_pcm_oss: Unknown symbol snd_pcm_format_little_endian
    snd_pcm_oss: Unknown symbol snd_pcm_format_silence_64
    snd_pcm_oss: Unknown symbol snd_pcm_open_substream
    snd_pcm_oss: Unknown symbol snd_pcm_lib_readv
    snd_pcm_oss: Unknown symbol snd_pcm_lib_writev
    snd_pcm_oss: Unknown symbol snd_pcm_format_linear
    snd_pcm_oss: Unknown symbol snd_pcm_mmap_data
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_last
    snd_pcm_oss: Unknown symbol snd_pcm_hw_param_value
    snd_pcm_oss: Unknown symbol snd_pcm_format_signed
    snd_pcm_oss: Unknown symbol snd_pcm_link_rwlock
    snd_pcm_oss: Unknown symbol snd_pcm_hw_refine
    snd_pcm_oss: Unknown symbol snd_pcm_format_big_endian
    snd_pcm_oss: Unknown symbol snd_pcm_notify
    snd_pcm_oss: Unknown symbol snd_pcm_release_substream
    snd_pcm_oss: Unknown symbol snd_pcm_lib_write
    snd_pcm_oss: Unknown symbol snd_pcm_format_set_silence
    snd_pcm_oss: Unknown symbol snd_pcm_format_width
    Any ideas?
    Last edited by pharcyde (2009-04-25 04:01:24)

  • [Solved] UEFI. System hangs on boot after successfully activating swap

    Alright.
    Unnecessary Background:
    I've been using Arch for years. I just bought a stupidly good computer with a bunch of specs that I don't think are relevant, except for the fact that I am using an X99-pro. It has RAID support, but I am not using that currently. I bought all the parts and finished constructing it this morning (I live in Japan, so that was a while ago). Normally, I have no problems with installation; however, I wanted to do this one UEFI mode. After booting into the live disk, I checked to make sure everything was working as it should. Arch recognized my graphics card, most of my ram (one of the cards is a bit finicky for some reason), my SSD and HDD, along with the built-in WiFi (although it is an annoying broadcom one, so I need to install the driver separately later). Now, there are plenty of sources of error in here:
    Problem:
    I got through the arch installation and tried gummiboot. It would hang every time after successfully activating swap. I tried grub, too, but had the same problem. Because gummiboot is much less cumbersome, I switched back to that. Interestingly, systemd will sometimes recognize my drive twice before activating swap, and if I edit my fstab to ignore the swap completely, it hangs on the next step with is mounting the boot partition. I would like to point out that because I am not able to successfully boot my system, I cannot provide the exact messages for you guys, which may pose a problem.
    Solutions I have tried:
    1. Chrooting / mkinitcpio -p linux
    2. modifying fstab / removing swap from it completely
    3. fresh re-install
    Sources of error:
    1. Construction. Everything seems appropriate on the live usb, but maybe there is a problem in which ports I used for the SSD and HDD
    2. UEFI. It could be that UEFI just doesn't like mounting multiple things and freezes up when put on the spot.
    3. Legacy. It could be that this is not a problem with UEFI or my construction, but something I missed in the installation.
    Additional info:
    Partitioning scheme:
    sda1: ~500MiB boot / EFI partition
    sda2: ~4G swap
    sda3: ~110G /
    sdb:   ~2T, untouched (for storage later)
    I apologize for any typos and hope it was readable. I am super exhausted and going to take a nap. I'll check back in on this in the morning.
    Last edited by Leios (2015-02-08 00:16:27)

    Please post the output of:
    # gdisk -l /dev/sda
    lsblk -f
    And the contents of your gummiboot loader.conf and arch.conf (or whatever you've called it).
    Post the output of the commands after you have mounted all your partitions and (arch-)chroot'd into your system.
    You can use wgetpaste to post the outputs, as described by @ewaller here:
    https://bbs.archlinux.org/viewtopic.php … 8#p1500528
    Alternatively, pipe the command output to a text file and export it (using a live distribution or a USB stick).
    You should remove swap from your fstab -- systemd mounts it automatically anyway.

  • Hangs during boot after upgrading to Kernel 2.6.39

    I have just installed Arch on a new computer. It works fine until I upgrade to Kernel 2.6.39. After that it hangs on boot.
    The end of /var/log/everything.log is posted below.
    Jul 26 23:52:06 localhost kernel: [ 6.036766] [drm] nouveau 0000:04:00.0: Parsing VBIOS init table at offset 0x85F3
    Jul 26 23:52:06 localhost kernel: [ 6.129046] adt7475 1-002e: ADT7473 device, revision 1
    Jul 26 23:52:06 localhost kernel: [ 6.138997] [drm] nouveau 0000:04:00.0: Detected monitoring device: adt7473
    Jul 26 23:52:06 localhost kernel: [ 6.139000] [drm] nouveau 0000:04:00.0: 1 available performance level(s)
    Jul 26 23:52:06 localhost kernel: [ 6.139002] [drm] nouveau 0000:04:00.0: 0: memory 405MHz core 270MHz shader 540MHz
    Jul 26 23:52:06 localhost kernel: [ 6.139233] [TTM] Zone kernel: Available graphics memory: 12371030 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139236] [TTM] Zone dma32: Available graphics memory: 2097152 kiB.
    Jul 26 23:52:06 localhost kernel: [ 6.139238] [TTM] Initializing pool allocator.
    Jul 26 23:52:06 localhost kernel: [ 6.139252] [drm] nouveau 0000:04:00.0: Detected 5376MiB VRAM
    Jul 26 23:52:06 localhost kernel: [ 6.139260] mtrr: type mismatch for d0000000,8000000 old: write-back new: write-combining
    Jul 26 23:52:06 localhost kernel: [ 6.150626] [drm] nouveau 0000:04:00.0: 512 MiB GART (aperture)
    Jul 26 23:52:06 localhost kernel: [ 6.152371] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 23:52:06 localhost kernel: [ 6.176193] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    Jul 26 23:52:06 localhost kernel: [ 6.176195] [drm] No driver support for vblank timestamp query.
    Jul 26 23:52:06 localhost kernel: [ 6.228800] No connectors reported connected with modes
    Jul 26 23:52:06 localhost kernel: [ 6.228802] [drm] Cannot find any crtc or sizes - going 1024x768
    Jul 26 23:52:06 localhost kernel: [ 6.231002] [drm] nouveau 0000:04:00.0: allocated 1024x768 fb: 0x8020000, bo ffff880608d97800
    Jul 26 23:52:06 localhost kernel: [ 6.233786] Console: switching to colour frame buffer device 128x48
    Jul 26 23:52:06 localhost kernel: [ 6.235094] fb0: nouveaufb frame buffer device
    Jul 26 23:52:06 localhost kernel: [ 6.235094] drm: registered panic notifier
    Jul 26 23:52:06 localhost kernel: [ 6.235098] [drm] Initialized nouveau 0.0.16 20090420 for 0000:04:00.0 on minor 0
    Jul 26 23:52:06 localhost kernel: [ 6.255449] HDA Intel 0000:04:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Jul 26 23:52:06 localhost kernel: [ 6.255451] hda_intel: Disable MSI for Nvidia chipset
    Jul 26 23:52:06 localhost kernel: [ 6.255599] HDA Intel 0000:04:00.1: setting latency timer to 64
    Jul 26 23:52:06 localhost kernel: [ 7.663482] EXT4-fs (sda3): re-mounted. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.807508] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    Jul 26 23:52:06 localhost kernel: [ 7.851401] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    Jul 26 23:52:06 localhost kernel: [ 8.569682] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost kernel: [ 8.569687] r8169 0000:08:00.0: eth0: link down
    Jul 26 23:52:06 localhost dhcpcd[747]: eth0: waiting for carrier
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: carrier acquired
    Jul 26 23:52:08 localhost kernel: [ 10.301736] r8169 0000:08:00.0: eth0: link up
    Jul 26 23:52:08 localhost dhcpcd[747]: eth0: broadcasting for a lease
    Jul 26 23:52:12 localhost dhcpcd[747]: eth0: offered 131.181.53.42 from 131.181.127.32
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: acknowledged 131.181.53.42 from 131.181.59.48
    Jul 26 23:52:13 localhost dhcpcd[747]: eth0: checking for 131.181.53.42
    Jul 26 23:52:18 localhost dhcpcd[747]: eth0: leased 131.181.53.42 for 43200 seconds
    Jul 26 23:52:18 localhost dhcpcd[747]: forked to background, child pid 774
    Jul 26 23:52:18 localhost crond[823]: /usr/sbin/crond 4.5 dillon's cron daemon, started with loglevel info
    Jul 26 23:53:01 localhost crond[823]: FILE /etc/cron.d/prune-cronstamps USER root PID 835 job prune-cronstamps
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 836 job sys-hourly
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 837 job sys-daily
    Jul 26 23:53:01 localhost crond[823]: FILE /var/spool/cron/root USER root PID 838 job sys-weekly
    Any help fixing this would be greatly appreciated.

    I have been trying to isolate the problem a little further. I re-installed (with just the base and sudo) and after upgrading pacman rebooted and it worked without fail. Then I installed libusb and libusb-compat which where required when I tried to upgrade just the kernel using
    pacman -S kernel26
    which initially failed because of the missing dependencies libusb and libusb-compat. I then re-booted and that worked without a problem.
    I then upgraded to Kernel 2.6.39 using the above command and then it hung on rebooting. I saved the logs at each stage.
    The additional logs in errors.log in the reboot that failed are as follows.
    ul 26 16:28:39 O313 kernel: [ 5.120698] [drm] nouveau 0000:04:00.0: Pointer to BIT loadval table invalid
    Jul 26 16:28:39 O313 kernel: [ 5.360508] [drm] nouveau 0000:04:00.0: failed to load fuc409d
    Jul 26 16:28:39 O313 kernel: [ 5.808016] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.809960] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:39 O313 kernel: [ 5.812116] sd 20:0:0:0: [sdb] Assuming drive cache: write through
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    The end of kernel.log is as follows:
    Sat Jul 9 14:57:41 CEST 2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] Command line: root=/dev/disk/by-uuid/e4733c60-3e54-4001-a83e-415b690dfcb0 ro
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-provided physical RAM map:
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfed0000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cfed1000 (ACPI NVS)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfed1000 - 00000000cfee0000 (ACPI data)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000cfee0000 - 00000000cff00000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] BIOS-e820: 0000000100000000 - 0000000630000000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI 2.4 present.
    Jul 26 16:28:39 O313 kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. X58A-UD5/X58A-UD5, BIOS FD 02/01/2011
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Jul 26 16:28:39 O313 kernel: [ 0.000000] No AGP bridge found
    Jul 26 16:28:39 O313 kernel: [ 0.000000] last_pfn = 0x630000 max_arch_pfn = 0x400000000
    And this is the end of daemon.log
    Jul 26 16:27:49 O313 init: Switching to runlevel: 6
    Jul 26 16:27:50 O313 dhcpcd: received SIGTERM, stopping
    Jul 26 16:27:50 O313 dhcpcd: eth0: removing interface
    Jul 26 16:28:39 O313 2.352592] udevd[87]: starting version 171
    Jul 26 16:28:39 O313 4.531007] udevd[370]: starting version 171
    Jul 26 16:28:39 O313 dhcpcd: version 5.2.2 starting
    Jul 26 16:28:39 O313 dhcpcd: eth0: waiting for carrier
    Jul 26 16:28:35 O313 udevd[369]: error: runtime directory '/run/udev' not writable, for now falling back to '/dev/.udev'
    Jul 26 16:28:39 O313 init: Entering runlevel: 3
    Please let me know if any further information would be useful in tracking down this problem. Also ignore any timings in my initial post they were incorrect.
    Last edited by TheStatsMan (2011-07-26 07:40:48)

  • [SOLVED]root partition read only after update systemd

    After update systemd today, the systemd-remount-fs.service fail to start. Root filesystem is read only I tried add rw to fstab mount option, but the root parition is still  read only. I noticed that util-linux package are installed and udev package is dropped , Does it related to my problem?
    Please advice me.
    Sorry for my bad English.
    Update
    After downgard util-linux package, the system work again 
    Update 2
    UUID in grub.conf and fstab  are inconsistent, Thanks to  tomegun for point out this problem.
    Last edited by aduser (2012-06-08 04:05:59)

    output of systemctl status systemd-remount-fs.service
    systemd-remount-fs.service - Remount Root and Kernel File Systems
    Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; static)
    Active: failed (Result: exit-code) since Sun, 03 Jun 2012 01:17:42 +0800; 5min ago
    Process: 132 ExecStart=/usr/lib/systemd/systemd-remount-fs (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-remount-fs.service
    fstab
    UUID=55326b3a-eec9-498e-8e20-0a7ddd8daf9a / btrfs rw,compress=lzo,space_cache,autodefrag 0 1
    UUID=54c17991-716b-496e-a89b-4e978f2d92a4 /boot ext2 defaults 0 1
    systemctl
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    proc-sys...misc.automount loaded active waiting Arbitrary Executable File Formats File System Automount Point
    sys-devi...d-card1.device loaded active plugged RV630 audio device [Radeon HD 2600 Series]
    sys-devi...d-card0.device loaded active plugged 82801I (ICH9 Family) HD Audio Controller
    sys-devi...et-eth0.device loaded active plugged RTL8111/8168B PCI Express Gigabit Ethernet controller
    sys-devi...dd-sdd1.device loaded active plugged ST3120213A
    sys-devi...dd-sdd2.device loaded active plugged ST3120213A
    sys-devi...ock-sdd.device loaded active plugged ST3120213A
    sys-devi...da-sda1.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda2.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda3.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...da-sda5.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...ock-sda.device loaded active plugged WDC_WD6400AAKS-22A7B0
    sys-devi...db-sdb1.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb2.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb3.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb4.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...db-sdb5.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...ock-sdb.device loaded active plugged WDC_WD1002FAEX-00Z3A0
    sys-devi...dc-sdc1.device loaded active plugged ST980811AS
    sys-devi...dc-sdc2.device loaded active plugged ST980811AS
    sys-devi...ock-sdc.device loaded active plugged ST980811AS
    sys-devi...y-ttyS1.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS1
    sys-devi...y-ttyS2.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS2
    sys-devi...y-ttyS3.device loaded active plugged /sys/devices/platform/serial8250/tty/ttyS3
    sys-devi...y-ttyS0.device loaded active plugged /sys/devices/pnp0/00:07/tty/ttyS0
    -.mount loaded active mounted /
    boot.mount loaded active mounted /boot
    dev-hugepages.mount loaded active mounted Huge Pages File System
    dev-mqueue.mount loaded active mounted POSIX Message Queue File System
    sys-kernel-debug.mount loaded active mounted Debug File System
    tmp.mount loaded active mounted /tmp
    xs-big.mount loaded active mounted /xs/big
    xs-dev-\...pace\x5d.mount loaded active mounted /xs/dev/[workspace]
    xs-dev.mount loaded active mounted /xs/dev
    xs-dl.mount loaded active mounted /xs/dl
    xs-file.mount loaded active mounted /xs/file
    systemd-...d-console.path loaded active waiting Dispatch Password Requests to Console Directory Watch
    systemd-...word-wall.path loaded active waiting Forward Password Requests to Wall Directory Watch
    console-...daemon.service loaded active running Console Manager
    console-...-start.service loaded failed failed Console System Startup Logging
    dbus.service loaded active running D-Bus System Message Bus
    [email protected] loaded active running dhcpcd on eth0
    gdm.service loaded active running Gnome Display Manager
    [email protected] loaded active running Getty on tty1
    systemd-journald.service loaded active running Journal Service
    systemd-logind.service loaded active running Login Service
    systemd-...unt-fs.service loaded failed failed Remount Root and Kernel File Systems
    systemd-sysctl.service loaded active exited Apply Kernel Variables
    systemd-...-setup.service loaded active exited Recreate Volatile Files and Directories
    systemd-...rigger.service loaded active exited udev Coldplug all Devices
    systemd-udev.service loaded active running udev Kernel Device Manager
    systemd-...nlevel.service loaded failed failed Update UTMP about System Runlevel Changes
    systemd-...ssions.service loaded active exited Permit User Sessions
    systemd-...-setup.service loaded active exited Setup Virtual Console
    dbus.socket loaded active running D-Bus System Message Bus Socket
    systemd-initctl.socket loaded active listening /dev/initctl Compatibility Named Pipe
    systemd-journald.socket loaded active running Journal Socket
    systemd-shutdownd.socket loaded active listening Delayed Shutdown Socket
    systemd-...control.socket loaded active listening udev Control Socket
    systemd-...-kernel.socket loaded active running udev Kernel Socket
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded active active Network
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    systemd-...es-clean.timer loaded active waiting Daily Cleanup of Temporary Directories
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    74 units listed. Pass --all to see inactive units, too.
    grub2 conf
    menuentry 'Broken' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-ck kernel-true-852c733e-be0d-4375-8668-d7ae049295a9' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 54c17991-716b-496e-a89b-4e978f2d92a4
    else
    search --no-floppy --fs-uuid --set=root 54c17991-716b-496e-a89b-4e978f2d92a4
    fi
    echo 'Loading Linux ck kernel ...'
    linux /vmlinuz-linux-ck root=UUID=852c733e-be0d-4375-8668-d7ae049295a9 ro rootflags=subvol=broken quiet add_efi_memmap elevator=bfq
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-ck.img
    The update packages
    core/btrfs-progs 0.19.20120328-2 2 -> 3
    core/device-mapper 2.02.95-4 4 -> 6
    core/cryptsetup 1.4.2-1 1 -> 2
    core/gpm 1.20.6-7 7 -> 8
    core/lvm2 2.02.95-4 4 -> 6
    extra/libglapi 8.0.3-1 1 -> 2
    extra/libgl 8.0.3-1 1 -> 2
    extra/ati-dri 8.0.3-1 1 -> 2
    extra/bluez 4.99-2 2 -> 6
    extra/consolekit 0.4.6-3 3 -> 4
    extra/gvfs 1.12.3-1 1 -> 2
    extra/gvfs-obexftp 1.12.3-1 1 -> 2
    extra/libatasmart 0.18-1 1 -> 2
    extra/libcanberra 0.28-4 4 -> 5
    extra/libpulse 2.0-1 1 -> 2
    extra/libcanberra-pulse 0.28-4 4 -> 5
    extra/mesa 8.0.3-1 1 -> 2
    extra/pulseaudio 2.0-1 1 -> 2
    extra/xf86-video-ati 6.14.99-0.20120517 0.20120517 -> 1.20120517
    community/libvirt 0.9.12-7 7 -> 8
    community/ttf-ubuntu-font-family 0.80-2 2 -> 3
    multilib/lib32-libglapi 8.0.3-3 3 -> 3.1
    multilib/lib32-libgl 8.0.3-3 3 -> 3.1
    ==> Software upgrade (new version) :
    core/util-linux 2.21.1-2 -> 2.21.2-1
    core/e2fsprogs 1.42.2-2 -> 1.42.3-1
    core/libpipeline 1.2.0-2 -> 1.2.1-1
    core/libsystemd 44-7 -> 184-2
    core/procps-ng 3.3.2-2 -> 3.3.3-1
    core/systemd 44-7 -> 184-2
    core/systemd-sysvcompat 3-1 -> 184-2
    extra/pixman 0.24.4-1 -> 0.26.0-1
    extra/xorg-server-common 1.12.1.902-1 -> 1.12.2-1
    extra/xorg-server 1.12.1.902-1 -> 1.12.2-1
    community/libuser 0.57.1-2 -> 0.57.6-1
    community/os-prober 1.49-3 -> 1.53-1
    community/systemd-arch-units 20120412-6 -> 20120528-3
    repo-ck/linux-ck-corex 3.3.7-1 -> 3.4-1
    repo-ck/linux-ck-corex-headers 3.3.7-1 -> 3.4-1
    ==> New package :
    core/systemd-tools 184-2 (required by systemd)
    Does the systemd not support btrfs subvolume as root partition??
    Last edited by aduser (2012-06-02 17:45:39)

  • [SOLVED] Headphone keep producing noises after update

    I executed "pacman -Syu" yesterday. And after update my headphone isn't turned on automatically. I had install alsamixer and unmute it manually, but the problem is the headphone keeps producing annoying noises. It never happened before the update. I have win***s installed and got no problem with it.
    Don't know what to do here. I've been using linux (mandriva, opensuse, fedora, slackware, and mostly ubuntu) for 5 years, but haven't been working with arch until a month ago, so you probably underestand my situation.
    Thank for the cooperation..
    Last edited by amuroray (2011-05-29 00:53:01)

    yeah it was the kernel, nvidia driver, and others
    core/grep core/mkinitcpio
    core/cryptsetup
    core/kbd
    core/attr
    core/gcc
    core/xz
    core/file
    core/initscripts
    core/acl
    core/lzo2
    core/util-linux
    core/kernel26
    core/linux-firmware
    core/gmp
    core/udev
    core/gcc-libs
    core/sqlite3
    core/device-mapper
    core/lvm2
    core/binutils
    core/glib2
    extra/kdelibs
    extra/p7zip
    extra/akonadi
    extra/kdeedu-marble
    extra/udisks extra/poppler-qt
    extra/gstreamer0.10-ugly-plugins
    extra/gstreamer0.10-ugly extra/acpid
    extra/boost-libs extra/gstreamer0.10
    extra/kdebase-workspace
    extra/poppler
    extra/wvdial
    extra/gstreamer0.10-base
    extra/kdeplasma-applets-networkmanagement
    extra/libftdi
    extra/parted
    extra/gstreamer0.10-base-plugins
    extra/git
    extra/liblqr
    extra/upower
    extra/libssh2
    extra/nvidia-utils
    extra/chromium
    extra/partitionmanager
    extra/curl
    extra/gnutls
    extra/nvidia
    extra/neon
    extra/libjpeg-turbo
    community/packagekit-qt community/opera community/packagekit
    and one more thing, when booting up i noticed that when udev was starting, there was a slight click sound coming from my headphones twice. I assume that was a sign that the headphone was turned on and turned off again when udev was starting, so maybe it was udev problem, i think.

  • [SOLVED] System hangs on boot, reinstalling Arch doesn't help

    After a recent upgrade (including the kernel), my system hangs on boot.  I have an Asus K40IN laptop, about 2 years old.  I've been running Arch for the life of the computer and never had any (serious) problems.
    I booted into a live Arch environment, tried rebuilding the mkinitcpio image, didn't work.  Tried downgrading the kernel, didn't work.
    I then assumed it was just some software issue that I couldn't figure out, so I reinstalled Arch.  No change.
    Here's what my screen looks like when it hangs:
    Any ideas would be very much appreciated.  I'm completely stumped here.
    Last edited by noahsark1126 (2011-06-15 23:32:34)

    jnguyen: 
    I have another arch system, a desktop, that I tend to keep pretty much in sync with my laptop.  So I can look in the logs on that system to see what was upgraded.  The other notable packages in that upgrade were probably udev, initscripts, and mkinitcpio.  I will try downgrading those.
    Leonid.I:
    I'm using the 2010.05 arch release, which has kernel 2.6.33.  I see two cores in the live env, as I should, and there's nothing to suggest any problems in the logs.
    I'm actually now getting a completely different hang screen:
    Of course I don't know what this one means either...

  • My MBP doesnt boot after update / Prohibition sign flashes twice and then goes straight to OX Utilities

    Hello all,
    I thought I would never be here, but I am.
    After updating iTunes and Memory Clean in App Store (nothing unusual) my MAC stopped booting properly.
    MBP / early 2011 / Mountain Lion
    It shows the Apple logo flashing twice the prohibiting sign (cancel circle), after that it goes straight to the OS X Utilities.
    Note:
    - It recognizes the HD and the Recovery partition.
    - Verify permission shows a lot of /Applications/iTunes issues, but I have repaired like 5 times and still showing issues.
    - Hardware test passed OK.
    - Repair disk, no issues.
    - Shift (safe mode) doesn't work (lot of flashing ? folder, apple logo, etc).
    - PRAM restarted, twice.
    I can't reinstall or launch the ML installer, when I go trough the install process which mandatory requires Internet connection and AppStore login, it states: This item is temporarily unavailable. Try again later.
    Please help me, I'm desperate this is my production machine and I'm travelling.
    What I'm missing?

    You cannot reinstall Mountain Lion from the App Store, but you can install Mavericks which is free and will run on your computer. Here's what you do:
    Install or Reinstall Mavericks or Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    OS X Mavericks- Erase and reinstall OS X
    OS X Mountain Lion- Erase and reinstall OS X
    OS X Lion- Erase and reinstall Mac OS X
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • Macbook pro won't boot after update to 10.6.8

    Hi everyone,
    Yesterday I bought an used macbook pro (15 inch early 2008). When looking at it, it was in good shape and the previous owner just did a fresh install of snow leopard. I took it home and whas happy with it. In the first two hours of using it, everything was fine. After installing the update to 10.6.8 my macbook needed to be shut down.. After shutting down it started up again but the screen stayed black. I had no idea why. So I rebooted it by pressing the power button. The same problem remained, it seemed to start up (I could hear the harddrive and fan) but it didn't boot into Mac Os. After a couple of attempts, it now shutsdown immediatly after pressing the powerbutton (3 seconds after). No chime or nothing.
    At first I thought this would only be a software problem, because the problem started immediatly after updating. So I put in my snow leopard dvd to boot into that, but I can't even get it to boot into the install dvd. Because it shuts down immediatly after pressing the power button. Then I started suspecting an hardware failure, which would be a very big coincidence to show up immediatly after booting up. These are the things I have tried so far, to no avail:
    - Plugging of the power cord and removing the battery, then pressing and holding the powerbutton for at least 5 sec
    - Holding the option, command, P and R keys during boot.
    - Replacing the memory
    - Replacing the hard drive
    - Unplugging the super drive
    - Starting up holding the d key
    At a certain point I was hoping that It would be an harddrive or memory problem. I replaced both with examples I know for sure they are working. But still the same problem; macbook shuts down  almostimmedialty after pressing the power button.
    There is no warrany anymore, and technical support would cost me 49 euros per incident.. to probably hear that the macbook is beyond repair. I feel i have just thrown away 300 euro's for an nightmare experience. Does anybody now anything to try, i'm really desperate here

    After installing the update to 10.6.8
    What update was that?
    So I put in my snow leopard dvd to boot into that, but I can't even get it to boot into the install dvd.
    Did the previous owner also give you the discs that originally came with the computer?  Those are what you need to troubleshoot with.  You also need disc 1 to run the Apple Hardware Test.
    There is no warrany anymore, and technical support would cost me 49 euros per incident..
    Apple Store and AASP diagnostic testings are free.  Suggest that you take full advantage of it.  This way you can find out exactly what is wrong with your computer.  Post back here with the diagnosis and someone will post DIY repair sites.

  • IMac 24" Intel Core 2 black display on boot after update to 10.6.7

    Help!
    After updating software to 10.6.7, my iMac won't display anything but a black screen after booting, the system seems to be working because you can figure out that the list of users is there to start up (keyboard & sounds) but no display. Things I have already tried: Reset PRAM and SMC and nothing. It's black.
    I will appreciate any kind of help.
    Thanks to all
    Rodrigo

    I'm having the same problem. I took my iMac to a genius bar and they couldn't help. Apple needs to address this.

Maybe you are looking for

  • Getting intermittent AccessViolationExceptions when accessing stores from Outlook.Stores object

    We have a very strange situation in which we get random AccessViolationExceptions when trying to access stores (in particular our own) via the Outlook.Stores. Here's a code snippet of how we're calling this (currently done in our Outlook.ExplorerEven

  • Reading txt file

    Assume a file contains these values, one per line, as below: 100 50 200 300 30 70 Write a code snippet that reads the values and uses a method named drawLine() to draw the line segments. Assume drawLine() accepts the four arguments (x1, y1, x2, y2) ,

  • IWeb crashes on startup

    Greetings, Working on iWeb (version 3.0.2) today when there was a sudden power failure. Now, iWeb crashes on startup and I am not sure how to fix the problem. iWeb gets far enough into the startup to show the "Inspector" pallet before crashing. No ot

  • Can't use SATA 3 & 4

    Hi, I have a K8N Neo2-FX and my problem is that I can't use the ports 3 and 4 on my mobo, since I've clocked and those two are the only ones with locked frequency. 1 and 2 works fine, 3 and 4 works sometimes, but I'm unable to restart the computer wh

  • OSMF User Group Launch (Online only)  |  Thursday 11/19 @ 10:00 AM PST

    This Thursday is the launch of the OSMF User Group!  All are welcome.  Please help us get the word out! Please see the user group home page for details about how to attend.  Home page here: http://groups.adobe.com/groups/7af970e6e4 Presenter for this