[SOLVED] Trackpoint on Thinkpad T61p stopped working

After todays updates (I think kernel might be the one) my trackpoint stopped working completly. Also I get no output on /dev/input/mouse0, which I think was the place I was linked to..
Last edited by miro279 (2012-04-17 20:10:52)

works again after reboot..

Similar Messages

  • Fn on screen display message generator for ThinkPad has stopped working

    Hi,
    I did a clean install of Windows Vista Enterprise edition and have installed all the drivers for my T400.
    What I found was that the Fn on screen display message generator was working fine right before I installed the driver for the Intel GM4500 video controller.
    Once I installed this video driver, I get a popup window that says On screen display message generator for Thinkpad has stopped working
    The problem details are as follows:
     Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    TPOSDSVC.exe
      Application Version:    1.1.5.0
      Application Timestamp:    49ba1898
      Fault Module Name:    MMDevApi.dll_unloaded
      Fault Module Version:    0.0.0.0
      Fault Module Timestamp:    4549bd03
      Exception Code:    c0000005
      Exception Offset:    749c19ad
      OS Version:    6.0.6000.2.0.0.256.4
      Locale ID:    1033
      Additional Information 1:    d5a1
      Additional Information 2:    c4214129afe40788e38f0b75c15ad165
      Additional Information 3:    ed09
      Additional Information 4:    309182ce310d7491a448199eccbd6ba1
    I know that some of you have experienced this problem too but so far there hasn't been a solution that's worked.
    I'm reluctant to install Vista SP1 or SP2 as that may caus other unrelated problems.
    Thanks in advance for any advice you may have.

    Dear All
    Error message on start "on screen display message generator for thinkpad has stopped working"
    Event Log "Faulting application TPOSDSVC.exe"
    OS Vista Business 32
    I have experienced this on a customer's ThinkPad R61e Machine Type 7650-DNG and found that the following solves the problem.
    Firstly run Thinkvantage System Update and get everything up to date from Critical, Recommended and Optional Updates tabs.
    Next Run Windows Update and view the available updates select all High Priority Microsoft updates and any optional ones that you require and (and this is where it differs from normal Lenovo advice) select the Conexant Audio driver aswell.
    Current Vista version available on Windows Update is 4.98 (Date 23 Jun 2009)
    Current Vista version available on Thinkvantage System Update is 4.18 (Date 2 Oct 2007)
    NB Re-installing 4.18 may have solved the problem also, but I have not tried that and do not plan to.
    I hope this helps. 
    Jason Bolton - BWCL - Lenovo Premium Business Partner - www.bwcl.co.uk

  • On screen display message generator for ThinkPad has stopped working

    Hello,
    This is a fresh install of Vista-32 on a lenovo x300.
    Upon boot (or launching TPOSDSVC.exe) I receive the error message in the subject line.
    There is an entry in the Application log, here is the jist of it:
    Faulting application TPOSDSVC.exe, version 1.1.3.0 faulting module MMDevApi.dll_unloaded
    I've uninstalled the On Screen Display application a few times - no luck 
    -I uninstalled it from add/remove programs then reinstalled it via the Lenovo System Update utility.
    I've checked my video drivers - up to date according to lenovo
    The problem is presitent under new profiles.
    I did some digging online and found a possible fix of altering some reg keys
    http://forums.lenovo.com/lnv/board/message?board.id=T_Series_Thinkpads&message.id=28789&query.id=223...
    The keys mentioned in that post were non- existent in this computers registry.... ?
    I added them .... no dice
     thanks in advance
    -kirby 
    Solved!
    Go to Solution.

    Dear All
    Error message on start "on screen display message generator for thinkpad has stopped working"
    Event Log "Faulting application TPOSDSVC.exe"
    OS Vista Business 32
    I have experienced this on a customer's ThinkPad R61e Machine Type 7650-DNG and found that the following solves the problem.
    Firstly run Thinkvantage System Update and get everything up to date from Critical, Recommended and Optional Updates tabs.
    Next Run Windows Update and view the available updates select all High Priority Microsoft updates and any optional ones that you require and (and this is where it differs from normal Lenovo advice) select the Conexant Audio driver aswell.
    Current Vista version available on Windows Update is 4.98 (Date 23 Jun 2009)
    Current Vista version available on Thinkvantage System Update is 4.18 (Date 2 Oct 2007)
    NB Re-installing 4.18 may have solved the problem also, but I have not tried that and do not plan to.
    I hope this helps. 
    Jason Bolton - BWCL - Lenovo Premium Business Partner - www.bwcl.co.uk

  • [solved] Touchpad scrolling and tapping stops working after Xorg 1.9

    Hi all,
    My laptop is an Acer Extensa 5630EZ and it has been running for over a year with Arch without problems. However, since the xorg 1.9 upgrade the touchpad edge scrolling just randomly stops working. Everything else continues working fine. I have searched the forums and Googled but haven't found anything that fixes it. Logging out and back into KDE gets the scrolling working again (X restart I guess). I'm pretty much stumped for ideas. Please help!
    [edit]
    - I edited the title for a more accurate description
    - I noticed that tapping also stops working
    - Note that it initially works but then randomly stops... as opposed to others' where it does not work at all.
    /etc/X11/xorg.conf.d/10-synaptics.conf
    $ cat /etc/X11/xorg.conf.d/10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on"
    Option "VertTwoFingerScroll" "on"
    Option "CornerCoasting" "1"
    Option "RBCornerButton" "3"
    Option "LTCornerButton" "2"
    Option "CoastingSpeed" "0.5"
    Option "CoastingFriction" "0"
    Option "EmulateTwoFingerMinZ" "40"
    Option "EmulateTwoFingerMinW" "5"
    EndSection
    /etc/X11/xorg.conf.d/10-evdev.conf
    $ cat /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    touchpad part of X log
    [ 36091.108] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 36091.108] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 36091.108] (**) PS/2 Mouse: always reports core events
    [ 36091.108] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 36091.120] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 36091.120] (--) PS/2 Mouse: Found relative axes
    [ 36091.120] (--) PS/2 Mouse: Found x and y relative axes
    [ 36091.120] (II) PS/2 Mouse: Configuring as mouse
    [ 36091.120] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 36091.120] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 36091.120] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 36091.120] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 36091.120] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 36091.120] (II) PS/2 Mouse: initialized for relative axes.
    [ 36091.121] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 36091.121] (II) No input driver/identifier specified (ignoring)
    [ 36091.121] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "evdev touchpad catchall"
    [ 36091.121] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.121] (II) LoadModule: "synaptics"
    [ 36091.122] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 36091.130] (II) Module synaptics: vendor="X.Org Foundation"
    [ 36091.130] compiled for 1.9.0, module version = 1.3.0
    [ 36091.130] Module class: X.Org XInput Driver
    [ 36091.130] ABI class: X.Org XInput driver, version 11.0
    [ 36091.130] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.130] (**) Option "Device" "/dev/input/event6"
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 36091.249] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.249] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.249] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.249] (**) Option "VertEdgeScroll" "on"
    [ 36091.249] (**) Option "CornerCoasting" "1"
    [ 36091.250] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.250] (**) Option "RBCornerButton" "3"
    [ 36091.250] (**) Option "LTCornerButton" "2"
    [ 36091.250] (**) Option "TapButton1" "1"
    [ 36091.250] (**) Option "TapButton2" "2"
    [ 36091.250] (**) Option "TapButton3" "3"
    [ 36091.250] (**) Option "CoastingSpeed" "0.5"
    [ 36091.250] (**) Option "CoastingFriction" "0"
    [ 36091.349] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.349] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 36091.416] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 36091.416] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 36091.459] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 36091.460] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 36091.460] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 36091.460] (II) Synaptics touchpad driver version 1.3.0
    [ 36091.856] (EE) AlpsPS/2 ALPS GlidePoint no synaptics event device found
    [ 36091.905] (**) Option "Device" "/dev/input/mouse1"
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid x-axis range. defaulting to 1615 - 5685
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid y-axis range. defaulting to 1729 - 4171
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid pressure range. defaulting to 0 - 256
    [ 36091.916] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 36091.916] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 36091.916] (**) Option "EmulateTwoFingerMinW" "5"
    [ 36091.916] (**) Option "VertEdgeScroll" "on"
    [ 36091.916] (**) Option "CornerCoasting" "1"
    [ 36091.916] (**) Option "VertTwoFingerScroll" "on"
    [ 36091.916] (**) Option "RBCornerButton" "3"
    [ 36091.916] (**) Option "LTCornerButton" "2"
    [ 36091.916] (**) Option "TapButton1" "1"
    [ 36091.916] (**) Option "TapButton2" "2"
    [ 36091.916] (**) Option "TapButton3" "3"
    [ 36091.916] (**) Option "CoastingSpeed" "0.5"
    [ 36091.916] (**) Option "CoastingFriction" "0"
    [ 36091.937] (EE) Query no Synaptics: 6003C8
    [ 36091.937] (--) AlpsPS/2 ALPS GlidePoint: no supported touchpad found
    [ 36091.937] (EE) AlpsPS/2 ALPS GlidePoint Unable to query/initialize Synaptics hardware.
    [ 36091.979] (EE) PreInit failed for input device "AlpsPS/2 ALPS GlidePoint"
    [ 36091.979] (II) UnloadModule: "synaptics"
    [ 36101.679] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36101.679] (II) intel(0): Printing DDC gathered Modelines:
    [ 36101.679] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 36113.812] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 36113.813] (II) intel(0): Printing DDC gathered Modelines:
    [ 36113.813] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    Last edited by drsjlazar (2010-10-13 14:46:44)

    I know about Google's Linux search but I hardly use it... I just add Linux to my search terms. Thanks for the reminder though.
    My laptop is an Acer Extensa 5630EZ with an ALPS 'GlidePoint' touchpad.
    Searching for problems that seem related to mine does not bring up much. Xorg 1.9 being new is probably the reason. I have gone through the updated installation guide and tried to get everything in order. Some pages recommend HAL, Xorg does not. But without HAL, I have no suspend/hibernate option in KDE and VMWare will not work. The problem appears even if I run DBus only without HAL. So I've decided to to just run HAL.
    I have removed all the extra stuff I don't need at startup. Most notable is syndaemon in bashrc (totally forgot I had that). I have to wait for it to stop working since it is unpredictable. Though, I have noticed that it seems to stop working when I use keyboard shortcuts/combinations.
    Here is my entire Xorg log after it stopped working:
    [ 45238.439]
    X.Org X Server 1.9.0
    Release Date: 2010-08-20
    [ 45238.439] X Protocol Version 11, Revision 0
    [ 45238.439] Build Operating System: Linux 2.6.34-ARCH x86_64
    [ 45238.439] Current Operating System: Linux extensa-arch 2.6.35-ARCH #1 SMP PREEMPT Wed Sep 29 08:45:18 CEST 2010 x86_64
    [ 45238.439] Kernel command line: root=/dev/mapper/AllPartitions-ArchRoot ro quiet splash
    [ 45238.439] Build Date: 24 August 2010 01:44:37PM
    [ 45238.439]
    [ 45238.439] Current version of pixman: 0.18.4
    [ 45238.439] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 45238.439] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 45238.439] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Oct 7 11:41:07 2010
    [ 45238.439] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 45238.439] (==) No Layout section. Using the first Screen section.
    [ 45238.439] (==) No screen section available. Using defaults.
    [ 45238.439] (**) |-->Screen "Default Screen Section" (0)
    [ 45238.439] (**) | |-->Monitor "<default monitor>"
    [ 45238.440] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 45238.440] (==) Automatically adding devices
    [ 45238.440] (==) Automatically enabling devices
    [ 45238.440] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 45238.440] Entry deleted from font path.
    [ 45238.440] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 45238.440] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 45238.440] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 45238.440] (II) Loader magic: 0x7d4880
    [ 45238.440] (II) Module ABI versions:
    [ 45238.440] X.Org ANSI C Emulation: 0.4
    [ 45238.440] X.Org Video Driver: 8.0
    [ 45238.440] X.Org XInput driver : 11.0
    [ 45238.440] X.Org Server Extension : 4.0
    [ 45238.441] (--) PCI:*(0:0:2:0) 8086:2a42:1025:013c rev 9, Mem @ 0xf4000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    [ 45238.441] (--) PCI: (0:0:2:1) 8086:2a43:1025:013c rev 9, Mem @ 0xf4400000/1048576
    [ 45238.441] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 45238.441] (II) LoadModule: "extmod"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 45238.441] (II) Module extmod: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.441] Module class: X.Org Server Extension
    [ 45238.441] ABI class: X.Org Server Extension, version 4.0
    [ 45238.441] (II) Loading extension MIT-SCREEN-SAVER
    [ 45238.441] (II) Loading extension XFree86-VidModeExtension
    [ 45238.441] (II) Loading extension XFree86-DGA
    [ 45238.441] (II) Loading extension DPMS
    [ 45238.441] (II) Loading extension XVideo
    [ 45238.441] (II) Loading extension XVideo-MotionCompensation
    [ 45238.441] (II) Loading extension X-Resource
    [ 45238.441] (II) LoadModule: "dbe"
    [ 45238.441] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 45238.441] (II) Module dbe: vendor="X.Org Foundation"
    [ 45238.441] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension DOUBLE-BUFFER
    [ 45238.442] (II) LoadModule: "glx"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 45238.442] (II) Module glx: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.0.0
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (==) AIGLX enabled
    [ 45238.442] (II) Loading extension GLX
    [ 45238.442] (II) LoadModule: "record"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 45238.442] (II) Module record: vendor="X.Org Foundation"
    [ 45238.442] compiled for 1.9.0, module version = 1.13.0
    [ 45238.442] Module class: X.Org Server Extension
    [ 45238.442] ABI class: X.Org Server Extension, version 4.0
    [ 45238.442] (II) Loading extension RECORD
    [ 45238.442] (II) LoadModule: "dri"
    [ 45238.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 45238.443] (II) Module dri: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.0.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension XFree86-DRI
    [ 45238.443] (II) LoadModule: "dri2"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 45238.443] (II) Module dri2: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 1.2.0
    [ 45238.443] ABI class: X.Org Server Extension, version 4.0
    [ 45238.443] (II) Loading extension DRI2
    [ 45238.443] (==) Matched intel as autoconfigured driver 0
    [ 45238.443] (==) Matched vesa as autoconfigured driver 1
    [ 45238.443] (==) Matched fbdev as autoconfigured driver 2
    [ 45238.443] (==) Assigned the driver to the xf86ConfigLayout
    [ 45238.443] (II) LoadModule: "intel"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 45238.443] (II) Module intel: vendor="X.Org Foundation"
    [ 45238.443] compiled for 1.9.0, module version = 2.12.0
    [ 45238.443] Module class: X.Org Video Driver
    [ 45238.443] ABI class: X.Org Video Driver, version 8.0
    [ 45238.443] (II) LoadModule: "vesa"
    [ 45238.443] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.444] (II) Module vesa: vendor="X.Org Foundation"
    [ 45238.444] compiled for 1.9.0, module version = 2.3.0
    [ 45238.444] Module class: X.Org Video Driver
    [ 45238.444] ABI class: X.Org Video Driver, version 8.0
    [ 45238.444] (II) LoadModule: "fbdev"
    [ 45238.444] (WW) Warning, couldn't open module fbdev
    [ 45238.444] (II) UnloadModule: "fbdev"
    [ 45238.444] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 45238.444] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, Clarkdale, Arrandale
    [ 45238.444] (II) VESA: driver for VESA chipsets: vesa
    [ 45238.444] (++) using VT number 7
    [ 45238.448] (WW) Falling back to old probe method for vesa
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 45238.450] drmOpenDevice: node name is /dev/dri/card0
    [ 45238.450] drmOpenDevice: open result is 8, (OK)
    [ 45238.450] drmOpenByBusid: drmOpenMinor returns 8
    [ 45238.450] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 45238.450] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 45238.450] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 45238.451] (==) intel(0): RGB weight 888
    [ 45238.451] (==) intel(0): Default visual is TrueColor
    [ 45238.451] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 45238.451] (--) intel(0): Chipset: "GM45"
    [ 45238.451] (==) intel(0): video overlay key set to 0x101fe
    [ 45238.472] (II) intel(0): Output VGA1 has no monitor section
    [ 45238.578] (II) intel(0): Output LVDS1 has no monitor section
    [ 45238.578] (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    [ 45238.581] (II) intel(0): Output DP1 has no monitor section
    [ 45238.599] (II) intel(0): EDID for output VGA1
    [ 45238.705] (II) intel(0): EDID for output LVDS1
    [ 45238.705] (II) intel(0): Manufacturer: LGD Model: 1f6 Serial#: 0
    [ 45238.705] (II) intel(0): Year: 2009 Week: 0
    [ 45238.705] (II) intel(0): EDID Version: 1.3
    [ 45238.705] (II) intel(0): Digital Display Input
    [ 45238.705] (II) intel(0): Max Image Size [cm]: horiz.: 33 vert.: 21
    [ 45238.705] (II) intel(0): Gamma: 2.20
    [ 45238.705] (II) intel(0): No DPMS capabilities specified
    [ 45238.705] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 45238.705] (II) intel(0): First detailed timing is preferred mode
    [ 45238.705] (II) intel(0): redX: 0.603 redY: 0.349 greenX: 0.325 greenY: 0.553
    [ 45238.705] (II) intel(0): blueX: 0.157 blueY: 0.144 whiteX: 0.313 whiteY: 0.329
    [ 45238.705] (II) intel(0): Manufacturer's mask: 0
    [ 45238.705] (II) intel(0): Supported detailed timing:
    [ 45238.705] (II) intel(0): clock: 71.0 MHz Image Size: 331 x 207 mm
    [ 45238.705] (II) intel(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    [ 45238.705] (II) intel(0): v_active: 800 v_sync: 803 v_sync_end 809 v_blanking: 823 v_border: 0
    [ 45238.705] (II) intel(0): LG Display
    [ 45238.705] (II) intel(0): LP154WX4-TLB5
    [ 45238.705] (II) intel(0): EDID (in hex):
    [ 45238.706] (II) intel(0): 00ffffffffffff0030e4f60100000000
    [ 45238.706] (II) intel(0): 00130103802115780a56759a59538d28
    [ 45238.706] (II) intel(0): 24505400000001010101010101010101
    [ 45238.706] (II) intel(0): 010101010101bc1b00a0502017303020
    [ 45238.706] (II) intel(0): 36004bcf100000190000000000000000
    [ 45238.706] (II) intel(0): 00000000000000000000000000fe004c
    [ 45238.706] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 45238.706] (II) intel(0): 004c503135345758342d544c423500eb
    [ 45238.706] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 45238.706] (II) intel(0): Printing probed modes for output LVDS1
    [ 45238.706] (II) intel(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45238.706] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 45238.706] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 45238.706] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 45238.707] (II) intel(0): EDID for output DP1
    [ 45238.707] (II) intel(0): Output VGA1 disconnected
    [ 45238.707] (II) intel(0): Output LVDS1 connected
    [ 45238.707] (II) intel(0): Output DP1 disconnected
    [ 45238.707] (II) intel(0): Using exact sizes for initial modes
    [ 45238.707] (II) intel(0): Output LVDS1 using initial mode 1280x800
    [ 45238.707] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 45238.707] (II) intel(0): Pageflipping enabled in kernel, but disabled in X
    [ 45238.707] (II) intel(0): Don't panic: https://bugzilla.redhat.com/588421
    [ 45238.707] (==) intel(0): DPI set to (96, 96)
    [ 45238.707] (II) Loading sub module "fb"
    [ 45238.707] (II) LoadModule: "fb"
    [ 45238.707] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 45238.707] (II) Module fb: vendor="X.Org Foundation"
    [ 45238.707] compiled for 1.9.0, module version = 1.0.0
    [ 45238.707] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 45238.707] (II) UnloadModule: "vesa"
    [ 45238.708] (II) Unloading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 45238.708] (==) Depth 24 pixmap format is 32 bpp
    [ 45238.708] (II) intel(0): [DRI2] Setup complete
    [ 45238.708] (II) intel(0): [DRI2] DRI driver: i965
    [ 45238.708] (**) intel(0): Tiling enabled
    [ 45238.708] (**) intel(0): SwapBuffers wait enabled
    [ 45238.708] (==) intel(0): VideoRam: 262144 KB
    [ 45238.708] (II) intel(0): Allocated new frame buffer 1280x800 stride 5120, tiled
    [ 45238.719] (II) UXA(0): Driver registered support for the following operations:
    [ 45238.719] (II) solid
    [ 45238.719] (II) copy
    [ 45238.719] (II) composite (RENDER acceleration)
    [ 45238.719] (II) put_image
    [ 45238.719] (II) get_image
    [ 45238.719] (==) intel(0): Backing store disabled
    [ 45238.719] (==) intel(0): Silken mouse enabled
    [ 45238.719] (II) intel(0): Initializing HW Cursor
    [ 45238.745] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 45238.755] (==) intel(0): DPMS enabled
    [ 45238.755] (==) intel(0): Intel XvMC decoder enabled
    [ 45238.755] (II) intel(0): Set up textured video
    [ 45238.755] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 45238.755] (II) intel(0): direct rendering: DRI2 Enabled
    [ 45238.755] (--) RandR disabled
    [ 45238.755] (II) Initializing built-in extension Generic Event Extension
    [ 45238.755] (II) Initializing built-in extension SHAPE
    [ 45238.755] (II) Initializing built-in extension MIT-SHM
    [ 45238.755] (II) Initializing built-in extension XInputExtension
    [ 45238.755] (II) Initializing built-in extension XTEST
    [ 45238.755] (II) Initializing built-in extension BIG-REQUESTS
    [ 45238.755] (II) Initializing built-in extension SYNC
    [ 45238.755] (II) Initializing built-in extension XKEYBOARD
    [ 45238.755] (II) Initializing built-in extension XC-MISC
    [ 45238.755] (II) Initializing built-in extension SECURITY
    [ 45238.755] (II) Initializing built-in extension XINERAMA
    [ 45238.755] (II) Initializing built-in extension XFIXES
    [ 45238.755] (II) Initializing built-in extension RENDER
    [ 45238.755] (II) Initializing built-in extension RANDR
    [ 45238.755] (II) Initializing built-in extension COMPOSITE
    [ 45238.755] (II) Initializing built-in extension DAMAGE
    [ 45238.767] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 45238.767] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 45238.767] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 45238.767] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 45238.767] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 45238.767] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 45238.768] (II) intel(0): Setting screen physical size to 338 x 211
    [ 45238.886] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 45238.886] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.886] (II) LoadModule: "evdev"
    [ 45238.886] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 45238.886] (II) Module evdev: vendor="X.Org Foundation"
    [ 45238.886] compiled for 1.9.0, module version = 2.5.0
    [ 45238.886] Module class: X.Org XInput Driver
    [ 45238.886] ABI class: X.Org XInput driver, version 11.0
    [ 45238.886] (**) Power Button: always reports core events
    [ 45238.886] (**) Power Button: Device: "/dev/input/event2"
    [ 45238.899] (--) Power Button: Found keys
    [ 45238.899] (II) Power Button: Configuring as keyboard
    [ 45238.899] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 45238.899] (**) Option "xkb_rules" "evdev"
    [ 45238.899] (**) Option "xkb_model" "evdev"
    [ 45238.899] (**) Option "xkb_layout" "us"
    [ 45238.934] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 45238.934] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 45238.934] (**) Video Bus: always reports core events
    [ 45238.934] (**) Video Bus: Device: "/dev/input/event4"
    [ 45238.943] (--) Video Bus: Found keys
    [ 45238.943] (II) Video Bus: Configuring as keyboard
    [ 45238.943] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 45238.943] (**) Option "xkb_rules" "evdev"
    [ 45238.943] (**) Option "xkb_model" "evdev"
    [ 45238.943] (**) Option "xkb_layout" "us"
    [ 45238.945] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 45238.945] (II) No input driver/identifier specified (ignoring)
    [ 45238.946] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 45238.946] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 45238.946] (**) Sleep Button: always reports core events
    [ 45238.946] (**) Sleep Button: Device: "/dev/input/event1"
    [ 45238.953] (--) Sleep Button: Found keys
    [ 45238.953] (II) Sleep Button: Configuring as keyboard
    [ 45238.953] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 45238.953] (**) Option "xkb_rules" "evdev"
    [ 45238.953] (**) Option "xkb_model" "evdev"
    [ 45238.953] (**) Option "xkb_layout" "us"
    [ 45238.956] (II) config/udev: Adding input device Acer Crystal Eye webcam (/dev/input/event7)
    [ 45238.956] (**) Acer Crystal Eye webcam: Applying InputClass "evdev keyboard catchall"
    [ 45238.956] (**) Acer Crystal Eye webcam: always reports core events
    [ 45238.956] (**) Acer Crystal Eye webcam: Device: "/dev/input/event7"
    [ 45238.963] (--) Acer Crystal Eye webcam: Found keys
    [ 45238.963] (II) Acer Crystal Eye webcam: Configuring as keyboard
    [ 45238.963] (II) XINPUT: Adding extended input device "Acer Crystal Eye webcam" (type: KEYBOARD)
    [ 45238.963] (**) Option "xkb_rules" "evdev"
    [ 45238.963] (**) Option "xkb_model" "evdev"
    [ 45238.963] (**) Option "xkb_layout" "us"
    [ 45238.963] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 45238.964] (II) No input driver/identifier specified (ignoring)
    [ 45238.971] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
    [ 45238.971] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 45238.971] (**) AT Translated Set 2 keyboard: always reports core events
    [ 45238.972] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event3"
    [ 45238.979] (--) AT Translated Set 2 keyboard: Found keys
    [ 45238.979] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 45238.979] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 45238.979] (**) Option "xkb_rules" "evdev"
    [ 45238.979] (**) Option "xkb_model" "evdev"
    [ 45238.979] (**) Option "xkb_layout" "us"
    [ 45238.980] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/event5)
    [ 45238.980] (**) PS/2 Mouse: Applying InputClass "evdev pointer catchall"
    [ 45238.980] (**) PS/2 Mouse: always reports core events
    [ 45238.980] (**) PS/2 Mouse: Device: "/dev/input/event5"
    [ 45238.993] (--) PS/2 Mouse: Found 3 mouse buttons
    [ 45238.993] (--) PS/2 Mouse: Found relative axes
    [ 45238.993] (--) PS/2 Mouse: Found x and y relative axes
    [ 45238.993] (II) PS/2 Mouse: Configuring as mouse
    [ 45238.993] (**) PS/2 Mouse: YAxisMapping: buttons 4 and 5
    [ 45238.993] (**) PS/2 Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 45238.993] (II) XINPUT: Adding extended input device "PS/2 Mouse" (type: MOUSE)
    [ 45238.993] (**) PS/2 Mouse: (accel) keeping acceleration scheme 1
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration profile 0
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration factor: 2.000
    [ 45238.993] (**) PS/2 Mouse: (accel) acceleration threshold: 4
    [ 45238.993] (II) PS/2 Mouse: initialized for relative axes.
    [ 45238.993] (II) config/udev: Adding input device PS/2 Mouse (/dev/input/mouse0)
    [ 45238.993] (II) No input driver/identifier specified (ignoring)
    [ 45238.994] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/event6)
    [ 45238.994] (**) AlpsPS/2 ALPS GlidePoint: Applying InputClass "touchpad catchall"
    [ 45238.994] (II) LoadModule: "synaptics"
    [ 45238.994] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 45238.994] (II) Module synaptics: vendor="X.Org Foundation"
    [ 45238.994] compiled for 1.9.0, module version = 1.3.0
    [ 45238.994] Module class: X.Org XInput Driver
    [ 45238.994] ABI class: X.Org XInput driver, version 11.0
    [ 45238.994] (II) Synaptics touchpad driver version 1.3.0
    [ 45238.995] (**) Option "Device" "/dev/input/event6"
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: x-axis range 0 - 1023
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: y-axis range 0 - 767
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: pressure range 0 - 127
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: buttons: left right middle
    [ 45239.033] (--) AlpsPS/2 ALPS GlidePoint: invalid finger width range. defaulting to 0 - 16
    [ 45239.033] (**) Option "EmulateTwoFingerMinZ" "40"
    [ 45239.033] (**) Option "EmulateTwoFingerMinW" "5"
    [ 45239.033] (**) Option "VertEdgeScroll" "on"
    [ 45239.033] (**) Option "CornerCoasting" "1"
    [ 45239.033] (**) Option "VertTwoFingerScroll" "on"
    [ 45239.033] (**) Option "RBCornerButton" "3"
    [ 45239.033] (**) Option "LTCornerButton" "2"
    [ 45239.033] (**) Option "TapButton1" "1"
    [ 45239.033] (**) Option "TapButton2" "2"
    [ 45239.033] (**) Option "TapButton3" "3"
    [ 45239.033] (**) Option "CoastingSpeed" "0.5"
    [ 45239.033] (**) Option "CoastingFriction" "0"
    [ 45239.059] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.059] (**) AlpsPS/2 ALPS GlidePoint: always reports core events
    [ 45239.073] (II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: TOUCHPAD)
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) MinSpeed is now constant deceleration 2.5
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: MaxSpeed is now 1.75
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: AccelFactor is now 0.156
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) keeping acceleration scheme 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration profile 1
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration factor: 2.000
    [ 45239.073] (**) AlpsPS/2 ALPS GlidePoint: (accel) acceleration threshold: 4
    [ 45239.099] (--) AlpsPS/2 ALPS GlidePoint: touchpad found
    [ 45239.100] (II) config/udev: Adding input device AlpsPS/2 ALPS GlidePoint (/dev/input/mouse1)
    [ 45239.100] (II) No input driver/identifier specified (ignoring)
    [ 45242.575] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45242.575] (II) intel(0): Printing DDC gathered Modelines:
    [ 45242.575] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45243.125] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45243.125] (II) intel(0): Printing DDC gathered Modelines:
    [ 45243.125] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45245.428] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45245.428] (II) intel(0): Printing DDC gathered Modelines:
    [ 45245.428] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 45248.639] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 45248.639] (II) intel(0): Printing DDC gathered Modelines:
    [ 45248.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.586] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.586] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.586] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70602.803] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70602.803] (II) intel(0): Printing DDC gathered Modelines:
    [ 70602.803] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.146] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.146] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.146] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.358] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.358] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.359] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.518] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.518] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.518] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 70603.662] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 70603.662] (II) intel(0): Printing DDC gathered Modelines:
    [ 70603.662] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [ 90776.420] (II) intel(0): EDID vendor "LGD", prod id 502
    [ 90776.420] (II) intel(0): Printing DDC gathered Modelines:
    [ 90776.420] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122487.594] (II) intel(0): EDID vendor "LGD", prod id 502
    [122487.594] (II) intel(0): Printing DDC gathered Modelines:
    [122487.594] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.139] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.139] (II) intel(0): Printing DDC gathered Modelines:
    [122488.139] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.784] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.784] (II) intel(0): Printing DDC gathered Modelines:
    [122488.784] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122488.980] (II) intel(0): EDID vendor "LGD", prod id 502
    [122488.980] (II) intel(0): Printing DDC gathered Modelines:
    [122488.980] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.174] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.174] (II) intel(0): Printing DDC gathered Modelines:
    [122489.174] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.321] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.321] (II) intel(0): Printing DDC gathered Modelines:
    [122489.321] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.470] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.470] (II) intel(0): Printing DDC gathered Modelines:
    [122489.470] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.617] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.617] (II) intel(0): Printing DDC gathered Modelines:
    [122489.617] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.756] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.756] (II) intel(0): Printing DDC gathered Modelines:
    [122489.756] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122489.903] (II) intel(0): EDID vendor "LGD", prod id 502
    [122489.904] (II) intel(0): Printing DDC gathered Modelines:
    [122489.904] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [122490.054] (II) intel(0): EDID vendor "LGD", prod id 502
    [122490.054] (II) intel(0): Printing DDC gathered Modelines:
    [122490.054] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165444.489] (II) intel(0): EDID vendor "LGD", prod id 502
    [165444.519] (II) intel(0): Printing DDC gathered Modelines:
    [165444.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.260] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.260] (II) intel(0): Printing DDC gathered Modelines:
    [165445.261] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.519] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.519] (II) intel(0): Printing DDC gathered Modelines:
    [165445.519] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.682] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.682] (II) intel(0): Printing DDC gathered Modelines:
    [165445.682] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165445.827] (II) intel(0): EDID vendor "LGD", prod id 502
    [165445.827] (II) intel(0): Printing DDC gathered Modelines:
    [165445.827] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.027] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.027] (II) intel(0): Printing DDC gathered Modelines:
    [165446.027] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.234] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.234] (II) intel(0): Printing DDC gathered Modelines:
    [165446.234] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.409] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.409] (II) intel(0): Printing DDC gathered Modelines:
    [165446.409] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.638] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.639] (II) intel(0): Printing DDC gathered Modelines:
    [165446.639] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165446.798] (II) intel(0): EDID vendor "LGD", prod id 502
    [165446.798] (II) intel(0): Printing DDC gathered Modelines:
    [165446.798] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.035] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.035] (II) intel(0): Printing DDC gathered Modelines:
    [165447.035] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165447.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165447.227] (II) intel(0): Printing DDC gathered Modelines:
    [165447.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [165450.227] (II) intel(0): EDID vendor "LGD", prod id 502
    [165450.227] (II) intel(0): Printing DDC gathered Modelines:
    [165450.227] (II) intel(0): Modeline "1280x800"x0.0 71.00 1280 1328 1360 1440 800 803 809 823 -hsync -vsync (49.3 kHz)
    [edit] I haven't had any problems the since I disabled all the extra stuff. I don't feel like finding the exact cause since I think it was specific to my own setup... though I suspect syndaemon. I'll go ahead and mark this as solved... again. Thanks for the help.
    Last edited by drsjlazar (2010-10-13 14:44:37)

  • SOLVED: BlackBerry Desktop Manager Has Stopped Working

    Good morning.
    Let me start off by saying I have a Dell laptop runing Vista 64 bit with 4 gig ram.  I have Desktop Manager v 4.7 installed and has been working great synching my Outlook calender and my Blackberry.
    Starting about a week ago, the synch process gets all the way to the end and I get a message saying:
    "BlackBerry Desktop Manager Has Stopped Working" and I have the choice to "check online for a solution and close the program" or "close the program".  When I click on "view problem details I get this:
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: DesktopMgr.exe
      Application Version: 4.7.0.37
      Application Timestamp: 49c1b7ab
      Fault Module Name: StackHash_6d57
      Fault Module Version: 6.0.6001.18000
      Fault Module Timestamp: 4791a783
      Exception Code: c0000374
      Exception Offset: 000aada3
      OS Version: 6.0.6001.2.1.0.768.3
      Locale ID: 1033
      Additional Information 1: 6d57
      Additional Information 2: a8064b034a1a2f2f618d075073f8fe42
      Additional Information 3: 2dc5
      Additional Information 4: dbcf31406c7084dbad1f33e2de526f4e
    Read our privacy statement:
      http://go.microsoft.com/fwlink/?linkid=50163&clcid​=0x0409
    Any ideas?
    Message Edited by The_Geek on 09-29-2009 06:51 AM
    Message Edited by The_Geek on 09-29-2009 07:38 AM
    Solved!
    Go to Solution.

    I found this on another site:
    1.) Start the Desktop Manager software 
    2.) Connect the blackberry using USB Connector
    3.) Select "back-up and restore"
    4.) Select "advanced"
    5.) Look at the list of information showing in the "device memory" window on your computer
    6.) Select "calender all" and DELETE it
    7.) Go back to the main screen and syncronize.
    8.) Everything should work fine!
    In essence it was a corrupt calendar data file on the Blackberry device, apparently.

  • [solved?!] Sound suddenly stopped working (arch in vbox vm)

    Hi all,
    I installed arch-i686 in a VirtualBox virtual machine a few days ago and at first, everything worked well, including audio. The guest additions are of course installed and running.
    After making some updates with "pacman -Syu" the sound stopped working. There is no error message when I start e.g. vlc from a console and let it play an mp3-file. But there is no sound at all.
    I already increased the volume of all the channels in kmix and alsamixer without success.
    Can someone give me a hint?
    Thanks in advance & kind regards,
    jamesbond007.
    Last edited by jamesbond007 (2010-01-01 23:56:38)

    Well, after a reboot of the host (not guest) os it now continues to work!
    I don't understand why, but I'm happy about it nevertheless.

  • Lebovo ThinkPad webcam stopped working and there no source how do i find were to look?

    I have just bought this Lebovo ThinkPad - http://www.computervalley.ca/2356h8u/tp-t430s-i5-3320m-320/7200-4gb-w7pr-h8u but all on a sudden my laptop webcam stopped functioning and i don't have a clue how to fix it..Where do i find it's source then fix the problem?..Should i delete adobe flash, or any other adobe drives then reinstall them again?

    Hi munich751,
    Have you changed any software or updated the drivers, BIOS or chipset prior to the camera not working?
    Be AWESOME Everyday!
    Donate KUDOS and Click "Accepted Solution"
    Did someone help you today?
    Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"
    This will help the rest of the Community with similar issues identify the verified solution and benefit from it.

  • [SOLVED] Gnome 3.6 desktop stopped working after few boots

    I have been an avid ArchLinux user for many years but really need some help on this one. It drives me nuts.
    It started with the big systemd/gnome 3.6 update, went pretty smooth, got GDM and then my desktop. I think that at some point I added an Exchange account in the online account panel. I think the next reboot I could not pass GDM, only the Oops windows. Un-installed a couple of suspicious gnome-shell-extensions but still no luck with Gnome although KDE, LXDE and XFCE are working just fine. I then moved my home folder in order to start from a fresh one but still no luck after one reboot. Then I got tired and thought that maybe it was time to do a clean systemd install and switch to SSD. That's what I did and got my desktop working pretty easily. Installed Equinox theme and couple of extensions via the online service (mainly to hide icons). I did many reboot during that time and it was fine. Then I started reinstalling a lot of packages from texlive to audacity. In the meantime I added two online accounts; one gmail when I asked to sync calendar & contacts and another one with an Exchange account (calendar sync only). Gmail account seemed to work fine and I could see the calendar events in both evolution and the top bar. Exchange didn't work so I installed evolution-ews package and then continued to install my other many packages. I then rebooted and guess what? Ooops is back. This time dmesg says:
    systemd-journald[210]: File /var/log/journal/03137ccde67641f0a7ff7949e7384a8f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 41.015383] mission-control[830]: segfault at 0 ip 00007ff80331a360 sp 00007ffff3ed1788 error 4 in libglib-2.0.so.0.3400.2[7ff8032e2000+f4000]
    [ 82.668771] mission-control[1500]: segfault at 0 ip 00007f7588056360 sp 00007fff6783bb48 error 4 in libglib-2.0.so.0.3400.2[7f758801e000+f4000]
    Removed ~/.local but didn't fix the problem. It is official ... I am really lost!
    I removed Equinox theme, telepathy-gabble but still no luck.
    Here are the packages installed on this machine:
    a2ps 4.14-2
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    accountsservice 0.6.25-1
    acl 2.2.51-2
    acroread 9.5.1-2
    aircrack-ng 1.1-8
    aircrack-ng-scripts 1.1-8
    aisleriot 3.2.3.2-1
    akonadi 1.8.1-1
    alacarte 3.6.1-2
    alsa-lib 1.0.26-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    antiword 0.37-3
    apr 1.4.6-1
    apr-util 1.4.1-1
    arandr 0.1.6-1
    archlinux-keyring 20121113-1
    ardour 2.8.14-1
    arte7recorder 5.0-beta5
    aspell 0.60.6.1-1
    aspell-en 7.1-2
    aspell-fr 0.50.3-6
    at-spi 1.32.0-5
    at-spi2-atk 2.6.2-1
    at-spi2-core 2.6.2-1
    atk 2.6.0-1
    atkmm 2.22.6-1
    attica 0.4.1-1
    attr 2.4.46-2
    aubio 0.3.2-5
    audacity 2.0.2-1
    autoconf 2.69-1
    automake 1.12.5-1
    avahi 0.6.31-4
    avidemux-cli 2.5.6-4
    avidemux-gtk 2.5.6-4
    babl 0.1.10-1
    banshee 2.6.0-2
    baobab 3.6.3-1
    bash 4.2.039-1
    bash-completion 2.0-2
    bc 1.06-8
    bcompare 3.3.5.15075-1
    binutils 2.23.1-1
    bison 2.6.5-1
    bleachbit 0.9.3-1
    bless 0.6.0-3
    bluez 4.101-1
    bonnie++ 1.03e-6
    boo 0.9.4.9-2
    boost-libs 1.50.0-3
    brasero 3.6.1-1
    bridge-utils 1.5-1
    brltty 4.3-7
    brother-dcp560cn 1.0.1-1
    bzip2 1.0.6-4
    bzr 2.5.1-2
    ca-certificates 20121105-1
    ca-certificates-java 20120608-1
    cacheclean 2.1-5
    cairo 1.12.8-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    cantarell-fonts 0.0.11-2
    caribou 0.4.4.2-1
    catfish 0.4.0.2-1
    ccid 1.4.8-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    celt 0.11.1-4
    cheese 3.6.2-1
    chmlib 0.40-3
    chromaprint 0.7-1
    chromium 23.0.1271.64-1
    cifs-utils 5.7-1
    clamav 0.97.6-1
    clementine 1.1.0-2
    cln 1.3.2-1
    cloog 0.17.0-2
    clucene 2.3.3.4-6
    clutter 1.12.2-1
    clutter-gst 1.9.92-1
    clutter-gtk 1.4.0-1
    cmake 2.8.10.1-2
    cogl 1.10.4-1
    colord 0.1.24-3
    colord-gtk 0.1.23-1
    colordiff 1.0.13-1
    compositeproto 0.4.2-2
    coreutils 8.20-1
    cpupower 3.6-1
    cracklib 2.8.19-1
    cronie 1.4.8-3
    cryptsetup 1.5.1-1
    cups 1.6.1-6
    cups-filters 1.0.24-2
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.4-1
    curl 7.28.0-1
    cutecom 0.22.0-1
    damageproto 1.2.1-2
    darktable 1.0.5-4
    dasher 4.10.1-3
    davfs2 1.4.7-1
    davmail 4.1.0-1
    db 5.3.21-1
    dbus 1.6.8-1
    dbus-core 1.6.8-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.14.1-1
    ddrescue 1.16-2
    deb2targz 0.1-6
    deja-dup 24.0-2
    desktop-file-utils 0.20-1
    device-mapper 2.02.98-1
    dhclient 4.2.4.2-1
    dhcpcd 5.6.2-1
    dhex 0.68-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffutils 3.2-1
    digikam 2.9.0-1
    dirmngr 1.1.0-4
    djvulibre 3.5.25.3-1
    dkms 2.2.0.3-12
    dkms-frandom 1.1-2
    dmxproto 2.3.1-2
    dnssec-anchors 20120422-1
    dnsutils 9.9.2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosfstools 3.0.12-1
    dotconf 1.3-3
    dstat 0.7.2-4
    duplicity 0.6.20-2
    duply 1.5.8-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.1-2
    e2fsprogs 1.42.6-1
    easytag 2.1.7-3
    ecryptfs-utils 100-2
    ekiga 3.9.90-1
    empathy 3.6.2-1
    enca 1.13-2
    encfs 1.7.4-8
    enchant 1.6.0-4
    enigmail-bin 1.4.6-1
    eog 3.6.2-1
    eog-plugins 3.6.1-1
    epiphany 3.6.1-1
    ethtool 1:3.6-1
    ettercap 0.7.5-2
    ettercap-gtk 0.7.5-2
    evince 3.6.1-1
    evolution 3.6.2-1
    evolution-data-server 3.6.2-1
    exempi 2.2.0-1
    exiv2 0.23-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    faenza-icon-theme 1.3-1
    fakeroot 1.18.4-1
    farstream 0.2.2-1
    fbpdf-git 20121118-1
    feh 2.7-1
    ffdiaporama-devel 1.5.b2.2012.1118-1
    ffmpeg 1:1.0-2
    ffmpeg-compat 20120509-2
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.6.2-3
    filesystem 2012.10-2
    filezilla 3.6.0-1
    findutils 4.4.2-4
    fingerprint-gui 1.04-2
    firefox 16.0.2-1
    firefox-i18n-fr 16.0.2-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flashplugin 11.2.202.251-1
    flex 2.5.37-1
    fltk 1.3.1-1
    flvstreamer 2.1c1-2
    folks 0.8.0-1
    fontconfig 2.10.1-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    freeglut 2.8.0-2
    freemind 0.9.0-3
    freeplane 1.2.20-1
    freerdp 1.0.1-8
    freetype2 2.4.10-1
    frei0r-plugins 1.3-6
    fribidi 0.19.4-1
    fuse 2.9.2-1
    gajim 0.15.2-1
    gamin 0.1.10-6
    gavl 1.4.0-1
    gawk 4.0.1-1
    gc 7.2.d-1
    gcalctool 6.6.2-1
    gcc 4.7.2-2
    gcc-go 4.7.2-2
    gcc-libs 4.7.2-2
    gconf 3.2.5-3
    gconf-editor 3.0.1-1
    gconf-sharp 2.24.2-2
    gcr 3.6.2-2
    gd 2.0.36RC1-5
    gdata-sharp 1.7.0.1-2
    gdb 7.5-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.5-1
    gdm 3.6.2-1
    gecko-mediaplayer 1.0.7-1
    gedit 3.6.2-1
    gedit-plugins 3.6.1-1
    geeqie 1.1-2
    gegl 0.2.0-5
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20121105-1
    gettext 0.18.1.1-4
    ghex 3.6.1-1
    ghostscript 9.06-1
    giblib 1.2.4-5
    giflib 4.1.6-5
    giggle 0.7-1
    gimp-devel 2.8.2-1
    gimp-plugin-fblur 3.2.6-3
    gimp-plugin-gmic 1.5.1.8-4
    gimp-plugin-lqr 0.7.1-4
    gimp-plugin-saveforweb 0.29.3-1
    gimp-plugin-separate+ 0.5.8-3
    gimp-plugin-wavelet-decompose 0.1.2-2
    gimp-plugin-wavelet-denoise 0.3.1-2
    gimp-plugin-wavelet-sharpen 0.1.2-2
    gimp-refocus 0.9.0-3
    gimp-resynth-heal-selection 0.16-4
    gimp-ufraw 0.18-5
    gimpfx-foundry 2.6_1-2
    git 1.8.0-1
    gitg 0.2.5-1
    gitso 0.6-2
    gjs 1.34.0-1
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade-perl 1.007-6
    glew 1.9.0-1
    glib 1.2.10-9
    glib-networking 2.34.2-1
    glib-perl 1.260-1
    glib2 2.34.2-1
    glibc 2.16.0-5
    glibmm 2.34.1-1
    glu 9.0.0-1
    gmime 2.6.12-1
    gmp 5.0.5-1
    gmpc 11.8.16-1
    gmtk 1.0.7-1
    gnochm 0.9.11-11
    gnome-backgrounds 3.6.0-1
    gnome-bluetooth 3.6.1-1
    gnome-color-manager 3.6.0-1
    gnome-contacts 3.6.2-1
    gnome-control-center 3.6.3-2
    gnome-desktop 1:3.6.2-1
    gnome-dictionary 3.6.0-1
    gnome-disk-utility 3.6.1-1
    gnome-documents 3.6.2-1
    gnome-font-viewer 3.6.1-1
    gnome-games 3.6.1-1
    gnome-games-extra-data 3.2.0-2
    gnome-icon-theme 3.6.2-1
    gnome-icon-theme-extras 3.6.2-1
    gnome-icon-theme-symbolic 3.6.2-1
    gnome-keyring 3.6.2-1
    gnome-media 3.4.0-1
    gnome-menus 3.6.1-1
    gnome-mime-data 2.18.0-6
    gnome-mplayer 1.0.7-1
    gnome-nettool 3.2.0-1
    gnome-online-accounts 3.6.2-1
    gnome-panel 3.6.2-1
    gnome-power-manager 3.6.0-1
    gnome-python 2.28.1-8
    gnome-screensaver 3.6.1-1
    gnome-screenshot 3.6.1-1
    gnome-search-tool 3.6.0-1
    gnome-session 3.6.2-1
    gnome-settings-daemon 3.6.3-2
    gnome-shell 3.6.2-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.6.1-1
    gnome-system-monitor 3.6.0-1
    gnome-terminal 3.6.0-1
    gnome-themes-standard 3.6.2-1
    gnome-tweak-tool 3.6.1-1
    gnome-user-docs 3.6.2-1
    gnome-vfs 2.24.4-6
    gnome-video-effects 0.4.0-2
    gnonlin 0.10.17-1
    gnu-netcat 0.7.1-4
    gnupg 2.0.19-2
    gnutls 3.1.3-2
    go 2:1.0.3-3
    gobject-introspection 1.34.2-1
    goocanvas1 1.0.0-1
    google-earth 7.0.1.8244-1
    gpart 0.1h-5
    gparted 0.14.0-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gpicview 0.2.3-1
    gpm 1.20.7-1
    gptfdisk 0.8.5-2
    gqview 2.0.4-5
    grantlee 0.3.0-1
    graphicsmagick 1.3.17-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.14-1
    grfkill 20121118-1
    griffith 0.13-3
    grml-zsh-config 0.7.1-3
    groff 1.21-2
    grsync 1.2.2-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.6.1-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-2
    gst-plugins-bad 1.0.2-1
    gst-plugins-base 1.0.2-1
    gst-plugins-base-libs 1.0.2-1
    gst-plugins-good 1.0.2-1
    gstreamer 1.0.2-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-3
    gstreamer0.10-bad-plugins 0.10.23-3
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-3
    gstreamer0.10-ugly-plugins 0.10.19-3
    gtk 1.2.10-11
    gtk-aurora-engine 1.5.1-3
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.13-1
    gtk-vnc 0.5.1-1
    gtk2 2.24.13-1
    gtk2-perl 1.244-1
    gtk3 3.6.2-1
    gtkhtml4 4.6.1-1
    gtkimageview 1.6.4-3
    gtkmm 2.24.2-2
    gtkmm3 3.6.0-1
    gtkpacman 2.3.1-4
    gtksourceview2 2.10.5-2
    gtksourceview3 3.6.1-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    guake 0.4.4-2
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gutenprint 5.2.9-1
    gvfs 1.14.2-1
    gvfs-afc 1.14.2-1
    gvfs-obexftp 1.14.2-1
    gvim 7.3.712-1
    gzip 1.5-1
    hachoir-core 1.3.3-3
    hachoir-metadata 1.3.3-2
    hachoir-parser 1.3.4-3
    hachoir-urwid 1.1-2
    handbrake 0.9.8-1
    hardinfo 0.5.1-5
    harfbuzz 0.9.5-2
    hdparm 9.42-1
    heirloom-mailx 12.5-3
    hexedit 1.2.12-5
    hicolor-icon-theme 0.12-2
    hplip 3.12.10.a-3
    hspell 1.2-1
    hsqldb-java 1:1.8.0.10-2
    htop 1.0.2-1
    hubbub 0.1.2-1
    hunspell 1.3.2-2
    hwids 20121022-1
    hyphen 2.8.6-1
    i7z 0.27.2-1
    iana-etc 2.30-3
    icedtea-web-java7 1.3.1-1
    icon-naming-utils 0.8.90-2
    icu 50.1-2
    id3lib 3.8.3-12
    id3v2 0.1.12-2
    idnkit 1.0-2
    iftop 0.17-10
    ilmbase 1.0.3-1
    imagemagick 6.8.0.3-1
    imlib2 1.4.5-2
    impressive 0.10.3-5
    inetutils 1.9.1-4
    iniparser 3.1-2
    inkscape 0.48.3.1-7
    inputproto 2.2-1
    intel-dri 9.0.1-1
    intel-tbb 4.1_20120718-2
    intltool 0.50.2-1
    iproute2 3.6.0-2
    iptables 1.4.16.2-1
    iputils 20121114-1
    isl 0.10-1
    iso-codes 3.38-1
    iw 3.6-1
    jack 0.121.3-7
    jasper 1.900.1-8
    jbig2dec 0.11-5
    jdk7-openjdk 7.u9_2.3.3-1
    jdownloader2 latest-1
    jessyink2 2.0.0.alpha.1-1
    jfsutils 1.1.15-3
    john 1.7.9-7
    jre7-openjdk 7.u9_2.3.3-1
    jre7-openjdk-headless 7.u9_2.3.3-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.15.2-1
    k3b 2.0.2-6
    k9copy 2.3.8-2
    kactivities 4.9.3-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kde-base-artwork 4.9.3-1
    kdebase-runtime 4.9.3-1
    kdebase-workspace 4.9.3-1
    kdeedu-marble 4.9.3-1
    kdelibs 4.9.3-2
    kdenlive 0.9.2-5
    kdepim-runtime 4.9.3-1
    kdepimlibs 4.9.3-1
    kdiff3 0.9.97-2
    keepassx 0.4.3-3
    keyutils 1.5.5-3
    khrplatform-devel 9.0.1-1
    kid3 2.2-1
    kipi-plugins 2.9.0-1
    kismet 2011_03_R2-5
    kmod 11-2
    krb5 1.10.3-1
    ladspa 1.13-4
    lame 3.99.5-1
    languagetool 1.9-1
    lcms 1.19-2
    lcms2 2.4-1
    ld-lsb 3-5
    ldns 1.6.14-1
    leafpad 0.8.18.1-3
    lensfun 0.2.6-1
    less 451-1
    levelator 1.3.0-3
    lfhex 0.42-2
    lftp 4.4.0-1
    lib32-alsa-lib 1.0.26-1
    lib32-atk 2.6.0-1
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.8-1
    lib32-dbus-core 1.6.8-1
    lib32-e2fsprogs 1.42.6-1
    lib32-expat 2.1.0-1
    lib32-fontconfig 2.10.1-1
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.2-2
    lib32-gdk-pixbuf2 2.26.5-1
    lib32-glib2 2.34.2-1
    lib32-glibc 2.16.0-5
    lib32-gtk2 2.24.13-1
    lib32-harfbuzz 0.9.5-1
    lib32-icu 49.1.2-1
    lib32-intel-dri 9.0.1-1
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.3-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.40-1
    lib32-libffi 3.0.11-1
    lib32-libgl 9.0.1-1
    lib32-libglapi 9.0.1-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libldap 2.4.33-1
    lib32-libmng 1.0.10-6
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.13-1
    lib32-libsm 1.2.1-1
    lib32-libtiff 4.0.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.9-1
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.8.0-1
    lib32-libxrandr 1.4.0-1
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 9.0.1-1
    lib32-ncurses 5.9-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.32.1-1
    lib32-pcre 8.31-1
    lib32-pixman 0.28.0-1
    lib32-qt 4.8.3-3
    lib32-readline 6.2.004-1
    lib32-sqlite 3.7.14.1-1
    lib32-util-linux 2.22.1-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libao 1.1.0-2
    libarchive 3.0.4-2
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.19-1
    libavc1394 0.5.4-1
    libbluray 0.2.3-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.30-2
    libcanberra-pulse 0.30-2
    libcap 2.22-3
    libcap-ng 0.7-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.8-1
    libcryptui 3.6.0-1
    libcss 0.1.2-2
    libcups 1.6.1-6
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.40-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120601_3.0-1
    libegl 9.0.1-1
    libevent 2.0.20-1
    libexif 0.6.21-1
    libfakekey 0.1-5
    libffi 3.0.11-1
    libfm 1.1.0-3
    libfontenc 1.1.1-1
    libfprint 0.4.0-3
    libftdi 0.20-1
    libgbm 9.0.1-1
    libgcrypt 1.5.0-3
    libgdata 0.13.2-1
    libgdiplus 2.10-3
    libgee 0.6.6.1-1
    libgksu 2.0.12-5
    libgl 9.0.1-1
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 9.0.1-1
    libgles 9.0.1-1
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-keyring 3.6.0-1
    libgnome-media-profiles 3.0.0-3
    libgnomecanvas 2.30.3-2
    libgnomecanvasmm 2.26.0-2
    libgnomekbd 3.6.0-1
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.25-1
    libgssglue 0.4-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.4-1
    libgweather 3.6.2-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libiptcdata 1.0.4-2
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libkate 0.4.1-3
    libkcddb 4.9.3-1
    libkdcraw 4.9.3-1
    libkexiv2 4.9.3-1
    libkface 2.9.0-1
    libkgapi 0.4.3-1
    libkgeomap 2.9.0-1
    libkipi 4.9.3-1
    libksane 4.9.3-1
    libksba 1.2.0-2
    libkvkontakte 2.9.0-1
    liblastfm 0.3.3-3
    libldap 2.4.33-1
    liblo 0.26-2
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-7
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmediainfo 0.7.61-1
    libmikmod 3.2.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 1.0.1-1
    libmpcdec 1.2.6-3
    libmpd 11.8.17-1
    libmpeg2 0.5.1-3
    libmtp 1.1.5-1
    libmusicbrainz5 5.0.1-1
    libmysqlclient 5.5.28-1
    libmythes 1:1.2.3-1
    libnet 1.1.6-1
    libnice 0.1.3-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    libnsbmp 0.0.3-3
    libnsgif 0.0.3-3
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotr 4.0.0-1
    libparserutils 0.1.1-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.6.1-1
    libpipeline 1.2.2-1
    libplist 1.8-2
    libpng 1.5.13-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-2
    libpwquality 1.2.0-1
    libqalculate 0.9.7-3
    libquvi 0.4.1-1
    libquvi-scripts 0.4.9-1
    libqzeitgeist 0.8.0-2
    libraw1394 2.0.7-2
    libreoffice-base 3.6.3-3
    libreoffice-calc 3.6.3-3
    libreoffice-common 3.6.3-3
    libreoffice-draw 3.6.3-3
    libreoffice-extension-languagetool 1.9-1
    libreoffice-fr 3.6.3-1
    libreoffice-gnome 3.6.3-3
    libreoffice-impress 3.6.3-3
    libreoffice-kde4 3.6.3-3
    libreoffice-math 3.6.3-3
    libreoffice-postgresql-connector 3.6.3-3
    libreoffice-sdk 3.6.3-3
    libreoffice-sdk-doc 3.6.3-3
    libreoffice-writer 3.6.3-3
    librpcsecgss 0.19-7
    librsvg 2.36.4-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libsecret 0.11-1
    libshout 1:2.3.1-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.11-1
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.40.2-1
    libsoup-gnome 2.40.2-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libtasn1 3.0-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.3-1
    libtiger 0.3.4-3
    libtirpc 0.2.2-4
    libtool 2.4.2-7
    libtracker-sparql 0.14.4-2
    libui-dialog-perl 1.08-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.14-1
    libva 1.1.0-2
    libvdpau 0.5-1
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwapcaplet 0.1.1-1
    libwbclient 3.6.9-1
    libwebp 0.2.0-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.4-1
    libwpd 0.9.4-1
    libwps 0.2.7-1
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.9-1
    libxcomp 3.5.0.15-2
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.3-1
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzapojit 0.0.2-1
    libzeitgeist 0.3.18-3
    libzen 0.4.28-1
    licenses 2.9-1
    lilv 0.14.4-1
    linux 3.6.6-1
    linux-api-headers 3.6.3-1
    linux-firmware 20120625-1
    linux-headers 3.6.6-1
    lirc-utils 1:0.9.0-34
    lm_sensors 3.3.3-1
    log4c 1.2.1-1
    logrotate 3.8.2-1
    lorcon 224-2
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lv2 1.0.0-2
    lvm2 2.02.98-1
    lxappearance 0.5.2-1
    lxappearance-obconf 0.2.0-1
    lxde-common 0.5.5-2
    lxde-icon-theme 0.5.0-1
    lxdm 0.4.1-18
    lxinput 0.3.2-2
    lxlauncher 0.2.2-2
    lxmenu-data 0.1.2-1
    lxmusic 0.4.5-1
    lxpanel 0.5.10-2
    lxrandr 0.1.2-2
    lxsession 0.4.6.1-3
    lxshortcut 0.1.2-1
    lxtask 0.1.4-3
    lxterminal 0.1.11-2
    lynx 2.8.7-6
    lyx 2.0.5-1
    lzo2 2.06-1
    m4 1.4.16-2
    macchanger 1.5.0-5
    macchanger-gtk 1.1-1
    make 3.82-5
    man-db 2.6.3-1
    man-pages 3.44-1
    mash 0.2.0-1
    mc 4.8.6-2
    mcpp 2.7.2-4
    md5deep 4.2-1
    mdadm 3.2.6-1
    media-player-info 17-1
    mediainfo 0.7.61-1
    mediainfo-gui 0.7.61-1
    meld 1.6.1-1
    mencoder 35421-1
    menu-cache 0.4.0-1
    mesa 9.0.1-1
    metacity 2.34.13-1
    mime-types 8-1
    minicom 2.6.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.11.2-1
    mkinitcpio-busybox 1.20.2-1
    mkvtoolnix-cli 5.8.0-1
    mkvtoolnix-gtk 5.8.0-1
    mlocate 0.26-1
    mlt 0.8.2-3
    mlt-python-bindings 0.8.2-3
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.6.0.0-1
    mono 2.10.8-2
    mono-addins 0.6.2-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    mousetweaks 3.6.0-1
    mozilla-common 1.4-3
    mozplugger 1.14.6-1
    mpfr 3.1.1.p2-1
    mpg123 1.14.4-1
    mplayer2 20120729-2
    mtdev 1.1.3-1
    mtools 4.0.17-2
    mtpfs 1.1-1
    mupdf 1.1-1
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.6.2-1
    mx 1.4.6-1
    mysql 5.5.28-1
    mysql-clients 5.5.28-1
    nano 2.2.6-2
    nautilus 3.6.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neon 0.29.6-4
    nepomuk-core 4.9.3-1
    net-snmp 5.7.2-1
    net-tools 1.60.20120804git-2
    netcfg 3.0-1
    netdiscover-debian 0.3beta7-2
    netkit-bsd-finger 0.17-7
    netsurf 2.9-4
    nettle 2.5-1
    network-manager-applet 0.9.6.4-1
    networkmanager 0.9.6.4-1
    networkmanager-openconnect 0.9.6.2-1
    networkmanager-openvpn 0.9.6.0-1
    networkmanager-pptp 0.9.6.0-2
    networkmanager-vpnc 0.9.6.0-1
    nfs-utils 1.2.6-3
    nfsidmap 0.25-1
    nmap 6.01-2
    notification-daemon 0.7.6-1
    novacut 12.04.0-1
    nspr 4.9.3-1
    nss 3.14-1
    nss-myhostname 0.3-3
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-11
    nx-common 3.5.0-5
    nxclient 3.5.0.7-3
    obex-data-server 0.4.6-3
    obexd-client 1:0.46-1
    obmenu 1.0-9
    ocsync 0.60.1-1
    oh-my-zsh-git 20121118-1
    opal 3.10.7-3
    openbox 3.5.0-7
    openconnect 1:4.07-1
    opencore-amr 0.1.3-1
    opencv 2.4.3-2
    openexr 1.7.1-2
    openjpeg 1.5.0-1
    openobex 1.5-3
    openshot 1.4.3-1
    openssh 6.1p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-2
    opus 1.0.1-2
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.6.2-1
    owncloud-client 1.1.1-1
    oxygen-icons 4.9.3-1
    p0f 3.01b-2
    p11-kit 0.13-1
    p7zip 9.20.1-6
    pacgraph 20110629-1
    package-query 1.1-2
    pacman 4.0.3-5
    pacman-color 4.0.3-3
    pacman-mirrorlist 20120908-1
    pam 1.1.6-1
    pambase 20120701-1
    pango 1.32.2-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    parted 3.1-1
    patch 2.7.1-1
    pciutils 3.1.10-1
    pcmanfm 1.1.0-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.6-1
    pdfedit 0.4.5-2
    pdftk-bin 1.44-4
    perl 5.16.2-1
    perl-error 0.17018-1
    perl-xml-parser 2.41-3
    perl-xml-simple 2.20-1
    pgpdump-git 20121118-1
    phatch 0.2.7.1-4
    phonon 1:4.6.0-3
    phonon-gstreamer 4.6.2-1
    picard 1.1-1
    pidgin 2.10.6-2
    pidgin-otr 4.0.0-1
    pinentry 0.8.2-1
    pitivi 0.15.2-2
    pixman 0.28.0-1
    pkg-config 0.27.1-1
    pkgfile 7-1
    pkgtools 24-4
    plotutils 2.6-3
    pluzzdl 0.9.3-1
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    polkit 0.107-4
    polkit-gnome 0.105-1
    polkit-kde 0.99.0-2
    polkit-qt 0.103.0-1
    poppler 0.20.5-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.5-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.2.1-2
    powertop 2.1.1-1
    ppl 1.0-1
    ppp 2.4.5-5
    pptpclient 1.7.2-4
    preziplayer-git 20121118-1
    printproto 1.0.5-2
    prison 1.0-1
    procinfo-ng 2.0.304-3
    procps-ng 3.3.5-1
    progsreiserfs 0.3.0.5-7
    protobuf 2.4.1-2
    proxychains 3.1-3
    proxychains-gui 1.4.1-2
    psmisc 22.19-1
    pstoedit 3.60-3
    psutils 1.17-3
    pth 2.0.7-4
    ptlib 2.10.7-2
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    putty 0.62-1
    pycups 1.9.62-1
    pygobject-devel 3.4.2-1
    pygobject2-devel 2.28.6-8
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyorbit 2.24.0-4
    pyqt-common 4.9.5-3
    pyrenamer 0.6.0-6
    pyrex 0.9.9-3
    pysmbc 1.0.13-1
    pysvn-py2 1.7.6-1
    python 3.3.0-1
    python-cairo 1.10.0-2
    python-dbus-common 1.1.1-2
    python-distribute 0.6.30-1
    python-docutils 0.9.1-2
    python-dulwich 0.8.5-1
    python-gobject 3.4.2-1
    python-jinja 2.6-3
    python-markupsafe 0.15-2
    python-microfiber 12.04.0-1
    python-pygments 1.5-3
    python-sphinx 1.1.3-3
    python-userwebkit 12.04.0-1
    python2 2.7.3-2
    python2-atspi 2.6.0-2
    python2-beaker 1.6.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-boto 2.6.0-1
    python2-cairo 1.10.0-1
    python2-configobj 4.7.2-5
    python2-crypto 2.6-3
    python2-dbus 1.1.1-2
    python2-distribute 0.6.30-1
    python2-gconf 2.28.1-8
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gnupginterface 0.3.2-1
    python2-gobject 3.4.2-1
    python2-gobject2 2.28.6-8
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-httplib2 0.7.6-1
    python2-imaging 1.1.7-5
    python2-libgnome 2.28.1-8
    python2-lxml 3.0.1-1
    python2-mako 0.7.2-2
    python2-markupsafe 0.15-2
    python2-mpd 0.3.0-4
    python2-nautilus 1.1-3
    python2-notify 0.1.1-12
    python2-opengl 3.0.2-2
    python2-paramiko 1.7.7.1-3
    python2-pyasn1 0.1.4-1
    python2-pychm 0.8.4-1
    python2-pycurl 7.19.0-2
    python2-pygame 1.9.1-7
    python2-pylorcon 2-2
    python2-pyopenssl 0.13-2
    python2-pyqt 4.9.5-3
    python2-pysqlite 2.6.3-3
    python2-reportlab 2.6-1
    python2-simplejson 2.6.2-1
    python2-sip 4.14-2
    python2-socksipy-branch 1.02-1
    python2-sqlalchemy 0.7.9-1
    python2-urwid 1.0.2-2
    python2-xdg 0.23-2
    python2-zope-interface 4.0.1-1
    pyxml 0.8.4-10
    qca 2.0.3-2
    qca-ossl 2.0.0-4
    qcad 2.0.5.0-11
    qgit 2.3-3
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qpdf 3.0.2-1
    qrencode 3.4.1-1
    qscintilla 2.6.2-3
    qscintilla-qt3 1.7.1-4
    qt 4.8.3-6
    qt3 1:3.3.8b-2
    qtwebkit 2.2.2-1
    quodlibet 2.4.1-1
    quodlibet-plugins 2.4.1-2
    rabbitvcs 0.15.2-1
    randrproto 1.4.0-1
    rapidsvn 0.12.1-1
    raptor 2.0.8-2
    rasqal 1:0.9.29-1
    rawtherapee 1:4.0.8-1
    readline 6.2.004-1
    recode 3.6-7
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.90-1
    rfkill 0.4-6
    rhythmbox 2.98-4
    rlog 1.4-4
    rpcbind 0.2.0-9
    rpmextract 1.0-5
    rrdtool 1.4.7-2
    rsync 3.0.9-5
    rtkit 0.11-1
    rtmpdump 2.4-1
    rubberband 1.7.0-1
    ruby 1.9.3_p327-1
    rubyripper 0.6.2-2
    run-parts 4.3.4-1
    rxvt-unicode 9.15-3
    samba 3.6.9-1
    sane 1.0.23-1
    schroedinger 1.0.11-1
    screen 4.0.3-15
    scribes 0.4.954-2
    scribus 1.4.1-1
    scribus-templates 1.3.8-1
    scrnsaverproto 1.2.2-1
    sdl 1.2.15-3
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-3
    sdl_ttf 2.0.11-2
    seahorse 3.6.3-1
    secure-delete 3.1-4
    sed 4.2.1-4
    serd 0.18.0-1
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shape-collage 2.5.3-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shorewall 4.5.9.2-1
    shorewall-core 4.5.9.2-1
    sip 4.14-2
    skype 4.1.0.20-2
    slang 2.2.4-2
    smartmontools 6.0-1
    smbclient 3.6.9-1
    smpeg 0.4.4-7
    smplayer 0.8.1-1
    socat 1.7.2.1-1
    sonata 1.6.2.1-8
    soprano 2.8.0-2
    sord 0.10.0-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    sox 14.4.0-3
    sozi 12.09-1
    spandsp 0.0.6pre21-1
    speech-dispatcher 0.7.1-7
    speex 1.2rc1-2
    sqlite 3.7.14.1-1
    sqlitebrowser 2.0b1-2
    sratom 0.4.0-1
    sshfs 2.4-1
    sshuttle-git 20121118-1
    ssss 0.5-2
    startup-notification 0.12-3
    strace 4.7-1
    stress 1.0.4-3
    strigi 0.7.7-2
    subversion 1.7.7-2
    sudo 1.8.6.p3-1
    suil 0.6.4-1
    sushi 3.6.1-1
    sysfsutils 2.1.0-8
    syslinux 4.06-1
    system-config-printer-common 1.3.12-1
    system-config-printer-gnome 1.3.12-1
    systemd 195-2
    systemd-sysvcompat 195-2
    sysvinit-tools 2.88-9
    t1lib 5.1.2-3
    taglib 1.8-1
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    task-git 20121118-1
    tcl 8.5.13-1
    tdb 1.2.10-2
    telepathy-farstream 0.6.0-1
    telepathy-glib 0.20.1-1
    telepathy-logger 0.6.0-1
    telepathy-mission-control 5.14.0-1
    testdisk 6.13-3
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-5
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-latexextra 2012.26807-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    tftp-hpa 5.2-3
    thunderbird 16.0.2-1
    thunderbird-i18n-fr 16.0.2-1
    tig 1.1-1
    tightvnc 1.3.10-9
    time-drive 0.4.0-3
    tint2 0.11-5
    tmux 1.7-1
    tomboy 1.12.2-1
    tor 0.2.2.39-2
    tor-browser-en 2.2.39_5-1
    torchat 0.9.9.553-2
    totem 3.6.3-1
    totem-plparser 3.4.3-1
    tracker 0.14.4-2
    transcode 1.1.7-6
    transfig 3.2.5d-1
    transmission-gtk 2.73-2
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-bitstream-vera 1.10-8
    ttf-dejavu 2.33-3
    ttf-freefont 20120503-1
    ttf-inconsolata 20090215-3
    ttf-ms-fonts 2.0-9
    ttf-ubuntu-font-family 0.80-3
    tzdata 2012j-1
    udisks 1.0.4-5
    udisks2 2.0.0-1
    ultracopier 0.3.1.0-1
    unetbootin 581-1
    unison 2.40.65-1
    unixodbc 2.3.1-1
    unrar 4.2.4-1
    unzip 6.0-6
    upower 0.9.18-2
    usb_modeswitch 1.2.5-1
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.22.1-3
    v4l-utils 0.8.8-1
    vala 0.18.1-1
    vamp-plugin-sdk 2.4-1
    vi 1:050325-2
    vidalia 0.2.20-2
    videoproto 2.3.1-2
    vim-explorer 0.98-2
    vim-fugitive 20121118-1
    vim-gnupg 2.5-1
    vim-languagetool 1.23-1
    vim-latexsuite 20120926-2
    vim-minibufexpl 6.4.2-2
    vim-nerdtree 4.2.0-3
    vim-runtime 7.3.712-1
    vim-spell-en 20120506-1
    vim-spell-fr 20120506-1
    vinagre 3.6.2-1
    vino 3.6.2-1
    virtualbox 4.2.4-2
    virtualbox-ext-oracle 4.2.4-1
    virtualbox-guest-iso 4.2.4-1
    virtualbox-host-source 4.2.4-2
    virtuoso-base 6.1.6-1
    vlc 2.0.4-4
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.34.2-1
    vte3 0.34.2-1
    wacom-utility 1.21-3
    wavpack 4.60.1-2
    webkitgtk2 1.10.1-3
    webkitgtk3 1.10.1-3
    weborf 0.13-2
    webrtc-audio-processing 0.1-1
    wget 1.14-2
    which 2.20-5
    whois 5.0.20-1
    wicd 1.7.2.4-5
    wikidpad-dev 2.3beta05-1
    wildmidi 0.2.3.5-2
    wipe 2.3.1-2
    wireless-regdb 2011.04.28-1
    wireless_tools 29-7
    wireshark-cli 1.8.3-2
    wireshark-gtk 1.8.3-2
    wpa_supplicant 1.0-2
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-4
    wxpython 2.8.12.1-4
    x11vnc 0.9.13-3
    x264 20121113-1
    xarchiver 0.5.2-5
    xbitmaps 1.1.1-2
    xcb-proto 1.8-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xdelta3 3.0.4-1
    xdg-user-dirs 0.14-3
    xdg-user-dirs-gtk 0.9-1
    xdg-utils 1.1.0.git20121008-1
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-2
    xf86-input-synaptics 1.6.2-2
    xf86-input-wacom 0.18.0-1
    xf86-video-intel 2.20.13-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfsprogs 3.1.8-2
    xine-lib 1.2.2-3
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.7-1
    xmltoman 0.4-1
    xmms 1.2.11-6
    xmms2 0.8DrO_o-9
    xorg-bdftopcf 1.0.3-2
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.13.0-4
    xorg-server-common 1.13.0-4
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.2.0-1
    xorg-xclock 1.0.6-1
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-3
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 286-1
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.2.1-1
    yelp 3.6.2-1
    yelp-xsl 3.6.0-1
    zenity 3.6.0-1
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-3
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Thank you for your help.
    Looking at the journal it looks like things started to go wrong around here:
    ov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:04:12 fatfly modem-manager[11263]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly modem-manager[11263]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:04:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:04:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:04:13 fatfly sudo[11266]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/pacman -S zip
    Nov 18 20:04:13 fatfly sudo[11266]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:04:14 fatfly sudo[11266]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:04:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:04:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:06:12 fatfly modem-manager[11373]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly modem-manager[11373]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:06:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:06:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:06:12 fatfly kernel: wlan0: deauthenticated from 30:46:9a:06:c5:9e (Reason: 7)
    Nov 18 20:06:12 fatfly kernel: cfg80211: Calling CRDA for country: US
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: completed -> disconnected
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticate with 30:46:9a:06:c5:9e
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Nov 18 20:06:17 fatfly kernel: wlan0: send auth to 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Nov 18 20:06:17 fatfly kernel: wlan0: associate with 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: RX AssocResp from 30:46:9a:06:c5:9e (capab=0x411 status=0 aid=2)
    Nov 18 20:06:17 fatfly kernel: wlan0: associated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: associating -> 4-way handshake
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Nov 18 20:06:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:07:07 fatfly sudo[11394]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/vim /etc/gdm/custom.conf
    Nov 18 20:07:07 fatfly sudo[11394]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:07:34 fatfly sudo[11394]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:07:56 fatfly systemd-logind[413]: System is rebooting.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly gnome-session[591]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 18 20:07:56 fatfly gnome-session[591]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Nov 18 20:07:56 fatfly gdm-password][579]: pam_unix(gdm-password:session): session closed for user alpha
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Manage, Install and Generate Color Profiles...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Bluetooth.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped D-Bus System Message Bus.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Authorization Manager.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Accounts Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Daemon for power management.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Manage, Install and Generate Color Profiles.
    Nov 18 20:07:56 fatfly kernel: wlan0: deauthenticating from 30:46:9a:06:c5:9e by local choice (reason=3)
    Nov 18 20:07:56 fatfly NetworkManager[410]: <warn> disconnected by the system bus.
    Nov 18 20:07:56 fatfly gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly NetworkManager[410]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Nov 18 20:07:56 fatfly gdm[418]: **
    Nov 18 20:07:56 fatfly gdm[418]: GLib-GIO:ERROR:gdbusobjectmanagerserver.c:969:g_dbus_object_manager_server_emit_interfaces_removed: assertion failed (error == NULL): La connexion est fermée (g-io-error-quark, 18)
    Nov 18 20:07:56 fatfly gdm[418]: gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Network Time Service.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network Manager...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/mapper/enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> caught signal 15, shutting down normally.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): now unmanaged
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): device state change: activated -> unmanaged (reason 'removed') [100 10 36]
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Login Service.
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-TERMINATING - signal 15 received
    Nov 18 20:07:56 fatfly systemd[1]: Started Store Sound Card State.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped WPA supplicant.
    Nov 18 20:07:57 fatfly gdm[418]: warning: Could not load shared library symbols for linux-vdso.so.1.
    Nov 18 20:07:57 fatfly gdm[418]: Do you need "set solib-search-path" or "set sysroot"?
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): deactivating device (reason 'removed') [36]
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 583
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): cleaning up...
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_call_no_reply: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <error> [1353265677.113921] [NetworkManagerUtils.c:513] nm_utils_call_dispatcher(): could not get dispatcher proxy!
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> exiting (success)
    Nov 18 20:07:57 fatfly systemd[1]: Stopped Network Manager.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/mapper/enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/dm-3.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: Traceback (most recent call last):
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.2-gdb.py", line 9, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: from gobject import register
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: import gdb.backtrace
    Nov 18 20:07:57 fatfly gdm[418]: ImportError: No module named backtrace
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: r () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: n g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #26 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 7f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: A debugging session is active.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Inferior 1 [process 418] will be detached.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: [answered Y; input not from terminal]
    Nov 18 20:07:57 fatfly gdm[11461]: ******************* END **********************************
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly systemd[1]: gdm.service: main process exited, code=exited, status=1/FAILURE
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info a

    In order to find out about the problem I have restarted another fresh install but inside a VM this time so I can take notes and snapshots.
    I found that the following official package will break my Gnome 3.6 pretty easily:
    - pygtksourceview2 : this one instantly crashes Gnome and you are no longer able to log in.
    - pycups  and pysmbc : doesn't crash immediately but after 10s you get the oops.
    Let's remove them from the real install to see if it fixes the problem.
    [EDIT] Tried again to install the above three package inside a fresh Gnome install living into a VM and it didn't crash. See post above regarding my broken Gnome which was related to fingerprint-gui package from AUR.
    Last edited by alphazo (2012-11-20 14:35:08)

  • [SOLVED] Yaourt search on AUR stopped working

    hi all :>
    yaourt's search engine was working quite nice until i booted up my computer this morning -.-
    does anyone have an idea to solve this problem!? downloading + building from aur works great with yaourt just the search thingy is kinda broken -.-
    can it be possible that it has to do something with my changes in sysctl.conf? i added several rules:
    # Disable packet forwarding
    net.ipv4.ip_forward=0
    # Disable the magic-sysrq key
    kernel.sysrq = 0
    # Enable TCP SYN Cookie Protection
    net.ipv4.tcp_syncookies = 1
    # Source Address verification
    net.ipv4.conf.all.rp_filter = 1
    # Block Ping
    net.ipv4.icmp_echo_ignore_all = 1
    net.ipv4.tcp_timestamps = 0
    net.ipv4.conf.all.accept_source_route=0
    net.ipv4.icmp_echo_ignore_broadcasts=1
    net.ipv4.icmp_ignore_bogus_error_responses=1
    best regards :>
    Last edited by arch0r (2008-12-29 19:37:54)

    I've come up with a workaround. It's quick and probably dirty, but it enables me to search the packages and view the descriptions.
    --- yaourt.orig    2008-12-26 13:12:42.000000000 +0100
    +++ /usr/bin/yaourt    2008-12-26 13:23:45.000000000 +0100
    @@ -1253,9 +1253,9 @@
        _pkg=`echo $1 | sed 's/ AND / /'`
        title $(eval_gettext 'searching for $_pkg on AUR')
        [ "$MAJOR" = "interactivesearch" ] && i=$(($(wc -l $searchfile | awk '{print $1}')+1))
    -    wget -q "${AUR_URL}${1}" -O - | grep -A 2 "<a href='/packages.php?ID=" \
    +    wget -q "${AUR_URL}${1}" -O - | grep -A 3 "<a href='packages.php?ID=" \
        | sed -e "s/<\/span>.*$//" -e "s/^.*packages.php?ID=.*span class.*'>/aur\//" -e "s/^.*span class.*'>//" \
    -    | grep -v " " | grep -v "^--" |
    +    | grep -v " " | grep -v "^--" | grep -v "^$" |
        while read line; do
            if [ "${line%\/*}" = "aur" ]; then
                package=$(echo $line | awk '{ print $1}' | sed 's/^.*\///')

  • [Solved]All wireless networks have stopped working

    Connecting to wireless networks that i have previously connected to times out, both with network manager, and iwconfig.
    I have tried on two networks i have previously connected to and both time out.
    What is interesting is that i am able to connect if i set a static ip, but i cannot reach any addresses, not even 192.168.1.1
    SOLVED:
    Issue was determined to be the ath9k module, fixed it by running:
    modprobe ath9k nohwcrypt=1
    Last edited by seniorsassycat (2012-01-28 23:14:25)

    Some news:
    Networks without security works, right  now i am using my tethering features for my Android phone.
    I am already checking for last packages, un til now: uninstall usb_modeswitch no offers a solution (was one of the last packages with network relation), looking for more
    ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
        link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
        inet 127.0.0.1/8 scope host lo
        inet6 ::1/128 scope host
           valid_lft forever preferred_lft forever
    2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
        link/ether 1c:75:08:21:dd:4d brd ff:ff:ff:ff:ff:ff
    3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
        link/ether 1c:65:9d:69:fa:c1 brd ff:ff:ff:ff:ff:ff
        inet 192.168.43.218/24 brd 192.168.43.255 scope global wlan0
        inet6 fe80::1e65:9dff:fe69:fac1/64 scope link
           valid_lft forever preferred_lft forever
    iwconfig
    lo        no wireless extensions.
    wlan0     IEEE 802.11bgn  ESSID:"AndroidAP" 
              Mode:Managed  Frequency:2.412 GHz  Access Point: E0:2A:82:E6:29:06   
              Bit Rate=54 Mb/s   Tx-Power=13 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
              Link Quality=62/70  Signal level=-48 dBm 
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:27  Invalid misc:325   Missed beacon:0
    eth0      no wireless extensions.
    iwlist scan
    lo        Interface doesn't support scanning.
    wlan0     Scan completed :                   
              Cell 01 - Address: 00:25:86:C5:15:B
                        Channel:6               
                        Frequency:2.437 GHz (Chan
                        Quality=50/70  Signal lev
                        Encryption key:on       
                        ESSID:"4714046"         
                        Bit Rates:1 Mb/s; 2 Mb/s;
                                  12 Mb/s; 24 Mb/
                        Bit Rates:9 Mb/s; 18 Mb/s
                        Mode:Master             
                        Extra:tsf=00000000ae9f498
                        Extra: Last beacon: 400ms
                        IE: Unknown: 000734373134
                        IE: Unknown: 010882848B96
                        IE: Unknown: 030106     
                        IE: Unknown: 2A0104     
                        IE: Unknown: 32041224606C
              Cell 02 - Address: 00:25:12:F5:64:F
                        Channel:6               
                        Frequency:2.437 GHz (Chan
                        Quality=51/70  Signal lev
                        Encryption key:on       
                        ESSID:"4714046"         
                        Bit Rates:1 Mb/s; 2 Mb/s;
                                  9 Mb/s; 12 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/
                        Mode:Master             
                        Extra:tsf=00000037ef592b7
                        Extra: Last beacon: 1036m
                        IE: Unknown: 000734373134
                        IE: Unknown: 010882848B96
                        IE: Unknown: 030106
                        IE: Unknown: 2A0100
                        IE: Unknown: 32043048606C
                        IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                        IE: Unknown: DD950050F204104A0001101044000102103B0001031047001063041253101920061228002512F564FD1021001B5265616C74656B2053656D69636F6E647563746F7220436F72702E1023000752544C383637311024000D45562D323030362D30372D32371042000F3132333435363738393031323334371054000800060050F20400011011000A5A585631302057333030100800020086
              Cell 03 - Address: E0:2A:82:E6:29:06
                        Channel:1
                        Frequency:2.412 GHz (Channel 1)
                        Quality=63/70  Signal level=-47 dBm 
                        Encryption key:off
                        ESSID:"AndroidAP"
                        Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
                                  11 Mb/s; 12 Mb/s; 18 Mb/s
                        Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                        Mode:Master
                        Extra:tsf=0000000035539181
                        Extra: Last beacon: 1673ms ago
                        IE: Unknown: 0009416E64726F69644150
                        IE: Unknown: 010882848B0C12961824
                        IE: Unknown: 030101
                        IE: Unknown: 0706555320010B1B
                        IE: Unknown: 2A0100
                        IE: Unknown: 32043048606C
    eth0      Interface doesn't support scanning.

  • [SOLVED] zotero 3.0.11 stopped working

    I recently installed zotero 3.0.11 from the home website (for compatibility with Firefox 17) and it worked fine. Since yesterday, however, I get a
    "database upgrade error"
    when I start using it. Anyone?
    See also my post on the zotero forums.
    Increadibly enough, I had run out of space on /. (shame)
    Last edited by iosonofabio (2012-12-01 01:39:07)

    yes, sorry for not mentioning. It also gives the same error (the same with zotero-git, compiled on my machine). Moreover, it is not a database issue because the same happens on firefox within a new, clean profile.
    It seems to be an IO error such as that my disk is full, but I have 27 GB available space here...
    Oh, I have an idea, it might be my /tmp folder that is too small for something zotero wants to do. I have to check that...
    Last edited by iosonofabio (2012-12-01 00:41:07)

  • [SOLVED] Netcfg and Wireless connections stopped working

    I've been using Netcfg for a while now on my laptop and I've had no problems connecting to the internet until last week. Since the last pacman update I did (around Wednesday I believe) my laptop has not been able to connect to the internet again. It doesn't recognize my wireless interface even though it did before, and netcfg gives me a strange output when I try to connect to my network and tells me the network is not available. I've gone through the steps in the wiki about installing wireless drivers and I've redone that but it still does not work.
    Here is what Netcfg gives me when I try to connect:
    :: LosPin up [BUSY]
    nl80211: 'nl80211' generic netlink not found
    ioctl[SIOCSIWMODE]: Operation not supported
    ioctl[SIOCGIWRANGE]: Operation not supported
    ioctl[SIOCGIWMODE]: Operation not supported
    ioctl[SIOCSIWAP]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODE]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODE]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODE]: Operation not supported
    ioctl[SIOCSIWENCODEEXT]: Operation not supported
    ioctl[SIOCSIWENCODE]: Operation not supported
    > Wireless network "LosPin" not present.
    [FAIL]
    I know the network is present because when I boot into Windows on this same laptop it connects without any issues. I think it is a driver issue but re-installing the driver has not helped so I'm wondering if anyone can help me out.
    This is my netcfg profile if needed:
    CONNECTION="wireless"
    ESSID="LosPin"
    INTERFACE="eth0"
    SCAN="yes"
    TIMEOUT="10"
    SECURITY="wpa"
    KEY=
    WPA_Driver='wext'
    IP='static'
    ADDR='10.0.0.80'
    GATEWAY='10.0.0.1'
    DNS='10.0.0.1'
    The reason that the interface is set to eth0 is because it is the only interface for which netcfg tries to connect to the network. If I use wlan0 as the interface it tells me it doesn't exist, and before I had the problem, the interface I used was eth1, which now netcfg says does not exist either.
    Any help is greatly appreciated.
    Last edited by Hoest (2011-11-17 23:32:29)

    I've checked and it's definitely not an rfkill issue. I've tried to connect to the network with two different netcfg profiles, one using wpa_supplicant and the other with configsection. Both give me the same "WPA Authentication/Association Failed" error. There was one try with the wpa_supplicant profile that gave the a "network not found" error but afterwards it went back to the original error. Here are my profiles if needed.
    configsection profile:
    CONNECTION='wireless'
    INTERFACE='eth0'
    SECURITY='wpa-configsection'
    ESSID='LosPin'
    IP='dhcp'
    TIMEOUT='130'
    CONFIGSECTION='
    ssid="LosPin"
    key_mgmt=WPA-PSK
    psk="..."'
    wpa_supplicant profile:
    CONNECTION="wireless"
    INTERFACE="eth0"
    TIMEOUT="60"
    WPA_Driver='wext'
    IP='dhcp'
    SECURITY='wpa-config'
    WPA_CONF='/etc/wpa_supplicant.conf'
    And this is my wpa_supplicant.conf:
    ctrl_interface=DIR=/run/wpa_supplicant GROUP=wheel
    network={
    ssid="LosPin"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    #psk="..."
    psk=84e710904340353a5217eb63ced7e8f4beb38bf6317bf4648e8b4557c7f3442d
    Again, thank you all for all your help.

  • PSE 13 solves "Error: Licensing has stopped working" on MAC OS X 10.10.2?

    After some years using my reliable PS8 I've got this nasty message and I am unable to work since then.
    I've been working on solving the "Error: Licensing has stopped working" on MAC OS X 10.10.2 for a while without success.
    Does PSE 13 solves the problem? I just want to be sure that if I buy the new version it is going to work or if I am going to lose another US$ 99 on a piece of software that requires more "MAC OS X" expertise than I have.
    Any help, clue or piece of advice is welcome.

    Thank you, but it is exactly the paper I've been trying to follow.... I can't go through solution 2 because I got an error when using “sudo python “.
    After trying for some days I am thinking about buying the newest version (PSE 13), I just want to be sure I am not going to have the same error.... ;-)

  • SL410 - One speaker stopped working - lcd hinge problem ?

    SL410 here - I noticed the right speaker stopped working. It works intermittently if I press down on the left side of the lcd screen or the hinge. I believe the wires are being routed from that hinge (?). Audio out of the headphone jack works just fine.
    Any ideas what might be going on ? Is this a known issue with a known fix ? Would it require major surgery to fix this ?
    Any help would be highly appreciated.
    Thanks!

    Hi,
    Welcome to Lenovo Community Forums!
    I’m sorry to hear that right speaker of your Lenovo ThinkPad SL410 stopped working.
    Since the headphones work fine and you hear intermittent audio while pressing the LCD/hinge, chances are that the wire that goes to the right speaker is probably loose or the speaker itself needs to be replaced.
    Refer the hardware maintenance manual to understand how to remove the speaker assembly and check.
    If your system is under warranty, I strongly recommend you to contact our technical support for assistance.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.
    Best Regards,
    Mithun.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • [SOLVED] Thinkpad Fn keys suddenly stopped working

    I'm on ThinkPad Edge 14. For some reason(s) unknown, my Fn keys stopped working after I restarted Arch a few hours ago.
    I've checked the BIOS, everything is fine (no settings unchanged). I tried checking if X (I'm on Gnome 3) can still detect the keys using xev (as outlined here: https://wiki.archlinux.org/index.php/Ex … oard_Keys) and the Fn key is detected as "XF86WakeUp" witht the keycode "151", so at least nothing is wrong with the actual physical button.
    What's more weird is that, I tried booting from another Hard Drive into Ubuntu, and the Fn key also didn't work (it has worked fine previously). What could be causing this?
    EDIT: Even weirder, Fn keys aren't working in Windows as well (I dual boot). BIOS's still unchanged, and this started happening when I was working with Arch, so I'm quite sure this can be fixed through Arch. Problem is, I don't know where to start. How can Arch affect Ubuntu & Windows when I didn't change BIOS?
    Last edited by splatterdash (2011-08-28 22:32:23)

    I found out the problem!
    I tried checking the Lenovo forums about the problem and found this: http://forums.lenovo.com/t5/ThinkPad-Ed … d-p/323077
    Apparently, it's possible that the Fn keys suddenly stopped working for no clear reason. In my case, it happened when I was on Arch, so I thought the problem was with Arch. Anyway, I updated the BIOS from Lenovo's site and everything's working fine now.
    Thanks!

Maybe you are looking for

  • Change Description of Service Item default value

    Hello in a service SC, on the item detail basic data, we want to change the default value of the field "Description of Service Item ". by default it is "Service Item" and we want to change it. Where can I change it excepted in BADI BBP_DOC_CHANGE_BAD

  • Variable reading other's characteristic value.

    Hi gurus, do you know, how can I make a variable (characteristic value variable) that reads other characteristic's value? i.e. I have 0CALMONTH in columns and a structure with 3 restricted key figures - I need to show KF value for 1st, 15th and last

  • Downloading same app Again

    I went to an internet cafe and downloaded an app that i payed for but forgot to copy it. Is there a way i can download this app again without paying again?

  • Maximum amount of Threads on a default computer?

    Hello, i'm new and im creating a basic io server. I have 3 threads and then i create one thread per client. So my question was, lets take a default windows xp with 512mb ram, how many threads would there be able to be made, in other words how many cl

  • For all entries in itab.....

    Hi experts.. i hv select query which looks like this... <b>select field1 field2 into (itab-field1, itab-field2) from dbtab1                                                                             where field1 in s_field1.</b> The problem is i hv