Automount Issue on Gnome 2.28: GDM Mounts USBs after 2nd Insert

Good evening everyone (at least, it's evening here at my part of the Universe),
I have been using Arch for the past month (and Ubuntu/Debian for two years) but am totally stumped on this odd behavior.
When I first installed Gnome, I got that 'Permission denied' dialog box everytime I tried to mount a USB, but quickly realized that it was because of the wrong exec line at the start of my .xinitrc. When I changed it to
exec ck-launch-session gnome-session
I thought everything would be fine. However, for a USB to automount, I have to insert the USB TWICE. I don't know why. The first time, it's detected by 'lsusb', but not by Nautilus (it doesn't even show up in the Computer directory).
lsusb
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 3538:0059 Power Quotient International Co., Ltd
Bus 001 Device 002: ID 0402:5602 ALi Corp. Video Camera Controller
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
In this case, it's the Power Quotient International USB that isn't being read. When i remove the USB and put it back, it automounts.
I have checked previous threads and most of them discuss the 'Permission denied' issue, which is not the same as this one :( I have also checked the 'I Won the Struggle Between HAL and PolicyKit' - I don't think I have the same problem.
I have installed gnome-volume-manager.
I have tried this issue on another user account, but it's still the same - takes 2 inserts of the USB to make it mount.
I am a member of the storage and power groups.
If there are any other logs that I should show, I would be happy to show them, but am unsure if I should post PolicyKit files (I'm not sure which one is in charge of drive automounting, I'm sorry) or if I should post my HAL configuration file, but so far I have checked my HAL config file and it is configured as was written in the HAL wiki.
If someone could please point me in the right direction of what file(s) to look at (is this perhaps a HAL issue? or Xorg? or PolicyKit?) I would be happy to look into it again and post the appropriate files.
Thank you very much! :)
Last edited by luvien (2009-12-02 12:41:51)

@Allan: 
Good point. That was a bit far fetched to say; I'll admit that. I should've looked at a roadmap or something. Maybe I was just unclear as to how much work distro developers were putting into customizing their rendition of gnome. Was unaware that installing a vanilla version of gnome would be unstable, wonder how the devs of gnome feel when working on a vanilla code base. .. oh well.
@smakked:
Maybe something's like window positioning is a little obsessive compulsive of me but that functionality was available in 2.26 and below; that's maybe why it seems unfinished or something. I'm not a n00b in any sort, I respect and understand opensource and such. I know that my post above sounds rather complain-oriented, but in all honesty, It's very MS like that newer software doesn't work as well (and sometimes worse) than previous versions. I just love gnome and can't use it because of some simple features that were taken away/ are not working.
@Both of you:
Creating a tab in nautilus then dragging the tab, segfaults nautilus. GDM segfaults if trying to log into gnome-session when the user is not part of 'wheel' ... just stuff like that. I've pulled the gnome packages on 3 different boxes (and 3 different CURRENT mirrors)... same issues. I know how to manage groups and permissons and basic packages to make arch work.
So, I'm very sorry to sound annoying or anything of that nature. I was mainly curious if anyone else is having issue / knew a way to fix them. I know most arch users love *box window managers and the like, but SOME of you have to have gnome and notice things like that. lol. Anyways, It's clear that I might get talked down to on here or might get accused of being pedantic when things don't work. Thanks anyways guys.
--Anthony C

Similar Messages

  • GNOME, nautilus, devicekit-disks: mount USB disk

    Hi,
    I recently upgraded and have now nautlius 2.28.2-1 together with devicekit-disks 009-1 installed.
    As usual mounting/unmounting USB disks in nautilus stopped working. I searched the wiki, forums, bugs and google to gather information about this topic, but you know ...
    When I try to mount a disk (they all show up in nautilus) nautilus pops up an error declaring me "Not Authorized". After quite some reading I think nautilus now uses devicekit-disks to actually mount my USB disks, so I tried to mount it with devicekit-disks:
    [resi@nomad ~]$ devkit-disks --mount /dev/sdc
    Mount failed: Not Authorized
    In older versions of nautilus I used to edit some files in /etc to grant myself permissions (PolicyKit.conf), but this does not work anymore.
    I found a hint and edited /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy (this one is coming with devicekit-disks) and modified the default for the actions org.freedesktop.devicekit.disks.filesystem-mount action:
    <allow_any>yes</allow_any>
    Having done so I can now mount the USB disks using nautilus, devicekit-disks or palimpsest (suffering from the same "Not Authorized" problem). Unmounting has a little flaw though, it seems like nautilus tries to eject the medium when unmounting, but then again its "Not Authorized" to do so.
    However, this is the only solution I could come up with. Since the file I modified will probably be replaced without notice during the next upgrade I fear I will have to go all the way again, not remembering anymore what I did to fix this (otoh, after writing this I probably will).
    And since the values in org.freedesktop.devicekit.disks.policy are declared as defaults (and by the fact it lives under /usr) I assume there has to be a site configuration file somewhere in /etc.
    Where should I but my customizations? I mean, whats the proper way to do so?
    Thanks,
    Christoph
    P.S.: I like nautilus, it makes me unhappy to use thunar/pmount/whatever to mount my disks.

    me again ... this whole *kit stuff seems so odd to me.
    I finally read all the devicekit, then the policykit docs, Syu-ed and have now devicekit-disks 009-3 installed.
    Using polkit-actions without arguments prints a list of registered actions (known to policykit). This list was pretty short:
    [resi@nomad ~]$ polkit-action
    org.freedesktop.policykit.read
    org.freedesktop.policykit.revoke
    org.freedesktop.policykit.grant
    org.freedesktop.policykit.modify-defaults
    PolicyKit considers all *.policy files under /usr/share/PolicyKit/policy/, only the policykit package installs its files (well, its one file) there.
    devicekit-disks (and probably some other packages providing *.policy files) seems to forget about that. So I added a symlink:
    [root@nomad policy]# ln -s /usr/share/polkit-1/actions/org.freedesktop.devicekit.disks.policy /usr/share/PolicyKit/policy/
    Thats not enough, the file seems to be out of date. I had to replace all auth_admin_keep defaults with auth_admin_keep_session until the file validated.
    And hurray:
    [resi@nomad ~]$ polkit-action
    org.freedesktop.policykit.read
    org.freedesktop.policykit.revoke
    org.freedesktop.policykit.grant
    org.freedesktop.policykit.modify-defaults
    org.freedesktop.devicekit.disks.filesystem-mount
    org.freedesktop.devicekit.disks.filesystem-mount-system-internal
    org.freedesktop.devicekit.disks.filesystem-check
    org.freedesktop.devicekit.disks.filesystem-check-system-internal
    org.freedesktop.devicekit.disks.filesystem-unmount-others
    org.freedesktop.devicekit.disks.filesystem-lsof
    org.freedesktop.devicekit.disks.filesystem-lsof-system-internal
    org.freedesktop.devicekit.disks.drive-eject
    org.freedesktop.devicekit.disks.drive-detach
    org.freedesktop.devicekit.disks.change
    org.freedesktop.devicekit.disks.change-system-internal
    org.freedesktop.devicekit.disks.drive-ata-smart-refresh
    org.freedesktop.devicekit.disks.drive-ata-smart-selftest
    org.freedesktop.devicekit.disks.drive-ata-smart-retrieve-historical-data
    org.freedesktop.devicekit.disks.luks-unlock
    org.freedesktop.devicekit.disks.luks-lock-others
    org.freedesktop.devicekit.disks.linux-md
    org.freedesktop.devicekit.disks.cancel-job-others
    org.freedesktop.devicekit.disks.inhibit-polling
    org.freedesktop.devicekit.disks.drive-set-spindown
    polkit-auth shows my authorizations, thus:
    [resi@nomad ~]$ polkit-auth | grep mount
    org.freedesktop.devicekit.disks.filesystem-mount
    org.freedesktop.devicekit.disks.filesystem-mount-system-internal
    org.freedesktop.devicekit.disks.filesystem-unmount-others
    It seems to me that I am authorized for all actions listed above, I guess thats because this user is in both the wheel and root groups.
    However, when I try to actually mount something nothing has changed.
    [resi@nomad ~]$ devkit-disks --mount /dev/sdc
    Mount failed: Not Authorized
    Since policykit is now properly configured I can use polkit-action or polkit-gnome-authorization to modify the default values in the way polkit expects me to (not tampering with with the *.policy files).
    [resi@nomad ~]$ polkit-action --action org.freedesktop.devicekit.disks.filesystem-mount
    action_id: org.freedesktop.devicekit.disks.filesystem-mount
    description: Mount a device
    message: Authentication is required to mount the device
    default_any: yes (factory default: no)
    default_inactive: yes (factory default: no)
    default_active: yes
    But even now mounting fails because I'm not authorized.
    Back to the start, if I change the factory defaults in org.freedesktop.devicekit.disks.policy mounting succeeds.
    I think there might be 2 bugs involved here:
    1.) missing links to policy files in /usr/share/PolicyKit/policy/
    2.) policykit fails to consider overrides for factory defaults
    What do you think?

  • Restart is required to mount USB after a kernel upgrade?

    I have problem with required restart after kernel upgrade couse can't use USB. This is common in my two machines (laptop & pc). What can I do with this annoying problem. I've tried to google for an answer but can't find anything usefull. Only reasonable info was from stackexchange, but it won't work. I still have all old kernels in /lub/modules
    ls /lib/modules/
    3.10.10-1-ARCH 3.10.5-1-ARCH 3.11.1-1-ARCH 3.11.2-1-ARCH 3.8.10-1-ARCH 3.8.6-1-ARCH 3.8.8-1-ARCH 3.9.3-1-ARCH 3.9.5-1-ARCH 3.9.7-1-ARCH 3.9.9-1-ARCH
    3.10.3-1-ARCH 3.10.9-1-ARCH 3.11.1-2-ARCH 3.11.4-1-ARCH 3.8.11-1-ARCH 3.8.7-1-ARCH 3.9.2-1-ARCH 3.9.4-1-ARCH 3.9.6-1-ARCH 3.9.8-1-ARCH extramodules-3.11-ARCH

    Maybe I can't do such obvious thing like loading usb module or it just won't work:).
    $ ls /etc/modules-load.d/ -1
    enp2s0.conf
    loop.conf
    usbcore.conf
    virtualbox.conf
    $ cat /etc/modules-load.d/usbcore.conf
    usbcore
    $ lsmod | grep usb
    usbhid 41434 0
    hid 89751 2 hid_generic,usbhid
    usbcore 178119 5 ohci_hcd,ohci_pci,ehci_hcd,ehci_pci,usbhid
    usb_common 1648 1 usbcore
    $ dmesg | tail -n2
    [ 142.891160] CPUM: APIC 03 at 00000000fee00000 (mapped at ffffc900145a4000) - ver 0x80050010, lint0=0x10700 lint1=0x10400 pc=0x00400 thmr=0x10000
    [ 984.213568] usb 7-6: new high-speed USB device number 2 using ehci-pci
    And usbdrive still don't mounted automatically

  • Intermittent USB automount failure with GNOME 3

    Hi all,
         I'm running an up-to-date Arch64 system with a USB 3.0-capable motherboard (via xhci-hcd driver). This is a desktop system that is either in use or in sleep mode most of the time (I don't reboot often). Most of the time, auto-mounting of USB sticks or my camera works perfectly. Plug the device in, it shows up in Nautilus.
    However, over the past 4-5 months I've experienced intermittent failures of auto-mount, always after the computer has been through several suspend/resume cycles. When I plug a USB storage device in, I can see it with lsusb, but it doesn't auto-mount. The only way to restore automount functionality is to reboot (restarting GNOME shell, the X server, or logging out don't do it). I've searched the forums, double checked my package installations, udev rules, etc., but can't find any problem. I finally caught some info in the logs tonight; can someone please help me understand what's going on?
    This was the first time auto-mount failed after working fine a few minutes before (prior to suspend/resume). Immediately after plugging the device I got this:
    Apr 26 22:20:45 localhost kernel: [ 2038.156072] usb 4-2: new high-speed USB device number 5 using ehci_hcd
    Apr 26 22:20:51 localhost kernel: [ 2043.336116] usb 4-2: unable to read config index 0 descriptor/start: -110
    Apr 26 22:20:51 localhost kernel: [ 2043.336122] usb 4-2: chopping to 0 config(s)
    Apr 26 22:21:01 localhost mtp-probe: checking bus 4, device 5: "/sys/devices/pci0000:00/0000:00:1d.7/usb4/4-2"
    Apr 26 22:21:01 localhost mtp-probe: bus: 4, device: 5 was not an MTP device
    Apr 26 22:21:01 localhost kernel: [ 2053.349929] usb 4-2: string descriptor 0 read error: -110
    Apr 26 22:21:01 localhost kernel: [ 2053.350079] usb 4-2: no configuration chosen from 0 choices
    Apr 26 22:21:32 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    A few minutes later, I unplugged the device and plugged it into a different USB hub, and automount worked!  It looks like this time a scsi  driver was invoked somehow....what's going on?
    Apr 26 22:24:08 localhost kernel: [ 2239.954372] usb 4-2: USB disconnect, device number 5
    Apr 26 22:24:11 localhost kernel: [ 2243.725259] usb 1-4.4: new high-speed USB device number 7 using ehci_hcd
    Apr 26 22:24:12 localhost mtp-probe: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4/1-4.4"
    Apr 26 22:24:12 localhost mtp-probe: bus: 1, device: 7 was not an MTP device
    Apr 26 22:24:12 localhost kernel: [ 2243.868321] scsi10 : usb-storage 1-4.4:1.0
    Apr 26 22:24:13 localhost kernel: [ 2244.872117] scsi 10:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Apr 26 22:24:13 localhost kernel: [ 2244.873597] sd 10:0:0:0: [sdc] 16547840 512-byte logical blocks: (8.47 GB/7.89 GiB)
    Apr 26 22:24:13 localhost kernel: [ 2244.874156] sd 10:0:0:0: [sdc] Write Protect is off
    Apr 26 22:24:13 localhost kernel: [ 2244.874158] sd 10:0:0:0: [sdc] Mode Sense: 03 00 00 00
    Apr 26 22:24:13 localhost kernel: [ 2244.874713] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2244.874719] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2244.877956] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2244.877962] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2245.077743] sdc:
    Apr 26 22:24:13 localhost kernel: [ 2245.080294] sd 10:0:0:0: [sdc] No Caching mode page present
    Apr 26 22:24:13 localhost kernel: [ 2245.080299] sd 10:0:0:0: [sdc] Assuming drive cache: write through
    Apr 26 22:24:13 localhost kernel: [ 2245.080304] sd 10:0:0:0: [sdc] Attached SCSI removable disk
    Apr 26 22:24:13 localhost udisksd[1189]: Mounted /dev/sdc at /run/media/ryan/AC78-A3D1 on behalf of uid 1000
    Apr 26 22:24:19 localhost kernel: [ 2251.412395] usb 4-1: USB disconnect, device number 4
    Apr 26 22:24:25 localhost kernel: [ 2257.086102] usb 1-4.4: USB disconnect, device number 7
    Apr 26 22:24:25 localhost udisksd[1189]: Cleaning up mount point /run/media/ryan/AC78-A3D1 (device 8:32 no longer exist)
    Apr 26 22:24:28 localhost kernel: [ 2260.191445] usb 4-2: new high-speed USB device number 6 using ehci_hcd
    Apr 26 22:24:33 localhost kernel: [ 2265.371566] usb 4-2: unable to read config index 0 descriptor/start: -110
    Apr 26 22:24:33 localhost kernel: [ 2265.371571] usb 4-2: chopping to 0 config(s)
    Apr 26 22:24:38 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Apr 26 22:24:43 localhost kernel: [ 2275.385332] usb 4-2: string descriptor 0 read error: -110
    Apr 26 22:24:43 localhost kernel: [ 2275.385632] usb 4-2: no configuration chosen from 0 choices
    Apr 26 22:24:43 localhost kernel: [ 2275.385686] usb 4-2: USB disconnect, device number 6
    Apr 26 22:25:09 localhost dbus[550]: [system] Failed to activate service 'org.freedesktop.Avahi': timed out
    Last edited by rsking84 (2012-04-27 02:38:43)

    I am getting this problem as well. lsusb command does not show my device as being plugged into the computer. The only way to get anything off of any USB storage device is to reboot the system. Very annoying. Again, after suspend/resume is when this problem turns up.
    What can I contribute to help solve this issue?

  • CDROM automount issues

    Gurus,
    I am facing a CDROM automount issues. This is on Sunfire 240R installed with Soalris 10.
    I can manually mount the CDROM using "mount" command. But Automount does not work. Tried with different CD's
    Also Tried stopping and starting volmgt but no luck. I cannot even boot off from CDROM. the CD just keepts ejcting
    Could you please provide your suggestions on resolving this and automounting the CDROM drive?
    again.. manually mounting the CDROM works..
    Thx
    MVB

    <table border="0" align="center" width="90%" cellpadding="3" cellspacing="1"><tr><td class="SmallText"><b>Vani wrote on Wed, 08 March 2006 15:28</b></td></tr><tr><td class="quote">
    I am facing a CDROM automount issues. This is on Sunfire 240R installed with Soalris 10.
    I can manually mount the CDROM using "mount" command. But Automount does not work. Tried with different CD's
    Also Tried stopping and starting volmgt but no luck. I cannot even boot off from CDROM. the CD just keepts ejcting
    </td></tr></table>
    Is the svc:/network/rpc/smserver:default service enabled and online?
    This is required for vold automounting of optical media.
    Check with the command "svcs smserver":
    % svcs smserver
    STATE STIME FMRI
    online 10:27:17 svc:/network/rpc/smserver:default

  • 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)

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

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

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

  • [solved] Permissions issue - can't mount usb device as user, just root

    In my last post I learned how to mount a secondary HDD from the command line.  Problem is I did it as root. Now I have xfce4 running and I need mount permissions as user.
    Here's my fstab:
    [dennis@archlinux media]$ cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    #/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    #/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    #/dev/fd0 /media/fl auto user,noauto 0 0
    /dev/sdb /media/disk0 ext4 rw,user,noauto 0 0
    /dev/sdb1 /media/disk1 ext4 rw,user,noauto 0 0
    /dev/sdb3 /media/disk3 ext4 rw.user,noauto 0 0
    UUID=1f813152-615e-41a1-b3e7-ce2b5b6836a5 / ext4 defaults 0 1
    UUID=aba18f0f-5f37-4ab0-8241-5a271dc3dddb swap swap defaults 0 0
    UUID=c4332450-df9e-4571-8256-8e1b10b4d162 /home ext4 defaults 0 1
    UUID=f0a6eca0-9668-454b-b444-371566663510 /boot ext2 defaults 0 1
    [dennis@archlinux media]$
    ....and these are the system messages I got when I plugged the device:
    Unable to mount "74G Volume":
    mount: only root can mount /dev/sdb3 on /media/disk3
    Unable to mount "4G Volume":
    mount: must be superuser to use mount
    What do I do here?
    Last edited by dennola4 (2010-06-28 00:56:51)

    Karol:
    # Cmnd alias specification
    # Defaults specification
    # Runas alias specification
    # User privilege specification
    root ALL=(ALL) ALL
    dennis ALL=(ALL) ALL
    %users ALL=(ALL) NOPASSWD: /usr/sbin/pppd
    %users ALL=(ALL) NOPASSWD: /usr/sbin/hibernate
    %users ALL=(ALL) NOPASSWD: /usr/sbin/standby
    # Uncomment to allow people in group wheel to run all commands
    %wheel ALL=(ALL) ALL
    # Same thing without a password
    %wheel ALL=(ALL) NOPASSWD: ALL
    # Samples
    # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
    # %users localhost=/sbin/shutdown -h now
    Mr. Elendig:
    Why not use automounting instead?
    To install Arch packages I needed an Internet connection, which required use of a Sierra Wireless card, which required chatscripts stored on another filesystem.  In my first Arch forum post ever, the one preceding this one, I learned to mount a device by creating a mountpoint in /media then invoking #mount.  After installing all packages and creating a user name, I signed on with xfce4 and plugged in the usb device again.  It didn't mount.  So I did it manually using sudo.  Since that worked I had the idea that adding the mountpoints to /etc/fstab would be useful, so I did.  When that didn't work I decided to just ask for help.
    So sure, I'm down for some automounting action.  How do I do it?

  • Gnome often turn back to gdm login screen after I hit the keybord

    I am not sure whether there are anybody get same problem as me. Gnome often suddently turn back to GDM login screen after I hit keybord( any keys). The rate I get this problem is 2 times within about 6 hours . This is really bad problem ,while I was writting php codes ,the gnome suddently turn back to GDM caused I lost all codes I wrote!
    is there any solution?

    http://bbs.archlinux.org/viewtopic.php?id=82308
    I have same problem, but sometimes it works perfectly until I reboot my PC O.o

  • Gnome 3.2 GDM problem

    I just upgraded to Gnome 3.2, but this must have broken something related to GDM. When I should be seeing the login box I just get a dialogue box saying: Failed to load session "gdm-shell". Unusually, nothing turned up on google/the forums about this message. Ideas?
    EDIT: Typo.
    Last edited by vox.cogitatio (2011-10-02 02:00:38)

    I am not able to use gdm after upgrading to gdm 3.2 . Gdm logs in as user 'gdm' everytime , I am not able to log out of user 'gdm' or swtich user. its really annoying, I tried installing xdm , its working correctly. I tried using the rc.conf daemon to run gdm but it gives the same result. I am using inittab to run gdm.  Right now I am using autologin to login to my user account. Can any one tell me what the problem is ?
    gnome-session[6130]: DEBUG(+): Enabling debugging
    gnome-session[6130]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/kayal:@/tmp/.ICE-unix/6130,unix/kayal:/tmp/.ICE-unix/6130
    gnome-session[6130]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[6130]: DEBUG(+): GsmManager: setting client store 0x98855c0
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x8062560
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x8062560
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x8062560
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x8062560
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x8062560
    gnome-session[6130]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[6130]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[6130]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[6130]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[6130]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[6130]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[6130]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[6130]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[6130]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[6130]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[6130]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-shell.desktop'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[6130]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[6130]: DEBUG(+): fill: *** Adding required components
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-shell.desktop'
    gnome-session[6130]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-shell.desktop
    gnome-session[6130]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[6130]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[6130]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[6130]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[6130]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[6130]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[6130]: DEBUG(+): fill: *** Done adding required components
    gnome-session[6130]: DEBUG(+): fill: *** Adding default providers
    gnome-session[6130]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[6130]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[6130]: DEBUG(+): GsmManager: App startup summary
    gnome-session[6130]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[6130]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[6130]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[6130]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[6130]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[6130]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[6130]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[6130]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[6130]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[6130]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=1092efa35843942709131842104034943400000061300001
    gnome-session[6130]: DEBUG(+): GsmAutostartApp: started pid:6140
    gnome-session[6130]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[6130]: DEBUG(+): GsmManager: Adding new client 1092efa35843942709131842104050059200000061300002 to session
    gnome-session[6130]: DEBUG(+): uid = 120
    gnome-session[6130]: DEBUG(+): pid = 6155
    gnome-session[6130]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[6130]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[6130]: DEBUG(+): GsmManager: RegisterClient 1092efa35843942709131842104034943400000061300001
    gnome-session[6130]: DEBUG(+): GsmManager: Adding new client 1092efa35843942709131842104034943400000061300001 to session
    gnome-session[6130]: DEBUG(+): uid = 120
    gnome-session[6130]: DEBUG(+): pid = 6140
    gnome-session[6130]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[6130]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[6130]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[6130]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[6130]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[6130]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[6130]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=/usr/bin/gnome-shell startup-id=1092efa35843942709131842104034900100000061300000
    gnome-session[6130]: DEBUG(+): GsmAutostartApp: started pid:6157
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[6130]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: New client '0x98b24b8 []'
    gnome-session[6130]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[6130]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Initializing client 0x98b24b8 []
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Client '0x98b24b8 []' received RegisterClient(1092efa35843942709131842104034900100000061300000)
    gnome-session[6130]: DEBUG(+): GsmManager: Adding new client 1092efa35843942709131842104034900100000061300000 to session
    gnome-session[6130]: DEBUG(+): App gnome-shell.desktop registered
    gnome-session[6130]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[6130]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[6130]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[6130]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[6130]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[6130]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[6130]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[6130]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x98b24b8 [1092efa35843942709131842104034900100000061300000]'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Set properties from client '0x98b24b8 [1092efa35843942709131842104034900100000061300000]'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: ProcessID = '6157'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[6130]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    JS LOG: GNOME Shell started at Wed Oct 12 2011 19:04:01 GMT+0700 (ICT)
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Window manager warning: Log level 16: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    Window manager warning: Log level 16: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    Window manager warning: Log level 16: nm_client_get_devices: error getting devices: Launch helper exited with unknown return code 1
    JS LOG: NetworkManager is not running, hiding...
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=CanShutdown
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=CanShutdown
    gnome-session[6130]: DEBUG(+): GsmManager: CanShutdown called
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[6130]: DEBUG(+): Watch 1 fired, idle time = 600000
    gnome-session[6130]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[6130]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[6130]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
    Window manager warning: Log level 16: gnome-shell: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
    (gnome-settings-daemon:6140): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :1.
    gnome-shell-calendar-server[6172]: Got HUP on stdin - exiting

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

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

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

  • [SOLVED] How to automatically mount USB drives with custom mount point

    edit:
    Original title was : 'Unable to mount USB disk via /etc/rc.local', but got changed since the /etc/rc.local problem isn't relevant for me anymore.
    Hello,
    Since I am new to this forum, I'll start off with this :
    Thanks to archlinux, its founder and all its contributors, cause this is the operating system (flavour) that annoys me the least.
    The root problem :
    I want to automount USB storage devices to other places than /media/ and without the need for programs that depend on gnome and the like. As I tried some stuff with hald and such, I didn't really get to a nice and easy to configure solution. Any hints in that direction are always welcome.
    For now, automount of known USB storages devices during boot, will do.
    So the things I tried and didnt work :
    1.
    Provide the disk info to /etc/fstab (via the disks UUID and 'auto' filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : the mount command in rc.local says '... specify filesystem'
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    2.
    Provide the disk info to /etc/fstab (via the disks UUID and the correct filesystem)
    Add 'mount /mountpoint' to /etc/rc.local
    Result : pc doesn't get through boot process and gives me the 'ctrl-d to reboot or root passwd for maintenance'
    3.
    Provide no disk info in /etc/fstab
    Add the full mount line to /etc/rc.local (mount -t fs /dev/disks/by-uuid/MyUUID /MyMountpoint )
    Result : don't remember the output of the mount execution, but well, it didn't mount
    However, after boot, running /etc/rc.local mounts the USB disks correctly.
    Is there something that isn't loaded at the time of rc.local execution that I need for mounting of USB devices ? Or why else is this failing ?
    Regards,
    BasiK
    Last edited by BasiK (2009-08-28 07:22:50)

    Thanks for the hint hunterthomson, but the pc I will be using it on, is an own-built HTPC/home file server, so there is no way I want to use a graphical file manager to get the usb disks mounted.
    I tried to figure out a little about udev rules, and I got to do what I wanted to do, so thx for pointing me in that direction Mr.Elendig.
    Btw, I am indeed also using auto-sleep/park disks, but this udev way works perfectly.
    I added two rules files to /etc/udev/rules.d/ :
    The first for a known usb disk (with its volume uuid), with a named mountpoint under my media dir /symbiosis/ :
    [basik@plox ~]$ cat /etc/udev/rules.d/80-usb-utopia.rules
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",SYMLINK+="usb-%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a",RUN+="/bin/mkdir -p /symbiosis/utopia"
    ACTION=="add", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/utopia", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[b-z][0-9]", ENV{ID_FS_UUID}=="a59332c2-07ba-4c52-afb5-20e361bdf71a", RUN+="/bin/umount -l /symbiosis/utopia", OPTIONS="last_rule"
    The second for unknown usb disks, to mount under the same dir. This is simply taken from the archwiki http://wiki.archlinux.org/index.php/Ude … .26_Tricks
    Make sure these rules are executed after the ones for specific usb disks.
    [basik@plox ~]$ cat /etc/udev/rules.d/usb-disks.rules
    KERNEL=="sd[a-z]", NAME="%k", SYMLINK+="usb%m", GROUP="storage", OPTIONS="last_rule"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", SYMLINK+="usb%n", GROUP="storage", NAME="%k"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mkdir -p /symbiosis/usb%n"
    ACTION=="add", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t auto -o rw,noauto,sync,dirsync,noexec,nodev,noatime /dev/%k /symbiosis/usb%n", OPTIONS="last_rule"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/umount -l /symbiosis/usb%n"
    ACTION=="remove", KERNEL=="sd[a-z][0-9]", RUN+="/bin/rmdir /symbiosis/usb%n", OPTIONS="last_rule"
    These may not be the nicest looking udev rules, but it works for what I wanted to do with it.

  • Automatically mount USB 3.0 WD External HDD with iMac 24-inch mid-2007

    I am using a 2TB Western Digital (WD) My Book Essential external Hard Disk Drive for my iMac 24-inch mid-2007 to use it as a Time Machine backup disk. This HDD only comes with a USB 3.0 connection. 
    Function-wise, it works with the iMac and Time machine uses it for backup without any issues.
    However, the following problem occurs at every restart: the HDD does not mount automatically. And Time Machine stops backuping. To make it work again, I have to either unplug/replug the power cable of the HDD or unplug/plug the USB cable of the HDD so it mounts again and can be used by Time Machine. When unmounted, I tried to see if the disk was at least visible in Disk Utility so I could mount it from there but it does not appear in Disk Utility until I physically unplug/plug it back again.
    For troubleshooting purposes, I have tried to use this HDD with my MacBook Pro Retina 2013 and I don't have the same problem as the HDD mounts itself automatically when I restart.
    So I assume the problem reside in the way the iMac mid-2007 handle USB 3.0 as it was probably manufactured before the USB 3.0 standard was developped.
    Would anyone know a possible workaround for this issue? I don't have too many hopes but one never knows...

    I am using Mavericks 10.9.1.
    The problem was also occuring when I was running Mountain Lion.
    It looks backward compatible to me except when it comes to automatically mount itself after a restart.

  • Mounting USB devices in arch guest

    I'm new to virtualbox, but not to linux.  I have been using arch for at least 3 years, so I have some familiarity with it.  I have recently installed arch as a guest OS on virtualbox (on OSX host).  I am having some trouble accessing an attached USB device from the arch guest.  I have defined the virtualbox USB filter for my device, and it appears to work, detecting the identified device and attaching it to the guest (at least as far as virtualbox is concerned).   I can see the device in the virtualbox pull-down menu, and it shows with a "checkmark" next to it, showing (I think) that it has been attached to my arch guest.
    Problem is, I cannot see the device from the arch guest.  no entry in /dev for any USB device.  symptoms are the same whether i insert ther USB device before or after starting the arch guest.  I have HAL and dbus active in my guest.  Also, I have made this work in arch installed natively.  since there is no /dev entry, this might appear to be some form of udev issue?  is there a specific udev setup that I should be aware of for arch as a guest?
    Please help if you can.  I will appreciate all comments and suggestions.
    -dvh

    hey, ive got Arch setup in virtualbox as well, and can mount usb's and cd's etc. (although with some issues i may need to bring up in another thread...) anyways, im assuming you have the PUEL virtualbox and not the OSE one?
    also, your certain that you've mounted the correct USB (on the Virtual Box pull-down menu)? because you may have mounted a USB which was already attached to your host, and not the actual USB?
    just checking, i dont know much about how to fix this issue so im just going at the simple solutions...

  • Mount USB Device in Single User Mode

    Hi All,
    Can anyone give me any assistance of mounting a USB stick in single user mode?
    I am trying to use the command:
    $ mount -uw /dev/disk2s1 /Volumes/usb
    But it get the error:
    --specified device does not match mounted device
    If I put the USB stick in normal OSX mode, then run 'df -k' in terminal, it is mounted by automounter, but I can't seem to get it to mount in single user mode.
    Thanks,
    Nik

    Hi Nik,
       I don't believe that there are enough services started in Single User Mode to do this; you'll have to start the services yourself. However, I haven't tested this so I don't know. Wanna be a Guinea Pig?
       If your going to need to write to the boot drive, mount it read/write with:
    /sbin/mount -uw /
    Next, start the basic services, including diskarbitrationd:
    /usr/libexec/registermach_bootstrapservers /etc/mach_init.d
    The above should be one line, modulo wrapping. Then start diskarbitrationd:
    /sbin/SystemStarter start Disks
    You should probably check /dev and see what disks are already mounted. (without the USB stick) I assume that the services that mount removable media are now started so insert the stick and see if it appears mounted in /Volumes. Otherwise, check /dev and see if there's a new disk. If it only appears in /dev, you can use the standard mount command to mount it. If it doesn't appear in /dev then you might reboot into Single User Mode and repeat the procedure with the USB stick already inserted. If none of that works then this must not be the right method and you have my apologies.
    Gary
    ~~~~
       Computers are like air conditioners. Both stop working
       if you open windows.
          -- Adam Heath

Maybe you are looking for

  • Problem in outputting a string into a file

    Hi guys, I tried to output a string to a file. The string is 'Size : 30u201D X 13 ½u201D X17 ¾u201D(H)'. However, with this code : l_file = '/erp/reports/testgk.txt'. l_str = 'Size : 30u201D X 13 ½u201D X17 ¾u201D(H)'. OPEN DATASET l_file FOR OUTPUT

  • Need help with a sql function...

    Hi. I have a year '2004' stored in a variable and I want to be able to add the rest of the date before this. How would I go about adding 01-APR to the front of this year and then put it in a variable... thanks in advance.

  • Best workflow for creating games for pc and starling games in AIR

    best workflow for creating games for pc and starling games in AIR. I need to develop for tablets with starling and AIR as well as for pc without starling ie: downloading from a server. In starling you have to 1. instantiate starling 2. use texture at

  • Unable to Open Serial Port

    Hi I am trying to write to an ADAM 4571 Ethernet to RS422 converter. Using the software provided by the vendor Ver. 1.49. I can setup the device properly, than configure it as a virtual com port. The problem is LabView sees the port but can not open

  • Limit dimension to members of particular hierarchy

    Hi, I have a dimension say dim1 which has two hierarchy h1 and h2. I want to limit my dimension to have members present in only h1 hierarchy. How can I do this? Thanks in advance. Thanks Brijesh