On Wed, Oct 31, 2012 at 10:04 PM, Armin K. <kre...@email.com> wrote:

> On 10/31/2012 04:31 PM, James Pinto wrote:
> >
> > Hi
> >
> > I finally found the .xsession-errors in the user folder inside the home
> > directory
> >
> > I have attached it with this mail
> >
> > Regards
> > James
> >
>
> I see there are some errors ...
>
> First one is not so common:
>
> gnome-session[1813]: WARNING: Could not parse desktop file
> /etc/xdg/autostart/caribou-autostart.desktop: Key file contains line
> '/dev/sda7 / ext3 rw 0 0' which is not a key-value pair, group, or comment
>
> I have no idea how that got there. Have you modified the file? Can you
> post the file?
>
> caribou is required to be started in order for GNOME Shell to start.
>
> Second one is common, but it shouldn't happen when DRI2 is avalable:
>
> gnome-session[1813]: WARNING: Session 'gnome' runnable check failed:
> Exited with code 1
>
> Try running the following command from X Terminal (GNOME Terminal or
> Xterm) while running metacity in the EXACT order (copy/paste) and paste
> the output:
>
> /usr/lib/gnome-session/gnome-session-check-accelerated
> echo $?
> /usr/lib/gnome-session/gnome-session-check-accelerated-helper
> echo $?
>
> While not so important to Shell, I see this one:
>
> (metacity:1868): Gtk-WARNING **: Unable to locate theme engine in
> module_path: "clearlooks",
>
> If metacity looks ugly, I suggest that you install gtk-engines from BLFS
> book.
>
> There's also:
>
> /etc/gdm/Xsession: ssh-agent not found!
>
> I don't know what ssh-agent does to GNOME (I have it), but it is part of
> OpenSSH package. You can install it if you desire, I doubt it will
> change everything.
>
> There is also
>
> ** (nm-applet:1884): WARNING **: Could not initialize NMClient
> /org/freedesktop/NetworkManager: Rejected send message, 2 matched rules;
> type="method_call", sender=":1.36" (uid=1000 pid=1884 comm="nm-applet ")
> interface="org.freedesktop.DBus.Properties" member="GetAll" error
> name="(unset)" requested_reply="0"
> destination="org.freedesktop.NetworkManager" (uid=0 pid=1591
> comm="/usr/sbin/NetworkManager ")
>
> This can mean two things:
>
> NetworkManager daemon is not running. Check with "ps aux | grep
> NetworkManager"
>
> This should return something like
>
> $ ps aux | grep NetworkManager
> root       215  0.0  0.0  44012  5928 ?        Ssl  17:17   0:00
> /usr/sbin/NetworkManager --no-daemon
>
> While I am not sure if it is required for GNOME Shell, It might pose
> problems if not started since it is integrated very well.
>
> And it could mean that consolekit is missconfigured and D-Bus is
> rejecting messages sent from client to daemon.
>
> Check that by running the following command from GNOME Terminal or any X
> terminal and if desired, post the output here:
>
> ck-list-sessions
>
>
>
> Good luck!
> --
> http://linuxfromscratch.org/mailman/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
>

Hi

I have got the output of the files/commands that you mentioned.

 cat /etc/xdg/autostart/caribou-autostart.desktop
/dev/sda7 / ext3 rw 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0

 /usr/lib/gnome-session/gnome-session-check-accelerated
james [ /sources/err ]$ echo $?
1
james [ /sources/err ]$
/usr/lib/gnome-session/gnome-session-check-accelerated-helper
james [ /sources/err ]$ echo $?
0

I will install gtk-engines from BLFS book.

I will install OpenSSH package.

 ps aux | grep NetworkManager
root      1592  0.0  0.1  22744  5020 ?        Ssl  02:59   0:00
/usr/sbin/NetworkManager
root      2065  0.0  0.0   5408  3000 ?        S    03:28   0:00
/sbin/dhclient -d -4 -sf /usr/lib/NetworkManager/nm-dhcp-client.action -pf
/var/run/dhclient-wlan0.pid -lf
/var/lib/dhclient/dhclient-42e1a0d1-e80a-4939-8d52-b0493fba1f76-wlan0.lease
-cf /var/run/nm-dhclient-wlan0.conf wlan0
james     2082  0.0  0.0   4808   892 pts/0    S+   03:35   0:00 grep
NetworkManager

 ck-list-sessions
Session2:
    unix-user = '1000'
    realname = '(null)'
    seat = 'Seat1'
    session-type = ''
    active = TRUE
    x11-display = ':0'
    x11-display-device = '/dev/tty7'
    display-device = ''
    remote-host-name = ''
    is-local = TRUE
    on-since = '2012-11-01T21:29:46.087828Z'
    login-session-id = ''


Regards
-- 
www.phoenixfusion.in
James Earnest Pinto
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to