Pm-suspend unmounts joystick

Hi
I use a joystick for a game I play in Wine.
If I pm-suspend then the joystick is unusable when I resume.
I guess it's unmounted at suspend and not remounted at resume but, I'm not sure how to go about resolving this issue. I looked through the pm-utils entry in wiki but nothing there helped with my problem.
Any help would be appreciated.
Obviously if you need any info from my side then do say.
TIA
Last edited by Bazzaah (2011-01-28 19:12:53)

I did not say anything about reinstalling grub.
Yes, i'm using systemd
When I restart the netbook AFTER suspend-and-resume, instead the grub2 menu I get a blinking cursor and after a minute the following message "Reboot and select proper device..", just as the picture of the original message.
Just to clarify:
Case A:
1- power on netbook
2- grub2 menu
3- Login Archlinux
4- shutdown -r now - > netbook restart
5- grub2 menu, and everything ok
6-
Case B (restart after suspend):
1- power on netbook
2- grub2 menu
3- Login Archlinux
4- close lid -> suspend -> power led blinking
5- open lid and press button -> netbook on
6- shutdown -r now - > netbook restart
7- after bios text, instead of grub2 I get a blinking cursor and after a minute the following message "Reboot and select proper device.."
8-
Case C (power on after suspend):
1- power on netbook
2- grub2 menu
3- Login Archlinux
4- close lid -> suspend -> power led blinking
5- open lid and press button -> netbook on
6- shutdown -h now - > netbook powers off
7- press power button -> power on netbook
8- after bios text, instead of grub2 I get a blinking cursor and after a minute the following message "Reboot and select proper device.."
9-
Case D:
1- power on netbook
2- grub2 menu
3- Login Archlinux
4- close lid -> suspend -> power led blinking
5- open lid and press button -> netbook on
6- shutdown -h now - > netbook powers off
7- wait for 30 min
8- press power button -> power on netbook
9- grub2 menu, and everything ok
10-

Similar Messages

  • [SOLVED] NTFS partition unmounted after suspend to ram

    I recently did a from-scratch installation after I bought an SSD to replace of my old harddrive. Since this fresh install I have been having a problem with an NTFS partition that is mounted by way of fstab (it's not _the_ windows partition just a bit of shared space on a dual-boot setup): Whenever I suspend the computer and bring it back up, the NTFS partition is invariably unmounted.
    The mount point is empty and the mount command makes no mention of the mount. A simple "sudo mount /mnt/SAND" will bring the partition back up again although sometimes it needs to be umounted first (the mount point is still empty despite the 'mount'). Here is the fstab line:
    /dev/sda3 /mnt/SAND ntfs-3g defaults,noatime,uid=1000,gid=100 0 0
    Testing and screwing around I've noticed that if the WINDOWS partition is mounted using nautilus (as it is not mentioned in fstab) that too will be unmounted while a non-root ext4 partition (UBUNTU) is not.
    So my hypothesis is that these NTFS partitions are singled out for unmounting when suspending (but apparently not mounting when reawakening?) -- maybe because they are assumed to be external drives? Given that it happens across mounting solutions (fstab/nautilus) I'm inclined to think it's not a bug?
    At any rate I'm looking for a solution that will allow me to stop the unmounting when suspending -- ideally for all internal drives, secondarily for these specific partitions. I have checked the suspend to ram article on the wiki but it doesn't seem to mention anything about unmounting...
    EDIT: After the Great Big Arch Switch To Systemd this problem no longers occurs on so I'm closing it. Not necessarily much of a solution to anyone who happens on this from google, sorry.
    Last edited by madchine (2012-10-13 12:58:54)

    Hi all,
    It seems that most freezes are gone with:
    - 270.29 beta driver
    - MTRR enabled by appending enable_mtrr_cleanup mtrr_spare_reg_nr=1 to the list of kernel options (see http://www.nvnews.net/vbulletin/showpos … tcount=39)
    I didn't investigate further to  know if both the driver and the MTRR trick are required.
    Thanks a lot,
    Aurel.

  • [Solved] Suspend not working on Asus N82JV / USB 3.0

    *Solved* Turns out you just have to create a file in /etc/pm/config.d with the following text: SUSPEND_MODULES="xhci-hcd ehci-hcd". Voilá. Suspend to ram works by a) sudo pm-suspend b) Ordering KDE to suspend c) Fn+F1.
    I've been trying to figure this out for some time now.
    I've managed to get suspending to disk working, using hibernate-script with USuspendMethod disk. I had to blacklist xhci_hcd (usb 3.0) in order for it to work.
    I already tried pretty much every s2ram combination as described here, even though I haven't yet tried the booting with minimal environment part.
    Every combination ends up complety locking the system, with no possibility of ctrl+alt+fx or even ctrl+alt+del. Just hangs 'forever'.
    /etc/suspend.conf
    snapshot device = /dev/snapshot
    resume device = /dev/sda7
    #image size = 350000000
    suspend loglevel = 2
    compute checksum = y
    compress = y
    #encrypt = y
    #early writeout = y
    #splash = y
    shutdown method = shutdown
    /etc/hibernate/common.conf
    # Configuration options common for suspending to disk or RAM.
    # Options are not case sensitive.
    # See hibernate.conf(5) for help on the configuration items.
    ### Some global settings
    Verbosity 0
    LogFile /var/log/hibernate.log
    LogVerbosity 3
    #LogTimestamp yes
    AlwaysForce yes
    # AlwaysKill yes
    # HibernateVT 15
    Distribution arch
    # XDisplay :0
    ### Scriptlets
    ### Scriptlets provide support for doing all sorts of things before and after
    ### suspending. The defaults settings here should work for most people, but
    ### you may wish to edit these to taste. Consult "hibernate -h" for help on
    ### the configuration settings.
    ### bootsplash
    ## If you use bootsplash, also enabling SwitchToTextMode is recommended if
    ## you use X, otherwise you may end up with a garbled X display.
    # Bootsplash on
    # BootsplashConfig /etc/bootsplash/default/config/bootsplash-1024x768.cfg
    ### clock
    SaveClock restore-only
    #DirectIsa
    ### devices
    # IncompatibleDevices /dev/dsp /dev/video*
    ### diskcache
    # DisableWriteCacheOn /dev/hda
    ### fbsplash (enable SwitchToTextMode if you use this)
    # FBSplash on
    # FBSplashTheme tuxonice
    ### filesystems
    # Unmount /nfsshare /windows /mnt/sambaserver
    # UnmountFSTypes smbfs nfs
    # UnmountGraceTime 1
    # Mount /windows
    ### grub
    # ChangeGrubMenu yes
    # GrubMenuFile /boot/grub/menu.lst
    # AlternateGrubMenuFile /boot/grub/menu-suspended.lst
    # BackupGrubMenuFile /boot/grub/menu.lst.hibernate.bak
    # see http://bugs.debian.org/317479
    # RemountXFSBoot yes
    ### hardware_tweaks
    # IbmAcpi yes
    # RadeonTool yes
    # Runi915resolution yes
    FullSpeedCPU yes
    ### lilo
    # EnsureLILOResumes yes
    ### lock (generally you only want one of the following options)
    ## For console you need vlock available.
    ## For x you need xscreensaver-command-command available.
    ## For gnome you need gnome-screensaver-command available.
    ## For kde you need dcop, kscreensaver available.
    ## For XAuto you need xautolock available.
    ## For Xtr you need xtrlock available.
    ## For Freedesktop (for example KDE4) you need dbus-send available
    # LockConsoleAs root
    # LockXScreenSaver yes
    LockGnomeScreenSaver yes
    # LockFreedesktop
    # LockKDE yes
    # LockXLock yes
    # LockXAutoLock yes
    # LockXtrLock yes
    ### misclaunch
    # OnSuspend 20 echo "Good night!"
    # OnResume 20 echo "Good morning!"
    ### modules
    # UnloadModules snd_via82cxxx usb-ohci
    # UnloadAllModules yes
    UnloadBlacklistedModules yes
    LoadModules auto
    # LoadModulesFromFile /etc/modules
    ### modules-gentoo
    # GentooModulesAutoload yes
    ### network
    # DownInterfaces eth0
    # UpInterfaces auto
    ### networkmanager
    EnableNMReconnect yes
    ### pause_audio
    # MuteAudio yes
    # PauseAudio yes
    ### pcmcia
    # EjectCards yes
    ### programs
    # IncompatiblePrograms xmms
    ### services
    # RestartServices laptop_mode anacron
    # StopServices alsasound
    # StartServices aumix
    ### vbetool
    # EnableVbetool yes
    # RestoreVbeStateFrom /var/lib/vbetool/vbestate
    # VbetoolPost yes
    # RestoreVCSAData yes
    ### xhacks
    SwitchToTextMode yes
    # UseDummyXServer yes
    # DummyXServerConfig xorg-dummy.conf
    ### xstatus
    ## This can be set to gnome, kde or x:
    ## For gnome you need zenity available.
    ## For kde you need dcop, kstart, kdialog available.
    ## For x you need to have xosd OR xmessage available.
    # XStatus gnome
    # XmessageDisable yes
    # XSuspendText Preparing to suspend...
    # XResumeText Resuming from suspend...
    ## When using XStatus x, and you have xosd installed:
    # XosdSettings --font '-misc-fixed-medium-r-semicondensed--*-120-*-*-c-*-*-*' --colour=Green --shadow 1 --pos bottom --align center --offset 50
    ### xbacklight
    # BackLight yes
    ### gaim
    ## You need to have dbus, gaim_remote available.
    # LogoutGaim yes
    # GaimRestoreStatus yes
    # GaimLogoutMessage Hibernating
    # GaimLoginMessage Back from hibernation
    ### pidgin
    # LogoutPidgin yes
    # PidginRestoreStatus yes
    # PidginLogoutMessage Hibernating - bye!
    # PidginLoginMessage I'm back!
    ### SSH and PGP keys
    # AgentsClearGPG yes
    # AgentsClearSSH yes
    ### Virtualbox
    # SuspendVirtualbox yes
    ### Dropping disk caches
    # As a way to speed up suspending, you can free the memory used for disk caches so there will be less to write to the disk. The downside is the risk of crashing your system. but I have had no trouble with it so far, while reducing the size of the suspended image by half.
    #OnSuspend 00 sync; echo 3 > /proc/sys/vm/drop_caches
    /etc/hibernate/ususpend-ram.conf
    # This file is used when suspending to RAM using the uswsusp functionality in
    # the kernel. You will require the s2disk binary to be installed - this can be
    # downloaded from http://suspend.sourceforge.net/ . On Debian systems, just
    # install the uswsusp package.
    # Add any configuration options specific to ususpend to this file. Ordering is
    # not crucial, and options are not case-sensitive.
    # See hibernate.conf(5) for help on the configuration items.
    USuspendMethod ram
    ## if needed, pass the -f option to s2ram
    USuspendRamForce yes
    ## if s2ram is unsure, let it use system-specific options instead of having to
    ## force it.
    #USuspendRamUnsureOk yes
    ## if needed, pass the -m option to s2ram
    ## (-m should be used instead of -s, if possible; see
    ## https://bugzilla.novell.com/show_bug.cgi?id=229603)
    USuspendRamVbeMode yes
    ## if needed, pass the -s option to s2ram
    ## (if possible, prefer -m to -s; see above)
    # USuspendRamVbeSave yes
    ## if needed, pass the -p option to s2ram
    # USuspendRamVbePost yes
    ## if needed, pass the -a option to s2ram
    ## (Intel users see: http://en.opensuse.org/S2ram#Intel_Graphics_Chipsets)
    USuspendRamAcpiSleep 3
    ## if needed, pass the -v option to s2ram
    USuspendRamPciSave yes
    ## if needed, pass the -r option to s2ram
    # USuspendRamRadeontool yes
    Include common.conf
    Here's the output from /var/log/hibernate.conf, from when I try hibernate -F /etc/hibernate/ususpend-ram.conf
    Starting suspend at Seg Ago 16 22:38:02 WEST 2010
    hibernate: [01] Executing CheckLastResume ...
    hibernate: [01] Executing CheckRunlevel ...
    hibernate: [01] Executing LockFileGet ...
    hibernate: [01] Executing NewKernelFileCheck ...
    hibernate: [10] Executing EnsureUSuspendCapable ...
    hibernate: [11] Executing XHacksSuspendHook1 ...
    hibernate: [59] Executing RemountXFSBootRO ...
    hibernate: [61] Executing NMSuspend ...
    Putting NetworkManager to sleep
    hibernate: [89] Executing SaveKernelModprobe ...
    Saved /proc/sys/kernel/modprobe is /sbin/modprobe
    hibernate: [91] Executing LockGnomeScreensaver ...
    hibernate: [91] Executing ModulesUnloadBlacklist ...
    Unloading blacklisted modules listed /etc/hibernate/blacklisted-modules
    Module version for ipw2100 is 66050
    Module version for ipw2200 is 66050
    Module version for snd_bt_sco is
    Module version for ndiswrapper is
    Unloading blacklisted module uvcvideo (and dependencies)
    Unloading uvcvideo ...
    Removing modules with rmmod.
    Unloading blacklisted module xhci_hcd (and dependencies)
    Unloading xhci_hcd ...
    hibernate: [95] Executing XHacksSuspendHook2 ...
    xhacks: changing console from 7 to 15
    hibernate: [98] Executing CheckRunlevel ...
    hibernate: [98] Executing FullSpeedCPUSuspend ...
    Switched to performance, with min freq at 2267000
    Switched to performance, with min freq at 2267000
    Switched to performance, with min freq at 2267000
    Switched to performance, with min freq at 2267000
    hibernate: [99] Executing DoUSuspend ...
    hibernate: Running /usr/sbin/s2ram -f -m -a 3 -v...
    lspci
    spci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 12)
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 12)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
    00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 4 (rev 06)
    00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 06)
    00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 06)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a6)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 06)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 06)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
    00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 06)
    01:00.0 VGA compatible controller: nVidia Corporation Device 0caf (rev ff)
    03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    04:00.0 USB Controller: NEC Corporation Device 0194 (rev 03)
    05:00.0 Ethernet controller: Atheros Communications Device 1063 (rev c0)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
    lsusb
    Bus 002 Device 003: ID 0bda:0116 Realtek Semiconductor Corp. Mass Storage Device
    Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 04f2:b1bb Chicony Electronics Co., Ltd
    Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    lsmod
    Module Size Used by
    cryptd 6246 0
    aes_x86_64 7396 1
    aes_generic 26154 1 aes_x86_64
    acpi_call 1712 0
    ipv6 280376 32
    usb_storage 42628 0
    uvcvideo 59687 0
    videodev 39355 1 uvcvideo
    v4l1_compat 15554 2 uvcvideo,videodev
    v4l2_compat_ioctl32 10681 1 videodev
    snd_hda_codec_intelhdmi 10070 1
    snd_hda_codec_realtek 267731 1
    snd_seq_oss 29920 0
    snd_seq_midi_event 5420 1 snd_seq_oss
    snd_seq 51394 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5469 2 snd_seq_oss,snd_seq
    snd_hda_intel 21906 2
    snd_hda_codec 76787 3 snd_hda_codec_intelhdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6286 1 snd_hda_codec
    snd_pcm 71781 2 snd_hda_intel,snd_hda_codec
    asus_laptop 14339 0
    sparse_keymap 2547 1 asus_laptop
    wmi 5925 0
    nouveau 523432 0
    snd_timer 19820 2 snd_seq,snd_pcm
    ac 3089 0
    battery 10055 0
    thermal 12258 0
    ttm 45713 1 nouveau
    snd 58291 13 snd_hda_codec_realtek,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7233 2 snd_hda_intel,snd_pcm
    arc4 1362 2
    ecb 1993 2
    joydev 9863 0
    xhci_hcd 45124 0
    ath9k 72182 0
    ath9k_common 2529 1 ath9k
    iTCO_wdt 10669 0
    iTCO_vendor_support 1849 1 iTCO_wdt
    mac80211 182919 2 ath9k,ath9k_common
    ath9k_hw 216824 2 ath9k,ath9k_common
    ath 8790 2 ath9k,ath9k_hw
    cfg80211 141632 4 ath9k,ath9k_common,mac80211,ath
    rfkill 15518 2 asus_laptop,cfg80211
    led_class 2347 2 asus_laptop,ath9k
    atl1c 31680 0
    i2c_i801 8598 0
    ehci_hcd 36042 0
    usbcore 145453 5 usb_storage,uvcvideo,xhci_hcd,ehci_hcd
    cpufreq_powersave 942 0
    psmouse 53592 0
    cpufreq_ondemand 7990 4
    sg 25328 0
    acpi_cpufreq 6491 1
    freq_table 2339 2 cpufreq_ondemand,acpi_cpufreq
    evdev 8775 16
    serio_raw 4470 0
    pcspkr 1803 0
    processor 29040 5 acpi_cpufreq
    fuse 59417 7
    soundcore 6089 1 snd
    rtc_cmos 8886 0
    rtc_core 14439 1 rtc_cmos
    rtc_lib 1882 1 rtc_core
    ext4 330125 1
    mbcache 5762 1 ext4
    jbd2 75607 1 ext4
    crc16 1281 1 ext4
    sr_mod 14842 0
    cdrom 35809 1 sr_mod
    sd_mod 27923 5
    ahci 36972 4
    libata 155099 1 ahci
    scsi_mod 94212 5 usb_storage,sg,sr_mod,sd_mod,libata
    i915 296298 2
    drm_kms_helper 23740 2 nouveau,i915
    drm 162265 5 nouveau,ttm,i915,drm_kms_helper
    i2c_algo_bit 5071 2 nouveau,i915
    button 4818 2 nouveau,i915
    i2c_core 18364 7 videodev,nouveau,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
    video 19077 1 i915
    output 1956 1 video
    intel_agp 29074 2 i915
    Am I missing something? Is it another module? Some hardware that's causing this? The only other odd hardware configuration, other than USB 3.0 is the dual graphic cards (Nvidia Optimus). The Nvidia is powered down, though (tried both ways).
    Note: The default suspend system doesn't work, it just locks the screen (if in gnome/kde/whatever)
    Last edited by Xehoz (2010-11-25 23:37:14)

    Looke like tripplec has this right.  From http://support.lenovo.com/en_US/product-and-parts/detail.page?&DocID=PD024298
    Notes:
    ThinkPad T420, T420s and T520 models, USB 3.0 port on the Mini Dock Series 3 with USB 3.0 will function as a USB 2.0 port.
    Thinkpad T430, T430s and T530 models on the Mini Dock Series 3 with USB 3.0 will function as a USB 3.0 port.
    The functionality of the T420, T420s and T520 is a limitation of the Intel Chipset not a defect in either the Thinkpad or Mini Dock Series 3 with USB 3.0
    I don't see that on the sales page.  Only found it by searching on the part number
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Touchpad not working after suspend/resume on Asus R409LD

    Hello,
    I have installed Arch on my Asus laptop and I had issues with the FocalTech touchpad being detected as a generic mouse. This problem is now fixed in the mainline kernel which I use (cf https://wiki.archlinux.org/index.php/AS … #Touch_Pad).
    However I still have a problem : when I suspend/resume my laptop, the touchpad ceases working.
    Here is the output of xinput before suspending :
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ FocalTechPS/2 FocalTech FocalTech Touchpad id=13 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ USB Camera id=10 [slave keyboard (3)]
    ↳ Asus WMI hotkeys id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    I tried deactivating and reactivating psmouse but it doesn't work.
    Wierdly, the touchpad is still listed by xinput after resuming, but doesn't work. And when I disable/enable psmouse it disappears from the output.
    Here is a full dmseg with suspend/resume if it may help :
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 4.0.0-1-mainline (auguste@hal) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Mar 14 14:53:37 CET 2015
    [ 0.000000] Command line: initrd=/intel-ucode.img initrd=/initramfs-linux-mainline.img root=/dev/sda2 rw rootfstype=ext4 acpi_osi=
    [ 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-0x00000000b9d7dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b9d7e000-0x00000000b9d84fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b9d85000-0x00000000ba5dafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ba5db000-0x00000000ba85afff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ba85b000-0x00000000c98b4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c98b5000-0x00000000c9ac9fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000c9aca000-0x00000000c9e0efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c9e0f000-0x00000000cab1cfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cab1d000-0x00000000caffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cbc00000-0x00000000cfdfffff] 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-0x00000001af1fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0xba86a018-0xba877e57] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000b9d7dfff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000b9d7e000-0x00000000b9d84fff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000b9d85000-0x00000000ba5dafff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba5db000-0x00000000ba85afff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ba85b000-0x00000000ba86a017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba86a018-0x00000000ba877e57] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000ba877e58-0x00000000c98b4fff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c98b5000-0x00000000c9ac9fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000c9aca000-0x00000000c9e0efff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000c9e0f000-0x00000000cab1cfff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x00000000cab1d000-0x00000000caffefff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000cafff000-0x00000000caffffff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000cbc00000-0x00000000cfdfffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xc9e93000 ACPI 2.0=0xc9e93000 SMBIOS=0xcaf46318
    [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000007000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem05: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem07: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000001000000-0x0000000001e39000) (14MB)
    [ 0.000000] efi: mem08: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000001e39000-0x000000007fc02000) (2013MB)
    [ 0.000000] efi: mem09: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000007fc02000-0x0000000080000000) (3MB)
    [ 0.000000] efi: mem10: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000080000000-0x00000000b687a000) (872MB)
    [ 0.000000] efi: mem11: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000b687a000-0x00000000b697a000) (1MB)
    [ 0.000000] efi: mem12: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b697a000-0x00000000b7f44000) (21MB)
    [ 0.000000] efi: mem13: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000b7f44000-0x00000000b7f45000) (0MB)
    [ 0.000000] efi: mem14: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000b7f45000-0x00000000b9d7e000) (30MB)
    [ 0.000000] efi: mem15: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000b9d7e000-0x00000000b9d85000) (0MB)
    [ 0.000000] efi: mem16: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b9d85000-0x00000000b9ed9000) (1MB)
    [ 0.000000] efi: mem17: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000b9ed9000-0x00000000ba59b000) (6MB)
    [ 0.000000] efi: mem18: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba59b000-0x00000000ba5b8000) (0MB)
    [ 0.000000] efi: mem19: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000ba5b8000-0x00000000ba5d2000) (0MB)
    [ 0.000000] efi: mem20: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba5d2000-0x00000000ba5db000) (0MB)
    [ 0.000000] efi: mem21: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000ba5db000-0x00000000ba85b000) (2MB)
    [ 0.000000] efi: mem22: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba85b000-0x00000000ba86a000) (0MB)
    [ 0.000000] efi: mem23: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000ba86a000-0x00000000ba879000) (0MB)
    [ 0.000000] efi: mem24: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ba879000-0x00000000c72f8000) (202MB)
    [ 0.000000] efi: mem25: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c72f8000-0x00000000c735c000) (0MB)
    [ 0.000000] efi: mem26: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c735c000-0x00000000c7375000) (0MB)
    [ 0.000000] efi: mem27: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c7375000-0x00000000c7395000) (0MB)
    [ 0.000000] efi: mem28: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c7395000-0x00000000c73a5000) (0MB)
    [ 0.000000] efi: mem29: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c73a5000-0x00000000c74af000) (1MB)
    [ 0.000000] efi: mem30: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c74af000-0x00000000c74b0000) (0MB)
    [ 0.000000] efi: mem31: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000c74b0000-0x00000000c8c37000) (23MB)
    [ 0.000000] efi: mem32: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c8c37000-0x00000000c95f3000) (9MB)
    [ 0.000000] efi: mem33: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000c95f3000-0x00000000c98b5000) (2MB)
    [ 0.000000] efi: mem34: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000c98b5000-0x00000000c9a55000) (1MB)
    [ 0.000000] efi: mem35: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000c9a55000-0x00000000c9aca000) (0MB)
    [ 0.000000] efi: mem36: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000c9aca000-0x00000000c9e0f000) (3MB)
    [ 0.000000] efi: mem37: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000c9e0f000-0x00000000caad9000) (12MB)
    [ 0.000000] efi: mem38: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caad9000-0x00000000caaf9000) (0MB)
    [ 0.000000] efi: mem39: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caaf9000-0x00000000caafd000) (0MB)
    [ 0.000000] efi: mem40: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000caafd000-0x00000000cab00000) (0MB)
    [ 0.000000] efi: mem41: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000cab00000-0x00000000cab1d000) (0MB)
    [ 0.000000] efi: mem42: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cab1d000-0x00000000cae70000) (3MB)
    [ 0.000000] efi: mem43: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000cae70000-0x00000000caea7000) (0MB)
    [ 0.000000] efi: mem44: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caea7000-0x00000000caea9000) (0MB)
    [ 0.000000] efi: mem45: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caea9000-0x00000000caf48000) (0MB)
    [ 0.000000] efi: mem46: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caf48000-0x00000000caf6c000) (0MB)
    [ 0.000000] efi: mem47: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000caf6c000-0x00000000cafff000) (0MB)
    [ 0.000000] efi: mem48: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000cafff000-0x00000000cb000000) (0MB)
    [ 0.000000] efi: mem49: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x00000001af200000) (2802MB)
    [ 0.000000] efi: mem50: [Reserved |RUN| | | | | | | | ] range=[0x00000000cbc00000-0x00000000cfe00000) (66MB)
    [ 0.000000] efi: mem51: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem52: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem53: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem54: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem55: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem56: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. X450LD/X450LD, BIOS X450LD.208 06/11/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 = 0x1af200 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 7F00000000 write-back
    [ 0.000000] 1 base 0100000000 mask 7F80000000 write-back
    [ 0.000000] 2 base 0180000000 mask 7FC0000000 write-back
    [ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
    [ 0.000000] 5 base 00CC000000 mask 7FFC000000 uncachable
    [ 0.000000] 6 base 00CBC00000 mask 7FFFC00000 uncachable
    [ 0.000000] 7 base 01B0000000 mask 7FF0000000 uncachable
    [ 0.000000] 8 base 01AF800000 mask 7FFF800000 uncachable
    [ 0.000000] 9 base 01AF400000 mask 7FFFC00000 uncachable
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xcbc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xcb000 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 [0x01b2d000, 0x01b2dfff] PGTABLE
    [ 0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
    [ 0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1af000000-0x1af1fffff]
    [ 0.000000] [mem 0x1af000000-0x1af1fffff] page 2M
    [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1a0000000-0x1aeffffff]
    [ 0.000000] [mem 0x1a0000000-0x1aeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x19fffffff]
    [ 0.000000] [mem 0x180000000-0x19fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xb9d7dfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0xb9bfffff] page 2M
    [ 0.000000] [mem 0xb9c00000-0xb9d7dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xb9d85000-0xba5dafff]
    [ 0.000000] [mem 0xb9d85000-0xb9dfffff] page 4k
    [ 0.000000] [mem 0xb9e00000-0xba3fffff] page 2M
    [ 0.000000] [mem 0xba400000-0xba5dafff] page 4k
    [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xba85b000-0xc98b4fff]
    [ 0.000000] [mem 0xba85b000-0xba9fffff] page 4k
    [ 0.000000] [mem 0xbaa00000-0xc97fffff] page 2M
    [ 0.000000] [mem 0xc9800000-0xc98b4fff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xc9aca000-0xc9e0efff]
    [ 0.000000] [mem 0xc9aca000-0xc9bfffff] page 4k
    [ 0.000000] [mem 0xc9c00000-0xc9dfffff] page 2M
    [ 0.000000] [mem 0xc9e00000-0xc9e0efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xcafff000-0xcaffffff]
    [ 0.000000] [mem 0xcafff000-0xcaffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x7fc02000-0x7fffffff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000C9E93000 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000C9E93090 0000AC (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000C9EA9800 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000C9E93258 0165A6 (v02 _ASUS_ Notebook 00000012 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000CAB1BF80 000040
    [ 0.000000] ACPI: APIC 0x00000000C9EA9910 000072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000C9EA9988 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000C9EA99D0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: LPIT 0x00000000C9EA9A98 000094 (v01 ALASKA 00000000 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000C9EA9B30 000174 (v01 Intel zpoddult 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EA9CA8 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAA1E8 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
    [ 0.000000] ACPI: MCFG 0x00000000C9EAACC0 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAAD00 00306D (v01 DptfTa DptfTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: HPET 0x00000000C9EADD70 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000C9EADDA8 000298 (v01 SataRe SataTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000C9EAE040 003EE7 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000C9EB1F28 000CA1 (v01 SgRef SgPch 00001000 INTL 20120711)
    [ 0.000000] ACPI: BGRT 0x00000000C9EB2BD0 000038 (v00 _ASUS_ Notebook 01072009 ASUS 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000C9EB2C08 001480 (v01 OptRef OptTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: MSDM 0x00000000C9AC7E18 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-0x00000001af1fffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x1af1f5000-0x1af1f8fff]
    [ 0.000000] [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a8800000-ffff8801ae7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
    [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    [ 0.000000] Normal [mem 0x0000000100000000-0x00000001af1fffff]
    [ 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-0x00000000b9d7dfff]
    [ 0.000000] node 0: [mem 0x00000000b9d85000-0x00000000ba5dafff]
    [ 0.000000] node 0: [mem 0x00000000ba85b000-0x00000000c98b4fff]
    [ 0.000000] node 0: [mem 0x00000000c9aca000-0x00000000c9e0efff]
    [ 0.000000] node 0: [mem 0x00000000cafff000-0x00000000caffffff]
    [ 0.000000] node 0: [mem 0x0000000100000000-0x00000001af1fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x00000001af1fffff]
    [ 0.000000] On node 0 totalpages: 1542928
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12838 pages used for memmap
    [ 0.000000] DMA32 zone: 821620 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11208 pages used for memmap
    [ 0.000000] Normal zone: 717312 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xcbe00000-0xcfdfffff
    [ 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[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, 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 0xb9d7e000-0xb9d84fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba5db000-0xba85afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba86a000-0xba86afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xba877000-0xba877fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc98b5000-0xc9ac9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc9e0f000-0xcab1cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcab1d000-0xcaffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcbbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcbc00000-0xcfdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfe00000-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 0xcfe00000-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 @ffff8801aee00000 s87128 r8192 d31656 u524288
    [ 0.000000] pcpu-alloc: s87128 r8192 d31656 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: 1518797
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=/intel-ucode.img initrd=/initramfs-linux-mainline.img root=/dev/sda2 rw rootfstype=ext4 acpi_osi=
    [ 0.000000] ACPI: _OSI method disabled
    [ 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: 5953756K/6171712K available (5573K kernel code, 893K rwdata, 1788K rodata, 1168K init, 1156K bss, 217956K 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.353 MHz processor
    [ 0.000040] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.23 BogoMIPS (lpj=7981176)
    [ 0.000044] pid_max: default: 32768 minimum: 301
    [ 0.000050] ACPI: Core revision 20150204
    [ 0.034560] ACPI: All ACPI Tables successfully acquired
    [ 0.036629] Security Framework initialized
    [ 0.036636] Yama: becoming mindful.
    [ 0.037324] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.039478] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.040415] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.040428] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.040670] Initializing cgroup subsys blkio
    [ 0.040674] Initializing cgroup subsys memory
    [ 0.040681] Initializing cgroup subsys devices
    [ 0.040684] Initializing cgroup subsys freezer
    [ 0.040686] Initializing cgroup subsys net_cls
    [ 0.040715] CPU: Physical Processor ID: 0
    [ 0.040716] CPU: Processor Core ID: 0
    [ 0.040721] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.040722] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.041941] mce: CPU supports 7 MCE banks
    [ 0.041957] CPU0: Thermal monitoring enabled (TM1)
    [ 0.041970] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    [ 0.041972] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.042092] Freeing SMP alternatives memory: 20K (ffffffff81a05000 - ffffffff81a0a000)
    [ 0.043116] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.044495] ftrace: allocating 21346 entries in 84 pages
    [ 0.056747] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.089782] TSC deadline timer enabled
    [ 0.089786] smpboot: CPU0: Intel(R) Core(TM) i5-4210U CPU @ 1.70GHz (fam: 06, model: 45, stepping: 01)
    [ 0.089816] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.089843] ... version: 3
    [ 0.089844] ... bit width: 48
    [ 0.089845] ... generic registers: 4
    [ 0.089847] ... value mask: 0000ffffffffffff
    [ 0.089848] ... max period: 0000ffffffffffff
    [ 0.089849] ... fixed-purpose events: 3
    [ 0.089850] ... event mask: 000000070000000f
    [ 0.109937] x86: Booting SMP configuration:
    [ 0.109940] .... node #0, CPUs: #1
    [ 0.122572] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.126042] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.129984] #2 #3
    [ 0.165939] x86: Booted up 1 node, 4 CPUs
    [ 0.165943] smpboot: Total of 4 processors activated (19162.94 BogoMIPS)
    [ 0.170937] devtmpfs: initialized
    [ 0.173870] PM: Registering ACPI NVS region [mem 0xb9d7e000-0xb9d84fff] (28672 bytes)
    [ 0.173872] PM: Registering ACPI NVS region [mem 0xc9e0f000-0xcab1cfff] (13688832 bytes)
    [ 0.174282] pinctrl core: initialized pinctrl subsystem
    [ 0.174328] RTC time: 14:49:34, date: 03/14/15
    [ 0.174468] NET: Registered protocol family 16
    [ 0.187440] cpuidle: using governor ladder
    [ 0.200788] cpuidle: using governor menu
    [ 0.200839] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.200841] ACPI: bus type PCI registered
    [ 0.200843] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.200934] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.200937] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.201048] PCI: Using configuration type 1 for base access
    [ 0.214532] ACPI: Added _OSI(Module Device)
    [ 0.214535] ACPI: Added _OSI(Processor Device)
    [ 0.214536] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.214538] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.218484] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.222593] ACPI: Executed 2 blocks of module-level executable AML code
    [ 0.234176] ACPI: Dynamic OEM Table Load:
    [ 0.234185] ACPI: SSDT 0xFFFF8801A7134800 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
    [ 0.235459] ACPI: Dynamic OEM Table Load:
    [ 0.235467] ACPI: SSDT 0xFFFF8801A709A000 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
    [ 0.236797] ACPI: Dynamic OEM Table Load:
    [ 0.236803] ACPI: SSDT 0xFFFF8801A7114A00 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
    [ 0.238841] ACPI: Interpreter enabled
    [ 0.238853] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    [ 0.238863] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    [ 0.238892] ACPI: (supports S0 S3 S4 S5)
    [ 0.238894] ACPI: Using IOAPIC for interrupt routing
    [ 0.238931] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.240682] ACPI: Power Resource [PC05] (on)
    [ 0.255005] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.255012] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.255033] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.255037] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.256966] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.256974] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.257651] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 0.258130] PCI host bridge to bus 0000:00
    [ 0.258134] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.258137] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    [ 0.258139] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    [ 0.258141] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    [ 0.258143] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
    [ 0.258145] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
    [ 0.258147] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
    [ 0.258149] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
    [ 0.258151] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
    [ 0.258153] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
    [ 0.258155] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
    [ 0.258157] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
    [ 0.258159] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff window]
    [ 0.258169] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.258303] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.258318] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.258327] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.258334] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.258456] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.258467] pci 0000:00:03.0: reg 0x10: [mem 0xf7a1c000-0xf7a1ffff 64bit]
    [ 0.258597] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
    [ 0.258612] pci 0000:00:04.0: reg 0x10: [mem 0xf7a10000-0xf7a17fff 64bit]
    [ 0.258761] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.258781] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.258849] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.258907] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.258954] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.258975] pci 0000:00:16.0: reg 0x10: [mem 0xf7a25000-0xf7a2501f 64bit]
    [ 0.259046] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.259156] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.259173] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a18000-0xf7a1bfff 64bit]
    [ 0.259250] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.259309] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.259353] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    [ 0.259428] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.259489] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.259533] pci 0000:00:1c.2: [8086:9c14] type 01 class 0x060400
    [ 0.259611] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.259672] pci 0000:00:1c.2: System wakeup disabled by ACPI
    [ 0.259717] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.259794] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.259855] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.259900] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
    [ 0.259977] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.260053] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.260107] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.260130] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a23000-0xf7a233ff]
    [ 0.260231] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.260306] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.260356] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.260569] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    [ 0.260586] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.260595] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.260603] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.260611] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.260619] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.260627] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a22000-0xf7a227ff]
    [ 0.260670] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.260765] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.260781] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a21000-0xf7a210ff 64bit]
    [ 0.260803] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.260996] acpiphp: Slot [1] registered
    [ 0.261002] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.261103] pci 0000:02:00.0: [1969:10a1] type 00 class 0x020000
    [ 0.261131] pci 0000:02:00.0: reg 0x10: [mem 0xf7900000-0xf793ffff 64bit]
    [ 0.261144] pci 0000:02:00.0: reg 0x18: [io 0xe000-0xe07f]
    [ 0.261271] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.261309] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.267583] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.267587] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.267591] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.269364] pci 0000:03:00.0: [1814:3290] type 00 class 0x028000
    [ 0.269385] pci 0000:03:00.0: reg 0x10: [mem 0xf7810000-0xf781ffff]
    [ 0.269534] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.269571] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.271295] pci 0000:03:00.1: [1814:3298] type 00 class 0x0d1100
    [ 0.271315] pci 0000:03:00.1: reg 0x10: [mem 0xf7800000-0xf780ffff]
    [ 0.271464] pci 0000:03:00.1: supports D1
    [ 0.271466] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
    [ 0.279635] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.279641] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.279744] pci 0000:04:00.0: [10de:1140] type 00 class 0x030200
    [ 0.279769] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.279792] pci 0000:04:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.279816] pci 0000:04:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.279831] pci 0000:04:00.0: reg 0x24: [io 0xd000-0xd07f]
    [ 0.279847] pci 0000:04:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.279982] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.284661] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.284665] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.284668] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.284674] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.284707] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.285766] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
    [ 0.285822] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285876] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285928] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.285979] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286029] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286080] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286131] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.286172] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.286178] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.286526] ACPI: Enabled 4 GPEs in block 00 to 7F
    [ 0.286627] ACPI : EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.286757] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 0.286760] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.286764] vgaarb: loaded
    [ 0.286765] vgaarb: bridge control possible 0000:00:02.0
    [ 0.286917] PCI: Using ACPI for IRQ routing
    [ 0.288384] PCI: pci_cache_line_size set to 64 bytes
    [ 0.288438] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.288440] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.288442] e820: reserve RAM buffer [mem 0xb9d7e000-0xbbffffff]
    [ 0.288444] e820: reserve RAM buffer [mem 0xba5db000-0xbbffffff]
    [ 0.288445] e820: reserve RAM buffer [mem 0xba86a018-0xbbffffff]
    [ 0.288447] e820: reserve RAM buffer [mem 0xc98b5000-0xcbffffff]
    [ 0.288449] e820: reserve RAM buffer [mem 0xc9e0f000-0xcbffffff]
    [ 0.288451] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    [ 0.288453] e820: reserve RAM buffer [mem 0x1af200000-0x1afffffff]
    [ 0.288579] NetLabel: Initializing
    [ 0.288580] NetLabel: domain hash size = 128
    [ 0.288581] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.288596] NetLabel: unlabeled traffic allowed by default
    [ 0.288627] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.288633] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.290662] Switched to clocksource hpet
    [ 0.296419] pnp: PnP ACPI init
    [ 0.296545] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.296549] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.296845] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.296848] system 00:01: [io 0xffff] has been reserved
    [ 0.296850] system 00:01: [io 0xffff] has been reserved
    [ 0.296852] system 00:01: [io 0xffff] has been reserved
    [ 0.296854] system 00:01: [io 0x1c00-0x1cfe] has been reserved
    [ 0.296856] system 00:01: [io 0x1d00-0x1dfe] has been reserved
    [ 0.296859] system 00:01: [io 0x1e00-0x1efe] has been reserved
    [ 0.296861] system 00:01: [io 0x1f00-0x1ffe] has been reserved
    [ 0.296863] system 00:01: [io 0x1800-0x18fe] could not be reserved
    [ 0.296865] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.296868] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.296905] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.296966] system 00:03: [io 0x1854-0x1857] has been reserved
    [ 0.296969] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.297030] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.297033] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297073] system 00:05: [io 0x0240-0x0259] has been reserved
    [ 0.297075] system 00:05: [io 0x0380-0x038f] has been reserved
    [ 0.297077] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297149] pnp 00:06: Plug and Play ACPI device, IDs FLT0102 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.297194] pnp 00:07: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.297753] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.297756] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.297759] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.297762] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.297765] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.297768] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.297771] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.297774] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.297777] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.297780] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.297783] system 00:08: [mem 0xf7fdf000-0xf7fdffff] has been reserved
    [ 0.297785] system 00:08: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 0.297789] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.297888] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.298113] ACPI Error: [_OSI] Namespace lookup failure, AE_NOT_FOUND (20150204/psargs-359)
    [ 0.298119] ACPI Error: Method parse/execution failed [\_SB_.BTKL._STA] (Node ffff8801a84aeaf0), AE_NOT_FOUND (20150204/psparse-536)
    [ 0.298320] pnp: PnP ACPI: found 10 devices
    [ 0.304961] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.304974] pci 0000:00:1c.2: PCI bridge to [bus 02]
    [ 0.304978] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
    [ 0.304983] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.304991] pci 0000:00:1c.3: PCI bridge to [bus 03]
    [ 0.304996] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.305004] pci 0000:00:1c.4: PCI bridge to [bus 04]
    [ 0.305007] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.305012] pci 0000:00:1c.4: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.305016] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.305023] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    [ 0.305026] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    [ 0.305028] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    [ 0.305030] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
    [ 0.305032] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
    [ 0.305034] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
    [ 0.305036] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
    [ 0.305038] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
    [ 0.305040] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
    [ 0.305042] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
    [ 0.305044] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
    [ 0.305046] pci_bus 0000:00: resource 15 [mem 0xcfe00000-0xfeafffff window]
    [ 0.305049] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.305051] pci_bus 0000:02: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.305053] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.305055] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.305057] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.305059] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.305092] NET: Registered protocol family 2
    [ 0.305327] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.305508] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.305650] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.305671] TCP: reno registered
    [ 0.305686] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.305719] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.305779] NET: Registered protocol family 1
    [ 0.305797] pci 0000:00:02.0: Video device with shadowed ROM
    [ 0.306052] pci 0000:02:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.306077] PCI: CLS 64 bytes, default 64
    [ 0.306126] Unpacking initramfs...
    [ 0.388937] Freeing initrd memory: 4088K (ffff88007fc02000 - ffff880080000000)
    [ 0.388947] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.388951] software IO TLB [mem 0xc32f8000-0xc72f8000] (64MB) mapped at [ffff8800c32f8000-ffff8800c72f7fff]
    [ 0.389171] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 0.389230] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389238] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389248] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389258] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1c
    [ 0.389313] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 0.389343] Scanning for low memory corruption every 60 seconds
    [ 0.389619] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.389637] Initialise system trusted keyring
    [ 0.390008] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.391638] zpool: loaded
    [ 0.391641] zbud: loaded
    [ 0.391847] VFS: Disk quotas dquot_6.5.2
    [ 0.391886] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.392076] Key type big_key registered
    [ 0.392275] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.392313] io scheduler noop registered
    [ 0.392316] io scheduler deadline registered
    [ 0.392350] io scheduler cfq registered (default)
    [ 0.393087] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.393092] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.393109] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
    [ 0.393111] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393115] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
    [ 0.393130] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.393132] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393134] pci 0000:03:00.1: Signaling PME through PCIe PME interrupt
    [ 0.393138] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.393154] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.393156] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    [ 0.393160] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.393168] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.393186] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.393205] efifb: probing for efifb
    [ 0.393226] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4128k, total 4128k
    [ 0.393228] efifb: mode is 1366x768x32, linelength=5504, pages=1
    [ 0.393229] efifb: scrolling: redraw
    [ 0.393231] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.396869] Console: switching to colour frame buffer device 170x48
    [ 0.400357] fb0: EFI VGA frame buffer device
    [ 0.400367] intel_idle: MWAIT substates: 0x11142120
    [ 0.400369] intel_idle: v0.4 model 0x45
    [ 0.400370] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.400674] GHES: HEST is not enabled!
    [ 0.400759] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.401281] Linux agpgart interface v0.103
    [ 0.401345] rtc_cmos 00:02: RTC can wake from S4
    [ 0.401480] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.401510] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.401526] Intel P-state driver initializing.
    [ 0.401679] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.402207] TCP: cubic registered
    [ 0.402436] NET: Registered protocol family 10
    [ 0.402861] NET: Registered protocol family 17
    [ 0.403549] Loading compiled-in X.509 certificates
    [ 0.403578] registered taskstats version 1
    [ 0.404855] Magic number: 7:305:839
    [ 0.405045] rtc_cmos 00:02: setting system clock to 2015-03-14 14:49:34 UTC (1426344574)
    [ 0.405254] PM: Hibernation image not present or could not be loaded.
    [ 0.405865] Freeing unused kernel memory: 1168K (ffffffff818e1000 - ffffffff81a05000)
    [ 0.405869] Write protecting the kernel read-only data: 8192k
    [ 0.406503] Freeing unused kernel memory: 560K (ffff880001574000 - ffff880001600000)
    [ 0.406722] Freeing unused kernel memory: 260K (ffff8800017bf000 - ffff880001800000)
    [ 0.415600] random: systemd-tmpfile urandom read with 1 bits of entropy available
    [ 0.428621] sdhci: Secure Digital Host Controller Interface driver
    [ 0.428624] sdhci: Copyright(c) Pierre Ossman
    [ 0.432810] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.434654] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.434686] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.438789] ACPI: bus type USB registered
    [ 0.438822] usbcore: registered new interface driver usbfs
    [ 0.438836] usbcore: registered new interface driver hub
    [ 0.438866] usbcore: registered new device driver usb
    [ 0.439456] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.439732] ehci-pci: EHCI PCI platform driver
    [ 0.439788] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.439796] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 0.439810] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.440689] SCSI subsystem initialized
    [ 0.441807] libata version 3.00 loaded.
    [ 0.443716] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.443738] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a23000
    [ 0.450881] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.457612] hub 1-0:1.0: USB hub found
    [ 0.457623] hub 1-0:1.0: 2 ports detected
    [ 0.457875] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.457882] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.457958] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00003810
    [ 0.457964] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.458152] hub 2-0:1.0: USB hub found
    [ 0.458161] hub 2-0:1.0: 9 ports detected
    [ 0.460386] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.460389] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.460507] hub 3-0:1.0: USB hub found
    [ 0.460513] hub 3-0:1.0: 4 ports detected
    [ 0.461400] ahci 0000:00:1f.2: version 3.0
    [ 0.461544] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.474228] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
    [ 0.474234] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst
    [ 0.474875] scsi host0: ahci
    [ 0.475020] scsi host1: ahci
    [ 0.475159] scsi host2: ahci
    [ 0.475279] scsi host3: ahci
    [ 0.475335] ata1: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22100 irq 45
    [ 0.475337] ata2: SATA max UDMA/133 abar m2048@0xf7a22000 port 0xf7a22180 irq 45
    [ 0.475339] ata3: DUMMY
    [ 0.475340] ata4: DUMMY
    [ 0.483062] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.764471] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.794476] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.797272] ata1.00: ATA-9: Corsair Force LX SSD, N0307A, max UDMA/133
    [ 0.797277] ata1.00: 250069680 sectors, multi 2: LBA48 NCQ (depth 31/32), AA
    [ 0.797611] ata1.00: configured for UDMA/133
    [ 0.797790] scsi 0:0:0:0: Direct-Access ATA Corsair Force LX 7A PQ: 0 ANSI: 5
    [ 0.817843] usb 2-5: new high-speed USB device number 2 using xhci_hcd
    [ 0.888974] hub 1-1:1.0: USB hub found
    [ 0.889039] hub 1-1:1.0: 8 ports detected
    [ 1.118072] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.121576] ata2.00: ATAPI: TSSTcorp CDDVDW SU-228FB, AS00, max UDMA/100
    [ 1.126383] ata2.00: configured for UDMA/100
    [ 1.134312] scsi 1:0:0:0: CD-ROM TSSTcorp CDDVDW SU-228FB AS00 PQ: 0 ANSI: 5
    [ 1.145602] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 1.145650] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.145655] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.145664] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.149453] sda: sda1 sda2 sda3
    [ 1.149802] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.159142] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.159146] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.159335] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.270792] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.332987] systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    [ 1.333146] systemd[1]: Detected architecture 'x86-64'.
    [ 1.333579] systemd[1]: Set hostname to <hal>.
    [ 1.390731] systemd[1]: Starting Login Prompts.
    [ 1.390866] systemd[1]: Reached target Login Prompts.
    [ 1.390892] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 1.391053] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 1.391068] systemd[1]: Expecting device dev-sda1.device...
    [ 1.391131] systemd[1]: Starting Swap.
    [ 1.391189] systemd[1]: Reached target Swap.
    [ 1.391204] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 1.391237] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 1.391251] systemd[1]: Starting Root Slice.
    [ 1.391516] systemd[1]: Created slice Root Slice.
    [ 1.391530] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 1.391586] tsc: Refined TSC clocksource calibration: 2394.457 MHz
    [ 1.391660] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 1.391676] systemd[1]: Starting Journal Socket.
    [ 1.391774] systemd[1]: Listening on Journal Socket.
    [ 1.391804] systemd[1]: Starting User and Session Slice.
    [ 1.391891] systemd[1]: Created slice User and Session Slice.
    [ 1.391899] systemd[1]: Starting Journal Socket (/dev/log).
    [ 1.391955] systemd[1]: Listening on Journal Socket (/dev/log).
    [ 1.391963] systemd[1]: Starting Delayed Shutdown Socket.
    [ 1.392014] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 1.392021] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 1.392076] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 1.392083] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 1.392142] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 1.404539] systemd[1]: Listening on Journal Audit Socket.
    [ 1.404567] systemd[1]: Starting System Slice.
    [ 1.404753] systemd[1]: Created slice System Slice.
    [ 1.405170] systemd[1]: Started Set Up Additional Binary Formats.
    [ 1.405256] systemd[1]: Mounting Debug File System...
    [ 1.405704] systemd[1]: Starting Setup Virtual Console...
    [ 1.406206] systemd[1]: Starting Journal Service...
    [ 1.406973] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 1.407431] systemd[1]: Starting system-getty.slice.
    [ 1.407583] systemd[1]: Created slice system-getty.slice.
    [ 1.407652] systemd[1]: Mounting Huge Pages File System...
    [ 1.408243] systemd[1]: Started File System Check on Root Device.
    [ 1.408275] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 1.408675] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 1.408786] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 1.408802] systemd[1]: Starting Encrypted Volumes.
    [ 1.408843] systemd[1]: Reached target Encrypted Volumes.
    [ 1.408860] systemd[1]: Starting udev Control Socket.
    [ 1.408920] systemd[1]: Listening on udev Control Socket.
    [ 1.409625] systemd[1]: Mounting Temporary Directory...
    [ 1.410189] systemd[1]: Starting udev Kernel Socket.
    [ 1.410267] systemd[1]: Listening on udev Kernel Socket.
    [ 1.410296] systemd[1]: Starting udev Coldplug all Devices...
    [ 1.411636] systemd[1]: Started Load Kernel Modules.
    [ 1.411663] systemd[1]: Mounted FUSE Control File System.
    [ 1.411711] systemd[1]: Mounting Configuration File System...
    [ 1.412105] systemd[1]: Mounting POSIX Message Queue File System...
    [ 1.412517] systemd[1]: Starting Remote File Systems.
    [ 1.412594] systemd[1]: Reached target Remote File Systems.
    [ 1.412633] systemd[1]: Starting Apply Kernel Variables...
    [ 1.413108] systemd[1]: Expecting device dev-sda3.device...
    [ 1.413180] systemd[1]: Starting Slices.
    [ 1.413242] systemd[1]: Reached target Slices.
    [ 1.413268] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 1.413329] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 1.413348] systemd[1]: Starting Paths.
    [ 1.413415] systemd[1]: Reached target Paths.
    [ 1.413980] systemd[1]: Started Create list of required static device nodes for the current kernel.
    [ 1.415449] systemd[1]: Started Setup Virtual Console.
    [ 1.417502] systemd[1]: Mounted Configuration File System.
    [ 1.417780] EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    [ 1.419393] systemd[1]: Mounted POSIX Message Queue File System.
    [ 1.420243] systemd[1]: Mounted Debug File System.
    [ 1.420980] systemd[1]: Mounted Huge Pages File System.
    [ 1.421670] systemd[1]: Mounted Temporary Directory.
    [ 1.422842] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 1.431714] systemd[1]: Started Apply Kernel Variables.
    [ 1.432536] systemd[1]: Started udev Coldplug all Devices.
    [ 1.437198] systemd[1]: Starting Load/Save Random Seed...
    [ 1.438791] systemd[1]: Started Rebuild Hardware Database.
    [ 1.438826] systemd[1]: Started Rebuild Dynamic Linker Cache.
    [ 1.438844] systemd[1]: Started First Boot Wizard.
    [ 1.438860] systemd[1]: Started Create System Users.
    [ 1.438917] systemd[1]: Starting Create Static Device Nodes in /dev...
    [ 1.443195] systemd[1]: Started Load/Save Random Seed.
    [ 1.459454] systemd[1]: Started Create Static Device Nodes in /dev.
    [ 1.460356] systemd[1]: Starting udev Kernel Device Manager...
    [ 1.461282] systemd[1]: Starting Local File Systems (Pre).
    [ 1.461977] systemd[1]: Reached target Local File Systems (Pre).
    [ 1.531924] systemd[1]: Started udev Kernel Device Manager.
    [ 1.553706] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.556325] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    [ 1.561234] ACPI: Lid Switch [LID]
    [ 1.561319] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
    [ 1.561324] ACPI: Sleep Button [SLPB]
    [ 1.561393] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 1.561396] ACPI: Power Button [PWRF]
    [ 1.580408] ACPI: AC Adapter [AC0] (on-line)
    [ 1.606236] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.610817] [drm] Initialized drm 1.1.0 20060810
    [ 1.647229] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.647475] wmi: Mapper loaded
    [ 1.677123] sound hdaudioC1D0: CX20751/2: BIOS auto-probing.
    [ 1.677422] sound hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
    [ 1.677426] sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 1.677429] sound hdaudioC1D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
    [ 1.677431] sound hdaudioC1D0: mono: mono_out=0x0
    [ 1.677433] sound hdaudioC1D0: inputs:
    [ 1.677436] sound hdaudioC1D0: Internal Mic=0x1a
    [ 1.677439] sound hdaudioC1D0: Mic=0x19
    [ 1.677929] thermal LNXTHERM:00: registered as thermal_zone2
    [ 1.677933] ACPI: Thermal Zone [THRM] (42 C)
    [ 1.678052] sound hdaudioC1D0: Enable sync_write for stable communication
    [ 1.680963] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/hdaudioC1D0/input5
    [ 1.681093] [drm] Memory usable by graphics device = 2048M
    [ 1.681097] checking generic (d0000000 408000) vs hw (d0000000 10000000)
    [ 1.681099] fb: switching to inteldrmfb from EFI VGA
    [ 1.681124] Console: switching to colour dummy device 80x25
    [ 1.681211] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
    [ 1.681232] [drm] Replacing VGA console driver
    [ 1.681254] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    [ 1.686528] input: PC Speaker as /devices/platform/pcspkr/input/input8
    [ 1.693423] alx 0000:02:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [78:24:af:6c:a3:75]
    [ 1.701875] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 1.701878] [drm] Driver supports precise vblank timestamp query.
    [ 1.701979] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.709764] systemd[1]: Found device Corsair_Force_LX_SSD 3.
    [ 1.710440] systemd[1]: Found device Corsair_Force_LX_SSD ESP.
    [ 1.710484] systemd[1]: Mounting /boot...
    [ 1.711777] systemd[1]: Starting File System Check on /dev/sda3...
    [ 1.717424] iTCO_vendor_support: vendor-support=0
    [ 1.717576] AVX2 version of gcm_enc/dec engaged.
    [ 1.717578] AES CTR mode by8 optimization enabled
    [ 1.717646] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.717946] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 1.717986] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 1.718109] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.718376] media: Linux media interface: v0.10
    [ 1.727078] systemd[1]: Starting Sound Card.
    [ 1.727130] systemd[1]: Reached target Sound Card.
    [ 1.729262] asus_wmi: ASUS WMI generic driver loaded
    [ 1.729427] Linux video capture interface: v2.00
    [ 1.730834] asus_wmi: Initialization: 0x1
    [ 1.730877] asus_wmi: BIOS WMI version: 7.9
    [ 1.730930] asus_wmi: SFUN value: 0x4a0877
    [ 1.731917] alx 0000:02:00.0 enp2s0: renamed from eth0
    [ 1.732263] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input10
    [ 1.748309] fbcon: inteldrmfb (fb0) is primary device
    [ 1.751204] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 1.761392] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [ 1.765545] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 1.772307] asus_wmi: Backlight controlled by ACPI video driver
    [ 1.794652] uvcvideo: Found UVC 1.00 device USB Camera (0bda:57b4)
    [ 1.797927] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3290, rev 0013 detected
    [ 1.798396] intel_rapl: Found RAPL domain package
    [ 1.798398] intel_rapl: Found RAPL domain core
    [

    Still no ideas ?

  • [SOLVED] Poweroff, suspend and hibernate don't work

    I installed Archlinux on my work desktop on Monday and can't get poweroff, suspend and hibernate to work. The command `systemctl poweroff` sort of works, except it doesn't actually turn off the computer. Suspend and hibernate don't work at all, the computer hangs on the terminal with a cursor on the top left corner of the screen. Here is the log from `journalctl`. There doesn't seem to be any error messages in it, as far as I can see.
    Apr 16 10:02:55 carolfs-ifusp sudo[1127]: carolfs : TTY=pts/0 ; PWD=/home/carolfs ; USER=root ; COMMAND=/usr/bin/systemctl poweroff
    Apr 16 10:02:55 carolfs-ifusp sudo[1127]: pam_unix(sudo:session): session opened for user root by carolfs(uid=0)
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Session c2 of user carolfs.
    Apr 16 10:02:55 carolfs-ifusp gnome-session[576]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp org.gnome.evolution.dataserver.Sources3[591]: Received terminate signal.
    Apr 16 10:02:55 carolfs-ifusp colord[453]: Automatic remove of icc-9cb50954c1872204852075bef0599dec from xrandr-Goldstar Company Ltd-W2043-16843009
    Apr 16 10:02:55 carolfs-ifusp colord[453]: Profile removed: icc-9cb50954c1872204852075bef0599dec
    Apr 16 10:02:55 carolfs-ifusp colord[453]: device removed: xrandr-Goldstar Company Ltd-W2043-16843009
    Apr 16 10:02:55 carolfs-ifusp polkitd[358]: Unregistered Authentication Agent for unix-session:c2 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Apr 16 10:02:55 carolfs-ifusp ntpd[300]: ntpd exiting on signal 15
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Session c2 of user carolfs.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Session c1 of user gdm.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Session c1 of user gdm.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Sound Card.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Sound Card.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping system-systemd\x2dfsck.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice system-systemd\x2dfsck.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping system-getty.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice system-getty.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping User Manager for UID 1000...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Disk Manager...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Login Service...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Login Prompts.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Default.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Login Prompts.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping GNOME Display Manager...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Basic System.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Starting Generate shutdown-ramfs...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Paths.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Timers.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopping Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopping Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Locale Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Stopped target Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Stopped target Sockets.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Starting Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Disk Manager.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Starting Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Reached target Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Reached target Shutdown.
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Starting Exit the Session...
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Starting Exit the Session...
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping Network.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped target Network.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping dhcpcd on all interfaces...
    Apr 16 10:02:55 carolfs-ifusp systemd[567]: Received SIGRTMIN+24 from PID 1159 (kill).
    Apr 16 10:02:55 carolfs-ifusp systemd[386]: Received SIGRTMIN+24 from PID 1160 (kill).
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped User Manager for UID 120.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped User Manager for UID 1000.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping user-1000.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice user-1000.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopping user-120.slice.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Removed slice user-120.slice.
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: sending signal TERM to pid 264
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: waiting for pid 264 to exit
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: received signal TERM from PID 1161, stopping
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: eno1: removing interface
    Apr 16 10:02:55 carolfs-ifusp systemd[387]: pam_unix(systemd-user:session): session closed for user gdm
    Apr 16 10:02:55 carolfs-ifusp systemd[568]: pam_unix(systemd-user:session): session closed for user carolfs
    Apr 16 10:02:55 carolfs-ifusp gnome-session[576]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp gdm-session-worker[383]: <3>GLib: Source ID 71 was not found when attempting to remove it
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: AT Translated Set 2 keyboard: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Microsoft Microsoft Basic Optical Mouse : Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Power Button: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) evdev: Power Button: Close
    Apr 16 10:02:55 carolfs-ifusp gdm-Xorg-:0[336]: (II) UnloadModule: "evdev"
    Apr 16 10:02:55 carolfs-ifusp org.freedesktop.Tracker1[591]: Received signal:15->'Terminated'
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: dhcpcd[1161]: sending signal TERM to pid 264
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[1161]: dhcpcd[1161]: waiting for pid 264 to exit
    Apr 16 10:02:55 carolfs-ifusp dhcpcd[264]: exited
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: Stopped Login Service.
    Apr 16 10:02:55 carolfs-ifusp systemd[1]: dhcpcd.service: main process exited, code=exited, status=1/FAILURE
    Apr 16 10:02:55 carolfs-ifusp mkinitcpio[1145]: ==> Starting build: none
    Apr 16 10:02:56 carolfs-ifusp mkinitcpio[1145]: -> Running build hook: [sd-shutdown]
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped dhcpcd on all interfaces.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unit dhcpcd.service entered failed state.
    Apr 16 10:02:56 carolfs-ifusp gdm-Xorg-:0[336]: (II) NVIDIA(GPU-0): Deleting GPU-0
    Apr 16 10:02:56 carolfs-ifusp gdm-Xorg-:0[336]: (EE) Server terminated successfully (0). Closing log file.
    Apr 16 10:02:56 carolfs-ifusp gdm[295]: Freeing conversation 'gdm-password' with active job
    Apr 16 10:02:56 carolfs-ifusp gdm[295]: Freeing conversation 'gdm-launch-environment' with active job
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped GNOME Display Manager.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Permit User Sessions...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Permit User Sessions.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Basic System.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Basic System.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Slices.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Slices.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping User and Session Slice.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Removed slice User and Session Slice.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Paths.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Paths.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Timers.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Timers.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily man-db cache update.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily man-db cache update.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily verification of password and group files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily verification of password and group files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily rotation of log files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily rotation of log files.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Sockets.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Sockets.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Device-mapper event daemon FIFOs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed Device-mapper event daemon FIFOs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping LVM2 metadata daemon socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed LVM2 metadata daemon socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping D-Bus System Message Bus Socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Closed D-Bus System Message Bus Socket.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping System Initialization.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target System Initialization.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Apply Kernel Variables...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Apply Kernel Variables.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Setup Virtual Console...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Setup Virtual Console.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Encrypted Volumes.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Encrypted Volumes.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Load/Save Random Seed...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivating swap Swap Partition...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Remote File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Remote File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Load/Save Random Seed.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Create Volatile Files and Directories...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Create Volatile Files and Directories.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Local File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Local File Systems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/1000/gvfs...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/120...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /boot...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /home...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting Temporary Directory...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-partuuid/748828e6-d06b-4dc9-a1ee-94e2bf6e2d41.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-partlabel/swap.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5000c500242cde85-part2.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-id/ata-ST3500418AS_5VM96G8V-part2.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap /dev/disk/by-uuid/59c506eb-3a40-4eae-8048-317bcc3d00fb.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Deactivated swap Swap Partition.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/1000/gvfs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted Temporary Directory.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounting /run/user/1000...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/120.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /boot.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping EFI System Partition Automount.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unset automount EFI System Partition Automount.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /run/user/1000.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Unmounted /home.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Unmount All Filesystems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Unmount All Filesystems.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Local File Systems (Pre).
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped target Local File Systems (Pre).
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopping Remount Root and Kernel File Systems...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Stopped Remount Root and Kernel File Systems.
    Apr 16 10:02:56 carolfs-ifusp mkinitcpio[1145]: ==> Build complete.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Started Generate shutdown-ramfs.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Shutdown.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Final Step.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Reached target Final Step.
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Starting Power-Off...
    Apr 16 10:02:56 carolfs-ifusp systemd[1]: Shutting down.
    Apr 16 10:02:56 carolfs-ifusp systemd-shutdown[1]: Sending SIGTERM to remaining processes...
    Apr 16 10:02:56 carolfs-ifusp systemd-journal[166]: Journal stopped
    Last edited by CFS (2014-05-08 12:57:13)

    Thank you for your replies. Shutdown now doesn't turn the computer off either. About the type of system, I think it was custom built. This is a new install from Monday, so I didn't update the kernel. Poweroff, suspend and hibernate have never worked. The requested output:
    $ uname -a
    Linux carolfs-ifusp 3.14.1-1-ARCH #1 SMP PREEMPT Mon Apr 14 20:40:47 CEST 2014 x86_64 GNU/Linux
    $ pacman -Qi linux
    Name : linux
    Version : 3.14.1-1
    Description : The Linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.14.1
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    Required By : nvidia
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 71136.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Mon 14 Apr 2014 03:42:52 PM BRT
    Install Date : Mon 14 Apr 2014 07:50:11 PM BRT
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature

  • Suspend to Ram doesn't work

    Hello,
    I tried to get Suspend to Ram, but whatever way I use. Nothing worked.
    First try was with
    echo -n "mem" > /sys/power/state
    I then got only a blinking cursor on a black screen for 20 seconds and then I see my console back with the error message
    write error: Resource temporarily unavailable
    Next thing the hibernate-scripts.
    I changed hibernate.conf to
    #TryMethod suspend2.conf
    #TryMethod disk.conf
    TryMethod ram.conf
    After a run I have the same behaviour like in the first method.
    cat /var/log/hibernate.log outputs
    Starting suspend at Thu Mar 15 09:54:41 CET 2007
    hibernate: [01] Executing CheckLastResume ...
    hibernate: [01] Executing CheckRunlevel ...
    hibernate: [01] Executing LockFileGet ...
    hibernate: [01] Executing NewKernelFileCheck ...
    hibernate: [10] Executing EnsureSysfsPowerStateCapable ...
    hibernate: [11] Executing XHacksSuspendHook1 ...
    hibernate: [59] Executing RemountXFSBootRO ...
    hibernate: [89] Executing SaveKernelModprobe ...
    hibernate: [91] Executing ModulesUnloadBlacklist ...
    hibernate: [95] Executing XHacksSuspendHook2 ...
    hibernate: [97] Executing VbetoolSaveState ...
    'vbetool' utility not found. Vbetool disabled.
    hibernate: [98] Executing CheckRunlevel ...
    hibernate: [99] Executing DoSysfsPowerStateSuspend ...
    hibernate: Activating sysfs power state mem ...
    hibernate: [97] Executing VbetoolRestoreState ...
    hibernate: [90] Executing ModulesLoad ...
    hibernate: [89] Executing RestoreKernelModprobe ...
    hibernate: [85] Executing XHacksResumeHook2 ...
    hibernate: [70] Executing ClockRestore ...
    hibernate: [59] Executing RemountXFSBootRW ...
    hibernate: [11] Executing XHacksResumeHook1 ...
    hibernate: [01] Executing NoteLastResume ...
    hibernate: [01] Executing LockFilePut ...
    Resumed at Thu Mar 15 09:55:04 CET 2007
    Ok for the last attempt I installed powersave, run the powersaved daemon and typed "powersave -u" into my console.
    My machine switched to text and I could read
    Disabling non-boot CPUs
    Stoppings Tasks
    But then again I returned to my Desktop.
    cat /var/log/suspend2ram.log
    suspend2ram initiated: 2007-03-15 10:03:52 AM
    Debug info follows here, please include in your bug reports. Thanks.
    Loaded modules:
    Module Size Used by
    forcedeth 40200 0
    ipv6 252480 10
    it87 16784 0
    hwmon_vid 3072 1 it87
    eeprom 5904 0
    i2c_isa 4096 1 it87
    usbhid 34592 0
    hid 25088 1 usbhid
    snd_bt87x 12004 1
    bt878 9208 0
    ff_memless 5256 1 usbhid
    rtc 10416 0
    ppp_generic 23444 0
    slhc 6272 1 ppp_generic
    snd_mpu401 6376 0
    snd_mpu401_uart 7040 1 snd_mpu401
    shpchp 29588 0
    ehci_hcd 30092 0
    pci_hotplug 27976 1 shpchp
    nvidia_agp 6556 1
    agpgart 26200 1 nvidia_agp
    pcspkr 2816 0
    i2c_nforce2 5120 0
    ohci_hcd 18948 0
    tsdev 6336 0
    evdev 8192 4
    joydev 8384 0
    sidewinder 11264 0
    emu10k1_gp 3200 0
    gameport 11784 3 sidewinder,emu10k1_gp
    cx8800 29324 0
    cx88xx 60452 1 cx8800
    tuner 59816 0
    tvaudio 21788 0
    msp3400 28960 0
    bttv 166004 2 bt878
    video_buf 20356 3 cx8800,cx88xx,bttv
    ir_common 26628 2 cx88xx,bttv
    compat_ioctl32 1536 2 cx8800,bttv
    i2c_algo_bit 7304 2 cx88xx,bttv
    btcx_risc 4360 3 cx8800,cx88xx,bttv
    tveeprom 13840 2 cx88xx,bttv
    videodev 25216 3 cx8800,cx88xx,bttv
    v4l2_common 22656 5 cx8800,tuner,msp3400,bttv,videodev
    v4l1_compat 13956 2 cx8800,videodev
    lirc_i2c 8964 2
    i2c_core 17792 12 it87,eeprom,i2c_isa,i2c_nforce2,cx88xx,tuner,tvaudio,msp3400,bttv,i2c_algo_bit,tveeprom,lirc_i2c
    lirc_dev 12532 1 lirc_i2c
    capability 3592 0
    commoncap 5632 1 capability
    snd_seq_oss 29184 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46672 4 snd_seq_oss,snd_seq_midi_event
    snd_pcm_oss 39072 0
    snd_mixer_oss 14464 1 snd_pcm_oss
    snd_intel8x0 28828 1
    snd_emu10k1 112448 3
    snd_rawmidi 19104 2 snd_mpu401_uart,snd_emu10k1
    snd_ac97_codec 91940 2 snd_intel8x0,snd_emu10k1
    ac97_bus 2432 1 snd_ac97_codec
    snd_pcm 68484 6 snd_bt87x,snd_pcm_oss,snd_intel8x0,snd_emu10k1,snd_ac97_codec
    snd_seq_device 6796 4 snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi
    snd_timer 18820 3 snd_seq,snd_emu10k1,snd_pcm
    snd_page_alloc 7816 4 snd_bt87x,snd_intel8x0,snd_emu10k1,snd_pcm
    snd_util_mem 3840 1 snd_emu10k1
    snd_hwdep 7044 1 snd_emu10k1
    snd 43492 24 snd_bt87x,snd_mpu401,snd_mpu401_uart,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
    soundcore 6496 1 snd
    usbcore 115464 4 usbhid,ehci_hcd,ohci_hcd
    ext3 119688 3
    jbd 55336 1 ext3
    mbcache 7044 1 ext3
    ide_cd 35744 0
    cdrom 34464 1 ide_cd
    ide_disk 13312 5
    amd74xx 13852 0 [permanent]
    generic 4740 0 [permanent]
    ide_core 108616 4 ide_cd,ide_disk,amd74xx,generic
    sata_nv 14980 0
    libata 94100 1 sata_nv
    Memory info:
    total used free shared buffers cached
    Mem: 775600 675048 100552 0 44228 313144
    -/+ buffers/cache: 317676 457924
    Swap: 1004020 0 1004020
    /proc/cmdline: root=/dev/hdb8 acpi_sleep=s3_bios ro vga=773
    ========we are going to sleep, preparing.========
    == checking runlevel ==
    no shutdown/reboot in progress, good.
    == Unmounting FAT/NTFS filesystems: ==
    none found in /etc/mtab
    == FAT/NTFS filesystems unmounted ==
    Stopping services: ('netfs network cups alsa' configured)
    stopping netfs:
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Unmounting Network Filesystems 9G [BUSY] 9G [DONE]
    stopping network:
    ## stty: standard input: Inappropriate ioctl for device
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Stopping Network 9G [BUSY] 9G [DONE]
    stopping cups:
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Stopping CUPS Daemon 9G [BUSY] 9G [DONE]
    ejecting PCMCIA cards...
    Unloading modules: ('prism54 ' configured)
    checking prism54
    prepare_sleep finished for suspend2ram
    /usr/sbin/s2ram not found, falling back to echo.
    ==== finished, return code 11 ====
    ========we are back from suspend, cleaning up.========
    == restore_after_sleep: restart and reload everything ==
    Resuming:
    switched back to console: ' 7'
    reactivating ACPI fan FAN
    Reloading modules:
    inserting PCMCIA cards...
    Restarting services:
    starting cups:
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Starting CUPS Daemon 9G [BUSY] 9G [DONE]
    starting network:
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Starting Network 9G [BUSY] 9G [DONE]
    starting netfs:
    ## stty: standard input: Inappropriate ioctl for device
    ## :: Mounting Network Filesystems 9G [BUSY] 9G [DONE]
    Remounting filesystems:
    not necessary.
    ======================================
    restore_after_suspend_to_ram: finished
    Btw after installing powersave I get an
    Enabling non-boot CPUs
    when "echo -n "mem > /sys/power/state".
    And the hibernate-script crashed at the vbetool-line, leaving me with a black screen.
    But I don't think thats the main problem, because my machine even don't goes to the S3-sleep.

    dystoptic wrote:Shows mem and disk.
    Do you use the proprietary ati driver or the xorg implementation?
    Edit: Seems to be the free one, right? With my ati card i had a lot of struggle in connection with suspend to ram(with the free and the proprietary driver), i don't remember how i solved it, but finally it worked one time...
    Last edited by buddabrod (2007-03-19 00:40:24)

  • Suspend to RAM fails to Remount Hard Disk on Resume

    I can resume just fine with pm-suspend and s2ram -f, but on resume my hard disk fails to remount. If I try to run any command bash can't find it. I can still use any programs I had open before suspending normally, provided they don't have to access the disk. There are no errors or logs to check, because they can't be written to with the hard disk unmounted.
    This machine can be identified by:
        sys_vendor   = "Hewlett-Packard"
        sys_product  = "HP Pavilion dv7 Notebook PC"
        sys_version  = "F.13"
        bios_version = "F.13"

    Hello Plutonian!
    Did it become for readonly system ?
    Must be a relevant line in the related log file, or in last case in syslog i think.

  • Powersave not restarting network properly after suspend

    My laptop uses ethernet hardware supported by the sky2 module, which must be unloaded before suspend. Network has to be restarted after the module is reloaded or ethernet stays kaput. So, I edited my /etc/powersave/sleep like this:
    ## Path: System/Powermanagement/Powersave/Sleep_Modes
    ### Type: string
    ## Default: "nvsound acx100 acx_pci hsfmodem prism54 bcm4400 emu10k1 forcedeth ipw2100 ipw2200 natsemi psmouse rt2400 ehci_hcd ohci_hcd uhci_hcd ehci-hcd usb-ohci usb-uhci snd_ens1370 snd_ens1371 en1370 en1371 via_agp via_rhine i8042 intel_mch_agp rt2500 button speedstep_smi ndiswrapper"
    ## ServiceRestart: "network,alsa,netfs"
    # These modules will be unloaded before entering suspend to disk
    # See README.unload-modules for more information.
    # "NONE" means don't unload any modules.
    UNLOAD_MODULES_BEFORE_SUSPEND2DISK="prism54 sky2 ath_pci"
    ## Path: System/Powermanagement/Powersave/Sleep_Modes
    ### Type: string
    ## Default: "nvsound acx100 acx_pci hsfmodem prism54 bcm4400 emu10k1 forcedeth ipw2100 ipw2200 natsemi psmouse rt2400 ehci_hcd ohci_hcd uhci_hcd ehci-hcd usb-ohci usb-uhci snd_ens1370 snd_ens1371 en1370 en1371 via_agp via_rhine i8042 intel_mch_agp rt2500 button speedstep_smi ndiswrapper"
    ## ServiceRestart: "network,alsa,netfs"
    # These modules will be unloaded before entering the corresponding
    # sleep state. See README.unload-modules for more information.
    # "NONE" means don't unload any modules.
    UNLOAD_MODULES_BEFORE_SUSPEND2RAM="prism54 sky2 ath_pci"
    ## Path: System/Powermanagement/Powersave/Sleep_Modes
    ### Type: string
    ## Default: "nvsound acx100 acx_pci hsfmodem prism54 bcm4400 emu10k1 forcedeth ipw2100 ipw2200 natsemi psmouse rt2400 ehci_hcd ohci_hcd uhci_hcd ehci-hcd usb-ohci usb-uhci snd_ens1370 snd_ens1371 en1370 en1371 via_agp via_rhine i8042 intel_mch_agp rt2500 button speedstep_smi ndiswrapper"
    ## ServiceRestart: "network,alsa,netfs"
    # These modules will be unloaded before entering the corresponding
    # sleep state. See README.unload-modules for more information.
    # "NONE" means don't unload any modules.
    UNLOAD_MODULES_BEFORE_STANDBY="prism54 sky2 ath_pci"
    ## Path: System/Powermanagement/Powersave/Sleep_Modes
    ## Type: string
    ## Default: "slmodemd irda"
    # All services that have to be stopped before entering a sleep mode
    # and restarted after the machine resumes.
    # If you notice problems of some services that may be related to
    # suspend/standby, restarting the service may solve the problem.
    # The names to enter here are simply the filenames of the init scripts
    # in /etc/init.d. The services are stopped in the order entered here.
    # They are restarted after resume in the reverse order.
    # Entering "NONE" disables restarting of services ("" means default).
    SUSPEND2DISK_RESTART_SERVICES="network"
    SUSPEND2RAM_RESTART_SERVICES="network"
    STANDBY_RESTART_SERVICES="network"
    Problem is, powersaved doesn't restart the network like it ought to. The log gives me this:
    suspend2ram initiated: 2007-06-05 07:05:46 PM
    Debug info follows here, please include in your bug reports. Thanks.
    Loaded modules:
    Module Size Used by
    sky2 37896 0
    rtc_sysfs 3840 0
    rtc_proc 3844 0
    snd_seq_oss 29056 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 46800 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6796 2 snd_seq_oss,snd_seq
    joydev 8384 0
    usbhid 36256 0
    hid 24448 1 usbhid
    ff_memless 5256 1 usbhid
    snd_pcm_oss 38816 0
    rtc_dev 6792 0
    snd_mixer_oss 14336 1 snd_pcm_oss
    pcmcia 31404 0
    rtc_cmos 7188 0
    i2c_i801 7952 0
    i2c_core 17664 1 i2c_i801
    rtc_core 7684 4 rtc_sysfs,rtc_proc,rtc_dev,rtc_cmos
    rtc_lib 3456 2 rtc_sysfs,rtc_core
    tifm_7xx1 6912 0
    tifm_core 6784 1 tifm_7xx1
    ath_pci 88224 0
    wlan 188868 1 ath_pci
    pcspkr 2944 0
    psmouse 35080 0
    serio_raw 5636 0
    ath_hal 190032 1 ath_pci
    snd_hda_intel 254104 1
    snd_pcm 68484 2 snd_pcm_oss,snd_hda_intel
    snd_timer 19076 2 snd_seq,snd_pcm
    snd 44388 10 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer
    soundcore 6496 1 snd
    yenta_socket 23180 1
    rsrc_nonstatic 11136 1 yenta_socket
    pcmcia_core 32920 3 pcmcia,yenta_socket,rsrc_nonstatic
    sg 26780 0
    snd_page_alloc 7816 2 snd_hda_intel,snd_pcm
    ehci_hcd 31116 0
    uhci_hcd 22032 0
    tsdev 6464 0
    evdev 8192 6
    thermal 11656 0
    processor 24788 1 thermal
    fan 3972 0
    button 6288 0
    battery 8580 0
    ac 4100 0
    i915 21376 2
    drm 70548 3 i915
    intel_agp 21404 1
    agpgart 27608 3 drm,intel_agp
    usbcore 111752 4 usbhid,ehci_hcd,uhci_hcd
    ext3 118536 2
    jbd 54952 1 ext3
    mbcache 6916 1 ext3
    sr_mod 14372 0
    cdrom 34080 1 sr_mod
    sd_mod 17668 3
    ata_generic 5636 0
    ata_piix 11780 2
    libata 102164 2 ata_generic,ata_piix
    Memory info:
    total used free shared buffers cached
    Mem: 506356 370360 135996 0 7444 87180
    -/+ buffers/cache: 275736 230620
    Swap: 0 0 0
    /proc/cmdline: root=/dev/sda1 ro idle=halt acpi_sleep=s3_mode
    ========we are going to sleep, preparing.========
    == checking runlevel ==
    no shutdown/reboot in progress, good.
    == Unmounting FAT/NTFS filesystems: ==
    none found in /etc/mtab
    == FAT/NTFS filesystems unmounted ==
    Stopping services: ('network' configured)
    none running.
    ejecting PCMCIA cards...
    Unloading modules: ('prism54 sky2' configured)
    checking prism54
    checking sky2
    # trying to unload: sky2
    unloaded: sky2
    prepare_sleep finished for suspend2ram
    /usr/sbin/s2ram not found, falling back to echo.
    ==== finished, return code 0 ====
    ========we are back from suspend, cleaning up.========
    == restore_after_sleep: restart and reload everything ==
    Resuming:
    switched back to console: ' 7'
    Reloading modules:
    sky2
    inserting PCMCIA cards...
    Restarting services:
    Remounting filesystems:
    not necessary.
    ======================================
    restore_after_suspend_to_ram: finished
    Apparently network is considered already accounted for, but it isn't. I have to restart the script manually. What's up with this?

    Umm... OP? Log doesn't say that network fails, but appears to indicate that powersaved does not try to restart it. I'll give it a shot but it looks completely irrelevant.
    Edit: Well I'll be damned, it worked. Just a second, I'm going to do a bit more messing around...
    Edit again: Hmm, strange, works without the 5-second wait now. Damned if I know what was up with that.
    Last edited by Gullible Jones (2007-06-06 01:35:48)

  • [SOLVED] System stuck on suspend/shutdown

    Hi guys,
    I recently set up a new system with Arch Linux, and everything's working perfectly fine - except for one thing: When shutting the computer down, the system gets all the way to the end of the shutdown cycle and displays "Rebooting" - and just stays there, the computer doesn't turn off (even after almost an hour, no change). It does tell me just before that, that it failed to unmount /oldroot/dev, however, it claims to be ignoring that problem...? And everytime, just before it unmounts (or tries to at least) all the /oldroot/ stuff, it gets stuck shortly while trying to terminate some "tee" process (it eventually sends a SIGKILL signal and proceeds shortly after).
    Could this maybe cause some problem when powering off? Because also when I try to suspend my system, the screen turns blank (with a blinking cursor in the top left), and shortly after it displays the message "Freezing of tasks failed after 20.005 seconds (3 tasks refusing to freeze, wq_busy=0)" and goes back to my desktop. Using dmesg, I found that, again, "tee" is the process causing problems. When I list all running processes, it displays 3 of these "tee" processes, and under CPU% it says "disk sleep" for all of them...
    Here is an extract of dmesg that displays the suspend/freezing problem:
    [ 2519.042907] Freezing user space processes ...
    [ 2539.053497] Freezing of tasks failed after 20.005 seconds (3 tasks refusing to freeze, wq_busy=0):
    [ 2539.053587] tee D 0000000000000000 0 2919 1 0x00000004
    [ 2539.053593] ffff8800a664fdc0 0000000000000000 ffff88012524f010 0000000000000000
    [ 2539.053599] ffff8800a664ffd8 0000000000000000 ffff88012524f010 ffffffff811cfefa
    [ 2539.053601] ffff88012524f010 ffff88012524f010 ffff8800a9454900 ffff880131a6f000
    [ 2539.053603] Call Trace:
    [ 2539.053613] [<ffffffff811cfefa>] ? do_last.isra.36+0x1ba/0xe50
    [ 2539.053617] [<ffffffff811c4808>] ? __sb_start_write+0x58/0x110
    [ 2539.053620] [<ffffffff811c4781>] ? __sb_end_write+0x31/0x60
    [ 2539.053623] [<ffffffff8152d289>] schedule+0x29/0x70
    [ 2539.053625] [<ffffffff8152d6f6>] schedule_preempt_disabled+0x16/0x20
    [ 2539.053628] [<ffffffff8152f075>] __mutex_lock_slowpath+0xe5/0x230
    [ 2539.053630] [<ffffffff8152f1d7>] mutex_lock+0x17/0x30
    [ 2539.053634] [<ffffffff813ab548>] control_store+0x48/0xd0
    [ 2539.053638] [<ffffffff812010bc>] ? fsnotify+0x28c/0x370
    [ 2539.053642] [<ffffffff8139fee8>] dev_attr_store+0x18/0x30
    [ 2539.053647] [<ffffffff8123885a>] sysfs_kf_write+0x3a/0x50
    [ 2539.053649] [<ffffffff81237dce>] kernfs_fop_write+0xee/0x180
    [ 2539.053651] [<ffffffff811c1f97>] vfs_write+0xb7/0x200
    [ 2539.053653] [<ffffffff811c1eac>] ? vfs_read+0x13c/0x170
    [ 2539.053654] [<ffffffff811c2c09>] SyS_write+0x59/0xd0
    [ 2539.053657] [<ffffffff81531129>] system_call_fastpath+0x16/0x1b
    [ 2539.053658] tee D 0000000000000000 0 3352 2935 0x00000004
    [ 2539.053660] ffff8800857cbdc0 0000000000000000 ffff88008573b2f0 0000000000000000
    [ 2539.053662] ffff8800857cbfd8 0000000000000000 ffff88008573b2f0 ffffffff811cfefa
    [ 2539.053664] ffff88008573b2f0 ffff88008573b2f0 ffff8800a9454900 ffff8800856bc300
    [ 2539.053666] Call Trace:
    [ 2539.053668] [<ffffffff811cfefa>] ? do_last.isra.36+0x1ba/0xe50
    [ 2539.053674] [<ffffffff810725b2>] ? current_fs_time+0x12/0x60
    [ 2539.053675] [<ffffffff8152d289>] schedule+0x29/0x70
    [ 2539.053677] [<ffffffff8152d6f6>] schedule_preempt_disabled+0x16/0x20
    [ 2539.053679] [<ffffffff8152f075>] __mutex_lock_slowpath+0xe5/0x230
    [ 2539.053681] [<ffffffff8152f1d7>] mutex_lock+0x17/0x30
    [ 2539.053682] [<ffffffff813ab548>] control_store+0x48/0xd0
    [ 2539.053684] [<ffffffff812010bc>] ? fsnotify+0x28c/0x370
    [ 2539.053686] [<ffffffff8139fee8>] dev_attr_store+0x18/0x30
    [ 2539.053688] [<ffffffff8123885a>] sysfs_kf_write+0x3a/0x50
    [ 2539.053690] [<ffffffff81237dce>] kernfs_fop_write+0xee/0x180
    [ 2539.053692] [<ffffffff811c1f97>] vfs_write+0xb7/0x200
    [ 2539.053694] [<ffffffff811c1eac>] ? vfs_read+0x13c/0x170
    [ 2539.053695] [<ffffffff811c2c09>] SyS_write+0x59/0xd0
    [ 2539.053697] [<ffffffff81531129>] system_call_fastpath+0x16/0x1b
    [ 2539.053699] tee D 0000000000000000 0 3806 1 0x00000004
    [ 2539.053701] ffff8800a643bdc0 0000000000000000 ffff880085739460 0000000000000000
    [ 2539.053703] ffff8800a643bfd8 0000000000000000 ffff880085739460 ffffffff811cfefa
    [ 2539.053704] ffff880085739460 ffff880085739460 ffff8800a9454900 ffff8800a4abf000
    [ 2539.053706] Call Trace:
    [ 2539.053708] [<ffffffff811cfefa>] ? do_last.isra.36+0x1ba/0xe50
    [ 2539.053710] [<ffffffff810725b2>] ? current_fs_time+0x12/0x60
    [ 2539.053712] [<ffffffff8152d289>] schedule+0x29/0x70
    [ 2539.053713] [<ffffffff8152d6f6>] schedule_preempt_disabled+0x16/0x20
    [ 2539.053715] [<ffffffff8152f075>] __mutex_lock_slowpath+0xe5/0x230
    [ 2539.053717] [<ffffffff8152f1d7>] mutex_lock+0x17/0x30
    [ 2539.053719] [<ffffffff813ab548>] control_store+0x48/0xd0
    [ 2539.053721] [<ffffffff812010bc>] ? fsnotify+0x28c/0x370
    [ 2539.053722] [<ffffffff8139fee8>] dev_attr_store+0x18/0x30
    [ 2539.053724] [<ffffffff8123885a>] sysfs_kf_write+0x3a/0x50
    [ 2539.053726] [<ffffffff81237dce>] kernfs_fop_write+0xee/0x180
    [ 2539.053728] [<ffffffff811c1f97>] vfs_write+0xb7/0x200
    [ 2539.053730] [<ffffffff811c1eac>] ? vfs_read+0x13c/0x170
    [ 2539.053732] [<ffffffff811c2c09>] SyS_write+0x59/0xd0
    [ 2539.053734] [<ffffffff81531129>] system_call_fastpath+0x16/0x1b
    Don't know if that's in any way related to the above problem(s), but I also have loads of such messages in dmesg:
    [ 1321.983088] INFO: task kworker/u16:3:91 blocked for more than 120 seconds.
    [ 1321.983096] Not tainted 3.16.3-1-ARCH #1
    [ 1321.983098] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    [ 1321.983100] kworker/u16:3 D 0000000000000000 0 91 2 0x00000000
    [ 1321.983112] Workqueue: kacpi_hotplug acpi_hotplug_work_fn
    [ 1321.983115] ffff88003793baa0 0000000000000000 ffff88003764d180 0000000000000000
    [ 1321.983119] ffff88003793bfd8 0000000000000000 ffff88003764d180 000000005a1a7d0b
    [ 1321.983123] 0000000000000000 0000000000000000 0000000000000000 ffffffffa0585f7d
    [ 1321.983127] Call Trace:
    [ 1321.983148] [<ffffffff813a11de>] ? __dev_printk+0x3e/0x90
    [ 1321.983152] [<ffffffff813a16fc>] ? _dev_info+0x6c/0x90
    [ 1321.983160] [<ffffffff812a7fb7>] ? ___ratelimit+0x87/0x100
    [ 1321.983166] [<ffffffff8152d289>] schedule+0x29/0x70
    [ 1321.983169] [<ffffffff8152c479>] schedule_timeout+0x1b9/0x240
    [ 1321.983175] [<ffffffff8139d730>] ? vga_switcheroo_show+0x140/0x140
    [ 1321.983179] [<ffffffff8152dd3f>] wait_for_common+0xcf/0x190
    [ 1321.983184] [<ffffffff810a2ce0>] ? wake_up_process+0x50/0x50
    [ 1321.983188] [<ffffffff8152de1d>] wait_for_completion+0x1d/0x20
    [ 1321.983204] [<ffffffffa02dffc3>] snd_card_free+0x63/0x90 [snd]
    [ 1321.983212] [<ffffffffa058277a>] azx_remove+0x1a/0x20 [snd_hda_intel]
    [ 1321.983216] [<ffffffff812df88b>] pci_device_remove+0x3b/0xc0
    [ 1321.983219] [<ffffffff813a500f>] __device_release_driver+0x7f/0xf0
    [ 1321.983220] [<ffffffff813a50a3>] device_release_driver+0x23/0x30
    [ 1321.983224] [<ffffffff812d9a04>] pci_stop_bus_device+0x94/0xa0
    [ 1321.983226] [<ffffffff812d99a5>] pci_stop_bus_device+0x35/0xa0
    [ 1321.983228] [<ffffffff812d9b22>] pci_stop_and_remove_bus_device+0x12/0x20
    [ 1321.983231] [<ffffffff812f9d47>] disable_slot+0x57/0xb0
    [ 1321.983233] [<ffffffff812fa538>] acpiphp_check_bridge.part.9+0xf8/0x100
    [ 1321.983235] [<ffffffff812fb008>] acpiphp_check_host_bridge+0x78/0xc0
    [ 1321.983238] [<ffffffff813255d9>] acpi_pci_root_scan_dependent+0xe/0x12
    [ 1321.983241] [<ffffffff81321c34>] acpi_scan_bus_check+0x42/0xa2
    [ 1321.983243] [<ffffffff81321d3c>] acpi_device_hotplug+0xa8/0x408
    [ 1321.983245] [<ffffffff8131b702>] acpi_hotplug_work_fn+0x1e/0x29
    [ 1321.983249] [<ffffffff8108afa8>] process_one_work+0x168/0x450
    [ 1321.983251] [<ffffffff8108b5db>] worker_thread+0x6b/0x550
    [ 1321.983253] [<ffffffff8108b570>] ? init_pwq.part.22+0x10/0x10
    [ 1321.983256] [<ffffffff81091cea>] kthread+0xea/0x100
    [ 1321.983258] [<ffffffff81091c00>] ? kthread_create_on_node+0x1b0/0x1b0
    [ 1321.983261] [<ffffffff8153107c>] ret_from_fork+0x7c/0xb0
    [ 1321.983263] [<ffffffff81091c00>] ? kthread_create_on_node+0x1b0/0x1b0
    My system:
    Linux keineeile 3.16.3-1-ARCH #1 SMP PREEMPT Wed Sep 17 21:54:13 CEST 2014 x86_64 GNU/Linux
    I'm using KDE as my DE, should that matter at all... I don't have laptop-mode-tools or pm-utils installed, but I do have the powerdown scripts (though they don't seem to be working right now for me - but one thing after the other).
    Any help in solving this issue(s) is very much appreciated!!
    Kindest Regards
    keineeile
    Last edited by keineeile (2014-10-01 15:59:58)

    Well, I tried it both ways, suspending from KDE and from the command line using "systemctl suspend" and "echo mem > /sys/power/state", it all produces the same result.
    However, I think I have stumbled upon something in lspci:
    # lspci | grep 01:00.1
    pcilib: Cannot open /sys/bus/pci/devices/0000:01:00.1/config
    lspci: Unable to read the standard configuration space header of device 0000:01:00.1
    There exists a device 01:00.0, though. This is my discrete radeon graphics card. Maybe it's connected to the following (?):
    My laptop comes with an Intel graphics chip and a radeon graphics card. I want to use the Intel chip for powersaving and for having a cooler laptop. However, the DynPwr feature of the newest kernel (I think it was introduced in 3.15?) doesn't seem to work for me, my laptop just gets really hot. Plus the system kept freezing randomly (in such a way that I had to force turn off the laptop), which according to what I found online had something to do with NetworkManager and my radeon graphics card (I don't really understand how that's possible though). So what I did: In Grub I added "radeon.runpm=0" to the kernel line and upon logging in to KDE, I automatically execute:
    echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    sleep 2
    systemctl start NetworkManager
    Since then I have no troubles with my laptop overheating and my system isn't freezing anymore. Since I did all that right as I set up a new system, I'm not completely sure if that's related to the laptop not suspending/shutting down anymore or not (I'll go ahead now and try reversing it and see if it works then)...
    Oh, and I'm unable to remove the three "tee" processes in any way. I can't kill them, terminate them, nothing, they simply stay there...
    Last edited by keineeile (2014-09-30 01:03:36)

  • Strange behavior after suspend.

    Hi,
    For some time I have a strange behavior of my system after I awake my computer(after suspend). This problem don't disappear after update.
    Ok, so if I suspend my computer, and awake him I can't run any program. Even if i was open some application, this application crashes. I have to restart my machine.
    Somebody had similar problem or know how help?
    I'm using Arch Linux x64, kernel 3.8, openbox. Suspend by "systemctl suspend".

    OK, maybe good idea is paste here my output journal:
    # journalctl --since=today | tac | sed -n '/-- Reboot --/{n;:r;/-- Reboot --/q;p;n;b r}' | tac
    -- Logs begin at Mon 2012-09-10 20:20:07 CEST, end at Thu 2013-03-28 10:17:18 CET. --
    Mar 28 10:10:36 localhost kernel: Freezing user space processes ... (elapsed 0.01 seconds) done.
    Mar 28 10:10:36 localhost systemd[1]: Time has been changed
    Mar 28 10:10:36 localhost systemd[1]: systemd-tmpfiles-clean.timer: time change, recalculating next elapse.
    Mar 28 10:10:36 localhost kernel: Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
    Mar 28 10:10:36 localhost dhcpcd[1435]: eth1: carrier lost
    Mar 28 10:10:36 localhost kernel: PM: Entering mem sleep
    Mar 28 10:10:36 localhost kernel: Suspending console(s) (use no_console_suspend to debug)
    Mar 28 10:10:36 localhost kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
    Mar 28 10:10:36 localhost kernel: sd 0:0:0:0: [sda] Stopping disk
    Mar 28 10:10:36 localhost kernel: cfg80211: Calling CRDA for country: PL
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] IRQ 46 Disabled
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Preparing suspend fglrx in kernel.
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Suspending fglrx in kernel completed.
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Power down the ASIC .
    Mar 28 10:10:36 localhost kernel: PM: suspend of devices complete after 1126.292 msecs
    Mar 28 10:10:36 localhost kernel: PM: late suspend of devices complete after 0.263 msecs
    Mar 28 10:10:36 localhost kernel: r8169 0000:09:00.0: System wakeup enabled by ACPI
    Mar 28 10:10:36 localhost kernel: ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
    Mar 28 10:10:36 localhost kernel: PM: noirq suspend of devices complete after 52.988 msecs
    Mar 28 10:10:36 localhost kernel: ACPI: Preparing to enter system sleep state S3
    Mar 28 10:10:36 localhost kernel: PM: Saving platform NVS memory
    Mar 28 10:10:36 localhost kernel: Disabling non-boot CPUs ...
    Mar 28 10:10:36 localhost kernel: smpboot: CPU 1 is now offline
    Mar 28 10:10:36 localhost kernel: smpboot: CPU 2 is now offline
    Mar 28 10:10:36 localhost kernel: smpboot: CPU 3 is now offline
    Mar 28 10:10:36 localhost kernel: Extended CMOS year: 2000
    Mar 28 10:10:36 localhost kernel: ACPI: Low-level resume complete
    Mar 28 10:10:36 localhost kernel: PM: Restoring platform NVS memory
    Mar 28 10:10:36 localhost kernel: Extended CMOS year: 2000
    Mar 28 10:10:36 localhost kernel: CPU0: Thermal monitoring handled by SMI
    Mar 28 10:10:36 localhost kernel: Enabling non-boot CPUs ...
    Mar 28 10:10:36 localhost kernel: smpboot: Booting Node 0 Processor 1 APIC 0x4
    Mar 28 10:10:36 localhost kernel: CPU1: Thermal monitoring handled by SMI
    Mar 28 10:10:36 localhost kernel: CPU1 is up
    Mar 28 10:10:36 localhost kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
    Mar 28 10:10:36 localhost kernel: CPU2: Thermal monitoring handled by SMI
    Mar 28 10:10:36 localhost kernel: CPU2 is up
    Mar 28 10:10:36 localhost kernel: smpboot: Booting Node 0 Processor 3 APIC 0x5
    Mar 28 10:10:36 localhost kernel: CPU3: Thermal monitoring handled by SMI
    Mar 28 10:10:36 localhost kernel: CPU3 is up
    Mar 28 10:10:36 localhost kernel: ACPI: Waking up from system sleep state S3
    Mar 28 10:10:36 localhost kernel: ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
    Mar 28 10:10:36 localhost kernel: sdhci-pci 0000:07:00.0: MMC controller base frequency changed to 50Mhz.
    Mar 28 10:10:36 localhost kernel: sdhci-pci 0000:07:00.0: proprietary Ricoh MMC controller disabled (via firewire function)
    Mar 28 10:10:36 localhost kernel: sdhci-pci 0000:07:00.0: MMC cards are now supported by standard SDHCI controller
    Mar 28 10:10:36 localhost kernel: PM: noirq resume of devices complete after 133.780 msecs
    Mar 28 10:10:36 localhost kernel: PM: early resume of devices complete after 0.127 msecs
    Mar 28 10:10:36 localhost kernel: ehci-pci 0000:00:1a.0: setting latency timer to 64
    Mar 28 10:10:36 localhost kernel: mei 0000:00:16.0: irq 43 for MSI/MSI-X
    Mar 28 10:10:36 localhost kernel: snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
    Mar 28 10:10:36 localhost kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mar 28 10:10:36 localhost kernel: ehci-pci 0000:00:1d.0: setting latency timer to 64
    Mar 28 10:10:36 localhost kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mar 28 10:10:36 localhost kernel: snd_hda_intel 0000:02:00.1: irq 45 for MSI/MSI-X
    Mar 28 10:10:36 localhost kernel: r8169 0000:09:00.0: System wakeup disabled by ACPI
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Power up the ASIC
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Preparing resume fglrx in kernel.
    Mar 28 10:10:36 localhost kernel: Extended CMOS year: 2000
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] Resuming fglrx in kernel completed.
    Mar 28 10:10:36 localhost kernel: <6>[fglrx] IRQ 46 Enabled
    Mar 28 10:10:36 localhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Mar 28 10:10:36 localhost kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    Mar 28 10:10:36 localhost kernel: ata2.00: configured for UDMA/100
    Mar 28 10:10:36 localhost kernel: usb 2-1.3: reset low-speed USB device number 3 using ehci-pci
    Mar 28 10:10:36 localhost kernel: sdhci-pci 0000:07:00.0: Will use DMA mode even though HW doesn't fully claim to support it.
    Mar 28 10:10:36 localhost kernel: firewire_core 0000:07:00.3: rediscovered device fw0
    Mar 28 10:10:36 localhost kernel: usb 1-1.4: reset high-speed USB device number 3 using ehci-pci
    Mar 28 10:10:36 localhost kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mar 28 10:10:36 localhost kernel: ata1.00: configured for UDMA/133
    Mar 28 10:10:36 localhost kernel: sd 0:0:0:0: [sda] Starting disk
    Mar 28 10:10:36 localhost kernel: PM: resume of devices complete after 2478.795 msecs
    Mar 28 10:10:36 localhost kernel: PM: Finishing wakeup.
    Mar 28 10:10:36 localhost kernel: Restarting tasks ... done.
    Mar 28 10:10:36 localhost kernel: video LNXVIDEO:00: Restoring backlight state
    Mar 28 10:10:36 localhost slim[806]: Conky: can't open /sys/class/power_supply/BAT0/uevent: No such file or directory
    Mar 28 10:10:36 localhost slim[806]: Conky: can't open /proc/acpi/battery/BAT0/state: No such file or directory
    Mar 28 10:10:36 localhost systemd-sleep[4208]: System resumed.
    Mar 28 10:10:36 localhost dbus-daemon[800]: dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Mar 28 10:10:36 localhost dbus[800]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Mar 28 10:10:36 localhost su[4307]: (to root) root on none
    Mar 28 10:10:36 localhost su[4307]: pam_unix(su:session): session opened for user root by (uid=0)
    Mar 28 10:10:36 localhost systemd[1]: Starting Daemon for power management...
    Mar 28 10:10:36 localhost su[4307]: pam_unix(su:session): session closed for user root
    Mar 28 10:10:36 localhost su[4328]: (to root) root on none
    Mar 28 10:10:36 localhost su[4328]: pam_unix(su:session): session opened for user root by (uid=0)
    Mar 28 10:10:36 localhost su[4328]: pam_unix(su:session): session closed for user root
    Mar 28 10:10:36 localhost systemd[1]: Started Suspend.
    Mar 28 10:10:36 localhost systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Mar 28 10:10:36 localhost systemd[1]: Stopping Sleep.
    Mar 28 10:10:36 localhost systemd[1]: Stopped target Sleep.
    Mar 28 10:10:36 localhost systemd[1]: Starting Suspend.
    Mar 28 10:10:36 localhost systemd[1]: Reached target Suspend.
    Mar 28 10:10:36 localhost systemd-logind[796]: Operation finished.
    Mar 28 10:10:36 localhost laptop-mode[4441]: Laptop mode
    Mar 28 10:10:36 localhost laptop-mode[4446]: enabled, active [unchanged]
    Mar 28 10:10:36 localhost logger[4463]: ACPI action undefined: ACPI0003:00
    Mar 28 10:10:36 localhost laptop-mode[4501]: Laptop mode
    Mar 28 10:10:36 localhost laptop-mode[4509]: enabled, active [unchanged]
    Mar 28 10:10:36 localhost laptop-mode[4534]: Laptop mode
    Mar 28 10:10:36 localhost laptop-mode[4539]: enabled, active [unchanged]
    Mar 28 10:10:36 localhost laptop-mode[4554]: Laptop mode
    Mar 28 10:10:36 localhost laptop-mode[4557]: enabled, active [unchanged]
    Mar 28 10:10:36 localhost laptop-mode[4562]: Laptop mode
    Mar 28 10:10:36 localhost laptop-mode[4563]: enabled, active [unchanged]
    Mar 28 10:10:36 localhost dbus-daemon[800]: dbus[800]: [system] Successfully activated service 'org.freedesktop.UPower'
    Mar 28 10:10:36 localhost dbus[800]: [system] Successfully activated service 'org.freedesktop.UPower'
    Mar 28 10:10:36 localhost systemd[1]: Started Daemon for power management.
    Mar 28 10:10:37 localhost ntpd[1442]: Deleting interface #3 eth1, 192.168.1.6#123, interface stats: received=135, sent=135, dropped=1, active_time=4197 secs
    Mar 28 10:10:37 localhost ntpd[1442]: 149.156.70.60 interface 192.168.1.6 -> (none)
    Mar 28 10:10:37 localhost ntpd[1442]: 149.156.24.40 interface 192.168.1.6 -> (none)
    Mar 28 10:10:37 localhost ntpd[1442]: 46.250.172.2 interface 192.168.1.6 -> (none)
    Mar 28 10:10:37 localhost ntpd[1442]: peers refreshed
    Mar 28 10:10:38 localhost su[4624]: (to root) root on none
    Mar 28 10:10:38 localhost su[4624]: pam_unix(su:session): session opened for user root by (uid=0)
    Mar 28 10:10:38 localhost laptop-mode[4653]: Laptop mode
    Mar 28 10:10:38 localhost laptop-mode[4654]: enabled, active [unchanged]
    Mar 28 10:10:38 localhost dhcpcd[1435]: eth1: carrier acquired
    Mar 28 10:10:38 localhost dhcpcd[1435]: eth1: sending IPv6 Router Solicitation
    Mar 28 10:10:38 localhost dhcpcd[1435]: eth1: rebinding lease of 192.168.1.6
    Mar 28 10:10:38 localhost dhcpcd[1435]: eth1: acknowledged 192.168.1.6 from 192.168.1.1 `TP-LINK'
    Mar 28 10:10:38 localhost dhcpcd[1435]: eth1: checking for 192.168.1.6
    Mar 28 10:10:38 localhost su[4624]: pam_unix(su:session): session closed for user root
    Mar 28 10:10:38 localhost su[4660]: (to root) root on none
    Mar 28 10:10:38 localhost su[4660]: pam_unix(su:session): session opened for user root by (uid=0)
    Mar 28 10:10:38 localhost su[4660]: pam_unix(su:session): session closed for user root
    Mar 28 10:10:38 localhost kernel: EXT4-fs (sda6): re-mounted. Opts: commit=0
    Mar 28 10:10:38 localhost kernel: EXT4-fs (sda7): re-mounted. Opts: commit=0
    Mar 28 10:10:38 localhost laptop-mode[4694]: Laptop mode
    Mar 28 10:10:38 localhost laptop-mode[4695]: enabled, active [unchanged]
    Mar 28 10:10:38 localhost logger[4698]: ACPI action undefined: ACPI0003:00
    Mar 28 10:10:38 localhost slim[806]: tint2 : invalid option "task_margin",
    Mar 28 10:10:38 localhost slim[806]: upgrade tint2 or correct your config file
    Mar 28 10:10:38 localhost slim[806]: tint2 : nb monitor 1, nb monitor used 1, nb desktop 1
    Mar 28 10:10:38 localhost slim[806]: X Error of failed request: BadWindow (invalid Window parameter)
    Mar 28 10:10:38 localhost slim[806]: Major opcode of failed request: 21 (X_ListProperties)
    Mar 28 10:10:38 localhost slim[806]: Resource id in failed request: 0x18000b0
    Mar 28 10:10:38 localhost slim[806]: Serial number of failed request: 12
    Mar 28 10:10:38 localhost slim[806]: Current serial number in output stream: 12
    Mar 28 10:10:40 localhost slim[806]: you have no weather alerts
    Mar 28 10:10:40 localhost slim[806]: processing complete
    Mar 28 10:10:40 localhost slim[806]: gathering data with curl
    Mar 28 10:10:40 localhost slim[806]: % Total % Received % Xferd Average Speed Time Time Time Current
    Mar 28 10:10:40 localhost slim[806]: Dload Upload Total Spent Left Speed
    Mar 28 10:10:40 localhost slim[806]: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: (nil); Unknown error
    Mar 28 10:10:40 localhost slim[806]: not checking for alerts
    Mar 28 10:10:40 localhost slim[806]: curl attempt timed out, trying again
    Mar 28 10:10:40 localhost slim[806]: % Total % Received % Xferd Average Speed Time Time Time Current
    Mar 28 10:10:40 localhost slim[806]: Dload Upload Total Spent Left Speed
    Mar 28 10:10:40 localhost slim[806]: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: (nil); Unknown error
    Mar 28 10:10:42 localhost dhcpcd[1435]: eth1: sending IPv6 Router Solicitation
    Mar 28 10:10:43 localhost dhcpcd[1435]: eth1: leased 192.168.1.6 for 259200 seconds
    Mar 28 10:10:45 dhcppc4 ntpd[1442]: Listen normally on 6 eth1 192.168.1.6 UDP 123
    Mar 28 10:10:45 dhcppc4 ntpd[1442]: peers refreshed
    Mar 28 10:10:45 dhcppc4 ntpd[1442]: new interface(s) found: waking up resolver
    Mar 28 10:10:45 dhcppc4 slim[806]: Traceback (most recent call last):
    Mar 28 10:10:45 dhcppc4 slim[806]: File "/home/rlk120/.scripts/gmail.py", line 9, in <module>
    Mar 28 10:10:45 dhcppc4 slim[806]: msg=temp.read()
    Mar 28 10:10:45 dhcppc4 slim[806]: File "/usr/lib/python3.3/encodings/ascii.py", line 26, in decode
    Mar 28 10:10:45 dhcppc4 slim[806]: return codecs.ascii_decode(input, self.errors)[0]
    Mar 28 10:10:45 dhcppc4 slim[806]: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 375: ordinal not in range(128)
    Mar 28 10:10:45 dhcppc4 slim[806]: not checking for alerts
    Mar 28 10:10:45 dhcppc4 slim[806]: curl attempt timed out, trying again
    Mar 28 10:10:45 dhcppc4 slim[806]: % Total % Received % Xferd Average Speed Time Time Time Current
    Mar 28 10:10:45 dhcppc4 slim[806]: Dload Upload Total Spent Left Speed
    Mar 28 10:10:46 dhcppc4 slim[806]: [234B blob data]
    Mar 28 10:10:46 dhcppc4 dhcpcd[1435]: eth1: sending IPv6 Router Solicitation
    Mar 28 10:10:50 dhcppc4 dhcpcd[1435]: eth1: sending IPv6 Router Solicitation
    Mar 28 10:10:50 dhcppc4 dhcpcd[1435]: eth1: no IPv6 Routers available
    Mar 28 10:11:03 dhcppc4 slim[806]: No protocol specified
    Mar 28 10:11:03 dhcppc4 slim[806]: (chromium:4750): Gtk-WARNING **: cannot open display: :0.0
    Mar 28 10:11:31 dhcppc4 systemd-logind[796]: System is rebooting.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Sound Card.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Sound Card.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Daemon for power management...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Authorization Manager...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Graphical Interface.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Graphical Interface.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Multi-User.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Multi-User.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping ACPI event daemon...
    Mar 28 10:11:32 dhcppc4 ntpd[1442]: ntpd exiting on signal 15
    Mar 28 10:11:32 dhcppc4 acpid[793]: exiting
    Mar 28 10:11:32 dhcppc4 dhcpcd[4810]: sending signal 1 to pid 1435
    Mar 28 10:11:32 dhcppc4 dhcpcd[4810]: waiting for pid 1435 to exit
    Mar 28 10:11:32 dhcppc4 dhcpcd[1435]: received SIGHUP, releasing
    Mar 28 10:11:32 dhcppc4 dhcpcd[1435]: eth1: releasing lease of 192.168.1.6
    Mar 28 10:11:32 dhcppc4 dhcpcd[1435]: eth1: removing interface
    Mar 28 10:11:33 dhcppc4 slim[806]: Conky: received SIGHUP or SIGUSR1. reloading the config file.
    Mar 28 10:11:33 dhcppc4 slim[806]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    Mar 28 10:11:33 dhcppc4 slim[806]: after 200200 requests (200197 known processed) with 0 events remaining.
    Mar 28 10:11:33 dhcppc4 slim[806]: Conky: received SIGHUP or SIGUSR1. reloading the config file.
    Mar 28 10:11:33 dhcppc4 slim[806]: XIO: fatal IO error 4 (Interrupted system call) on X server ":0.0"
    Mar 28 10:11:33 dhcppc4 slim[806]: after 226 requests (226 known processed) with 0 events remaining.
    Mar 28 10:11:33 dhcppc4 slim[806]: real transparency off.... depth: 24
    Mar 28 10:11:33 dhcppc4 slim[806]: xRandr: Found crtc's: 4
    Mar 28 10:11:33 dhcppc4 slim[806]: xRandr: Linking output LVDS with crtc 0
    Mar 28 10:11:33 dhcppc4 slim[806]: real transparency off.... depth: 24
    Mar 28 10:11:33 dhcppc4 slim[806]: xRandr: Found crtc's: 4
    Mar 28 10:11:33 dhcppc4 slim[806]: xRandr: Linking output LVDS with crtc 0
    Mar 28 10:11:33 dhcppc4 slim[806]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    Mar 28 10:11:33 dhcppc4 slim[806]: after 534585 requests (534585 known processed) with 0 events remaining.
    Mar 28 10:11:33 dhcppc4 slim[806]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
    Mar 28 10:11:33 dhcppc4 slim[806]: after 163909 requests (163909 known processed) with 0 events remaining.
    Mar 28 10:11:33 dhcppc4 slim[806]: you have no weather alerts
    Mar 28 10:11:33 dhcppc4 slim[806]: processing complete
    Mar 28 10:11:33 dhcppc4 kernel: cfg80211: Calling CRDA to update world regulatory domain
    Mar 28 10:11:33 dhcppc4 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    Mar 28 10:11:33 dhcppc4 netcfg-daemon[4777]: :: siec_domowa down [done]
    Mar 28 10:11:33 dhcppc4 slim[806]: Server terminated successfully (0). Closing log file.
    Mar 28 10:11:33 dhcppc4 laptop-mode[4865]: Laptop mode
    Mar 28 10:11:33 dhcppc4 laptop-mode[4866]: enabled, active [unchanged]
    Mar 28 10:11:34 dhcppc4 systemd[1]: slim.service: main process exited, code=exited, status=1/FAILURE
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped SLiM Simple Login Manager.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Unit slim.service entered failed state
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Permit User Sessions...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Permit User Sessions.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Basic System.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target Basic System.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Sockets.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target Sockets.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping LVM2 metadata daemon socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed LVM2 metadata daemon socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Device-mapper event daemon FIFOs.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed Device-mapper event daemon FIFOs.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Syslog Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed Syslog Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping ACPID Listen Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed ACPID Listen Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping D-Bus System Message Bus Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed D-Bus System Message Bus Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping System Initialization.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target System Initialization.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Load Kernel Modules...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Load Kernel Modules.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Apply Kernel Variables...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Apply Kernel Variables.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Setup Virtual Console...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Setup Virtual Console.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Set Up Additional Binary Formats...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Set Up Additional Binary Formats.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Encrypted Volumes.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Encrypted Volumes.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Swap.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Swap.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Local File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Local File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounting /home...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounting /tmp...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Remote File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Remote File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounted /tmp.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounted /home.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Unmount All Filesystems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Unmount All Filesystems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Remount Root and Kernel File Systems...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Remount Root and Kernel File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Save Random Seed...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Update UTMP about System Shutdown...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Save Random Seed.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Update UTMP about System Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Reboot...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Shutting down.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
    Mar 28 10:11:35 dhcppc4 systemd[1]: Set hardware watchdog to 10min.
    Mar 28 10:11:35 dhcppc4 kernel: watchdog watchdog0: watchdog did not stop!
    Mar 28 10:11:35 dhcppc4 systemd-journal[131]: Journal stopped
    Somebody probably find interesting things in this code.
    And here is some fail slim:
    # journalctl /usr/lib/systemd/systemd --since=today
    -- Logs begin at Mon 2012-09-10 20:20:07 CEST, end at Thu 2013-03-28 10:37:18 CET. --
    Mar 28 10:10:36 localhost systemd[1]: Time has been changed
    Mar 28 10:10:36 localhost systemd[1]: systemd-tmpfiles-clean.timer: time change, recalculating next elapse.
    Mar 28 10:10:36 localhost systemd[1]: Starting Daemon for power management...
    Mar 28 10:10:36 localhost systemd[1]: Started Suspend.
    Mar 28 10:10:36 localhost systemd[1]: Service sleep.target is not needed anymore. Stopping.
    Mar 28 10:10:36 localhost systemd[1]: Stopping Sleep.
    Mar 28 10:10:36 localhost systemd[1]: Stopped target Sleep.
    Mar 28 10:10:36 localhost systemd[1]: Starting Suspend.
    Mar 28 10:10:36 localhost systemd[1]: Reached target Suspend.
    Mar 28 10:10:36 localhost systemd[1]: Started Daemon for power management.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Deactivating swap /dev/sda8...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Sound Card.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Sound Card.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Daemon for power management...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Authorization Manager...
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Graphical Interface.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Graphical Interface.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping Multi-User.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopped target Multi-User.
    Mar 28 10:11:32 dhcppc4 systemd[1]: Stopping ACPI event daemon...
    Mar 28 10:11:34 dhcppc4 systemd[1]: slim.service: main process exited, code=exited, status=1/FAILURE
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped SLiM Simple Login Manager.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Unit slim.service entered failed state
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Permit User Sessions...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Permit User Sessions.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Basic System.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target Basic System.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Sockets.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target Sockets.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping LVM2 metadata daemon socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed LVM2 metadata daemon socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Device-mapper event daemon FIFOs.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed Device-mapper event daemon FIFOs.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Syslog Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed Syslog Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping ACPID Listen Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed ACPID Listen Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping D-Bus System Message Bus Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Closed D-Bus System Message Bus Socket.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping System Initialization.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped target System Initialization.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Load Kernel Modules...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Load Kernel Modules.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Apply Kernel Variables...
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopped Apply Kernel Variables.
    Mar 28 10:11:34 dhcppc4 systemd[1]: Stopping Setup Virtual Console...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Setup Virtual Console.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Set Up Additional Binary Formats...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Set Up Additional Binary Formats.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Encrypted Volumes.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Encrypted Volumes.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Swap.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Swap.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Local File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Local File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounting /home...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounting /tmp...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Remote File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Remote File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounted /tmp.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Unmounted /home.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Unmount All Filesystems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Unmount All Filesystems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Remount Root and Kernel File Systems...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Remount Root and Kernel File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Save Random Seed...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Update UTMP about System Shutdown...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Save Random Seed.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Update UTMP about System Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Reboot...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Shutting down.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Unmount All Filesystems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped target Local File Systems (Pre).
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopping Remount Root and Kernel File Systems...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Stopped Remount Root and Kernel File Systems.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Save Random Seed...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Update UTMP about System Shutdown...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Save Random Seed.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Started Update UTMP about System Shutdown.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Reached target Final Step.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Starting Reboot...
    Mar 28 10:11:35 dhcppc4 systemd[1]: Shutting down.
    Mar 28 10:11:35 dhcppc4 systemd[1]: Hardware watchdog 'iTCO_wdt', version 0
    Mar 28 10:11:35 dhcppc4 systemd[1]: Set hardware watchdog to 10min.
    Last edited by xorgx3 (2013-03-28 10:52:08)

  • Suspend appears to work, but monitor won't go back on

    When I suspend my machine using gnome-power-manager, the computer seems to go into suspend mode exactly as it should, and pressing the power button brings it back on as expected. However, the monitor stays in power-save mode as long as the computer remains on after it has been brought out of suspend. As far as I can tell, the only way to get the monitor working again is to restart, which defeats the purpose of using suspend.

    bneate wrote:
    I had the same thing with my laptop with a intel graphics card.  To solve it I had to add acpi_sleep=s3_bios,s3_mode to the kernel line in my menu.1st for grub.
    i.e. changed:
    kernel /boot/vmlinuz26 root=/dev/hda1 ro
    to
    kernel /boot/vmlinuz26 root=/dev/hda1 acpi_sleep=s3_bios,s3_mode ro
    Not sure if it's the same problem for you but it's worth a try.
    Okay, my monitor works fine now.
    Unfortunately, I've discovered that eth0 bombs out when I go into suspend mode, and nothing short of rebooting seems capable of bringing it back up. Here's the log:
    suspend2ram initiated: 2006-11-21 21:37:01
    Debug info follows here, please include in your bug reports. Thanks.
    Loaded modules:
    Module Size Used by
    capability 3592 0
    commoncap 5632 1 capability
    tsdev 6336 0
    ppdev 7556 0
    lp 9604 0
    snd_seq_oss 29440 0
    snd_seq_midi_event 6528 1 snd_seq_oss
    snd_seq 47184 4 snd_seq_oss,snd_seq_midi_event
    usbhid 47776 0
    rtc 10292 0
    parport_pc 35684 1
    psmouse 35720 0
    serio_raw 5636 0
    parport 31432 3 ppdev,lp,parport_pc
    i2c_viapro 7828 0
    i2c_core 17280 1 i2c_viapro
    via_ircc 19348 0
    irda 113976 1 via_ircc
    crc_ccitt 2304 1 irda
    ehci_hcd 29576 0
    snd_pcm_oss 39072 0
    snd_mixer_oss 14592 1 snd_pcm_oss
    ide_cd 35616 0
    cdrom 34464 1 ide_cd
    ppp_generic 24084 0
    slhc 6656 1 ppp_generic
    shpchp 33444 0
    pci_hotplug 28616 1 shpchp
    snd_ens1371 20768 1
    gameport 11656 1 snd_ens1371
    snd_rawmidi 19488 1 snd_ens1371
    snd_seq_device 6924 3 snd_seq_oss,snd_seq,snd_rawmidi
    snd_ac97_codec 87456 1 snd_ens1371
    snd_ac97_bus 2432 1 snd_ac97_codec
    snd_pcm 67972 3 snd_pcm_oss,snd_ens1371,snd_ac97_codec
    snd_timer 19204 2 snd_seq,snd_pcm
    snd 42724 12 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_ens1371,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 7776 1 snd
    snd_page_alloc 7816 1 snd_pcm
    via_rhine 20488 0
    mii 4992 1 via_rhine
    evdev 7936 1
    uhci_hcd 21004 0
    floppy 53796 0
    via 42208 2
    drm 60436 3 via
    via_agp 8192 1
    agpgart 25944 2 drm,via_agp
    usbcore 110980 4 usbhid,ehci_hcd,uhci_hcd
    ext3 122376 2
    jbd 55592 1 ext3
    mbcache 7044 1 ext3
    ide_disk 13440 3
    via82cxxx 8580 0 [permanent]
    ide_core 109256 3 ide_cd,ide_disk,via82cxxx
    Memory info:
    total used free shared buffers cached
    Mem: 320964 161356 159608 0 8184 60032
    -/+ buffers/cache: 93140 227824
    Swap: 0 0 0
    /proc/cmdline: root=/dev/hda1 acpi_sleep=s3_bios,s3_mode ro
    ========we are going to sleep, preparing.========
    == checking runlevel ==
    no shutdown/reboot in progress, good.
    == Unmounting FAT/NTFS filesystems: ==
    none found in /etc/mtab
    == FAT/NTFS filesystems unmounted ==
    Stopping services: ('netfs network cups alsa' configured)
    stopping network:
    ## stty: standard input: Inappropriate ioctl for device
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mStopping Network[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;37mDONE[1;34m][1;0m
    stopping cups:
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mStopping CUPS Daemon[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;37mDONE[1;34m][1;0m
    stopping alsa:
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mSaving ALSA Levels[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;37mDONE[1;34m][1;0m
    ejecting PCMCIA cards...
    Unloading modules: ('prism54 ' configured)
    checking prism54
    prepare_sleep finished for suspend2ram
    /usr/sbin/s2ram not found, falling back to echo.
    ==== finished, return code 0 ====
    ========we are back from suspend, cleaning up.========
    == restore_after_sleep: restart and reload everything ==
    Resuming:
    switched back to console: ' 7'
    reactivating ACPI fan FAN
    Reloading modules:
    inserting PCMCIA cards...
    Restarting services:
    starting alsa:
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mRestoring ALSA Levels[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;37mDONE[1;34m][1;0m
    starting cups:
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mStarting CUPS Daemon[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;37mDONE[1;34m][1;0m
    starting network:
    ## stty: standard input: Inappropriate ioctl for device
    ## [1;34m:: [1;37mStarting Network[1;0m [-9G [1;34m[[0;36mBUSY[1;34m][1;0m [-9G [1;34m[[1;31mFAIL[1;34m][1;0m
    Remounting filesystems:
    not necessary.
    ======================================
    restore_after_suspend_to_ram: finished

  • Removing the USB stick during suspend

    I'm using Gnome and Nautilus as my volume manager, have the latest stable packages, on a Dell Inspiron 1520 laptop.
    Suspend is set up to work through uswsusp.
    Now if I insert a USB stick it is mounted automagically and works great, then I suspend, and while the laptop is suspended I remove the USB stick (happens sometimes, eg. forgot to remove it before), then after I resume Nautilus still shows that the stick is mounted . A user can't unmount it, only root can. Is there a way to fix this? Force HAL(?) to rescan what hardware is connected and adjust mountpoints accordingly or something?
    Any hints would be appreciated.
    Thanks
    Last edited by Hohoho (2008-10-05 13:28:34)

    and while the laptop is suspended I remove the USB stick (happens sometimes, eg. forgot to remove it before)
    You would do yourself a huge favor by waking it up and removing it, instead of removing it while in suspend, because eventually you *will* ruin the filesystem on it.
    It is not a solution, but, very good advice. I hope you don't mind.
    I guess you could create a pm script to unmount devices that match a pattern, say the UUID or LABEL of the stick? That would be executed upon suspending your machine.

  • [SOLVED]No keyboard after suspend (xfce)

    I have a problem similar but not identical to this: https://bbs.archlinux.org/viewtopic.php?id=155722
    When I resume after suspending, the keyboard doesn't work. Unlike the cited thread, this only happens after suspend but happens either every time or nearly every time I resume after suspending. This is quite annoying because I prefer to suspend when the laptop is closed. The touchpad is also disabled after suspend, although I use a USB mouse anyway.
    My specs (everything is up to date as of yesterday [1/15/15]):
    Xfce on a Toshiba Satellite p55t-a5116 (specs here)
    it's dual-partitioned (with Windows 8.1) as well, if that matters, and this install exists on a logical partition rather than a primary one.
    the following packages are [explicitly] installed:
    alsa-utils 1.0.28-1
    asoundconf 1:1.0.1-3
    aurget 4.4.3-1
    autoconf 2.69-2
    automake 1.14.1-1
    bash 4.3.030-1
    binutils 2.25-1
    bison 3.0.2-1
    bluez 5.27-1
    bzip2 1.0.6-5
    cheese 3.14.2-1
    coreutils 8.23-1
    cryptsetup 1.6.6-1
    device-mapper 2.02.114-1
    dhcpcd 6.6.7-1
    dialog 1:1.2_20140911-1
    diffutils 3.3-2
    dosfstools 3.0.27-1
    dropbox 3.0.5-1
    e2fsprogs 1.42.12-1
    eclipse 4.4.1-1
    exo 0.10.2-2
    fakeroot 1.20.2-1
    file 5.21-3
    filesystem 2014.10-3
    findutils 4.4.2-6
    firefox 34.0.5-1
    flashplugin 11.2.202.425-1
    flex 2.5.39-1
    frame 2.5.0-1
    garcon 0.2.1-1
    gawk 4.1.1-1
    gcc 4.9.2-2
    gcc-libs 4.9.2-2
    geis 2.2.16-1
    gettext 0.19.3-1
    glibc 2.20-6
    grail 3.1.0-1
    grep 2.21-1
    groff 1.22.3-2
    gtk2-xfce-engine 3.0.1-2
    gtk3-xfce-engine 3.0.1-2
    gummiboot 45-1
    gzip 1.6-1
    haskell-regex-pcre-builtin 0.94.4.8.8.35-1
    haskell-split 0.2.2-1
    inetutils 1.9.2-2
    inkscape 0.48.5-4
    iproute2 3.17.0-1
    iputils 20121221-3
    iw 3.17-1
    jack2-dbus 1.9.10-1
    java-runtime-common 2-2
    jdk7-openjdk 7.u71_2.5.3-3
    jdk8-openjdk 8.u25-2
    jfsutils 1.1.15-4
    jre 8u25-1
    lastpass 3.1.50-17
    less 471-1
    lib32-mesa-libgl 10.4.1-1
    libreoffice-fresh 4.3.5-1
    libtool 2.4.4-2
    libva-intel-driver 1.5.0-1
    licenses 20140629-1
    lightdm 1:1.12.2-1
    lightdm-gtk3-greeter 1:1.8.6-1
    linux 3.17.6-1
    logrotate 3.8.8-2
    lvm2 2.02.114-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.76-1
    mdadm 3.3.2-1
    minecraft latest-23
    mousepad 0.3.0-3
    nano 2.2.6-3
    netctl 1.9-1
    network-manager-applet 0.9.10.0-2
    networkmanager 0.9.10.0-4
    ntfs-3g 2014.2.15-1
    openssh 6.7p1-1
    orage 4.10.0-1
    package-query 1.5-2
    pacman 4.2.0-5
    patch 2.7.1-3
    pavucontrol 2.0-2
    pciutils 3.3.0-1
    pcmciautils 018-7
    perl 5.20.1-1
    pkg-config 0.28-2
    procps-ng 3.3.10-1
    psmisc 22.21-2
    pulseaudio 5.0-1
    pulseaudio-alsa 2-3
    qbittorrent 3.1.11-2
    qjackctl 0.3.12-1
    reiserfsprogs 3.6.24-1
    ristretto 0.6.3-4
    s-nail 14.7.11-1
    sed 4.2.2-3
    shadow 4.2.1-1
    skype 4.3.0.37-3
    sudo 1.8.11.p2-1
    sysfsutils 2.1.0-9
    systemd-sysvcompat 218-1
    tar 1.28-1
    texinfo 5.2-3
    thunar 1.6.4-1
    thunar-archive-plugin 0.3.1-4
    thunar-dropbox 0.2.0-1
    thunar-media-tags-plugin 0.2.1-1
    thunar-volman 0.8.0-2
    touchegg 1.1.1-3
    ttf-liberation 2.00.1-5
    ttf-ms-fonts 2.0-10
    ttf-ubuntu-font-family 0.80-5
    tumbler 0.1.30-1
    usbutils 008-1
    util-linux 2.25.2-1
    vi 1:050325-4
    vlc 2.1.5-5
    which 2.20-7
    wpa_actiond 1.4-2
    wpa_supplicant 2.3-1
    xf86-input-egalax 2.5.4330-2
    xf86-input-joystick 1.6.2-5
    xf86-input-keyboard 1.8.0-3
    xf86-input-mouse 1.9.1-1
    xf86-input-synaptics 1.8.1-1
    xf86-input-vmmouse 13.0.0-5
    xf86-input-void 1.4.0-7
    xf86-video-ark 0.7.5-5
    xf86-video-ast 0.97.0-5
    xf86-video-ati 1:7.5.0-1
    xf86-video-cirrus 1.5.2-4
    xf86-video-dummy 0.3.7-3
    xf86-video-fbdev 0.4.4-3
    xf86-video-glint 1.2.8-5
    xf86-video-i128 1.3.6-5
    xf86-video-intel 2.99.917-1
    xf86-video-mach64 6.9.4-4
    xf86-video-mga 1.6.3-3
    xf86-video-modesetting 0.9.0-2
    xf86-video-neomagic 1.2.8-3
    xf86-video-nouveau 1.0.11-2
    xf86-video-nv 2.1.20-5
    xf86-video-openchrome 0.3.3-4
    xf86-video-r128 6.9.2-3
    xf86-video-savage 2.3.7-3
    xf86-video-siliconmotion 1.7.7-5
    xf86-video-sis 0.10.7-6
    xf86-video-tdfx 1.4.5-5
    xf86-video-trident 1.3.6-6
    xf86-video-v4l 0.2.0-14
    xf86-video-vesa 2.3.2-5
    xf86-video-vmware 13.0.2-2
    xf86-video-voodoo 1.2.5-5
    xfburn 0.5.2-1
    xfce4-appfinder 4.10.1-1
    xfce4-artwork 0.1.1a_git20110420-4
    xfce4-battery-plugin 1.0.5-3
    xfce4-clipman-plugin 1.2.6-1
    xfce4-cpufreq-plugin 1.1.1-1
    xfce4-cpugraph-plugin 1.0.5-2
    xfce4-datetime-plugin 0.6.2-3
    xfce4-dict 0.7.0-1
    xfce4-diskperf-plugin 2.5.4-2
    xfce4-eyes-plugin 4.4.3-1
    xfce4-fsguard-plugin 1.0.1-3
    xfce4-genmon-plugin 3.4.0-2
    xfce4-mailwatch-plugin 1.2.0-4
    xfce4-mixer 4.11.0-1
    xfce4-mount-plugin 0.6.7-2
    xfce4-mpc-plugin 0.4.4-3
    xfce4-netload-plugin 1.2.4-1
    xfce4-notes-plugin 1.7.7-6
    xfce4-notifyd 0.2.4-1
    xfce4-panel 4.10.1-1
    xfce4-power-manager 1.4.2-2
    xfce4-quicklauncher-plugin 1.9.4-9
    xfce4-screenshooter 1.8.1-2
    xfce4-sensors-plugin 1.2.5-2
    xfce4-session 4.10.1-5
    xfce4-settings 4.10.1-1
    xfce4-smartbookmark-plugin 0.4.5-2
    xfce4-systemload-plugin 1.1.2-1
    xfce4-taskmanager 1.1.0-1
    xfce4-terminal 0.6.3-1
    xfce4-time-out-plugin 1.0.1-4
    xfce4-timer-plugin 1.6.0-1
    xfce4-verve-plugin 1.0.0-5
    xfce4-wavelan-plugin 0.5.11-2
    xfce4-weather-plugin 0.8.5-1
    xfce4-xkb-plugin 0.5.6-1
    xfconf 4.10.0-4
    xfdesktop 4.10.3-2
    xfsprogs 3.2.2-1
    xfwm4 4.10.1-1
    xfwm4-themes 4.10.0-2
    xorg-fonts-100dpi 1.0.3-2
    xorg-server 1.16.3-2
    EDIT: after a brief test, it appears that this only happens sometimes, but tends to happen more often (read: almost always) on longer suspends (>30 seconds).
    Last edited by sudo999 (2015-01-16 17:57:32)

    I solved this on my own, so I'm posting the solution here in case anyone else has the same problem. Apparently xfce4-power-manager and systemd were both creating suspend events at the same time, causing problems loading modules like keyboard drivers upon resuming. The solution is in a small section of the wiki in the article on xfce, reproduced here:
    Multiple suspend events
    If using xfce4-power-manager to control ACPI events, and not systemd, edit /etc/systemd/logind.conf:
    HandlePowerKey=ignore
    HandleSuspendKey=ignore
    HandleHibernateKey=ignore
    HandleLidSwitch=ignore
    After I did this, the problem disappeared.

  • Sshfs disconnects without unmounting, keeps making everything freeze

    Hi!
    Every time sshfs stops working (guess it times out after a while?), every application that tries to access the folder freezes. After I "killall sshfs", they unfreeze, but the folder stays inaccessible until I manually umount them as root (which sometimes doesn't work).
    while it's still "mounted", ls says:
    ls: cannot access sshdmount: Transport endpoint is not connected
    "lsof | grep ssh" just says…
    lsof: WARNING: can't stat() fuse.sshfs file system /home/user/folder
    Output information may be incomplete.
    lsof: WARNING: can't stat() fuse.sshfs file system /home/user/sshdmount
    Output information may be incomplete.
    … and doesn't finish.
    Is that supposed to be like that?
    - If yes, how do you handle it? Just do a script that kills sshfs and unmounts?
    - If no: Then… why? How do I get rid of this behaviour?
    Thanks!
    Last edited by whoops (2010-09-15 13:39:48)

    To keep ssh sessions alive even with the client suspended  you could increase 'ClientAliveInterval' in /etc/ssh/sshd_config on the remote side, for example to 600 minutes . Because now sessions stay open on the server you need to prevent ending up with dozens of  sessions, so  put this in ~/.ssh/config on the client to reuse sessions instead of creating new ones:
    # prevent connection from hanging
    ServerAliveInterval 15
    # set connection sharing
    ControlMaster auto
    ControlPath ~/.ssh/master-%r@%h:%p
    Eventually sessions will die and so this is a way to make sure sshfs unmounts and mounts when suspending:
    ( For mounts done as non-root user you would need to change the line with starting with fusermount to something like:  su -c 'fusermount -u ..' otherusername)
    /etc/pm/sleep.d/00_sshfs_automount.sh:
    #!/bin/bash
    # unmount all sshfs mountpoints before suspending/hibernating
    # to prevent hanging sshfs after resume/thaw
    case $1 in
    hibernate | suspend)
    mountpoint_count=$(egrep -c '(/[^ ]+) fuse.sshfs' /etc/mtab)
    if [ $mountpoint_count -gt 0 ]; then
    mountpoints=($(awk '/(\/[^ ]+) fuse.sshfs/ { print $2 }' /etc/mtab))
    for element in $(seq 0 $((${#mountpoints[@]} - 1)))
    do
    fusermount -u "${mountpoints[$element]}"
    done
    fi
    thaw | resume )
    mount -a
    # exit 0
    esac
    exit 0
    Last edited by rwd (2011-03-27 23:05:32)

  • Dism - The directory could not be completely unmounted - process explorer can't find open processes and unmounting fails

    Hi all,
    Installed WAIK on server 2008 R2 64 bit. I'm setting up some boot images, and am having a real hard time getting drivers to integrate into the driver store in the boot images.
    What I'm finding is that when adding drivers to the boot image the gui hangs part way through over 50% of the time using Dell 760 or HP NX9420 drivers extracted to pull out the inf files. It's really flakey and will work after a couple of attempts and when the wind is right.
    The main problem is that when the process fails the image is left open, so using dism to list mounted images and then umount the open images is the only way to try again.
    However, some images won't unmount and the unmount process displays the following:
    C:\Windows\system32>dism /get-mountedwiminfo
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Mounted images:
    Mount Dir : C:\Users\davros\AppData\Local\Temp\~$WDSMGMT.000
    Image File : \\DAVROS.stafflib.flinders.edu.au\REMINST\Boot\x86\Images\boot-(2).
    wim
    Image Index : 2
    Mounted Read/Write : Yes
    Status : Invalid
    The operation completed successfully.
    C:\Windows\system32>dism /unmount-wim /mountdir:C:\Users\davros\AppData\Local\Te
    mp\~$WDSMGMT.000 /discard
    Deployment Image Servicing and Management tool
    Version: 6.1.7600.16385
    Image File : \\DAVROS.stafflib.flinders.edu.au\REMINST\Boot\x86\Images\boot-(2).
    wim
    Image Index : 2
    Unmounting image
    [==========================100.0%==========================]
    Error: 0xc1420117
    The directory could not be completely unmounted.  This is usually due to applica
    tions that still have files opened within the mount directory.  Close these file
    s and unmount again to complete the unmount process.
    The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
    Using process explorer shows no running processes that have the files open and the dism.log file shows:
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimimage.cpp:75 - CWimImage::Unmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:1068 - CWimManager::InternalOpUnmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2318 - CWimManager::InternalCmdUnmount(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 Error executing command - CWimManager::InternalExecuteCmd(hr:0xc1420117)
    2009-12-16 11:49:35, Error                 DISM   DISM WIM Provider: PID=5580 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0xc1420117)
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE:
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE: <----- Ending Dism.exe session ----->
    2009-12-16 11:49:35, Info                  DISM   DISM.EXE:
    2009-12-16 11:49:35, Info                  DISM   DISM Image Session: PID=5580 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider
    2009-12-16 11:49:35, Info                  DISM   DISM Provider Store: PID=5580 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider
    Rebooting the server clears the lock, but it's really becoming a joke, as I can create a boot image with the drivers, but then going back into add another driver causes the gui to not respond.
    Any suggestions gratefully accepted. - Matt.

    Hi all,
    had same problem unmounting the wim file using Windows 7 Pro 32bit.
    My solution was: Checking for "wrong" Dism.exe
    Preparing a WinPE I followed the steps in the help of AIK. I ran the
    copype.cmd batch. When it was finished, it said that it added something
    to the path environment variable. It was clear that it did so in order
    to find the tools needed for the further steps. As long as everything
    worked, I didn't give it a second thought. Then I could not unmount the
    WIM.
    I looked at the PATH variable: NO entry pointed to the directory where
    dism.exe was in. (In my case that would have been
         c:\program files\windows aik\tools\x86\servicing
    Magically, dism.exe started from everywhere though.
    Doing a      dir c:\dism.exe /s /a     showed I had a Dism.exe in
    c:\windows\system32, as well. This one has a file size different from
    the correct one. Obviously I had started this one (because PATH points
    there).
    Starting the correct dism.exe let me unmount the WIM without problems.
    Regards,
    Robert

Maybe you are looking for