[SOLVED] WIFI interface has "state UNKNOWN"

I have tried to read myself to a solution for the following problem but without luck. Now I'm stuck so any solution or directions would be most welcome.
I have a BCM4312 wifi card. No interface appeared when using the b43 driver but with broadcom-wl the interface is recognised.
I can run
# ip link set wlp3s0 up
without problems but then
$ ip link
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN mode DEFAULT qlen 1000
link/ether 0c:ee:e6:d2:20:c5 brd ff:ff:ff:ff:ff:ff
3: enp4s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
link/ether 00:24:e8:ed:e3:c2 brd ff:ff:ff:ff:ff:ff
show that the state of the wifi interface wlp3s0 has changed (from down) to UNKNOWN. What does this mean and how can I get it up?
Furthermore, trying to assign an ip address gives
# dhcpcd wlp3s0
dhcpcd[312]: version 5.6.8 starting
dhcpcd[312]: wlp3s0: sending IPv6 Router Solicitation
dhcpcd[312]: wlp3s0: broadcasting for a lease
dhcpcd[312]: wlp3s0: sending IPv6 Router Solicitation
dhcpcd[312]: wlp3s0: sending IPv6 Router Solicitation
dhcpcd[312]: wlp3s0: sending IPv6 Router Solicitation
dhcpcd[312]: wlp3s0: no IPv6 Routers available
dhcpcd[312]: timed out
System info if relevant:
$ uname -r
3.10.2-1-ARCH
I would be thankful for any help.
Last edited by psychopathrik (2013-07-26 13:13:14)

Thanks a lot for the quick reply Trilby.
I guess I should have read more carefully. I thought it would have needed it to be up before connecting.
Following the wiki solved it.

Similar Messages

  • [SOLVED] Cannot bring wifi interface up

    Hello,
    A bit of a newbie here...
    I've just installed archlinux on a laptop and I'm trying to get it to use a static IP on the wireless (already suceeded to get it working with a static IP on the wired network) via WEP to an access point that doesn't broadcast its ESSID.
    I have set up a netctl profile which runs at boot time. Said profile seems to run correctly and I even get an IP address for the wireless. However, it doesn't seem to bring the wifi interface up and typing "ip link set <INTERFACE> up" as root seems to have no effect. I have already installed the firmware for the card and I'm not successful in getting a connection.
    This is the output of the commands I've tried so far:
    # ip addr show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: wlp2s3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:12:f0:02:47:bd brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.6/26 brd 192.168.1.63 scope global wlp2s3
    valid_lft forever preferred_lft forever
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:11:43:4b:d6:ec brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.5/26 brd 192.168.1.63 scope global enp2s0
    valid_lft forever preferred_lft forever
    inet6 fe80::211:43ff:fe4b:d6ec/64 scope link
    valid_lft forever preferred_lft forever
    # iw dev
    phy#0
    Interface wlp2s3
    ifindex 2
    wdev 0x1
    addr 00:12:f0:02:47:bd
    type managed
    # iw dev wlp2s3 link
    Not connected.
    # ip link set wlp2s3 up
    <this command doesn't produce any output>
    # ip addr show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: wlp2s3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:12:f0:02:47:bd brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.6/26 brd 192.168.1.63 scope global wlp2s3
    valid_lft forever preferred_lft forever
    3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 00:11:43:4b:d6:ec brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.5/26 brd 192.168.1.63 scope global enp2s0
    valid_lft forever preferred_lft forever
    inet6 fe80::211:43ff:fe4b:d6ec/64 scope link
    valid_lft forever preferred_lft forever
    # iw dev
    phy#0
    Interface wlp2s3
    ifindex 2
    wdev 0x1
    addr 00:12:f0:02:47:bd
    type managed
    # iw dev wlp2s3 link
    Not connected.
    # lspci -k
    02:03.0 Network controller: Intel Corporation PRO/Wireless 2200BG [Calexico2] Network Connection (rev 05)
    Subsystem: Intel Corporation Dell Latitude D600
    Kernel driver in use: ipw2200
    Kernel modules: ipw2200
    # dmesg | grep ipw2200
    [ 6.606394] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
    [ 6.606401] ipw2200: Copyright(c) 2003-2006 Intel Corporation
    [ 6.608009] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
    [ 6.854658] ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a channels)
    # rfkill list
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    As a reference, here you have the netctl profile I created:
    Description='WEP encrypted wireless connection'
    Interface=wlp2s3
    Connection=wireless
    Security=wep
    ESSID='MYNETWORKNAME'
    # Prepend \" to hexadecimal keys
    Key=\"01234567890ABCDEF012345678
    IP=static
    Address=('192.168.1.6/26')
    Gateway='192.168.1.XXX'
    DNS=('XXX.XXX.XXX.XXX' 'YYY.YYY.YYY.YYY')
    SkipNoCarrier=yes
    # Uncomment this if your ssid is hidden
    Hidden=yes
    # Uncomment if you are using an ad-hoc connection
    #AdHoc=yes
    Thanks in advance for your help/advice!!
    Last edited by AMaudio (2013-11-09 21:08:35)

    Thanks for the pointers, Strike0. The wired-wireless failover scenario does look quite interesting. So I'd like to explore that option more extensively. I attempted to create a master bond/failover connection via netctl with two slaves: one for the wired connection and another one for the wireless connection. For the wired connection I used a netctl profile and for the wireless connection I used a systemd service manually setting up the wireless connection, somewhat following the wiki pages you refer to.
    All three services start up correctly, but when I unplug the ethernet cable, the wireless network doesn't take over. It seems that it's not really connected.
    Here's the details of my configuration:
    The master failover (bond) netctl profile:
    # cat /etc/netctl/failover
    Description='A wired connection with failover to wireless'
    Interface='bond0'
    Connection=bond
    BindsToInterfaces=('enp2s0' 'wlp2s3')
    IP=static
    Address="192.168.1.5/26"
    Gateway='192.168.1.1'
    DNS=('XXX.XXX.XXX.XXX' 'YYY.YYY.YYY.YYY')
    SkipNoCarrier='no'
    The failover wired netctl profile:
    # cat /etc/netctl/failover_wired
    Description='Failover wired network'
    Interface=enp2s0
    Connection=ethernet
    IP=no
    SkipNoCarrier=yes
    ## For IPv6 autoconfiguration
    #IP6=stateless
    ## For IPv6 static address configuration
    #IP6=static
    #Address6=('1234:5678:9abc:def::1/64' '1234:3456::123/96')
    #Routes6=('abcd::1234')
    #Gateway6='1234:0:123::abcd'
    The systemd service for the wireless network:
    # cat /etc/systemd/system/network-wireless\@.service
    [Unit]
    Description=Wireless network connectivity (%i)
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-%i.device
    After=sys-subsystem-net-devices-%i.device
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    #EnvironmentFile=/etc/conf.d/network-wireless@%i
    ExecStart=/usr/bin/ip link set dev %i up
    ExecStart=/usr/bin/iwconfig wlp2s3 essid MYNETWORKNAME
    ExecStart=/usr/bin/iwconfig wlp2s3 key 0123456789ABCDEF
    #ExecStart=/usr/bin/ip addr add ${address}/${netmask} broadcast ${broadcast} dev %i
    #ExecStart=/usr/bin/ip route add default via ${gateway}
    #ExecStop=/usr/bin/ip addr flush dev %i
    ExecStop=/usr/bin/ip link set dev %i down
    [Install]
    WantedBy=multi-user.target
    After rebooting the machine, I see that all three profile/services started successfully:
    # netctl status failover
    [email protected] - A wired connection with failover to wireless
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: active (exited) since Sat 2013-11-09 13:59:27 GMT; 34min ago
    Docs: man:netctl.profile(5)
    Process: 165 ExecStart=/usr/lib/network/network start %I (code=exited, status=0/SUCCESS)
    Main PID: 165 (code=exited, status=0/SUCCESS)
    Nov 09 13:59:24 mycomputer systemd[1]: Starting A wired connection with failover to wireless...
    Nov 09 13:59:27 mycomputer network[165]: Starting network profile 'failover'...
    Nov 09 13:59:27 mycomputer network[165]: RTNETLINK answers: File exists
    Nov 09 13:59:27 mycomputer systemd[1]: Started A wired connection with failover to wireless.
    Nov 09 13:59:28 mycomputer systemd[1]: Started A wired connection with failover to wireless.
    # netctl status failover_wired
    netctl@failover_wired.service - Failover wired network
    Loaded: loaded (/etc/systemd/system/netctl@failover_wired.service; enabled)
    Active: active (exited) since Sat 2013-11-09 13:59:27 GMT; 34min ago
    Docs: man:netctl.profile(5)
    Process: 163 ExecStart=/usr/lib/network/network start %I (code=exited, status=0/SUCCESS)
    Main PID: 163 (code=exited, status=0/SUCCESS)
    Nov 09 13:59:24 mycomputer systemd[1]: Starting Failover wired network...
    Nov 09 13:59:27 mycomputer systemd[1]: Started Failover wired network.
    Nov 09 13:59:28 mycomputer systemd[1]: Started Failover wired network.
    # systemctl status [email protected]
    [email protected] - Wireless network connectivity (wlp2s3)
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: active (exited) since Sat 2013-11-09 13:59:25 GMT; 36min ago
    Process: 177 ExecStart=/usr/bin/iwconfig wlp2s3 key 12345667890ABCDEF (code=exited, status=0/SUCCESS)
    Process: 175 ExecStart=/usr/bin/iwconfig wlp2s3 essid MYNETWORKNAME (code=exited, status=0/SUCCESS)
    Process: 164 ExecStart=/usr/bin/ip link set dev %i up (code=exited, status=0/SUCCESS)
    Main PID: 177 (code=exited, status=0/SUCCESS)
    Nov 09 13:59:24 mycomputer systemd[1]: Starting Wireless network connectivity (wlp2s3)...
    Nov 09 13:59:27 mycomputer systemd[1]: Started Wireless network connectivity (wlp2s3).
    This is the output from ip addr show, which as far as I can tell, it's all correct:
    # ip addr show
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: enp2s0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000
    link/ether 00:11:43:4b:d6:ec brd ff:ff:ff:ff:ff:ff
    3: wlp2s3: <NO-CARRIER,BROADCAST,MULTICAST,SLAVE,UP> mtu 1500 qdisc pfifo_fast master bond0 state DOWN qlen 1000
    link/ether 00:11:43:4b:d6:ec brd ff:ff:ff:ff:ff:ff
    4: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP
    link/ether 00:11:43:4b:d6:ec brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.5/26 brd 192.168.1.63 scope global bond0
    valid_lft forever preferred_lft forever
    inet6 fe80::211:43ff:fe4b:d6ec/64 scope link
    valid_lft forever preferred_lft forever
    And here's the output from iwconfig. Notice that it says "Access point: not-associated"
    # iwconfig
    wlp2s3 IEEE 802.11bg ESSID:"MYNETWORKNAME"
    Mode:Managed Channel:0 Access Point: Not-Associated
    Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
    Retry limit:7 RTS thr:off Fragment thr:off
    Encryption key:900A-0B0D-4B57-C007-1F5D-5C63-79 Security mode:open
    Power Management:off
    Link Quality:0 Signal level:0 Noise level:0
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    lo no wireless extensions.
    enp2s0 no wireless extensions.
    bond0 no wireless extensions.

  • How to Fix ''The messaging interface has returned an unknown error. If the problem persists, restart Outlook.' Error

    How to Fix ''The messaging interface has returned an unknown error. If the problem persists, restart Outlook.' Error, user has outlook 2007 connected to exchange 2010 server , I tried scan pst, configuring new profile but no luck so far. Please suggest !
    Aditya Mediratta

    Hi,
    Please try the steps mentioned below and check if it helps:
    Open Computer > Local Disk C > Program Files > Microsoft Office > Office 12 > Outlook.exe.
    Right click on outlook.exe and click on Properties and then click on
    Compatibility tab. Uncheck the box ‘run this program in compatibility mode for’ under compatibility mode, click on Apply and OK.
    Note: If you are using 64 bit computer then the file location of the file will be
    Computer>Local Disk C>Program Files (x86) >Microsoft Office>Office 12>Outlook.exe
    Similar thread:
    https://social.technet.microsoft.com/Forums/en-US/aa396c9e-0ce5-4de5-99e3-4f0d771b07e0/exchange-2007-messaging-interface-has-returned-an-unknown-error
    Best Regards.

  • [SOLVED] Network interface enp2s0 no longer detected

    Hello,
    Yesterday after rebooting, right after Grub, systemd-fsck does its stuff (clearing blocks, etc...) then nothing.
    After a quick research I've found that removing "quiet" from the Grub command line would allow more messages to be displayed, which was quite helpful.
    This is in fact not a partition mounting problem, here is what I have:
    [ OK ] Started Accounts Service.
    [ TIME ] Time out waiting for device sys-subsytem-net-devices-enp2s0.device
    [ DEPEND ] Dependency failed for dhcpcd on enp2s0.
    [ OK ] Reached target Multi-User System.
    [ OK ] Reached target Graphical Interface.
    I obviously have a networking problem (and probably a "Graphical Interface" or Nvidia related thing problem), so I log in another console, and after doing ip link list, I only have the loopback listed, no enp2s0 or WiFi interface, for some reason they are no longer detected.
    I've run the live version of Arch to mount and arch-chroot my partitions, not to mention my network interfaces are detected and I can upgrade things with pacman, I've tried to disable dhcpcd on enp2s0 to avoid the time out thing, and while I can say it does what it's supposed to do, it doesn't solve anything anyway since I'm still stuck at Reached target Graphical Interface. (and don't have any network access, to state the obvious).
    I've even thought about a Kernel/Driver problem after an update, but I'm not sure, any idea or some log I can have a look at ?
    Thank you for your time.
    Last edited by Blaxar (2013-06-25 18:35:50)

    Thank for the tip, I've just had a look at pacman.log:
    [2013-06-23 11:07] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 11:07] [PACMAN] synchronizing package lists
    [2013-06-23 11:08] [PACMAN] starting full system upgrade
    [2013-06-23 11:10] [PACMAN] upgraded automake (1.13.2-1 -> 1.13.4-1)
    [2013-06-23 11:10] [PACMAN] upgraded ca-certificates (20130119-2 -> 20130610-1)
    [2013-06-23 11:10] [PACMAN] upgraded cantarell-fonts (0.0.12-1 -> 0.0.13-1)
    [2013-06-23 11:10] [PACMAN] upgraded cloog (0.18.0-1 -> 0.18.0-2)
    [2013-06-23 11:10] [PACMAN] upgraded libcups (1.6.2-2 -> 1.6.2-3)
    [2013-06-23 11:10] [PACMAN] upgraded cups (1.6.2-2 -> 1.6.2-3)
    [2013-06-23 11:10] [PACMAN] upgraded e2fsprogs (1.42.7-2 -> 1.42.8-1)
    [2013-06-23 11:10] [PACMAN] upgraded glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded xkeyboard-config (2.9-1 -> 2.9-2)
    [2013-06-23 11:10] [PACMAN] upgraded iso-codes (3.41-1 -> 3.43-1)
    [2013-06-23 11:10] [PACMAN] upgraded gnome-desktop (1:3.8.3-1 -> 1:3.8.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.2.2-1 -> 3.8.3-1)
    [2013-06-23 11:10] [PACMAN] upgraded gzip (1.5-3 -> 1.6-1)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-e2fsprogs (1.42.7-1 -> 1.42.8-1)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-krb5 (1.11.2-1 -> 1.11.3-1)
    [2013-06-23 11:10] [PACMAN] upgraded libxi (1.7.1-1 -> 1.7.1-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-libxi (1.7.1-1 -> 1.7.1-2)
    [2013-06-23 11:10] [PACMAN] upgraded mesa (9.1.3-1 -> 9.1.3-2)
    [2013-06-23 11:10] [PACMAN] upgraded lib32-mesa (9.1.3-2 -> 9.1.3-3)
    [2013-06-23 11:10] [PACMAN] upgraded libbsd (0.5.2-1 -> 0.5.2-2)
    [2013-06-23 11:10] [PACMAN] upgraded libltdl (2.4.2-9 -> 2.4.2-10)
    [2013-06-23 11:10] [PACMAN] upgraded libmbim (1.0.0-1 -> 1.2.0-1)
    [2013-06-23 11:10] [PACMAN] upgraded libnautilus-extension (3.8.1-1 -> 3.8.2-1)
    [2013-06-23 11:10] [PACMAN] upgraded libpeas (1.8.0-2 -> 1.8.1-1)
    [2013-06-23 11:10] [PACMAN] upgraded libqmi (1.2.0-2 -> 1.4.0-1)
    [2013-06-23 11:10] [PACMAN] upgraded libreoffice-uk (4.0.3-1 -> 4.0.4-1)
    [2013-06-23 11:10] [PACMAN] upgraded libtool (2.4.2-9 -> 2.4.2-10)
    [2013-06-23 11:10] [PACMAN] upgraded libusb-compat (0.1.4-2 -> 0.1.5-1)
    [2013-06-23 11:10] [PACMAN] upgraded libxv (1.0.8-1 -> 1.0.9-1)
    [2013-06-23 11:10] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-06-23 11:10] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Starting build: 3.9.7-1-ARCH
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> Starting build: 3.9.7-1-ARCH
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-06-23 11:10] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-06-23 11:11] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-23 11:11] [PACMAN] upgraded linux (3.9.6-1 -> 3.9.7-1)
    [2013-06-23 11:11] [PACMAN] upgraded logrotate (3.8.4-2 -> 3.8.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded nautilus (3.8.1-1 -> 3.8.2-1)
    [2013-06-23 11:11] [PACMAN] upgraded nvidia (319.23-2 -> 319.23-3)
    [2013-06-23 11:11] [PACMAN] upgraded openresolv (3.5.4-3 -> 3.5.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded pacman (4.1.1-1 -> 4.1.2-1)
    [2013-06-23 11:11] [PACMAN] upgraded poppler (0.22.4-1 -> 0.22.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded poppler-glib (0.22.4-1 -> 0.22.5-1)
    [2013-06-23 11:11] [PACMAN] upgraded ppp (2.4.5-7 -> 2.4.5-8)
    [2013-06-23 11:13] [PACMAN] Running 'pacman -S libreoffice-fr'
    [2013-06-23 11:13] [PACMAN] installed libreoffice-fr (4.0.4-1)
    [2013-06-23 11:13] [PACMAN] Running 'pacman -S libreoffice'
    [2013-06-23 11:15] [PACMAN] installed raptor (2.0.9-2)
    [2013-06-23 11:15] [PACMAN] installed rasqal (1:0.9.30-1)
    [2013-06-23 11:15] [PACMAN] installed redland (1:1.0.16-2)
    [2013-06-23 11:15] [PACMAN] installed hyphen (2.8.6-1)
    [2013-06-23 11:15] [PACMAN] installed boost-libs (1.53.0-2)
    [2013-06-23 11:15] [PACMAN] installed clucene (2.3.3.4-6)
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2013-06-23 11:15] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-06-23 11:15] [ALPM-SCRIPTLET] LibreOffice has been split into several packages:
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-common
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2013-06-23 11:15] [ALPM-SCRIPTLET] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2013-06-23 11:15] [ALPM-SCRIPTLET] the LibreOffice APIs and for creating
    [2013-06-23 11:15] [ALPM-SCRIPTLET] extensions (UNO components).
    [2013-06-23 11:15] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * you need to install at least one libreoffice-langpack
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * you may want to pacman -Ss libreoffice-extensions
    [2013-06-23 11:15] [ALPM-SCRIPTLET] to see what additional extensions are prepared to install
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2013-06-23 11:15] [ALPM-SCRIPTLET] for spell checking
    [2013-06-23 11:15] [ALPM-SCRIPTLET] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-common (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-base (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed lpsolve (5.5.2.0-2)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-calc (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-draw (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-gnome (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-impress (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-math (4.0.4-1)
    [2013-06-23 11:15] [PACMAN] installed libwpd (0.9.6-1)
    [2013-06-23 11:15] [PACMAN] installed libwps (0.2.9-1)
    [2013-06-23 11:15] [PACMAN] installed libreoffice-writer (4.0.4-1)
    [2013-06-23 19:57] [PACMAN] Running 'pacman -S ssh-key'
    [2013-06-23 23:01] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 23:01] [PACMAN] synchronizing package lists
    --From the live CD from now on--
    [2013-06-23 23:29] [PACMAN] Running 'pacman -Syu'
    [2013-06-23 23:29] [PACMAN] synchronizing package lists
    [2013-06-23 23:30] [PACMAN] starting full system upgrade
    [2013-06-23 23:32] [PACMAN] removed grub-bios (2.00-2)
    [2013-06-23 23:32] [PACMAN] removed grub-common (2.00-2)
    [2013-06-23 23:32] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
    [2013-06-23 23:32] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
    [2013-06-23 23:32] [ALPM-SCRIPTLET] done.
    [2013-06-23 23:32] [PACMAN] installed grub (2.00-1)
    [2013-06-23 23:32] [PACMAN] upgraded lib32-libjpeg-turbo (1.3.0-2 -> 1.3.0-3)
    [2013-06-23 23:32] [PACMAN] upgraded libgsf (1.14.26-1 -> 1.14.27-1)
    [2013-06-23 23:32] [PACMAN] upgraded libquvi-scripts (0.4.15-1 -> 0.4.16-1)
    Among all of that, I've spotted this:
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-23 11:10] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    Do you think this may explain something ?
    Anyway, from lspci:
    00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
    00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
    00:08.0 System peripheral: Intel Corporation Core Processor System Management Registers (rev 11)
    00:08.1 System peripheral: Intel Corporation Core Processor Semaphore and Scratchpad Registers (rev 11)
    00:08.2 System peripheral: Intel Corporation Core Processor System Control and Status Registers (rev 11)
    00:08.3 System peripheral: Intel Corporation Core Processor Miscellaneous Registers (rev 11)
    00:10.0 System peripheral: Intel Corporation Core Processor QPI Link (rev 11)
    00:10.1 System peripheral: Intel Corporation Core Processor QPI Routing and Protocol Registers (rev 11)
    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.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (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 PCI Bridge (rev a6)
    00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)
    00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 06)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 06)
    01:00.0 VGA compatible controller: NVIDIA Corporation GT200 [GeForce GTX 260] (rev a1)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168 PCI Express Gigabit Ethernet controller (rev 03)
    03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6315 Series Firewire Controller
    04:00.0 Multimedia video controller: Conexant Systems, Inc. CX23887/8 PCIe Broadcast Audio and Video Decoder with 3D Comb (rev 04)
    05:00.0 Network controller: Ralink corp. RT3090 Wireless 802.11n 1T/1R PCIe
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-Core Registers (rev 04)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 04)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 04)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 04)
    ff:03.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller (rev 04)
    ff:03.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Target Address Decoder (rev 04)
    ff:03.4 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Test Registers (rev 04)
    ff:04.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Control Registers (rev 04)
    ff:04.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Address Registers (rev 04)
    ff:04.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Rank Registers (rev 04)
    ff:04.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 0 Thermal Control Registers (rev 04)
    ff:05.0 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Control Registers (rev 04)
    ff:05.1 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Address Registers (rev 04)
    ff:05.2 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Rank Registers (rev 04)
    ff:05.3 Host bridge: Intel Corporation Core Processor Integrated Memory Controller Channel 1 Thermal Control Registers (rev 04)
    and ip a:
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    Last edited by Blaxar (2013-06-24 20:10:25)

  • Wifi interface is not activated on boot

    Hi guys,
    Everything worked well until I accidentally pressed the ACPI key for enabling/disabling the wifi interface. Now, when I restart my computer, the wlan0 interface is always down (so netctl-auto fails) and I can not figure out why. I have to enable manually the interface (by pressing the ACPI key) and also start netctl manually on the right profile.
    Here is the output of journalctl -b
    ~ » sudo journalctl -b
    -- Logs begin at sam. 2013-06-01 01:02:53 BST, end at mer. 2014-03-26 09:31:08 GMT. --
    mars 26 09:28:26 cotier systemd-journal[166]: Runtime journal is using 8.0M (max allowed 193.3M, trying to leave 290.0M free of 1.8G available → current limit 193.3M).
    mars 26 09:28:26 cotier systemd-journal[166]: Runtime journal is using 8.0M (max allowed 193.3M, trying to leave 290.0M free of 1.8G available → current limit 193.3M).
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys cpuset
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys cpu
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys cpuacct
    mars 26 09:28:26 cotier kernel: Linux version 3.13.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Mar 7 22:47:48 CET 2014
    mars 26 09:28:26 cotier kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d99e1176-6a46-4e82-bda3-42a87bf6d420 rw
    mars 26 09:28:26 cotier kernel: e820: BIOS-provided physical RAM map:
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000040200000-0x00000000aace3fff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aace4000-0x00000000aacf7fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aacf8000-0x00000000aacf9fff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aacfa000-0x00000000aad8dfff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aad8e000-0x00000000aad8efff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aad8f000-0x00000000aadb7fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aadb8000-0x00000000aadc7fff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aadc8000-0x00000000aade7fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aade8000-0x00000000aaf18fff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aaf19000-0x00000000aafe7fff] ACPI NVS
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aafe8000-0x00000000aaffcfff] usable
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000aaffd000-0x00000000aaffffff] ACPI data
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000ab000000-0x00000000af9fffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    mars 26 09:28:26 cotier kernel: BIOS-e820: [mem 0x0000000100000000-0x000000014fdfffff] usable
    mars 26 09:28:26 cotier kernel: NX (Execute Disable) protection: active
    mars 26 09:28:26 cotier kernel: SMBIOS 2.6 present.
    mars 26 09:28:26 cotier kernel: DMI: ASUSTeK Computer Inc. K53SV/K53SV, BIOS K53SV.215 04/14/2011
    mars 26 09:28:26 cotier kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    mars 26 09:28:26 cotier kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    mars 26 09:28:26 cotier kernel: No AGP bridge found
    mars 26 09:28:26 cotier kernel: e820: last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
    mars 26 09:28:26 cotier kernel: MTRR default type: uncachable
    mars 26 09:28:26 cotier kernel: MTRR fixed ranges enabled:
    mars 26 09:28:26 cotier kernel: 00000-9FFFF write-back
    mars 26 09:28:26 cotier kernel: A0000-BFFFF uncachable
    mars 26 09:28:26 cotier kernel: C0000-CFFFF write-protect
    mars 26 09:28:26 cotier kernel: D0000-E7FFF uncachable
    mars 26 09:28:26 cotier kernel: E8000-FFFFF write-protect
    mars 26 09:28:26 cotier kernel: MTRR variable ranges enabled:
    mars 26 09:28:26 cotier kernel: 0 base 000000000 mask F80000000 write-back
    mars 26 09:28:26 cotier kernel: 1 base 080000000 mask FE0000000 write-back
    mars 26 09:28:26 cotier kernel: 2 base 0A0000000 mask FF8000000 write-back
    mars 26 09:28:26 cotier kernel: 3 base 0A8000000 mask FFC000000 write-back
    mars 26 09:28:26 cotier kernel: 4 base 0AB000000 mask FFF000000 uncachable
    mars 26 09:28:26 cotier kernel: 5 base 100000000 mask FC0000000 write-back
    mars 26 09:28:26 cotier kernel: 6 base 140000000 mask FF0000000 write-back
    mars 26 09:28:26 cotier kernel: 7 base 14FE00000 mask FFFE00000 uncachable
    mars 26 09:28:26 cotier kernel: 8 disabled
    mars 26 09:28:26 cotier kernel: 9 disabled
    mars 26 09:28:26 cotier kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    mars 26 09:28:26 cotier kernel: e820: update [mem 0xab000000-0xffffffff] usable ==> reserved
    mars 26 09:28:26 cotier kernel: e820: last_pfn = 0xaaffd max_arch_pfn = 0x400000000
    mars 26 09:28:26 cotier kernel: found SMP MP-table at [mem 0x000fcc30-0x000fcc3f] mapped at [ffff8800000fcc30]
    mars 26 09:28:26 cotier kernel: Scanning 1 areas for low memory corruption
    mars 26 09:28:26 cotier kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
    mars 26 09:28:26 cotier kernel: reserving inaccessible SNB gfx pages
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    mars 26 09:28:26 cotier kernel: [mem 0x00000000-0x000fffff] page 4k
    mars 26 09:28:26 cotier kernel: BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    mars 26 09:28:26 cotier kernel: BRK [0x01b40000, 0x01b40fff] PGTABLE
    mars 26 09:28:26 cotier kernel: BRK [0x01b41000, 0x01b41fff] PGTABLE
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x14fc00000-0x14fdfffff]
    mars 26 09:28:26 cotier kernel: [mem 0x14fc00000-0x14fdfffff] page 2M
    mars 26 09:28:26 cotier kernel: BRK [0x01b42000, 0x01b42fff] PGTABLE
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x14c000000-0x14fbfffff]
    mars 26 09:28:26 cotier kernel: [mem 0x14c000000-0x14fbfffff] page 2M
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x100000000-0x14bffffff]
    mars 26 09:28:26 cotier kernel: [mem 0x100000000-0x14bffffff] page 2M
    mars 26 09:28:26 cotier kernel: BRK [0x01b43000, 0x01b43fff] PGTABLE
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    mars 26 09:28:26 cotier kernel: [mem 0x00100000-0x001fffff] page 4k
    mars 26 09:28:26 cotier kernel: [mem 0x00200000-0x1fffffff] page 2M
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x20200000-0x3fffffff]
    mars 26 09:28:26 cotier kernel: [mem 0x20200000-0x3fffffff] page 2M
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0x40200000-0xaace3fff]
    mars 26 09:28:26 cotier kernel: [mem 0x40200000-0xaabfffff] page 2M
    mars 26 09:28:26 cotier kernel: [mem 0xaac00000-0xaace3fff] page 4k
    mars 26 09:28:26 cotier kernel: BRK [0x01b44000, 0x01b44fff] PGTABLE
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0xaacf8000-0xaacf9fff]
    mars 26 09:28:26 cotier kernel: [mem 0xaacf8000-0xaacf9fff] page 4k
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0xaad8e000-0xaad8efff]
    mars 26 09:28:26 cotier kernel: [mem 0xaad8e000-0xaad8efff] page 4k
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0xaadb8000-0xaadc7fff]
    mars 26 09:28:26 cotier kernel: [mem 0xaadb8000-0xaadc7fff] page 4k
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0xaade8000-0xaaf18fff]
    mars 26 09:28:26 cotier kernel: [mem 0xaade8000-0xaaf18fff] page 4k
    mars 26 09:28:26 cotier kernel: init_memory_mapping: [mem 0xaafe8000-0xaaffcfff]
    mars 26 09:28:26 cotier kernel: [mem 0xaafe8000-0xaaffcfff] page 4k
    mars 26 09:28:26 cotier kernel: RAMDISK: [mem 0x37a14000-0x37d01fff]
    mars 26 09:28:26 cotier kernel: ACPI: RSDP 00000000000f0430 000024 (v02 _ASUS_)
    mars 26 09:28:26 cotier kernel: ACPI: XSDT 00000000aaffee18 00006C (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
    mars 26 09:28:26 cotier kernel: ACPI: FACP 00000000aaf9bd98 0000F4 (v04 _ASUS_ NoteBook 06222004 MSFT 00010013)
    mars 26 09:28:26 cotier kernel: ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20131115/tbfadt-395)
    mars 26 09:28:26 cotier kernel: ACPI BIOS Warning (bug): 32/64X FACS address mismatch in FADT - 0xAAFE5E40/0x00000000AAFE5D40, using 32 (20131115/tbfadt-522)
    mars 26 09:28:26 cotier kernel: ACPI: DSDT 00000000aaf7c018 00D5D3 (v01 _ASUS_ NoteBook 00000000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: FACS 00000000aafe5e40 000040
    mars 26 09:28:26 cotier kernel: ACPI: APIC 00000000aaffdf18 0000CC (v02 _ASUS_ NoteBook 06222004 MSFT 00010013)
    mars 26 09:28:26 cotier kernel: ACPI: HPET 00000000aafe6d18 000038 (v01 _ASUS_ NoteBook 06222004 AMI. 00000003)
    mars 26 09:28:26 cotier kernel: ACPI: ECDT 00000000aafe5b18 0000C1 (v01 _ASUS_ NoteBook 06222004 AMI 00000000)
    mars 26 09:28:26 cotier kernel: ACPI: MCFG 00000000aafe6c98 00003C (v01 _ASUS_ NoteBook 06222004 MSFT 00000097)
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aaf7b018 000925 (v01 PmRef Cpu0Ist 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aaf7a018 000996 (v01 PmRef CpuPm 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: SLIC 00000000aaf9cc18 000176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aaf5ea98 0002EF (v01 SataRe SataTabl 00001000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: Local APIC address 0xfee00000
    mars 26 09:28:26 cotier kernel: No NUMA configuration found
    mars 26 09:28:26 cotier kernel: Faking a node at [mem 0x0000000000000000-0x000000014fdfffff]
    mars 26 09:28:26 cotier kernel: Initmem setup node 0 [mem 0x00000000-0x14fdfffff]
    mars 26 09:28:26 cotier kernel: NODE_DATA [mem 0x14fdf8000-0x14fdfcfff]
    mars 26 09:28:26 cotier kernel: [ffffea0000000000-ffffea00053fffff] PMD -> [ffff88014b400000-ffff88014f3fffff] on node 0
    mars 26 09:28:26 cotier kernel: Zone ranges:
    mars 26 09:28:26 cotier kernel: DMA [mem 0x00001000-0x00ffffff]
    mars 26 09:28:26 cotier kernel: DMA32 [mem 0x01000000-0xffffffff]
    mars 26 09:28:26 cotier kernel: Normal [mem 0x100000000-0x14fdfffff]
    mars 26 09:28:26 cotier kernel: Movable zone start for each node
    mars 26 09:28:26 cotier kernel: Early memory node ranges
    mars 26 09:28:26 cotier kernel: node 0: [mem 0x00001000-0x0009dfff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0x00100000-0x1fffffff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0x20200000-0x3fffffff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0x40200000-0xaace3fff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0xaacf8000-0xaacf9fff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0xaad8e000-0xaad8efff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0xaadb8000-0xaadc7fff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0xaade8000-0xaaf18fff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0xaafe8000-0xaaffcfff]
    mars 26 09:28:26 cotier kernel: node 0: [mem 0x100000000-0x14fdfffff]
    mars 26 09:28:26 cotier kernel: On node 0 totalpages: 1026010
    mars 26 09:28:26 cotier kernel: DMA zone: 64 pages used for memmap
    mars 26 09:28:26 cotier kernel: DMA zone: 157 pages reserved
    mars 26 09:28:26 cotier kernel: DMA zone: 3997 pages, LIFO batch:0
    mars 26 09:28:26 cotier kernel: DMA32 zone: 10857 pages used for memmap
    mars 26 09:28:26 cotier kernel: DMA32 zone: 694845 pages, LIFO batch:31
    mars 26 09:28:26 cotier kernel: Normal zone: 5112 pages used for memmap
    mars 26 09:28:26 cotier kernel: Normal zone: 327168 pages, LIFO batch:31
    mars 26 09:28:26 cotier kernel: ACPI: PM-Timer IO Port: 0x408
    mars 26 09:28:26 cotier kernel: ACPI: Local APIC address 0xfee00000
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
    mars 26 09:28:26 cotier kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    mars 26 09:28:26 cotier kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    mars 26 09:28:26 cotier kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    mars 26 09:28:26 cotier kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    mars 26 09:28:26 cotier kernel: ACPI: IRQ0 used by override.
    mars 26 09:28:26 cotier kernel: ACPI: IRQ2 used by override.
    mars 26 09:28:26 cotier kernel: ACPI: IRQ9 used by override.
    mars 26 09:28:26 cotier kernel: Using ACPI (MADT) for SMP configuration information
    mars 26 09:28:26 cotier kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    mars 26 09:28:26 cotier kernel: smpboot: Allowing 16 CPUs, 8 hotplug CPUs
    mars 26 09:28:26 cotier kernel: nr_irqs_gsi: 40
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009efff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaace4000-0xaacf7fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaacfa000-0xaad8dfff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaad8f000-0xaadb7fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaadc8000-0xaade7fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaaf19000-0xaafe7fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xaaffd000-0xaaffffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xab000000-0xaf9fffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xafa00000-0xdfffffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xe4000000-0xfebfffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed14000-0xfed17fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed18000-0xfed19fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xfee01000-0xff97ffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xff980000-0xffbfffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xffc00000-0xffd7ffff]
    mars 26 09:28:26 cotier kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
    mars 26 09:28:26 cotier kernel: e820: [mem 0xafa00000-0xdfffffff] available for PCI devices
    mars 26 09:28:26 cotier kernel: Booting paravirtualized kernel on bare hardware
    mars 26 09:28:26 cotier kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:16 nr_node_ids:1
    mars 26 09:28:26 cotier kernel: PERCPU: Embedded 29 pages/cpu @ffff88014fa00000 s86336 r8192 d24256 u131072
    mars 26 09:28:26 cotier kernel: pcpu-alloc: s86336 r8192 d24256 u131072 alloc=1*2097152
    mars 26 09:28:26 cotier kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
    mars 26 09:28:26 cotier kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009820
    mars 26 09:28:26 cotier kernel: Policy zone: Normal
    mars 26 09:28:26 cotier kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d99e1176-6a46-4e82-bda3-42a87bf6d420 rw
    mars 26 09:28:26 cotier kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    mars 26 09:28:26 cotier kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    mars 26 09:28:26 cotier kernel: Checking aperture...
    mars 26 09:28:26 cotier kernel: No AGP bridge found
    mars 26 09:28:26 cotier kernel: Calgary: detecting Calgary via BIOS EBDA area
    mars 26 09:28:26 cotier kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    mars 26 09:28:26 cotier kernel: Memory: 3955140K/4104040K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 148900K reserved)
    mars 26 09:28:26 cotier kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
    mars 26 09:28:26 cotier kernel: Preemptible hierarchical RCU implementation.
    mars 26 09:28:26 cotier kernel: RCU dyntick-idle grace-period acceleration is enabled.
    mars 26 09:28:26 cotier kernel: Dump stacks of tasks blocking RCU-preempt GP.
    mars 26 09:28:26 cotier kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=16.
    mars 26 09:28:26 cotier kernel: NR_IRQS:8448 nr_irqs:808 16
    mars 26 09:28:26 cotier kernel: Console: colour dummy device 80x25
    mars 26 09:28:26 cotier kernel: console [tty0] enabled
    mars 26 09:28:26 cotier kernel: allocated 16777216 bytes of page_cgroup
    mars 26 09:28:26 cotier kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    mars 26 09:28:26 cotier kernel: hpet clockevent registered
    mars 26 09:28:26 cotier kernel: tsc: Fast TSC calibration failed
    mars 26 09:28:26 cotier kernel: tsc: PIT calibration matches HPET. 2 loops
    mars 26 09:28:26 cotier kernel: tsc: Detected 1995.228 MHz processor
    mars 26 09:28:26 cotier kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.72 BogoMIPS (lpj=6650760)
    mars 26 09:28:26 cotier kernel: pid_max: default: 32768 minimum: 301
    mars 26 09:28:26 cotier kernel: Security Framework initialized
    mars 26 09:28:26 cotier kernel: AppArmor: AppArmor disabled by boot time parameter
    mars 26 09:28:26 cotier kernel: Yama: becoming mindful.
    mars 26 09:28:26 cotier kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    mars 26 09:28:26 cotier kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    mars 26 09:28:26 cotier kernel: Mount-cache hash table entries: 256
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys memory
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys devices
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys freezer
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys net_cls
    mars 26 09:28:26 cotier kernel: Initializing cgroup subsys blkio
    mars 26 09:28:26 cotier kernel: CPU: Physical Processor ID: 0
    mars 26 09:28:26 cotier kernel: CPU: Processor Core ID: 0
    mars 26 09:28:26 cotier kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    mars 26 09:28:26 cotier kernel: mce: CPU supports 9 MCE banks
    mars 26 09:28:26 cotier kernel: CPU0: Thermal monitoring enabled (TM1)
    mars 26 09:28:26 cotier kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    mars 26 09:28:26 cotier kernel: Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    mars 26 09:28:26 cotier kernel: ACPI: Core revision 20131115
    mars 26 09:28:26 cotier kernel: ACPI: All ACPI Tables successfully acquired
    mars 26 09:28:26 cotier kernel: ftrace: allocating 21060 entries in 83 pages
    mars 26 09:28:26 cotier kernel: Switched APIC routing to physical flat.
    mars 26 09:28:26 cotier kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    mars 26 09:28:26 cotier kernel: smpboot: CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz (fam: 06, model: 2a, stepping: 07)
    mars 26 09:28:26 cotier kernel: TSC deadline timer enabled
    mars 26 09:28:26 cotier kernel: Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
    mars 26 09:28:26 cotier kernel: perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    mars 26 09:28:26 cotier kernel: ... version: 3
    mars 26 09:28:26 cotier kernel: ... bit width: 48
    mars 26 09:28:26 cotier kernel: ... generic registers: 4
    mars 26 09:28:26 cotier kernel: ... value mask: 0000ffffffffffff
    mars 26 09:28:26 cotier kernel: ... max period: 0000ffffffffffff
    mars 26 09:28:26 cotier kernel: ... fixed-purpose events: 3
    mars 26 09:28:26 cotier kernel: ... event mask: 000000070000000f
    mars 26 09:28:26 cotier kernel: x86: Booting SMP configuration:
    mars 26 09:28:26 cotier kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    mars 26 09:28:26 cotier kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    mars 26 09:28:26 cotier kernel: x86: Booted up 1 node, 8 CPUs
    mars 26 09:28:26 cotier kernel: smpboot: Total of 8 processors activated (31936.80 BogoMIPS)
    mars 26 09:28:26 cotier kernel: devtmpfs: initialized
    mars 26 09:28:26 cotier kernel: PM: Registering ACPI NVS region [mem 0xaaf19000-0xaafe7fff] (847872 bytes)
    mars 26 09:28:26 cotier kernel: RTC time: 9:28:21, date: 03/26/14
    mars 26 09:28:26 cotier kernel: NET: Registered protocol family 16
    mars 26 09:28:26 cotier kernel: cpuidle: using governor ladder
    mars 26 09:28:26 cotier kernel: cpuidle: using governor menu
    mars 26 09:28:26 cotier kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    mars 26 09:28:26 cotier kernel: ACPI: bus type PCI registered
    mars 26 09:28:26 cotier kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    mars 26 09:28:26 cotier kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    mars 26 09:28:26 cotier kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    mars 26 09:28:26 cotier kernel: PCI: Using configuration type 1 for base access
    mars 26 09:28:26 cotier kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    mars 26 09:28:26 cotier kernel: mtrr: probably your BIOS does not setup all CPUs.
    mars 26 09:28:26 cotier kernel: mtrr: corrected configuration.
    mars 26 09:28:26 cotier kernel: bio: create slab <bio-0> at 0
    mars 26 09:28:26 cotier kernel: ACPI: Added _OSI(Module Device)
    mars 26 09:28:26 cotier kernel: ACPI: Added _OSI(Processor Device)
    mars 26 09:28:26 cotier kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    mars 26 09:28:26 cotier kernel: ACPI: Added _OSI(Processor Aggregator Device)
    mars 26 09:28:26 cotier kernel: ACPI : EC: EC description table is found, configuring boot EC
    mars 26 09:28:26 cotier kernel: ACPI: Executed 1 blocks of module-level executable AML code
    mars 26 09:28:26 cotier kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aadcc698 000627 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: Dynamic OEM Table Load:
    mars 26 09:28:26 cotier kernel: ACPI: SSDT (null) 000627 (v01 PmRef Cpu0Cst 00003001 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aadcda98 000303 (v01 PmRef ApIst 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: Dynamic OEM Table Load:
    mars 26 09:28:26 cotier kernel: ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: SSDT 00000000aadcbd98 000119 (v01 PmRef ApCst 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: Dynamic OEM Table Load:
    mars 26 09:28:26 cotier kernel: ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20091112)
    mars 26 09:28:26 cotier kernel: ACPI: Interpreter enabled
    mars 26 09:28:26 cotier kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    mars 26 09:28:26 cotier kernel: ACPI: (supports S0 S1 S3 S4 S5)
    mars 26 09:28:26 cotier kernel: ACPI: Using IOAPIC for interrupt routing
    mars 26 09:28:26 cotier kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    mars 26 09:28:26 cotier kernel: ACPI: No dock devices found.
    mars 26 09:28:26 cotier kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    mars 26 09:28:26 cotier kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    mars 26 09:28:26 cotier kernel: \_SB_.PCI0:_OSC invalid UUID
    mars 26 09:28:26 cotier kernel: _OSC request data:1 1f 0
    mars 26 09:28:26 cotier kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    mars 26 09:28:26 cotier kernel: PCI host bridge to bus 0000:00
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    mars 26 09:28:26 cotier kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdd400000-0xdd7fffff 64bit]
    mars 26 09:28:26 cotier kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:00:02.0: reg 0x20: [io 0xe000-0xe03f]
    mars 26 09:28:26 cotier kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    mars 26 09:28:26 cotier kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdf60a000-0xdf60a00f 64bit]
    mars 26 09:28:26 cotier kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    mars 26 09:28:26 cotier kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xdf608000-0xdf6083ff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    mars 26 09:28:26 cotier kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xdf600000-0xdf603fff 64bit]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    mars 26 09:28:26 cotier kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xdf607000-0xdf6073ff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x10: [io 0xe0b0-0xe0b7]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x14: [io 0xe0a0-0xe0a3]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x18: [io 0xe090-0xe097]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xe080-0xe083]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x20: [io 0xe060-0xe07f]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xdf606000-0xdf6067ff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.2: PME# supported from D3hot
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdf605000-0xdf6050ff 64bit]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1f.3: reg 0x20: [io 0xe040-0xe05f]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: [10de:0df4] type 00 class 0x030000
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: reg 0x10: [mem 0xdc000000-0xdcffffff]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: reg 0x24: [io 0xd000-0xd07f]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: reg 0x30: [mem 0xdd000000-0xdd07ffff pref]
    mars 26 09:28:26 cotier kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdd0fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [mem 0xdec00000-0xdf5fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:03:00.0: [168c:002b] type 00 class 0x028000
    mars 26 09:28:26 cotier kernel: pci 0000:03:00.0: reg 0x10: [mem 0xde200000-0xde20ffff 64bit]
    mars 26 09:28:26 cotier kernel: pci 0000:03:00.0: supports D1
    mars 26 09:28:26 cotier kernel: pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [mem 0xde200000-0xdebfffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: reg 0x10: [io 0xa000-0xa0ff]
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: reg 0x18: [mem 0xd2104000-0xd2104fff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: reg 0x20: [mem 0xd2100000-0xd2103fff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: supports D1 D2
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    mars 26 09:28:26 cotier kernel: pci 0000:04:00.0: System wakeup disabled by ACPI
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [io 0xa000-0xafff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [mem 0xdd800000-0xde1fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 10 11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 *5 6 10 11 12 14 15)
    mars 26 09:28:26 cotier kernel: ACPI: Enabled 1 GPEs in block 00 to 3F
    mars 26 09:28:26 cotier kernel: ACPI: \_SB_.PCI0: notify handler is installed
    mars 26 09:28:26 cotier kernel: Found 1 acpi root devices
    mars 26 09:28:26 cotier kernel: ACPI : EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    mars 26 09:28:26 cotier kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    mars 26 09:28:26 cotier kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    mars 26 09:28:26 cotier kernel: vgaarb: loaded
    mars 26 09:28:26 cotier kernel: vgaarb: bridge control possible 0000:01:00.0
    mars 26 09:28:26 cotier kernel: vgaarb: no bridge control possible 0000:00:02.0
    mars 26 09:28:26 cotier kernel: PCI: Using ACPI for IRQ routing
    mars 26 09:28:26 cotier kernel: PCI: pci_cache_line_size set to 64 bytes
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaace4000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaacfa000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaad8f000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaadc8000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaaf19000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0xaaffd000-0xabffffff]
    mars 26 09:28:26 cotier kernel: e820: reserve RAM buffer [mem 0x14fe00000-0x14fffffff]
    mars 26 09:28:26 cotier kernel: NetLabel: Initializing
    mars 26 09:28:26 cotier kernel: NetLabel: domain hash size = 128
    mars 26 09:28:26 cotier kernel: NetLabel: protocols = UNLABELED CIPSOv4
    mars 26 09:28:26 cotier kernel: NetLabel: unlabeled traffic allowed by default
    mars 26 09:28:26 cotier kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    mars 26 09:28:26 cotier kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    mars 26 09:28:26 cotier kernel: Switched to clocksource hpet
    mars 26 09:28:26 cotier kernel: pnp: PnP ACPI init
    mars 26 09:28:26 cotier kernel: ACPI: bus type PNP registered
    mars 26 09:28:26 cotier kernel: pnp 00:00: [dma 4]
    mars 26 09:28:26 cotier kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    mars 26 09:28:26 cotier kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    mars 26 09:28:26 cotier kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    mars 26 09:28:26 cotier kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x1000-0x100f] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0xffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0xffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x0400-0x0453] could not be reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x0458-0x047f] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    mars 26 09:28:26 cotier kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    mars 26 09:28:26 cotier kernel: system 00:06: [io 0x0454-0x0457] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    mars 26 09:28:26 cotier kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    mars 26 09:28:26 cotier kernel: pnp 00:08: Plug and Play ACPI device, IDs ETD0101 PNP0f0e PNP0f03 PNP0f12 PNP0f0b (active)
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xe0000000-0xe3ffffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    mars 26 09:28:26 cotier kernel: system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    mars 26 09:28:26 cotier kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    mars 26 09:28:26 cotier kernel: system 00:0a: [mem 0xafa00000-0xafa00fff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    mars 26 09:28:26 cotier kernel: system 00:0b: [mem 0x20000000-0x201fffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:0b: [mem 0x40000000-0x401fffff] has been reserved
    mars 26 09:28:26 cotier kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
    mars 26 09:28:26 cotier kernel: pnp: PnP ACPI: found 12 devices
    mars 26 09:28:26 cotier kernel: ACPI: bus type PNP unregistered
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [mem 0xdc000000-0xdd0fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [io 0xc000-0xcfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [mem 0xdec00000-0xdf5fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.0: bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [io 0xb000-0xbfff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [mem 0xde200000-0xdebfffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.1: bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [io 0xa000-0xafff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [mem 0xdd800000-0xde1fffff]
    mars 26 09:28:26 cotier kernel: pci 0000:00:1c.5: bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:01: resource 1 [mem 0xdc000000-0xdd0fffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:02: resource 1 [mem 0xdec00000-0xdf5fffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:02: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:03: resource 0 [io 0xb000-0xbfff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:03: resource 1 [mem 0xde200000-0xdebfffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:03: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:04: resource 0 [io 0xa000-0xafff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:04: resource 1 [mem 0xdd800000-0xde1fffff]
    mars 26 09:28:26 cotier kernel: pci_bus 0000:04: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
    mars 26 09:28:26 cotier kernel: NET: Registered protocol family 2
    mars 26 09:28:26 cotier kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    mars 26 09:28:26 cotier kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    mars 26 09:28:26 cotier kernel: TCP: Hash tables configured (established 32768 bind 32768)
    mars 26 09:28:26 cotier kernel: TCP: reno registered
    mars 26 09:28:26 cotier kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    mars 26 09:28:26 cotier kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    mars 26 09:28:26 cotier kernel: NET: Registered protocol family 1
    mars 26 09:28:26 cotier kernel: pci 0000:00:02.0: Boot video device
    mars 26 09:28:26 cotier kernel: PCI: CLS 64 bytes, default 64
    mars 26 09:28:26 cotier kernel: Unpacking initramfs...
    mars 26 09:28:26 cotier kernel: Freeing initrd memory: 3000K (ffff880037a14000 - ffff880037d02000)
    mars 26 09:28:26 cotier kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    mars 26 09:28:26 cotier kernel: software IO TLB [mem 0xa6ce4000-0xaace4000] (64MB) mapped at [ffff8800a6ce4000-ffff8800aace3fff]
    mars 26 09:28:26 cotier kernel: Scanning for low memory corruption every 60 seconds
    mars 26 09:28:26 cotier kernel: audit: initializing netlink socket (disabled)
    mars 26 09:28:26 cotier kernel: type=2000 audit(1395826101.039:1): initialized
    mars 26 09:28:26 cotier kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    mars 26 09:28:26 cotier kernel: zbud: loaded
    mars 26 09:28:26 cotier kernel: VFS: Disk quotas dquot_6.5.2
    mars 26 09:28:26 cotier kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    mars 26 09:28:26 cotier kernel: msgmni has been set to 7730
    mars 26 09:28:26 cotier kernel: Key type big_key registered
    mars 26 09:28:26 cotier kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    mars 26 09:28:26 cotier kernel: io scheduler noop registered
    mars 26 09:28:26 cotier kernel: io scheduler deadline registered
    mars 26 09:28:26 cotier kernel: io scheduler cfq registered (default)
    mars 26 09:28:26 cotier kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    mars 26 09:28:26 cotier kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    mars 26 09:28:26 cotier kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    mars 26 09:28:26 cotier kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
    mars 26 09:28:26 cotier kernel: vesafb: scrolling: redraw
    mars 26 09:28:26 cotier kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    mars 26 09:28:26 cotier kernel: vesafb: framebuffer at 0xb0000000, mapped to 0xffffc90004780000, using 3072k, total 3072k
    mars 26 09:28:26 cotier kernel: Console: switching to colour frame buffer device 128x48
    mars 26 09:28:26 cotier kernel: fb0: VESA VGA frame buffer device
    mars 26 09:28:26 cotier kernel: intel_idle: MWAIT substates: 0x21120
    mars 26 09:28:26 cotier kernel: intel_idle: v0.4 model 0x2A
    mars 26 09:28:26 cotier kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    mars 26 09:28:26 cotier kernel: GHES: HEST is not enabled!
    mars 26 09:28:26 cotier kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    mars 26 09:28:26 cotier kernel: Linux agpgart interface v0.103
    mars 26 09:28:26 cotier kernel: rtc_cmos 00:05: RTC can wake from S4
    mars 26 09:28:26 cotier kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    mars 26 09:28:26 cotier kernel: rtc_cmos 00:05: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
    mars 26 09:28:26 cotier kernel: Intel P-state driver initializing.
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 0
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 1
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 2
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 3
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 4
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 5
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 6
    mars 26 09:28:26 cotier kernel: Intel pstate controlling: cpu 7
    mars 26 09:28:26 cotier kernel: drop_monitor: Initializing network drop monitor service
    mars 26 09:28:26 cotier kernel: TCP: cubic registered
    mars 26 09:28:26 cotier kernel: NET: Registered protocol family 10
    mars 26 09:28:26 cotier kernel: NET: Registered protocol family 17
    mars 26 09:28:26 cotier kernel: Key type dns_resolver registered
    mars 26 09:28:26 cotier kernel: registered taskstats version 1
    mars 26 09:28:26 cotier kernel: Magic number: 6:813:475
    mars 26 09:28:26 cotier kernel: rtc_cmos 00:05: setting system clock to 2014-03-26 09:28:21 UTC (1395826101)
    mars 26 09:28:26 cotier kernel: PM: Hibernation image not present or could not be loaded.
    mars 26 09:28:26 cotier kernel: Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    mars 26 09:28:26 cotier kernel: Write protecting the kernel read-only data: 8192k
    mars 26 09:28:26 cotier kernel: Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    mars 26 09:28:26 cotier kernel: Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    mars 26 09:28:26 cotier kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    mars 26 09:28:26 cotier systemd-udevd[76]: starting version 211
    mars 26 09:28:26 cotier kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    mars 26 09:28:26 cotier kernel: i8042: Detected active multiplexing controller, rev 1.1
    mars 26 09:28:26 cotier kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    mars 26 09:28:26 cotier kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
    mars 26 09:28:26 cotier kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
    mars 26 09:28:26 cotier kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
    mars 26 09:28:26 cotier kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mars 26 09:28:26 cotier kernel: ACPI: bus type USB registered
    mars 26 09:28:26 cotier kernel: usbcore: registered new interface driver usbfs
    mars 26 09:28:26 cotier kernel: usbcore: registered new interface driver hub
    mars 26 09:28:26 cotier kernel: usbcore: registered new device driver usb
    mars 26 09:28:26 cotier kernel: SCSI subsystem initialized
    mars 26 09:28:26 cotier kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    mars 26 09:28:26 cotier kernel: ehci-pci: EHCI PCI platform driver
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: debug port 2
    mars 26 09:28:26 cotier kernel: libata version 3.00 loaded.
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf608000
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    mars 26 09:28:26 cotier kernel: hub 1-0:1.0: USB hub found
    mars 26 09:28:26 cotier kernel: hub 1-0:1.0: 2 ports detected
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: debug port 2
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf607000
    mars 26 09:28:26 cotier kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    mars 26 09:28:26 cotier kernel: hub 2-0:1.0: USB hub found
    mars 26 09:28:26 cotier kernel: hub 2-0:1.0: 2 ports detected
    mars 26 09:28:26 cotier kernel: ahci 0000:00:1f.2: version 3.0
    mars 26 09:28:26 cotier kernel: ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    mars 26 09:28:26 cotier kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    mars 26 09:28:26 cotier kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
    mars 26 09:28:26 cotier kernel: scsi0 : ahci
    mars 26 09:28:26 cotier kernel: scsi1 : ahci
    mars 26 09:28:26 cotier kernel: scsi2 : ahci
    mars 26 09:28:26 cotier kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    mars 26 09:28:26 cotier kernel: scsi3 : ahci
    mars 26 09:28:26 cotier kernel: scsi4 : ahci
    mars 26 09:28:26 cotier kernel: scsi5 : ahci
    mars 26 09:28:26 cotier kernel: ata1: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606100 irq 41
    mars 26 09:28:26 cotier kernel: ata2: DUMMY
    mars 26 09:28:26 cotier kernel: ata3: SATA max UDMA/133 abar m2048@0xdf606000 port 0xdf606200 irq 41
    mars 26 09:28:26 cotier kernel: ata4: DUMMY
    mars 26 09:28:26 cotier kernel: ata5: DUMMY
    mars 26 09:28:26 cotier kernel: ata6: DUMMY
    mars 26 09:28:26 cotier kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    mars 26 09:28:26 cotier kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    mars 26 09:28:26 cotier kernel: ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    mars 26 09:28:26 cotier kernel: ata3.00: ATAPI: MATSHITADVD-RAM UJ8A0ASW, 1.01, max UDMA/100
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    mars 26 09:28:26 cotier kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    mars 26 09:28:26 cotier kernel: ata3.00: configured for UDMA/100
    mars 26 09:28:26 cotier kernel: ata1.00: ATA-8: WDC WD6400BPVT-80HXZT1, 01.01A01, max UDMA/133
    mars 26 09:28:26 cotier kernel: ata1.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd ef/90:06:00:00:00:00 (SET FEATURES) succeeded
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    mars 26 09:28:26 cotier kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    mars 26 09:28:26 cotier kernel: ata1.00: configured for UDMA/133
    mars 26 09:28:26 cotier kernel: scsi 0:0:0:0: Direct-Access ATA WDC WD6400BPVT-8 01.0 PQ: 0 ANSI: 5
    mars 26 09:28:26 cotier kernel: scsi 2:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8A0ASW 1.01 PQ: 0 ANSI: 5
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] Write Protect is off
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    mars 26 09:28:26 cotier kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    mars 26 09:28:26 cotier kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    mars 26 09:28:26 cotier kernel: sr 2:0:0:0: Attached scsi CD-ROM sr0
    mars 26 09:28:26 cotier kernel: hub 1-1:1.0: USB hub found
    mars 26 09:28:26 cotier kernel: hub 1-1:1.0: 6 ports detected
    mars 26 09:28:26 cotier kernel: sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 >
    mars 26 09:28:26 cotier kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    mars 26 09:28:26 cotier kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    mars 26 09:28:26 cotier kernel: hub 2-1:1.0: USB hub found
    mars 26 09:28:26 cotier kernel: hub 2-1:1.0: 6 ports detected
    mars 26 09:28:26 cotier kernel: usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    mars 26 09:28:26 cotier kernel: tsc: Refined TSC clocksource calibration: 1995.466 MHz
    mars 26 09:28:26 cotier kernel: usb 1-1.2: new high-speed USB device number 4 using ehci-pci
    mars 26 09:28:26 cotier kernel: usb 1-1.4: new high-speed USB device number 5 using ehci-pci
    mars 26 09:28:26 cotier kernel: Switched to clocksource tsc
    mars 26 09:28:26 cotier kernel: random: nonblocking pool is initialized
    mars 26 09:28:26 cotier kernel: EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    mars 26 09:28:26 cotier systemd[1]: systemd 211 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    mars 26 09:28:26 cotier systemd[1]: Detected architecture 'x86-64'.
    mars 26 09:28:26 cotier systemd[1]: Set hostname to <cotier>.
    mars 26 09:28:26 cotier systemd[1]: Configuration file /etc/systemd/system/[email protected] is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    mars 26 09:28:26 cotier systemd[1]: Configuration file /etc/systemd/system/[email protected] is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    mars 26 09:28:26 cotier systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
    mars 26 09:28:26 cotier systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    mars 26 09:28:26 cotier systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    mars 26 09:28:26 cotier systemd[1]: Starting Remote File Systems.
    mars 26 09:28:26 cotier systemd[1]: Reached target Remote File Systems.
    mars 26 09:28:26 cotier systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    mars 26 09:28:26 cotier systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    mars 26 09:28:26 cotier systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    mars 26 09:28:26 cotier systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    mars 26 09:28:26 cotier systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    mars 26 09:28:26 cotier systemd[1]: Starting Paths.
    mars 26 09:28:26 cotier systemd[1]: Reached target Paths.
    mars 26 09:28:26 cotier systemd[1]: Starting Encrypted Volumes.
    mars 26 09:28:26 cotier systemd[1]: Reached target Encrypted Volumes.
    mars 26 09:28:26 cotier systemd[1]: Expecting device dev-sda6.device...
    mars 26 09:28:26 cotier systemd[1]: Expecting device dev-sda7.device...
    mars 26 09:28:26 cotier systemd[1]: Starting Root Slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice Root Slice.
    mars 26 09:28:26 cotier systemd[1]: Starting Delayed Shutdown Socket.
    mars 26 09:28:26 cotier systemd[1]: Listening on Delayed Shutdown Socket.
    mars 26 09:28:26 cotier systemd[1]: Starting Device-mapper event daemon FIFOs.
    mars 26 09:28:26 cotier systemd[1]: Listening on Device-mapper event daemon FIFOs.
    mars 26 09:28:26 cotier systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    mars 26 09:28:26 cotier systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    mars 26 09:28:26 cotier systemd[1]: Starting LVM2 metadata daemon socket.
    mars 26 09:28:26 cotier systemd[1]: Listening on LVM2 metadata daemon socket.
    mars 26 09:28:26 cotier systemd[1]: Starting udev Kernel Socket.
    mars 26 09:28:26 cotier systemd[1]: Listening on udev Kernel Socket.
    mars 26 09:28:26 cotier systemd[1]: Starting udev Control Socket.
    mars 26 09:28:26 cotier systemd[1]: Listening on udev Control Socket.
    mars 26 09:28:26 cotier systemd[1]: Starting User and Session Slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice User and Session Slice.
    mars 26 09:28:26 cotier systemd[1]: Starting Journal Socket.
    mars 26 09:28:26 cotier systemd[1]: Listening on Journal Socket.
    mars 26 09:28:26 cotier systemd[1]: Starting System Slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice System Slice.
    mars 26 09:28:26 cotier systemd[1]: Started File System Check on Root Device.
    mars 26 09:28:26 cotier systemd[1]: Starting system-systemd\x2dfsck.slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice system-systemd\x2dfsck.slice.
    mars 26 09:28:26 cotier systemd[1]: Starting Remount Root and Kernel File Systems...
    mars 26 09:28:26 cotier systemd[1]: Mounting Huge Pages File System...
    mars 26 09:28:26 cotier systemd[1]: Mounting Debug File System...
    mars 26 09:28:26 cotier systemd[1]: Started Set Up Additional Binary Formats.
    mars 26 09:28:26 cotier systemd[1]: Starting Setup Virtual Console...
    mars 26 09:28:26 cotier systemd[1]: Started Load Kernel Modules.
    mars 26 09:28:26 cotier systemd[1]: Starting Create list of required static device nodes for the current kernel...
    mars 26 09:28:26 cotier systemd[1]: Starting udev Coldplug all Devices...
    mars 26 09:28:26 cotier systemd[1]: Starting system-netctl.slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice system-netctl.slice.
    mars 26 09:28:26 cotier systemd[1]: Starting system-netctl\x2dauto.slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice system-netctl\x2dauto.slice.
    mars 26 09:28:26 cotier systemd[1]: Starting system-getty.slice.
    mars 26 09:28:26 cotier systemd[1]: Created slice system-getty.slice.
    mars 26 09:28:26 cotier systemd[1]: Starting Apply Kernel Variables...
    mars 26 09:28:26 cotier systemd[1]: Mounted FUSE Control File System.
    mars 26 09:28:26 cotier systemd[1]: Mounting Configuration File System...
    mars 26 09:28:26 cotier systemd[1]: Mounting POSIX Message Queue File System...
    mars 26 09:28:26 cotier systemd[1]: Starting Journal Service...
    mars 26 09:28:26 cotier systemd[1]: Started Journal Service.
    mars 26 09:28:26 cotier kernel: EXT4-fs (sda5): re-mounted. Opts: data=ordered
    mars 26 09:28:26 cotier systemd-journal[166]: Journal started
    mars 26 09:28:26 cotier systemd[1]: Starting Slices.
    mars 26 09:28:26 cotier systemd[1]: Reached target Slices.
    mars 26 09:28:26 cotier systemd[1]: Mounting Temporary Directory...
    mars 26 09:28:26 cotier systemd[1]: Mounted Debug File System.
    mars 26 09:28:26 cotier systemd[1]: Mounted Huge Pages File System.
    mars 26 09:28:26 cotier systemd[1]: Started Apply Kernel Variables.
    mars 26 09:28:26 cotier systemd[1]: Mounted POSIX Message Queue File System.
    mars 26 09:28:26 cotier systemd[1]: Mounted Configuration File System.
    mars 26 09:28:26 cotier systemd[1]: Mounted Temporary Directory.
    mars 26 09:28:26 cotier systemd[1]: Started Create list of required static device nodes for the current kernel.
    mars 26 09:28:26 cotier systemd[1]: Started Remount Root and Kernel File Systems.
    mars 26 09:28:26 cotier systemd[1]: Started Setup Virtual Console.
    mars 26 09:28:26 cotier systemd[1]: Started Create Static Device Nodes in /dev.
    mars 26 09:28:26 cotier systemd[1]: Starting udev Kernel Device Manager...
    mars 26 09:28:26 cotier systemd[1]: Starting Local File Systems (Pre).
    mars 26 09:28:26 cotier systemd[1]: Reached target Local File Systems (Pre).
    mars 26 09:28:26 cotier systemd-udevd[189]: starting version 211
    mars 26 09:28:26 cotier systemd[1]: Started udev Kernel Device Manager.
    mars 26 09:28:27 cotier systemd-udevd[189]: specified user 'usbmux' unknown
    mars 26 09:28:27 cotier kernel: ACPI: AC Adapter [AC0] (off-line)
    mars 26 09:28:27 cotier kernel: input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input5
    mars 26 09:28:27 cotier kernel: ACPI: Lid Switch [LID]
    mars 26 09:28:27 cotier kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
    mars 26 09:28:27 cotier kernel: ACPI: Sleep Button [SLPB]
    mars 26 09:28:27 cotier kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
    mars 26 09:28:27 cotier kernel: ACPI: Power Button [PWRF]
    mars 26 09:28:27 cotier kernel: microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x14
    mars 26 09:28:27 cotier kernel: platform microcode: Direct firmware load failed with error -2
    mars 26 09:28:27 cotier kernel: platform microcode: Falling back to user helper
    mars 26 09:28:27 cotier kernel: ACPI: Battery Slot [BAT0] (battery present)
    mars 26 09:28:27 cotier kernel: wmi: Mapper loaded
    mars 26 09:28:27 cotier kernel: ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    mars 26 09:28:27 cotier kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the na

    Seems to be working again, I haven't done anything though. And the "wifi" led on my laptop is off, which should mean that the interface is down.
    This is driving me crazy I don't understand how the all thing works, if anyone has any tips that would be very nice.
    Thanks!

  • Maxdb 7.7.4 wont start ERR_WRONGDBSTATE Operational State UNKNOWN

    Hi,
    We are running maxdb 7.7.4 on a linux suse 10 environment.
    The system was shutdown the other week and we cannot get it to restart
    When we try and restart we get the following in the dbm.prt
    client connection was established at 2010-11-03 01:13:04 (client process has process ID 4520 on computer 169.254.82.132).
    2010-11-03 01:13:04 0x00002cd0 INF        283 DBMSrv   Command 'auto_extend show' is being executed.
    2010-11-03 01:13:04 0x00002cd0 INF        419 DBMSrv   Command 'auto_extend' has ended with return code 0.
    2010-11-03 01:13:04 0x00002cd0 INF        283 DBMSrv   Command 'auto_update_statistics show' is being executed.
    2010-11-03 01:13:04 0x00002cd0 INF        419 DBMSrv   Command 'auto_update_statistics' has ended with return code 0.
    2010-11-03 01:13:08 0x00002cd0 INF        283 DBMSrv   Command 'db_online -f' is being executed.
    2010-11-03 01:13:08 0x00002cd0 ERR     -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'db_online' has ended and failed with return code -24783.
                        0x00002cd0 ERR     -24783 DBMSrv   ERR_WRONGDBSTATE: Operational state UNKNOWN of the database instance is unsuitable.
                        0x00002cd0 ERR     -24779 DBMSrv   ERR_DBSTATENEEDED4: Database instance must be in one of the operational states OFFLINE, ADMIN, STANDBY or ONLINE.
    2010-11-03 01:13:15 0x00002cd0 INF        283 DBMSrv   Command 'db_online -f' is being executed.
    2010-11-03 01:13:15 0x00002cd0 ERR     -24580 DBMSrv   ERR_COMMAND_FAILED: Command 'db_online' has ended and failed with return code -24783.
                        0x00002cd0 ERR     -24783 DBMSrv   ERR_WRONGDBSTATE: Operational state UNKNOWN of the database instance is unsuitable.
    If we connect via dbmgui it shows it being in a u201Cunknown stateu201D
    If I run a db_state command via dbmcli it returns:
    OK
    State
    UNKNOWN
    If I run a show state command via dbmcli I get the following message ( sorry about the retype )
    OK
    ERR 11311 IPC idfile: u2018/sapdb/data/dbspeed/EP4u2019 open error, no such file or directory
    Bad magic number in /sapdb/data/wrk/EP4/rtedump_dir/RTEMemory_Table.0: 0x0x found (expected 0x184541191x)
    No mapping chunk entries found
    u2018RTECons_MemoryDumpMappingu2019 instance could not be created
    Failed to map memory dump files
    ERR 13638 RTE    RTE_ConsoleRequestCommunicatio.cpp:280
    ERR 13638 RTE    2010-11-22 07:13:45 RTE error 13638
    ERR 13638 RTE    Console: Server DB u2018EP4u2019 has not been started
    Any ideas ??
    Thanks in advance
    Gary Vaughan

    Hi,
    Problem solved - a big thankyou
    I actually had tried removing the directory contents but not the directory itself.
    I had not found the oss note.
    Thanks again
    Gary Vaughan

  • To connect a wifi interface (only wps) to airport

    i have:
    1) a new airport time capsule (bought on 2 march and fully updated)
    2) wifi devide that can connect to wifi router through the wps button (there is no other way to set the wifi connection). the devide is the wifi interface to meldcould of mitsubishi conditioner.
    how can i set the wifi connection between the 2 devices? airport has not a wps button, but maybe it is possible to do it by a mac?

    The AirPort Time Capsule does support WPS, both PIN and PUSH (which is called First Attempt). Ignore the Printer label below, it will work with any WPS enabled device
    Open AirPort Utility
    Click on the Time Capsule icon
    Click Edit in the smaller window
    Click the Base Station menu at the top of the screen near the Apple icon

  • Lumia 800 WiFi interface error

    I have Lumia 800, WP7.8 firmware is 1750.0823.8858.12460.
    I discovered a week ago that my WiFI even switched successfully on that I can see in the WiFi menu, actually the data transmission still coming thorugh my 3G card, so phisically the wifi interface is not active.
    I tried to restart, connected to another WifI network, without success.
    How can I solve the issue? is it really needed to hard reset? Or something other way is available?

    Hello Prochini21,
    Thanks for your recommendation, please note the issue was hidden, as the phone indicated that WiFi is on and connected to it. However, I discovered it, when my app Counters warned me that I reached the 3G data limit I set earlier. Then I started to check, 1st with app System Information, it displayed my 3G card was active even I switched on my WiFI and the phone displayed I connected to the home secured WiFi!
    So, apparently everything worked fine....
    Then I started to check several option, as I got support from Nokia Care in Twitter (my twitter id @LKerekes2), so I can provide you with these info what I have tested and completed.
    - I always used Battery Saver option - but I tested without battery saver - same bad result
    - I checked the WiFi in Flight mmode as well - interface remained inactive
    - I connected with another devices to the same network at home - OK
    - I changed my home network to unsecure network and connected with my Lumia - displayed connected, but wifi interface was inactive
    - I connected with my Lumia to public WiFi - interface was inactive
    - I restart the phone several times with VolDown+Power - wifi remained the same
    So, finally I did hard reset to on the phone to delete everything then I reinstall my personal files and data. I think the interface was unable to be activated, the 3G card was always ON.
    What I won:
    - my WiFi interfrace is working fine, no issue
    - I deleted several non-required files, so the phone works a bit faster
    What I lost:
    - I cannot synchronise my google calendar and contacts to my Lumia 800.
    Although I knew about the issue with Google, but I thought even I hard reset my phone as I have existing google account I would not loose any existing services - it was not the case.
    Now, I am looking for a trick how to synchronise automatically my company Lotus Notes 8.5 calendar with my Lumia 800 (WP7.8).
    Regards,
    Lacxx

  • Patch deployment with status "Enforcement state unknown"

    Hi All
    I am pretty new to the patch deployment.
    I generated a report and see there is Last State column with "Enforcement state unknown", not sure if it means failed for those hostnames or will be retried for the installation.
    Kindly clarify.
    Regards
    Ramesh
    Regards Ram

    They will only start to install updates automatically when there is an active update deployment with a scheduled deadline that has past. See for a lot more information:
    http://technet.microsoft.com/en-us/library/gg682168.aspx#BKMK_SUMCompliance
    Also, when Days since last communication is more than 0, that's usually an indication that the client is not communicating any more. That can be caused by a lot of things including something simple as that the device is turned of, or not
    connected with the network.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • GWMonitor lists GWIA as state Unknown

    We've been having issues with GroupWise ever since we upgraded to Linux. Today's issue is the GWIA web interface. Whenever I try to connect to our gwia web interface directly on port 9850 it redirects me to GWMonitor.
    And under GWMon it lists all of the GroupWise components as running normally except the GWIA.
    The GWIA state is unknown. I've tried changing the port, restarting groupwise, restarting the server, changing the HTTP username and password in C1,
    Normal 0 d 1 h 6 m crofton MTA 0 d 1 h 10 m 0 0 Linux 8.0.2 (12/11/2010)
    Unknown 0 d 1 h 11 m GWIA.crofton GWIA 0 d 0 h 0 m N/A N/A ?
    Normal 0 d 1 h 6 m po.crofton POA 0 d 1 h 10 m N/A N/A Linux 8.0.2 (12/11/2010)
    Normal 0 d 1 h 6 m webacc.crofton WEBACC 0 d 1 h 10 m N/A N/A Linux 8.0.2 (12/11/2010)
    Name GWIA.crofton
    Type GWIA
    Address SERVER-IP:9850
    Poll Type XML
    State Unknown
    It was set to SNMP but I brought down GWMon and then Restarted the GWIA and then brought GWMon back up and it set to XML. But the same error either way.
    I also made sure that the port 9850 was not in use by something else while both were down.
    Tyler

    Well, when we switched to Linux, our GroupWise issues pretty much went away. Exact opposite of what you site. I guess YMMV.
    This would not be on the other side of a Firewall by chance? Check that. You should also be able to telnet to the port if it is running and you have connectivity.
    --El
    Originally Posted by croftonhouse
    Of course right after posting this thread it switched to not listening. :-/

  • Primary Node Online but State=UNKNOWN ?

    Thanks in advance.
    Problem: When starting up "rac1" node the result is STATE=UNKNOWN
    11g Clusterware and 11g database
    rac1.respecti.com>crs_resources
    HA Resource Target State
    ora.RAC.RAC1.inst ONLINE UNKNOWN on rac1
    ora.RAC.RAC2.inst ONLINE ONLINE on rac2
    ora.RAC.db ONLINE ONLINE on rac2
    ora.rac1.gsd ONLINE ONLINE on rac1
    ora.rac1.ons ONLINE ONLINE on rac1
    ora.rac1.rac1.lsnr ONLINE ONLINE on rac1
    ora.rac1.vip ONLINE ONLINE on rac1
    ora.rac2.gsd ONLINE ONLINE on rac2
    ora.rac2.ons ONLINE ONLINE on rac2
    ora.rac2.rac2.lsnr ONLINE ONLINE on rac2
    ora.rac2.vip ONLINE ONLINE on rac2
    rac1.respecti.com>
    login as: rac
    [email protected]'s password:
    Last login: Sun Feb 15 13:53:58 2009 from 192.168.1.4
    rac1.respecti.com>clear
    rac1.respecti.com>crs_resources
    HA Resource Target State
    ora.RAC.RAC1.inst ONLINE UNKNOWN on rac1
    ora.RAC.RAC2.inst ONLINE ONLINE on rac2
    ora.RAC.db ONLINE ONLINE on rac2
    ora.rac1.gsd ONLINE ONLINE on rac1
    ora.rac1.ons ONLINE ONLINE on rac1
    ora.rac1.rac1.lsnr ONLINE ONLINE on rac1
    ora.rac1.vip ONLINE ONLINE on rac1
    ora.rac2.gsd ONLINE ONLINE on rac2
    ora.rac2.ons ONLINE ONLINE on rac2
    ora.rac2.rac2.lsnr ONLINE ONLINE on rac2
    ora.rac2.vip ONLINE ONLINE on rac2
    rac1.respecti.com>pwd
    /home/rac
    rac1.respecti.com>cd /u01/
    rac1.respecti.com>ls
    app shared_conf shared_crs shared_data shared_home tmp
    rac1.respecti.com>cd shared_crs
    rac1.respecti.com>ls
    bin diagnostics jlib nls perl slax tg4tera
    cdata evm JRE OCR plsql sqlplus VOTE
    cfgtoollogs has ldap OPatch precomp srvm xdk
    clone install lib opmn racg sysman
    crs install.platform lib32 oracore rdbms tg4ifmx
    css inventory log oraInst.loc relnotes tg4ingr
    cv jdk network oui root.sh tg4sybs
    rac1.respecti.com>cd crs
    rac1.respecti.com>ls
    admin demo lib mesg public template
    auth init log profile script trace
    rac1.respecti.com>cd trace
    rac1.respecti.com>ls
    rac1.respecti.com>pwd
    /u01/shared_crs/crs/trace
    rac1.respecti.com>ls
    rac1.respecti.com>ls -lt
    total 0
    rac1.respecti.com>pwd
    /u01/shared_crs/crs/trace
    rac1.respecti.com>cd ..
    rac1.respecti.com>ls -lt
    total 48
    drwxr-xr-x 7 root dba 4096 Feb 15 20:31 auth
    drwxr-xr-x 2 root dba 4096 Feb 14 20:38 init
    drwxr-x--T 2 rac dba 4096 Feb 14 19:22 log
    drwxrwxrwt 2 rac dba 4096 Jul 13 2008 public
    drwxr-xr-x 2 root dba 4096 May 24 2008 profile
    drwxr-x--T 2 rac dba 4096 May 24 2008 trace
    drwxr-xr-x 2 root dba 4096 May 24 2008 script
    drwxr-xr-x 2 rac dba 4096 May 24 2008 admin
    drwxr-xr-x 2 rac dba 4096 May 24 2008 lib
    drwxr-xr-x 2 rac dba 4096 May 24 2008 mesg
    drwxr-xr-x 3 rac dba 4096 May 24 2008 demo
    drwxr-xr-x 2 root dba 4096 May 24 2008 template
    rac1.respecti.com>cd log
    rac1.respecti.com>ls -lt
    total 0
    -rw-r----- 1 rac dba 0 Nov 30 13:37 startgmJZrY.stdout
    -rw-r----- 1 rac dba 0 Nov 30 13:37 startzJeeIX.stderr
    rac1.respecti.com>pwd
    /u01/shared_crs/crs/log
    rac1.respecti.com>cd ..
    rac1.respecti.com>ls
    admin demo lib mesg public template
    auth init log profile script trace
    rac1.respecti.com>pwd
    /u01/shared_crs/crs
    rac1.respecti.com>cd profile
    rac1.respecti.com>ls
    rac1.respecti.com>pwd
    /u01/shared_crs/crs/profile
    rac1.respecti.com>cd ..
    rac1.respecti.com>pwd
    /u01/shared_crs/crs
    rac1.respecti.com>ls -alt
    total 56
    drwxr-xr-x 7 root dba 4096 Feb 15 20:31 auth
    drwxr-xr-x 2 root dba 4096 Feb 14 20:38 init
    drwxr-x--T 2 rac dba 4096 Feb 14 19:22 log
    drwxrwxrwt 2 rac dba 4096 Jul 13 2008 public
    drwxr-xr-x 43 root dba 4096 May 27 2008 ..
    drwxr-xr-x 2 root dba 4096 May 24 2008 profile
    drwxr-xr-x 14 root dba 4096 May 24 2008 .
    drwxr-x--T 2 rac dba 4096 May 24 2008 trace
    drwxr-xr-x 2 root dba 4096 May 24 2008 script
    drwxr-xr-x 2 rac dba 4096 May 24 2008 admin
    drwxr-xr-x 2 rac dba 4096 May 24 2008 lib
    drwxr-xr-x 2 rac dba 4096 May 24 2008 mesg
    drwxr-xr-x 3 rac dba 4096 May 24 2008 demo
    drwxr-xr-x 2 root dba 4096 May 24 2008 template
    rac1.respecti.com>pwd
    /u01/shared_crs/crs
    rac1.respecti.com>cd ..
    rac1.respecti.com>ls
    bin diagnostics jlib nls perl slax tg4tera
    cdata evm JRE OCR plsql sqlplus VOTE
    cfgtoollogs has ldap OPatch precomp srvm xdk
    clone install lib opmn racg sysman
    crs install.platform lib32 oracore rdbms tg4ifmx
    css inventory log oraInst.loc relnotes tg4ingr
    cv jdk network oui root.sh tg4sybs
    rac1.respecti.com>pwd
    /u01/shared_crs
    rac1.respecti.com>cd log
    rac1.respecti.com>ls
    crs rac1 rac2
    rac1.respecti.com>cd crs
    rac1.respecti.com>ls
    rac1.respecti.com>cd ../rac1
    rac1.respecti.com>ls
    admin alertrac1.log client crsd cssd evmd racg
    rac1.respecti.com>cd crsd
    rac1.respecti.com>ls
    crsd.log crsdOUT.log
    rac1.respecti.com>ls -lt
    total 1424
    -rw-r--r-- 1 root dba 1252906 Feb 14 21:29 crsd.log
    -rw-r--r-- 1 root dba 193481 Feb 14 20:38 crsdOUT.log
    rac1.respecti.com>vi /u01/shared_crs/log/rac1/crsd/crsd.log
    2009-02-14 21:13:36.729: [  CRSRES][1484962112] Attempting to start `ora.RAC.RAC1.inst` on member `rac1`
    2009-02-14 21:13:38.455: [  OCRUTL][1377945920]u_freem: mem passed is null
    2009-02-14 21:29:21.741: [  CRSEVT][1484962112] CAAMonitorHandler :: 0:Could not join /u01/app/product/RAC/bin/racgwrap(start)
    category: 1234, operation: scls_process_join, loc: childcrash, OS error: 0, other: Abnormal termination of the child
    2009-02-14 21:29:21.746: [  CRSEVT][1484962112] CAAMonitorHandler :: 0:Action Script /u01/app/product/RAC/bin/racgwrap(start) timed out for ora.RAC.RAC1.inst! (timeout=900)
    2009-02-14 21:29:21.754: [  CRSAPP][1484962112] StartResource error for ora.RAC.RAC1.inst error code = -2
    2009-02-14 21:29:24.407: [  CRSAPP][1484962112] StopResource error for ora.RAC.RAC1.inst error code = 1
    2009-02-14 21:29:24.449: [  CRSRES][1484962112] X_OP_StopResourceFailed : Stop Resource failed
    (File: rti.cpp, line: 1839
    2009-02-14 21:29:24.451: [  CRSRES][1484962112][ALERT] `ora.RAC.RAC1.inst` on member `rac1` has experienced an unrecoverable failure.
    2009-02-14 21:29:24.455: [  CRSRES][1484962112] Human intervention required to resume its availability.
    14771,1 Bot
    Edited by: yakub21 on Feb 15, 2009 8:54 PM
    rac1 node database is accessible, though I would like to know how to resolve the clusterware problem.

    Hi Yakub,
    is this problem persistent? Does it happen every time you start node1 or is this the status after the last start?
    What happened is that Oracle Clusterware got the impression that the RAC instance on node1 was not started according to some tests in the action script that is used to start the instance. Actually, some operations did not return in a timely fashion (hence, the time out in the crsd.log). According to what you said, the instance was however started - I presume a ps -ef would show that and connections against this instance are possible!?
    Now, since Oracle Clusterware encountered some time outs, it cannot determine the state of the instance correctly and therefore declares the state of the resource (your rac instance) as UNKNOWN. This means: no monitoring of this resource and hence no corrective action in case of failures of this resource. In other words: for Clusterware, this instance is unmanaged.
    What can you do to fix that? Well, "human intervention" is required. My suggestion would be: stop the instance explicitly (preferably using SRVCTL) and restart it using SRVCTL. After stopping the instance using that command, check the state from Clusterware perspective. It should be TARGET=OFFLINE. Make sure, your instance is down. Kill / shutdown abort the running RAC instance explicitly before attempting a restart.
    Hope that helps. Thanks,
    Markus

  • Wifi interface is not being recognized on my g475 with Windows 8

    Hi,
    I just did a fresh install of Windows 8 on my Lenovo G475 and everything works fine but my wifi connection.
    This is what I have done so far:
    I...
    - Installed Windows 8 and kept the laptop connected to the Internet via the ethernet card (to make sure all the installation process went smoothly).
    - Updated Windows 8 via Windows Update.
    - Downloaded missing drivers for Windows 8. They were: Realtek Card Reader Driver, Lenovo Energy Management and Wireless LAN driver.
    - Installed all of them with administrator privileges and all of them went fine but the wireless LAN driver.
    - At this point, Device Manager didn't show any device with a "?" so I assumed everything was fine.
    - But no, because no wifi interface showed up in the device manager window.
    - If i change the position of the wireless physical switch (at the front of my laptop, on my left), the bluetooth device goes off and on in the device manager window. But in no case, any wifi interface appeared / dissappeared.
    - I also typed fn+f5 several times to toggle airplane on/off but did not help at all.
    - Then I installed Windows 7 driver for the wireless card but didn't work either.
    - I revised the BIOS and the wifi interface is activated.
    It looks like the wifi component of the wireless card is hidden/undetected to Windows 8 (bluetooth works fine. I assume both wifi+bluetooth belongs to the same card).
    Any ideas?
    Please help.
    Solved!
    Go to Solution.

    Hello and welcome,
    I don't think it would explain the missing dev manager device, but have a look at the control described below.  Is there a wifi slider there?
    Bring up Settings charm. At the bottom it says "Change PC Settings". That looks like the title of the settings above (to me) but it's a link. Click it. Then click "wireless" on the left.
    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   Русскоязычное Сообщество

  • Detection state unknown for some updates

    Hi
    I am trying to run reports on whether certain patches are applicable in my estate. However, running the reports results in large number of clients reporting 'Detection State Unknown'. However, I know the client has run a scan as it has already sent back
    data relating to other patches. I can also force a manual refresh of the scan using the control panel applet and check the logs to confirm the scan has completed successfuly.
    However, I still receive 'detection state unknown'. This currrently represents over 50% of my servers.
    Can anyone help as I am pulling my hair out with this?
    Thanks

    this is one I use:
    Option Explicit
    On Error Resume Next
    Call RefreshServerComplianceState
    ' WScript.Echo "Finished"
    Sub RefreshServerComplianceState()
        ' Initialize the UpdatesStore variable.
        dim newCCMUpdatesStore
        ' Create the COM object.
        set newCCMUpdatesStore = CreateObject ("Microsoft.CCM.UpdatesStore")
        ' Refresh the server compliance state by running the RefreshServerComplianceState method.
        newCCMUpdatesStore.RefreshServerComplianceState
        ' Output success message.
    '    wscript.echo "Ran RefreshServerComplianceState."
    End Sub
    Kent Agerlund | My blogs: http://blog.coretech.dk/author/kea/ and http://scug.dk/ | Twitter @Agerlund | Linkedin: /kentagerlund

  • Adding new Updates makes Reports show compliance status as "Enforcement state unknown". Old updates are still installing though.

    Hi, Just wondering if anyone has seen this before and resolved it?
    Basically, 2012 Software Updates have been working fine for over a year. Last months Patch Tuesday updates were fine too.
    However, this week I added a new update to a Software Update Group/deployment. This update did not deploy, and when I run a report, I get "Enforcement state unknown" for ALL clients in the collection. This happens to any deployment I amend. And
    also if I create a new update group and new deployment - same thing - "enforcement status unknown".
    However, updates previous to this week continue to download and install fine for all deployments. Deployments which I have not changed appear to continue to report correctly (unknown, compliant, pending system restart, etc).
    In the SCCM console for Software Updates, the "required" and "installed" figures are still showing correctly.
    Custom software packages continue to download and install too.
    All servers have sufficient disk space. Most collections dont have maintenance windows, and the deadlines are correct.
    Not sure what this could be, a problem with the Management Point? But I can see any errors in the "monitoring" view on the server. The client log files like "wuahandler.log" and "windowsUpdate.log" appear fine also, no obvious
    errors.
    I cant see any evidence of a group policy conflict. The WSUS entry is still correct in the local group policy (GPEDIT.MSC/admin template/windows comp/ windows update).
    Any ideas here? Thanks

    There were absolutely no errors in WUAhandler.log on existing machines - all looked normal, which baffled me. Machines with newly installed SCCM client only had machine and user policy update, so could not check for Software Updates.
    However, I through web searches, I found a solution on another discussion here:
    https://social.technet.microsoft.com/Forums/en-US/1cefa9e0-a7f9-48d1-83b9-34d2293bab64/sccm-2012-r2-problem-with-device-deployment-user-deployments-ok?forum=configmanagerapps
    Basically the issue was described as a "corrupt PADBID in the database". A SQL query code detects if the issue is present, and another SQL code fixes the issue.
    What lead me to this fix was searching for this error in "CCMEXEC.LOG" online: "System task 'PolicyEvaluator_Unlock' returned error code 0x8000ffff".

  • Enforcement State Unknown but updates visible on clients?

    Hi all. A strange issue has just appeared in one of our environments with software update deployments. It would appear the report "Enforcement States for a Deployment" is stuck showing clients as "Enforcement State Unknown".
    The clients can see updates no problem at all, so functionally I have no issue. Updates are available and install correctly, but my issue is my deployments are now completely blind in that I have no status updates at all - 4+ days now and the status
    hasn't changed. I can't see any issue on the client side - StateMessage.log indicates it can successfully forward messages.
    Weirdly, this issue only seems to be affecting Software Update Deployments as software distribution reports are updating their statuses as expected.
    I've checked inboxes for blacklogs and can't see anything too out-of-the-ordinary, and I've also tried the "force state refresh" VBS that's doing the rounds on these boards. I've even tried reinstalling the client and recreating the deployments, but all
    these actions have me believe the issue is with my SCCM server only.
    Can anyone help me?
    EDIT - The plot thickens somewhat. The report "Evaluation states for a deployment" has just changed to "Evaluation Succeeded", but  "Enforcement States for a Deployment" remains at "Enforcement State Unknown". HELP!

    I think, you need to take a pause and analyse the log files to verify that everything is gng well.
    The below blog posts would help you in doing that,
    http://blogs.technet.com/b/configurationmgr/archive/2010/11/04/information-on-the-configmgr-2007-client-side-process-for-software-updates.aspx
    http://blogs.technet.com/b/sudheesn/archive/2010/11/10/troubleshooting-sccm-part-iii-software-updates.aspx
    Anoop C Nair -
    @anoopmannur
    MY BLOG:
     http://anoopmannur.wordpress.com
    User Group:
     ConfigMgr Professionals
    This posting is provided AS-IS with no warranties/guarantees and confers no rights.

Maybe you are looking for

  • PDF conversion failed

    Hi everyone. I use a rMBP with OS X 10.9.4 and keynote 6.2 installed. I found that the subscript and the text followed in a table in the slide can not be properly converted into PDF. The trouble can be reproduced in following steps. 1. Insert a table

  • Blue is Purple

    Hello. I recently discovered that if I try to use the color blue in Photoshop (RGB 0 0 255 or #0000FF) then it shows up quite purple. This is only in Photoshop, though. I made an image and filled it with blue. It shows up blue if viewed in firefox or

  • Header function in ADOBE X

    When we use the header function in ADOBE X and shrink the document to avoid overwriting, we get a line in the right margin which appears to be the end of the original page location.  How can we fix this issue?

  • Unexpected Error - Type Initializer for Microsoft.Mashup.Host.Document.Formulas.SimpleFilterRowsFormula

    Hello! I have a client experiencing the following error regularly with Power Query (2.10.3547.461, 32-bits). I have a hard time reproducing the issue and identifying the cause, anyone experienced the same and maybe even have a solution? Best regards,

  • Creating links in repeat regions

    How do I link a downloadable word document in a repeat region displaying information from a database. The word document would be different for each record. Thanks. I posted this question 9 hours ago and have not received a reply. I am not sure that y