Page 1 of 1

Session Error

Posted: 23. Sep 2016, 00:17
by usuha
Hello.

In the name of the user who created the second, I will get the following error message when you log in.
You are of the session did not last more than 10 seconds. If you yourself are not logged out, there is a problem with the installation, you may free space on the disk is not enough. Log in from the fail-safe session, please check whether you can solve this problem.

When you log in from fail-session, you get the following error message.
GNOME does not seem to be installed.
Try to start a "fail-safe xterm" session instead.
To start the failsafe session "xterm" it can not be found.

xsession-errors
/etc/gdm/Xsession: Beginning session setup...
/etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- startxfce4
/usr/bin/startxfce4: X server already running on display :0
xrdb: "Xft.hinting" on line 9 overrides entry on line 6
xrdb: "Xft.hintstyle" on line 10 overrides entry on line 7
xfce4-session-Message: SSH authentication agent is already running

(xfce4-session:1219): xfce4-session-WARNING **: xfsm_manager_load_session: Something wrong with /home/usuha/.cache/sessions/xfce4-session-darkstar:0, Does it exist? Permissions issue?

When the second login, I can log in successfully.

Re: Session Error

Posted: 24. Sep 2016, 08:35
by mimosa
The first thing that occurs to me is to ask whether your Linux/home partition is full?

You can see this at a glance in a terminal:

Code: Select all

df -h
If it shows 100% or close to it, try deleting some large user files if you can. You can also try:

Code: Select all

sudo slapt-get --clean
sudo slapt-src --clean
though that won't help if you have a separate /home partition.

In general, a healthy Linux filesystem benefits from a reasonable amount of free space - anything over 90% may be beginning to get a bit crowded.

Re: Session Error

Posted: 24. Sep 2016, 09:33
by usuha
Thanks a lot mimosa.
Many thanks.