[solved] Gnome lockscreen questions

1. Is there a way to get rid of the necessity to pull up the gnome lockscreen or press enter or escape before I can type the password? I want to type directly the password without pressing any button before.
2. Can I set up gnome to blank the screen when I press CTRL+ALT+L instead of showing bhe tackground and the time?
Thx
Edit: The bug is solved in Gnome 3.8. Thanks
Last edited by tuxero (2013-04-11 13:18:59)

I think this is not possible, but I can suggest you a workaround. I use the i3 window manager, and it comes with a utility to lock the screen which does exactly what you want. I think the lock utility can work even if you are not using i3wm. Try installing i3lock with pacman, and then in Gnome define a keyboard shortcut for
i3lock -d -c 000000
It does exactly what you want. It blanks the screen with dpms off(or standby) and locks it. to unlock just start typing your password(the screen will turn on with a black backgroud(you can change the color after -c if you like, it is in hex)) and press enter.
Last edited by plam (2013-03-24 15:50:06)

Similar Messages

  • Challenging question! (Does anyone how to solve this Javabat question?)

    Does anyone how to solve this Javabat question?
    Here is the link:
    http://www.javabat.com/prob?id=Array3.linearIn

    I'm a little surprised by the implied rating of this problem... it's a plain to-way merge. You can use the same template as for the merging step in merge sort:
    public boolean linearIn(int[] outer, int[] inner) {
      int i = 0;
      int j = 0;
      while (i < outer.length || j < inner.length) {
          if (j < inner.length && (i == outer.length || inner[j] < outer)) {
    // inner[j] smallest
    return false;
    else if (i < outer.length && (j == inner.length || outer[i] < inner[j])) {
    // outer[i] smallest
    i++;
    else {
    // inner[j] == outer[i]
    i++; j++;
    return true;

  • [SOLVED]Gnome power: suspend, sleep, shutdown buttons

    I just installed gnome, and I'm at a loss at how to sleep my computer.  When I press the desktop power button, it only gives me three options: "cancel", "restart", "power off".  What if I just want to sleep the computer, and what if I would like to do this through the desktop environment (as opposed to terminal)?
    Thanks
    Last edited by Huugin (2015-05-31 09:52:37)

    Press the power button, and then press the ALT key. This will give you suspend. You are welcome to the little gnome-exit script I hacked from the internet... I have a ctrl-alt-del keybinding to the script
    #!/bin/sh
    # File Name: gnome-exit
    # Purpose: exit script for gnome-shell
    # depends on faenza-icon-theme for icons
    # depends on gtkdialog
    # Latest Change: 10-21-2014
    #!/bin/sh
    export Logout='
    <window window_position="1" title="Log Out" icon-name="exit" resizable="false">
    <vbox>
    <frame>
    <hbox>
    <vbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Lock Screen "</label>
    <input file>"/usr/share/icons/Faenza-Darker/actions/48/gnome-lockscreen.png"</input>
    <action>gnome-screensaver-command -l</action>
    <action>EXIT:close</action>
    </button>
    </hbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Suspend "</label>
    <input file>"/usr/share/icons/Faenza-Dark/apps/48/system-suspend.png"</input>
    <action>systemctl suspend -i</action>
    <action>EXIT:close</action>
    </button>
    </hbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Log Out "</label>
    <input file>"/usr/share/icons/Faenza-Dark/apps/48/gnome-session-logout.png"</input>
    <action>gnome-session-quit</action>
    </button>
    </hbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Shutdown "</label>
    <input file>"/usr/share/icons/Faenza-Dark/actions/48/system-shutdown.png"</input>
    <action>gnome-session-quit --power-off</action>
    </button>
    </hbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Task Manager"</label>
    <input file>"/usr/share/icons/Faenza/apps/48/gnome-system-monitor.png"</input>
    <action>gnome-system-monitor & </action>
    <action>EXIT:close</action>
    </button>
    </hbox>
    <hbox>
    <button>
    <height>48</height>
    <width>48</width>
    <label>"Cancel "</label>
    <input file>"/usr/share/icons/Faenza-Darker/actions/48/application-exit.png"</input>
    <action>EXIT:close</action>
    </button>
    </hbox>
    </vbox>
    </hbox>
    </frame>
    </vbox>
    </window>
    gtkdialog --program=Logout
    unset Logout

  • [SOLVED]Gnome 3.10 Icons are broken

    I upgraded earlier to Gnome 3.10. Although I've had a lot of problems.. I'm working on them one at a time.
    Most of the default icons are not showing anymore. My Nautilus looks like this:
    Some of the applications icons do still exist.
    If I create a new user and log in, the icons are all fine. But I cannot figure out how to bring back icons on my own user account.
    I tried running the command on http://askubuntu.com/questions/56313/ho … e-defaults, which set my favourites and wallpaper back to default. Icons still aren't fixed.
    I tried running gtk-update-icon-cache on my icons folder. Tried running xdg-user-dirs-update. Tried sudo pacman -S $(pacman -Ssq gnome-icon-theme). Tried running /usr/bin/gdk-pixbuf-query-loaders --update-cache and tried reinstalling librsvg. None of these have helped.
    Thanks.
    Last edited by themusicalduck (2013-10-08 01:07:05)

    Not solved for me I'm afraid. I'm running Openbox + Tint2 setup, with quite a few Gnome applications. I use the Oxygen icon theme.
    Since the upgrade to the Gnome 3.10 packages, my GTK3 applications have missing icons which only reappear if I choose the GNOME icon theme using lxappearance, which modifies ~/.config/gtk-3.0/settings.ini. Here's my normal settings.ini:
    [Settings]
    gtk-theme-name=Clearlooks-Phenix
    gtk-icon-theme-name=oxygen
    gtk-font-name=Arimo 9
    gtk-cursor-theme-name=aero-drop
    gtk-cursor-theme-size=0
    gtk-toolbar-style=GTK_TOOLBAR_BOTH_HORIZ
    gtk-toolbar-icon-size=GTK_ICON_SIZE_MENU
    gtk-button-images=1
    gtk-menu-images=1
    gtk-enable-event-sounds=1
    gtk-enable-input-feedback-sounds=1
    gtk-xft-antialias=1
    gtk-xft-hinting=1
    gtk-xft-hintstyle=hintfull
    gtk-xft-rgba=rgb
    When 'gtk-icon-theme-name=gnome' is used instead, the icons display in GTK3 applications.
    Any ideas please how I can get the Oxygen theme to play nicely with Gnome 3.10 applications?

  • [SOLVED] [GNOME 3.8] Nautilus not drawing background

    If I check "have file manager handle the desktop" then I lose my background image and get a white screen instead.
    Right clicking the screen and going to the wallpaper settings shows my wallpaper as being there, and being the right one. But the background is, of course, white.
    Changing the shell theme to default doesn't help. What to do?
    Last edited by dontbugme (2013-04-26 20:56:12)

    dcarros wrote:
    I have read this and the thread referenced below. This is NOT solved and I believe the problem is NOT properly diagnosed. My problem was identical to the symptoms described. With select background images (using various themes) the background was a blank white (in my case). The default themes worked fine regardless of background. However, I noticed that if I turned off Nautilus for painting/controlling the screen my Icons went away and my background came back. Further, If I installed Nemo (which I prefer anyway) the icons returned and any theme displayed the background of my choice correctly. It is unclear whether the problem is Nautilus or the themes compatability with Gnome 3.8 or Gnome 3.8 itself that is the problem. It would be nice to see if others can reproduce my experiences so we can narrow down the culprit(s). I am not confident a trouble ticket is in order yet as I cannot pinpoint the problem.
    I also believe the two threads should be combined so as not to promote further confusion.
    You're probably right about merging threads - but that is upto a TU to do. On the question of whether or not this has been [SOLVED] in this case, yes it has been. The user's gtk+ theme was not compatible with gnome 3.8, there are many themes that are not.
    Now, on the nautilus bit.
    - As i have pointed out in both threads, nautilus no longer paints the wallpaper in 3.8 - it only paints a transparent window, GS paints the wallpaper behind it (which is probably what causes the incompatibility black/white window in gtk+ theme). It's also the reason why when you turn nautilus off, your background returns (because GS handles wallpaper) and nautilus was blocking it by not painting a transparent window.
    - Nemo is based on nautilus *3.6* - in 3.6 nautilus doesn't paint a transparent window -> it paints the background for nautilus/desktop (but note: at this point GS in 3.8 would also be painting wallpaper behind that).
    So there is no confusion here between nautilus and nemo, none at all - one does not handle painting wallpaper (nautilus), while the other one does handle painting dekstop wallpaper (nemo).
    from my perspective, this appears to not be a bug, but rather a given gtk+ theme must be ported to 3.8.
    that being said, if you have a working gtk+ 3.8 theme and nautilus 3.8 (not nemo) painting the desktop correctly - then you could try to switching through a few GS themes, allowing you to rule out GS theming as having any influence. Which would essentially verify that this is a gtk+ theme problem...
    my only problem, is that i have not been able to identify any code in any gtk+ theme that i have that hints at the cause, but it may also be the gtk+ engine that has the bug - this i don't know.

  • [Solved] Gnome-shell text turned to rectangles after botched upgrade

    Hi all,
    I've run into a problem that I just can't solve, so I was wondering if somebody with a lot of expertise could help out. My system has a couple of stability issues; it freezes up every few days, and I have to make a hard reboot (I think it's related to the video card, but I haven't had the funds to go get a better one yet). The last time it froze was during a pacman upgrade, and I had to reboot. At the new boot, after logging in, all of the gnome-shell letters turned to rectangles (see screenshot), and I had a bunch of other errors. I ran another upgrade Sync with pacman and rebooted; that took care of the errors, but the font problems still remained. The interesting thing is that the gdm window has no problems, I can see the icons on the top right just fine, and the date renders perfectly. It's only when I log in when the blocks occur, and they only occur on gnome-shell panel text (and on everything under Activities).
    I have a 32-bit system that's fully migrated to systemd with open source radeon drivers. Here's some output of journalctl for the current boot, with stuff unrelated to the gnome-shell display removed (e.g. NetworkManager, UFW, etc). However, I didn't find any new errors compared to logs from before the upgrade.
    -- Logs begin at Mon, 2012-09-10 23:14:10 PDT, end at Tue, 2012-09-11 18:52:58 PDT. --
    Nov 17 12:26:09 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:10 Whitcomb dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:11 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:11 Whitcomb polkitd[315]: Started polkitd version 0.107
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /etc/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /usr/share/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Finished loading, compiling and executing 2 rules
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Manage, Install and Generate Color Profiles.
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Authorization Manager.
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRB]
    Nov 17 12:26:15 Whitcomb kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Sleep Button [SLPB]
    Nov 17 12:26:15 Whitcomb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRF]
    Nov 17 12:26:15 Whitcomb kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
    Nov 17 12:26:15 Whitcomb kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 17 12:26:15 Whitcomb kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU0 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: parport_pc 00:0b: reported by Plug and Play ACPI
    Nov 17 12:26:15 Whitcomb kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    Nov 17 12:26:15 Whitcomb kernel: agpgart: Detected VIA VT3314 chipset
    Nov 17 12:26:15 Whitcomb kernel: agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    Nov 17 12:26:15 Whitcomb kernel: psmouse serio1: hgpk: ID: 10 00 64
    Nov 17 12:26:15 Whitcomb kernel: ppdev: user-space parallel port driver
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU1 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 17 12:26:15 Whitcomb kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: Broken BIOS detected, avoid_D3 enabled
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: VIA Rhine II at 0x1cc00, 00:19:db:6a:70:49, IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link c1e1
    Nov 17 12:26:15 Whitcomb kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
    Nov 17 12:26:15 Whitcomb kernel: ath5k 0000:00:07.0: registered as 'phy0'
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM regdomain: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM indicates we should expect a direct regpair map
    Nov 17 12:26:15 Whitcomb kernel: ath: Country alpha2 being used: CO
    Nov 17 12:26:15 Whitcomb kernel: ath: Regpair used: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: RF2112B 2GHz radio found (0x46)
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    Nov 17 12:26:15 Whitcomb kernel: snd_via82xx 0000:00:11.5: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: Adding 3903788k swap on /dev/sda2. Priority:-1 extents:1 across:3903788k
    Nov 17 12:26:15 Whitcomb kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Nov 17 12:26:15 Whitcomb kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event4 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event2 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Nov 17 12:26:16 Whitcomb systemd[1]: PID file /run/deluge/deluged.pid not readable (yet?) after start.
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Network Manager.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Reached target Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network Time Service...
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Mount Samba Shares...
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Mount Samba Shares.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Deluge Daemon.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Network Time Service.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Update UTMP about System Runlevel Changes...
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Update UTMP about System Runlevel Changes.
    Nov 17 12:26:17 Whitcomb systemd[1]: Startup finished in 4s 827ms 48us (kernel) + 20s 199ms 872us (userspace) = 25s 26ms 920us.
    Nov 17 12:26:19 Whitcomb kernel: fuse init (API version 7.20)
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounting FUSE Control File System...
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounted FUSE Control File System.
    Nov 17 12:26:19 Whitcomb gdm-simple-slave[311]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 17 12:26:19 Whitcomb kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Accounts Service...
    Nov 17 12:26:20 Whitcomb accounts-daemon[371]: started daemon version 0.6.25
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb systemd[1]: Started Accounts Service.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Console Manager...
    Nov 17 12:26:21 Whitcomb console-kit-daemon[376]: missing action
    Nov 17 12:26:21 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb systemd[1]: Started Console Manager.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: New session 1 of user gdm.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb systemd[1]: Starting Daemon for power management...
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb systemd[1]: Started Daemon for power management.
    Nov 17 12:26:27 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:27 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully called chroot.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully dropped privileges.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully limited resources.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Canary thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Watchdog thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully made thread 523 of process 523 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Supervising 1 threads of 1 processes of 1 users.
    Nov 17 12:26:28 Whitcomb pulseaudio[523]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: [UFW BLOCK] IN=eth0 OUT= MAC=00:19:db:6a:70:49:00:18:74:eb:98:00:08:00 SRC=158.181.47.4 DST=131.215.169.100 LEN=129 TOS=0x00 PREC=0x00 TTL=108 ID=9372 PROTO=UDP SPT=6881 DPT=50753 LEN=109
    Nov 17 12:26:27 Whitcomb systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Nov 17 12:26:28 Whitcomb systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 17 12:26:34 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb systemd[1]: Starting Disk Manager...
    Nov 17 12:26:34 Whitcomb udisksd[566]: udisks daemon version 2.0.0 starting
    Nov 17 12:26:35 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb systemd[1]: Started Disk Manager.
    Nov 17 12:26:35 Whitcomb udisksd[566]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Nov 17 12:26:37 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:1 (system bus name :1.37 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Nov 17 12:26:37 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:26:37 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:06 Whitcomb systemd[1]: Starting File System Check on /dev/sdb1...
    Nov 17 12:27:07 Whitcomb systemd-fsck[582]: /dev/sdb1: clean, 157018/24420352 files, 88519245/97677200 blocks
    Nov 17 12:27:07 Whitcomb systemd[1]: Started File System Check on /dev/sdb1.
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounting /home...
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounted /home.
    Nov 17 12:27:07 Whitcomb kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_unix(gdm-password:session): session opened for user gregory by (unknown)(uid=0)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: New session 2 of user gregory.
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/1001/X11-display.
    Nov 17 12:27:13 Whitcomb gnome-session[443]: WARNING: Detected that screensaver has left the bus
    Nov 17 12:27:13 Whitcomb gnome-session[443]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 17 12:27:13 Whitcomb polkitd[315]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Nov 17 12:27:13 Whitcomb gdm-simple-slave[311]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Successfully made thread 666 of process 666 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Supervising 4 threads of 2 processes of 2 users.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:17 Whitcomb gnome-session[603]: Gtk-WARNING: Failed to parse /home/gregory/.config/gtk-3.0/settings.ini: Key file does not have group 'Settings'
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "gnome-do" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "JRSST" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "tasque" (No such file or directory)
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Successfully made thread 705 of process 705 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Supervising 5 threads of 3 processes of 2 users.
    Nov 17 12:27:19 Whitcomb pulseaudio[705]: [pulseaudio] pid.c: Daemon already running.
    Nov 17 12:27:26 Whitcomb goa[766]: goa-daemon version 3.6.2 starting [main.c:112, main()]
    Nov 17 12:27:26 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb gnome-keyring-daemon[601]: keyring alias directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:27 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:33 Whitcomb systemd-logind[229]: Removed session 1.
    I tried using gnome-tweak tool to fiddle around with the fonts, but that didn't help, none of the fonts would render correctly. Cantarell, which I'm assuming is the gnome-shell font, is still in /etc/fonts/conf.avail, so I don't think that the font file itself went missing. I made the fontconfig update a while ago, and that didn't cause any problems.
    I also heard that there were problems with xorg-server, so I downgraded xorg-server, pixman, and cairo to their previous versions, but that didn't help either. EDIT: I've also done a pacman -Syyf gnome-shell to try and reinstall gnome-shell. That also didn't work.
    I've run out of things to try. If someone else was more familiar with the workings of gnome-shell fonts, or had a better idea of how to debug, I'd really appreciate it. Thank you.
    UPDATE: I found that /etc/fonts/conf.avail/31-cantarell.conf existed, but was empty. After doing a pacman -Syyf cantarell-fonts, they went right back to normal!
    Last edited by cactaur (2012-11-20 00:21:27)

    Problem disappeared.
    I'm not sure, but i think installing xf86-video-modesetting helped to fix this issue.
    I had an error messages in /var/log/Xorg.0.log like this:
    (EE) Failed to load module "modesetting" (module does not exist, 0)

  • [NOT SOLVED] Gnome will not start

    I'm editing this original message by way of summing up so that anyone coming here with a similar problem will know what to expect if they read further:
    I believe the reason Gnome would not start on the machine in question was that it made too many demands on the available hardware (see desm0te's comments below).
    For this reason I decided to switch to LXDE as Desktop Environment which works well on the restricted hardware. I did not investigate the Gnome related problem any further.
    The original message follows:
    After a successful installation of the basic command-line Arch according to the Beginner's Guide, I went on to install Gnome according to instructions in the Wiki.
    I Did not want Gnome to start automatically but only when I type in the command startx.
    This it does, but all I get is the nice blue "curtain" background - no black bar at top of screen with Actions, date , name etc...
    and no cursor.
    One funny thing was - this afternoon while I was concentrating on another machine - the black bar suddenly appeared (apparently for no reason) showing the date and my name but with the X cursor
    from the X11 environment. However as soon as I moved this cursor to the bar and clicked, both dursor and bar disappeared never to return .
    I decided to redirect the stderr of startx to a file in the hope that it would give a clue as to what was wrong.
    X.Org X Server 1.11.4
    Release Date: 2012-01-27
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.2.2-1-ARCH i686
    Current Operating System: Linux pdv 3.2.2-1-ARCH #1 SMP PREEMPT Thu Jan 26 08:28:27 UTC 2012 i686
    Kernel command line: root=/dev/sda1 ro vga=773
    Build Date: 29 January 2012 03:41:53PM
    Current version of pixman: 0.24.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Fri Feb 3 21:13:19 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (EE) Failed to load module "vesa" (module does not exist, 0)
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    [10f] 320 x 200, 70Hz
    [134] 320 x 240, 72Hz
    [144] 400 x 300, 72Hz
    [154] 512 x 384, 70Hz
    [11e] 640 x 400, 70Hz
    [112] 640 x 480, 60Hz, 75Hz, 85Hz, 100Hz, 160Hz
    [115] 800 x 600, 60Hz, 75Hz, 85Hz
    [118] 1024 x 768, 60Hz, 70Hz, 75Hz, 85Hz, 100Hz, 130Hz
    [17b] 1280 x 768, 60Hz
    [16a] 1280 x 960, 60Hz, 85Hz
    [11b] 1280 x 1024, 60Hz, 75Hz, 85Hz, 100Hz
    [13e] 1400 x 1050, 60Hz, 75Hz
    [124] 1600 x 1200, 60Hz
    (gnome-shell:770): Clutter-CRITICAL **: Unable to initialize Clutter: Unable to find suitable fbconfig for the GLX context: Failed to find any compatible fbconfigs
    Window manager error: Unable to initialize Clutter.
    Failed to play sound: File or data not found
    Tracker-Message: Setting up monitor for changes to config file:'/home/dick/.config/tracker/tracker-miner-fs.cf** Message: applet now removed from the notification area
    (nm-applet:789): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:789): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:789): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:789): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    Tracker-Message: Setting up monitor for changes to config file:'/home/dick/.config/tracker/tracker-store.cfg'
    (tracker-store:791): Tracker-CRITICAL **: D-Bus service name:'org.freedesktop.Tracker1' is already taken, perhaps the daemon is already running?
    (tracker-miner-fs:788): Tracker-CRITICAL **: Empty locale file found at '/home/dick/.cache/tracker/miner-applications-locale.txt'
    (gnome-settings-daemon:668): color-plugin-WARNING **: failed to get edid: unable to get EDID for output
    (tracker-miner-fs:788): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/brasero-nautilus.desktop': 'Desktop file doesn't contain type'
    (tracker-miner-fs:788): Tracker-CRITICAL **: Empty locale file found at '/home/dick/.cache/tracker/miner-applications-locale.txt'
    xinit: connection to X server lost
    waiting for X server to shut down gnome-session[655]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    Server terminated successfully (0). Closing log file.
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GLib-GIO-CRITICAL **: Error while sending AddMatch() message: The connection is closed
    (tracker-miner-fs:788): GVFS-RemoteVolumeMonitor-WARNING **: cannot remove match rule 'type='signal',interface='org.gtk.Private.RemoteVolumeMonitor',sender='org.gtk.Private.GduVolumeMonitor',': org.freedesktop.DBus.Error.NoReply: 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.
    (tracker-miner-fs:788): GVFS-RemoteVolumeMonitor-WARNING **: cannot remove match rule 'type='signal',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.gtk.Private.GduVolumeMonitor'': org.freedesktop.DBus.Error.Disconnected: Connection is closed
    xinit: unexpected signal 2
    If this gives clues could someone please point me in the right direction? Are the two EE messages significant (Failed to load modules "vesa" and "fbdev"). What is Clutter*? What should I do to get it initialized?
    Thanks for any help.
    Dick Summerfield (aka Battus).
    * Sorry about that - it's an open source graphics library for creating hardware-accelerated user interfaces - but am I any the wiser for that
    Last edited by Battus (2012-02-21 19:48:23)

    desm0tes:
    To take your points one by one:
    1. I am now quite happy with LXDE too. The problems I mentioned last night seem to have gone (???!!!) and I can just start LXDE from my user account. Maybe later, I'll realize what I was doing wrong or rather what I did to make it work... . Now I just type:
    startx
    having put:
    exec ck-launch-session startlxde
    in .xinitrc.
    2. Thanks for the tip about yaourt. I shall try that sooner or later.
    3. Well as I said - I don't understand what I was doing wrong -  which makes me feel a bit stupid and is rather annoying but looking on the bright side it's fine to be able to start-up, have a legible screen and logout successfully - which I couln't do before. I now have to figure out how to expand the contents of LXDE a bit but that's the fun of it!
    LXDE starts up nicely with minimal possibilties but I can change look & feel and customize the panel settings.
    "Menu" contains:
        Accessories:
            File Manager
            Image Viewer
            LXTerminal
            Leafpad
            Xarchiver
        Internet:
            Avahi SSH Server Browser
            Avahi VNC Server Browser
        Office:
            ePDFViewer
        System Tools:
            Avahi Zerconf Browser
            Task Manager
        Preferences:
            Customize Look and Feel
            Monitor Settings
            OPenbox Configuration Maanger
            Preferred Applications
        Run
        Logout
    All of these start up OK and work, on cursory examination, except the Avahi Browsers which I don't understand and which appear to do nothing as no window appears on screen.
    4. I'm not quite sure I can yet see the use of a login manager such as SLiM, since I seem to get on quite nicely without it but since I've heard it mentioned a lot I'm sure I'm just missing the point.
    Dick Summerfield (aka Battus)
    Last edited by Battus (2012-02-06 19:56:30)

  • [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.

  • [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 == The Green Screen of Death

    Greetings,
    Trying to load GNOME 3 seems to result constantly in nothing but a bright green screen and mouse, despite anything else I've tried. Nothing else loads. I have to change tty to do anything else. Doing so, I executed htop and saw that only 2% of my CPU was being used, and the only thing from GNOME3 that was running was GDM.
    These are the steps I have taken before posting in here....
    1.) I followed the steps in the wiki for upgrading to GNOME3. Testing repo is the first repo.
    ----- That brought me into fallback mode but was missing many things. Upon investigation I saw that I had never fully installed GNOME 2 to begin with, that I only had XFCE and GNOME stuff that were brought in as dependecies to some other programs I had installed. So.....
    2.) pacman -Rcns gnome followed by following the Wiki for installing from scratch.
    ----- Got the correct GDM (takes a while to load it), but only get the green screen with mouse cursor.
    3.) Thinks and searches, "Hey I need pulseaudio... maybe that is why it isn't working." So I follow the wiki on installing pulseaudio.
    ----- Still, green screen
    4.) Maybe, just maybe, it doesn't like the nouvela driver? So I change to nvidia.
    ----- Still, green screen
    5.) Try another pacman -Syu.
    ----- Nothing new related to gnome 3 updates. Still green screen.
    6.) Search frantically on google for anything related to GNOME 3 not loading or showing a green screen. Searched here as well.
    ----- Found nothing. Still has a freaking green screen upon reboot of system (thankfully I have laptop here to use while trying to figure this out but damn, I am getting aggravated by this frustrating issue).
    EDIT: Just in case it is relevant, I am using the inittab method of loading GDM.
    EDIT 2: Forgot to add, I also removed all old instances of gconf and gconfd and such in an attempt to solve the green screen.
    Defeated, I come here. Does anyone have any advise, suggestions, etc or does this spell the end of GNOME 3 on my computer?
    Last edited by mythus (2011-04-08 15:00:17)

    Greetings,
    I have solved this issue. The conflict was with firefox4-beta-opensuse. I replaced it with firefox from the official repositories, and *poof*, I am now in Gnome3 with Gnome shell.
    LOL, yeah I tried those things which is what led me to the answer. Actually, it was the lack of libmozjs.so anywhere on my system combined with a google search indicating that it was supposed to be in xulrunner, yet it wasn't. That is what led me to re-uploading firefox completely so that I could do away with the beta xulrunner.
    Did you still need that pacman -Qm list? I am going to assume no since it is solved, but who knows, you may have seen something else in my pastebin report as well. Anyways thanks!

  • [solved] Gnome 3 crashes on startup

    Hi everyone,
    since the two days now a strange error prevents gnome 3 from starting up. It loads, shows my background and the mouse and then crashes.
    The errors I found in everything.log are:
    Jul 5 14:08:17 localhost kernel: [ 4253.531778] show_signal_msg: 64 callbacks suppressed
    Jul 5 14:08:17 localhost kernel: [ 4253.531782] gnome-keyring-p[24898]: segfault at 7f59b950a348 ip 00007f597bfb5d86 sp 00007fff0790f1b8 error 4 in libc-2.14.so[7f597bf3b000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4253.860113] gnome-keyring-p[24915]: segfault at 7fce893cb348 ip 00007fce4be76d86 sp 00007fff0add1188 error 4 in libc-2.14.so[7fce4bdfc000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4253.933569] gnome-shell[24829]: segfault at 7fe97c606348 ip 00007fe958bdcd86 sp 00007fff39a0b378 error 4 in libc-2.14.so[7fe958b62000+157000]
    Jul 5 14:08:18 localhost gnome-session[24764]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Jul 5 14:08:18 localhost kernel: [ 4254.238362] dropbox[24840]: segfault at 7fd23bf1c348 ip 00007fd2096e8d86 sp 00007fff7411c8c8 error 4 in libc-2.14.so[7fd20966e000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4254.819621] gnome-shell[24945]: segfault at 7fc5e29c2348 ip 00007fc5bfcd2d86 sp 00007fff77a6ddd8 error 4 in libc-2.14.so[7fc5bfc58000+157000]
    Jul 5 14:08:19 localhost gnome-session[24764]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    I start gnome 3 via .xinitrc "exec ck-launch-session gnome-session". Removing gnome-shell completely doesn't work either (gnome-panel segfaults and results in the same behaviour).
    X.org, however, works (writing this from xfce )
    I already tried re-installing gnome-shell and glibc. The last updated before this happened were
    [2011-07-03 22:13] starting full system upgrade
    [2011-07-03 22:16] upgraded sqlite3 (3.7.6.3-1 -> 3.7.7.1-1)
    [2011-07-03 22:16] upgraded libwebkit3 (1.4.1-1 -> 1.4.2-1)
    [2011-07-03 22:16] upgraded epiphany (3.0.2-2 -> 3.0.4-1)
    [2011-07-03 22:16] upgraded gtksourceview3 (3.0.4-1 -> 3.0.5-1)
    [2011-07-03 22:16] upgraded gedit (3.0.5-1 -> 3.0.6-1)
    [2011-07-03 22:16] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-07-03 22:16] upgraded lib32-v4l-utils (0.8.3-1 -> 0.8.4-1)
    [2011-07-03 22:16] upgraded libreoffice (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-de (3.4.0-1 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-ct2n (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-diagram (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-nlpsolver (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-numbertext (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-pdfimport (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-presentation-minimizer (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-presenter-screen (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-typo (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-validator (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libwebkit (1.4.1-1 -> 1.4.2-1)
    [2011-07-03 22:16] upgraded miro (4.0.1.1-2 -> 4.0.2-1)
    [2011-07-03 22:16] upgraded udisks (1.0.3-3 -> 1.0.3-4)
    But they don't seem related to me...
    I'm running x86-64 and was working since a while now without problems with gnome 3 (and actually liked it).
    Does anyone have a similar behavior or any clues what to do?
    Greetings
    /Titiwu
    Update: Seems like some recent update solved the issue. Everything works fine again
    Last edited by Titiwu (2011-07-08 13:25:58)

    Hi everyone,
    since the two days now a strange error prevents gnome 3 from starting up. It loads, shows my background and the mouse and then crashes.
    The errors I found in everything.log are:
    Jul 5 14:08:17 localhost kernel: [ 4253.531778] show_signal_msg: 64 callbacks suppressed
    Jul 5 14:08:17 localhost kernel: [ 4253.531782] gnome-keyring-p[24898]: segfault at 7f59b950a348 ip 00007f597bfb5d86 sp 00007fff0790f1b8 error 4 in libc-2.14.so[7f597bf3b000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4253.860113] gnome-keyring-p[24915]: segfault at 7fce893cb348 ip 00007fce4be76d86 sp 00007fff0add1188 error 4 in libc-2.14.so[7fce4bdfc000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4253.933569] gnome-shell[24829]: segfault at 7fe97c606348 ip 00007fe958bdcd86 sp 00007fff39a0b378 error 4 in libc-2.14.so[7fe958b62000+157000]
    Jul 5 14:08:18 localhost gnome-session[24764]: WARNING: Application 'gnome-shell.desktop' killed by signal
    Jul 5 14:08:18 localhost kernel: [ 4254.238362] dropbox[24840]: segfault at 7fd23bf1c348 ip 00007fd2096e8d86 sp 00007fff7411c8c8 error 4 in libc-2.14.so[7fd20966e000+157000]
    Jul 5 14:08:18 localhost kernel: [ 4254.819621] gnome-shell[24945]: segfault at 7fc5e29c2348 ip 00007fc5bfcd2d86 sp 00007fff77a6ddd8 error 4 in libc-2.14.so[7fc5bfc58000+157000]
    Jul 5 14:08:19 localhost gnome-session[24764]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    I start gnome 3 via .xinitrc "exec ck-launch-session gnome-session". Removing gnome-shell completely doesn't work either (gnome-panel segfaults and results in the same behaviour).
    X.org, however, works (writing this from xfce )
    I already tried re-installing gnome-shell and glibc. The last updated before this happened were
    [2011-07-03 22:13] starting full system upgrade
    [2011-07-03 22:16] upgraded sqlite3 (3.7.6.3-1 -> 3.7.7.1-1)
    [2011-07-03 22:16] upgraded libwebkit3 (1.4.1-1 -> 1.4.2-1)
    [2011-07-03 22:16] upgraded epiphany (3.0.2-2 -> 3.0.4-1)
    [2011-07-03 22:16] upgraded gtksourceview3 (3.0.4-1 -> 3.0.5-1)
    [2011-07-03 22:16] upgraded gedit (3.0.5-1 -> 3.0.6-1)
    [2011-07-03 22:16] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-07-03 22:16] upgraded lib32-v4l-utils (0.8.3-1 -> 0.8.4-1)
    [2011-07-03 22:16] upgraded libreoffice (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-de (3.4.0-1 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-ct2n (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-diagram (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-nlpsolver (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-numbertext (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-pdfimport (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-presentation-minimizer (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-presenter-screen (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-typo (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libreoffice-extension-validator (3.4.0-2 -> 3.4.1-1)
    [2011-07-03 22:16] upgraded libwebkit (1.4.1-1 -> 1.4.2-1)
    [2011-07-03 22:16] upgraded miro (4.0.1.1-2 -> 4.0.2-1)
    [2011-07-03 22:16] upgraded udisks (1.0.3-3 -> 1.0.3-4)
    But they don't seem related to me...
    I'm running x86-64 and was working since a while now without problems with gnome 3 (and actually liked it).
    Does anyone have a similar behavior or any clues what to do?
    Greetings
    /Titiwu
    Update: Seems like some recent update solved the issue. Everything works fine again
    Last edited by Titiwu (2011-07-08 13:25:58)

  • [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.

  • [SOLVED][Gnome 3.6] notification / notify bug - ONLY icons are shown

    Hi,
    since the upgrade from gnome 3.4 to 3.6, the notify notifications at the bottom only show the icon associated to the notification, and nothing else (the background/text just my browser showing some text from an arch wiki site...) :
    The screenshot shows the USB icon that pops up when I plug-in a USB device. All the text, background and the frame is missing, only the icon is shown. Typing
    notify-send 'Hello world!' 'This is an example notification.' --icon=dialog-information
    in the shell also only shows the icon (a bulb) and nothing else. I don't know if this could be related, but I have the infinality patched truetype rendering library installed. However, infinality was already in use when running gnome 3.4...
    Last edited by epinephrine (2012-11-09 20:22:42)

    epinephrine wrote:I narrowed the problem down to the User Themes Gnome Shell Extension. I use the zukitwo theme. When it's disabled, notifications work normally. Seems that this theme needs to be updated...
    Hi epinephrine, thanks for your post. I thought that Gnome 3.6 had some kind of weird new notification system I hadn't figured out yet, but it turned out to be the Atolm shell theme I was using. Would you please mark this as "solved" so anyone searching for this will see it?

  • [SOLVED] Gnome 3 - Audio gets loud for a while after changing volume

    I'm running gnome 3.4.2 (info from gnome-session --version), running pulse audio.
    Every time I increase or decrease volume music gets really loud for a few milliseconds and then it gets back to be "quiet".
    The only "hint" what to do with this I found was to turn off alert sound (already done), but it doesn't work. And this is really getting annoying.
    I have now idea what info is relevant for solving this problem so please just ask and I add more.
    BTW: I have a feeling that whole system is "quiet" (I'm running almost all the time at 90-95% of max volume).
    Last edited by vyktor (2012-10-10 13:20:48)

    vyktor wrote:Weird, VLC works just fine, but MPD and youtube (via chrome) is crazy.
    Do you have pulseaudio-alsa installed?

  • [SOLVED]Gnome 3 / Nautilus removable devices doesn't automount anymore

    I use Gnome3 with gnome-shell and openbox. Recently on nautilus my other partitions and removable devices does not show up. I can see the partitions on the terminal and mount them manually but i need to fix this. Please help.
    Last edited by kanine5 (2011-07-29 09:18:38)

    kanine5 wrote:This issue was solved by https://bbs.archlinux.org/viewtopic.php … 78#p966878 , seems it was a polkit-gnome-authentication-agent-1 issue.
    if he is having this issue in Gnome-Shell specifically, then it's not the same issue. *Gnome-Shell uses it's own internal version of polkit's agent* ~ as discussed in that thread.. If he is using gnome-fallback (with openbox?), then that is where the polkit-authentification-agent-1 issue applies.
    I started the thread you are referring to above,
    cheerz
    Last edited by triplesquarednine (2011-07-29 16:47:46)

Maybe you are looking for

  • Safari and Facebook

    Anyone else having issues with Facebook chat when using Safari? I keep getting an error message that i have to click "ok" for before being able to respond to the message. And sometimes it freezes up...I'm tempted to just switch back to Mozilla...this

  • Accessing photos outside of iPhoto 08

    I'm having trouble accessing my photos from anything except iPhoto. When I upload them from my camera using iPhoto, I let iPhoto determine the file structure. In the previous version, I could click in iPhoto Library through the finder and browse dire

  • How do I turn a DVD into a QT movie?

    I'm trying to import several DVD's into an iMovie of a friends memorial. (The originals were played on a tv screen but of course the videotaped version of the screen was barely readable.) I've asked in the Quick Time forum how to get the QT movie int

  • Function Module to Retrieve Characteristic Value

    Hi, Is there any function module to retrieve the characteristic value of a sales order item (in the item batch determination button)? Thanks, Mawi

  • Why is the "capturing" phase so named?

    I believe I've got a reasonable understanding of the Flex event flow but I don't understand why the capturing phase is so named. Perhaps it is so named because during the capturing phase an event can be stopped--captured--before it reaches its target