[Solved]Gnome : libgnomevfs-WARNING**: Unable to create ~/.gnome2

Hello everybody!
I've a very strange problem
When I want to open an application as a root it doesn't work.
For example when I try to edit a file with Gedit by using this command :
sudo gedit /etc/udev/rules.d/00-myrules.rules
(yes I know that editing a root file with Gedit is the evil ^^), the terminal says :
libgnomevfs-WARNING **: Unable to create ~/.gnome2 directory: Aucun fichier ou dossier de ce type
Impossible de créer un répertoire de configuration GNOME par utilisateur « /home/root/.gnome2/ » : Aucun fichier ou dossier de ce type
That's very annoying, can someone help me please ?
Thank you
Last edited by iznogoud (2008-06-28 09:37:43)

solved the problem by editing the file /etc/passwd.
root's file was located at /home/root instead of /root

Similar Messages

  • Warning: Unable to create new entry, caught: "javax.ejb.CreateException", message is:

    Warning: Unable to create new entry, caught: "javax.ejb.CreateException", message is: "Error creating EntityBean: Io exception: The Network Adapter could not establish the connection".
    while executing JSP:<%
    * add.jsp
    * Adds a new entry through EmployeeBean. This is a JSP that serves 2
    * functions. First of all, when called with no arguments, it will display a
    * table with a few input fields. The user should enter empNo, empName and
    * salary of the new record to be added. When she submits this
    * information, it is sent to this page again. If it is successful, then the
    * user can continue adding new entries. If it is not, then the old data will
    * be displayed, and a warning message will be shown to her.
    %>
    <%@ page import="com.webstore.*,java.io.*,java.util.*,javax.naming.*" %>
    <%
    // Make sure this page will not be cached by the browser
    response.addHeader("Pragma", "no-cache");
    response.addHeader("Cache-Control", "no-store");
    // We will send error messages to System.err, for verbosity. In a real
    // application you will probably not want this.
    PrintStream errorStream = System.err;
    // If we find any fatal error, we will store it in this variable.
    String error = null;
    // In a moment we will check if all columns were passed to this page
    String param_1 = "";
    String param_2 = "";
    String param_3 = "";
    long dptNo = 0;
    String dptName = null;
    // This variable indicates what function of this page is currently used. If
    // this page is called with parameters, then a new entry should be
    // added. In that case this variable is true.
    boolean submitting = false;
    // We will first attempt to get the reference to EmployeeHome from the
    // session. The "list.jsp" page sets this attribute in the session.
    DepartmentHome home = (DepartmentHome) session.getAttribute("DepartmentHome");
    if (home == null) {
    error = "No previous connection to DepartmentBean.";
    } else {
    // Attempt to get all 3 parameters from the session
    param_1 = request.getParameter("DPTNO");
    param_2 = request.getParameter("DPTNAME");
    // If all 3 parameters are specified, then this is probably a submission by
    // this very page. Note that if the user left one of the fields blank, then
    // the corresponding parameter will be "", not null.
    if (param_1 != null && param_2 != null) {
    param_1 = param_1.trim();
    param_2 = param_2.trim();
    submitting = true;
    // In the following variable we will store a (non-fatal) warning message. This
    // message will be displayed in the page, but so will the submission form.
    String warning = null;
    if (submitting) {
    warning = "";
    // If there is an empty param_1, param_2 and/or param_3, then this will be noted
    // in the warning message.
    if ("".equals(param_1)) {
    warning = "Null param_1 specified. ";
    if ("".equals(param_2)) {
    warning += "Null param_2 specified. ";
    // If we don't have a warning message yet, then we will attempt to create
    // a new record.
    if ("".equals(warning)) {
    try {
    dptNo = (long)Long.parseLong(param_1);
    dptName = new String(param_2);
    Department rec = (Department) home.create(dptNo);
    rec.setDptname(dptName);
    // empty columns after insert for effect
    param_1 = "";
    param_2 = "";
    // If we got this far, then there was no problem detected.
    warning = null;
    } catch (Exception e) {
    // Set the warning variable to indicate a problem.
    warning = "Unable to create new entry, caught: \"" +
    e.getClass().getName() + "\", message is: \"" +
    e.getMessage() + "\".";
    // Decide what the title will be.
    String title;
    if (error != null) {
    title = "Error";
    } else {
    title = "com.webstore | Add entry";
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
    <HTML>
    <HEAD>
    <TITLE><%= title %></TITLE>
    </HEAD>
    <BODY bgcolor="#FFFFFF">
    <H1><%= title %></H1>
    <%
    // If there was a fatal error, then display the error message
    if (error != null) {
    %>
    <P><BLOCKQUOTE><%= error %></BLOCKQUOTE>
    <%
    // Otherwise display a table with fields to be filled in.
    } else {
    // If there was a warning, then display it.
    if (warning != null) {
    %>
    <TABLE border="1" bgcolor="#FF2222">
    <TR><TD><FONT color="#FFFFFF"><STRONG>Warning: <%= warning %></STRONG></FONT></TD></TR>
    </TABLE>
    <%
    } /* if */
    // Display the table with fields. There are two columns. The left column
    // contains the names of the fields, while the right column contains the
    // fields.
    %>
    <FORM action="dptadd.jsp" method="GET">
    <P><TABLE border="1">
    <TR>
    <TD><STRONG>DptNo:</STRONG></TD>
    <TD><INPUT type="text" name="DPTNO" value="<%= param_1 %>"></INPUT></TD>
    </TR>
    <TR>
    <TD><STRONG>DptName:</STRONG></TD>
    <TD><INPUT type="text" name="DPTNAME" value="<%= param_2 %>"></INPUT></TD>
    </TR>
    <TR>
    <TD colspan="3" align="center"><INPUT type="submit" value="Add this entry"></INPUT></TD>
    </TR>
    </TABLE>
    </FORM>
    <%
    } /* else */
    %>
    <P><TABLE border="1">
    <TR><TD>Back to list</TD></TR>
    </TABLE>
    </BODY>
    </HTML>
    Please guide me..

    Rajive,
    This is the same problem as in your other post:
    sql is running very slow
    So please refer to my answer there.
    Good Luck,
    Avi.

  • Help me !(After Effect warning: Unable to create font.)

    I'm using Adobe After Effect CS4. It worked pretty well but today, when i lauch it, a message appeared. The message said: "After Effect warning: Unable to create font".Then i searched google and tried many ways: reinstall, restart windows,etc...but it didn't work.After that, i tried to lauch other Adobe Programs like Adobe Premiere, Adobe Photoshop. I lauched it and work space appeared but there aren't any words in the button on the work space.What should i do now?!
    P/S: I using Windows 7.

    watch this video on youtube:
    http://www.youtube.com/watch?v=g02zasHbsi8
    read the description to download the fonts
    instalation the fonts:
    1.download the fonts (links on description)
    2.if you done,install all
    AND ENJOY!!!!
    notes:
    install quicktime,use the custom themes (do not change your computer themes)

  • After Effects (v 12.2.0.52) warning: unable to create font

    Hi, I just installed After Effects 12.2.0.52 and get the error message: "After Effects warning: unable to create font." I'm running Windows 8 on a mac. I've looked in the forum but it seems like this issue should be resolved in the new update but for some reason it isn't.
    Thanks!

    Font issues can have a million causes and in your case there is probably something up with high-DPI support vs. the graphics driver, so updating the latter and checking your screen settings should be the first thing to do.
    Mylenium

  • "After Effects Warning: Unable to create font." in CC12.1

    I just updated AE to 12.1, and now no fonts work in it.  I originally got the error "Unable to load font "^0" "Helvetica Neue," but got that one resolved only to get "After Effects Warning: Unable to create font."  This happens for any area of a comp that has text.  No video will display at all where I have text.
    The fonts are activated.  I did find that some of them had somehow turned off since yesterday.  I'm using FontExplorer X for font management.
    They worked just fine yesterday in 12.0.  Frustration factor high on this one.
    Thanks,
    -Doug
    OSX 10.8.5

    See this thread and ask further questions there:
    http://forums.adobe.com/thread/1326590

  • After Effects Warning: Unable to create font

    Hi,
    I just updated to After effects 13.1.1.3 and am now getting the dreaded "Unable to create font" warning. The thing is I am not using any fonts in the composition. It's just a straight gopro timelapse import.
    I have re-installed Verdana and Tahoma looks fine. I have run a font doctor and removed any duplicates and done a restart.
    Any ideas? You guessed it - it's urgent - I got a stupid deadline.
    thanks
    Keith

    And you get the warning on your Amiga 500 or Atari ST? Without exact system info and other technical details like screen settings, language settings and so on nobody can even guess. There are simply too many possible causes.
    Mylenium

  • [SOLVED] Gnome 3.8: Unable to use Nokia N9 as a Bluetooth modem

    Hi,
    I'm unable to use my Nokia N9 mobile phone as a bluetooth modem. Phone and Gnome get paired OK, and I have even managed to get my phone recognized as a modem. However, Networkmanager complains that it can't find the modem.
    Any ideas on how to fix this?
    Here are some log files:
    Bluetooth startup from everything.log:
    Jun 17 00:44:26 localhost bluetoothd[382]: Bluetooth daemon 4.101
    Jun 17 00:44:30 localhost bluetoothd[382]: Starting SDP server
    Jun 17 00:44:31 localhost bluetoothd[382]: DIS cannot start: GATT is disabled
    Jun 17 00:44:31 localhost bluetoothd[382]: Failed to init deviceinfo plugin
    Jun 17 00:44:32 localhost bluetoothd[382]: Failed to init gatt_example plugin
    Jun 17 00:44:32 localhost bluetoothd[382]: Bluetooth Management interface initialized
    Jun 17 00:44:32 localhost bluetoothd[382]: bluetoothd[382]: Bluetooth Management interface initialized
    Jun 17 00:44:32 localhost bluetoothd[382]: bluetoothd[382]: Unknown command complete for opcode 1J
    Jun 17 00:44:32 localhost bluetoothd[382]: Unknown command complete for opcode 19
    Jun 17 00:44:933 localhost bluetoothd[382]: bluetoothd[382]: Adapter /org/bluez/382/hci0 has been enabled
    Jun 17 00:44:33 localhost bluetoothd[382]: Adapter /org/bluez/382/hci0 has been enabled
    Bluetooth modem fails, log entries from everything.log:
    Jun 17 01:03:38 localhost /etc/gdm/Xsession[612]: Ikkunointiohjelman varoitus:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2800003 (Uuden Blue)
    Jun 17 01:03:38 localhost /etc/gdm/Xsession[612]: Ikkunointiohjelman varoitus:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Jun 17 01:03:38 localhost bluetoothd[382]: bluetoothd[382]: Discovery session 0x7f5d47491d10 with :1.58 activated
    Jun 17 01:03:38 localhost bluetoothd[382]: Discovery session 0x7f5d47491d10 with :1.58 activated
    Jun 17 01:03:50 localhost bluetoothd[382]: bluetoothd[382]: Stopping discovery
    Jun 17 01:03:50 localhost bluetoothd[382]: Stopping discovery
    Jun 17 01:03:54 localhost kernel: [ 1179.820342] usb 2-1: reset high-speed USB device number 2 using ehci-pci
    Jun 17 01:04:00 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.58" (uid=1000 pid=1082 comm="bluetooth-wizard ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ")
    Jun 17 01:04:01 localhost bluetoothd[382]: bluetoothd[382]: input-headset driver probe failed for device 40:98:4E:65:A1:00
    Jun 17 01:04:01 localhost bluetoothd[382]: input-headset driver probe failed for device 40:98:4E:65:A1:00
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.AudioSource.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.AudioSource" doesn't exist
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.HandsfreeGateway.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.HandsfreeGateway" doesn't exist
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.HandsfreeGateway.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.HandsfreeGateway" doesn't exist
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 SyncMLClient
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 DialupNetworking
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXObjectPush
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXFileTransfer
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 AudioSource
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControlTarget
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControl
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Headset_-_AG
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 HandsfreeAudioGateway
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Phonebook_Access_-_PSE
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 SyncMLClient
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 DialupNetworking
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXObjectPush
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXFileTransfer
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 AudioSource
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControlTarget
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControl
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Headset_-_AG
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 HandsfreeAudioGateway
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Phonebook_Access_-_PSE
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: Default Bluetooth adapter is powered
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: starting DUN device discovery...
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: Tutkitaan puhelimen asetuksia…
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: calling Connect...
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: waiting for Connect success...
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: processing Connect reply
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: new rfcomm interface '/dev/rfcomm0'
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: finished
    Jun 17 01:04:27 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    Jun 17 01:04:27 localhost kernel: [ 1212.925984] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:29 localhost kernel: [ 1214.790844] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:29 localhost kernel: [ 1214.791357] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:30 localhost ModemManager[457]: <info> Creating modem with plugin 'Nokia' and '1' ports
    Jun 17 01:04:30 localhost kernel: [ 1215.816882] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:30 localhost ModemManager[457]: <info> Modem for device at '/sys/devices/pci0000:00/0000:00:13.1/usb6/6-3' successfully created
    Jun 17 01:04:30 localhost kernel: [ 1215.820679] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:31 localhost ModemManager[457]: <info> Modem: state changed (unknown -> disabled)
    Jun 17 01:04:31 localhost kernel: [ 1216.873341] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:31 localhost /etc/gdm/Xsession[612]: ** Message: modem_object_added: (/org/freedesktop/ModemManager1/Modem/0) modem found
    Jun 17 01:04:31 localhost /etc/gdm/Xsession[612]: ** Message: start_wizard: (/org/freedesktop/ModemManager1/Modem/0) starting the mobile wizard
    Jun 17 01:04:31 localhost NetworkManager[387]: <info> ignoring modem 'rfcomm0' (no associated Bluetooth device)
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: mobile wizard done
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: adding new setting
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: waiting for add connection result...
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> BT device Nokia N9 (40:98:4E:65:A1:00) added (DUN)
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): new Bluetooth device (driver: 'bluez' ifindex: 0)
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): exported as /org/freedesktop/NetworkManager/Devices/1
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): deactivating device (reason 'managed') [2]
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: Puhelimesi on nyt valmis käyttöön.
    Jun 17 01:06:17 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/virtual/tty/rfcomm0
    Jun 17 01:06:17 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.59" (uid=1000 pid=1082 comm="bluetooth-wizard ")
    Jun 17 01:12:24 localhost NetworkManager[387]: <info> (eth0): device state change: activated -> disconnected (reason 'user-requested') [100 30 39]
    Jun 17 01:12:24 localhost NetworkManager[387]: <info> (eth0): deactivating device (reason 'user-requested') [39]
    Jun 17 01:12:24 localhost avahi-daemon[392]: Withdrawing address record for 192.168.0.222 on eth0.
    Jun 17 01:12:24 localhost avahi-daemon[392]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.222.
    Jun 17 01:12:24 localhost avahi-daemon[392]: Interface eth0.IPv4 no longer relevant for mDNS.
    Jun 17 01:12:24 localhost dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Jun 17 01:12:24 localhost dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Jun 17 01:12:24 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
    Jun 17 01:12:24 localhost dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Jun 17 01:12:24 localhost dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Jun 17 01:12:24 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) starting connection 'Dna connection'
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) scheduled...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) started...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) scheduled...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) complete.
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) starting...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: prepare -> config (reason 'none') [40 50 0]
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) complete.
    Jun 17 01:12:35 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00 40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) successful. Will connect via DUN.
    Jun 17 01:12:35 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) waiting for modem to appear.
    Jun 17 01:12:35 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: config -> failed (reason 'modem-not-found') [50 120 43]
    Jun 17 01:13:05 localhost NetworkManager[387]: <warn> Activation (40:98:4E:65:A1:00) failed for connection 'Dna connection'
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): deactivating device (reason 'none') [0]
    Jun 17 01:13:05 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/virtual/tty/rfcomm0
    Jun 17 01:13:05 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 7 matched rules; type="method_return", sender=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=387 comm="/usr/bin/NetworkManager --no-daemon ")
    And finally a complete everything.log
    Jun 17 00:44:20 localhost systemd[1]: Mounting Arbitrary Executable File Formats File System...
    Jun 17 00:44:20 localhost systemd-sysctl[132]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 17 00:44:20 localhost systemd[1]: Started Apply Kernel Variables.
    Jun 17 00:44:20 localhost systemd[1]: Started udev Coldplug all Devices.
    Jun 17 00:44:20 localhost systemd-modules-load[138]: Inserted module 'fuse'
    Jun 17 00:44:20 localhost systemd[1]: Started Create static device nodes in /dev.
    Jun 17 00:44:20 localhost systemd[1]: Starting udev Kernel Device Manager...
    Jun 17 00:44:20 localhost systemd[1]: Started udev Kernel Device Manager.
    Jun 17 00:44:20 localhost systemd[1]: Mounted Arbitrary Executable File Formats File System.
    Jun 17 00:44:20 localhost systemd[1]: Mounted Debug File System.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Linux version 3.9.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Sat Jun 8 09:22:45 CEST 2013
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90b0c2df-9b19-4c19-91ce-5479b086da4d ro quiet
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfdeffff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfdf0000-0x00000000cfdf2fff] ACPI NVS
    Jun 17 00:44:29 localhost syslog-ng[390]: syslog-ng starting up; version='3.4.1'
    Jun 17 00:44:20 localhost systemd[1]: Mounted Huge Pages File System.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfdf3000-0x00000000cfdfffff] ACPI data
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000032fffffff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jun 17 00:44:29 localhost kernel: [ 0.000000] SMBIOS 2.4 present.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA790XT-UD4P/GA-MA790XT-UD4P, BIOS F8g 07/12/2010
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No AGP bridge found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: last_pfn = 0x330000 max_arch_pfn = 0x400000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR default type: uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR fixed ranges enabled:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 00000-9FFFF write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] A0000-BFFFF uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] C0000-C7FFF write-protect
    Jun 17 00:44:30 localhost kernel: [ 0.000000] C8000-FFFFF uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR variable ranges enabled:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 3 base 0000CFE00000 mask FFFFFFE00000 uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 4 base 000100000000 mask FFFF00000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 5 base 000200000000 mask FFFF00000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 6 base 000300000000 mask FFFFE0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 7 base 000320000000 mask FFFFF0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] TOM2: 0000000330000000 aka 13056M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: update [mem 0xcfe00000-0xffffffff] usable ==> reserved
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: last_pfn = 0xcfdf0 max_arch_pfn = 0x400000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x000f5440-0x000f544f] mapped at [ffff8800000f5440]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Scanning 1 areas for low memory corruption
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Using GB pages for direct mapping
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x32fe00000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x32fe00000-0x32fffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x32c000000-0x32fdfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x32c000000-0x32fdfffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x300000000-0x32bffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x300000000-0x32bffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcfdeffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0xc0000000-0xcfbfffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0xcfc00000-0xcfdeffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x100000000-0x2ffffffff] page 1G
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RAMDISK: [mem 0x378a4000-0x37c49fff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000f6e70 00014 (v00 GBT )
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: RSDT 00000000cfdf3000 00038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: FACP 00000000cfdf3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: DSDT 00000000cfdf30c0 0725F (v01 GBT GBTUACPI 00001000 MSFT 03000000)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: FACS 00000000cfdf0000 00040
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: SSDT 00000000cfdfa400 008F5 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: HPET 00000000cfdfad00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: MCFG 00000000cfdfad40 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: APIC 00000000cfdfa340 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Scanning NUMA topology in Northbridge 24
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No NUMA configuration found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000032fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] NODE_DATA [mem 0x32fff9000-0x32fffdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [ffffea0000000000-ffffea000cbfffff] PMD -> [ffff880323600000-ffff88032f5fffff] on node 0
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Zone ranges:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal [mem 0x100000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Movable zone start for each node
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Early memory node ranges
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0xcfdeffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x100000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] On node 0 totalpages: 3145102
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 64 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 21 pages reserved
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 zone: 13240 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 zone: 847344 pages, LIFO batch:31
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal zone: 35840 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal zone: 2293760 pages, LIFO batch:31
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ0 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ2 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ9 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] smpboot: Allowing 8 CPUs, 5 hotplug CPUs
    Jun 17 00:44:30 localhost kernel: [ 0.000000] nr_irqs_gsi: 40
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfdf0000 - 00000000cfdf3000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfdf3000 - 00000000cfe00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfe00000 - 00000000cff00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
    Jun 17 00:44:30 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88032fc00000 s85824 r8192 d20672 u262144
    Jun 17 00:44:30 localhost kernel: [ 0.000000] pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    Jun 17 00:44:30 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3095937
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Policy zone: Normal
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90b0c2df-9b19-4c19-91ce-5479b086da4d ro quiet
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Checking aperture...
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No AGP bridge found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Please enable the IOMMU option in the BIOS setup
    Jun 17 00:44:30 localhost kernel: [ 0.000000] This costs you 64 MB of RAM
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Memory: 12235744k/13369344k available (4984k kernel code, 788936k absent, 344664k reserved, 3966k data, 1092k init)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Preemptible hierarchical RCU implementation.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    Jun 17 00:44:30 localhost kernel: [ 0.000000] spurious 8259A interrupt: IRQ7.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Console: colour dummy device 80x25
    Jun 17 00:44:30 localhost kernel: [ 0.000000] console [tty0] enabled
    Jun 17 00:44:30 localhost kernel: [ 0.000000] allocated 50331648 bytes of page_cgroup
    Jun 17 00:44:30 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jun 17 00:44:30 localhost kernel: [ 0.000000] hpet clockevent registered
    Jun 17 00:44:30 localhost kernel: [ 0.003333] tsc: Fast TSC calibration using PIT
    Jun 17 00:44:30 localhost kernel: [ 0.006666] tsc: Detected 2812.672 MHz processor
    Jun 17 00:44:30 localhost kernel: [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5627.73 BogoMIPS (lpj=9375573)
    Jun 17 00:44:30 localhost kernel: [ 0.000006] pid_max: default: 32768 minimum: 301
    Jun 17 00:44:30 localhost kernel: [ 0.000035] Security Framework initialized
    Jun 17 00:44:30 localhost kernel: [ 0.000041] AppArmor: AppArmor disabled by boot time parameter
    Jun 17 00:44:30 localhost kernel: [ 0.000892] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.005505] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.007582] Mount-cache hash table entries: 256
    Jun 17 00:44:30 localhost kernel: [ 0.007774] Initializing cgroup subsys cpuacct
    Jun 17 00:44:30 localhost kernel: [ 0.007776] Initializing cgroup subsys memory
    Jun 17 00:44:30 localhost kernel: [ 0.007786] Initializing cgroup subsys devices
    Jun 17 00:44:30 localhost kernel: [ 0.007787] Initializing cgroup subsys freezer
    Jun 17 00:44:30 localhost kernel: [ 0.007789] Initializing cgroup subsys net_cls
    Jun 17 00:44:30 localhost kernel: [ 0.007790] Initializing cgroup subsys blkio
    Jun 17 00:44:30 localhost kernel: [ 0.007813] tseg: 00cff00000
    Jun 17 00:44:30 localhost kernel: [ 0.007816] CPU: Physical Processor ID: 0
    Jun 17 00:44:30 localhost kernel: [ 0.007817] CPU: Processor Core ID: 0
    Jun 17 00:44:30 localhost kernel: [ 0.007818] mce: CPU supports 6 MCE banks
    Jun 17 00:44:30 localhost kernel: [ 0.007823] LVT offset 0 assigned for vector 0xf9
    Jun 17 00:44:30 localhost kernel: [ 0.007828] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Jun 17 00:44:30 localhost kernel: [ 0.007828] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    Jun 17 00:44:30 localhost kernel: [ 0.007828] tlb_flushall_shift: 4
    Jun 17 00:44:30 localhost kernel: [ 0.007908] Freeing SMP alternatives: 20k freed
    Jun 17 00:44:30 localhost kernel: [ 0.008523] ACPI: Core revision 20130117
    Jun 17 00:44:30 localhost kernel: [ 0.010353] ACPI: All ACPI Tables successfully acquired
    Jun 17 00:44:30 localhost kernel: [ 0.042664] ftrace: allocating 19546 entries in 77 pages
    Jun 17 00:44:30 localhost kernel: [ 0.399338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jun 17 00:44:30 localhost kernel: [ 0.432338] smpboot: CPU0: AMD Phenom(tm) II X3 720 Processor (fam: 10, model: 04, stepping: 02)
    Jun 17 00:44:30 localhost kernel: [ 0.535738] Performance Events: AMD PMU driver.
    Jun 17 00:44:30 localhost kernel: [ 0.535742] ... version: 0
    Jun 17 00:44:30 localhost kernel: [ 0.535743] ... bit width: 48
    Jun 17 00:44:30 localhost kernel: [ 0.535744] ... generic registers: 4
    Jun 17 00:44:30 localhost kernel: [ 0.535745] ... value mask: 0000ffffffffffff
    Jun 17 00:44:30 localhost kernel: [ 0.535746] ... max period: 00007fffffffffff
    Jun 17 00:44:30 localhost kernel: [ 0.535746] ... fixed-purpose events: 0
    Jun 17 00:44:30 localhost kernel: [ 0.535747] ... event mask: 000000000000000f
    Jun 17 00:44:30 localhost kernel: [ 0.565797] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jun 17 00:44:30 localhost kernel: [ 0.572465] smpboot: Booting Node 0, Processors #1 #2
    Jun 17 00:44:30 localhost kernel: [ 0.602275] Brought up 3 CPUs
    Jun 17 00:44:30 localhost kernel: [ 0.602279] smpboot: Total of 3 processors activated (16882.19 BogoMIPS)
    Jun 17 00:44:30 localhost kernel: [ 0.605948] devtmpfs: initialized
    Jun 17 00:44:30 localhost kernel: [ 0.608503] PM: Registering ACPI NVS region [mem 0xcfdf0000-0xcfdf2fff] (12288 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.609303] RTC time: 21:44:15, date: 06/16/13
    Jun 17 00:44:30 localhost kernel: [ 0.609349] NET: Registered protocol family 16
    Jun 17 00:44:30 localhost kernel: [ 0.609448] node 0 link 0: io port [b000, ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609451] TOM: 00000000d0000000 aka 3328M
    Jun 17 00:44:30 localhost kernel: [ 0.609453] Fam 10h mmconf [mem 0xe0000000-0xe00fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609455] node 0 link 0: mmio [a0000, bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609457] node 0 link 0: mmio [d0000000, dfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609459] node 0 link 0: mmio [f0000000, fe02ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609460] node 0 link 0: mmio [e0000000, e04fffff] ==> [e0100000, e04fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609462] TOM2: 0000000330000000 aka 13056M
    Jun 17 00:44:30 localhost kernel: [ 0.609464] bus: [bus 00-04] on node 0 link 0
    Jun 17 00:44:30 localhost kernel: [ 0.609466] bus: 00 [io 0x0000-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609467] bus: 00 [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609468] bus: 00 [mem 0xd0000000-0xdfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609469] bus: 00 [mem 0xe0500000-0xffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609470] bus: 00 [mem 0xe0100000-0xe04fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609471] bus: 00 [mem 0x330000000-0xfcffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609498] ACPI: bus type PCI registered
    Jun 17 00:44:30 localhost kernel: [ 0.609552] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jun 17 00:44:30 localhost kernel: [ 0.609554] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Jun 17 00:44:30 localhost kernel: [ 0.617921] PCI: Using configuration type 1 for base access
    Jun 17 00:44:30 localhost kernel: [ 0.618123] mtrr: your CPUs had inconsistent variable MTRR settings
    Jun 17 00:44:30 localhost kernel: [ 0.618124] mtrr: probably your BIOS does not setup all CPUs.
    Jun 17 00:44:30 localhost kernel: [ 0.618125] mtrr: corrected configuration.
    Jun 17 00:44:30 localhost kernel: [ 0.618516] bio: create slab <bio-0> at 0
    Jun 17 00:44:30 localhost kernel: [ 0.618576] ACPI: Added _OSI(Module Device)
    Jun 17 00:44:30 localhost kernel: [ 0.618577] ACPI: Added _OSI(Processor Device)
    Jun 17 00:44:30 localhost kernel: [ 0.618578] ACPI: Added _OSI(3.0 _SCP Extensions)
    Jun 17 00:44:30 localhost kernel: [ 0.618580] ACPI: Added _OSI(Processor Aggregator Device)
    Jun 17 00:44:30 localhost kernel: [ 0.619096] ACPI: EC: Look up EC in DSDT
    Jun 17 00:44:30 localhost kernel: [ 0.623380] ACPI: Interpreter enabled
    Jun 17 00:44:30 localhost kernel: [ 0.623389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
    Jun 17 00:44:30 localhost kernel: [ 0.623394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    Jun 17 00:44:30 localhost kernel: [ 0.623403] ACPI: (supports S0 S3 S4 S5)
    Jun 17 00:44:30 localhost kernel: [ 0.623405] ACPI: Using IOAPIC for interrupt routing
    Jun 17 00:44:30 localhost kernel: [ 0.623473] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jun 17 00:44:30 localhost kernel: [ 0.637118] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jun 17 00:44:30 localhost kernel: [ 0.637201] PCI host bridge to bus 0000:00
    Jun 17 00:44:30 localhost kernel: [ 0.637204] pci_bus 0000:00: root bus resource [bus 00-ff]
    Jun 17 00:44:30 localhost kernel: [ 0.637207] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.637209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637212] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637214] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637223] pci 0000:00:00.0: [1002:5958] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.637234] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.637312] pci 0000:00:02.0: [1002:5978] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637342] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637366] pci 0000:00:02.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637399] pci 0000:00:04.0: [1002:597a] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637428] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637453] pci 0000:00:04.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637485] pci 0000:00:0a.0: [1002:597f] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637514] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637542] pci 0000:00:0a.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637581] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    Jun 17 00:44:30 localhost kernel: [ 0.637600] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
    Jun 17 00:44:30 localhost kernel: [ 0.637609] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
    Jun 17 00:44:30 localhost kernel: [ 0.637618] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
    Jun 17 00:44:30 localhost kernel: [ 0.637627] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
    Jun 17 00:44:30 localhost kernel: [ 0.637636] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
    Jun 17 00:44:30 localhost kernel: [ 0.637645] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    Jun 17 00:44:30 localhost kernel: [ 0.637664] pci 0000:00:11.0: set SATA to AHCI mode
    Jun 17 00:44:30 localhost kernel: [ 0.637736] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.637749] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    Jun 17 00:44:30 localhost kernel: [ 0.637811] pci 0000:00:12.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637840] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.637853] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    Jun 17 00:44:30 localhost kernel: [ 0.637916] pci 0000:00:12.1: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637948] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Jun 17 00:44:30 localhost kernel: [ 0.637966] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
    Jun 17 00:44:30 localhost kernel: [ 0.638046] pci 0000:00:12.2: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.638047] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.638065] pci 0000:00:12.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638099] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.638112] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
    Jun 17 00:44:30 localhost kernel: [ 0.638178] pci 0000:00:13.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638205] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.638217] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
    Jun 17 00:44:30 localhost kernel: [ 0.638282] pci 0000:00:13.1: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638316] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    Jun 17 00:44:30 localhost kernel: [ 0.638334] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
    Jun 17 00:44:30 localhost kernel: [ 0.638414] pci 0000:00:13.2: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.638415] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.638436] pci 0000:00:13.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638472] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Jun 17 00:44:30 localhost kernel: [ 0.638587] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    Jun 17 00:44:30 localhost kernel: [ 0.638602] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    Jun 17 00:44:30 localhost kernel: [ 0.638611] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    Jun 17 00:44:30 localhost kernel: [ 0.638620] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    Jun 17 00:44:30 localhost kernel: [ 0.638629] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    Jun 17 00:44:30 localhost kernel: [ 0.638638] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f]
    Jun 17 00:44:30 localhost kernel: [ 0.638722] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Jun 17 00:44:30 localhost kernel: [ 0.638743] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.638806] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.638830] pci 0000:00:14.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638857] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    Jun 17 00:44:30 localhost kernel: [ 0.638963] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Jun 17 00:44:30 localhost kernel: [ 0.639012] pci 0000:00:14.4: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.639040] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.639053] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
    Jun 17 00:44:30 localhost kernel: [ 0.639119] pci 0000:00:14.5: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.639151] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639203] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639254] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639305] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639358] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639454] pci 0000:01:00.0: [1002:94b3] type 00 class 0x030000
    Jun 17 00:44:30 localhost kernel: [ 0.639466] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.639475] pci 0000:01:00.0: reg 18: [mem 0xfdee0000-0xfdeeffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.639482] pci 0000:01:00.0: reg 20: [io 0xee00-0xeeff]
    Jun 17 00:44:30 localhost kernel: [ 0.639493] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.639520] pci 0000:01:00.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.639554] pci 0000:01:00.1: [1002:aa38] type 00 class 0x040300
    Jun 17 00:44:30 localhost kernel: [ 0.639566] pci 0000:01:00.1: reg 10: [mem 0xfdefc000-0xfdefffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.639616] pci 0000:01:00.1: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.648955] pci 0000:00:02.0: PCI bridge to [bus 01]
    Jun 17 00:44:30 localhost kernel: [ 0.648960] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.648963] pci 0000:00:02.0: bridge window [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.648966] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649016] pci 0000:02:00.0: [197b:2363] type 00 class 0x010185
    Jun 17 00:44:30 localhost kernel: [ 0.649081] pci 0000:02:00.0: reg 24: [mem 0xfddfe000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.649130] pci 0000:02:00.0: PME# supported from D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.649179] pci 0000:02:00.1: [197b:2363] type 00 class 0x010185
    Jun 17 00:44:30 localhost kernel: [ 0.649197] pci 0000:02:00.1: reg 10: [io 0xdf00-0xdf07]
    Jun 17 00:44:30 localhost kernel: [ 0.649207] pci 0000:02:00.1: reg 14: [io 0xde00-0xde03]
    Jun 17 00:44:30 localhost kernel: [ 0.649217] pci 0000:02:00.1: reg 18: [io 0xdd00-0xdd07]
    Jun 17 00:44:30 localhost kernel: [ 0.649227] pci 0000:02:00.1: reg 1c: [io 0xdc00-0xdc03]
    Jun 17 00:44:30 localhost kernel: [ 0.649237] pci 0000:02:00.1: reg 20: [io 0xdb00-0xdb0f]
    Jun 17 00:44:30 localhost kernel: [ 0.649319] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Jun 17 00:44:30 localhost kernel: [ 0.649326] pci 0000:00:04.0: PCI bridge to [bus 02]
    Jun 17 00:44:30 localhost kernel: [ 0.649329] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.649331] pci 0000:00:04.0: bridge window [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.649334] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649377] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    Jun 17 00:44:30 localhost kernel: [ 0.649389] pci 0000:03:00.0: reg 10: [io 0xce00-0xceff]
    Jun 17 00:44:30 localhost kernel: [ 0.649408] pci 0000:03:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649421] pci 0000:03:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649430] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649474] pci 0000:03:00.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.649475] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.658954] pci 0000:00:0a.0: PCI bridge to [bus 03]
    Jun 17 00:44:30 localhost kernel: [ 0.658959] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.658961] pci 0000:00:0a.0: bridge window [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.658964] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.659008] pci 0000:04:06.0: [1131:7146] type 00 class 0x048000
    Jun 17 00:44:30 localhost kernel: [ 0.659025] pci 0000:04:06.0: reg 10: [mem 0xfdbff000-0xfdbff1ff]
    Jun 17 00:44:30 localhost kernel: [ 0.659127] pci 0000:04:07.0: [9710:9805] type 00 class 0x078000
    Jun 17 00:44:30 localhost kernel: [ 0.659143] pci 0000:04:07.0: reg 10: [io 0xbf00-0xbf07]
    Jun 17 00:44:30 localhost kernel: [ 0.659155] pci 0000:04:07.0: reg 14: [io 0xbe00-0xbe07]
    Jun 17 00:44:30 localhost kernel: [ 0.659167] pci 0000:04:07.0: reg 18: [io 0xbd00-0xbd07]
    Jun 17 00:44:30 localhost kernel: [ 0.659179] pci 0000:04:07.0: reg 1c: [io 0xbc00-0xbc07]
    Jun 17 00:44:30 localhost kernel: [ 0.659190] pci 0000:04:07.0: reg 20: [io 0xbb00-0xbb07]
    Jun 17 00:44:30 localhost kernel: [ 0.659202] pci 0000:04:07.0: reg 24: [io 0xba00-0xba0f]
    Jun 17 00:44:30 localhost kernel: [ 0.659264] pci 0000:04:0e.0: [104c:8024] type 00 class 0x0c0010
    Jun 17 00:44:30 localhost kernel: [ 0.659286] pci 0000:04:0e.0: reg 10: [mem 0xfdbfe000-0xfdbfe7ff]
    Jun 17 00:44:30 localhost kernel: [ 0.659298] pci 0000:04:0e.0: reg 14: [mem 0xfdbf8000-0xfdbfbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.659387] pci 0000:04:0e.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.659389] pci 0000:04:0e.0: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.659445] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659449] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.659453] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.659457] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.659458] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659460] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659462] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659463] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659465] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659479] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Jun 17 00:44:30 localhost kernel: [ 0.659481] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Jun 17 00:44:30 localhost kernel: [ 0.659908] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.659945] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.659979] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660012] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660045] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660078] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660111] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660144] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660468] acpi root: \_SB_.PCI0 notify handler is installed
    Jun 17 00:44:30 localhost kernel: [ 0.660494] Found 1 acpi root devices
    Jun 17 00:44:30 localhost kernel: [ 0.660564] ACPI: No dock devices found.
    Jun 17 00:44:30 localhost kernel: [ 0.660640] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jun 17 00:44:30 localhost kernel: [ 0.660643] vgaarb: loaded
    Jun 17 00:44:30 localhost kernel: [ 0.660644] vgaarb: bridge control possible 0000:01:00.0
    Jun 17 00:44:30 localhost kernel: [ 0.660676] PCI: Using ACPI for IRQ routing
    Jun 17 00:44:30 localhost kernel: [ 0.668997] PCI: pci_cache_line_size set to 64 bytes
    Jun 17 00:44:30 localhost kernel: [ 0.669004] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.669070] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.669071] e820: reserve RAM buffer [mem 0xcfdf0000-0xcfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.669150] NetLabel: Initializing
    Jun 17 00:44:30 localhost kernel: [ 0.669151] NetLabel: domain hash size = 128
    Jun 17 00:44:30 localhost kernel: [ 0.669152] NetLabel: protocols = UNLABELED CIPSOv4
    Jun 17 00:44:30 localhost kernel: [ 0.669161] NetLabel: unlabeled traffic allowed by default
    Jun 17 00:44:30 localhost kernel: [ 0.669177] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jun 17 00:44:30 localhost kernel: [ 0.669180] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Jun 17 00:44:30 localhost kernel: [ 0.671205] Switching to clocksource hpet
    Jun 17 00:44:30 localhost kernel: [ 0.674983] pnp: PnP ACPI init
    Jun 17 00:44:30 localhost kernel: [ 0.674994] ACPI: bus type PNP registered
    Jun 17 00:44:30 localhost kernel: [ 0.675058] system 00:00: [io 0x04d0-0x04d1] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675060] system 00:00: [io 0x0220-0x0225] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675062] system 00:00: [io 0x0290-0x0294] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675065] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675512] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.675535] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.675543] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:03:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.675575] system 00:01: [io 0x4100-0x411f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675578] system 00:01: [io 0x0228-0x022f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675580] system 00:01: [io 0x040b] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675581] system 00:01: [io 0x04d6] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675583] system 00:01: [io 0x0c00-0x0c01] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675585] system 00:01: [io 0x0c14] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675586] system 00:01: [io 0x0c50-0x0c52] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675588] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675589] system 00:01: [io 0x0c6f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675591] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675593] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675594] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675596] system 00:01: [io 0x4000-0x40fe] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675597] system 00:01: [io 0x4210-0x4217] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675599] system 00:01: [io 0x0b00-0x0b0f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675601] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675602] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675604] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675608] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675676] pnp 00:02: [dma 4]
    Jun 17 00:44:30 localhost kernel: [ 0.675693] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675740] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675772] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675791] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675815] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676004] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676006] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676106] pnp 00:08: disabling [mem 0x000cfe00-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676108] pnp 00:08: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676110] pnp 00:08: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676112] pnp 00:08: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676114] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676117] pnp 00:08: disabling [mem 0x00100000-0xcfdeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676153] system 00:08: [mem 0xcfdf0000-0xcfdfffff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676155] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676157] system 00:08: [mem 0xcfe00000-0xcfefffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676159] system 00:08: [mem 0xcff00000-0xcfffffff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676161] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676162] system 00:08: [mem 0xfee00000-0xfee00fff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676164] system 00:08: [mem 0xfff80000-0xfffeffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676166] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676180] pnp: PnP ACPI: found 9 devices
    Jun 17 00:44:30 localhost kernel: [ 0.676182] ACPI: bus type PNP unregistered
    Jun 17 00:44:30 localhost kernel: [ 0.682550] pci 0000:01:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682553] pci 0000:00:02.0: PCI bridge to [bus 01]
    Jun 17 00:44:30 localhost kernel: [ 0.682556] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.682558] pci 0000:00:02.0: bridge window [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682561] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682564] pci 0000:00:04.0: PCI bridge to [bus 02]
    Jun 17 00:44:30 localhost kernel: [ 0.682566] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682568] pci 0000:00:04.0: bridge window [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682570] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682574] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682575] pci 0000:00:0a.0: PCI bridge to [bus 03]
    Jun 17 00:44:30 localhost kernel: [ 0.682577] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682579] pci 0000:00:0a.0: bridge window [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682582] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682585] pci 0000:00:14.4: PCI bridge to [bus 04]
    Jun 17 00:44:30 localhost kernel: [ 0.682587] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682592] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682595] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682771] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.682772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682774] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682775] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682777] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682779] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.682780] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682782] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682784] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682785] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682787] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682788] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682790] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682791] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682793] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682795] pci_bus 0000:04: resource 1 [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682796] pci_bus 0000:04: resource 2 [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682798] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.682799] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [

    I managed to get my wired connection back and updated my system. After that (and a reboot), NetworkManager started to mysteriously work.
    Here are the relevant parts from journald's log:
    kesä 17 17:47:40 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:47:40 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:47:40 sunnydale systemd[1]: Starting Network Manager Script Dispatcher Service...
    kesä 17 17:47:40 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:47:40 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:47:40 sunnydale systemd[1]: Started Network Manager Script Dispatcher Service.
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) starting connection 'dna internet connection'
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.388835] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) scheduled...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) started...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) scheduled...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) complete.
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) starting...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: prepare -> config (reason 'none') [40 50 0]
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.390823] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.398034] [nm-device-bt.c:947] act_stage2_config(): (40:98:4E:65:A1:00): requesting connection to the device
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) complete.
    kesä 17 17:47:52 sunnydale NetworkManager[387]: <debug> [1371480472.813677] [nm-device-bt.c:836] bluez_property_changed(): (40:98:4E:65:A1:00): bluez property 'Connected' changed to 'true'
    kesä 17 17:47:52 sunnydale NetworkManager[387]: <debug> [1371480472.813775] [nm-device-bt.c:846] bluez_property_changed(): (40:98:4E:65:A1:00): connected to the device
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <debug> [1371480473.67585] [nm-device-bt.c:808] bluez_connect_cb(): (40:98:4E:65:A1:00): connect request successful
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00 40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) successful. Will connect via DUN.
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) waiting for modem to appear.
    kesä 17 17:47:53 sunnydale upowerd[518]: (upowerd:518): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb4/4-3/4-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    kesä 17 17:47:53 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:54 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:54 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:56 sunnydale ModemManager[390]: <info> Creating modem with plugin 'Nokia' and '1' ports
    kesä 17 17:47:56 sunnydale ModemManager[390]: <info> Modem for device at '/sys/devices/pci0000:00/0000:00:13.1/usb4/4-3' successfully created
    kesä 17 17:47:56 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:56 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem: state changed (unknown -> disabled)
    kesä 17 17:47:57 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) modem found.
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect started...
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (3/8): Enable
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (disabled -> enabling)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'disabled' --> 'enabling' (reason: user-requested)
    kesä 17 17:47:57 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (unknown -> registering)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabling -> enabled)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (4/8): Wait to get fully enabled
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (5/8): Register
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (6/8): Bearer
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'enabling' --> 'enabled' (reason: user-requested)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (7/8): Connect
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabled -> connecting)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'enabled' --> 'connecting' (reason: user-requested)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <warn> Couldn't load Operator Name: 'Unknown error'
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (registering -> home)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: 'A1', Cell ID: '10C654')
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (connecting -> connected)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (8/8): All done
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'connecting' --> 'connected' (reason: user-requested)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <warn> (rfcomm0): failed to look up interface index
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987235] [nm-device.c:3066] nm_device_activate_schedule_stage3_ip_config_start(): Activation (40:98:4E:65:A1:00) setting firewall zone 'default'
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987260] [nm-firewall-manager.c:107] nm_firewall_manager_add_or_change_zone(): (rfcomm0) firewall zone add/change skipped (not running)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) scheduled.
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) started...
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: config -> ip-config (reason 'none') [50 70 0]
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987628] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> using modem-specified IP timeout: 20 seconds
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> starting PPP connection
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.988323] [nm-ppp-manager.c:1068] nm_ppp_manager_start(): command line: /usr/sbin/pppd nodetach lock nodefaultroute ipv6 , debug rfcomm0 noipdefault noauth usepeerdns lcp-echo-failure 0 lcp-echo-interval 0 ipparam /org/freedesktop/NetworkManager/PPP/0 plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> pppd started with pid 914
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) complete.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) started...
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    kesä 17 17:47:58 sunnydale pppd[914]: Plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
    kesä 17 17:47:58 sunnydale kernel: PPP generic driver version 2.4.2
    kesä 17 17:47:58 sunnydale pppd[914]: pppd 2.4.5 started by root, uid 0
    kesä 17 17:47:58 sunnydale pppd[914]: using channel 1
    kesä 17 17:47:58 sunnydale pppd[914]: Using interface ppp0
    kesä 17 17:47:58 sunnydale pppd[914]: Connect: ppp0 <--> /dev/rfcomm0
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <debug> [1371480478.113258] [nm-netlink-monitor.c:164] link_msg_handler(): netlink link message: iface idx 3 flags 0x1090
    kesä 17 17:47:58 sunnydale NetworkManager[387]: using channel 1
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Using interface ppp0
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Connect: ppp0 <--> /dev/rfcomm0
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale systemd-sysctl[922]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <debug> [1371480478.116359] [nm-udev-manager.c:568] handle_uevent(): UDEV event: action 'add' subsys 'net' device 'ppp0'
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <warn> /sys/devices/virtual/net/ppp0: couldn't determine device driver; ignoring...
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfRej id=0x1 <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfRej id=0x1 <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfAck id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfAck id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [PAP AuthReq id=0x1 user="" password=<hidden>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [PAP AuthReq id=0x1 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [PAP AuthReq id=0x2 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [PAP AuthReq id=0x2 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [PAP AuthAck id=0x2 ""]
    kesä 17 17:48:01 sunnydale pppd[914]: PAP authentication succeeded
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [PAP AuthAck id=0x2 ""]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: PAP authentication succeeded
    kesä 17 17:48:01 sunnydale kernel: PPP BSD Compression module registered
    kesä 17 17:48:01 sunnydale pppd[914]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale kernel: PPP Deflate Compression module registered
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
    kesä 17 17:48:01 sunnydale pppd[914]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x0 <addr fe80::0000:0000:0000:0000>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfNak id=0x0 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x0 <addr fe80::0000:0000:0000:0000>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfNak id=0x0 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfNak id=0x2 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfReq id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfNak id=0x2 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfAck id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: Cannot determine ethernet address for proxy ARP
    kesä 17 17:48:03 sunnydale pppd[914]: local IP address 10.241.96.30
    kesä 17 17:48:03 sunnydale pppd[914]: remote IP address 10.6.6.6
    kesä 17 17:48:03 sunnydale pppd[914]: primary DNS address 62.241.198.245
    kesä 17 17:48:03 sunnydale pppd[914]: secondary DNS address 62.241.198.246
    kesä 17 17:48:03 sunnydale pppd[914]: Script /etc/ppp/ip-up started (pid 928)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.851617] [nm-netlink-monitor.c:164] link_msg_handler(): netlink link message: iface idx 3 flags 0x110D1
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> PPP manager(IP Config Get) reply received.
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Commit) started...
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.852986] [nm-system.c:194] sync_addresses(): (ppp0): syncing addresses (family 2)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.853021] [nm-system.c:247] sync_addresses(): (ppp0): removing address '10.241.96.30/32'
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfAck id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Cannot determine ethernet address for proxy ARP
    kesä 17 17:48:03 sunnydale NetworkManager[387]: local IP address 10.241.96.30
    kesä 17 17:48:03 sunnydale NetworkManager[387]: remote IP address 10.6.6.6
    kesä 17 17:48:03 sunnydale NetworkManager[387]: primary DNS address 62.241.198.245
    kesä 17 17:48:03 sunnydale NetworkManager[387]: secondary DNS address 62.241.198.246
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Script /etc/ppp/ip-up started (pid 928)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.853775] [nm-system.c:280] sync_addresses(): (ppp0): adding address '10.241.96.30/0'
    kesä 17 17:48:03 sunnydale pppd[914]: Script /etc/ppp/ip-up finished (pid 928), status = 0x2
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Script /etc/ppp/ip-up finished (pid 928), status = 0x2
    kesä 17 17:48:04 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855173] [nm-netlink-utils.c:356] dump_route(): route idx 3 family INET (2) addr 10.6.6.6/32
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855250] [nm-netlink-utils.c:356] dump_route(): route idx 3 family INET (2) addr 10.241.96.30/32
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855608] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (device_ip4_config_changed): queueing DNS updates (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855649] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration did not change
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855666] [nm-dns-manager.c:1017] nm_dns_manager_end_updates(): (device_ip4_config_changed): no DNS changes to commit (0)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855795] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.858147] [nm-device.c:5244] nm_device_queue_state(): (40:98:4E:65:A1:00): queued state change to activated (id 252)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.858200] [nm-device.c:5174] nm_device_state_changed(): (40:98:4E:65:A1:00): device entered SECONDARIES state
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Commit) complete.
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.870449] [nm-device.c:5202] queued_set_state(): (40:98:4E:65:A1:00): running queued state change to activated (id 252)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: secondaries -> activated (reason 'none') [90 100 0]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.872130] [nm-manager.c:591] manager_device_state_changed(): (40:98:4E:65:A1:00): triggered connectivity check due to state change
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.873625] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (device_state_changed): queueing DNS updates (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.873683] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (update_routing_and_dns): queueing DNS updates (2)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Policy set 'dna internet connection' (ppp0) as default for IPv4 routing and DNS.
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874320] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration changed
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874341] [nm-dns-manager.c:1017] nm_dns_manager_end_updates(): (update_routing_and_dns): no DNS changes to commit (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874368] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration changed
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874383] [nm-dns-manager.c:1022] nm_dns_manager_end_updates(): (device_state_changed): committing DNS changes (0)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874399] [nm-dns-manager.c:591] update_dns(): updating resolv.conf
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) successful, device activated.
    kesä 17 17:48:04 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:48:04 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:48:04 sunnydale systemd[1]: Starting Network Manager Script Dispatcher Service...
    kesä 17 17:48:04 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:48:04 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:48:04 sunnydale systemd[1]: Started Network Manager Script Dispatcher Service.
    kesä 17 17:48:07 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:07 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:10 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:10 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:13 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:13 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:16 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:16 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:19 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:19 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:21 sunnydale /etc/gdm/Xsession[622]: (process:953): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
    kesä 17 17:48:22 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:22 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:CurrentTime used to choose focus window; focus window may not be correct.
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Got a request to focus 0x2200006 (jussi@sunn) with a timestamp of 0. This shouldn't happen!
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:CurrentTime used to choose focus window; focus window may not be correct.
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    kesä 17 17:48:25 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:25 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:28 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:28 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:31 sunnydale pppd[914]: IPV6CP: timeout sending Config-Requests
    kesä 17 17:48:31 sunnydale NetworkManager[387]: IPV6CP: timeout sending Config-Requests
    kesä 17 17:49:41 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    kesä 17 17:49:41 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    kesä 17 17:49:41 sunnydale systemd[1]: Starting Hostname Service...
    kesä 17 17:49:41 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.hostname1'
    kesä 17 17:49:41 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.hostname1'
    kesä 17 17:49:41 sunnydale systemd[1]: Started Hostname Service.
    kesä 17 17:49:43 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Log level 8: meta_window_raise: assertion `!window->override_redirect' failed
    kesä 17 17:49:44 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Log level 8: meta_window_lower: assertion `!window->override_redirect' failed
    And here is log about the updates I made:
    [2013-06-17 17:01] [PACMAN] Running 'pacman -Syu'
    [2013-06-17 17:01] [PACMAN] synchronizing package lists
    [2013-06-17 17:01] [PACMAN] starting full system upgrade
    [2013-06-17 17:04] [PACMAN] Running 'pacman -S --asdeps polkit'
    [2013-06-17 17:04] [PACMAN] upgraded polkit (0.110-2 -> 0.111-1)
    [2013-06-17 17:24] [PACMAN] Running 'pacman -U --asdeps lib32-polkit-0.111-1-x86_64.pkg.tar.xz'
    [2013-06-17 17:24] [PACMAN] upgraded lib32-polkit (0.110-2 -> 0.111-1)
    [2013-06-17 17:27] [PACMAN] Running 'pacman -S --asdeps libxkbcommon'
    [2013-06-17 17:27] [PACMAN] upgraded libxkbcommon (0.3.0-1 -> 0.3.1-1)
    [2013-06-17 17:28] [PACMAN] Running 'pacman -U --asdeps lib32-libxkbcommon-0.3.1-1-x86_64.pkg.tar.xz'
    [2013-06-17 17:28] [PACMAN] upgraded lib32-libxkbcommon (0.3.0-1 -> 0.3.1-1)
    [2013-06-17 17:28] [PACMAN] Running 'pacman -Syu'
    [2013-06-17 17:28] [PACMAN] synchronizing package lists
    [2013-06-17 17:28] [PACMAN] starting full system upgrade
    [2013-06-17 17:33] [PACMAN] removed lib32-dbus-core (1.6.10-1)
    [2013-06-17 17:33] [PACMAN] upgraded attr (2.4.46-2 -> 2.4.47-1)
    [2013-06-17 17:33] [PACMAN] upgraded acl (2.2.51-3 -> 2.2.52-1)
    [2013-06-17 17:33] [PACMAN] upgraded attica (0.4.1-2 -> 0.4.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded cups-pk-helper (0.2.4-1 -> 0.2.5-1)
    [2013-06-17 17:33] [PACMAN] upgraded dbus (1.6.10-1 -> 1.6.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded dosfstools (3.0.17-1 -> 3.0.20-1)
    [2013-06-17 17:33] [PACMAN] upgraded gtk-update-icon-cache (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded gtk2 (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded flashplugin (11.2.202.285-1 -> 11.2.202.291-1)
    [2013-06-17 17:33] [PACMAN] upgraded libgdm (3.8.1.1-2 -> 3.8.3-1)
    [2013-06-17 17:33] [ALPM] warning: directory permissions differ on /var/log/gdm/
    filesystem: 711 package: 1770
    [2013-06-17 17:33] [PACMAN] upgraded gdm (3.8.1.1-2 -> 3.8.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded geoip-database (20130514-1 -> 20130607-1)
    [2013-06-17 17:33] [PACMAN] upgraded git (1.8.3-1 -> 1.8.3.1-1)
    [2013-06-17 17:33] [PACMAN] upgraded glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-17 17:33] [PACMAN] upgraded xkeyboard-config (2.9-1 -> 2.9-2)
    [2013-06-17 17:33] [PACMAN] upgraded iso-codes (3.41-1 -> 3.43-1)
    [2013-06-17 17:33] [PACMAN] upgraded gnome-desktop (1:3.8.3-1 -> 1:3.8.3-2)
    [2013-06-17 17:33] [PACMAN] upgraded gnome-user-docs (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded graphite (1:1.2.2-1 -> 1:1.2.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-afc (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-goa (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [ALPM-SCRIPTLET] Users no longer need to be in the 'camera' group to use camera devices
    [2013-06-17 17:33] [PACMAN] upgraded libgphoto2 (2.5.1-1 -> 2.5.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-gphoto2 (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-mtp (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-obexftp (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-smb (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded hwids (20130512-1 -> 20130607-1)
    [2013-06-17 17:33] [PACMAN] upgraded jre7-openjdk-headless (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded jre7-openjdk (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded jdk7-openjdk (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded json-c (0.10-2 -> 0.11-1)
    [2013-06-17 17:33] [PACMAN] upgraded krb5 (1.11.2-4 -> 1.11.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-attr (2.4.46-2 -> 2.4.47-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-acl (2.2.51-2 -> 2.2.52-1)
    [2013-06-17 17:33] [PACMAN] installed lib32-dbus (1.6.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-gtk2 (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-json-c (0.10-2 -> 0.11-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-krb5 (1.11.2-1 -> 1.11.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded libpulse (4.0-1 -> 4.0-2)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-libpulse (4.0-1 -> 4.0-2)
    [2013-06-17 17:33] [PACMAN] upgraded libxrender (0.9.7-1 -> 0.9.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-libxrender (0.9.7-1 -> 0.9.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded libbsd (0.4.2-1 -> 0.5.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded libmbim (1.0.0-1 -> 1.2.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded libnautilus-extension (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded libpipeline (1.2.3-1 -> 1.2.4-1)
    [2013-06-17 17:33] [PACMAN] upgraded libquvi-scripts (0.4.14-1 -> 0.4.15-1)
    [2013-06-17 17:33] [PACMAN] upgraded libusb-compat (0.1.4-2 -> 0.1.5-1)
    [2013-06-17 17:33] [PACMAN] upgraded libxvmc (1.0.7-1 -> 1.0.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded link-grammar (4.7.11-1 -> 4.7.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded linux-firmware (20130528-1 -> 20130610-1)
    [2013-06-17 17:33] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-06-17 17:33] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Starting build: 3.9.6-1-ARCH
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Starting build: 3.9.6-1-ARCH
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-17 17:33] [PACMAN] upgraded linux (3.9.5-1 -> 3.9.6-1)
    [2013-06-17 17:33] [PACMAN] upgraded linux-headers (3.9.5-1 -> 3.9.6-1)
    [2013-06-17 17:33] [PACMAN] upgraded lirc-utils (1:0.9.0-46 -> 1:0.9.0-47)
    [2013-06-17 17:33] [PACMAN] upgraded mime-types (8-1 -> 9-1)
    [2013-06-17 17:33] [ALPM] warning: extracting /usr/share/applications/nautilus.desktop as /usr/share/applications/nautilus.desktop.pacnew
    [2013-06-17 17:33] [ALPM] warning: extracting /usr/share/applications/nautilus-autorun-software.desktop as /usr/share/applications/nautilus-autorun-software.desktop.pacnew
    [2013-06-17 17:34] [PACMAN] upgraded nautilus (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:34] [PACMAN] upgraded p7zip (9.20.1-6 -> 9.20.1-7)
    [2013-06-17 17:34] [ALPM] warning: /etc/ppp/ip-down.d/00-dns.sh installed as /etc/ppp/ip-down.d/00-dns.sh.pacnew
    [2013-06-17 17:34] [ALPM] warning: /etc/ppp/ip-up.d/00-dns.sh installed as /etc/ppp/ip-up.d/00-dns.sh.pacnew
    [2013-06-17 17:34] [PACMAN] upgraded ppp (2.4.5-6 -> 2.4.5-7)
    [2013-06-17 17:34] [ALPM-SCRIPTLET] >>> If you have per-user copies of configuration files (such as client.conf,
    [2013-06-17 17:34] [ALPM-SCRIPTLET] daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
    [2013-06-17 17:34] [ALPM-SCRIPTLET] with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
    [2013-06-17 17:34] [ALPM-SCRIPTLET] may refuse to start due to configuration errors.
    [2013-06-17 17:34] [PACMAN] upgraded pulseaudio (4.0-1 -> 4.0-2)
    [2013-06-17 17:34] [PACMAN] upgraded python-dbus-common (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded python-dbus (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded python2-dbus (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded sdparm (1.07-1 -> 1.08-1)
    [2013-06-17 17:34] [PACMAN] upgraded sg3_utils (1.35-1 -> 1.36-1)
    [2013-06-17 17:34] [PACMAN] upgraded shared-desktop-ontologies (0.10.0-1 -> 0.11.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded subversion (1.7.9-6 -> 1.7.10-1)
    [2013-06-17 17:34] [PACMAN] upgraded sudo (1.8.6.p8-2 -> 1.8.7-1)
    [2013-06-17 17:34] [PACMAN] upgraded syslog-ng (3.4.1-3 -> 3.4.2-1)
    [2013-06-17 17:34] [PACMAN] upgraded usbutils (006-1 -> 007-1)
    [2013-06-17 17:34] [PACMAN] upgraded webkitgtk (2.0.2-3 -> 2.0.3-1)
    [2013-06-17 17:34] [PACMAN] upgraded wine (1.6rc1-1 -> 1.6rc2-1)
    I'm marking this thread solved for now. If the problem arises again, I'll reopen it.

  • Need Help With This Warning: after effects warning: unable to create font

    I have tried everything on evry site and forum, nothing seems to work. I installed the font verdana.ttf on my system and still I get this error. I used the Adobe clean up tool for CS5 and still received this error. I did a complete re-install and still received this error. Can someone with some real knowledge help me with this, PLEASE! BTW, I'm running CS5 on a Macbook Pro v. 10.6.8 Snow Leopard.
    Thank you
    Mike The Dude With A Serious Problem

    Here's the contact information for Adobe Technical Support:
    http://www.adobe.com/support/contact
    Before contacting them, you might want to try these methods for clearing a corrupt font database:
    http://kb2.adobe.com/cps/900/cpsid_90025.html
    Going through the first two solutions on that page can clear up a lot of font issues.

  • Unable to create image buffer after RAM preview

    Running into an odd and frustrating error. Built a comp using the new Ray-traced 3D renderer and now I'm regretting being an early adopter big time with all the problems I've been encountering with it. The latest comes whenever I do a longer RAM preview in an attempt to watch the whole duration of my comp. It will get to about 170 frames or so, at which point I've interrupted by pressing spacebar because I don't need to see all the way to the end of my work area (around 220 frames). It'll play the RAM preview back fine, and even loop it, but as soon as I stop playback, I get this error message: "After Effects warning: Unable to create image buffer." There's only one button: "okay" and as soon as I click it the same error pops up again and it will never go away, forcing me to close AE from the task manager. I've taken to saving before every RAM preview like I used to do with Flash before previewing my buggy swfs for fear I'll lose all my work after previewing. Any ideas about what might be causing this?
    Some more details about my comp:
    1920x1080 @ 29.97
    Ray-traced 3D
    About 70 3D layers (I'm guessing this is my downfall - new renderer not designed for this many layers?)
    Running Windows 7 Professional
    i7 2600K
    32GB RAM
    2x GTX 570 video cards running latest driver (301.42, CUDA 4.2.1)
    508GB free on my 2TB internal drive where the project and cache lives
    From my GPU info window in case it's useful:
    Fast Draft:
    Available
    Texture Memory:
    600.00 MB
    Ray-tracing:
    GPU
    OpenGL
    Vendor:
    NVIDIA Corporation
    Device:
    GeForce GTX 570/PCIe/SSE2
    Version:
    3.0.0
    Total Memory:
    1.20 GB
    Shader Model:
    4.0 or later
    CUDA
    Driver Version:
    4.2
    Devices:
    2 (GeForce GTX 570, GeForce GTX 570)
    Current Usable Memory:
    1.04 GB (at application launch)
    Maximum Usable Memory:
    1.25 GB

    Yeah, some buffer is very likely not flushing when you interrupt the preview and then there is no more memory on the graphics hardware. Consider setting the work area and your preview options to use only the work area. if it finishes the preview "correctly", it may not suffer the issue. Beyond that - raytracing doesn't/ shouldn't care about the number of items. The math is such, that it makes no difference whether you render a million polygons or just one. Of course there are still limitations due to the GPU dependency, but I doubt you ever truly exhaust the cards' geometry buffers. Compared to pixel data that is a small amount...
    Mylenium

  • Error message: Warning 20225. Adobe Acrobat 7.0 Setup was unable to create a new item: Adobe PDF Por

    Error message: Warning 20225. Adobe Acrobat 7.0 Setup was unable to create a new item: Adobe PDF Port-Printer. The Adobe PDF Printer may be unavailable. I'm using the original CD to set up

    And on what system? Acrobat 7 is not compatible with Windows 7, if that's what you are using. You need to upgrade then.
    Mylenium

  • Acrobat 7: Warning 20225- Setup unable to create PDF Port Printer

    I had to replace my computer and I am trying to install Acrobat 7 Pro on Windows 7. I read a comment that said it's not compatible, but others say it can work.  Since Adobe closed the activation server for CS2 & Acrobat 7, Adobe tech support gave me the link for the non-activating version of the exe file and new serial #. I was successful at installing CS2. Acrobat says the installation is successful and I am able to open Acrobat but at the end of install I got the Warning 20225: Setup unable to create a new item- Adobe PDF Port Printer. I tried to uninstall and change compatibility to XP, SP3 which is what my previous computer ran on, but still get same error every time. I don't use most the features of Acrobat so it doesn't make sense for me to buy a new version. Mostly, I just need to be able to print files to pdf (from Word, Illustrator, web). Any ideas of how to get this part working?

    Thank you so much, Mylenium. I'm not sure if I'm setting up the printer right so please let me know where I am making errors.  I clicked "add a printer" and when it asks to choose a port, I left it as "use existiing port" and selected "File: Print to file". In the window to choose a printer, I clicked "Have Disk" and browsed to one of the .inf files (I ran a search in the Acrobat folder and found four .inf files shown below. I don't know which to use so tried each one)  but each time got the error message on the second screen shot below.
    Do you know if there is a newer driver that is compatible with Windows 7?

  • [SOLVED]Gnome 3.2 fail - black screen with cursor on login

    I have tried to get gnome 3.2 to work properly for at couple of hours now..
    I get a black screen with a cursor, when i should get the login screen.
      And it just stays there at least for 10 min (tested)
    To log in i have to restart GDM once or twice..
    And then suddenly i get the login screen.. Sometimes rendered correct, other times it is not, but it works ok...
    Once i have logged in there is no problem at all..
    /var/log/gdm/:0-greeter.log - first attempt is a fail..
    gnome-session[3343]: DEBUG(+): Enabling debugging
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/arch:@/tmp/.ICE-unix/3343,unix/arch:/tmp/.ICE-unix/3343
    gnome-session[3343]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: setting client store 0x12cfb20
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[3343]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    gnome-session[3343]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[3343]: DEBUG(+): fill: *** Adding required components
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[3343]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[3343]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[3343]: DEBUG(+): fill: *** Done adding required components
    gnome-session[3343]: DEBUG(+): fill: *** Adding default providers
    gnome-session[3343]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[3343]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[3343]: DEBUG(+): GsmManager: App startup summary
    gnome-session[3343]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[3343]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[3343]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10b91ce24cc0c76642131758531111193200000033430001
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: started pid:3350
    gnome-session[3343]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531171761800000033430002 to session
    gnome-session[3343]: DEBUG(+): uid = 120
    gnome-session[3343]: DEBUG(+): pid = 3369
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[3343]: DEBUG(+): GsmManager: RegisterClient 10b91ce24cc0c76642131758531111193200000033430001
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531111193200000033430001 to session
    gnome-session[3343]: DEBUG(+): uid = 120
    gnome-session[3343]: DEBUG(+): pid = 3350
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[3343]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10b91ce24cc0c76642131758531111135900000033430000
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: started pid:3378
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[3343]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[3343]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[3343]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: New client '0x132b3f0 []'
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Initializing client 0x132b3f0 []
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 []' received RegisterClient(10b91ce24cc0c76642131758531111135900000033430000)
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531111135900000033430000 to session
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x132b3f0 [10b91ce24cc0c76642131758531111135900000033430000]'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Set properties from client '0x132b3f0 [10b91ce24cc0c76642131758531111135900000033430000]'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: ProcessID = '3378'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-zSuErBbI,guid=e8fadd3f487b29224ac7d82200000caa
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Sun Oct 02 2011 21:55:15 GMT+0200 (CEST)
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41bed0
    gnome-session[3343]: DEBUG(+): Got callback for signal 15
    gnome-session[3343]: DEBUG(+): GsmManager: Logout called
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: requesting logout
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received SaveYourselfDone(success = True)
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x13a4070, FALSE, 3, 9, 32771, 0)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: query end session complete
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received SaveYourselfDone(success = True)
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x13a4070, FALSE, 3, c, 32771, 0)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]')
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x13666c0
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received CloseConnection
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x132b3f0
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000])
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1366640
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[3343]: DEBUG(+): Unreffing manager
    gnome-session[3343]: DEBUG(+): GsmManager: disposing manager
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1363030
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1363110
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:3350): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Window manager warning: Log level 16: The application 'gnome-shell' lost its connection to the display :0;
    most likely the X server was shut down or you killed/destroyed
    the application.
    Then i restart GDM, this time only once. Sometimes two times is needed.. :S
    /etc/rc.d/gdm restart
    /var/log/gdm/:0-greeter.log - Success !
    gnome-session[1186]: DEBUG(+): Enabling debugging
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/arch:@/tmp/.ICE-unix/1186,unix/arch:/tmp/.ICE-unix/1186
    gnome-session[1186]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: setting client store 0x20b9b20
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[1186]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    gnome-session[1186]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[1186]: DEBUG(+): fill: *** Adding required components
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[1186]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[1186]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[1186]: DEBUG(+): fill: *** Done adding required components
    gnome-session[1186]: DEBUG(+): fill: *** Adding default providers
    gnome-session[1186]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[1186]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[1186]: DEBUG(+): GsmManager: App startup summary
    gnome-session[1186]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1186]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[1186]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10be01f001885faf0a131758551767130700000011860001
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: started pid:1193
    gnome-session[1186]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758552266781800000011860002 to session
    gnome-session[1186]: DEBUG(+): uid = 120
    gnome-session[1186]: DEBUG(+): pid = 1277
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[1186]: DEBUG(+): GsmManager: RegisterClient 10be01f001885faf0a131758551767130700000011860001
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758551767130700000011860001 to session
    gnome-session[1186]: DEBUG(+): uid = 120
    gnome-session[1186]: DEBUG(+): pid = 1193
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[1186]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10be01f001885faf0a131758551767072800000011860000
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: started pid:1285
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[1186]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[1186]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[1186]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: New client '0x211c3f0 []'
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Initializing client 0x211c3f0 []
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 []' received RegisterClient(10be01f001885faf0a131758551767072800000011860000)
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758551767072800000011860000 to session
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x211c3f0 [10be01f001885faf0a131758551767072800000011860000]'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Set properties from client '0x211c3f0 [10be01f001885faf0a131758551767072800000011860000]'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: ProcessID = '1285'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-HmFWYgBS,guid=4bb6f6eb4672f1d5e7aa2297000000a6
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Sun Oct 02 2011 21:58:49 GMT+0200 (CEST)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-settings-daemon:1193): media-keys-plugin-WARNING **: Unable to get default sink
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling BeginVerificationForUser
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SecretInfoQuery
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received SecretInfoQuery (gdm-password, Password: )
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SessionOpened
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received SessionOpened (gdm-password)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartSessionWhenReady
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41bed0
    gnome-session[1186]: DEBUG(+): Got callback for signal 15
    gnome-session[1186]: DEBUG(+): GsmManager: Logout called
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: requesting logout
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received SaveYourselfDone(success = True)
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x22229a0, FALSE, 3, 9, 32771, 0)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: query end session complete
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received SaveYourselfDone(success = True)
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x22229a0, FALSE, 3, c, 32771, 0)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]')
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x2150490
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received CloseConnection
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x211c3f0
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000])
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x2150410
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[1186]: DEBUG(+): Unreffing manager
    gnome-session[1186]: DEBUG(+): GsmManager: disposing manager
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x214c000
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x214c0e0
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:1193): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    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.t
    I was wondering if the following section is the problem, but i cannot solve the warnings
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    Last edited by Munken (2011-10-03 12:44:49)

    Stunts wrote:I also had that problem, altough on a different computer. And by themeing not working I mean "I can't change any dconf settings". It was due to ~/.cache being owned by root (go figure).
    Unfortunately this is not the case for me.  I erased the directory, just in case (perhaps this was stupid), but this does not help easier.  Somehow gnome-settings-daemon is not started, or crashes somewhere on the way.  When I start it manually, then it works.
    I have erased the color plugin (/usr/lib/gnome-settings-daemon-3.0/libcolor.so) as per advice somewhere else on this forum, but this did not help either.
    Most themes don't work on Gnome 3.2 tough due to an API change. You'll just have to wait for the theme authors to update them.
    I am using the default theme (I believe), so I think this is not the reason in my case .
    EDIT: It was not easy to figure out how to start up gnome-settings-daemon manually. So for the record, I found it in /usr/lib/gnome-settings-daemon/gnome-settings-daemon (not in my PATH).
    Last edited by wazow (2011-10-03 14:08:15)

  • [SOLVED] Gnome 3 always crash

    I tried to install gnome 3 on the system, when I typed startx, gnome 3 occurs with a long time and when it appears , there is no icon appears, and no desktop background. Only menu bar appears in white (not like the look of all gnome 3 normally) and when I tried start application gnome 3 always crash and forced to logout. I do not know what should I do, I tried reinstall MesaLib (with gallium-llvm), Gnome-Session, Gnome-Desktop and others but still error. Error log said to many warning.
    Xorg.0.log
    [ 47.666]
    X.Org X Server 1.11.2
    Release Date: 2011-11-04
    [ 47.666] X Protocol Version 11, Revision 0
    [ 47.666] Build Operating System: Linux 3.0-ARCH i686
    [ 47.666] Current Operating System: Linux A3-LFS 3.1.0 #1 SMP Fri Dec 30 22:43:52 WIT 2011 i686
    [ 47.666] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.1-lfs-7.0 root=/dev/sda6
    [ 47.666] Build Date: 04 January 2012 06:12:35AM
    [ 47.666]
    [ 47.666] Current version of pixman: 0.24.0
    [ 47.666] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 47.666] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 47.666] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 8 05:45:05 2012
    [ 47.734] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 47.734] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 47.741] (==) No Layout section. Using the first Screen section.
    [ 47.741] (==) No screen section available. Using defaults.
    [ 47.741] (**) |-->Screen "Default Screen Section" (0)
    [ 47.741] (**) | |-->Monitor "<default monitor>"
    [ 47.745] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 47.745] (==) Automatically adding devices
    [ 47.745] (==) Automatically enabling devices
    [ 47.868] (==) FontPath set to:
    /usr/share/fonts/X11/misc/,
    /usr/share/fonts/X11/TTF/,
    /usr/share/fonts/X11/OTF/,
    /usr/share/fonts/X11/Type1/,
    /usr/share/fonts/X11/100dpi/,
    /usr/share/fonts/X11/75dpi/
    [ 47.868] (==) ModulePath set to "/usr/lib/X11/modules"
    [ 47.868] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 47.874] (II) Loader magic: 0x82227a0
    [ 47.874] (II) Module ABI versions:
    [ 47.874] X.Org ANSI C Emulation: 0.4
    [ 47.874] X.Org Video Driver: 11.0
    [ 47.874] X.Org XInput driver : 13.0
    [ 47.874] X.Org Server Extension : 6.0
    [ 47.874] (--) PCI:*(0:8:0:0) 1002:68b8:1787:200a rev 0, Mem @ 0xd0000000/268435456, 0xfe9c0000/131072, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 47.874] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 47.874] (II) LoadModule: "extmod"
    [ 47.912] (II) Loading /usr/lib/X11/modules/extensions/libextmod.so
    [ 47.919] (II) Module extmod: vendor="X.Org Foundation"
    [ 47.919] compiled for 1.11.2, module version = 1.0.0
    [ 47.919] Module class: X.Org Server Extension
    [ 47.919] ABI class: X.Org Server Extension, version 6.0
    [ 47.919] (II) Loading extension MIT-SCREEN-SAVER
    [ 47.919] (II) Loading extension XFree86-VidModeExtension
    [ 47.919] (II) Loading extension XFree86-DGA
    [ 47.924] (II) Loading extension DPMS
    [ 47.924] (II) Loading extension XVideo
    [ 47.924] (II) Loading extension XVideo-MotionCompensation
    [ 47.924] (II) Loading extension X-Resource
    [ 47.924] (II) LoadModule: "dbe"
    [ 47.924] (II) Loading /usr/lib/X11/modules/extensions/libdbe.so
    [ 47.932] (II) Module dbe: vendor="X.Org Foundation"
    [ 47.932] compiled for 1.11.2, module version = 1.0.0
    [ 47.932] Module class: X.Org Server Extension
    [ 47.932] ABI class: X.Org Server Extension, version 6.0
    [ 47.932] (II) Loading extension DOUBLE-BUFFER
    [ 47.932] (II) LoadModule: "glx"
    [ 47.932] (II) Loading /usr/lib/X11/modules/extensions/libglx.so
    [ 47.953] (II) Module glx: vendor="X.Org Foundation"
    [ 47.953] compiled for 1.11.2, module version = 1.0.0
    [ 47.953] ABI class: X.Org Server Extension, version 6.0
    [ 47.953] (==) AIGLX enabled
    [ 47.953] (II) Loading extension GLX
    [ 47.953] (II) LoadModule: "record"
    [ 47.953] (II) Loading /usr/lib/X11/modules/extensions/librecord.so
    [ 47.963] (II) Module record: vendor="X.Org Foundation"
    [ 47.963] compiled for 1.11.2, module version = 1.13.0
    [ 47.963] Module class: X.Org Server Extension
    [ 47.963] ABI class: X.Org Server Extension, version 6.0
    [ 47.963] (II) Loading extension RECORD
    [ 47.963] (II) LoadModule: "dri"
    [ 47.963] (II) Loading /usr/lib/X11/modules/extensions/libdri.so
    [ 47.983] (II) Module dri: vendor="X.Org Foundation"
    [ 47.983] compiled for 1.11.2, module version = 1.0.0
    [ 47.983] ABI class: X.Org Server Extension, version 6.0
    [ 47.983] (II) Loading extension XFree86-DRI
    [ 47.983] (II) LoadModule: "dri2"
    [ 47.983] (II) Loading /usr/lib/X11/modules/extensions/libdri2.so
    [ 47.988] (II) Module dri2: vendor="X.Org Foundation"
    [ 47.988] compiled for 1.11.2, module version = 1.2.0
    [ 47.988] ABI class: X.Org Server Extension, version 6.0
    [ 47.988] (II) Loading extension DRI2
    [ 47.988] (==) Matched ati as autoconfigured driver 0
    [ 47.988] (==) Matched vesa as autoconfigured driver 1
    [ 47.988] (==) Matched fbdev as autoconfigured driver 2
    [ 47.988] (==) Assigned the driver to the xf86ConfigLayout
    [ 47.988] (II) LoadModule: "ati"
    [ 48.001] (II) Loading /usr/lib/X11/modules/drivers/ati_drv.so
    [ 48.006] (II) Module ati: vendor="X.Org Foundation"
    [ 48.006] compiled for 1.11.2, module version = 6.14.3
    [ 48.006] Module class: X.Org Video Driver
    [ 48.006] ABI class: X.Org Video Driver, version 11.0
    [ 48.017] (II) LoadModule: "radeon"
    [ 48.017] (II) Loading /usr/lib/X11/modules/drivers/radeon_drv.so
    [ 48.073] (II) Module radeon: vendor="X.Org Foundation"
    [ 48.073] compiled for 1.11.2, module version = 6.14.3
    [ 48.073] Module class: X.Org Video Driver
    [ 48.073] ABI class: X.Org Video Driver, version 11.0
    [ 48.083] (II) LoadModule: "vesa"
    [ 48.083] (II) Loading /usr/lib/X11/modules/drivers/vesa_drv.so
    [ 48.091] (II) Module vesa: vendor="X.Org Foundation"
    [ 48.091] compiled for 1.11.2, module version = 2.3.0
    [ 48.091] Module class: X.Org Video Driver
    [ 48.091] ABI class: X.Org Video Driver, version 11.0
    [ 48.091] (II) LoadModule: "fbdev"
    [ 48.091] (II) Loading /usr/lib/X11/modules/drivers/fbdev_drv.so
    [ 48.095] (II) Module fbdev: vendor="X.Org Foundation"
    [ 48.095] compiled for 1.11.2, module version = 0.4.2
    [ 48.095] ABI class: X.Org Video Driver, version 11.0
    [ 48.095] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 48.096] (II) VESA: driver for VESA chipsets: vesa
    [ 48.096] (II) FBDEV: driver for framebuffer: fbdev
    [ 48.096] (--) using VT number 7
    [ 48.099] (II) Loading /usr/lib/X11/modules/drivers/radeon_drv.so
    [ 48.099] (II) [KMS] drm report modesetting isn't supported.
    [ 48.099] (WW) Falling back to old probe method for vesa
    [ 48.099] (WW) Falling back to old probe method for fbdev
    [ 48.099] (II) Loading sub module "fbdevhw"
    [ 48.099] (II) LoadModule: "fbdevhw"
    [ 48.099] (II) Loading /usr/lib/X11/modules/libfbdevhw.so
    [ 48.108] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 48.108] compiled for 1.11.2, module version = 0.0.2
    [ 48.108] ABI class: X.Org Video Driver, version 11.0
    [ 48.108] (EE) open /dev/fb0: No such file or directory
    [ 48.108] (II) RADEON(0): TOTO SAYS 00000000fe9c0000
    [ 48.108] (II) RADEON(0): MMIO registers at 0x00000000fe9c0000: size 128KB
    [ 48.108] (II) RADEON(0): PCI bus 8 card 0 func 0
    [ 48.108] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 48.108] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 48.108] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 48.108] (==) RADEON(0): Default visual is TrueColor
    [ 48.108] (II) Loading sub module "vgahw"
    [ 48.108] (II) LoadModule: "vgahw"
    [ 48.108] (II) Loading /usr/lib/X11/modules/libvgahw.so
    [ 48.116] (II) Module vgahw: vendor="X.Org Foundation"
    [ 48.116] compiled for 1.11.2, module version = 0.1.0
    [ 48.116] ABI class: X.Org Video Driver, version 11.0
    [ 48.116] (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    [ 48.116] (==) RADEON(0): RGB weight 888
    [ 48.116] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 48.116] (--) RADEON(0): Chipset: "ATI Radeon HD 5700 Series" (ChipID = 0x68b8)
    [ 48.116] (--) RADEON(0): Linear framebuffer at 0x00000000d0000000
    [ 48.116] (II) RADEON(0): PCIE card detected
    [ 48.116] (II) Loading sub module "int10"
    [ 48.116] (II) LoadModule: "int10"
    [ 48.116] (II) Loading /usr/lib/X11/modules/libint10.so
    [ 48.128] (II) Module int10: vendor="X.Org Foundation"
    [ 48.128] compiled for 1.11.2, module version = 1.0.0
    [ 48.128] ABI class: X.Org Video Driver, version 11.0
    [ 48.128] (II) RADEON(0): initializing int10
    [ 48.133] (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    [ 48.134] (II) RADEON(0): ATOM BIOS detected
    [ 48.144] (II) RADEON(0): ATOM BIOS Rom:
    [ 48.144] SubsystemVendorID: 0x1787 SubsystemID: 0x200a
    [ 48.144] IOBaseAddress: 0xe000
    [ 48.144] Filename: SM2G03.00R
    [ 48.144] BIOS Bootup Message: JUNIPER XT PCIE 1GB/128B GDDR5 2XDVI-I/HDMI/DP 1200M/850E
    [ 48.144] (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    [ 48.144] (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffec
    [ 48.144] (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    [ 48.144] (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffec
    [ 48.144] (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    [ 48.144] (II) RADEON(0): Default Engine Clock: 850000
    [ 48.144] (II) RADEON(0): Default Memory Clock: 1200000
    [ 48.144] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1200000
    [ 48.144] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    [ 48.144] (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 27000
    [ 48.144] (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 6750
    [ 48.144] (II) RADEON(0): Maximum Pixel Clock: 400000
    [ 48.144] (II) RADEON(0): Reference Clock: 27000
    [ 48.147] (II) RADEON(0): No DRI yet on Evergreen
    [ 48.147] (II) RADEON(0): using shadow framebuffer
    [ 48.147] (II) Loading sub module "shadow"
    [ 48.147] (II) LoadModule: "shadow"
    [ 48.147] (II) Loading /usr/lib/X11/modules/libshadow.so
    [ 48.156] (II) Module shadow: vendor="X.Org Foundation"
    [ 48.156] compiled for 1.11.2, module version = 1.1.0
    [ 48.156] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 48.156] (II) RADEON(0): Detected total video RAM=1048576K, accessible=262144K (PCI BAR=262144K)
    [ 48.156] (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    [ 48.156] (II) RADEON(0): Color tiling disabled
    [ 48.156] (II) Loading sub module "ddc"
    [ 48.156] (II) LoadModule: "ddc"
    [ 48.156] (II) Module "ddc" already built-in
    [ 48.156] (II) Loading sub module "i2c"
    [ 48.156] (II) LoadModule: "i2c"
    [ 48.156] (II) Module "i2c" already built-in
    [ 48.156] (II) RADEON(0): PLL parameters: rf=2700 rd=12 min=64800 max=120000; xclk=40000
    [ 48.156] (II) RADEON(0): Output DisplayPort-0 has no monitor section
    [ 48.163] (II) RADEON(0): I2C bus "DisplayPort-0-DP" initialized.
    [ 48.165] RADEONDPEncoderService: 1 19
    [ 48.165] (II) RADEON(0): I2C bus "DisplayPort-0" initialized.
    [ 48.165] (II) RADEON(0): Output HDMI-0 has no monitor section
    [ 48.165] (II) RADEON(0): I2C bus "HDMI-0" initialized.
    [ 48.165] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 48.165] (II) RADEON(0): I2C bus "DVI-1" initialized.
    [ 48.165] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 48.165] (II) RADEON(0): I2C bus "DVI-0" initialized.
    [ 48.165] (II) RADEON(0): Port0:
    [ 48.165] XRANDR name: DisplayPort-0
    [ 48.165] Connector: DisplayPort
    [ 48.165] DFP1: INTERNAL_UNIPHY2
    [ 48.165] DDC reg: 0x6440
    [ 48.165] (II) RADEON(0): Port1:
    [ 48.165] XRANDR name: HDMI-0
    [ 48.165] Connector: HDMI-A
    [ 48.165] DFP2: INTERNAL_UNIPHY2
    [ 48.165] DDC reg: 0x6470
    [ 48.165] (II) RADEON(0): Port2:
    [ 48.165] XRANDR name: DVI-1
    [ 48.165] Connector: DVI-I
    [ 48.165] CRT2: INTERNAL_KLDSCP_DAC2
    [ 48.165] DFP3: INTERNAL_UNIPHY1
    [ 48.165] DDC reg: 0x6460
    [ 48.165] (II) RADEON(0): Port3:
    [ 48.165] XRANDR name: DVI-0
    [ 48.165] Connector: DVI-I
    [ 48.165] CRT1: INTERNAL_KLDSCP_DAC1
    [ 48.165] DFP4: INTERNAL_UNIPHY
    [ 48.165] DDC reg: 0x6450
    [ 48.167] RADEONDPEncoderService: 1 19
    [ 48.167] (II) RADEON(0): I2C device "DisplayPort-0-DP:ddc2" registered at address 0xA0.
    [ 48.167] failed to get auxch 0030 40 30 02 after 0 retries
    [ 48.167] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.167] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.167] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.167] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.167] (II) RADEON(0): I2C device "DisplayPort-0:ddc2" registered at address 0xA0.
    [ 48.169] (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    [ 48.169] finished output detect: 0
    [ 48.169] (II) RADEON(0): I2C device "HDMI-0:ddc2" registered at address 0xA0.
    [ 48.173] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 48.173] finished output detect: 1
    [ 48.173] (II) RADEON(0): I2C device "DVI-1:ddc2" registered at address 0xA0.
    [ 48.182] Dac detection success
    [ 48.182] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    [ 48.182] Unhandled monitor type 0
    [ 48.182] finished output detect: 2
    [ 48.182] (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    [ 48.235] (II) RADEON(0): EDID for output DVI-0
    [ 48.235] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 48.235] (II) RADEON(0): Year: 2010 Week: 3
    [ 48.235] (II) RADEON(0): EDID Version: 1.3
    [ 48.235] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 48.235] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 48.235] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 48.235] (II) RADEON(0): Gamma: 2.20
    [ 48.235] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 48.235] (II) RADEON(0): First detailed timing is preferred mode
    [ 48.235] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 48.235] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 48.235] (II) RADEON(0): Supported established timings:
    [ 48.235] (II) RADEON(0): 640x480@60Hz
    [ 48.235] (II) RADEON(0): 800x600@60Hz
    [ 48.235] (II) RADEON(0): 1024x768@60Hz
    [ 48.235] (II) RADEON(0): Manufacturer's mask: 0
    [ 48.235] (II) RADEON(0): Supported standard timings:
    [ 48.235] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 48.235] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 48.235] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 48.235] (II) RADEON(0): Supported detailed timing:
    [ 48.235] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 48.235] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 48.235] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 48.235] (II) RADEON(0): Supported detailed timing:
    [ 48.235] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 48.235] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 48.235] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 48.235] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 48.235] (II) RADEON(0): Monitor name: W1642C
    [ 48.235] (II) RADEON(0): EDID (in hex):
    [ 48.235] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 48.235] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 48.235] (II) RADEON(0): 18505421080031404540614001010101
    [ 48.235] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 48.235] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 48.235] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 48.235] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 48.235] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 48.235] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [ 48.235] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 48.235] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 48.235] (II) RADEON(0): Year: 2010 Week: 3
    [ 48.235] (II) RADEON(0): EDID Version: 1.3
    [ 48.235] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 48.235] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 48.235] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 48.235] (II) RADEON(0): Gamma: 2.20
    [ 48.235] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 48.235] (II) RADEON(0): First detailed timing is preferred mode
    [ 48.235] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 48.235] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 48.235] (II) RADEON(0): Supported established timings:
    [ 48.235] (II) RADEON(0): 640x480@60Hz
    [ 48.235] (II) RADEON(0): 800x600@60Hz
    [ 48.235] (II) RADEON(0): 1024x768@60Hz
    [ 48.235] (II) RADEON(0): Manufacturer's mask: 0
    [ 48.235] (II) RADEON(0): Supported standard timings:
    [ 48.235] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 48.235] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 48.235] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 48.235] (II) RADEON(0): Supported detailed timing:
    [ 48.235] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 48.235] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 48.235] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 48.235] (II) RADEON(0): Supported detailed timing:
    [ 48.235] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 48.235] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 48.235] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 48.235] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 48.235] (II) RADEON(0): Monitor name: W1642C
    [ 48.235] (II) RADEON(0): EDID (in hex):
    [ 48.235] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 48.235] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 48.235] (II) RADEON(0): 18505421080031404540614001010101
    [ 48.235] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 48.235] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 48.235] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 48.235] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 48.235] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 48.235] finished output detect: 3
    [ 48.235] finished all detect
    [ 48.238] RADEONDPEncoderService: 1 19
    [ 48.238] failed to get auxch 0030 40 30 02 after 0 retries
    [ 48.238] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.238] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.238] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.238] failed to get auxch 0050 40 30 02 after 0 retries
    [ 48.240] (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    [ 48.240] (II) RADEON(0): EDID for output DisplayPort-0
    [ 48.244] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 48.244] (II) RADEON(0): EDID for output HDMI-0
    [ 48.253] Dac detection success
    [ 48.253] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    [ 48.253] Unhandled monitor type 0
    [ 48.253] (II) RADEON(0): EDID for output DVI-1
    [ 48.306] (II) RADEON(0): EDID for output DVI-0
    [ 48.306] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 48.306] (II) RADEON(0): Year: 2010 Week: 3
    [ 48.306] (II) RADEON(0): EDID Version: 1.3
    [ 48.306] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 48.306] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 48.306] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 48.306] (II) RADEON(0): Gamma: 2.20
    [ 48.306] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 48.306] (II) RADEON(0): First detailed timing is preferred mode
    [ 48.306] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 48.306] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 48.306] (II) RADEON(0): Supported established timings:
    [ 48.306] (II) RADEON(0): 640x480@60Hz
    [ 48.306] (II) RADEON(0): 800x600@60Hz
    [ 48.306] (II) RADEON(0): 1024x768@60Hz
    [ 48.306] (II) RADEON(0): Manufacturer's mask: 0
    [ 48.306] (II) RADEON(0): Supported standard timings:
    [ 48.306] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 48.306] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 48.306] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 48.306] (II) RADEON(0): Supported detailed timing:
    [ 48.306] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 48.306] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 48.306] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 48.306] (II) RADEON(0): Supported detailed timing:
    [ 48.306] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 48.306] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 48.306] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 48.306] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 48.306] (II) RADEON(0): Monitor name: W1642C
    [ 48.306] (II) RADEON(0): EDID (in hex):
    [ 48.306] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 48.306] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 48.306] (II) RADEON(0): 18505421080031404540614001010101
    [ 48.306] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 48.306] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 48.306] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 48.306] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 48.306] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 48.306] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [ 48.306] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 48.306] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 48.306] (II) RADEON(0): Year: 2010 Week: 3
    [ 48.306] (II) RADEON(0): EDID Version: 1.3
    [ 48.306] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 48.306] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 48.306] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 48.306] (II) RADEON(0): Gamma: 2.20
    [ 48.306] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 48.306] (II) RADEON(0): First detailed timing is preferred mode
    [ 48.306] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 48.306] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 48.306] (II) RADEON(0): Supported established timings:
    [ 48.306] (II) RADEON(0): 640x480@60Hz
    [ 48.306] (II) RADEON(0): 800x600@60Hz
    [ 48.306] (II) RADEON(0): 1024x768@60Hz
    [ 48.306] (II) RADEON(0): Manufacturer's mask: 0
    [ 48.306] (II) RADEON(0): Supported standard timings:
    [ 48.306] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 48.306] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 48.306] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 48.306] (II) RADEON(0): Supported detailed timing:
    [ 48.306] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 48.306] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 48.306] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 48.306] (II) RADEON(0): Supported detailed timing:
    [ 48.306] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 48.306] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 48.306] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 48.306] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 48.306] (II) RADEON(0): Monitor name: W1642C
    [ 48.306] (II) RADEON(0): EDID (in hex):
    [ 48.306] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 48.306] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 48.306] (II) RADEON(0): 18505421080031404540614001010101
    [ 48.306] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 48.306] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 48.306] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 48.306] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 48.306] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 48.306] (II) RADEON(0): EDID vendor "GSM", prod id 16009
    [ 48.306] (II) RADEON(0): Printing probed modes for output DVI-0
    [ 48.306] (II) RADEON(0): Modeline "1366x768"x60.0 72.00 1366 1380 1436 1500 768 769 772 800 +hsync +vsync (48.0 kHz)
    [ 48.306] (II) RADEON(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 -hsync +vsync (47.7 kHz)
    [ 48.306] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 48.306] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 48.306] (II) RADEON(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 48.306] (II) RADEON(0): Output DisplayPort-0 disconnected
    [ 48.306] (II) RADEON(0): Output HDMI-0 disconnected
    [ 48.306] (II) RADEON(0): Output DVI-1 disconnected
    [ 48.306] (II) RADEON(0): Output DVI-0 connected
    [ 48.306] (II) RADEON(0): Using exact sizes for initial modes
    [ 48.306] (II) RADEON(0): Output DVI-0 using initial mode 1366x768
    [ 48.306] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 48.306] (==) RADEON(0): DPI set to (96, 96)
    [ 48.306] (II) Loading sub module "fb"
    [ 48.306] (II) LoadModule: "fb"
    [ 48.306] (II) Loading /usr/lib/X11/modules/libfb.so
    [ 48.312] (II) Module fb: vendor="X.Org Foundation"
    [ 48.312] compiled for 1.11.2, module version = 1.0.0
    [ 48.312] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 48.312] (II) Loading sub module "ramdac"
    [ 48.312] (II) LoadModule: "ramdac"
    [ 48.312] (II) Module "ramdac" already built-in
    [ 48.312] (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    [ 48.312] (II) UnloadModule: "vesa"
    [ 48.312] (II) Unloading vesa
    [ 48.312] (II) UnloadModule: "fbdev"
    [ 48.312] (II) Unloading fbdev
    [ 48.312] (II) UnloadModule: "fbdevhw"
    [ 48.312] (II) Unloading fbdevhw
    [ 48.312] (--) Depth 24 pixmap format is 32 bpp
    [ 48.312] (II) RADEON(0): RADEONScreenInit d0000000 0 0
    [ 48.412] Output CRT1 disable success
    [ 48.412] Blank CRTC 0 success
    [ 48.412] Disable CRTC memreq 0 success
    [ 48.425] Disable CRTC 0 success
    [ 48.425] Blank CRTC 1 success
    [ 48.425] Disable CRTC memreq 1 success
    [ 48.425] Disable CRTC 1 success
    [ 48.425] Blank CRTC 2 success
    [ 48.425] Disable CRTC memreq 2 success
    [ 48.425] Disable CRTC 2 success
    [ 48.425] Blank CRTC 3 success
    [ 48.425] Disable CRTC memreq 3 success
    [ 48.425] Disable CRTC 3 success
    [ 48.425] Blank CRTC 4 success
    [ 48.425] Disable CRTC memreq 4 success
    [ 48.425] Disable CRTC 4 success
    [ 48.426] Blank CRTC 5 success
    [ 48.426] Disable CRTC memreq 5 success
    [ 48.426] Disable CRTC 5 success
    [ 48.426] (II) RADEON(0): Dynamic Power Management Disabled
    [ 48.438] mc fb loc is 00df00d0
    [ 48.438] (II) RADEON(0): RADEONInitMemoryMap() :
    [ 48.438] (II) RADEON(0): mem_size : 0x10000000
    [ 48.438] (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0
    [ 48.438] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 48.438] (II) RADEON(0): Depth moves disabled by default
    [ 48.438] (II) RADEON(0): Memory manager initialized to (0,0) (1536,8191)
    [ 48.438] (II) RADEON(0): Reserved area from (0,1366) to (1536,1368)
    [ 48.438] (II) RADEON(0): Largest offscreen area available: 1536 x 6823
    [ 48.458] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 48.458] (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x003f0000
    [ 48.458] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 48.468] (==) RADEON(0): Backing store disabled
    [ 48.468] (WW) RADEON(0): Direct rendering disabled
    [ 48.468] (EE) RADEON(0): Acceleration initialization failed
    [ 48.468] (II) RADEON(0): Acceleration disabled
    [ 48.468] (==) RADEON(0): DPMS enabled
    [ 48.468] (==) RADEON(0): Silken mouse enabled
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 0 at offset 0x00804000
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 1 at offset 0x0080a000
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 2 at offset 0x00810000
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 3 at offset 0x00816000
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 4 at offset 0x0081c000
    [ 48.468] (II) RADEON(0): Will use 96 kb for hardware cursor 5 at offset 0x00822000
    [ 48.468] (II) RADEON(0): Largest offscreen area available: 1536 x 6799
    [ 48.468] (II) RADEON(0): Textured video requires CP on R5xx/R6xx/R7xx/IGP
    [ 48.471] Output UNIPHY2 transmitter setup success
    [ 48.471] Output DIG-1 encoder setup success
    [ 48.471] Output UNIPHY2 transmitter setup success
    [ 48.471] Output CRT1 disable success
    [ 48.471] Blank CRTC 0 success
    [ 48.472] Disable CRTC memreq 0 success
    [ 48.472] Disable CRTC 0 success
    [ 48.472] Blank CRTC 1 success
    [ 48.472] Disable CRTC memreq 1 success
    [ 48.472] Disable CRTC 1 success
    [ 48.472] Blank CRTC 2 success
    [ 48.472] Disable CRTC memreq 2 success
    [ 48.472] Disable CRTC 2 success
    [ 48.472] Blank CRTC 3 success
    [ 48.472] Disable CRTC memreq 3 success
    [ 48.472] Disable CRTC 3 success
    [ 48.472] Blank CRTC 4 success
    [ 48.472] Disable CRTC memreq 4 success
    [ 48.472] Disable CRTC 4 success
    [ 48.472] Blank CRTC 5 success
    [ 48.472] Disable CRTC memreq 5 success
    [ 48.472] Disable CRTC 5 success
    [ 48.472] Output CRT1 disable success
    [ 48.472] Blank CRTC 0 success
    [ 48.472] Disable CRTC memreq 0 success
    [ 48.472] Disable CRTC 0 success
    [ 48.472] Set CRTC 0 Source success
    [ 48.472] Mode 1366x768 - 1500 800 5
    [ 48.472] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 48.472] (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0
    [ 48.472] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 48.482] Set DCPLL success
    [ 48.482] Picked PLL 0
    [ 48.482] before 7200 0x20
    [ 48.482] after 7200 0 0
    [ 48.482] best_freq: 72000
    [ 48.482] best_feedback_div: 128
    [ 48.482] best_frac_feedback_div: 0
    [ 48.482] best_ref_div: 3
    [ 48.482] best_post_div: 16
    [ 48.482] (II) RADEON(0): crtc(0) Clock: mode 72000, PLL 720000
    [ 48.482] (II) RADEON(0): crtc(0) PLL : refdiv 3, fbdiv 0x80(128), fracfbdiv 0, pdiv 16
    [ 48.484] Set CRTC 0 PLL success
    [ 48.484] Set DTD CRTC Timing success
    [ 48.484] Set CRTC 0 Overscan success
    [ 48.484] Not using RMX
    [ 48.484] scaler 0 setup success
    [ 48.484] Set CRTC 0 Source success
    [ 48.484] Output DAC1 setup success
    [ 48.484] Output CRT1 enable success
    [ 48.484] Enable CRTC 0 success
    [ 48.484] Enable CRTC memreq 0 success
    [ 48.484] Unblank CRTC 0 success
    [ 48.484] Output UNIPHY2 transmitter setup success
    [ 48.484] Output DIG-1 encoder setup success
    [ 48.484] Output UNIPHY2 transmitter setup success
    [ 48.484] Blank CRTC 1 success
    [ 48.484] Disable CRTC memreq 1 success
    [ 48.484] Disable CRTC 1 success
    [ 48.484] Blank CRTC 2 success
    [ 48.484] Disable CRTC memreq 2 success
    [ 48.484] Disable CRTC 2 success
    [ 48.484] Blank CRTC 3 success
    [ 48.484] Disable CRTC memreq 3 success
    [ 48.484] Disable CRTC 3 success
    [ 48.484] Blank CRTC 4 success
    [ 48.484] Disable CRTC memreq 4 success
    [ 48.484] Disable CRTC 4 success
    [ 48.484] Blank CRTC 5 success
    [ 48.484] Disable CRTC memreq 5 success
    [ 48.484] Disable CRTC 5 success
    [ 48.484] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 48.484] Output CRT1 disable success
    [ 48.501] Blank CRTC 0 success
    [ 48.501] Disable CRTC memreq 0 success
    [ 48.501] Disable CRTC 0 success
    [ 48.501] Set CRTC 0 Source success
    [ 48.501] Mode 1366x768 - 1500 800 5
    [ 48.501] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 48.501] (II) RADEON(0): MC_FB_LOCATION : 0x00df00d0 0x00df00d0
    [ 48.501] (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    [ 48.511] Set DCPLL success
    [ 48.511] Picked PLL 0
    [ 48.511] before 7200 0x20
    [ 48.511] after 7200 0 0
    [ 48.511] best_freq: 72000
    [ 48.511] best_feedback_div: 128
    [ 48.511] best_frac_feedback_div: 0
    [ 48.511] best_ref_div: 3
    [ 48.511] best_post_div: 16
    [ 48.511] (II) RADEON(0): crtc(0) Clock: mode 72000, PLL 720000
    [ 48.511] (II) RADEON(0): crtc(0) PLL : refdiv 3, fbdiv 0x80(128), fracfbdiv 0, pdiv 16
    [ 48.511] Set CRTC 0 PLL success
    [ 48.511] Set DTD CRTC Timing success
    [ 48.511] Set CRTC 0 Overscan success
    [ 48.511] Not using RMX
    [ 48.511] scaler 0 setup success
    [ 48.511] Set CRTC 0 Source success
    [ 48.511] Output DAC1 setup success
    [ 48.511] Output CRT1 enable success
    [ 48.511] Enable CRTC 0 success
    [ 48.511] Enable CRTC memreq 0 success
    [ 48.511] Unblank CRTC 0 success
    [ 48.511] (--) RandR disabled
    [ 48.511] (II) Initializing built-in extension Generic Event Extension
    [ 48.511] (II) Initializing built-in extension SHAPE
    [ 48.511] (II) Initializing built-in extension MIT-SHM
    [ 48.511] (II) Initializing built-in extension XInputExtension
    [ 48.511] (II) Initializing built-in extension XTEST
    [ 48.511] (II) Initializing built-in extension BIG-REQUESTS
    [ 48.511] (II) Initializing built-in extension SYNC
    [ 48.511] (II) Initializing built-in extension XKEYBOARD
    [ 48.511] (II) Initializing built-in extension XC-MISC
    [ 48.511] (II) Initializing built-in extension XINERAMA
    [ 48.511] (II) Initializing built-in extension XFIXES
    [ 48.511] (II) Initializing built-in extension RENDER
    [ 48.511] (II) Initializing built-in extension RANDR
    [ 48.511] (II) Initializing built-in extension COMPOSITE
    [ 48.511] (II) Initializing built-in extension DAMAGE
    [ 48.520] (II) AIGLX: Screen 0 is not DRI2 capable
    [ 48.520] (II) AIGLX: Screen 0 is not DRI capable
    [ 48.753] (II) AIGLX: Loaded and initialized swrast
    [ 48.753] (II) GLX: Initialized DRISWRAST GL provider for screen 0
    [ 48.753] (II) RADEON(0): Setting screen physical size to 361 x 203
    [ 49.237] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 49.237] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 49.237] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 49.237] (II) LoadModule: "evdev"
    [ 49.237] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
    [ 49.246] (II) Module evdev: vendor="X.Org Foundation"
    [ 49.246] compiled for 1.11.2, module version = 2.6.0
    [ 49.246] Module class: X.Org XInput Driver
    [ 49.246] ABI class: X.Org XInput driver, version 13.0
    [ 49.246] (II) Using input driver 'evdev' for 'Power Button'
    [ 49.246] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
    [ 49.246] (**) Power Button: always reports core events
    [ 49.246] (**) Power Button: Device: "/dev/input/event1"
    [ 49.246] (--) Power Button: Found keys
    [ 49.246] (II) Power Button: Configuring as keyboard
    [ 49.246] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
    [ 49.246] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 49.246] (**) Option "xkb_rules" "evdev"
    [ 49.246] (**) Option "xkb_model" "evdev"
    [ 49.246] (**) Option "xkb_layout" "us"
    [ 49.292] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 49.292] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (II) Using input driver 'evdev' for 'Power Button'
    [ 49.292] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
    [ 49.292] (**) Power Button: always reports core events
    [ 49.292] (**) Power Button: Device: "/dev/input/event0"
    [ 49.292] (--) Power Button: Found keys
    [ 49.292] (II) Power Button: Configuring as keyboard
    [ 49.292] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0/event0"
    [ 49.292] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 49.292] (**) Option "xkb_rules" "evdev"
    [ 49.292] (**) Option "xkb_model" "evdev"
    [ 49.292] (**) Option "xkb_layout" "us"
    [ 49.292] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 49.292] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
    [ 49.292] (**) Logitech USB Receiver: always reports core events
    [ 49.292] (**) Logitech USB Receiver: Device: "/dev/input/event2"
    [ 49.292] (--) Logitech USB Receiver: Found keys
    [ 49.292] (II) Logitech USB Receiver: Configuring as keyboard
    [ 49.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.0/input/input2/event2"
    [ 49.292] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 8)
    [ 49.292] (**) Option "xkb_rules" "evdev"
    [ 49.292] (**) Option "xkb_model" "evdev"
    [ 49.292] (**) Option "xkb_layout" "us"
    [ 49.292] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 49.292] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 49.292] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 49.292] (II) Loading /usr/lib/X11/modules/input/evdev_drv.so
    [ 49.292] (**) Logitech USB Receiver: always reports core events
    [ 49.292] (**) Logitech USB Receiver: Device: "/dev/input/event3"
    [ 49.292] (--) Logitech USB Receiver: Found 20 mouse buttons
    [ 49.292] (--) Logitech USB Receiver: Found scroll wheel(s)
    [ 49.292] (--) Logitech USB Receiver: Found relative axes
    [ 49.292] (--) Logitech USB Receiver: Found x and y relative axes
    [ 49.292] (--) Logitech USB Receiver: Found absolute axes
    [ 49.292] (--) Logitech USB Receiver: Found keys
    [ 49.292] (II) Logitech USB Receiver: Configuring as mouse
    [ 49.292] (II) Logitech USB Receiver: Configuring as keyboard
    [ 49.292] (II) Logitech USB Receiver: Adding scrollwheel support
    [ 49.292] (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 49.292] (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 49.292] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:12.0/usb4/4-2/4-2:1.1/input/input3/event3"
    [ 49.292] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 9)
    [ 49.292] (**) Option "xkb_rules" "evdev"
    [ 49.292] (**) Option "xkb_model" "evdev"
    [ 49.292] (**) Option "xkb_layout" "us"
    [ 49.293] (II) Logitech USB Receiver: initialized for relative axes.
    [ 49.293] (WW) Logitech USB Receiver: ignoring absolute axes.
    [ 49.293] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 49.293] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 49.293] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 49.293] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 49.293] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 49.293] (II) No input driver/identifier specified (ignoring)
    [ 53.144] RADEONDPEncoderService: 1 19
    [ 53.144] failed to get auxch 0030 40 30 02 after 0 retries
    [ 53.144] failed to get auxch 0050 40 30 02 after 0 retries
    [ 53.144] failed to get auxch 0050 40 30 02 after 0 retries
    [ 53.144] failed to get auxch 0050 40 30 02 after 0 retries
    [ 53.144] failed to get auxch 0050 40 30 02 after 0 retries
    [ 53.147] (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    [ 53.150] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 53.159] Dac detection success
    [ 53.159] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    [ 53.159] Unhandled monitor type 0
    [ 53.212] (II) RADEON(0): EDID vendor "GSM", prod id 16009
    [ 53.212] (II) RADEON(0): Using EDID range info for horizontal sync
    [ 53.212] (II) RADEON(0): Using EDID range info for vertical refresh
    [ 53.212] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 53.212] (II) RADEON(0): Modeline "1366x768"x0.0 72.00 1366 1380 1436 1500 768 769 772 800 +hsync +vsync (48.0 kHz)
    [ 53.212] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 -hsync +vsync (47.7 kHz)
    [ 53.212] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 53.212] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 53.212] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 53.212] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [ 53.212] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 53.212] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 53.212] (II) RADEON(0): Year: 2010 Week: 3
    [ 53.213] (II) RADEON(0): EDID Version: 1.3
    [ 53.213] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 53.213] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 53.213] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 53.213] (II) RADEON(0): Gamma: 2.20
    [ 53.213] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 53.213] (II) RADEON(0): First detailed timing is preferred mode
    [ 53.213] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 53.213] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 53.213] (II) RADEON(0): Supported established timings:
    [ 53.213] (II) RADEON(0): 640x480@60Hz
    [ 53.213] (II) RADEON(0): 800x600@60Hz
    [ 53.213] (II) RADEON(0): 1024x768@60Hz
    [ 53.213] (II) RADEON(0): Manufacturer's mask: 0
    [ 53.213] (II) RADEON(0): Supported standard timings:
    [ 53.213] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 53.213] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 53.213] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 53.213] (II) RADEON(0): Supported detailed timing:
    [ 53.213] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 53.213] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 53.213] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 53.213] (II) RADEON(0): Supported detailed timing:
    [ 53.213] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 53.213] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 53.213] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 53.213] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 53.213] (II) RADEON(0): Monitor name: W1642C
    [ 53.213] (II) RADEON(0): EDID (in hex):
    [ 53.213] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 53.213] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 53.213] (II) RADEON(0): 18505421080031404540614001010101
    [ 53.213] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 53.213] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 53.213] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 53.213] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 53.213] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 53.213] (II) RADEON(0): EDID vendor "GSM", prod id 16009
    [ 85.054] RADEONDPEncoderService: 1 19
    [ 87.349] failed to get auxch 0030 40 30 02 after 0 retries
    [ 87.349] failed to get auxch 0050 40 30 02 after 0 retries
    [ 87.349] failed to get auxch 0050 40 30 02 after 0 retries
    [ 87.350] failed to get auxch 0050 40 30 02 after 0 retries
    [ 87.350] failed to get auxch 0050 40 30 02 after 0 retries
    [ 87.352] (II) RADEON(0): Output: DisplayPort-0, Detected Monitor Type: 0
    [ 87.356] (II) RADEON(0): Output: HDMI-0, Detected Monitor Type: 0
    [ 87.365] Dac detection success
    [ 87.365] (II) RADEON(0): Output: DVI-1, Detected Monitor Type: 0
    [ 87.365] Unhandled monitor type 0
    [ 87.418] (II) RADEON(0): EDID vendor "GSM", prod id 16009
    [ 87.418] (II) RADEON(0): Using hsync ranges from config file
    [ 87.418] (II) RADEON(0): Using vrefresh ranges from config file
    [ 87.418] (II) RADEON(0): Printing DDC gathered Modelines:
    [ 87.418] (II) RADEON(0): Modeline "1366x768"x0.0 72.00 1366 1380 1436 1500 768 769 772 800 +hsync +vsync (48.0 kHz)
    [ 87.418] (II) RADEON(0): Modeline "1360x768"x0.0 85.50 1360 1424 1536 1792 768 771 777 795 -hsync +vsync (47.7 kHz)
    [ 87.418] (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 87.418] (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 87.418] (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 87.418] (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 1
    [ 87.418] (II) RADEON(0): EDID data from the display on output: DVI-0 ----------------------
    [ 87.418] (II) RADEON(0): Manufacturer: GSM Model: 3e89 Serial#: 202334
    [ 87.418] (II) RADEON(0): Year: 2010 Week: 3
    [ 87.418] (II) RADEON(0): EDID Version: 1.3
    [ 87.418] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    [ 87.418] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 87.418] (II) RADEON(0): Max Image Size [cm]: horiz.: 35 vert.: 20
    [ 87.418] (II) RADEON(0): Gamma: 2.20
    [ 87.418] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    [ 87.418] (II) RADEON(0): First detailed timing is preferred mode
    [ 87.418] (II) RADEON(0): redX: 0.609 redY: 0.331 greenX: 0.316 greenY: 0.587
    [ 87.418] (II) RADEON(0): blueX: 0.153 blueY: 0.094 whiteX: 0.312 whiteY: 0.329
    [ 87.418] (II) RADEON(0): Supported established timings:
    [ 87.418] (II) RADEON(0): 640x480@60Hz
    [ 87.418] (II) RADEON(0): 800x600@60Hz
    [ 87.418] (II) RADEON(0): 1024x768@60Hz
    [ 87.418] (II) RADEON(0): Manufacturer's mask: 0
    [ 87.418] (II) RADEON(0): Supported standard timings:
    [ 87.418] (II) RADEON(0): #0: hsize: 640 vsize 480 refresh: 60 vid: 16433
    [ 87.418] (II) RADEON(0): #1: hsize: 800 vsize 600 refresh: 60 vid: 16453
    [ 87.418] (II) RADEON(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    [ 87.418] (II) RADEON(0): Supported detailed timing:
    [ 87.418] (II) RADEON(0): clock: 72.0 MHz Image Size: 344 x 194 mm
    [ 87.418] (II) RADEON(0): h_active: 1366 h_sync: 1380 h_sync_end 1436 h_blank_end 1500 h_border: 0
    [ 87.418] (II) RADEON(0): v_active: 768 v_sync: 769 v_sync_end 772 v_blanking: 800 v_border: 0
    [ 87.418] (II) RADEON(0): Supported detailed timing:
    [ 87.418] (II) RADEON(0): clock: 85.5 MHz Image Size: 344 x 194 mm
    [ 87.418] (II) RADEON(0): h_active: 1360 h_sync: 1424 h_sync_end 1536 h_blank_end 1792 h_border: 0
    [ 87.418] (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 795 v_border: 0
    [ 87.418] (II) RADEON(0): Ranges: V min: 57 V max: 63 Hz, H min: 30 H max: 50 kHz, PixClock max 95 MHz
    [ 87.418] (II) RADEON(0): Monitor name: W1642C
    [ 87.418] (II) RADEON(0): EDID (in hex):
    [ 87.418] (II) RADEON(0): 00ffffffffffff001e6d893e5e160300
    [ 87.418] (II) RADEON(0): 031401036e231478ea31419c54519627
    [ 87.418] (II) RADEON(0): 18505421080031404540614001010101
    [ 87.418] (II) RADEON(0): 010101010101201c5686500020300e38
    [ 87.418] (II) RADEON(0): 130058c21000001e662150b051001b30
    [ 87.418] (II) RADEON(0): 4070360058c21000001c000000fd0039
    [ 87.418] (II) RADEON(0): 3f1e3209000a202020202020000000fc
    [ 87.418] (II) RADEON(0): 005731363432430a20202020202000b8
    [ 87.418] (II) RADEON(0): EDID vendor "GSM", prod id 16009
    [ 112.991] (II) Power Button: Close
    [ 112.991] (II) UnloadModule: "evdev"
    [ 112.991] (II) Unloading evdev
    [ 112.999] (II) Power Button: Close
    [ 112.999] (II) UnloadModule: "evdev"
    [ 112.999] (II) Unloading evdev
    [ 113.030] (II) Logitech USB Receiver: Close
    [ 113.030] (II) UnloadModule: "evdev"
    [ 113.030] (II) Unloading evdev
    [ 113.063] (II) Logitech USB Receiver: Close
    [ 113.063] (II) UnloadModule: "evdev"
    [ 113.063] (II) Unloading evdev
    [ 113.063] Output CRT1 disable success
    [ 113.078] Blank CRTC 0 success
    [ 113.078] Disable CRTC memreq 0 success
    [ 113.078] Disable CRTC 0 success
    [ 113.078] Blank CRTC 1 success
    [ 113.078] Disable CRTC memreq 1 success
    [ 113.078] Disable CRTC 1 success
    [ 113.078] Blank CRTC 2 success
    [ 113.078] Disable CRTC memreq 2 success
    [ 113.078] Disable CRTC 2 success
    [ 113.078] Blank CRTC 3 success
    [ 113.078] Disable CRTC memreq 3 success
    [ 113.078] Disable CRTC 3 success
    [ 113.078] Blank CRTC 4 success
    [ 113.078] Disable CRTC memreq 4 success
    [ 113.078] Disable CRTC 4 success
    [ 113.078] Blank CRTC 5 success
    [ 113.079] Disable CRTC memreq 5 success
    [ 113.079] Disable CRTC 5 success
    [ 113.079] (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    [ 113.079] (II) RADEON(0): MC_FB_LOCATION : 0x003f0000 0x00df00d0
    [ 113.079] (II) RADEON(0): MC_AGP_LOCATION : 0x00000000
    [ 113.119] Server terminated successfully (0). Closing log file.
    startx log
    gnome-session[1799]: libupower-glib-WARNING: Couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session-is-accelerated: No hardware 3D support.
    gnome-session-check-accelerated: Helper exited with code 256
    gnome-session[1799]: WARNING: Session 'gnome' runnable check failed: Exited with code 1
    gnome-session[1799]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session[1799]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    GNOME_KEYRING_CONTROL=/tmp/keyring-5qbJI6
    GPG_AGENT_INFO=/tmp/keyring-5qbJI6/gpg:0:1
    GNOME_KEYRING_PID=1819
    GNOME_KEYRING_CONTROL=/tmp/keyring-5qbJI6
    GPG_AGENT_INFO=/tmp/keyring-5qbJI6/gpg:0:1
    SSH_AUTH_SOCK=/tmp/keyring-5qbJI6/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-5qbJI6
    GPG_AGENT_INFO=/tmp/keyring-5qbJI6/gpg:0:1
    SSH_AUTH_SOCK=/tmp/keyring-5qbJI6/ssh
    GNOME_KEYR

    Thanks for reply
    I've installed Console Kit...
    by the way, dbus is not running so I have set dbus again and now running, and my desktop appears but I still cannot open application, everytime I running application gnome will crash and forced logout. This is the last log from startx (after dbus already running)
    gnome-session-is-accelerated: No hardware 3D support.
    gnome-session-check-accelerated: Helper exited with code 256
    gnome-session[1837]: WARNING: Session 'gnome' runnable check failed: Exited with code 1
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    GNOME_KEYRING_CONTROL=/tmp/keyring-mt9kJ6
    GNOME_KEYRING_PID=1859
    GNOME_KEYRING_CONTROL=/tmp/keyring-mt9kJ6
    SSH_AUTH_SOCK=/tmp/keyring-mt9kJ6/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-mt9kJ6
    SSH_AUTH_SOCK=/tmp/keyring-mt9kJ6/ssh
    GPG_AGENT_INFO=/tmp/keyring-mt9kJ6/gpg:0:1
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    (gnome-settings-daemon:1852): libupower-glib-WARNING **: Couldn't enumerate devices: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:1852): power-plugin-WARNING **: failed to get device list: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    ** (gnome-settings-daemon:1852): WARNING **: Failed to connect context: OK
    ** (gnome-settings-daemon:1852): WARNING **: cannot connect to ConsoleKit: Error calling StartServiceByName for org.freedesktop.ConsoleKit: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:1852): power-plugin-WARNING **: Could not connect to UPower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:1852): power-plugin-WARNING **: Could not connect to UPower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    ** (gnome-settings-daemon:1852): WARNING **: cannot connect to ConsoleKit: Error calling StartServiceByName for org.freedesktop.ConsoleKit: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:1852): color-plugin-WARNING **: failed to connect to colord: Error calling StartServiceByName for org.freedesktop.ColorManager: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-settings-daemon:1852): media-keys-plugin-WARNING **: Failed to get proxy for upower: Error calling StartServiceByName for org.freedesktop.UPower: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    Window manager warning: "(null)" found in configuration database is not a valid value for mouse button modifier
    Window manager warning: Could not parse font description "(null)" from GConf key /apps/metacity/general/titlebar_font
    Window manager warning: 0 stored in GConf key /apps/metacity/general/num_workspaces is out of range 1 to 36
    Window manager warning: 0 stored in GConf key /desktop/gnome/peripherals/mouse/cursor_size is out of range 1 to 128
    (gnome-panel:1903): Gtk-CRITICAL **: gtk_accelerator_parse: assertion `accelerator != NULL' failed
    ** (gnome-panel:1903): WARNING **: Unable to parse mouse modifier '(null)'
    RADEONDPEncoderService: 1 19
    failed to get auxch 0030 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    failed to get auxch 0050 40 30 02 after 0 retries
    Dac detection success
    Unhandled monitor type 0
    Failed to play sound: File or data not found
    (gdu-notification-daemon:1906): libgdu-WARNING **: Couldn't get daemon properties
    ======================================================================
    Error constructing GduPool: (unspecified error)
    This error suggests there's a problem with your udisks or D-Bus installation.
    ======================================================================
    (gdu-notification-daemon:1906): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gdu-notification-daemon:1906): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (gdu-notification-daemon:1906): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gdu-notification-daemon:1906): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (gdu-notification-daemon:1906): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gdu-notification-daemon:1906): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    (gdu-notification-daemon:1906): GLib-GObject-WARNING **: invalid (NULL) pointer instance
    (gdu-notification-daemon:1906): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
    libgdu:ERROR:gdu-pool.c:2462:gdu_pool_get_devices: assertion failed: (pool != NULL)
    ** (gnome-fallback-mount-helper:1927): DEBUG: Starting automounting manager
    (polkit-gnome-authentication-agent-1:1919): polkit-gnome-1-WARNING **: Error getting authority: Error initializing authority: Error calling StartServiceByName for org.freedesktop.PolicyKit1: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    (gnome-fallback-mount-helper:1927): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/lib/gvfs/gvfs-gdu-volume-monitor received signal 6
    (gnome-sound-applet:1929): sound-cc-panel-WARNING **: Failed to connect context: OK
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-store.cfg'
    ** Message: applet now removed from the notification area
    ** (nm-applet:1923): WARNING **: get_all_cb: couldn't retrieve system settings properties: (23) Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success.
    ** (nm-applet:1923): WARNING **: fetch_connections_done: error fetching connections: (23) Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success.
    ** (nm-applet:1923): WARNING **: Failed to register as an agent: (23) Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    W: [pulseaudio] main.c: This program is not intended to be run as root (unless --system is specified).
    ** (gnome-fallback-mount-helper:1927): WARNING **: Failed to get the current CK session: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
    ** (gnome-fallback-mount-helper:1927): DEBUG: ScreenSaver name appeared
    ** (gnome-fallback-mount-helper:1927): DEBUG: ScreenSaver proxy ready
    ** (gnome-fallback-mount-helper:1927): DEBUG: Screensaver GetActive() returned 0
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-miner-fs.cfg'
    (gnome-panel:1903): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/lib/gvfs/gvfs-gdu-volume-monitor received signal 6
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    (gnome-settings-daemon:1852): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -23 and height 32
    ** Message: applet now embedded in the notification area
    ** Message: applet now removed from the notification area
    Tracker-Message: Setting up monitor for changes to config file:'/root/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/root/.local/share/tracker/tracker-miner-fs.log'
    Starting log:
    File:'/root/.local/share/tracker/tracker-store.log'
    (tracker-miner-fs:1940): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.GduVolumeMonitor: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process /usr/lib/gvfs/gvfs-gdu-volume-monitor received signal 6
    gnome-session[1837]: WARNING: Application 'metacity.desktop' killed by signal
    gnome-session[1837]: WARNING: App 'metacity.desktop' respawning too quickly
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    Window manager warning: "(null)" found in configuration database is not a valid value for mouse button modifier
    Window manager warning: Could not parse font description "(null)" from GConf key /apps/metacity/general/titlebar_font
    Window manager warning: 0 stored in GConf key /apps/metacity/general/num_workspaces is out of range 1 to 36
    Window manager warning: 0 stored in GConf key /desktop/gnome/peripherals/mouse/cursor_size is out of range 1 to 128
    gnome-session[1837]: WARNING: Application 'metacity.desktop' killed by signal
    gnome-session[1837]: WARNING: App 'metacity.desktop' respawning too quickly
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[1837]: WARNING: App 'metacity.desktop' respawning too quickly
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    gnome-session[1837]: WARNING: Could not connect to ConsoleKit: Could not get owner of name 'org.freedesktop.ConsoleKit': no such name
    ** (process:1883): DEBUG: Exiting gsd-printer
    (gnome-settings-daemon:1852): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    [1325983240,000,xklavier.c:xkl_engine_start_listen/] The backend does not require manual layout management - but it is provided by the application
    xinit: connection to X server lost

  • [SOLVED] Gnome 3.2, gdm only show the default wallpaper

    Hi all,
    I just upgrade to gnome 3.2 on 2 machines, for the first one I got a glib2 from AUR so it do not work first (it's now solve) but for the second one I still can't login into gnome.
    Gdm only show the default wallpaper and a cursor.
    Here is the gdm log :
    gnome-session[22008]: DEBUG(+): Enabling debugging
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/jlaunay-arch-laptop:@/tmp/.ICE-unix/22008,unix/jlaunay-arch-laptop:/tmp/.ICE-unix/22008
    gnome-session[22008]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[22008]: DEBUG(+): GsmManager: setting client store 0x752b20
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[22008]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[22008]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[22008]: DEBUG(+): fill: *** Adding required components
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[22008]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[22008]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[22008]: DEBUG(+): fill: *** Done adding required components
    gnome-session[22008]: DEBUG(+): fill: *** Adding default providers
    gnome-session[22008]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[22008]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[22008]: DEBUG(+): GsmManager: App startup summary
    gnome-session[22008]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[22008]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[22008]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=1014e74dbf7c28cef3131765353783344800000220080001
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: started pid:22018
    ** (gnome-settings-daemon:22018): WARNING **: Failed to connect context: OK
    gnome-session[22008]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353888394100000220080002 to session
    gnome-session[22008]: DEBUG(+): uid = 120
    gnome-session[22008]: DEBUG(+): pid = 22033
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[22008]: DEBUG(+): GsmManager: RegisterClient 1014e74dbf7c28cef3131765353783344800000220080001
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353783344800000220080001 to session
    gnome-session[22008]: DEBUG(+): uid = 120
    gnome-session[22008]: DEBUG(+): pid = 22018
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[22008]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[22008]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=1014e74dbf7c28cef3131765353783171200000220080000
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: started pid:22035
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[22008]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[22008]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[22008]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: New client '0x7a83f0 []'
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Initializing client 0x7a83f0 []
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Client '0x7a83f0 []' received RegisterClient(1014e74dbf7c28cef3131765353783171200000220080000)
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353783171200000220080000 to session
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x7a83f0 [1014e74dbf7c28cef3131765353783171200000220080000]'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Set properties from client '0x7a83f0 [1014e74dbf7c28cef3131765353783171200000220080000]'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: ProcessID = '22035'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-BFEwWchQ,guid=de70f6c3e78db9ace2cecbde000025dc
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    (gnome-shell:22035): GdmGreeter-DEBUG: "/usr/share/xsessions/openbox-kde.desktop" is hidden or contains non-executable TryExec program
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-shell:22035): Gvc-WARNING **: Failed to connect context: OK
    JS LOG: GNOME Shell started at Mon Oct 03 2011 16:52:19 GMT+0200 (CEST)
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600002
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 150
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600000
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 154
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600003
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 177
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600003
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 203
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    When I try with gdm in fallback mode using :
    ln -s /usr/share/gnome-session/sessions/gdm-fallback.session /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session
    Gdm is working but when I try to login in gnome it freeze.
    Here is the xsessions error file :
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (screenreader) n'est pas complet
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (magnifier) n'est pas complet
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (onscreenkeyboard) n'est pas complet
    WARNING: no socket to connect to
    common-plugin-Message: checking whether we have a device for 4: yes
    common-plugin-Message: checking whether we have a device for 5: yes
    common-plugin-Message: checking whether we have a device for 6: yes
    common-plugin-Message: checking whether we have a device for 7: yes
    common-plugin-Message: checking whether we have a device for 8: yes
    common-plugin-Message: checking whether we have a device for 9: yes
    common-plugin-Message: checking whether we have a device for 10: yes
    common-plugin-Message: checking whether we have a device for 11: yes
    common-plugin-Message: checking whether we have a device for 12: yes
    Failed to play sound: File or data not found
    ** Message: applet now removed from the notification area
    JS LOG: GNOME Shell started at Mon Oct 03 2011 18:30:21 GMT+0200 (CEST)
    ** Message: applet now embedded in the notification area
    JS ERROR: !!! Exception was: Error: Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = '"gjs_throw"'
    JS ERROR: !!! stack = '"("Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")@gjs_throw:0
    ([object _private_TelepathyGLib_AccountManager],[object _private_Gio_SimpleAsyncResult])@/usr/share/gnome-shell/js/ui/telepathyClient.js:371
    JS ERROR: !!! message = '"Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."'
    (gnome-shell:2057): folks-WARNING **: Error preparing Backend 'telepathy': Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    gnome-session[1984]: WARNING: Detected that screensaver has left the bus
    gnome-session[1984]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
    gnome-session[1984]: WARNING: Application 'gnome-shell.desktop' killed by signal
    gnome-session[1984]: GConf-WARNING: Got Disconnected from DBus
    if needed here is my pacman -Qm :
    advancecomp 1.15-6
    aespipe 2.4c-1
    aldm 0.5-1
    android-notifier-desktop 0.5.1-2
    android-sdk r10-2
    armitage-svn 322-1
    asoundconf 20090121-1
    aufs2-util 20110314-1
    btsco 0.5-2
    bug-buddy 2.32.0-1
    cairo-tee 1.10.2-1
    canon-cque 2.0.0-1
    ccrypt-gui-integrations 1.0-3
    cimon 0.4.1-2
    climage 0.4-3
    cloog-ppl 0.15.10-2
    codecs64 20071007-1
    comgt 0.32-2
    cphix 0.7-1
    creepy-git 20110718-1
    cryptkeeper 0.9.5-1
    cunit 2.1.2-2
    db4.5 4.5.20-4
    decibel-audio-player2 2.20-2
    derpity-gtk-theme 20110522-1
    djl_py2 1.2.20-1
    docbucket 0.1-1
    drwright 3.0.2-1
    dukto-svn 103-2
    eikon-icon-theme 1.0-1
    evolution-webcal 2.32.0-1
    exactimage-svn 1808-1
    faenza-icon-theme 0.9.2-1
    fbcmd 1.3-2
    fekete-icon-theme 3.3-1
    firefox-firesheep 20110930-1
    flickrapi 1.4.2-2
    foobnix-git 20110718-1
    fortune-mod-kaamelott 1-1
    freearc 0.666-2
    gecko-sdk 1.9.2.18-1
    gen-init-cpio 2.6.36-1
    gimp-ultimate-web-gradients 1-1
    gnome-mag 0.16.3-1
    gnome-schedule 2.1.3-1
    gnome-web-photo 0.10.2-1
    gnumeric-git 20110528-1
    goffice-git 20110718-1
    gok 2.30.1-1
    gpick-svn 140-1
    groonga 1.2.5-1
    gtk-engine-unico 74-4
    gtkglarea 2.0.1-1
    gwibber3 3.1.0-3.2
    g-xiria 2.0-1
    hamster-applet 2.91.2-1
    histwi 0.6.7-1
    hotot 0.9.7%7Ehg1017-1
    intrace 1.4.3-1
    ipod-convenience 0.11-1
    iron-bin 13.0.800.0-1
    izulu 0.2.5.3-3
    jumanji-new_webgtk-git 20110718-1
    juststyle 1.3.3-2
    ktranslator 0.4-3
    lib32-gmp4 4.3.2-1
    lib32-libidn 1.19-1
    lib32-libjpeg6 6b-4
    lib32-libpng12 1.2.43-1
    lib32-libtiff4 4_3.9.5-2
    lib32-nas 1.9.2-2
    lib32-openssl-compatibility 0.9.8-4
    lib32-sdl_gfx 2.0.22-4
    lib32-sdl_mixer 1.2.11-3
    lib32-smpeg 0.4.4-6
    libawl-git 20110613-1
    libfcppt-git 20110613-1
    libkeybinder 0.2.2-1
    libmizuiro-git 20110613-1
    libopensync-svn 6211-1
    libsge-git 20110613-1
    libsyncml-svn 1363-1
    libtiff4 3.9.5-1
    libwbxml 0.10.8-1
    linux-wbfs-manager 0.1.12-1
    logmein-hamachi 2.0.1.15-1
    mailnag 20110726-1
    markdown 1.0.1-5
    mate-icon-theme 0.0.0-2
    mate-icon-theme-symbolic 0.0.0-1
    metasploit-svn 13099-1
    myman 0.7.0-3
    mysql-jdbc 5.1.17-1
    namebench 1.3.1-3
    netbeans-php 7.0.0-1
    ninvaders 0.1.1-2
    omoma 0.2-1
    opencv-old 2.1.0-3
    open-syobon 0.99_1-1
    openxencenter rev227_20100510-4
    osm-gps-map 0.7.3-1
    padevchooser 0.9.3-6
    paman 0.9.4-5
    par 1.52-2
    pavumeter 0.9.3-3
    pencil-svn 259-1
    perl-crypt-rc4 2.02-1
    perl-digest-perl-md5 1.8-1
    perl-goo-canvas 0.06-1
    perl-gtk2-imageview 0.05-2
    perl-ole-storage-lite 0.19-1
    perl-proc-processtable 0.45-2
    perl-spreadsheet-parseexcel 0.59-1
    perl-switch 2.16-2
    perl-text-csv-xs 0.82-1
    perl-unicode-map 0.112-2
    perl-xls2csv 1.06-2
    prey-tracker 0.5.3-1
    probability0 1.05-4
    psmouse-elantech v6-2
    pxtools 0.0.20-1
    pyexiv2 0.3.0-3
    python25 2.5.5-1
    python2-tweepy-git 20110627-1
    python-audiere 0.2-1
    python-bugbuddy 2.32.0-6
    python-dbutils 1.0-2
    python-keybinder 0.2.2-4
    python-osmgpsmap 0.7.3-4
    python-whoosh 1.8.4-1
    qataki 0.05-0
    qttvdb 0.3.0-1
    quazip 0.4.1-1
    quicksynergy 0.9.0-1
    rarcrack 0.2-1
    rdesktop-svn 1609-1
    realtimeconfigquickscan-hg 18-1
    ruby1.8 1.8.7_p352-1
    ruby-hmac 0.4.0-1
    serieswatcher 0.1.3-1
    shocco-git 20110504-1
    shutter 0.86.4-1
    sikuli-ide 1.0rc2-2
    smb-browser-svn 5-1
    soapui 3.6.1-1
    solarus-git 20110802-1
    spark 2.5.8-1
    sql-power-architect 1.0.6-1
    sslstrip 0.9-1
    sux 1.0.1_6-1
    talend-mdm 4.2.2-1
    talend-profiler 4.2.2-2
    talend-studio 4.2.2-2
    tcp_wrappers 7.6-12
    texwiz 2.0.1-1
    tftpgui 1.1-1
    the-incredible-machine-1 1.0-5
    the-incredible-machine-2 1.0-4
    tksqlite 0.5.8-3
    tktable 2.10-2
    tktreectrl 2.3.2-1
    trizen 20110630-1
    ttf-exljbris 1.1-2
    ttf-gentium-basic 1.1-3
    txt2html 2.51-1
    unittestpp 1.4-1
    universalindentgui 1.1.0-2
    vim-jquery 0.4-2
    vim-perl 0.11-2
    vim-python 3.0.6-3
    vim-spamassassin 3.2-1
    visual-regexp 3.0-3
    vkget 0.2-1
    wdt 2.6.6-ppa0
    webcamstudio-svn 152-1
    whatweb-git 20110718-1
    winexe 1.00-1
    wsdlpull 1.24-1
    wv2-svn 45-1
    wwwsqldesigner 126-1
    xcursor-gruppled-lite 1.1-1
    Thanks in advance for your help.
    Last edited by jlaunay (2011-10-03 22:51:28)

    Solved.
    I had to enable KMS
    https://wiki.archlinux.org/index.php/In … Setting.29
    and remove my xorg.conf file.

  • CORE4005: Internal error: unable to create JVM

    Hi,
    Can't start-up the domain domain1 after I've installed AppServ 7.0 for W2000. This is the installation log and the admin-server instance log file with the debug set to FINEST.
    Install log :
    INFO - Start core server configuration.
    INFO - Domain successfully created
    INFO - Server instance successfully created
    WARNING - SNMP subagent installation did not succeed
    INFO - End core server configuration.
    INFO - Start samples configuration.
    INFO - End samples configuration.
    INFO - Start Sun ONE Messaging Queue configuration
    INFO - End Sun ONE Messaging Queue configuration
    INFO - Start PointBase configuration
    INFO - End PointBase configuration
    and admin-server instance log file :
    [29/Sep/2003:17:17:04] INFO ( 1504): CORE1116: Sun ONE Application Server 7.0.0_01
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5169: User authentication cache entries expire in 120 seconds.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5170: User authentication cache holds 200 users
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP5171: Up to 4 groups are cached for each cached user.
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4207: file cache module initialized (API versions 1 through 1)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP4302: file cache has been initialized
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3063: KeepAliveTimeout is 30 seconds (default value)
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3067: PostThreadsEarly set to off
    [29/Sep/2003:17:17:10] FINE ( 1504): HTTP3066: MaxKeepAliveConnections set to 256
    [29/Sep/2003:17:17:11] FINE ( 1504): Installed configuration 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm stickyAttach: 1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -DJAVA_HOME=D:/Sun/AppServer7/jdk
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.installRoot=D:/Sun/AppServer7
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.instanceRoot=D:\Sun\AppServer7\domains\domain1
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.language=fr
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Duser.country=FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: exit
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: vfprintf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.policy=D:/Sun/AppServer7/domains/domain1/admin-server/config/server.policy
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.security.auth.login.config=D:/Sun/AppServer7/domains/domain1/admin-server/config/login.conf
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.jdo.api.persistence.model.multipleClassLoaders=reload
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.util.logging.manager=com.iplanet.ias.server.logging.ServerLogManager
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.configRoot=D:/Sun/AppServer7\config
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.perlRoot=D:\Sun\AppServer7\lib\perl
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqLib=D:\Sun\AppServer7\imq\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.imqBin=D:\Sun\AppServer7\imq\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.webServicesLib=D:\Sun\AppServer7\share\lib
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.icuLib=D:\Sun\AppServer7\bin
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.defaultLocale=fr_FR
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dcom.sun.aas.verifier.xsl=D:/Sun/AppServer7/lib/verifier
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Xmx128m
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Dsun.rmi.dgc.server.gcInterval=3600000
    [29/Sep/2003:17:17:11] FINE ( 1504): jvm option: -Djava.class.path=D:/Sun/AppServer7/lib/appserv-rt.jar;D:/Sun/AppServer7/jdk/lib/tools.jar;D:/Sun/AppServer7/lib/appserv-ext.jar;D:/Sun/AppServer7/lib/appserv-cmp.jar;D:\Sun\AppServer7\imq\lib/imq.jar;D:\Sun\AppServer7\imq\lib/imqadmin.jar;D:\Sun\AppServer7\imq\lib/imqutil.jar;D:/Sun/AppServer7/lib/appserv-admin.jar;D:/Sun/AppServer7/lib/appserv-ideplugin.jar;
    [29/Sep/2003:17:17:11] FATAL ( 1504): CORE4005: Internal error: unable to create JVM
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE4009: Failed to load JVM (check your JRE)
    [29/Sep/2003:17:17:11] SEVERE ( 1504): CORE3187: Late initialization failed: Error running init function(late) init-j2ee: unknown error
    if anyone could help, I would apreciate
    Thanks to all

    Ok. I've managed to solve my problem. Thanks to everybody.
    For anyone who is interested in here is the solution that fixed the error for me :
    Because I had before installed JVM version 1.4.2 and then I uninstalled it and put the version 1.4.1_01, as the one that App Server 7.0 is using, the uninstaller has left a newer version of jvm.dll in WINNT/System32
    After I've renamed this file to _jvm.dll (for example), just to get rid of it, the domain and his instances have started correctly.
    Good luck!

Maybe you are looking for

  • Can't Install Windows 7 32-bit Drivers

    So I recently had have a hard drive replaced in a Macbook since the original failed and had to re-install Windows 7 again. After intalling Windows 7, I inserted my Snow Leapord DVD (10.6.0) and let it run the set up but it didn't install very many dr

  • PKGBUILD issue - ${CARCH} doesn't work

    [ "${CARCH}" = "i686" ] && KARCH=i386 [ "${CARCH}" = "x86_64" ] && KARCH=x86_64 Just doesn't work. That's why KARCH is empty and there is no vmlinuz26 in pkg in the end. I can rewrite PKGBUILD or solve this issue another way but i'm interested where

  • Search not turning up tv shows or movies

    I'm running 11.2.2.3 of iTunes for Windows. In the iTunes store, when using search, I can no longer search for tv shows or movies. I thought it might just be a Windows thing, but I get the same result running searches on my iPhone (4S, running iOS 7.

  • How to control the input in cell of Jtable must be number?

    I want to control the character of cell or column of jtable, it must be number(0-9), only the user type number(0-9) will show on the jtable. how can i do that, can you give me a little example or hints? Thanks very much!

  • Writing BLOBs form Orcle to a file server

    We are trying to use PL/SQL code to write Word Documents stored as blobs in Oracle to a users Temp directory or a server directory. Te blos have been added from a legacy PowerBuilder applicaiton that we're trying to migrate to Oracle's Web Appliation