[SOLVED]X start failure after upgrade: dri3,present modules missing

I start X with ~.xinitrc from console, which won"t work after last upgrade --first in two weeks.
(EE) Server terminated with error (1).Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Xorg.log.0 :
[51:778] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
[51:779] (EE) intel: Failed to load module "present" (module does not exist, 0)
Installed packages (EDIT: completed):
xf86-video-intel-2.99.{914-4,916-1}-i686 and also tried with xf86-video-intel-git, with "SNA" acceleration.
intel-dri 10-2.7-3
dri2proto 2.8-2
dri3proto 1.0-1
xf86driproto 2.1.1-3
Linux 3.15.5-2-ARCH i686
Linux CK Atom 3.16.2-1
Issue occurred after upgrading from v2.99.912-1 to v2.99.914+. I was going to try downgrade xf86-video-intel to v2.99.912-1 (as in the first thread in Refs) but went in a dependency conflict, with the older intel driver requiring glamor-egl which conflicts with xorg-server ':-|
Atom netbook
lspci:
00:02.0 VGA compatible controller: Intel Corporation Atom Processor D4xx/D5xx/N4xx/N5xx Integrated Graphics Controller
Some refs :
    » [SOLVED] X start failure after upgrade    https://bbs.archlinux.org/viewtopic.php?pid=1426837
    » [Solved] xf86-video-Intel-2.99.912-1 breaks xorg https://bbs.archlinux.org/viewtopic.php?id=182932
Last edited by kozaki (2014-09-12 09:45:53)

The issue occurred after upgrading from xf86-video-intel-v2.99.912-1 to v2.99.914+ and xorg-server-1.15.2-1 to 1.16.0-6 (and -devel).
same issue if:
- Switching accelaration method to "UXA" as per https://bugs.archlinux.org/task/40860
- Adding    Option "DRI" "False"
Digged a bit:
- same modules errors but appears to be a Gnome bug (X starts): https://bbs.archlinux.org/viewtopic.php?pid=1441716
- same modules errors but X starts up without problems http://www.linuxquestions.org/questions … 175511372/
makes me doubt if this issue is related to the modules not found. Which is the single indication I found so far x-/
Any light on where can the issue comes from? hardware is pretty much standard even if getting a bit old. Never had Xorg related issue so far on this pancake.
Last edited by kozaki (2014-09-11 11:05:42)

Similar Messages

  • Lync for mac (lync_14.0.7_131205) crashes with EXC_BAD_ACCESS at start up after upgrade to 10.9.2 (13C64)

    Lync for mac (lync_14.0.7_131205) crashes with EXC_BAD_ACCESS at start up after upgrade to 10.9.2 (13C64)
    I have removed and clean installed, including certs (http://technet.microsoft.com/en-us/library/jj945448%28v=office.14%29.aspx).  There is no "unknown" cert either.
    This is what I get:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2014-02-25 21:24:24 +0000
    Application Name: Microsoft Lync
    Application Bundle ID: com.microsoft.Lync
    Application Signature: UCCP
    Application Version: 14.0.7.131205
    Crashed Module Name: CoreFoundation
    Crashed Module Version: 855.14
    Crashed Module Offset: 0x00012192
    Blame Module Name: Microsoft Lync
    Blame Module Version: 14.0.7.131205
    Blame Module Offset: 0x00f02d02
    Application LCID: 1033
    Extra app info: Reg=English Loc=0x0409
    Crashed thread: 0 

    Please check if Lync for Mac 14.0.6 works correctly.
    The following is a similar thread you can refer to:
    http://social.technet.microsoft.com/Forums/lync/en-US/1ea7487f-5ded-4713-93c8-1abd594aea74/lync-for-mac-2011-crashing-since-update-to-1407?forum=ocsclients
    Lisa Zheng
    TechNet Community Support

  • Cannot start compiz after upgrading catalyst to 8.12

    Hi all, I just upgraded my catalyst to 8.12 from 8.11 today and found that I could not start compiz, while X works with Slim the login manager. Here is my xorg.conf, which works perfectly for 8.11:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    Option "AIGLX" "on"
    EndSection
    Section "Files"
    # RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    # Load "record"
    Load "extmod"
    Load "dri"
    Load "dbe"
    Load "GLcore"
    Load "glx"
    Load "xtrap"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "AOC"
    ModelName "FW913"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "fglrx"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon HD4650"
    Option "AccelMethod" "EXA"
    #Option "XAANoOffscreenPixmaps" "on"
    Option "AccelDFS" "on"
    Option "EnablePageFlip" "on"
    Option "TexturedVideo" "on"
    Option "VideoOverlay" "off"
    Option "OpenGLOverlay" "off"
    Option "Textured2D" "on"
    Option "TexturedXrender" "on"
    Option "UseFastTLS" "1"
    Option "BackingStore" "on"
    Option "AGPMode" "4"
    Option "GARTSize" "64"
    Option "ColorTiling" "true"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "RENDER" "Enable"
    Option "DAMAGE" "Enable"
    Option "Composite" "Enable"
    EndSection
    For now I have to switch back to 8.11. Anyone has a solution?

    You could try playing with your options in the device section. I was not able to start X after upgrading catalyst to 8.12 but disabling the "TexturedXrender" option got it working again.

  • [Solved] Boot failure after upgrade to udev 0.84

    After upgrading my system it no longer boot properly.
    The kernel boots fine. Initrd executes and the normal init starts.
    First of is the start of udev. This starts and immediately complains that nss_ldap is unable to contact the ldap server. Not very strange when networking isn't started yet.
    After a little while and a few repetitions of the nss_ldap error message udev says its done.
    After this activating swap fails but mounting Root readonly succeds. After this init proceeds with "Checking file system". This fails miserably saying "no such file or directory /dev/sda3" which is the previously mounted root filesystem.
    It seems like udev gets busy when not able to connect to the ldap server and hence doesn't create the device nodes for my harddrive in time.
    Because the check of the filesystem fails i end up on a rescue prompt. And when logging in to that and check /dev the sda* nodes are there.
    Does anyone have a clue on how udev depends on nss_ldap? Any other thought on whats going on?

    Ok, after some investigation it turns out that it seems like udev starts a few /sbin/vol_id on the disks/partitions attached. These processes in turn triggered nss_ldap which couldnt connect to the remote ldap server due to network not being up.
    I have a less than beautiful solution to the problem. Altering nss_ldap to do soft binds instead of the default that is hard binding. When using hard bind and connect fails it uses an exponential backoff and tries again a little later. Changing to soft bind makes nss_ldap returning immediately when failing.
    To  change this edit  /etc/nss_ldap.conf and change the line saying something like
    #bind_policy hard
    to
    bind_policy soft
    This at least helped me getting a system that boots again.

  • [SOLVED] Key characters wrong after upgrade

    Using Sony Vaio Pro after upgrade to 3.11.1-1-ARCH I can only type some keys while holding down "Fn" key. Seems my keymap is incorrect.
    e.g when i type the 'p' key i get '*'. I have to hold 'Fn' key to get the 'p'. But 'd' wont display anything at all when 'Fn' is pressed. Very hard to type
    However:
    arch# localectl status
    System Locale: LANG=en_US.UTF-8
    VC Keymap: us
    X11 Layout: n/a
    It happens at login and also in X. I boot to console (tty1), login then I use
    startx
    to run Fluxbox.
    vconsole.conf
    arch# cat vconsole.conf
    KEYMAP=us
    FONT=Lat2-Terminus16
    Also
    arch# xmodmap -pke
    keycode 8 =
    keycode 9 = Escape NoSymbol Escape
    keycode 10 = 1 exclam 1 exclam
    keycode 11 = 2 at 2 at
    keycode 12 = 3 numbersign 3 numbersign
    keycode 13 = 4 dollar 4 dollar
    keycode 14 = 5 percent 5 percent
    keycode 15 = 6 asciicircum 6 asciicircum
    keycode 16 = 7 ampersand 7 ampersand
    keycode 17 = 8 asterisk 8 asterisk
    keycode 18 = 9 parenleft 9 parenleft
    keycode 19 = 0 parenright 0 parenright
    keycode 20 = minus underscore minus underscore
    keycode 21 = equal plus equal plus
    keycode 22 = BackSpace BackSpace BackSpace BackSpace
    keycode 23 = Tab ISO_Left_Tab Tab ISO_Left_Tab
    keycode 24 = q Q q Q
    keycode 25 = w W w W
    keycode 26 = e E e E
    keycode 27 = r R r R
    keycode 28 = t T t T
    keycode 29 = y Y y Y
    keycode 30 = u U u U
    keycode 31 = i I i I
    keycode 32 = o O o O
    keycode 33 = p P p P
    keycode 34 = bracketleft braceleft bracketleft braceleft
    keycode 35 = bracketright braceright bracketright braceright
    keycode 36 = Return NoSymbol Return
    keycode 37 = Control_L NoSymbol Control_L
    keycode 38 = a A a A
    keycode 39 = s S s S
    keycode 40 = d D d D
    keycode 41 = f F f F
    keycode 42 = g G g G
    keycode 43 = h H h H
    keycode 44 = j J j J
    keycode 45 = k K k K
    keycode 46 = l L l L
    keycode 47 = semicolon colon semicolon colon
    keycode 48 = apostrophe quotedbl apostrophe quotedbl
    keycode 49 = grave asciitilde grave asciitilde
    keycode 50 = Shift_L NoSymbol Shift_L
    keycode 51 = backslash bar backslash bar
    keycode 52 = z Z z Z
    keycode 53 = x X x X
    keycode 54 = c C c C
    keycode 55 = v V v V
    keycode 56 = b B b B
    keycode 57 = n N n N
    keycode 58 = m M m M
    keycode 59 = comma less comma less
    keycode 60 = period greater period greater
    keycode 61 = slash question slash question
    keycode 62 = Shift_R NoSymbol Shift_R
    keycode 63 = KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply KP_Multiply XF86ClearGrab
    keycode 64 = Alt_L Meta_L Alt_L Meta_L
    keycode 65 = space NoSymbol space
    keycode 66 = Caps_Lock NoSymbol Caps_Lock
    keycode 67 = F1 F1 F1 F1 F1 F1 XF86Switch_VT_1
    keycode 68 = F2 F2 F2 F2 F2 F2 XF86Switch_VT_2
    keycode 69 = F3 F3 F3 F3 F3 F3 XF86Switch_VT_3
    keycode 70 = F4 F4 F4 F4 F4 F4 XF86Switch_VT_4
    keycode 71 = F5 F5 F5 F5 F5 F5 XF86Switch_VT_5
    keycode 72 = F6 F6 F6 F6 F6 F6 XF86Switch_VT_6
    keycode 73 = F7 F7 F7 F7 F7 F7 XF86Switch_VT_7
    keycode 74 = F8 F8 F8 F8 F8 F8 XF86Switch_VT_8
    keycode 75 = F9 F9 F9 F9 F9 F9 XF86Switch_VT_9
    keycode 76 = F10 F10 F10 F10 F10 F10 XF86Switch_VT_10
    keycode 77 = Num_Lock NoSymbol Num_Lock
    keycode 78 = Scroll_Lock NoSymbol Scroll_Lock
    keycode 79 = KP_Home KP_7 KP_Home KP_7
    keycode 80 = KP_Up KP_8 KP_Up KP_8
    keycode 81 = KP_Prior KP_9 KP_Prior KP_9
    keycode 82 = KP_Subtract KP_Subtract KP_Subtract KP_Subtract KP_Subtract KP_Subtract XF86Prev_VMode
    keycode 83 = KP_Left KP_4 KP_Left KP_4
    keycode 84 = KP_Begin KP_5 KP_Begin KP_5
    keycode 85 = KP_Right KP_6 KP_Right KP_6
    keycode 86 = KP_Add KP_Add KP_Add KP_Add KP_Add KP_Add XF86Next_VMode
    keycode 87 = KP_End KP_1 KP_End KP_1
    keycode 88 = KP_Down KP_2 KP_Down KP_2
    keycode 89 = KP_Next KP_3 KP_Next KP_3
    keycode 90 = KP_Insert KP_0 KP_Insert KP_0
    keycode 91 = KP_Delete KP_Decimal KP_Delete KP_Decimal
    keycode 92 = ISO_Level3_Shift NoSymbol ISO_Level3_Shift
    keycode 93 =
    keycode 94 = less greater less greater bar brokenbar bar
    keycode 95 = F11 F11 F11 F11 F11 F11 XF86Switch_VT_11
    keycode 96 = F12 F12 F12 F12 F12 F12 XF86Switch_VT_12
    keycode 97 =
    keycode 98 = Katakana NoSymbol Katakana
    keycode 99 = Hiragana NoSymbol Hiragana
    keycode 100 = Henkan_Mode NoSymbol Henkan_Mode
    keycode 101 = Hiragana_Katakana NoSymbol Hiragana_Katakana
    keycode 102 = Muhenkan NoSymbol Muhenkan
    keycode 103 =
    keycode 104 = KP_Enter NoSymbol KP_Enter
    keycode 105 = Control_R NoSymbol Control_R
    keycode 106 = KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide KP_Divide XF86Ungrab
    keycode 107 = Print Sys_Req Print Sys_Req
    keycode 108 = Alt_R Meta_R Alt_R Meta_R
    keycode 109 = Linefeed NoSymbol Linefeed
    keycode 110 = Home NoSymbol Home
    keycode 111 = Up NoSymbol Up
    keycode 112 = Prior NoSymbol Prior
    keycode 113 = Left NoSymbol Left
    keycode 114 = Right NoSymbol Right
    keycode 115 = End NoSymbol End
    keycode 116 = Down NoSymbol Down
    keycode 117 = Next NoSymbol Next
    keycode 118 = Insert NoSymbol Insert
    keycode 119 = Delete NoSymbol Delete
    keycode 120 =
    keycode 121 = XF86AudioMute NoSymbol XF86AudioMute
    keycode 122 = XF86AudioLowerVolume NoSymbol XF86AudioLowerVolume
    keycode 123 = XF86AudioRaiseVolume NoSymbol XF86AudioRaiseVolume
    keycode 124 = XF86PowerOff NoSymbol XF86PowerOff
    keycode 125 = KP_Equal NoSymbol KP_Equal
    keycode 126 = plusminus NoSymbol plusminus
    keycode 127 = Pause Break Pause Break
    keycode 128 = XF86LaunchA NoSymbol XF86LaunchA
    keycode 129 = KP_Decimal KP_Decimal KP_Decimal KP_Decimal
    keycode 130 = Hangul NoSymbol Hangul
    keycode 131 = Hangul_Hanja NoSymbol Hangul_Hanja
    keycode 132 =
    keycode 133 = Super_L NoSymbol Super_L
    keycode 134 = Super_R NoSymbol Super_R
    keycode 135 = Menu NoSymbol Menu
    keycode 136 = Cancel NoSymbol Cancel
    keycode 137 = Redo NoSymbol Redo
    keycode 138 = SunProps NoSymbol SunProps
    keycode 139 = Undo NoSymbol Undo
    keycode 140 = SunFront NoSymbol SunFront
    keycode 141 = XF86Copy NoSymbol XF86Copy
    keycode 142 = XF86Open NoSymbol XF86Open
    keycode 143 = XF86Paste NoSymbol XF86Paste
    keycode 144 = Find NoSymbol Find
    keycode 145 = XF86Cut NoSymbol XF86Cut
    keycode 146 = Help NoSymbol Help
    keycode 147 = XF86MenuKB NoSymbol XF86MenuKB
    keycode 148 = XF86Calculator NoSymbol XF86Calculator
    keycode 149 =
    keycode 150 = XF86Sleep NoSymbol XF86Sleep
    keycode 151 = XF86WakeUp NoSymbol XF86WakeUp
    keycode 152 = XF86Explorer NoSymbol XF86Explorer
    keycode 153 = XF86Send NoSymbol XF86Send
    keycode 154 =
    keycode 155 = XF86Xfer NoSymbol XF86Xfer
    keycode 156 = XF86Launch1 NoSymbol XF86Launch1
    keycode 157 = XF86Launch2 NoSymbol XF86Launch2
    keycode 158 = XF86WWW NoSymbol XF86WWW
    keycode 159 = XF86DOS NoSymbol XF86DOS
    keycode 160 = XF86ScreenSaver NoSymbol XF86ScreenSaver
    keycode 161 =
    keycode 162 = XF86RotateWindows NoSymbol XF86RotateWindows
    keycode 163 = XF86Mail NoSymbol XF86Mail
    keycode 164 = XF86Favorites NoSymbol XF86Favorites
    keycode 165 = XF86MyComputer NoSymbol XF86MyComputer
    keycode 166 = XF86Back NoSymbol XF86Back
    keycode 167 = XF86Forward NoSymbol XF86Forward
    keycode 168 =
    keycode 169 = XF86Eject NoSymbol XF86Eject
    keycode 170 = XF86Eject XF86Eject XF86Eject XF86Eject
    keycode 171 = XF86AudioNext NoSymbol XF86AudioNext
    keycode 172 = XF86AudioPlay XF86AudioPause XF86AudioPlay XF86AudioPause
    keycode 173 = XF86AudioPrev NoSymbol XF86AudioPrev
    keycode 174 = XF86AudioStop XF86Eject XF86AudioStop XF86Eject
    keycode 175 = XF86AudioRecord NoSymbol XF86AudioRecord
    keycode 176 = XF86AudioRewind NoSymbol XF86AudioRewind
    keycode 177 = XF86Phone NoSymbol XF86Phone
    keycode 178 =
    keycode 179 = XF86Tools NoSymbol XF86Tools
    keycode 180 = XF86HomePage NoSymbol XF86HomePage
    keycode 181 = XF86Reload NoSymbol XF86Reload
    keycode 182 = XF86Close NoSymbol XF86Close
    keycode 183 =
    keycode 184 =
    keycode 185 = XF86ScrollUp NoSymbol XF86ScrollUp
    keycode 186 = XF86ScrollDown NoSymbol XF86ScrollDown
    keycode 187 = parenleft NoSymbol parenleft
    keycode 188 = parenright NoSymbol parenright
    keycode 189 = XF86New NoSymbol XF86New
    keycode 190 = Redo NoSymbol Redo
    keycode 191 = XF86Tools NoSymbol XF86Tools
    keycode 192 = XF86Launch5 NoSymbol XF86Launch5
    keycode 193 = XF86Launch6 NoSymbol XF86Launch6
    keycode 194 = XF86Launch7 NoSymbol XF86Launch7
    keycode 195 = XF86Launch8 NoSymbol XF86Launch8
    keycode 196 = XF86Launch9 NoSymbol XF86Launch9
    keycode 197 =
    keycode 198 = XF86AudioMicMute NoSymbol XF86AudioMicMute
    keycode 199 = XF86TouchpadToggle NoSymbol XF86TouchpadToggle
    keycode 200 = XF86TouchpadOn NoSymbol XF86TouchpadOn
    keycode 201 = XF86TouchpadOff NoSymbol XF86TouchpadOff
    keycode 202 =
    keycode 203 = Mode_switch NoSymbol Mode_switch
    keycode 204 = NoSymbol Alt_L NoSymbol Alt_L
    keycode 205 = NoSymbol Meta_L NoSymbol Meta_L
    keycode 206 = NoSymbol Super_L NoSymbol Super_L
    keycode 207 = NoSymbol Hyper_L NoSymbol Hyper_L
    keycode 208 = XF86AudioPlay NoSymbol XF86AudioPlay
    keycode 209 = XF86AudioPause NoSymbol XF86AudioPause
    keycode 210 = XF86Launch3 NoSymbol XF86Launch3
    keycode 211 = XF86Launch4 NoSymbol XF86Launch4
    keycode 212 = XF86LaunchB NoSymbol XF86LaunchB
    keycode 213 = XF86Suspend NoSymbol XF86Suspend
    keycode 214 = XF86Close NoSymbol XF86Close
    keycode 215 = XF86AudioPlay NoSymbol XF86AudioPlay
    keycode 216 = XF86AudioForward NoSymbol XF86AudioForward
    keycode 217 =
    keycode 218 = Print NoSymbol Print
    keycode 219 =
    keycode 220 = XF86WebCam NoSymbol XF86WebCam
    keycode 221 =
    keycode 222 =
    keycode 223 = XF86Mail NoSymbol XF86Mail
    keycode 224 = XF86Messenger NoSymbol XF86Messenger
    keycode 225 = XF86Search NoSymbol XF86Search
    keycode 226 = XF86Go NoSymbol XF86Go
    keycode 227 = XF86Finance NoSymbol XF86Finance
    keycode 228 = XF86Game NoSymbol XF86Game
    keycode 229 = XF86Shop NoSymbol XF86Shop
    keycode 230 =
    keycode 231 = Cancel NoSymbol Cancel
    keycode 232 = XF86MonBrightnessDown NoSymbol XF86MonBrightnessDown
    keycode 233 = XF86MonBrightnessUp NoSymbol XF86MonBrightnessUp
    keycode 234 = XF86AudioMedia NoSymbol XF86AudioMedia
    keycode 235 = XF86Display NoSymbol XF86Display
    keycode 236 = XF86KbdLightOnOff NoSymbol XF86KbdLightOnOff
    keycode 237 = XF86KbdBrightnessDown NoSymbol XF86KbdBrightnessDown
    keycode 238 = XF86KbdBrightnessUp NoSymbol XF86KbdBrightnessUp
    keycode 239 = XF86Send NoSymbol XF86Send
    keycode 240 = XF86Reply NoSymbol XF86Reply
    keycode 241 = XF86MailForward NoSymbol XF86MailForward
    keycode 242 = XF86Save NoSymbol XF86Save
    keycode 243 = XF86Documents NoSymbol XF86Documents
    keycode 244 = XF86Battery NoSymbol XF86Battery
    keycode 245 = XF86Bluetooth NoSymbol XF86Bluetooth
    keycode 246 = XF86WLAN NoSymbol XF86WLAN
    keycode 247 =
    keycode 248 =
    keycode 249 =
    keycode 250 =
    keycode 251 =
    keycode 252 =
    keycode 253 =
    keycode 254 =
    keycode 255 =
    and...
    arch# localectl list-keymaps
    ANSI-dvorak
    amiga-de
    amiga-us
    applkey
    atari-de
    atari-se
    atari-uk-falcon
    atari-us
    azerty
    backspace
    bashkir
    be-latin1
    bg-cp1251
    bg-cp855
    bg_bds-cp1251
    bg_bds-utf8
    bg_pho-cp1251
    bg_pho-utf8
    br-abnt
    br-abnt2
    br-latin1-abnt2
    br-latin1-us
    by
    by-cp1251
    bywin-cp1251
    cf
    colemak
    croat
    ctrl
    cz
    cz-cp1250
    cz-lat2
    cz-lat2-prog
    cz-qwertz
    cz-us-qwertz
    de
    de-latin1
    de-latin1-nodeadkeys
    de-mobii
    de_CH-latin1
    de_alt_UTF-8
    defkeymap
    defkeymap_V1.0
    dk
    dk-latin1
    dvorak
    dvorak-ca-fr
    dvorak-es
    dvorak-fr
    dvorak-fr-bepo
    dvorak-fr-bepo-utf8
    dvorak-l
    Entire dmesg as i wasnt sure what to look for:
    arch# dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda2 rw libata.force=noncq
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ca4bcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca4bd000-0x00000000ca4c3fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ca4c4000-0x00000000ca8e5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ca8e6000-0x00000000cac36fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cac37000-0x00000000da898fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000da899000-0x00000000dab40fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dab41000-0x00000000dab55fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dab56000-0x00000000dbaaafff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000dbaab000-0x00000000dbffefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI=0xdab45000 ACPI 2.0=0xdab45000 SMBIOS=0xdbf50498
    [ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem01: type=0, attr=0xf, range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem02: type=2, attr=0xf, range=[0x0000000000059000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000060000-0x000000000009e000) (0MB)
    [ 0.000000] efi: mem04: type=0, attr=0xf, range=[0x000000000009e000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f4f000) (15MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001f4f000-0x000000007fd1b000) (2013MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000007fd1b000-0x0000000080000000) (2MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000080000000-0x00000000c7c54000) (1148MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x00000000c7c54000-0x00000000c7d54000) (1MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000c7d54000-0x00000000ca0fb000) (35MB)
    [ 0.000000] efi: mem12: type=1, attr=0xf, range=[0x00000000ca0fb000-0x00000000ca4bd000) (3MB)
    [ 0.000000] efi: mem13: type=10, attr=0xf, range=[0x00000000ca4bd000-0x00000000ca4c4000) (0MB)
    [ 0.000000] efi: mem14: type=4, attr=0xf, range=[0x00000000ca4c4000-0x00000000ca610000) (1MB)
    [ 0.000000] efi: mem15: type=3, attr=0xf, range=[0x00000000ca610000-0x00000000ca8a8000) (2MB)
    [ 0.000000] efi: mem16: type=4, attr=0xf, range=[0x00000000ca8a8000-0x00000000ca8c4000) (0MB)
    [ 0.000000] efi: mem17: type=3, attr=0xf, range=[0x00000000ca8c4000-0x00000000ca8de000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000ca8de000-0x00000000ca8e6000) (0MB)
    [ 0.000000] efi: mem19: type=6, attr=0x800000000000000f, range=[0x00000000ca8e6000-0x00000000cabbe000) (2MB)
    [ 0.000000] efi: mem20: type=0, attr=0xf, range=[0x00000000cabbe000-0x00000000cac37000) (0MB)
    [ 0.000000] efi: mem21: type=4, attr=0xf, range=[0x00000000cac37000-0x00000000cac44000) (0MB)
    [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x00000000cac44000-0x00000000cac4e000) (0MB)
    [ 0.000000] efi: mem23: type=2, attr=0xf, range=[0x00000000cac4e000-0x00000000cac4f000) (0MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x00000000cac4f000-0x00000000cac50000) (0MB)
    [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x00000000cac50000-0x00000000cac51000) (0MB)
    [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x00000000cac51000-0x00000000cac52000) (0MB)
    [ 0.000000] efi: mem27: type=2, attr=0xf, range=[0x00000000cac52000-0x00000000cac53000) (0MB)
    [ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x00000000cac53000-0x00000000d8a97000) (222MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x00000000d8a97000-0x00000000d8ab8000) (0MB)
    [ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x00000000d8ab8000-0x00000000d8ac9000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x00000000d8ac9000-0x00000000d8ad8000) (0MB)
    [ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x00000000d8ad8000-0x00000000d8adf000) (0MB)
    [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x00000000d8adf000-0x00000000d9bf6000) (17MB)
    [ 0.000000] efi: mem34: type=7, attr=0xf, range=[0x00000000d9bf6000-0x00000000da656000) (10MB)
    [ 0.000000] efi: mem35: type=3, attr=0xf, range=[0x00000000da656000-0x00000000da899000) (2MB)
    [ 0.000000] efi: mem36: type=0, attr=0xf, range=[0x00000000da899000-0x00000000da9ab000) (1MB)
    [ 0.000000] efi: mem37: type=0, attr=0xf, range=[0x00000000da9ab000-0x00000000dab41000) (1MB)
    [ 0.000000] efi: mem38: type=9, attr=0xf, range=[0x00000000dab41000-0x00000000dab45000) (0MB)
    [ 0.000000] efi: mem39: type=9, attr=0xf, range=[0x00000000dab45000-0x00000000dab56000) (0MB)
    [ 0.000000] efi: mem40: type=10, attr=0xf, range=[0x00000000dab56000-0x00000000db20f000) (6MB)
    [ 0.000000] efi: mem41: type=10, attr=0xf, range=[0x00000000db20f000-0x00000000dbaab000) (8MB)
    [ 0.000000] efi: mem42: type=6, attr=0x800000000000000f, range=[0x00000000dbaab000-0x00000000dbe81000) (3MB)
    [ 0.000000] efi: mem43: type=6, attr=0x800000000000000f, range=[0x00000000dbe81000-0x00000000dbf52000) (0MB)
    [ 0.000000] efi: mem44: type=5, attr=0x800000000000000f, range=[0x00000000dbf52000-0x00000000dbf96000) (0MB)
    [ 0.000000] efi: mem45: type=5, attr=0x800000000000000f, range=[0x00000000dbf96000-0x00000000dbfff000) (0MB)
    [ 0.000000] efi: mem46: type=4, attr=0xf, range=[0x00000000dbfff000-0x00000000dc000000) (0MB)
    [ 0.000000] efi: mem47: type=7, attr=0xf, range=[0x0000000100000000-0x000000011fe00000) (510MB)
    [ 0.000000] efi: mem48: type=0, attr=0x0, range=[0x00000000dd000000-0x00000000df200000) (34MB)
    [ 0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000f8000000-0x00000000fc000000) (64MB)
    [ 0.000000] efi: mem50: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem51: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem52: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem53: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem54: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Sony Corporation SVP13213CGB/VAIO, BIOS R0270V7 05/17/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F00000000 write-back
    [ 0.000000] 1 base 0100000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable
    [ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable
    [ 0.000000] 5 base 011FE00000 mask 7FFFE00000 uncachable
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b2d000, 0x02b2dfff] PGTABLE
    [ 0.000000] BRK [0x02b2e000, 0x02b2efff] PGTABLE
    [ 0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
    [ 0.000000] [mem 0x11fc00000-0x11fdfffff] page 2M
    [ 0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
    [ 0.000000] [mem 0x11c000000-0x11fbfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
    [ 0.000000] [mem 0x100000000-0x11bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xca4bcfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xca3fffff] page 2M
    [ 0.000000] [mem 0xca400000-0xca4bcfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xca4c4000-0xca8e5fff]
    [ 0.000000] [mem 0xca4c4000-0xca5fffff] page 4k
    [ 0.000000] [mem 0xca600000-0xca7fffff] page 2M
    [ 0.000000] [mem 0xca800000-0xca8e5fff] page 4k
    [ 0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xcac37000-0xda898fff]
    [ 0.000000] [mem 0xcac37000-0xcadfffff] page 4k
    [ 0.000000] [mem 0xcae00000-0xda7fffff] page 2M
    [ 0.000000] [mem 0xda800000-0xda898fff] page 4k
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xdbfff000-0xdbffffff]
    [ 0.000000] [mem 0xdbfff000-0xdbffffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x7fd1b000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 00000000dab45000 00024 (v02 Sony)
    [ 0.000000] ACPI: XSDT 00000000dab45098 000AC (v01 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: FACP 00000000dab4fa20 0010C (v05 Sony VAIO 20130517 MSFT 00010013)
    [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20130517/tbfadt-202)
    [ 0.000000] ACPI: DSDT 00000000dab451d0 0A84F (v02 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: FACS 00000000dbaa9080 00040
    [ 0.000000] ACPI: APIC 00000000dab4fb30 00072 (v03 Sony VAIO 20130517 MSFT 00010013)
    [ 0.000000] ACPI: FPDT 00000000dab4fba8 00044 (v01 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: MSDM 00000000dab4fbf0 00055 (v03 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: MCFG 00000000dab4fc48 0003C (v01 Sony VAIO 20130517 MSFT 00000097)
    [ 0.000000] ACPI: HPET 00000000dab4fc88 00038 (v01 Sony VAIO 20130517 MSFT 00000005)
    [ 0.000000] ACPI: SSDT 00000000dab4fcc0 00269 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: SSDT 00000000dab4ff30 00379 (v01 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: PCCT 00000000dab502b0 0006E (v05 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000dab50320 00AC4 (v01 Sony VAIO 20130517 INTL 20120711)
    [ 0.000000] ACPI: SSDT 00000000dab50de8 00473 (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab51260 00AD8 (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab51d38 004FC (v01 Sony VAIO 20130517 INTL 20051117)
    [ 0.000000] ACPI: SSDT 00000000dab52238 03019 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: ECDT 00000000dab55258 000C1 (v01 Sony VAIO 20130517 MSFT 00000005)
    [ 0.000000] ACPI: BGRT 00000000dab55320 00038 (v00 Sony VAIO 20130517 AMI 00010013)
    [ 0.000000] ACPI: SSDT 00000000dab55358 006F8 (v01 Sony VAIO 20130517 INTL 20091112)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
    [ 0.000000] NODE_DATA [mem 0x11fdf7000-0x11fdfbfff]
    [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011b400000-ffff88011f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009dfff]
    [ 0.000000] node 0: [mem 0x00100000-0xca4bcfff]
    [ 0.000000] node 0: [mem 0xca4c4000-0xca8e5fff]
    [ 0.000000] node 0: [mem 0xcac37000-0xda898fff]
    [ 0.000000] node 0: [mem 0xdbfff000-0xdbffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
    [ 0.000000] On node 0 totalpages: 1024734
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13910 pages used for memmap
    [ 0.000000] DMA32 zone: 890178 pages, LIFO batch:31
    [ 0.000000] Normal zone: 2040 pages used for memmap
    [ 0.000000] Normal zone: 130560 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 56
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca4bd000-0xca4c3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xca8e6000-0xcac36fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xda899000-0xdab40fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdab41000-0xdab55fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdab56000-0xdbaaafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdbaab000-0xdbffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fa00000 s86528 r8192 d24064 u524288
    [ 0.000000] pcpu-alloc: s86528 r8192 d24064 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1008698
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw libata.force=noncq
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3927780K/4098936K available (5045K kernel code, 795K rwdata, 1696K rodata, 1140K init, 1284K bss, 171156K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:4352 nr_irqs:984 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2294.585 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.38 BogoMIPS (lpj=7648616)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000017] init_memory_mapping: [mem 0xca8e6000-0xcabbdfff]
    [ 0.000018] [mem 0xca8e6000-0xcabbdfff] page 4k
    [ 0.000037] init_memory_mapping: [mem 0xdbaab000-0xdbf51fff]
    [ 0.000038] [mem 0xdbaab000-0xdbbfffff] page 4k
    [ 0.000039] [mem 0xdbc00000-0xdbdfffff] page 2M
    [ 0.000040] [mem 0xdbe00000-0xdbf51fff] page 4k
    [ 0.000060] init_memory_mapping: [mem 0xdbf52000-0xdbffefff]
    [ 0.000061] [mem 0xdbf52000-0xdbffefff] page 4k
    [ 0.008960] Security Framework initialized
    [ 0.008966] AppArmor: AppArmor disabled by boot time parameter
    [ 0.008967] Yama: becoming mindful.
    [ 0.009198] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.010017] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.010342] Mount-cache hash table entries: 256
    [ 0.010498] Initializing cgroup subsys memory
    [ 0.010505] Initializing cgroup subsys devices
    [ 0.010507] Initializing cgroup subsys freezer
    [ 0.010508] Initializing cgroup subsys net_cls
    [ 0.010510] Initializing cgroup subsys blkio
    [ 0.010529] CPU: Physical Processor ID: 0
    [ 0.010530] CPU: Processor Core ID: 0
    [ 0.010534] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.011505] mce: CPU supports 7 MCE banks
    [ 0.011517] CPU0: Thermal monitoring enabled (TM1)
    [ 0.011527] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    tlb_flushall_shift: 6
    [ 0.011639] Freeing SMP alternatives memory: 20K (ffffffff819e5000 - ffffffff819ea000)
    [ 0.012421] ACPI: Core revision 20130517
    [ 0.021168] ACPI: All ACPI Tables successfully acquired
    [ 0.023936] ftrace: allocating 20088 entries in 79 pages
    [ 0.032450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.065435] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
    [ 0.065443] TSC deadline timer enabled
    [ 0.065450] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.065456] ... version: 3
    [ 0.065456] ... bit width: 48
    [ 0.065457] ... generic registers: 4
    [ 0.065458] ... value mask: 0000ffffffffffff
    [ 0.065459] ... max period: 0000ffffffffffff
    [ 0.065460] ... fixed-purpose events: 3
    [ 0.065461] ... event mask: 000000070000000f
    [ 0.103163] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.088893] smpboot: Booting Node 0, Processors #1 #2 #3 OK
    [ 0.145014] Brought up 4 CPUs
    [ 0.145018] smpboot: Total of 4 processors activated (18364.54 BogoMIPS)
    [ 0.148570] devtmpfs: initialized
    [ 0.149427] PM: Registering ACPI NVS region [mem 0xca4bd000-0xca4c3fff] (28672 bytes)
    [ 0.149429] PM: Registering ACPI NVS region [mem 0xdab56000-0xdbaaafff] (16076800 bytes)
    [ 0.150252] RTC time: 14:05:45, date: 09/22/13
    [ 0.150284] NET: Registered protocol family 16
    [ 0.150387] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.150389] ACPI: bus type PCI registered
    [ 0.150390] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.150433] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.150435] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.156968] PCI: Using configuration type 1 for base access
    [ 0.157481] bio: create slab <bio-0> at 0
    [ 0.157569] ACPI: Added _OSI(Module Device)
    [ 0.157571] ACPI: Added _OSI(Processor Device)
    [ 0.157572] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.157573] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.159194] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.199540] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.201585] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.202115] ACPI: SSDT 00000000dab35c18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.202519] ACPI: Dynamic OEM Table Load:
    [ 0.202521] ACPI: SSDT (null) 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.212083] ACPI: SSDT 00000000dab35618 005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.212759] ACPI: Dynamic OEM Table Load:
    [ 0.212761] ACPI: SSDT (null) 005AA (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.225212] ACPI: SSDT 00000000dab34d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.225792] ACPI: Dynamic OEM Table Load:
    [ 0.225795] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.239138] ACPI: Interpreter enabled
    [ 0.239149] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
    [ 0.239156] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.239179] ACPI: (supports S0 S3 S4 S5)
    [ 0.239181] ACPI: Using IOAPIC for interrupt routing
    [ 0.239214] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.239341] ACPI: No dock devices found.
    [ 0.286805] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.287437] PCI host bridge to bus 0000:00
    [ 0.287441] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.287442] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.287444] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.287445] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.287447] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.287448] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.287449] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.287450] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.287452] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.287453] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.287454] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.287456] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.287457] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
    [ 0.287464] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.287647] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.287658] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
    [ 0.287665] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.287669] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.287842] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.287849] pci 0000:00:03.0: reg 0x10: [mem 0xf7d14000-0xf7d17fff 64bit]
    [ 0.288043] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.288059] pci 0000:00:14.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit]
    [ 0.288112] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.288246] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.288278] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.288297] pci 0000:00:16.0: reg 0x10: [mem 0xf7d1c000-0xf7d1c01f 64bit]
    [ 0.288360] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.288534] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.288547] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d10000-0xf7d13fff 64bit]
    [ 0.288602] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.288738] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.288773] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
    [ 0.288841] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.288980] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.289018] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.289085] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.289224] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.289260] pci 0000:00:1c.4: [8086:9c1a] type 01 class 0x060400
    [ 0.289327] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.289466] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 0.289502] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.289521] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d1a000-0xf7d1a3ff]
    [ 0.289604] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.289752] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.289785] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.290041] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.290053] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d19000-0xf7d190ff 64bit]
    [ 0.290071] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.290331] pci 0000:01:00.0: [8086:08b1] type 00 class 0x028000
    [ 0.290364] pci 0000:01:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
    [ 0.290527] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.290564] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 0.297561] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.297568] pci 0000:00:1c.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.297646] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.297650] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.297654] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf7bfffff]
    [ 0.297660] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.297794] pci 0000:03:00.0: [144d:a800] type 00 class 0x010601
    [ 0.297864] pci 0000:03:00.0: reg 0x24: [mem 0xf6810000-0xf6811fff]
    [ 0.297880] pci 0000:03:00.0: reg 0x30: [mem 0xf6800000-0xf680ffff pref]
    [ 0.297943] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.297977] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.304218] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.304222] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.304226] pci 0000:00:1c.4: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.304232] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.304349] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.304595] acpi PNP0A08:00: ACPI _OSC control (0x18) granted
    [ 0.318222] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318282] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318340] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318397] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318458] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318514] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318570] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.318625] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.319091] ACPI: Enabled 3 GPEs in block 00 to 7F
    [ 0.319098] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.319171] Found 1 acpi root devices
    [ 0.319350] ACPI: EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62
    [ 0.319440] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.319443] vgaarb: loaded
    [ 0.319444] vgaarb: bridge control possible 0000:00:02.0
    [ 0.319481] PCI: Using ACPI for IRQ routing
    [ 0.320737] PCI: pci_cache_line_size set to 64 bytes
    [ 0.320770] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
    [ 0.320772] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
    [ 0.320773] e820: reserve RAM buffer [mem 0xca4bd000-0xcbffffff]
    [ 0.320774] e820: reserve RAM buffer [mem 0xca8e6000-0xcbffffff]
    [ 0.320775] e820: reserve RAM buffer [mem 0xda899000-0xdbffffff]
    [ 0.320777] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
    [ 0.320843] NetLabel: Initializing
    [ 0.320844] NetLabel: domain hash size = 128
    [ 0.320845] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.320858] NetLabel: unlabeled traffic allowed by default
    [ 0.320872] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.320877] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.322892] Switched to clocksource hpet
    [ 0.326442] pnp: PnP ACPI init
    [ 0.326454] ACPI: bus type PNP registered
    [ 0.326556] pnp 00:00: [dma 4]
    [ 0.326576] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.326592] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.326667] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.326759] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 0.326762] system 00:03: [io 0x2008-0x200b] has been reserved
    [ 0.326763] system 00:03: [io 0xffff] has been reserved
    [ 0.326765] system 00:03: [io 0xffff] has been reserved
    [ 0.326766] system 00:03: [io 0x1c00-0x1cfe] has been reserved
    [ 0.326768] system 00:03: [io 0x1d00-0x1dfe] has been reserved
    [ 0.326769] system 00:03: [io 0x1e00-0x1efe] has been reserved
    [ 0.326771] system 00:03: [io 0x1f00-0x1ffe] has been reserved
    [ 0.326772] system 00:03: [io 0x1800-0x18fe] could not be reserved
    [ 0.326774] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.326776] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326799] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.326834] system 00:05: [io 0x1854-0x1857] has been reserved
    [ 0.326836] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.326868] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.326870] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.326901] pnp 00:07: Plug and Play ACPI device, IDs SNYa009 PNP030b (active)
    [ 0.326934] pnp 00:08: Plug and Play ACPI device, IDs FOX0015 PNP0f13 (active)
    [ 0.340120] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.340123] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.340125] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.340128] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.340130] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.340132] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.340134] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.340137] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.340139] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.340141] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.340144] system 00:09: [mem 0xf7fef000-0xf7feffff] has been reserved
    [ 0.340148] system 00:09: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
    [ 0.340151] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.340409] pnp: PnP ACPI: found 10 devices
    [ 0.340411] ACPI: bus type PNP unregistered
    [ 0.346802] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    [ 0.346805] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    [ 0.346818] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.346820] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.346824] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.346826] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.346828] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.346831] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.346834] pci 0000:00:1c.0: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 0.346838] pci 0000:00:1c.0: bridge window [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.346842] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.346844] pci 0000:00:1c.3: bridge window [io 0xe000-0xefff]
    [ 0.346848] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf7bfffff]
    [ 0.346851] pci 0000:00:1c.3: bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.346855] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.346857] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
    [ 0.346861] pci 0000:00:1c.4: bridge window [mem 0xf6800000-0xf71fffff]
    [ 0.346864] pci 0000:00:1c.4: bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.347007] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.347009] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.347011] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.347012] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.347013] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.347015] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.347016] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.347018] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.347019] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.347020] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.347022] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.347023] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff]
    [ 0.347025] pci_bus 0000:01: resource 0 [io 0x3000-0x3fff]
    [ 0.347026] pci_bus 0000:01: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 0.347027] pci_bus 0000:01: resource 2 [mem 0xdf200000-0xdf3fffff 64bit pref]
    [ 0.347029] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.347030] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf7bfffff]
    [ 0.347032] pci_bus 0000:02: resource 2 [mem 0xf0a00000-0xf13fffff 64bit pref]
    [ 0.347033] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.347035] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
    [ 0.347036] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
    [ 0.347062] NET: Registered protocol family 2
    [ 0.347198] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.347284] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.347380] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.347396] TCP: reno registered
    [ 0.347401] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.347415] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.347462] NET: Registered protocol family 1
    [ 0.347470] pci 0000:00:02.0: Boot video device
    [ 0.347696] PCI: CLS 64 bytes, default 64
    [ 0.347724] Unpacking initramfs...
    [ 0.398164] Freeing initrd memory: 2964K (ffff88007fd1b000 - ffff880080000000)
    [ 0.398168] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.398170] software IO TLB [mem 0xd4a97000-0xd8a97000] (64MB) mapped at [ffff8800d4a97000-ffff8800d8a96fff]
    [ 0.398309] Scanning for low memory corruption every 60 seconds
    [ 0.398505] audit: initializing netlink socket (disabled)
    [ 0.398517] type=2000 audit(1379858745.393:1): initialized
    [ 0.409641] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.410648] zbud: loaded
    [ 0.410763] VFS: Disk quotas dquot_6.5.2
    [ 0.410795] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.410923] msgmni has been set to 7724
    [ 0.411081] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.411107] io scheduler noop registered
    [ 0.411108] io scheduler deadline registered
    [ 0.411129] io scheduler cfq registered (default)
    [ 0.411271] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.411282] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.411352] efifb: probing for efifb
    [ 0.412251] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90009900000, using 8100k, total 8100k
    [ 0.412253] efifb: mode is 1920x1080x32, linelength=7680, pages=1
    [ 0.412253] efifb: scrolling: redraw
    [ 0.412255] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.417131] Console: switching to colour frame buffer device 240x67
    [ 0.421936] fb0: EFI VGA frame buffer device
    [ 0.421941] intel_idle: MWAIT substates: 0x11142120
    [ 0.421942] intel_idle: v0.4 model 0x45
    [ 0.421943] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.421982] GHES: HEST is not enabled!
    [ 0.422024] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.422370] Linux agpgart interface v0.103
    [ 0.422422] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.424318] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.424339] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.424409] mousedev: PS/2 mouse device common for all mice
    [ 0.424445] rtc_cmos 00:04: RTC can wake from S4
    [ 0.424564] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.424589] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.424699] cpuidle: using governor ladder
    [ 0.424844] cpuidle: using governor menu
    [ 0.424924] drop_monitor: Initializing network drop monitor service
    [ 0.424981] TCP: cubic registered
    [ 0.425053] NET: Registered protocol family 10
    [ 0.425179] NET: Registered protocol family 17
    [ 0.425185] Key type dns_resolver registered
    [ 0.425363] PM: Hibernation image not present or could not be loaded.
    [ 0.425371] registered taskstats version 1
    [ 0.425757] Magic number: 13:668:81
    [ 0.425818] rtc_cmos 00:04: setting system clock to 2013-09-22 14:05:46 UTC (1379858746)
    [ 0.426532] Freeing unused kernel memory: 1140K (ffffffff818c8000 - ffffffff819e5000)
    [ 0.426534] Write protecting the kernel read-only data: 8192k
    [ 0.428631] Freeing unused kernel memory: 1088K (ffff8800024f0000 - ffff880002600000)
    [ 0.429319] Freeing unused kernel memory: 352K (ffff8800027a8000 - ffff880002800000)
    [ 0.435624] systemd-udevd[56]: starting version 207
    [ 0.440408] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.454039] ACPI: bus type USB registered
    [ 0.454095] usbcore: registered new interface driver usbfs
    [ 0.454107] usbcore: registered new interface driver hub
    [ 0.454146] usbcore: registered new device driver usb
    [ 0.455012] SCSI subsystem initialized
    [ 0.455147] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.455323] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 0.455328] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.455335] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 0.455421] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.455426] ehci-pci: EHCI PCI platform driver
    [ 0.455442] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
    [ 0.455605] xHCI xhci_add_endpoint called for root hub
    [ 0.455607] xHCI xhci_check_bandwidth called for root hub
    [ 0.455643] hub 1-0:1.0: USB hub found
    [ 0.455652] hub 1-0:1.0: 9 ports detected
    [ 0.456254] ACPI: bus type ATA registered
    [ 0.456330] libata version 3.00 loaded.
    [ 0.456831] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.456837] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 0.457045] ahci 0000:03:00.0: version 3.0
    [ 0.457057] xHCI xhci_add_endpoint called for root hub
    [ 0.457060] xHCI xhci_check_bandwidth called for root hub
    [ 0.457099] hub 2-0:1.0: USB hub found
    [ 0.457107] hub 2-0:1.0: 4 ports detected
    [ 0.457139] ahci 0000:03:00.0: irq 57 for MSI/MSI-X
    [ 0.469505] ahci 0000:03:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
    [ 0.469510] ahci 0000:03:00.0: flags: 64bit ncq led clo only pio ccc
    [ 0.469726] scsi0 : ahci
    [ 0.469805] ata1: SATA max UDMA/133 abar m8192@0xf6810000 port 0xf6810100 irq 57
    [ 0.473024] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.473034] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.473044] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 0.473059] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.476969] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.476983] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d1a000
    [ 0.486211] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.486436] hub 3-0:1.0: USB hub found
    [ 0.486441] hub 3-0:1.0: 2 ports detected
    [ 0.796062] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.796274] ata1.00: FORCE: horkage modified (noncq)
    [ 0.796343] ata1.00: ATA-9: SAMSUNG MZHPU128HCGM-00000, UXM6401Q, max UDMA/133
    [ 0.796346] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (not used)
    [ 0.801330] ata1.00: configured for UDMA/133
    [ 0.801557] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZHPU128 UXM6 PQ: 0 ANSI: 5
    [ 0.803137] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 0.803287] sd 0:0:0:0: [sda] Write Protect is off
    [ 0.803300] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 0.803399] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 0.805467] sda: sda1 sda2
    [ 0.806019] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 0.815971] usb 1-3: new full-speed USB device number 2 using xhci_hcd
    [ 0.831975] hidraw: raw HID events driver (C) Jiri Kosina
    [ 0.833319] usbcore: registered new interface driver usbhid
    [ 0.833321] usbhid: USB HID core driver
    [ 0.834261] input: eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input1
    [ 0.834479] hid-multitouch 0003:0EEF:A108.0001: input,hiddev0,hidraw0: USB HID v2.10 Device [eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03] on usb-0000:00:14.0-3/input0
    [ 0.882188] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 0.922934] systemd[1]: RTC configured in localtime, applying delta of 600 minutes to system time.
    [ 0.929364] systemd[1]: systemd 207 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 0.929946] systemd[1]: Set hostname to <arch>.
    [ 0.983808] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 0.984035] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 0.984085] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 0.984100] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 0.984205] systemd[1]: Starting Remote File Systems.
    [ 0.984284] systemd[1]: Reached target Remote File Systems.
    [ 0.984295] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 0.984400] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 0.984410] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 0.984518] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 0.984527] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 0.984604] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 0.984612] systemd[1]: Starting Delayed Shutdown Socket.
    [ 0.984686] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 0.984711] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 0.984866] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 0.984879] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 0.984908] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 0.984916] systemd[1]: Starting Paths.
    [ 0.984974] systemd[1]: Reached target Paths.
    [ 0.984983] systemd[1]: Starting Encrypted Volumes.
    [ 0.985044] systemd[1]: Reached target Encrypted Volumes.
    [ 0.985054] systemd[1]: Starting udev Kernel Socket.
    [ 0.985125] systemd[1]: Listening on udev Kernel Socket.
    [ 0.985135] systemd[1]: Starting udev Control Socket.
    [ 0.985208] systemd[1]: Listening on udev Control Socket.
    [ 0.985217] systemd[1]: Starting Journal Socket.
    [ 0.985306] systemd[1]: Listening on Journal Socket.
    [ 0.985628] systemd[1]: Starting Apply Kernel Variables...
    [ 0.986092] systemd[1]: Starting udev Coldplug all Devices...
    [ 0.986404] systemd[1]: Mounting Huge Pages File System...
    [ 0.986753] systemd[1]: Mounting POSIX Message Queue File System...
    [ 0.987139] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 0.987572] systemd[1]: Mounting Debug File System...
    [ 0.989206] usb 1-5: new high-speed USB device number 3 using xhci_hcd
    [ 0.990670] systemd[1]: Started Set Up Additional Binary Formats.
    [ 0.990699] systemd[1]: Starting Setup Virtual Console...
    [ 0.992974] systemd[1]: Starting Load Kernel Modules...
    [ 0.993344] systemd[1]: Starting Journal Service...
    [ 0.993810] systemd[1]: Started Journal Service.
    [ 1.010288] EXT4-fs (sda2): re-mounted. Opts: data=ordered
    [ 1.013973] systemd-journald[117]: Vacuuming done, freed 0 bytes
    [ 1.026796] cfg80211: Calling CRDA to update world regulatory domain
    [ 1.032563] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 1.032566] Copyright(c) 2003-2013 Intel Corporation
    [ 1.032596] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
    [ 1.032669] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 1.032718] iwlwifi 0000:01:00.0: irq 58 for MSI/MSI-X
    [ 1.038032] iwlwifi 0000:01:00.0: loaded firmware version 22.0.7.0 op_mode iwlmvm
    [ 1.057685] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless N 7260, REV=0x144
    [ 1.057741] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1.057886] iwlwifi 0000:01:00.0: L1 Disabled; Enabling L0S
    [ 1.060756] systemd-udevd[149]: starting version 207
    [ 1.094633] input: PC Speaker as /devices/platform/pcspkr/input/input2
    [ 1.095037] ACPI: Requesting acpi_cpufreq
    [ 1.097389] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 1.100587] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
    [ 1.100595] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100599] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 1.100603] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 1.100607] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100608] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 1.100611] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 1.100615] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.100616] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 1.102294] ACPI: AC Adapter [ADP1] (on-line)
    [ 1.102298] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 1.102305] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 1.105913] mei_me 0000:00:16.0: setting latency timer to 64
    [ 1.105951] mei_me 0000:00:16.0: irq 59 for MSI/MSI-X
    [ 1.112812] [drm] Initialized drm 1.1.0 20060810
    [ 1.115476] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
    [ 1.115570] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
    [ 1.115697] snd_hda_intel 0000:00:1b.0: irq 60 for MSI/MSI-X
    [ 1.120414] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input3
    [ 1.120620] ACPI: Lid Switch [LID0]
    [ 1.120778] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4
    [ 1.120784] ACPI: Power Button [PWRB]
    [ 1.121008] sony_laptop: Sony Notebook Control Driver v0.6
    [ 1.121078] input: Sony Vaio Keys as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input5
    [ 1.121108] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/SNY5001:00/input/input6
    [ 1.130280] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
    [ 1.130323] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
    [ 1.135059] [drm] Memory usable by graphics device = 2048M
    [ 1.135064] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
    [ 1.135066] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
    [ 1.135082] Console: switching to colour dummy device 80x25
    [ 1.136857] i915 0000:00:02.0: setting latency timer to 64
    [ 1.138311] sony_laptop: brightness ignored, must be controlled by ACPI video driver
    [ 1.143666] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
    [ 1.148840] microcode: CPU0 sig=0x40651, pf=0x40, revision=0xa
    [ 1.171510] i915 0000:00:02.0: irq 61 for MSI/MSI-X
    [ 1.171520] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.171521] [drm] Driver supports precise vblank timestamp query.
    [ 1.171591] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.172449] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.177055] iTCO_vendor_support: vendor-support=0
    [ 1.177695] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 1.177735] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 1.177882] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 1.178341] media: Linux media interface: v0.10
    [ 1.184727] Linux video capture interface: v2.00
    [ 1.186224] ACPI: Battery Slot [BAT0] (battery present)
    [ 1.196551] ACPI: Battery Slot [BAT1] (battery absent)
    [ 1.196702] uvcvideo: Found UVC 1.00 device USB Webcam (0bda:5727)
    [ 1.200296] thermal LNXTHERM:00: registered as thermal_zone0
    [ 1.200301] ACPI: Thermal Zone [TZ00] (47 C)
    [ 1.206849] microcode: CPU1 sig=0x40651, pf=0x40, revision=0xa
    [ 1.208042] input: USB Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input9
    [ 1.208252] usbcore: registered new interface driver uvcvideo
    [ 1.208255] USB Video Class driver (1.1.1)
    [ 1.208413] nfc: nfc_init: NFC Core ver 0.1
    [ 1.208433] NET: Registered protocol family 39
    [ 1.212998] microcode: CPU2 sig=0x40651, pf=0x40

    bump. Really need some help on this
    Since last post I found and read a number of posts relating to HOOKS. Mr Elendig got me thinking that it wasn't an X issue but a system issue.
    So....
    I put 'keyboard' and 'keymap' hook both before and after 'autodetect' in mkinitcpio.conf and ran
    # mkinitcpio -p linux
    That didn't work.
    I implemented an ~/.Xmodmap file and updated my ~/.Xinitrc according to the wiki.
    That didn't work in Fluxbox.
    I changed keyboard to 'fr' then back to 'us' both in console and in vconsole.conf.
    That didn't work
    BUT THEN.....I added
    FONT_MAP=8859_to_uni
    to my vconsole.conf 'rebooted' and everything worked!! Awesome, right? No.
    Because then I
    # poweroff
    and turned on again and came back to the tty login prompt and the keys were wrong again.
    I removed
    FONT_MAP=8859_to_uni
    from vconsole.conf, rebooted, then put it back in, rebooted and there was no change.
    I then added
    FONT_MAP=8859_to_uni
    to the boot prompt line before booting.
    That didn't work.
    I also read a post where someone created the LiveUSB on a different computer and this was thought to be the cause of some of their problems after they upgraded the 'linux' pacakge using 'pacman'. I created my LiveUSB on a Fedora 19 system. Not sure if that could be the problem.
    Last night I upgraded to Linux 3.11.3-1-ARCH in a hope against hope that would sort things out.
    It didn't
    I'm new to Linux and have learnt a lot through my Arch Linux install which has been great. I really would like to avoid a fresh install using an Arch Linux created LiveUSB but at the moment that's what I'm looking at unless someone can help me out.
    Thanks in advance.

  • SAP cannot start Oracle after Upgrading to 10g

    I have upgraded Oracle to 10g (10.2). After upgrading I run startsap but sapstart can start Oracle database but R3trans cannot verify that the database is started.
    the following log are in startdb.log. Please give me an idea what to do to solve this problem.
    S27adm 22> more startdb.log
    Mon Jun 2 13:00:22 GMT: 2008
    LOGFILE FOR STARTING ORACLE
    Mon Jun 2 13:00:22 GMT: 2008
    checking required environment variables
    ORACLE_HOME  is >/oracle/S27/102_64<
    ORACLE_SID   is >S27<
    Mon Jun 2 13:00:22 GMT: 2008
    check initora
    Mon Jun 2 13:00:22 GMT: 2008
    check initora
    Mon Jun 2 13:00:22 GMT: 2008
    checking V2 connect
    TNS Ping Utility for HPUX: Version 10.2.0.2.0 - Production on 02-JUN-2008 13:00:22
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/S27/102_64/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = er3asu81)(PORT = 1553)) (CONNECT_DATA = (SERVER = DEDICATED) (
    SERVICE_NAME = S27.world)))
    OK (0 msec)
    tnsping: V2 connect to S27
    Mon Jun 2 13:00:22 GMT: 2008
    Connect to the database to check the database state:
    R3trans: connect check finished with return code: 12
    Database not available
    Mon Jun 2 13:00:22 GMT: 2008
    Shutdown database
    First trying to shutdown the database - May be,
    the database is in the nomount or mount state
    Mon Jun 2 13:00:22 GMT: 2008
    starting database
    SQL*Plus: Release 10.2.0.2.0 - Production on Mon Jun 2 13:00:23 2008
    Copyright (c) 1982, 2005, Oracle.  All Rights Reserved.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 2533359616 bytes
    Fixed Size                  2199816 bytes
    Variable Size            2025713400 bytes
    Database Buffers          503316480 bytes
    Redo Buffers                2129920 bytes
    Database mounted.
    SP2-0158: unknown SET option "charwidth"
    no rows selected
    Not a terminal
    Not a terminal
    Database altered.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning and Data Mining options
    Mon Jun 2 13:00:46 GMT: 2008
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    Mon Jun 2 13:00:46 GMT: 2008
    /usr/sap/S27/SYS/exe/run/startdb: Terminating with error code 2

    Verify .dbenv* files in your <sid>adm home directory and update them as recommended in 10g upgrade documentation in the SAP Marketplace.
    If still not resolved, do R3trans -d from <sid>adm home directory and post the recent trans.log file to review further.
    Good Luck
    Nag Anthati

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • Error on starting MDS after upgrading from MDM 7.1 sp04 to sp05

    Hi ,
    I tried to upgrade my local setup from sp04 to sp05.
    I used sapins to upgrade with update option.
    In the second  last step when we get option to which server you want to start after upgrading i select all three servers
    i.e. mds ,mdis,mdss
    This installation completed with error.
    In the log file  i found this logs.
    The problem is i am able to start mdss and mdis of updated sp but not mds.
    In the console i can see the version of mdss and mdis to sp05 but there is no version coming in the case of mds.
    Please help me on this isssue
    WARNING 2010-07-22 00:46:55.224
    Execution of the command "C:\usr\sap\MDM\MDS00\exe\sapcontrol.exe -nr 00 -host INLD50054767A -function
    GetProcessList" finished with return code 4. Output:
    22.07.2010 00:46:55
    GetProcessList
    OK
    name, description, dispstatus, textstatus, starttime, elapsedtime, pid
    mds.EXE, , GRAY, Stopped, 2010 07 22 00:42:21, 0:00:00, -1
    INFO[E] 2010-07-22 00:46:55.224
    CJS-30086  Instance MDM/MDS00 [STOP] did not start after 5:00 minutes. Giving up.
    ERROR 2010-07-22 00:46:56.318
    FCO-00011  The step startUpdatedInstances with step key |MDM_Update|ind|ind|ind|ind|0|0|startUpdatedInstances was executed with status ERROR .
    Thanks,
    Sudhanhsu

    Hi Sudhanshu,
    You could check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed. It solved same problem on our side.
    Best regards,
    Jah

  • ITunes crash on start up after upgrade to 10.7

    Hi,
    I'm using window 7 32bit SP1 and after upgrade ITunes crash on start up.
    this is what i get in event viewer.
    Faulting application name: iTunes.exe, version: 10.7.0.21, time stamp: 0x504d85d9
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e2111c0
    Exception code: 0xe06d7363
    Fault offset: 0x0000d36f
    Faulting process id: 0x1734
    Faulting application start time: 0x01cd9444a9a285f0
    Faulting application path: C:\Program Files\iTunes\iTunes.exe
    Faulting module path: C:\WINDOWS\system32\KERNELBASE.dll
    Report Id: ea44018e-0037-11e2-b898-d0df9a3d6c0e
    Can someone help?

    Hello, bump for me on this really annoying issue.  Running Windows 7 SP1, fully updated drivers.  Using latest Itunes, 10.7.0.21.  Just like the others, every time I try to open Itunes, the Itunes store seems like it's trying to load.. and then I inevitably get the "Itunes has stopped working.. Windows is checking.. blah blah" and then crash. I have tried every fix I could find on these and other forums:
    1.  Uninstalled/Reinstalled all Apple software as per http://support.apple.com/kb/HT1925 along with running CC Cleaner (after uninstall/before reinstall of course).  DIDN'T WORK.
    2.  Did the winsock reset listed here https://discussions.apple.com/message/17412059#17412059.  DIDN'T WORK.
    3.  Corrupt User Profile (Kernalbase.dll) Issue:  Did the renaming of corrupt Itunes folder listed here http://social.technet.microsoft.com/Forums/en-HK/w7itprogeneral/thread/be53aac5- c560-478a-9598-e0c6a33d9da7 and that worked the FIRST time after renaming the folder to Itunes.old.. i.e. opening Itunes after doing this was successful and thus created a new Itunes folder.  However, after closing itunes and reopening.. I was right back to square one.. Itunes crashing.  (This did "work" partially so probable that issue has something to do with Corrupt Itunes User Profile??)  Ultimately, DIDN'T WORK.
    *BTW, I also did a Run Diagnostics from the help menu of Itunes and got 3 green lights for network connectivity.. one of which is of course "Secure link to Itunes store verified".  So Itunes is telling me it seems to be communicating fine with Itunes Store. 
    There's nothing else that I can see to do short of reinstalling Windows... which I really don't want to do. 
    HOWEVER, after some trial and error, I found a weird little workaround.  It seems like the crash is happening upon the initial attempt by Itunes to connect to the Itunes store.  Here's what I did:
    1.  After opening Itunes (and the initial opening event is so that Itunes tries to connect to Itunes Store -- this will happen if the last page you were on the last time you closed Itunes was Itunes Store), QUICKLY click on "Music" (or any other "offline" library) on the left upper pane of Itunes.  This will take you to your Music library and Itunes will STOP trying to connect automatically to Itunes store.  So now, Itunes is open at least.  Note:  Others have mentioned correctly that if you open Itunes with your internet connection off, it will at least allow you to open Itunes b/c Itunes doesn't try to open Itunes Store if you're offline.  My workaround accomplishes the same thing while still being connected to the internet.
    2.  Now, if you now click on "Itunes Store" directly, it WILL CRASH as per usual. 
    3.  Instead, click on "Purchased"  which is directly under "Itunes Store".  Click ok to the pop-up.  Then, on the bottom right of the screen, click on "Download Previous Purchases".  This will open the previous purchases page which is actually WITHIN the Itunes store.  If you look at the left pane, Itunes Store will now actually be highlighted.  You're now in the Itunes store.. just via the "sidedoor" if you will.  You will also now see all the usual Itunes Store categories along the top of this page like the Home Icon, music, movies, tv, apps, etc. etc.  Click on the Home Icon (music, movies, whatever) and VOILA, it will open Itunes store without crashing! 
    4.  Now that you're "in", you can jump around freely during THIS session.  IE, you can freely go back and forth from looking at your left-pane offline music library, movies, apps, whatever.. and click on Itunes Store in the left pane and Itunes will not crash... you know, how Itunes normally works!
    5.  When you're done using Itunes just make sure the last screen you use before you close Itunes is "Music" or some such.  That way, you won't have to do the "quickly hit Music" the next time you use Itunes.  It will automatically just go to the offline Music library and not try to access the Itunes Store.  Then, just repeat step 3 and you'll be "in" again. 
    I really hope this workaround works for you until Apple updates/patches Itunes for those of us that are having this issue.  If it keeps working for me, I'm gonna live with it until the next Itunes version update hopefully resolves this issue. 
    OH!  PS.  I'm also having the Apple Software Update issue mentioned here https://discussions.apple.com/thread/4040994?start=60&tstart=0.  I have no idea how to solve this.. wondering if it's related to the Itunes crashing issue.  I'm also getting the error message when trying to update quicktime from the help menu here https://discussions.apple.com/message/19392457#19392457. 

  • [SOLVED] NVIDIA driver conflict after upgrade

    First of all, Its nice to be here. I'm a new arch user. So please excuse me if this has been discussed before. I searched the forum , i seem to have this problem https://bbs.archlinux.org/viewtopic.php?id=156666 but the information in the thread did not solve my issue.
    When i do an upgrade i get the following message.
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    :: libgl and nvidia-304xx-utils are in conflict. Remove nvidia-304xx-utils? [y/N]
    If i say yes
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lib32-nvidia-304xx-utils: requires nvidia-304xx-utils
    :: nvidia-304xx: requires nvidia-304xx-utils=304.64
    UNAME
    [sam@archetype ~]$ uname -a
    Linux archetype 3.7.4-1-ARCH #1 SMP PREEMPT Mon Jan 21 23:05:29 CET 2013 x86_64 GNU/Linux
    Also, I'm running an Nvidia 7300LE with nvidia-304xx driver. I'm on a x64 system.
    Thanks in advance,
    Skotadi
    Last edited by skotadi (2013-01-27 08:39:02)

    skotadi wrote:I'm sorry glxinfo isn't working for me even after installing mesa package.
    You didn't have mesa before?!
    For a newbie what was the reason to omit this part of the Beginners Guide:
    Install mesa for 3D support:
    # pacman -S mesa
    Anyway, glxinfo is inside of a package called mesa-demos (it takes 5 seconds to google it).
    Did you removed nouveau as I implied earlier?
    Am I getting this right: Arch was working for you since october and something broke in recent days? If so you should have blind idea what could be the reason. Did you changed anything recently? It happened after system upgrade? But first things first: remove nouveau completely  (and maybe reinstall nvidia to see what pacman will say about it). Better yet read some of many threads about it. Most notably this one And for christ sake don't use --force switch or I won't be trying to help you anymore.
    Last edited by masteryod (2013-01-26 17:55:30)

  • Safari Plug-In Failure after upgrading Flash Player

    I've got OS X 10.9.2, Maverick, running on my iMac, and Safari 7.0.3.
    Today I upgraded Flash Player to 13.0.0.182 version.
    After upgrading I starting receiving the error message "Plug-in Failure" in every page I opened with video broadcasting, such as Youtube for instances, and no videos would be displayed anymore.
    I already reinstalled Flash Player, rebooted my machine, have all plug-ins enabled in Safari Preferences, but no success whatsoever.
    Think the solution could be downgrading to the early version of Flash Player, but have no idea how to do that now, since the Adobe site only allows me to UPgrade and not DOWNgrade.
    Could anyone help me with this?
    Many Thanks...

    From the menu bar, select
     ▹ System Preferences… ▹ Flash Player ▹ Advanced
    and click Delete All. Close the preference pane.
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • [Solved] no DE working after upgrade

    Hi today i've updgraded my Arch system in my netbook but after rebooting it couldn't anymore log into Xfce session or openbox session because i obtain this error:
    /usr/bin/xfce4-session: error while loading shared libraries: libpng14.so.14 cannot open shared object file: no usch file or directory
    How can i fix this? Thanks
    Last edited by toketin (2010-01-24 19:01:58)

    ok this is the log:
    [2010-01-18 10:45] upgraded live-media (2010.01.11-1 -> 2010.01.13-1)
    [2010-01-18 10:45] installed talloc (2.0.1-1)
    [2010-01-18 10:45] upgraded smbclient (3.4.3-4 -> 3.4.4-1.1)
    [2010-01-18 10:45] upgraded mplayer (30286-1 -> 30325-1)
    [2010-01-18 10:45] Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox
    [2010-01-18 10:45] They can be found in /etc/xdg/openbox
    [2010-01-18 10:45] upgraded openbox (3.4.10-1 -> 3.4.10-2)
    [2010-01-18 10:45] upgraded patch (2.6-1 -> 2.6.1-1)
    [2010-01-18 10:45] upgraded python-urwid (0.9.8.4-1 -> 0.9.9-1)
    [2010-01-18 10:45] upgraded xfsprogs (3.0.5-1 -> 3.1.0-1)
    [2010-01-18 20:55] installed libgee (0.5.0-1)
    [2010-01-18 20:55] installed pino (0.1.3-1)
    [2010-01-18 21:27] installed gwibber-trunk-bzr (491-1)
    [2010-01-21 14:46] upgraded chromium-browser-bin (36232-1 -> 36748-1)
    [2010-01-24 13:21] synchronizing package lists
    [2010-01-24 13:22] starting full system upgrade
    [2010-01-24 13:28] upgraded cairo-lcd (1.8.8-1 -> 1.8.8-2)
    [2010-01-24 13:28] upgraded coreutils (8.2-1 -> 8.4-1)
    [2010-01-24 13:28] ATTENTION DB PACKAGE:
    [2010-01-24 13:28] Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    [2010-01-24 13:28] upgraded db (4.8.24-1 -> 4.8.26-1)
    [2010-01-24 13:28] upgraded dirmngr (1.0.2-2 -> 1.0.3-1)
    [2010-01-24 13:28] upgraded farsight2 (0.0.16-1 -> 0.0.17-1)
    [2010-01-24 13:28] upgraded git (1.6.6-1 -> 1.6.6.1-1)
    [2010-01-24 13:28] upgraded gzip (1.3.13-1 -> 1.4-1)
    [2010-01-24 13:28] upgraded iproute2 (2.6.29-3 -> 2.6.31-1)
    [2010-01-24 13:28] upgraded json-glib (0.8.0-1 -> 0.10.0-1)
    [2010-01-24 13:28] upgraded kernel26-firmware (2.6.32.3-1 -> 2.6.32.5-1)
    [2010-01-24 13:28] >>> Updating module dependencies. Please wait ...
    [2010-01-24 13:28] >>> MKINITCPIO SETUP
    [2010-01-24 13:28] >>> ----------------
    [2010-01-24 13:28] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-01-24 13:28] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-01-24 13:28] >>> More information about mkinitcpio setup can be found here:
    [2010-01-24 13:28] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-01-24 13:28]
    [2010-01-24 13:28] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-01-24 13:28] ==> Building image "default"
    [2010-01-24 13:28] ==> Running command: /sbin/mkinitcpio -k 2.6.32-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-01-24 13:28] :: Begin build
    [2010-01-24 13:28] :: Parsing hook [base]
    [2010-01-24 13:28] :: Parsing hook [udev]
    [2010-01-24 13:28] :: Parsing hook [autodetect]
    [2010-01-24 13:28] :: Parsing hook [pata]
    [2010-01-24 13:28] :: Parsing hook [scsi]
    [2010-01-24 13:28] :: Parsing hook [sata]
    [2010-01-24 13:28] :: Parsing hook [filesystems]
    [2010-01-24 13:28] :: Generating module dependencies
    [2010-01-24 13:28] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-01-24 13:28] ==> SUCCESS
    [2010-01-24 13:28] ==> Building image "fallback"
    [2010-01-24 13:28] ==> Running command: /sbin/mkinitcpio -k 2.6.32-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-01-24 13:28] :: Begin build
    [2010-01-24 13:28] :: Parsing hook [base]
    [2010-01-24 13:28] :: Parsing hook [udev]
    [2010-01-24 13:28] :: Parsing hook [pata]
    [2010-01-24 13:29] :: Parsing hook [scsi]
    [2010-01-24 13:29] :: Parsing hook [sata]
    [2010-01-24 13:29] :: Parsing hook [filesystems]
    [2010-01-24 13:29] :: Generating module dependencies
    [2010-01-24 13:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-01-24 13:30] ==> SUCCESS
    [2010-01-24 13:30] upgraded kernel26 (2.6.32.3-1 -> 2.6.32.5-1)
    [2010-01-24 13:30] upgraded kernel26-headers (2.6.32.3-1 -> 2.6.32.5-1)
    [2010-01-24 13:30] upgraded minitube (0.8.1-2 -> 0.9-1)
    [2010-01-24 13:30] upgraded pciutils (3.1.4-1 -> 3.1.5-1)
    [2010-01-24 13:30] upgraded psmisc (22.8-1 -> 22.10-1)
    [2010-01-24 13:30] upgraded purple-plugin-pack (2.6.1-1 -> 2.6.2-1)
    [2010-01-24 13:30] upgraded rasqal (0.9.16-1 -> 0.9.17-1)
    [2010-01-24 13:30] upgraded redland (1.0.9-4 -> 1.0.10-1)
    [2010-01-24 13:30] upgraded skype (2.1.0.47-2 -> 2.1.0.81-2)
    [2010-01-24 13:30] upgraded smbclient (3.4.4-1.1 -> 3.4.5-1.1)
    [2010-01-24 13:30] upgraded twisted (9.0.0-1 -> 9.0.0-2)
    [2010-01-24 13:30] upgraded tzdata (2009t-1 -> 2010a-1)
    [2010-01-24 13:30] upgraded whois (4.7.36-1 -> 5.0.0-1)
    [2010-01-24 13:30] upgraded wicd (1.6.2.2-3 -> 1.7.0-1)
    [2010-01-24 13:30] upgraded wine (1.1.36-1 -> 1.1.37-1)
    [2010-01-24 13:30] upgraded zlib (1.2.3.4-3 -> 1.2.3.4-4)
    [2010-01-24 13:46] removed cairo-lcd (1.8.8-2)
    [2010-01-24 13:53] upgraded xorg-server (1.7.3.902-1 -> 1.7.3.902-1)
    [2010-01-24 13:54] installed cairo-lcd (1.8.8-2)
    [2010-01-24 13:58] Updating font cache... done.
    [2010-01-24 13:58] upgraded ttf-droid (20092411-1 -> 20092411-1)
    [2010-01-24 14:04] synchronizing package lists
    [2010-01-24 14:04] upgraded libpng (1.2.40-1 -> 1.4.0-1)
    [2010-01-24 14:09] synchronizing package lists
    [2010-01-24 14:09] starting full system upgrade
    [2010-01-24 14:16] removed kernel-headers (2.6.32-1)
    [2010-01-24 14:16] upgraded cairomm (1.8.2-1 -> 1.8.4-1)
    [2010-01-24 14:16] warning: /etc/logrotate.d/crond installed as /etc/logrotate.d/crond.pacnew
    [2010-01-24 14:16] upgraded dcron (3.2-4 -> 4.4-1)
    [2010-01-24 14:16] upgraded device-mapper (2.02.53-1 -> 2.02.56-1)
    [2010-01-24 14:16] upgraded libjpeg (7-1 -> 8-1)
    [2010-01-24 14:16] upgraded libtiff (3.9.2-1 -> 3.9.2-2)
    [2010-01-24 14:16] upgraded lcms (1.18-2 -> 1.18-3)
    [2010-01-24 14:16] upgraded libcups (1.4.2-2 -> 1.4.2-3)
    [2010-01-24 14:16] upgraded gtk2 (2.18.5-1 -> 2.18.6-1)
    [2010-01-24 14:17] upgraded eog (2.28.2-1 -> 2.28.2-2)
    [2010-01-24 14:17] upgraded file (5.03-2 -> 5.04-1)
    [2010-01-24 14:17] upgraded xulrunner (1.9.1.7-1 -> 1.9.2-2)
    [2010-01-24 14:17] upgraded firefox (3.5.7-1 -> 3.6-2)
    [2010-01-24 14:17] upgraded firefox-i18n (3.5.7-1 -> 3.6-1)
    [2010-01-24 14:17] upgraded gegl (0.1.0-1 -> 0.1.0-2)
    [2010-01-24 14:17] upgraded jasper (1.900.1-3 -> 1.900.1-4)
    [2010-01-24 14:17] upgraded ghostscript (8.70-3 -> 8.70-4)
    [2010-01-24 14:17] upgraded libmng (1.0.10-2 -> 1.0.10-3)
    [2010-01-24 14:17] upgraded librsvg (2.26.0-1 -> 2.26.0-2)
    [2010-01-24 14:17] upgraded libwmf (0.2.8.4-5 -> 0.2.8.4-7)
    [2010-01-24 14:17] upgraded gimp (2.6.8-1 -> 2.6.8-2)
    [2010-01-24 14:17] upgraded pcre (8.00-1 -> 8.01-1)
    [2010-01-24 14:17] upgraded glib2 (2.22.3-1 -> 2.22.4-1)
    [2010-01-24 14:17] upgraded gstreamer0.10-good (0.10.17-1 -> 0.10.17-2)
    [2010-01-24 14:17] upgraded imlib2 (1.4.2-3 -> 1.4.2-6)
    [2010-01-24 14:17] upgraded gstreamer0.10-good-plugins (0.10.17-1 -> 0.10.17-2)
    [2010-01-24 14:17] upgraded imagemagick (6.5.8.5-1 -> 6.5.9.0-2)
    [2010-01-24 14:17] upgraded util-linux-ng (2.16.2-1 -> 2.17-1)
    [2010-01-24 14:17] upgraded udev (146-2 -> 150-1)
    [2010-01-24 14:17] upgraded initscripts (2009.08-1 -> 2009.11-1)
    [2010-01-24 14:17] installed linux-api-headers (2.6.32.5-1)
    [2010-01-24 14:17] upgraded libcap (2.17-1 -> 2.19-1)
    [2010-01-24 14:17] upgraded libdjvu (3.5.22-2 -> 3.5.22-3)
    [2010-01-24 14:17] upgraded libdrm (2.4.17-2 -> 2.4.17-3)
    [2010-01-24 14:17] upgraded libgdiplus (2.6-1 -> 2.6-2)
    [2010-01-24 14:17] upgraded libgphoto2 (2.4.7-1 -> 2.4.7-2)
    [2010-01-24 14:17] upgraded sqlite3 (3.6.21-1 -> 3.6.22-1)
    [2010-01-24 14:17] upgraded libwebkit (1.1.15.4-2 -> 1.1.15.4-3)
    [2010-01-24 14:17] upgraded lvm2 (2.02.53-1 -> 2.02.56-1)
    [2010-01-24 14:17] upgraded mdadm (2.6.9-1 -> 3.1.1-1)
    [2010-01-24 14:17] upgraded mjpegtools (1.9.0-2 -> 1.9.0-3)
    [2010-01-24 14:17] upgraded mplayer (30325-1 -> 30325-2)
    [2010-01-24 14:17] upgraded nano (2.2.1-1 -> 2.2.2-1)
    [2010-01-24 14:17] upgraded netcfg (2.2.1-1 -> 2.5.0rc2-1)
    [2010-01-24 14:17] upgraded networkmanager (0.7.2-1 -> 0.7.999-1)
    [2010-01-24 14:17] upgraded network-manager-applet (0.7.2-1 -> 0.7.999-1)
    [2010-01-24 14:17] upgraded networkmanager-openvpn (0.7.2-3 -> 0.7.999-1)
    [2010-01-24 14:17] upgraded nitrogen (1.4-2 -> 1.5-1)
    [2010-01-24 14:17] upgraded pcmciautils (015-2 -> 016-1)
    [2010-01-24 14:17] upgraded pil (1.1.7-1 -> 1.1.7-2)
    [2010-01-24 14:17] upgraded pilot-link (0.12.4-1 -> 0.12.4-2)
    [2010-01-24 14:17] upgraded pm-utils (1.2.6.1-3 -> 1.2.6.1-4)
    [2010-01-24 14:17] upgraded poppler (0.12.2-1 -> 0.12.3-1)
    [2010-01-24 14:17] upgraded poppler-glib (0.12.2-1 -> 0.12.3-1)
    [2010-01-24 14:17] upgraded qt (4.5.3-3 -> 4.5.3-4)
    [2010-01-24 14:17] upgraded qt3 (3.3.8-13 -> 3.3.8-14)
    [2010-01-24 14:17] upgraded redland (1.0.10-1 -> 1.0.10-2)
    [2010-01-24 14:17] upgraded sdl_image (1.2.10-1 -> 1.2.10-2)
    [2010-01-24 14:17] upgraded slim (1.3.1-5 -> 1.3.1-6)
    [2010-01-24 14:17] upgraded sox (14.3.0-2 -> 14.3.0-3)
    [2010-01-24 14:17] upgraded thunar (1.0.1-4 -> 1.0.1-5)
    [2010-01-24 14:17] upgraded zvbi (0.2.33-1 -> 0.2.33-2)
    [2010-01-24 14:17] upgraded vlc (1.0.4-3 -> 1.0.4-5)
    [2010-01-24 14:17] upgraded wxgtk (2.8.10.1-5 -> 2.8.10.1-6)
    [2010-01-24 14:17] upgraded xf86-video-intel (2.9.1-1 -> 2.9.99.902-1)
    [2010-01-24 14:17] upgraded xine-lib (1.1.17-2 -> 1.1.17-3)
    [2010-01-24 14:17] upgraded xorg-apps (7.5-2 -> 7.5-3)
    [2010-01-24 14:17] upgraded xz-utils (4.999.9beta-1 -> 4.999.9beta-2)
    [2010-01-24 14:23] starting full system upgrade
    [2010-01-24 14:24] starting full system upgrade
    [2010-01-24 14:24] synchronizing package lists
    [2010-01-24 14:26] starting full system upgrade
    [2010-01-24 14:29] starting full system upgrade
    [2010-01-24 14:36] upgraded cairomm (1.8.4-1 -> 1.8.2-1)
    [2010-01-24 14:36] warning: /etc/logrotate.d/crond saved as /etc/logrotate.d/crond.pacsave
    [2010-01-24 14:36] upgraded dcron (4.4-1 -> 3.2-4)
    [2010-01-24 14:36] upgraded device-mapper (2.02.56-1 -> 2.02.53-1)
    [2010-01-24 14:36] upgraded libjpeg (8-1 -> 7-1)
    [2010-01-24 14:36] upgraded libtiff (3.9.2-2 -> 3.9.2-1)
    [2010-01-24 14:36] upgraded lcms (1.18-3 -> 1.18-2)
    [2010-01-24 14:36] upgraded eog (2.28.2-2 -> 2.28.2-1)
    [2010-01-24 14:36] upgraded file (5.04-1 -> 5.03-2)
    [2010-01-24 14:36] upgraded libpng (1.4.0-1 -> 1.2.40-1)
    [2010-01-24 14:36] upgraded libcups (1.4.2-3 -> 1.4.2-2)
    [2010-01-24 14:36] upgraded gtk2 (2.18.6-1 -> 2.18.5-1)
    [2010-01-24 14:36] upgraded xulrunner (1.9.2-2 -> 1.9.1.7-1)
    [2010-01-24 14:37] upgraded firefox (3.6-2 -> 3.5.7-1)
    [2010-01-24 14:37] upgraded firefox-i18n (3.6-1 -> 3.5.7-1)
    [2010-01-24 14:37] upgraded gegl (0.1.0-2 -> 0.1.0-1)
    [2010-01-24 14:37] upgraded jasper (1.900.1-4 -> 1.900.1-3)
    [2010-01-24 14:37] upgraded ghostscript (8.70-4 -> 8.70-3)
    [2010-01-24 14:37] upgraded libmng (1.0.10-3 -> 1.0.10-2)
    [2010-01-24 14:37] upgraded librsvg (2.26.0-2 -> 2.26.0-1)
    [2010-01-24 14:37] upgraded libwmf (0.2.8.4-7 -> 0.2.8.4-5)
    [2010-01-24 14:37] upgraded gimp (2.6.8-2 -> 2.6.8-1)
    [2010-01-24 14:37] upgraded pcre (8.01-1 -> 8.00-1)
    [2010-01-24 14:37] upgraded glib2 (2.22.4-1 -> 2.22.3-1)
    [2010-01-24 14:37] upgraded gstreamer0.10-good (0.10.17-2 -> 0.10.17-1)
    [2010-01-24 14:37] upgraded gstreamer0.10-good-plugins (0.10.17-2 -> 0.10.17-1)
    [2010-01-24 14:37] upgraded imagemagick (6.5.9.0-2 -> 6.5.8.5-1)
    [2010-01-24 14:37] upgraded imlib2 (1.4.2-6 -> 1.4.2-3)
    [2010-01-24 14:37] upgraded util-linux-ng (2.17-1 -> 2.16.2-1)
    [2010-01-24 14:37] upgraded udev (150-1 -> 146-2)
    [2010-01-24 14:37] upgraded initscripts (2009.11-1 -> 2009.08-1)
    [2010-01-24 14:37] upgraded libcap (2.19-1 -> 2.17-1)
    [2010-01-24 14:37] upgraded libdjvu (3.5.22-3 -> 3.5.22-2)
    [2010-01-24 14:37] upgraded libdrm (2.4.17-3 -> 2.4.17-2)
    [2010-01-24 14:37] upgraded libgdiplus (2.6-2 -> 2.6-1)
    [2010-01-24 14:37] upgraded libgphoto2 (2.4.7-2 -> 2.4.7-1)
    [2010-01-24 14:37] upgraded sqlite3 (3.6.22-1 -> 3.6.21-1)
    [2010-01-24 14:37] upgraded libwebkit (1.1.15.4-3 -> 1.1.15.4-2)
    [2010-01-24 14:37] upgraded lvm2 (2.02.56-1 -> 2.02.53-1)
    [2010-01-24 14:37] upgraded mdadm (3.1.1-1 -> 2.6.9-1)
    [2010-01-24 14:37] upgraded mjpegtools (1.9.0-3 -> 1.9.0-2)
    [2010-01-24 14:37] upgraded mplayer (30325-2 -> 30325-1)
    [2010-01-24 14:37] upgraded nano (2.2.2-1 -> 2.2.1-1)
    [2010-01-24 14:37] upgraded netcfg (2.5.0rc2-1 -> 2.2.1-1)
    [2010-01-24 14:37] upgraded networkmanager (0.7.999-1 -> 0.7.2-1)
    [2010-01-24 14:37] upgraded network-manager-applet (0.7.999-1 -> 0.7.2-1)
    [2010-01-24 14:37] upgraded networkmanager-openvpn (0.7.999-1 -> 0.7.2-3)
    [2010-01-24 14:37] upgraded nitrogen (1.5-1 -> 1.4-2)
    [2010-01-24 14:37] upgraded pcmciautils (016-1 -> 015-2)
    [2010-01-24 14:37] upgraded pil (1.1.7-2 -> 1.1.7-1)
    [2010-01-24 14:37] upgraded pilot-link (0.12.4-2 -> 0.12.4-1)
    [2010-01-24 14:37] upgraded pm-utils (1.2.6.1-4 -> 1.2.6.1-3)
    [2010-01-24 14:37] upgraded poppler (0.12.3-1 -> 0.12.2-1)
    [2010-01-24 14:37] upgraded poppler-glib (0.12.3-1 -> 0.12.2-1)
    [2010-01-24 14:37] upgraded python-mako (0.2.5-3 -> 0.2.5-1)
    [2010-01-24 14:37] upgraded qt (4.5.3-4 -> 4.5.3-3)
    [2010-01-24 14:37] upgraded qt3 (3.3.8-14 -> 3.3.8-13)
    [2010-01-24 14:37] upgraded redland (1.0.10-2 -> 1.0.10-1)
    [2010-01-24 14:37] upgraded sdl_image (1.2.10-2 -> 1.2.10-1)
    [2010-01-24 14:37] upgraded slim (1.3.1-6 -> 1.3.1-5)
    [2010-01-24 14:37] upgraded sox (14.3.0-3 -> 14.3.0-2)
    [2010-01-24 14:37] upgraded thunar (1.0.1-5 -> 1.0.1-4)
    [2010-01-24 14:37] upgraded zvbi (0.2.33-2 -> 0.2.33-1)
    [2010-01-24 14:37] upgraded vlc (1.0.4-5 -> 1.0.4-3)
    [2010-01-24 14:37] upgraded wxgtk (2.8.10.1-6 -> 2.8.10.1-5)
    [2010-01-24 14:37] upgraded xf86-video-intel (2.9.99.902-1 -> 2.9.1-1)
    [2010-01-24 14:37] upgraded xine-lib (1.1.17-3 -> 1.1.17-2)
    [2010-01-24 14:37] upgraded xorg-apps (7.5-3 -> 7.5-2)
    [2010-01-24 14:47] synchronizing package lists
    [2010-01-24 14:47] starting full system upgrade
    [2010-01-24 15:04] Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox
    [2010-01-24 15:04] They can be found in /etc/xdg/openbox
    [2010-01-24 15:04] upgraded openbox (3.4.10-2 -> 3.4.10-2)
    [2010-01-24 15:14] upgraded libpng (1.2.40-1 -> 1.2.40-1)
    [2010-01-24 15:21] upgraded libxfce4util (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded exo (0.3.106-1 -> 0.3.106-1)
    [2010-01-24 15:21] upgraded gtk-xfce-engine (2.6.0-1 -> 2.6.0-1)
    [2010-01-24 15:21] upgraded libxfce4menu (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded xfconf (4.6.1-3 -> 4.6.1-3)
    [2010-01-24 15:21] upgraded libxfcegui4 (4.6.2-1 -> 4.6.2-1)
    [2010-01-24 15:21] upgraded mousepad (0.2.16-2 -> 0.2.16-2)
    [2010-01-24 15:21] upgraded xfce4-panel (4.6.3-1 -> 4.6.3-1)
    [2010-01-24 15:21] upgraded orage (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded thunar (1.0.1-4 -> 1.0.1-4)
    [2010-01-24 15:21]
    [2010-01-24 15:21] NOTE for squeeze:
    [2010-01-24 15:21] ----
    [2010-01-24 15:21] ==> please install bzip2, gzip, unrar, zip, unzip and lzop
    [2010-01-24 15:21] ==> to use all of squeeze's capabilities
    [2010-01-24 15:21] upgraded squeeze (0.2.3-2 -> 0.2.3-2)
    [2010-01-24 15:21] upgraded terminal (0.4.3-1 -> 0.4.3-1)
    [2010-01-24 15:21] upgraded xfce-utils (4.6.1-2 -> 4.6.1-2)
    [2010-01-24 15:21] upgraded xfce4-appfinder (4.6.1-2 -> 4.6.1-2)
    [2010-01-24 15:21] upgraded xfce4-icon-theme (4.4.3-1 -> 4.4.3-1)
    [2010-01-24 15:21] upgraded xfce4-mixer (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded xfce4-session (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded xfce4-settings (4.6.4-1 -> 4.6.4-1)
    [2010-01-24 15:21] upgraded xfdesktop (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded xfprint (4.6.1-2 -> 4.6.1-2)
    [2010-01-24 15:21] upgraded xfwm4 (4.6.1-1 -> 4.6.1-1)
    [2010-01-24 15:21] upgraded xfwm4-themes (4.6.0-1 -> 4.6.0-1)
    [2010-01-24 15:36] removed libpng (1.2.40-1)
    [2010-01-24 15:36] installed libpng (1.2.40-1)
    [2010-01-24 15:43] removed notify-osd-bzr (407-1)
    [2010-01-24 15:43] installed epiphany (2.28.2-1)
    [2010-01-24 15:43] installed gucharmap (2.28.2-1)
    [2010-01-24 15:43] upgraded gnome-desktop (2.28.2-1 -> 2.28.2-1)
    [2010-01-24 15:43] upgraded gnome-panel (2.28.0-2 -> 2.28.0-2)
    [2010-01-24 15:43] installed gnome-applets (2.28.0-2)
    [2010-01-24 15:43] installed gnome-backgrounds (2.28.0-1)
    [2010-01-24 15:44] installed metacity (2.28.0-2)
    [2010-01-24 15:44] installed gnome-settings-daemon (2.28.1-1)
    [2010-01-24 15:44] installed gnome-control-center (2.28.1-1)
    [2010-01-24 15:44] upgraded gnome-icon-theme (2.28.0-1 -> 2.28.0-1)
    [2010-01-24 15:44] upgraded gnome-media (2.28.1-1 -> 2.28.1-1)
    [2010-01-24 15:44] upgraded gnome-mime-data (2.18.0-4 -> 2.18.0-4)
    [2010-01-24 15:44] installed gnome-screensaver (2.28.0-1)
    [2010-01-24 15:44] installed gnome-session (2.28.0-1)
    [2010-01-24 15:44] upgraded gnome-themes (2.28.1-1 -> 2.28.1-1)
    [2010-01-24 15:44] installed yelp (2.28.1-1)
    [2010-01-24 15:44] installed gnome2-user-docs (2.28.2-1)
    [2010-01-24 15:44] upgraded libgail-gnome (1.20.1-1 -> 1.20.1-1)
    [2010-01-24 15:44] installed nautilus (2.28.4-1)
    [2010-01-24 15:44] installed notification-daemon (0.4.0-3)
    [2010-01-24 15:46] starting full system upgrade
    [2010-01-24 15:47] installed glib (1.2.10-8)
    [2010-01-24 15:47] installed gtk (1.2.10-10)
    [2010-01-24 15:47] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 15:53] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 15:55] upgraded libpng (1.2.40-1 -> 1.2.40-1)
    [2010-01-24 15:55] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 15:56] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 15:57] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 16:01] installed gdk-pixbuf (0.22.0-6)
    [2010-01-24 16:01] upgraded gtk2 (2.18.5-1 -> 2.18.5-1)
    [2010-01-24 18:58] synchronizing package lists
    [2010-01-24 18:59] starting full system upgrade
    [2010-01-24 18:59] upgraded util-linux-ng (2.16.2-1 -> 2.17-1)
    [2010-01-24 19:01] installed wgetpaste (2.14-1)

  • [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

    After upgrade of dhcpcd 6.1.0  to 6.2.1 three days ago (pacman -Syu) my wireless connection fails: deauthenticating from ... by local choice (reason=3)
    # uname -a
    Linux localhost 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    # dhcpcd --version
    dhcpcd 6.2.1
    Copyright (c) 2006-2014 Roy Marples
    # dmesg
    [  132.809506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  133.863692] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  134.116365] r8169 0000:02:00.0 eth0: link down
    [  134.116479] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  135.030954] wlan0: authenticate with a2:05:44:ff:33:a4
    [  135.041929] wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
    [  135.045781] wlan0: authenticated
    [  135.045879] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [  135.046559] wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
    [  135.049960] wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
    [  135.050609] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [  135.051337] wlan0: associated
    [  169.302610] wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
    [  169.339662] cfg80211: Calling CRDA to update world regulatory domain
    [  169.396876] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  169.715612] r8169 0000:02:00.0 eth0: link down
    [  169.715702] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Downgrade to dhcpcd 6.1.0 heals the problem.
    # dhcpcd --version
    dhcpcd 6.1.0
    Copyright (c) 2006-2013 Roy Marples
    In case it is related to ath9k:
    # modinfo ath9k
    filename:       
    /lib/modules/3.12.9-2-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko.gz
    I couldn't find a bug report on neither dhcpcd nor ath9k.
    Any idea what I can do to follow up on this?
    Last edited by nocreativity (2014-02-23 08:03:11)

    Here is an extract from journalctl (syslogs are empty):
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: soliciting a DHCP lease
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: IAID ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: version 6.2.1 starting
    Feb 15 17:43:10 localhost kernel: wlan0: associated
    Feb 15 17:43:10 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
    Feb 15 17:43:10 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:43:10 localhost kernel: wlan0: authenticated
    Feb 15 17:43:10 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:43:08 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:43:08 localhost dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3036]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Throttling dhcpcd[3036]: dhcpcd not running
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:40:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:40:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:40:21 localhost dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:40:21 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:40:21 localhost dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:18 localhost dhcpcd[2915]: exited
    Feb 15 17:40:18 localhost dhcpcd[2915]: timed out
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: soliciting a DHCP lease
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: IAID ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: version 6.2.1 starting
    Feb 15 17:39:47 localhost kernel: wlan0: associated
    Feb 15 17:39:47 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=5)
    Feb 15 17:39:47 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:39:47 localhost kernel: wlan0: authenticated
    Feb 15 17:39:47 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:39:45 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:39:45 localhost dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2883]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2883]: dhcpcd not running
    Feb 15 17:36:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:58 localhost dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:36:58 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:36:58 localhost dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:56 localhost dhcpcd[2750]: exited
    Feb 15 17:36:56 localhost dhcpcd[2750]: timed out
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: soliciting a DHCP lease
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: IAID ca:59:49:5b
    Feb 15 17:36:26 localhost dhcpcd[2750]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:36:25 localhost dhcpcd[2750]: version 6.2.1 starting
    Feb 15 17:36:24 localhost kernel: wlan0: associated
    Feb 15 17:36:24 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=4)
    Feb 15 17:36:24 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:36:24 localhost kernel: wlan0: authenticated
    Feb 15 17:36:24 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:22 localhost dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2716]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2716]: dhcpcd not running
    Feb 15 17:35:09 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:49 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:33:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:33:36 localhost dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:36 localhost wicd[224]: dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:35 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:33:35 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:33:35 localhost dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:35 localhost wicd[224]: dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:32 localhost dhcpcd[2602]: exited
    Feb 15 17:33:32 localhost dhcpcd[2602]: timed out
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: soliciting a DHCP lease
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: IAID ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: version 6.2.1 starting
    Feb 15 17:33:01 localhost kernel: wlan0: associated
    Feb 15 17:33:01 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:33:01 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:33:01 localhost kernel: wlan0: authenticated
    Feb 15 17:33:01 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:32:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:32:59 localhost dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2569]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2569]: dhcpcd not running
    Feb 15 17:30:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:30:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:30:12 localhost dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:30:12 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:30:12 localhost dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:09 localhost dhcpcd[2447]: exited
    Feb 15 17:30:09 localhost dhcpcd[2447]: timed out
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: soliciting a DHCP lease
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: IAID ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: version 6.2.1 starting
    Feb 15 17:29:38 localhost kernel: wlan0: associated
    Feb 15 17:29:38 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:29:38 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:29:38 localhost kernel: wlan0: authenticated
    Feb 15 17:29:38 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:29:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:29:36 localhost dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2415]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2415]: dhcpcd not running
    Feb 15 17:26:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:49 localhost dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:26:49 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:26:49 localhost dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:46 localhost dhcpcd[2288]: exited
    Feb 15 17:26:46 localhost dhcpcd[2288]: timed out
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: soliciting a DHCP lease
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: IAID ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: version 6.2.1 starting
    Feb 15 17:26:15 localhost kernel: wlan0: associated
    Feb 15 17:26:15 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:26:15 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:26:15 localhost kernel: wlan0: authenticated
    Feb 15 17:26:15 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:13 localhost dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2255]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2255]: dhcpcd not running
    Feb 15 17:25:07 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:23:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:23:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:23:26 localhost dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:23:26 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:23:26 localhost dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:23 localhost dhcpcd[2151]: exited
    Feb 15 17:23:23 localhost dhcpcd[2151]: timed out
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: soliciting a DHCP lease
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: IAID ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: version 6.2.1 starting
    Feb 15 17:22:52 localhost kernel: wlan0: associated
    Feb 15 17:22:52 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:22:52 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:22:52 localhost kernel: wlan0: authenticated
    Feb 15 17:22:52 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:22:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:22:50 localhost dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2118]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2118]: dhcpcd not running
    Feb 15 17:20:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:20:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:20:03 localhost dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:20:03 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:20:03 localhost dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:00 localhost dhcpcd[2003]: exited
    Feb 15 17:20:00 localhost dhcpcd[2003]: timed out
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: soliciting a DHCP lease
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: IAID ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: version 6.2.1 starting
    Feb 15 17:19:29 localhost kernel: wlan0: associated
    Feb 15 17:19:29 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:19:29 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:19:29 localhost kernel: wlan0: authenticated
    Feb 15 17:19:29 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:19:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:19:27 localhost dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1971]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1971]: dhcpcd not running
    Feb 15 17:16:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:40 localhost dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:16:40 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:16:40 localhost dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:37 localhost dhcpcd[1848]: exited
    Feb 15 17:16:37 localhost dhcpcd[1848]: timed out
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: soliciting a DHCP lease
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: IAID ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: version 6.2.1 starting
    Feb 15 17:16:06 localhost kernel: wlan0: associated
    Feb 15 17:16:06 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:16:06 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:16:06 localhost kernel: wlan0: authenticated
    Feb 15 17:16:06 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:04 localhost dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1815]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1815]: dhcpcd not running
    Feb 15 17:13:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:13:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:13:17 localhost dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:13:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:13:17 localhost dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:14 localhost dhcpcd[1697]: exited
    Feb 15 17:13:14 localhost dhcpcd[1697]: timed out
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: soliciting a DHCP lease
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: IAID ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: version 6.2.1 starting
    Feb 15 17:12:43 localhost kernel: wlan0: associated
    Feb 15 17:12:43 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:12:43 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:12:43 localhost kernel: wlan0: authenticated
    Feb 15 17:12:43 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:12:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:12:41 localhost dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1665]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1665]: dhcpcd not running
    Feb 15 17:09:55 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:55 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:54 localhost dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:54 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:54 localhost dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:51 localhost dhcpcd[1539]: exited
    Feb 15 17:09:51 localhost dhcpcd[1539]: timed out
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: soliciting a DHCP lease
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: IAID ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: version 6.2.1 starting
    Feb 15 17:09:20 localhost kernel: wlan0: associated
    Feb 15 17:09:20 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:09:20 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:09:20 localhost kernel: wlan0: authenticated
    Feb 15 17:09:20 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:19 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:19 localhost dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:19 localhost dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:18 localhost dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:17 localhost dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:17 localhost dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:11 localhost dhcpcd[1476]: exited
    Feb 15 17:09:11 localhost dhcpcd[1476]: timed out
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: version 6.2.1 starting
    Feb 15 17:08:40 localhost kernel: wlan0: associated
    Feb 15 17:08:40 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:40 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:40 localhost kernel: wlan0: authenticated
    Feb 15 17:08:40 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:39 localhost dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:39 localhost dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:38 localhost dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:37 localhost dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:08:37 localhost dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: wlan0: associated
    Feb 15 17:08:37 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:37 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:37 localhost kernel: wlan0: authenticated
    Feb 15 17:08:37 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
    Feb 15 17:08:31 localhost dhcpcd[1280]: exited
    Feb 15 17:08:31 localhost dhcpcd[1280]: timed out
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: version 6.2.1 starting
    Feb 15 17:08:00 localhost kernel: wlan0: associated
    Feb 15 17:08:00 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=1)
    Feb 15 17:08:00 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:00 localhost kernel: wlan0: authenticated
    Feb 15 17:08:00 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:59 localhost dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:59 localhost dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:58 localhost dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:58 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:57 localhost dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:07:57 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:07:57 localhost dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:53 localhost dhcpcd[655]: exited
    Feb 15 17:07:53 localhost dhcpcd[655]: timed out
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory..
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:29 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:29 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: soliciting a DHCP lease
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: DHCP lease expired
    Feb 15 17:07:26 localhost dhcpcd[655]: wlan0: reject NAK via 192.168.178.1
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    I will try the lastst code installation 2morrow and let you know the results. Thanx for your involvement!
    Moderator edit [ewaller] Changed BBCode quote tags to code tags
    Last edited by ewaller (2014-02-16 20:19:55)

  • Java is not starting up after upgradation in dual stack system

    Hi,
      We have sucessfully upgraded xi(netweaver2004s) to EHP1, after upgradation server0 is not starting.
    default trace file in server0 shows the following error
    Core service com.sap.security.core.ume.service failed .J2EE Engine cannot be started
    But abap engine is running sucessfully.
    We have sucessfully completed EHP 1 installation

    Hi Venkat,
    As per the log it seems that ume services are not started as a result java engine is not starting..
    Please also check the secure store settings that all passwords are correct there ...
    Please go thorugh below link:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/20/361941edd5ef23e10000000a155106/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/64/351941edd5ef23e10000000a155106/frameset.htm
    Thanks
    Sunny

Maybe you are looking for

  • Mail showing more messages being received than are received

    I have been having something odd happen lately. When I open Mail, it shows incoming messages, just a bit ago it was 12, but nothing appeared in my inbox. Occasionally I catch subjects in the status bar, but it is too quick to see. I also have an iPho

  • What is the best audio interface to buy to record drums?

    What is the best audio interface to buy to record drums?  Looking for something with 8 inputs to mic my drum kit.  Don't want to go past $1,000.  Been looking at the Presonus Firestudio and M-Audio Profire 2626, for example.  This is my first time se

  • Infotype 2011 - Load complete

    Hello people, I have a question about infotype  2011. I made a follow code: INFOTYPE: 2011 PROVIDE .... P2011 BETWEEN PN-BEGDA AND PN-ENDDA On screen parameter I put 21.06 until 20.07 in Other period , and same period in P.SelcPeriod. But the table p

  • New positioning

    Hi guys , Please check the code below public VBox getVBox() {         VBox myBox = new VBox();         myBox.setSpacing(20);         myBox.setLayoutX(20);         myBox.setLayoutY(20);         TableView<Person> tableView = new TableView<Person>();   

  • Exception in thread "main" java.lang.No ClassDefFound Error

    Hello sir, I installed j2sdk1.4.2_nb in windows xp professional. I try to run the sample program. but the compilation part is successfully completed. while i try to run that same program, i got the followin error. Exception in thread "main" java.lang