GDM update

Hey there.
Since the update to the new Gnome and GDM, i am unable to type '@' or any other character that i used to
type using the alt gr key. The old GDM, had a toolbar in the bottom in which i could select keymap, DE, and language
(i think =P), the new one doesn't have one, and i don't know how to fix this. Anyone else had this problem?
My Keyboard is portuguese, if that matters.
Cheers.

Ramses de Norre wrote:
For some reason the keymap selector is gone, very annoying!
You can work around this bug/feature by setting the keymap in /etc/X11/xorg.conf.d/10-evdev.conf like this:
Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
        Option "XkbLayout" "be"
EndSection
Make sure to pick the keyboard catchall section.
I'm actually glad gdm finally picks up on that. It didn't in the past.

Similar Messages

  • GDM update: directory permissions differ on /var/log/gdm/

    Hello,
    Running Arch 64Bits kernel 3.9.9-1 with systemd and i got the following warning during a gdm update today:
    (1/6) upgrading libgdm [######################] 100%
    (2/6) upgrading gdm [######################] 100%
    warning: directory permissions differ on /var/log/gdm/
    filesystem: 711 package: 1770
    Why would gdm need some 1770 permissions for log files? Looks pretty suspicious to me, especially the sticky bit thing. What did i miss?
    PS: BTW the update is successful (it's a warning afterall, not an error)
    Thanks
    EDIT:
    Looks like the opposite situation than 3 years ago:
    https://bbs.archlinux.org/viewtopic.php?id=94681
    https://bugs.archlinux.org/task/19294
    EDIT2: here's what i have in /var/log:
    msytux666 var # ls -la
    total 64
    drwxr-xr-x 14 root root 4096 Jul 6 15:34 .
    drwxr-xr-x 20 root root 4096 Jul 16 20:24 ..
    -rwxrwxrwx 1 root root 4192 Jun 19 11:27 .com.zerog.registry.xml
    drwxr-xr-x 7 root root 4096 Jul 7 00:07 abs
    drwxr-xr-x 8 root root 4096 Jun 16 17:28 cache
    drwxr-xr-x 3 root root 4096 Jun 17 19:07 db
    drwxr-xr-x 2 root root 4096 May 31 20:40 empty
    drwxrwxr-x 2 root games 4096 May 31 20:40 games
    drwx--x--x 2 gdm gdm 4096 Jun 15 14:23 gdm
    drwxr-xr-x 26 root root 4096 Jul 16 01:13 lib
    drwxr-xr-x 2 root root 4096 May 31 20:40 local
    lrwxrwxrwx 1 root root 11 May 31 20:40 lock -> ../run/lock
    drwxr-xr-x 6 root root 4096 Jul 18 00:33 log
    lrwxrwxrwx 1 root root 10 May 31 20:40 mail -> spool/mail
    drwxr-xr-x 2 root root 4096 May 31 20:40 opt
    lrwxrwxrwx 1 root root 6 May 31 20:40 run -> ../run
    drwxr-xr-x 6 root root 4096 Jun 16 17:28 spool
    drwxrwxrwt 8 root root 4096 Jul 18 00:33 tmp
    gdm is owned by gdm, so why would it needs 1770 permissions?
    EDIT3:
    After further research i appear the way gdm is installed may matter.
    Well i installed gdm through pacman and always update it with pacman as well. Never manually compiled/make_install'd it nor used abs for it.
    Last edited by BGK (2013-07-19 21:37:13)

    Okay I'm confused ...
    Commit:https://projects.archlinux.org/svntogit … 92c38d536d
    @@ -68,8 +68,7 @@ package_gdm() {
    cd $pkgbase-$pkgver
    make DESTDIR="$pkgdir" install
    - chmod 1770 "$pkgdir/var/log/gdm"
    - chmod 700 "$pkgdir/var/lib/gdm/.config/dconf"
    + chmod 711 "$pkgdir/var/log/gdm"
    rm -r "$pkgdir/var/run" "$pkgdir/var/gdm"
    ### Split libgdm
    so that takes away the 1770 permissions, and replaces them with 711. 
    @@ -5,6 +5,7 @@ post_install() {
    getent passwd gdm > /dev/null 2>&1 || usr/sbin/useradd -c 'Gnome Display Manager' -u 120 -g gdm -d /var/lib/gdm -s /sbin/nologin gdm
    passwd -l gdm > /dev/null
    chown -R gdm:gdm /var/lib/gdm > /dev/null
    + chown root:gdm /var/log/gdm > /dev/null
    glib-compile-schemas /usr/share/glib-2.0/schemas
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
    however:
    chown root:gdm /var/log/gdm > /dev/null
    .. is where I get confused.  This command makes root and the group gdm the new owners of /var/log/gdm, or did I go wrong somewhere?

  • Gdm and cinnamon session

    I don't think the wiki mentioned this but changing the default gdm session is done in
    /var/lib/AccountsService/users/your_user_name
    and not in ~/.dmrc as the wiki says.
    Should the wiki be updated or an I missing something here?
    edit:
    Actually, I must be missing something because that file is not even accessible to regular users
    Last edited by drobole (2012-12-15 16:35:22)

    drobole wrote:
    Should the wiki be updated or an I missing something here?
    edit:
    Actually, I must be missing something because that file is not even accessible to regular users
    If you are saying your ~/.dmrc is being ignored (?) you might want to check your permissions (should be 644 for ~/.dmrc) ...
    AFAIK /var/lib/Account... is where gdm itself records the last used session and any manual edit would get overwritten by gdm (or gdm update) were you to use an alternate session at anytime.

  • GDM forgets last session

    Hi,
    on one of my two Arch installations (which have a very similar setup), I encounter a problem with GDM. Sometimes after booting the system, GDM does not remember that Cinnamon is my default session and starts Gnome3 instead. When I logout, start Cinnamon, and logout again, the session is correctly selected in GDM.
    The file /var/lib/AccountsService/users/myusername gets correctly updated. Using .dmrc to set a default session does not work, GDM seems to ignore this file.
    Does anyone know what causes this?

    drobole wrote:
    Should the wiki be updated or an I missing something here?
    edit:
    Actually, I must be missing something because that file is not even accessible to regular users
    If you are saying your ~/.dmrc is being ignored (?) you might want to check your permissions (should be 644 for ~/.dmrc) ...
    AFAIK /var/lib/Account... is where gdm itself records the last used session and any manual edit would get overwritten by gdm (or gdm update) were you to use an alternate session at anytime.

  • GDM nVidia SecondLife & Gaming (openGL)

    My X server is constantly freezing when using openGL apps, noticeabley the SecondLife client viewer (Kokua 64bit) and openGL games (Serious Sam, Half-Life etc).
    As an experiment today I disabled GDM and installed LightDM ... so far no freezes.
    I would prefer to stay with GDM as I use the Gnome desktop: is anyone else having issues with X freezing with nVidia driver v352.09 and GDM, for me it seems to come and go with each GDM update.
    Any thoughts anyone?

    Check the nVidia README specifically the section on MetaModes.
    I use:
    Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1680+0; DFP-0: 1680x1050 +0+0, DFP-1: NULL"
    I have dual 1680 x 1050 monitors and this allows me to set the resolution in game to 1680x1050 and it appears on my main display only. Works fine in all games I have tested. Really only use QuakeLive these days.

  • Gnome 2.28 GDM Keyboard layout

    Hello,
    A few months ago I installed Arch + Gnome 2.26 and never had problems since then until I upgraded to Gnome 2.28. Now with the rewritten GDM the keyboard layout (for entering the username because I don't like select-your-user-from-the-list-thingies) is set to USA (qwerty) while the rest of my system is completely BE (standard, no variant) layout. Before the upgrade also GDM was 100% BE, but now the username is USA and when I want to enter the password it changes immediately to BE (because in the panel down I chose BE). Is there a way to also make the username respond to the BE layout?
    ==> What works in BE?
    TTY's
    password prompt of GDM
    gnome session
    terminals
    ==> What works not in BE and responds to USA layout?
    GDM username prompt
    How weird is that? My system is setup as described in the beginners guide (keyboard layout in 10-osvendor.fdi file + hal + evdev) which was system-wide until the update.
    I looked around and found some similar threads, but only complaining about keyboard variants, which is not my issue. Also on the Gnome forums, there is no-one with this problem. I checked all config files and XML files related to GDM I could found, but nothing helped.
    I noticed that with the Ubuntu Karmic Beta live CD, upon entering the keyboard layout from the boot screen, everything was BE as I want it to be. It proves to me it's all possible, but I can't find how.
    Any help would be appreciated!

    killajoe wrote:
    /etc/gdm/custom.conf is the file to configure gdm:
    http://library.gnome.org/admin/gdm/2.28 … on.html.en
    there is no gui but for what we need a gui for that?
    That's very interesting, thanks for the link. Sure, it's possible that way, but a few weeks ago there still was a GUI for it and now everything has to be done manually again. That sounds very much like a regression to me Anyway, that's not really the point. GDM documentation pages tell us that the system keyboard layout is used to login and that every user logging in can choose their preferred session. However, our system languages (which are different than USA) are not detected correctly and there is no option to override this in custom.conf.
    /apps/gdm/simple-greeter/recent-languages
        [] (string list)
        Set to a list of languages to be shown by default in the login window. Default value is "[]". With the default setting only the system default language is shown and the option "Other..." which pops-up a dialog box showing a full list of available languages which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any languages selected in this configuration key, and will show them in the language combo box along with the "Other..." choice. This way, commonly selected languages are easier to select.
    /apps/gdm/simple-greeter/recent-layouts
        [] (string list)
        Set to a list of keyboard layouts to be shown by default in the login panel. Default value is "[]". With the default setting only the system default keyboard layout is shown and the option "Other..." which pops-up a dialog box showing a full list of available keyboard layouts which the user can select.
        Users are not intended to change this setting by hand. Instead GDM keeps track of any keyboard layouts selected in this configuration key, and will show them in the keyboard layout combo box along with the "Other..." choice. This way, commonly selected keyboard layouts are easier to select.
    Has someone the answer to the questions I asked earlier:
    1. Will I still be able to update gdm via pacman -Syu after rebuilding gdm with this patch?
    2. And will there come an official Arch GDM update with this patch to solve the problem or is the only way to get it solved dealing with the patch now?
    Last edited by ulukai (2009-10-17 15:28:35)

  • Strange but anoying bug!

    hi ppl it seems for mr that when i log in trow gdm it doenst load my color background...i have everything on black..but still it remaisn blue..can anyone have any ideias how to change this? since last gdm update that this is like this

    There's also qingy, wdm.

  • [Solved] Update gnome results to hang in gdm

    I guess this what happens when waiting a long time to update. This laptop has arch and linux mint dual booting. Arch is running on gnome and i think the last time I used it was 2 weeks ago (or more). It boots fine from grub but hangs upon reaching gdm. Keys dont work nor the touchpad. I have to remove the battery to restart it. This is my second laptop running arch. I got used to the other one running kde then I realize have to update the gnome laptop. Please help.
    This is error log.
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:21:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:41:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:01:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:06:18 bibs-msiCX500DX-arch NetworkManager[1806]: <info> kernel firmware directory '/lib/firmware' changed
    Feb 5 19:06:26 bibs-msiCX500DX-arch modprobe: FATAL: Could not load /lib/modules/2.6.36-ARCH/modules.dep: No such file or directory
    Feb 5 19:07:00 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:21:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:34:56 bibs-msiCX500DX-arch shutdown[24940]: shutting down for system reboot
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: client 1871[0:0] has disconnected
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: client connected from 24961[0:0]
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: 1 client rule loaded
    Feb 5 19:34:58 bibs-msiCX500DX-arch kernel: Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    Feb 5 19:34:58 bibs-msiCX500DX-arch init: Switching to runlevel: 6
    Feb 5 19:34:59 bibs-msiCX500DX-arch acpid: exiting
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> caught signal 15, shutting down normally.
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> (wlan0): now unmanaged
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> (wlan0): device state change: 2 -> 1 (reason 36)
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> exiting (success)
    Feb 5 19:34:59 bibs-msiCX500DX-arch laptop-mode: Laptop mode
    Feb 5 19:34:59 bibs-msiCX500DX-arch laptop-mode: disabled, not active
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuset
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpu
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Linux version 2.6.37-ARCH (tobias@T-POWA-LX) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-provided physical RAM map:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: DMI present.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: last_pfn = 0x7ffb0 max_arch_pfn = 0x100000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: found SMP MP-table at [c00ff780] ff780
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Scanning 0 areas for low memory corruption
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: init_memory_mapping: 0000000000000000-00000000377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: RAMDISK: 37e59000 - 37ff0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Allocated new RAMDISK: 37667000 - 377fd7d2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Move RAMDISK from 0000000037e59000 - 0000000037fef7d1 to 37667000 - 377fd7d1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: RSDP 000f9dc0 00014 (v00 MSI_NB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: RSDT 7ffb0000 00048 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: FACP 7ffb0200 00084 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: DSDT 7ffb0670 057BD (v01 MSI_NB 00000000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: FACS 7ffbe000 00040
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: APIC 7ffb0390 0006C (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: MCFG 7ffb0400 0003C (v01 MSI_NB OEMMCFG 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SLIC 7ffb0440 00176 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: WDRT 7ffb05c0 00047 (v01 MSI_NB OEMWDRT 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: ECDT 7ffb0610 00054 (v01 MSI_NB OEMECDT 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: OEMB 7ffbe040 00072 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: HPET 7ffb5e30 00038 (v01 MSI_NB OEMHPET 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe9f0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 1159MB HIGHMEM available.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 887MB LOWMEM available.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mapped low ram: 0 - 377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: low ram: 0 - 377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Zone PFN ranges:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: DMA 0x00000010 -> 0x00001000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Normal 0x00001000 -> 0x000377fe
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HighMem 0x000377fe -> 0x0007ffb0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Movable zone start PFN for each node
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: early_node_map[2] active PFN ranges
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 0: 0x00000010 -> 0x0000009f
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 0: 0x00000100 -> 0x0007ffb0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using APIC driver default
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PM-Timer IO Port: 0x808
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using ACPI (MADT) for SMP configuration information
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: HPET id: 0x10398201 base: 0xfed00000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Booting paravirtualized kernel on bare hardware
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PERCPU: Embedded 12 pages/cpu @f6000000 s27264 r0 d21888 u1048576
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519999
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing CPU#0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: allocated 10483840 bytes of page_cgroup
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing HighMem for node 0 (000377fe:0007ffb0)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Memory: 2061288k/2096832k available (3163k kernel code, 35092k reserved, 1238k data, 424k init, 1187528k highmem)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: virtual kernel memory layout:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .init : 0xc144d000 - 0xc14b7000 ( 424 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .data : 0xc1316d40 - 0xc144c560 (1238 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .text : 0xc1000000 - 0xc1316d40 (3163 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Preemptable hierarchical RCU implementation.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: RCU-based detection of stalled CPUs is disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Verbose stalled-CPUs detection is disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NR_IRQS:512
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Console: colour VGA+ 80x25
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: console [tty0] enabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Fast TSC calibration using PIT
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Detected 2200.104 MHz processor.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.55 BogoMIPS (lpj=7333680)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pid_max: default: 32768 minimum: 301
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Security Framework initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Mount-cache hash table entries: 512
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys ns
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuacct
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys memory
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys devices
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys freezer
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys net_cls
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys blkio
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU: Physical Processor ID: 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU: Processor Core ID: 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mce: CPU supports 6 MCE banks
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: using mwait in idle threads.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... version: 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... bit width: 40
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... generic registers: 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... value mask: 000000ffffffffff
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... max period: 000000007fffffff
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... fixed-purpose events: 3
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... event mask: 0000000700000003
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Core revision 20101013
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU0: Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20GHz stepping 0a
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Booting Node 0, Processors #1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing CPU#1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Brought up 2 CPUs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Total of 2 processors activated (8803.95 BogoMIPS).
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: devtmpfs: initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 16
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: bus type pci registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: not using MMCONFIG
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using configuration type 1 for base access
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: bio: create slab <bio-0> at 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: EC description table is found, configuring boot EC
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe190 00225 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00225 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe450 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe0c0 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe3c0 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Interpreter enabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: (supports S0 S3 S4 S5)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using MMCONFIG for extended config space
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: GPE storm detected, transactions will use polling mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: No dock devices found.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 *15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HEST: Table is not found!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vgaarb: loaded
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using ACPI for IRQ routing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: Initializing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: domain hash size = 128
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: unlabeled traffic allowed by default
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Switching to clocksource tsc
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pnp: PnP ACPI init
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: bus type pnp registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pnp: PnP ACPI: found 12 devices
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: ACPI bus type pnp unregistered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0290-0x0297] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0c00-0x0c05] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0d00-0x0d05] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0480-0x048f] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0800-0x087f] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0880-0x08ff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0c00-0x0c7f] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xfff80000-0xffffffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xffee0000-0xffefffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xfed10000-0xfed8ffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x00100000-0x7fffffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0xfec00000-0xffffffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [io disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [mem pref disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [io disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [mem disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [mem pref disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP reno registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Unpacking initramfs...
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Freeing initrd memory: 1628k freed
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: apm: BIOS not found.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Scanning for low memory corruption every 60 seconds
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: audit: initializing netlink socket (disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: type=2000 audit(1296934573.426:1): initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: highmem bounce pool size: 64 pages
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: VFS: Disk quotas dquot_6.5.2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: msgmni has been set to 1709
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler noop registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler deadline registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler cfq registered (default)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:01.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:06.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:07.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ERST: Table is not found!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: isapnp: Scanning for PnP cards...
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: isapnp: No Plug & Play device found
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mice: PS/2 mouse device common for all mice
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: RTC can wake from S4
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc0: alarms up to one year, 114 bytes nvram, hpet irqs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cpuidle: using governor ladder
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cpuidle: using governor menu
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP cubic registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Registering the dns_resolver key type
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using IPI No-Shortcut mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: registered taskstats version 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: setting system clock to 2011-02-05 19:36:14 UTC (1296934574)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initalizing network drop monitor service
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Freeing unused kernel memory: 424k freed
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: udev[37]: starting version 165
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SCSI subsystem initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi0 : pata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi1 : pata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfff0 irq 14
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfff8 irq 15
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pata_acpi 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pata_acpi 0000:00:05.0: PCI INT A disabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: version 1.0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi2 : sata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi3 : sata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3: PATA max UDMA/133 cmd 0xd800 ctl 0xd400 bmdma 0xc800 irq 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4: PATA max UDMA/133 cmd 0xd000 ctl 0xcc00 bmdma 0xc808 irq 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: ATA-8: WDC WD2500BEVT-22A23T0, 01.01A01, max UDMA/133
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: configured for UDMA/133
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEVT-2 01.0 PQ: 0 ANSI: 5
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4.00: ATAPI: HL-DT-STDVDRAM GT32N, AS00, max UDMA/100
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4.00: configured for UDMA/100
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GT32N AS00 PQ: 0 ANSI: 5
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: udev[486]: starting version 165
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Adding 1951740k swap on /dev/sda5. Priority:-1 extents:1 across:1951740k
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: starting up
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: 4 rules loaded
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: waiting for events: event logging is off
    Feb 5 19:36:24 bibs-msiCX500DX-arch laptop-mode: Laptop mode
    Feb 5 19:36:24 bibs-msiCX500DX-arch laptop-mode: enabled, not active
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> NetworkManager (version 0.8.3) is starting...
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> trying to start the modem manager...
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: ModemManager (version 0.4) starting...
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Option High-Speed
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin SimTech
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Gobi
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin ZTE
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Novatel
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Generic
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Option
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Sierra
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Huawei
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin MotoC
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin AnyData
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Ericsson MBM
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Nokia
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Longcheer
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:36:23 bibs-msiCX500DX-arch init: Entering runlevel: 5
    Feb 5 19:36:26 bibs-msiCX500DX-arch polkitd[1250]: started daemon version 0.99 using authority implementation `local' version `0.99'
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> monitoring kernel firmware directory '/lib/firmware'.
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: keyfile: parsing Auto eth0 ...
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: keyfile: read connection 'Auto eth0'
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WiFi enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WWAN enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Networking is enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> modem-manager is now available
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Trying to start the supplicant...
    Feb 5 19:36:27 bibs-msiCX500DX-arch acpid: client connected from 1297[0:0]
    Feb 5 19:36:27 bibs-msiCX500DX-arch acpid: 1 client rule loaded
    Feb 5 19:36:27 bibs-msiCX500DX-arch kernel: pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf2 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf2 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf7 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf7 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuset
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpu
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Linux version 2.6.37-ARCH (tobias@T-POWA-LX) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-provided physical RAM map:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: DMI present.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: last_pfn = 0x7ffb0 max_arch_pfn = 0x100000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: found SMP MP-table at [c00ff780] ff780
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Scanning 0 areas for low memory corruption
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: init_memory_mapping: 0000000000000000-00000000377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: RAMDISK: 37e59000 - 37ff0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Allocated new RAMDISK: 37667000 - 377fd7d2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Move RAMDISK from 0000000037e59000 - 0000000037fef7d1 to 37667000 - 377fd7d1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: RSDP 000f9dc0 00014 (v00 MSI_NB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: RSDT 7ffb0000 00048 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: FACP 7ffb0200 00084 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: DSDT 7ffb0670 057BD (v01 MSI_NB 00000000 INTL 20051117)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: FACS 7ffbe000 00040
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: APIC 7ffb0390 0006C (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: MCFG 7ffb0400 0003C (v01 MSI_NB OEMMCFG 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: SLIC 7ffb0440 00176 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: WDRT 7ffb05c0 00047 (v01 MSI_NB OEMWDRT 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: ECDT 7ffb0610 00054 (v01 MSI_NB OEMECDT 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: OEMB 7ffbe040 00072 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: HPET 7ffb5e30 00038 (v01 MSI_NB OEMHPET 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe9f0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 1159MB HIGHMEM available.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 887MB LOWMEM available.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: mapped low ram: 0 - 377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: low ram: 0 - 377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Zone PFN ranges:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: DMA 0x00000010 -> 0x00001000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Normal 0x00001000 -> 0x000377fe
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: HighMem 0x000377fe -> 0x0007ffb0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Movable zone start PFN for each node
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: early_node_map[2] active PFN ranges
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 0: 0x00000010 -> 0x0000009f
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 0: 0x00000100 -> 0x0007ffb0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Using APIC driver default
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: PM-Timer IO Port: 0x808
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Using ACPI (MADT) for SMP configuration information
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: HPET id: 0x10398201 base: 0xfed00000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Booting paravirtualized kernel on bare hardware
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PERCPU: Embedded 12 pages/cpu @f6000000 s27264 r0 d21888 u1048576
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519999
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing CPU#0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: allocated 10483840 bytes of page_cgroup
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing HighMem for node 0 (000377fe:0007ffb0)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Memory: 2061288k/2096832k available (3163k kernel code, 35092k reserved, 1238k data, 424k init, 1187528k highmem)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: virtual kernel memory layout:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .init : 0xc144d000 - 0xc14b7000 ( 424 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .data : 0xc1316d40 - 0xc144c560 (1238 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .text : 0xc1000000 - 0xc1316d40 (3163 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Preemptable hierarchical RCU implementation.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: RCU-based detection of stalled CPUs is disabled.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Verbose stalled-CPUs detection is disabled.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NR_IRQS:512
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Console: colour VGA+ 80x25
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: console [tty0] enabled
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Fast TSC calibration using PIT
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Detected 2200.349 MHz processor.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4402.06 BogoMIPS (lpj=7334496)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: pid_max: default: 32768 minimum: 301
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Security Framework initialized
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Mount-cache hash table entries: 512
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys ns
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuacct
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys memory
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys devices
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys freezer
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys net_cls
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys blkio
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU: Physical Processor ID: 0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU: Processor Core ID: 0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: mce: CPU supports 6 MCE banks
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: using mwait in idle threads.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... version: 2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... bit width: 40
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... generic registers: 2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... value mask: 000000ffffffffff
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... max period: 000000007fffffff
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... fixed-purpose events: 3
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... event mask: 0000000700000003
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: Core revision 20101013
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU0: Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20GHz stepping 0a
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Booting Node 0, Processors #1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing CPU#1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Brought up 2 CPUs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Total of 2 processors activated (8804.46 BogoMIPS).
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: devtmpfs: initialized
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 16
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: bus type pci registered
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: not using MMCONFIG
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: P

    Hi there. Below are my .xinitrc and rc.conf files. I tried changing from xdm to gdm in my inittab but no go I still hang when reaching gdm.
    @RicardoAR: I dont know if I am using prelink. I can try checking it in pacman's cache/pkg folder. If none will download in the repos. I understand your message pretty much and will try this exercise.
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    # exec xterm
    #exec ck-launch-session openbox-session
    #exec ck-launch-session startlxde
    exec ck-launch-session gnome-session
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    #HARDWARECLOCK="UTC"
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Riyadh"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="bibs-msiCX500DX-arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 10.114.201.248 netmask 255.255.255.0 broadcast 10.114.201.255"
    #use dhcp
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 10.114.201.254"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    #DAEMONS=(syslog-ng network netfs crond alsa fuse slim)
    DAEMONS=(syslog-ng dbus laptop-mode networkmanager netfs crond fuse gdm @alsa @cpufreq)

  • GDM not starting and TTY1 not able to log in after GNOME 3.6 update?

    Hey everyone,
    I've been using arch for a couple of months now and all's been fine. I updated last week to gnome3.6 however and a lot of my system broke. I couldn't start any window managers or desktop environments at all. After reading about the initscripts deprecation I migrated completely to systemd and uninstalled initscripts, as per the wiki. This let me boot up, change to tty2 and start gnome with startx.
    Now my only problem is that GDM will not start on boot. The normal arch booting screen doesn't appear anymore and instead has been replaced by the following error:
    /dev/sda5: clean, 227778/2689904 files, 6575481/10749432 blocks
    (The numbers vary and sda5 is my root partition)
    I've tried different things like reinstalling the legacy ATI driver I'm using and running aticonfig again, messing with my .xinitrc file and making it executable for everyone.
    I'm lost, any help?
    Thanks.
    Last edited by rptynan (2012-11-11 19:45:25)

    I had enabled gdm during the migration between initscripts and systemd
    Here's the output:
    gdm.service - GNOME Display Manager
    Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
    Active: active (running) since Sun, 2012-11-11 17:42:36 GMT; 2h 8min ago
    Main PID: 259 (gdm-binary)
    CGroup: name=systemd:/system/gdm.service
    └ 259 /usr/sbin/gdm-binary

  • [SOLVED] GDM/Gnome Issues after Updates

    hi everyone!
    ive run into some pesky problems (possibly nvidia related) after a full update this morning. after booting up, gdm tries to run, but it crashes and retries over and over again with this message (shown in systemctl status gdm while running):
    Failed to contact accountsservice. Error calling StartServiceByName for org.freedesktop.Accounts: GDBus.Error: org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.Accounts timed out
    i tried installing lxdm and lightdm (the former loaded, the latter didnt), but that also didnt seem to work. with lxdm i couldnt log in to gnome (screen just went black), with lightdm i had no luck at all (didnt start at all).
    can anyone point me in the right direction to debug this?
    thanks a lot!
    regards,
    M.
    Edit:
    i installed nouveau and lightdm again and checked the status with systemctl. seems polkit is looking for a file called libmozjs-17-0.so:
    ● polkit.service - Authorization Manager
    Loaded: loaded (/usr/lib/systemd/system/polkit.service; static)
    Active: failed (Result: exit-code) since Wed 2014-04-16 17:14:12 CEST; 39s ago
    Docs: man:polkit(8)
    Process: 6145 ExecStart=/usr/lib/polkit-1/polkitd --no-debug (code=exited, status=127)
    Main PID: 6145 (code=exited, status=127)
    Apr 16 17:14:12 arch systemd[1]: Starting Authorization Manager...
    Apr 16 17:14:12 arch polkitd[6145]: /usr/lib/polkit-1/polkitd: error while loading shared libraries: libmozjs-17.0.so: cannot open shared object file: No such file or directory
    Apr 16 17:14:12 arch systemd[1]: polkit.service: main process exited, code=exited, status=127/n/a
    Apr 16 17:14:12 arch systemd[1]: Failed to start Authorization Manager.
    Apr 16 17:14:12 arch systemd[1]: Unit polkit.service entered failed state.
    i checked /usr/lib and found libmozjs-24.so… weird
    Edit 2:
    so i reinstalled a package called js17, undid all my changes with lightdm, slim et al, reinstalled nvidia and it seems it works!
    marking as solved.
    Last edited by miles969 (2014-04-16 16:10:15)

    Last update (at 2014-04-16) gives me a great headache.
    All my keyboard shorcuts had become useless: freezings reach up to 30 secs.
    Number of applications are bricked, i.e. evolution can not to read any message from imap server.
    I have a bulk of errors in my journalctl.  This is cut of them (Hmm, what do you think about a necessity to punish the guy that invented localized logs?)
    $ journalctl -b | grep rror
    апр 16 19:16:27 church gdm-Xorg-:0[258]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    апр 16 19:16:31 church NetworkManager[177]: <warn> Couldn't acquire object manager proxy: Ошибка вызова StartServiceByName для org.bluez: GDBus.Error:org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    апр 16 19:16:37 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:38 church org.a11y.atspi.Registry[382]: ** (at-spi2-registryd:387): WARNING **: Failed to register client: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    апр 16 19:16:46 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:16:52 church gnome-session[326]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    апр 16 19:17:06 church org.gnome.Shell.CalendarServer[348]: (gnome-shell-calendar-server:500): ShellCalendarServer-WARNING **: Error opening calendar 1397299558.9767.2@church: ?????????? ??????? ?????????: ??????????? ???????? ?? ????
    апр 16 19:23:49 church gdm-Xorg-:0[258]: Errors from xkbcomp are not fatal to the X server
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: AUTH (1397299494.9760.26@church): Complete (ERROR - Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out)
    апр 16 19:26:51 church org.gnome.evolution.dataserver.Sources3[348]: (evolution-source-registry:507): libebackend-WARNING **: source_registry_server_authenticate_done_cb: Ошибка вызова StartServiceByName для org.freedesktop.secrets: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Activation of org.freedesktop.secrets timed out
    апр 16 19:27:12 church chromium.desktop[925]: [925:950:0416/192712:ERROR:nss_util.cc(853)] After loading Root Certs, loaded==false: NSS error code: -8018
    апр 16 19:28:00 church kernel: traps: evolution[760] trap int3 ip:7ff69db9c993 sp:7fff6d219560 error:0

  • [SOLVED] GDM/Gnome won't start after update

    Today after I run pacman -Suy, GDM/Gnome won't start anymore after reboot. The error message I get after GDM starts is:
    Oh no! Something has gone wrong.
    A problem has occurred and the system can't recover. Please contact a system administrator
    Does anyone have any idea what happened and how can I recover the system?
    Here is the complete log for the update:
    http://bpaste.net/show/209520/
    Here is the journalctl -u gdm log:
    http://sprunge.us/LEOU
    Here is tail -2000 /var/log/messages.log:
    http://sprunge.us/ObWY
    And here is the /var/log/Xorg.0.log:
    http://bpaste.net/show/209549/
    I can't imagine any other log file that might help figure out what happened, let me know if there's anything else.
    Any help is appreciated. Thanks.
    Edit: I stopped gdm, created a ~/.xinitrc and could successfully start Gnome with startx. The problem remains with GDM.
    Edit: The last update solved my problem: http://sprunge.us/RKWA
    Last edited by falmp (2014-04-22 20:38:20)

    I'm not sure my issue is really the same one, but am hoping for some guidance here if possible.  Trying to start GDM gives me the same error message/screen.  After tdm fails I can switch to a console,
    sudo systemctl stop gdm.service
    then
    sudo systemctl start lightdm.service
    and lightdm starts fine.  However, trying to log in to gnome-session gives me the very same error as I had with GDM.  I can log into XFCE just fine.  Attempting to start gnome-ession via startx also gives me the error screen.  Does anyone know how I can diagnose the problem?  Thanks,
    Matt

  • Nothing new in GDM after updating to 3.2

    Hello everyone,
    I keep hearing about GDM's new look in 3.2 but it's the same for me. Nothing changed after updating, so I guess something must be wrong. Anyone had the same issue?

    There are some (well quite a few) problems related to incompatible extensions causing all manor of problems - might also be causing your apparent lack of appearance update. General policy seems to be disable (preferable uninstall) all current extensions until someone finds some useful info on the undocumented changes to the extension api and can provide updates... believe me i've looked
    There are some extensions that respond to manually editing the main() function in the js files - but this does not work in all cases. Even the same extension on different boxes are exhibiting pretty random behaviour :$
    Last edited by satanselbow (2011-10-04 14:00:02)

  • [Solved] gdm-x-session segfault after update to gdm-3.16.0.1-1

    After
    updating to gdm-3.16.0.1-1, when starting a GNOME session with i3 as
    window manager (using i3-gnome from the AUR) gdm-x-session crashes with
    error:
    $ dmesg
    [ 75.134600] gdm-x-session[642]: segfault at 38 ip 0000000000405ae9 sp
    00007ffc1aff1430 error 4 in gdm-x-session[400000+11000]
    I am able to start all other sessions: GNOME shell, GNOME on Wayland,
    only i3.
    My system is up-to-date.
    Could some one instruct me on how to further debug this error?
    EDIT: It was easier to avoid i3-gnome completely and start gnome-setting-daemon from ~.i3/conf. I am still struggling with the keyring, but other than that everything else is working as intended.
    Last edited by gjasso (2015-04-15 00:55:55)

    Thanks for the hint, inxsible, downgrading to JRE 1.6 solved it.
    For the sake of others who might run into the same problem: I downloaded jre-6u26-1-i686.pkg.tar.xz from the Arch Rollback Machine, installed it (
    pacman -U jre-6u26-1-i686.pkg.tar.xz
    ) and added
    jre
    to the
    IgnorePkg
    line in
    /etc/pacman.conf
    so it won't get replaced in the next update.
    After doing that, Eclipse suffered PermGen Out-of-memory-errors. Adding
    -XX:MaxPermSize=128M
    to
    /usr/share/eclipse/eclipse.ini
    fixed that and now m2e installs fine.

  • Strange GDM behavior after recent update

    Hi folks,
    3 days ago I ran pacman -Syu, and since then GDM behaves different. Before, it had the blue background and started instantly, now it takes several seconds after the switch from tty and then first displays the blue background, then turns dark and shows the login dialog. After logging in, it takes several seconds again and then shows the blue background again, and then finally starts gnome with its own background.
    To describe the issue completely, there was one warning during the pacman -Syu which I fixed later, but during the update this was the only problem:
    [2012-11-02 15:26] installed libpwquality (1.2.0-1)
    [2012-11-02 15:26] warning: directory permissions differ on usr/share/polkit-1/rules.d/
    filesystem: 700  package: 755
    The update also replaced the following packages:
    libwebkit => webkitgtk2
    libwebkit3 => webkitgtk3
    pyatspi => python2-atspi
    I updated the system on November 2nd, and this is what sudo journalctl -u gdm says since then (i just enabled gdm debug mode):
    -- Reboot --
    Nov 01 13:09:10 Jan-Arch gdm-simple-slave[414]: WARNING: Child process 1629 was already dead.
    -- Reboot --
    Nov 01 17:44:22 Jan-Arch gdm-simple-slave[343]: WARNING: Child process 1588 was already dead.
    -- Reboot --
    Nov 02 01:39:14 Jan-Arch gdm-simple-slave[334]: WARNING: Child process 1581 was already dead.
    -- Reboot --
    Nov 02 03:30:55 Jan-Arch gdm-simple-slave[331]: WARNING: Child process 1579 was already dead.
    -- Reboot --
    Nov 02 11:59:50 Jan-Arch gdm-simple-slave[311]: WARNING: Child process 1614 was already dead.
    -- Reboot --
    Nov 02 12:18:10 Jan-Arch gdm-simple-slave[359]: WARNING: Child process 1613 was already dead.
    -- Reboot --
    Nov 02 15:49:48 Jan-Arch gdm-simple-slave[797]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 02 15:50:02 Jan-Arch gdm-password][1695]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 02 15:50:02 Jan-Arch gdm-password][1695]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 02 15:50:02 Jan-Arch gdm-simple-slave[797]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 02 15:50:02 Jan-Arch gdm-simple-slave[797]: WARNING: Child process -1537 was already dead.
    Nov 02 15:51:03 Jan-Arch gdm-simple-slave[797]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: ******************* START ********************************
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 0: /usr/sbin/gdm-binary() [0x4288eb]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 1: /usr/sbin/gdm-binary() [0x428cda]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 2: /usr/lib/libpthread.so.0(+0xf1a0) [0x7f8d346b91a0]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 3: /usr/lib/libc.so.6(gsignal+0x35) [0x7f8d34337fd5]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 4: /usr/lib/libc.so.6(abort+0x148) [0x7f8d34339458]
    Nov 02 15:51:03 Jan-Arch gdm-simple-slave[797]: WARNING: Child process 1695 was already dead.
    Nov 02 15:51:03 Jan-Arch gdm-simple-slave[797]: WARNING: Unable to kill session worker process
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 5: /usr/lib/libglib-2.0.so.0(g_assertion_message+0x137) [0x7f8d34d3f8f7]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 6: /usr/lib/libglib-2.0.so.0(g_assertion_message_error+0x9f) [0x7f8d34d3fb2f]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 7: /usr/lib/libgio-2.0.so.0(+0xda5d5) [0x7f8d352f45d5]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 8: /usr/lib/libgio-2.0.so.0(+0xdacee) [0x7f8d352f4cee]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 9: /usr/lib/libgio-2.0.so.0(g_dbus_object_manager_server_unexport+0x6c) [0x7f8d352f56fc]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 10: /usr/lib/libglib-2.0.so.0(g_hash_table_find+0x9b) [0x7f8d34d0e1bb]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 11: /usr/sbin/gdm-binary() [0x40adfb]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 12: /usr/sbin/gdm-binary() [0x410b78]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 13: /usr/lib/libgobject-2.0.so.0(g_object_unref+0x1e8) [0x7f8d34fe10f8]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 14: /usr/sbin/gdm-binary() [0x409425]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 15: /usr/lib/libffi.so.6(ffi_call_unix64+0x4c) [0x3c49005e48]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 16: /usr/lib/libffi.so.6(ffi_call+0x1e0) [0x3c49005850]
    Nov 02 15:51:03 Jan-Arch gdm-binary[790]: Frame 17: /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_generic+0x1fb) [0x7f8d34fdcafb]
    Nov 02 15:51:03 Jan-Arch gdm[790]: **
    Nov 02 15:51:03 Jan-Arch gdm[790]: GLib-GIO:ERROR:gdbusobjectmanagerserver.c:969:g_dbus_object_manager_server_emit_interfaces_removed: assertion failed (error == NULL): Verbindung ist g
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: ******************* START ********************************
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 0: /usr/sbin/gdm-binary() [0x4288eb]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 1: /usr/sbin/gdm-binary() [0x428cda]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 2: /usr/lib/libpthread.so.0(+0xf1a0) [0x7f8d346b91a0]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 3: /usr/lib/libc.so.6(gsignal+0x35) [0x7f8d34337fd5]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 4: /usr/lib/libc.so.6(abort+0x148) [0x7f8d34339458]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 5: /usr/lib/libglib-2.0.so.0(g_assertion_message+0x137) [0x7f8d34d3f8f7]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 6: /usr/lib/libglib-2.0.so.0(g_assertion_message_error+0x9f) [0x7f8d34d3fb2f]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 7: /usr/lib/libgio-2.0.so.0(+0xda5d5) [0x7f8d352f45d5]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 8: /usr/lib/libgio-2.0.so.0(+0xdacee) [0x7f8d352f4cee]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 9: /usr/lib/libgio-2.0.so.0(g_dbus_object_manager_server_unexport+0x6c) [0x7f8d352f56fc]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 10: /usr/lib/libglib-2.0.so.0(g_hash_table_find+0x9b) [0x7f8d34d0e1bb]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 11: /usr/sbin/gdm-binary() [0x40adfb]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 12: /usr/sbin/gdm-binary() [0x410b78]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 13: /usr/lib/libgobject-2.0.so.0(g_object_unref+0x1e8) [0x7f8d34fe10f8]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 14: /usr/sbin/gdm-binary() [0x409425]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 15: /usr/lib/libffi.so.6(ffi_call_unix64+0x4c) [0x3c49005e48]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 16: /usr/lib/libffi.so.6(ffi_call+0x1e0) [0x3c49005850]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 17: /usr/lib/libgobject-2.0.so.0(g_cclosure_marshal_generic+0x1fb) [0x7f8d34fdcafb]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 18: /usr/lib/libgobject-2.0.so.0(g_closure_invoke+0x190) [0x7f8d34fdc1a0]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 19: /usr/lib/libgobject-2.0.so.0(+0x215b0) [0x7f8d34fed5b0]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 20: /usr/lib/libgobject-2.0.so.0(g_signal_emit_valist+0xdac) [0x7f8d34ff551c]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 21: /usr/lib/libgobject-2.0.so.0(g_signal_emit+0x82) [0x7f8d34ff56b2]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 22: /usr/lib/libgio-2.0.so.0(+0xb8d25) [0x7f8d352d2d25]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 23: /usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x135) [0x7f8d34d1d865]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 24: /usr/lib/libglib-2.0.so.0(+0x47b98) [0x7f8d34d1db98]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 25: /usr/lib/libglib-2.0.so.0(g_main_loop_run+0x72) [0x7f8d34d1df92]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 26: /usr/sbin/gdm-binary() [0x409054]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 27: /usr/lib/libc.so.6(__libc_start_main+0xf5) [0x7f8d34324725]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: Frame 28: /usr/sbin/gdm-binary() [0x409301]
    Nov 02 15:51:03 Jan-Arch gdm[790]: gdm-binary[790]: ******************* END **********************************
    -- Reboot --
    Nov 03 13:18:36 Jan-Arch gdm-simple-slave[690]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 13:23:07 Jan-Arch gdm-password][7480]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 13:23:07 Jan-Arch gdm-password][7480]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 13:23:07 Jan-Arch gdm-simple-slave[690]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 13:23:07 Jan-Arch gdm-simple-slave[690]: WARNING: Child process -1448 was already dead.
    Nov 03 13:58:48 Jan-Arch gdm-simple-slave[690]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 13:58:48 Jan-Arch gdm-simple-slave[690]: WARNING: Child process 7480 was already dead.
    Nov 03 13:58:48 Jan-Arch gdm-simple-slave[690]: WARNING: Unable to kill session worker process
    Nov 03 13:58:49 Jan-Arch gdm-simple-slave[690]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Nov 03 13:58:49 Jan-Arch gdm-simple-slave[12329]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 13:59:03 Jan-Arch gdm-password][12860]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 13:59:03 Jan-Arch gdm-password][12860]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 13:59:03 Jan-Arch gdm-simple-slave[12329]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 14:53:22 Jan-Arch gdm[12325]: gdm-binary[12325]: WARNING: GdmDisplay: display lasted 0,001517 seconds
    Nov 03 14:53:22 Jan-Arch gdm-binary[12325]: WARNING: GdmDisplay: display lasted 0,001517 seconds
    Nov 03 14:53:23 Jan-Arch gdm-simple-slave[22606]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 14:54:02 Jan-Arch gdm-simple-slave[22606]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    -- Reboot --
    Nov 03 14:54:19 Jan-Arch gdm-simple-slave[769]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 14:54:32 Jan-Arch gdm-password][1633]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 14:54:32 Jan-Arch gdm-password][1633]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 14:54:32 Jan-Arch gdm-simple-slave[769]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 14:54:32 Jan-Arch gdm-simple-slave[769]: WARNING: Child process -1486 was already dead.
    Nov 03 15:44:44 Jan-Arch gdm-simple-slave[769]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 15:44:44 Jan-Arch gdm-simple-slave[769]: WARNING: Child process 1633 was already dead.
    Nov 03 15:44:44 Jan-Arch gdm-simple-slave[769]: WARNING: Unable to kill session worker process
    Nov 03 15:44:45 Jan-Arch gdm-simple-slave[769]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Nov 03 15:44:46 Jan-Arch gdm-simple-slave[16298]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 15:44:58 Jan-Arch gdm-password][16420]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 15:44:58 Jan-Arch gdm-password][16420]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 15:44:58 Jan-Arch gdm-simple-slave[16298]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: WARNING: Child process 16420 was already dead.
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 03 20:42:04 Jan-Arch gdm-simple-slave[840]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 21:34:49 Jan-Arch gdm-password][9919]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 21:34:49 Jan-Arch gdm-password][9919]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 21:34:49 Jan-Arch gdm-simple-slave[840]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 21:34:49 Jan-Arch gdm-simple-slave[840]: WARNING: Child process -1636 was already dead.
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: WARNING: Child process 9919 was already dead.
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 04 11:06:12 Jan-Arch gdm-simple-slave[805]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:06:54 Jan-Arch gdm-password][2294]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:06:54 Jan-Arch gdm-password][2294]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:06:54 Jan-Arch gdm-simple-slave[805]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 11:15:02 Jan-Arch gdm-simple-slave[805]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[805]: WARNING: Child process 2294 was already dead.
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[805]: WARNING: Unable to kill session worker process
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[13769]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:15:15 Jan-Arch gdm-password][13855]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:15:15 Jan-Arch gdm-password][13855]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:15:15 Jan-Arch gdm-simple-slave[13769]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: WARNING: Child process 13855 was already dead.
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: WARNING: Unable to kill session worker process
    Nov 04 11:19:19 Jan-Arch gdm-simple-slave[19495]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:19:44 Jan-Arch gdm-password][20033]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:19:44 Jan-Arch gdm-password][20033]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:19:44 Jan-Arch gdm-simple-slave[19495]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: WARNING: Child process 20033 was already dead.
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: WARNING: Unable to kill session worker process
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GIO-CRITICAL: g_dbus_connection_unregister_object: assertion `G_IS_DBUS_CONNECTION (connection)' failed
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GIO-WARNING: (gdbusinterfaceskeleton.c:739):remove_connection_locked: runtime check failed: (g_dbus_connection_unregister_object (
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    -- Reboot --
    Nov 04 12:02:32 Jan-Arch gdm-simple-slave[722]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 12:02:45 Jan-Arch gdm-password][1643]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 12:02:45 Jan-Arch gdm-password][1643]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 12:02:46 Jan-Arch gdm-simple-slave[722]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: WARNING: Child process 1643 was already dead.
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 04 13:31:36 Jan-Arch gdm-simple-slave[796]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 13:31:52 Jan-Arch gdm-password][1718]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 13:31:52 Jan-Arch gdm-password][1718]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 13:31:52 Jan-Arch gdm-simple-slave[796]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 13:31:52 Jan-Arch gdm-simple-slave[796]: WARNING: Child process -1569 was already dead.
    (END)
    Nov 03 15:44:58 Jan-Arch gdm-simple-slave[16298]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: WARNING: Child process 16420 was already dead.
    Nov 03 18:54:32 Jan-Arch gdm-simple-slave[16298]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 03 20:42:04 Jan-Arch gdm-simple-slave[840]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 03 21:34:49 Jan-Arch gdm-password][9919]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 03 21:34:49 Jan-Arch gdm-password][9919]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 03 21:34:49 Jan-Arch gdm-simple-slave[840]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 03 21:34:49 Jan-Arch gdm-simple-slave[840]: WARNING: Child process -1636 was already dead.
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: WARNING: Child process 9919 was already dead.
    Nov 03 23:01:12 Jan-Arch gdm-simple-slave[840]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 04 11:06:12 Jan-Arch gdm-simple-slave[805]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:06:54 Jan-Arch gdm-password][2294]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:06:54 Jan-Arch gdm-password][2294]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:06:54 Jan-Arch gdm-simple-slave[805]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 11:15:02 Jan-Arch gdm-simple-slave[805]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[805]: WARNING: Child process 2294 was already dead.
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[805]: WARNING: Unable to kill session worker process
    Nov 04 11:15:03 Jan-Arch gdm-simple-slave[13769]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:15:15 Jan-Arch gdm-password][13855]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:15:15 Jan-Arch gdm-password][13855]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:15:15 Jan-Arch gdm-simple-slave[13769]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: WARNING: Child process 13855 was already dead.
    Nov 04 11:19:18 Jan-Arch gdm-simple-slave[13769]: WARNING: Unable to kill session worker process
    Nov 04 11:19:19 Jan-Arch gdm-simple-slave[19495]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 11:19:44 Jan-Arch gdm-password][20033]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 11:19:44 Jan-Arch gdm-password][20033]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 11:19:44 Jan-Arch gdm-simple-slave[19495]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: WARNING: Child process 20033 was already dead.
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: WARNING: Unable to kill session worker process
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GIO-CRITICAL: g_dbus_connection_unregister_object: assertion `G_IS_DBUS_CONNECTION (connection)' failed
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GIO-WARNING: (gdbusinterfaceskeleton.c:739):remove_connection_locked: runtime check failed: (g_dbus_connection_unregister_object (
    Nov 04 12:02:14 Jan-Arch gdm-simple-slave[19495]: GLib-GObject-CRITICAL: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    -- Reboot --
    Nov 04 12:02:32 Jan-Arch gdm-simple-slave[722]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 12:02:45 Jan-Arch gdm-password][1643]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 12:02:45 Jan-Arch gdm-password][1643]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 12:02:46 Jan-Arch gdm-simple-slave[722]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: WARNING: Child process 1643 was already dead.
    Nov 04 13:31:18 Jan-Arch gdm-simple-slave[722]: WARNING: Unable to kill session worker process
    -- Reboot --
    Nov 04 13:31:36 Jan-Arch gdm-simple-slave[796]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 04 13:31:52 Jan-Arch gdm-password][1718]: pam_unix(gdm-password:session): session opened for user jan by (unknown)(uid=0)
    Nov 04 13:31:52 Jan-Arch gdm-password][1718]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 04 13:31:52 Jan-Arch gdm-simple-slave[796]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 04 13:31:52 Jan-Arch gdm-simple-slave[796]: WARNING: Child process -1569 was already dead.
    I have no idea how to fix this, i googled and tried the half day. Xorg.0.log also does not report any suspicious WWs or EEs. Any help would be greatly appreciated!
    Thanks in advance,
    Jan

    One other possibility would be to reapply that update and/or the The combo update for Intel-based Macs...
    http://www.apple.com/support/downloads/macosx10411comboupdateintel.html
    Repair Permissions before & after re-install, then reboot again each time.

  • [solved] GDM won't start after update

    Hello.
    Today I made a pacman -Syu and gdm was updated.
    On the next boot i only get a console and not the usual gdm login.
    I loged in and tried to start gdm manualy with /etc/rc.d/gdm restart
    wich results in an error message : "gdm already running. Aborting!", but it isnt
    The X Server works (tried startx).
    Any ideas what happend to gdm and how to fix it?
    /edit : additional info: using current repository

    Does your gdm.conf file contains paths like this: /usr/X11R6/bin
    I think pacman just overwrites the config files if you never changed anything to them. In my case I did some modifications, so pacman made a backup of my modified file.
    In case your file don't contain any /usr/X11R6/... , you may try do diff your file between mine:
    # GDM Configuration file. You can use gdmsetup program to graphically
    # edit this, or you can optionally just edit this file by hand. Note that
    # gdmsetup does not tweak every option here, just the ones most users
    # would care about. Rest is for special setups and distro specific
    # tweaks. If you edit this file, you should send the HUP or USR1 signal to
    # the daemon so that it restarts: (Assuming you have not changed PidFile)
    # kill -USR1 `cat /var/run/gdm.pid`
    # (HUP will make gdm restart immediately while USR1 will make gdm not kill
    # existing sessions and will only restart gdm after all users log out)
    # You can also use the gdm-restart and gdm-safe-restart scripts which just
    # do the above for you.
    # For full reference documentation see the gnome help browser under
    # GNOME|System category. You can also find the docs in HTML form on
    # http://www.gnome.org/projects/gdm/
    # NOTE: Some of these are commented out but still show their default values.
    # If you wish to change them you must remove the '#' from the beginning of
    # the line. The commented out lines are lines where the default might
    # change in the future, so set them one way or another if you feel
    # strongly about it.
    # Have fun! - George
    [daemon]
    # Automatic login, if true the first local screen will automatically logged
    # in as user as set with AutomaticLogin key.
    AutomaticLoginEnable=false
    AutomaticLogin=tom
    # Timed login, useful for kiosks. Log in a certain user after a certain
    # amount of time
    TimedLoginEnable=false
    TimedLogin=
    TimedLoginDelay=30
    # The gdm configuration program that is run from the login screen, you should
    # probably leave this alone
    #Configurator=/opt/gnome/sbin/gdmsetup --disable-sound --disable-crash-dialog
    # The chooser program. Must output the chosen host on stdout, probably you
    # should leave this alone
    #Chooser=/opt/gnome/libexec/gdmchooser
    # The greeter for local (non-xdmcp) logins. Change gdmlogin to gdmgreeter to
    # get the new graphical greeter.
    #Greeter=/opt/gnome/libexec/gdmlogin
    Greeter=/opt/gnome/libexec/gdmgreeter
    # The greeter for xdmcp logins, usually you want a less graphically intensive
    # greeter here so it's better to leave this with gdmlogin
    #RemoteGreeter=/opt/gnome/libexec/gdmlogin
    RemoteGreeter=/opt/gnome/libexec/gdmgreeter
    # Launch the greeter with an additional list of colon seperated gtk
    # modules. This is useful for enabling additional feature support
    # e.g. gnome accessibility framework. Only "trusted" modules should
    # be allowed to minimise security holes
    #AddGtkModules=false
    # By default these are the accessibility modules
    #GtkModulesList=gail:atk-bridge:/opt/gnome/lib/gtk-2.0/modules/libdwellmouselistener:/opt/gnome/lib/gtk-2.0/modules/libkeymouselistener
    # Default path to set. The profile scripts will likely override this
    DefaultPath=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/gnome/bin
    # Default path for root. The profile scripts will likely override this
    RootPath=/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/opt/gnome/sbin:/opt/gnome/bin
    # If you are having trouble with using a single server for a long time and
    # want gdm to kill/restart the server, turn this on
    #AlwaysRestartServer=false
    # User and group used for running gdm GUI applicaitons. By default this
    # is set to user gdm and group gdm. This user/group should have very
    # limited permissions and access to ony the gdm directories and files.
    User=nobody
    Group=gdm
    # To try to kill all clients started at greeter time or in the Init script.
    # doesn't always work, only if those clients have a window of their own
    #KillInitClients=true
    LogDir=/var/log/gdm
    # You should probably never change this value unless you have a weird setup
    PidFile=/var/run/gdm.pid
    # Note that a post login script is run before a PreSession script.
    # It is run after the login is successful and before any setup is
    # run on behalf of the user
    PostLoginScriptDir=/opt/gnome/etc/gdm/PostLogin/
    PreSessionScriptDir=/opt/gnome/etc/gdm/PreSession/
    PostSessionScriptDir=/opt/gnome/etc/gdm/PostSession/
    DisplayInitDir=/opt/gnome/etc/gdm/Init
    # Distributions: If you have some script that runs an X server in say
    # VGA mode, allowing a login, could you please send it to me?
    #FailsafeXServer=
    # if X keeps crashing on us we run this script. The default one does a bunch
    # of cool stuff to figure out what to tell the user and such and can
    # run an X configuration program.
    XKeepsCrashing=/opt/gnome/etc/gdm/XKeepsCrashing
    # Reboot, Halt and suspend commands, you can add different commands
    # separated by a semicolon and gdm will use the first one it can find
    RebootCommand=/sbin/shutdown -r now "Rebooted from gdm menu."
    HaltCommand=/sbin/shutdown -h now "Halted from gdm menu."
    SuspendCommand=/usr/bin/apm --suspend
    # Probably should not touch the below this is the standard setup
    ServAuthDir=/opt/gnome/var/gdm
    # This is our standard startup script. A bit different from a normal
    # X session, but it shares a lot of stuff with that. See the provided
    # default for more information.
    BaseXsession=/opt/gnome/etc/gdm/Xsession
    # This is a directory where .desktop files describing the sessions live
    # It is really a PATH style variable since 2.4.4.2 to allow actual
    # interoperability with KDM. Note that <sysconfdir>/dm/Sessions is there
    # for backwards compatibility reasons with 2.4.4.x
    SessionDesktopDir=/etc/X11/sessions/:/etc/dm/Sessions/:/usr/share/xsessions/:/opt/gnome/share/gdm/BuiltInSessions/:/opt/gnome/share/xsessions/
    # This is the default .desktop session. One of the ones in SessionDesktopDir
    #DefaultSession=gnome.desktop
    # Better leave this blank and HOME will be used. You can use syntax ~/ below
    # to indicate home directory of the user. You can also set this to something
    # like /tmp if you don't want the authorizations to be in home directories.
    # This is useful if you have NFS mounted home directories. Note that if this
    # is the home directory the UserAuthFBDir will still be used in case the home
    # directory is NFS, see security/NeverPlaceCookiesOnNFS to override this behaviour.
    UserAuthDir=
    # Fallback if home directory not writable
    UserAuthFBDir=/tmp
    UserAuthFile=.Xauthority
    # The X server to use if we can't figure out what else to run.
    StandardXServer=/usr/X11R6/bin/X
    # The maximum number of flexible X servers to run.
    #FlexibleXServers=5
    # And after how many minutes should we reap the flexible server if there is
    # no activity and no one logged on. Set to 0 to turn off the reaping.
    # Does not affect Xnest flexiservers.
    #FlexiReapDelayMinutes=5
    # the X nest command
    Xnest=/usr/X11R6/bin/Xnest -audit 0 -name Xnest
    # Automatic VT allocation. Right now only works on Linux. This way
    # we force X to use specific vts. turn VTAllocation to false if this
    # is causing problems.
    FirstVT=7
    VTAllocation=true
    # Should double login be treated with a warning (and possibility to change
    # vts on linux and freebsd systems for console logins)
    #DoubleLoginWarning=true
    # Should a second login always resume the current session and
    # switch vts on linux and freebsd systems for console logins
    #AlwaysLoginCurrentSession=true
    # If true then the last login information is printed to the user before
    # being prompted for password. While this gives away some info on what
    # users are on a system, it on the other hand should give the user an
    # idea of when they logged in and if it doesn't seem kosher to them,
    # they can just abort the login and contact the sysadmin (avoids running
    # malicious startup scripts)
    #DisplayLastLogin=false
    # Program used to play sounds. Should not require any 'daemon' or anything
    # like that as it will be run when no one is logged in yet.
    #SoundProgram=/usr/bin/play
    # These are the languages that the console cannot handle because of font
    # issues. Here we mean the text console, not X. This is only used
    # when there are errors to report and we cannot start X.
    # This is the default:
    #ConsoleCannotHandle=am,ar,az,bn,el,fa,gu,hi,ja,ko,ml,mr,pa,ta,zh
    # This determines whether gdm will honor requests DYNAMIC requests from
    # the gdmdynamic command.
    #DynamicXServers=false
    # This determines whether gdm will send notifications to the console
    #ConsoleNotify=true
    [security]
    # If any distributions ship with this one off, they should be shot
    # this is only local, so it's only for say kiosk use, when you
    # want to minimize possibility of breakin
    AllowRoot=false
    # If you want to be paranoid, turn this one off
    AllowRemoteRoot=false
    # This will allow remote timed login
    AllowRemoteAutoLogin=false
    # 0 is the most restrictive, 1 allows group write permissions, 2 allows all
    # write permissions
    RelaxPermissions=0
    # Check if directories are owned by logon user. Set to false, if you have, for
    # example, home directories owned by some other user.
    CheckDirOwner=true
    # Number of seconds to wait after a bad login
    #RetryDelay=1
    # Maximum size of a file we wish to read. This makes it hard for a user to DoS
    # us by using a large file.
    #UserMaxFile=65536
    # If true this will basically append -nolisten tcp to every X command line,
    # a good default to have (why is this a "negative" setting? because if
    # it is false, you could still not allow it by setting command line of
    # any particular server). It's probably better to ship with this on
    # since most users will not need this and it's more of a security risk
    # then anything else.
    # Note: Anytime we find a -query or -indirect on the command line we do
    # not add a "-nolisten tcp", as then the query just wouldn't work, so
    # this setting only affects truly local sessions.
    DisallowTCP=true
    # By default never place cookies if we "detect" NFS. We detect NFS
    # by detecting "root-squashing". It seems bad practice to place
    # cookies on things that go over the network by default and thus we
    # don't do it by default. Sometimes you can however use safe remote
    # filesystems where this is OK and you may want to have the cookie in your
    # home directory.
    #NeverPlaceCookiesOnNFS=true
    # XDMCP is the protocol that allows remote login. If you want to log into
    # gdm remotely (I'd never turn this on on open network, use ssh for such
    # remote usage that). You can then run X with -query <thishost> to log in,
    # or -indirect <thishost> to run a chooser. Look for the 'Terminal' server
    # type at the bottom of this config file.
    [xdmcp]
    # Distributions: Ship with this off. It is never a safe thing to leave
    # out on the net. Setting up /etc/hosts.allow and /etc/hosts.deny to only
    # allow local access is another alternative but not the safest.
    # Firewalling port 177 is the safest if you wish to have xdmcp on.
    # Read the manual for more notes on the security of XDMCP.
    Enable=false
    # Honour indirect queries, we run a chooser for these, and then redirect
    # the user to the chosen host. Otherwise we just log the user in locally.
    #HonorIndirect=true
    # Maximum pending requests
    #MaxPending=4
    #MaxPendingIndirect=4
    # Maximum open XDMCP sessions at any point in time
    #MaxSessions=16
    # Maximum wait times
    #MaxWait=15
    #MaxWaitIndirect=15
    # How many times can a person log in from a single host. Usually better to
    # keep low to fend off DoS attacks by running many logins from a single
    # host. This is now set at 2 since if the server crashes then gdm doesn't
    # know for some time and wouldn't allow another session.
    #DisplaysPerHost=2
    # The number of seconds after which a non-responsive session is logged off.
    # Better keep this low.
    #PingIntervalSeconds=15
    # The port. 177 is the standard port so better keep it that way
    #Port=177
    # Willing script, none is shipped and by default we'll send
    # hostname system id. But if you supply something here, the
    # output of this script will be sent as status of this host so that
    # the chooser can display it. You could for example send load,
    # or mail details for some user, or some such.
    Willing=/opt/gnome/etc/gdm/Xwilling
    [gui]
    # The specific gtkrc file we use. It should be the full path to the gtkrc
    # that we need. Unless you need a specific gtkrc that doesn't correspond to
    # a specific theme, then just use the GtkTheme key
    #GtkRC=/opt/gnome/share/themes/Default/gtk-2.0/gtkrc
    # The GTK+ theme to use for the gui
    #GtkTheme=Default
    # If to allow changing the GTK+ (widget) theme from the greeter. Currently
    # this only affects the standard greeter as the graphical greeter does
    # not yet have this ability
    #AllowGtkThemeChange=true
    # Comma separated list of themes to allow. These must be the names of the
    # themes installed in the standard locations for gtk themes. You can
    # also specify 'all' to allow all installed themes. These should be just
    # the basenames of the themes such as 'Thinice' or 'LowContrast'.
    #GtkThemesToAllow=all
    # Maximum size of an icon, larger icons are scaled down
    #MaxIconWidth=128
    #MaxIconHeight=128
    [greeter]
    # Greeter has a nice title bar that the user can move
    #TitleBar=true
    # Configuration is available from the system menu of the greeter
    #ConfigAvailable=true
    # Face browser is enabled. This only works currently for the
    # standard greeter as it is not yet enabled in the graphical greeter.
    Browser=true
    # The default picture in the browser
    #DefaultFace=/opt/gnome/share/pixmaps/nobody.png
    # User ID's less than the MinimalUID value will not be included in the
    # face browser or in the gdmselection list for Automatic/Timed login.
    # They will not be displayed regardless of the settings for
    # Include and Exclude.
    MinimalUID=1000
    # Users listed in Include will be included in the face browser and in
    # the gdmsetup selection list for Automatic/Timed login. Users
    # should be separated by commas.
    #Include=
    # Users listed in Exclude are excluded from the face browser and from
    # the gdmsetup selection list for Automatic/Timed login. Excluded
    # users will still be able to log in, but will have to type their
    # username. Users should be separated by commas.
    Exclude=bin,daemon,mail,nobody
    # By default, an empty include list means display no users. By setting
    # IncludeAll to true, the password file will be scanned and all users
    IncludeAll=true
    # will be displayed except users excluded via the Exclude setting and
    # user ID's less than MinimalUID. Scanning the password file can be
    # slow on systems with large numbers of users and this feature should
    # not be used in such environments. The setting of IncludeAll does
    # nothing if Include is set to a non-empty value.
    #IncludeAll=false
    # If user or user.png exists in this dir it will be used as his picture
    #GlobalFaceDir=/opt/gnome/share/pixmaps/faces/
    # File which contains the locale we show to the user. Likely you want to use
    # the one shipped with gdm and edit it. It is not a standard locale.alias file,
    # although gdm will be able to read a standard locale.alias file as well.
    #LocaleFile=/opt/gnome/etc/gdm/locale.alias
    # Logo shown in the standard greeter
    #Logo=/opt/gnome/share/pixmaps/gdm-foot-logo.png
    # The standard greeter should shake if a user entered the wrong username or
    # password. Kind of cool looking
    #Quiver=true
    # The Actions menu (formerly system menu) is shown in the greeter, this is the
    # menu that contains reboot, shutdown, suspend, config and chooser. None of
    # these is available if this is off. They can be turned off individually
    # however
    SystemMenu=true
    # Should the chooser button be shown. If this is shown, GDM can drop into
    # chooser mode which will run the xdmcp chooser locally and allow the user
    # to connect to some remote host. Local XDMCP does not need to be enabled
    # however
    #ChooserButton=true
    # Welcome is for all console logins and RemoteWelcome is for remote logins
    # (through XDMCP).
    # DefaultWelcome and DefaultRemoteWelcome set the string for Welcome
    # to "Welcome" and for DefaultWelcome to "Welcome to %n", and properly
    # translate the message to the appropriate language. Note that %n gets
    # translated to the hostname of the machine. These default values can
    # be overridden by setting DefaultWelcome and/or DefaultRemoteWelcome to
    # false, and setting the Welcome and DefaultWelcome values as desired.
    # Just make sure the strings are in utf-8 Note to distributors, if you
    # wish to have a different Welcome string and wish to have this
    # translated you can have entries such as "Welcome[cs]=Vitejte na %n".
    DefaultWelcome=true
    DefaultRemoteWelcome=true
    #Welcome=Welcome
    #RemoteWelcome=Welcome to %n
    # Don't allow user to move the standard greeter window. Only makes sense
    # if TitleBar is on
    #LockPosition=false
    # Set a position rather then just centering the window. If you enter
    # negative values for the position it is taken as an offset from the
    # right or bottom edge.
    #SetPosition=false
    #PositionX=0
    #PositionY=0
    # Xinerama screen we use to display the greeter on. Not for true
    # multihead, currently only works for Xinerama.
    #XineramaScreen=0
    # Background settings for the standard greeter:
    # Type can be 0=None, 1=Image, 2=Color
    #BackgroundType=2
    #BackgroundImage=
    #BackgroundScaleToFit=true
    #BackgroundColor=#76848F
    # XDMCP session should only get a color, this is the sanest setting since
    # you don't want to take up too much bandwidth
    #BackgroundRemoteOnlyColor=true
    # Program to run to draw the background in the standard greeter. Perhaps
    # something like an xscreensaver hack or some such.
    #BackgroundProgram=
    # if this is true then the background program is run always, otherwise
    # it is only run when the BackgroundType is 0 (None)
    #RunBackgroundProgramAlways=false
    # Show the Failsafe sessions. These are much MUCH nicer (focus for xterm for
    # example) and more failsafe then those supplied by scripts so distros should
    # use this rather then just running an xterm from a script.
    #ShowGnomeFailsafeSession=true
    #ShowXtermFailsafeSession=true
    # Normally there is a session type called 'Last' that is shown which refers to
    # the last session the user used. If off, we will be in 'switchdesk' mode where
    # the session saving stuff is disabled in GDM
    #ShowLastSession=true
    # Always use 24 hour clock no matter what the locale.
    #Use24Clock=false
    # Use circles in the password field. Looks kind of cool actually,
    # but only works with certain fonts.
    #UseCirclesInEntry=false
    # Do not show any visible feedback in the password field. This is standard
    # for instance in console, xdm and ssh.
    #UseInvisibleInEntry=false
    # These two keys are for the new greeter. Circles is the standard
    # shipped theme. If you want gdm to select a random theme from a list
    # then provide a list that is delimited by /: to the GraphicalThemes key and
    # set GraphicalThemeRand to true. Otherwise use GraphicalTheme and specify
    # just one theme.
    #GraphicalTheme=circles
    GraphicalTheme=happygnome-list
    #GraphicalThemes=circles/:happygnome
    GraphicalThemes=circles
    GraphicalThemeDir=/opt/gnome/share/gdm/themes/
    GraphicalThemeRand=false
    # If InfoMsgFile points to a file, the greeter will display the contents of the
    # file in a modal dialog box before the user is allowed to log in.
    #InfoMsgFile=
    # If InfoMsgFile is present then InfoMsgFont can be used to specify the font
    # to be used when displaying the contents of the file.
    #InfoMsgFont=Sans 24
    # If SoundOnLogin is true, then the greeter will beep when login is ready
    # for user input. If SoundOnLogin is a file and the greeter finds the
    # 'play' executable (see daemon/SoundProgram) it will play that file
    # instead of just beeping
    #SoundOnLogin=true
    SoundOnLogin=false
    #SoundOnLoginFile=
    # If SoundOnLoginSuccess, then the greeter will play a sound (as above)
    # when a user successfully logs in
    #SoundOnLoginSuccess=false
    #SoundOnLoginSuccessFile=
    # If SoundOnLoginFailure, then the greeter will play a sound (as above)
    # when a user fails to log in
    #SoundOnLoginFailure=false
    #SoundOnLoginFailureFile=
    # The chooser is what's displayed when a user wants an indirect XDMCP
    # session, or selects Run XDMCP chooser from the system menu
    [chooser]
    # Default image for hosts
    #DefaultHostImg=/opt/gnome/share/pixmaps/nohost.png
    # Directory with host images, they are named by the hosts: host or host.png
    HostImageDir=/opt/gnome/share/hosts/
    # Time we scan for hosts (well only the time we tell the user we are
    # scanning actually, we continue to listen even after this has
    # expired)
    #ScanTime=4
    # A comma separated lists of hosts to automatically add (if they answer to
    # a query of course). You can use this to reach hosts that broadcast cannot
    # reach.
    Hosts=
    # Broadcast a query to get all hosts on the current network that answer
    Broadcast=true
    # Set it to true if you want to send a multicast query to hosts.
    Multicast=false
    # It is an IPv6 multicast address.It is hardcoded here and will be replaced when
    # officially registered xdmcp multicast address of TBD will be available
    #Multicast_Addr=ff02::1
    # Allow adding random hosts to the list by typing in their names
    #AllowAdd=true
    [debug]
    # This will enable debugging into the syslog, usually not neccessary
    # and it creates a LOT of spew of random stuff to the syslog. However it
    # can be useful in determining when something is going very wrong.
    Enable=false
    [servers]
    # These are the standard servers. You can add as many you want here
    # and they will always be started. Each line must start with a unique
    # number and that will be the display number of that server. Usually just
    # the 0 server is used.
    0=Standard
    #1=Standard
    # Note the VTAllocation and FirstVT keys on linux and freebsd.
    # Don't add any vt<number> arguments if VTAllocation is on, and set FirstVT to
    # be the first vt available that your gettys don't grab (gettys are usually
    # dumb and grab even a vt that has already been taken). Using 7 will work
    # pretty much for all linux distributions. VTAllocation is not currently
    # implemented on anything but linux and freebsd. Feel free to send patches.
    # X servers will just not get any extra arguments then.
    # If you want to run an X terminal you could add an X server such as this
    #0=Terminal -query serverhostname
    # or for a chooser (optionally serverhostname could be localhost)
    #0=Terminal -indirect serverhostname
    # If you wish to run the XDMCP chooser on the local display use the following
    # line
    #0=Chooser
    ## Note:
    # is your X server not listening to TCP requests? Perhaps you should look
    # at the security/DisallowTCP setting!
    # Definition of the standard X server.
    [server-Standard]
    name=Standard server
    command=/usr/X11R6/bin/X -audit 0
    flexible=true
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Terminal]
    name=Terminal server
    # Add -terminate to make things behave more nicely
    command=/usr/X11R6/bin/X -audit 0 -terminate
    # Make this not appear in the flexible servers (we need extra params
    # anyway, and terminate would be bad for xdmcp choosing). You can
    # make a terminal server flexible, but not with an indirect query.
    # If you need flexible indirect query server, then you must get rid
    # of the -terminate and the only way to kill the flexible server will
    # then be by Ctrl-Alt-Backspace
    flexible=false
    # Not local, we do not handle the logins for this X server
    handled=false
    # To use this server type you should add -query host or -indirect host
    # to the command line
    [server-Chooser]
    name=Chooser server
    command=/usr/X11R6/bin/X -audit 0
    # Make this not appear in the flexible servers for now, but if you
    # wish to allow a chooser server then make this true. This is the
    # only way to make a flexible chooser server that behaves nicely.
    flexible=false
    # Run the chooser instead of the greeter. When the user chooses a
    # machine they will get this same server but run with
    # "-terminate -query hostname"
    chooser=true

Maybe you are looking for

  • How to send a variable from one class to another?

    hello, i have "One.as", which is the document class for one.swf. i also have "two.swf", with "Two.swf" entered as its document class... One loads two into it. two is basically a 10 frame movieClip with a variable at the beginning called "var endFrame

  • Help comparing the value of a button using the Property Node (I get a variant)

    Dear Sirs: (I'm using LabView 6. I guess the solution is different for 6.1) Currently I have created an array of Boolean RefNums (which point to many, many buttons). When I need to know when any (and which) of the buttons was pressed I just compare e

  • C++ key iteration

    Hi, I realise you're still finalising the documentation and various areas may be a little sparse at the moment. With this in mind I was wondering if you could help me out the manipulation of some of your classes. I want to iterate over all the keys i

  • Z reports from MM point of view

    hi sap guru's                  i just want verious  z reports which basically client required and which is not available in SAP MM plz send me reports and how we can see the effect of  z reports ( mean s which T code use to see ) regards

  • Vector sorting help

    hi, im trying to figure out how to sort the vector objects below in alphabetical order. But i can't figure out how to fix this code any help is greatly appreciated. THANKS!!! import java.lang.String.*; import java.util.Vector; public class Test2 publ