Failed to start session after upgrade to 14.04

https://ubuntuforums.org/showthread.php?t=2217895

Thread: Failed to start session after upgrade to 14.04

Thread Tools
Display

April 19th, 2014 #1
prashanta2
prashanta2 is offline 5 Cups of Ubuntu

Join Date
Feb 2014
Location
Alajuela, Costa Rica
Beans
21
Distro
Ubuntu 13.10 Saucy Salamander

Hello,

I just did an upgrade to 14.04 Ubuntu. I had 13.10 with Mate Desktop. After upgrade and reboot, the system does not log in anymore. It just says "Failed to start session"

I guess mate crashed and know the system can‘t log in. What can I do?

Big thanks,
Pedro

Advanced reply Adv Reply
April 19th, 2014 #2
prashanta2
prashanta2 is offline 5 Cups of Ubuntu

Join Date
Feb 2014
Location
Alajuela, Costa Rica
Beans
21
Distro
Ubuntu 13.10 Saucy Salamander

Re: Failed to start session after upgrade to 14.04

One additional info.
In the log in screen I go to terminal Ctrl+Alt+F1
after sudo su code I type password and get - login incorrect

Advanced reply Adv Reply
April 19th, 2014 #3
prashanta2
prashanta2 is offline 5 Cups of Ubuntu

Join Date
Feb 2014
Location
Alajuela, Costa Rica
Beans
21
Distro
Ubuntu 13.10 Saucy Salamander

Re: Failed to start session after upgrade to 14.04

Somehow I got it to work... don‘t know what I did...

Advanced reply Adv Reply
April 19th, 2014 #4
Abhilash_Nayak
Abhilash_Nayak is offline First Cup of Ubuntu

Join Date
Apr 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

I faced the same problem after the upgrade.. I tried to install Gnome env. and surprisingly this got fixed.

$ sudo apt-get install gnome
$ sudo reboot

After the reboot I selected Gnome environment first, but then I tried my luck with Ubuntu env. and wola! I was able to login..

Advanced reply Adv Reply
April 22nd, 2014 #5
charlyoleg2
charlyoleg2 is offline First Cup of Ubuntu

Join Date
Apr 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

I face the same issue after updating from 12.04 to 14.04. Your workaround doesn‘t work in my case

I have seen this debug messages in the lightdm log:
> sudo cat /var/log/lightdm/lightdm.log
DEBUG: Seat: Failed to find session configuration ubuntu
DEBUG: Seat: Can‘t find session ubuntu

I‘m still looking for a solution!

Last edited by charlyoleg2; April 22nd, 2014 at 10:45 AM.

Advanced reply Adv Reply
April 22nd, 2014 #6
ivan-janes
ivan-janes is offline Spilled the Beans

Join Date
Aug 2013
Beans
12

Re: Failed to start session after upgrade to 14.04

Try to install ubuntu-session package as suggested on http://osdir.com/ml/ubuntu-bugs/2014-04/msg13063.html
Code:

sudo apt-get install ubuntu-session

If it is installed try to reinstall it with:
Code:

sudo apt-get install --reinstall ubuntu-session

Advanced reply Adv Reply
April 23rd, 2014 #7
moorkai
moorkai is offline First Cup of Ubuntu

Join Date
Jun 2013
Beans
1

Re: Failed to start session after upgrade to 14.04

Tried ivan-janes‘ solution. Sadly, it didn‘t work for me. Changing user-session from ubuntu to mate in /etc/lightdm/lightdm.conf did the trick instead.

Advanced reply Adv Reply
May 14th, 2014 #8
ron20
ron20 is offline First Cup of Ubuntu

Join Date
May 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

I had the same problem and this solution worked for me.

Quote Originally Posted by ivan-janes View Post
Try to install ubuntu-session package as suggested on http://osdir.com/ml/ubuntu-bugs/2014-04/msg13063.html
Code:

sudo apt-get install ubuntu-session

If it is installed try to reinstall it with:
Code:

sudo apt-get install --reinstall ubuntu-session

Advanced reply Adv Reply
July 17th, 2014 #9
Tony_Pellicccio
Tony_Pellicccio is offline First Cup of Ubuntu

Join Date
Jul 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

Thanks to all of you. I went from 12.04LTS to 14.04LTS. The upgrade was a nightmare. I mean are they that clueless at Canonical that they couldn‘t do a proper upgrade? Really? Now I just have to get my networking running again and I‘ll be back in business. But being out of service for a few days, that wasn‘t cute. Making me really re-think using Ubuntu.

Advanced reply Adv Reply
July 24th, 2014 #10
rafael.lopez011
rafael.lopez011 is offline First Cup of Ubuntu

Join Date
Dec 2013
Beans
2

Re: Failed to start session after upgrade to 14.04

Once I pressed ctr+alt+F1 or F2 .....or F6 the command line appear but request me the login and password. Once I entered the username and password it request me the password. Then ‘Login incorrect‘ message appear. if I put the sudo and rest of the commands it does not work.

Please help.

Also have tried booting from the USB with Ubuntu 14.04 LTS then open the terminal and then I‘m able to execute the lines but after reinstall the session it is doing the same.

Please help

Thread: Failed to start session after upgrade to 14.04

Thread Tools
Display

July 24th, 2014 #11
rafael.lopez011
rafael.lopez011 is offline First Cup of Ubuntu

Join Date
Dec 2013
Beans
2

Re: Failed to start session after upgrade to 14.04

do you figure out what did you do? I have the same problem?

Advanced reply Adv Reply
July 25th, 2014 #12
Jeton_Sinoimeri
Jeton_Sinoimeri is offline First Cup of Ubuntu

Join Date
Jul 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

I had the same problem, I upgraded from 12.04 to 14.04. I pressed CTR-ALT-F3 and then logged in using my credentials, then typed in sudo apt-get install, and put in my password. I let it finish then restarted the computer and was able to log in

Advanced reply Adv Reply
October 23rd, 2014 #13
derrick3
derrick3 is offline First Cup of Ubuntu

Join Date
Oct 2014
Beans
1

Re: Failed to start session after upgrade to 14.04

When it says Login "Incorrect" you probably typed something wrong. Remember capitaliztion matters on both USER and PASS and make sure you type in the right password.

Advanced reply Adv Reply
January 28th, 2015 #14
jiwon21c
jiwon21c is offline First Cup of Ubuntu

Join Date
Jan 2015
Beans
1

Re: Failed to start session after upgrade to 14.04

This made it clear the problem in my case.
Thanks a lot.

Advanced reply Adv Reply
August 5th, 2015 #15
Kuan-Hsun
Kuan-Hsun is offline First Cup of Ubuntu

Join Date
Aug 2015
Beans
1

Re: Failed to start session after upgrade to 14.04

It is still work for me as well. My case is that after updating the system as usual, I cannot log in the system.
Originally Posted by ivan-janes
Try to install ubuntu-session package as suggested on http://osdir.com/ml/ubuntu-bugs/2014-04/msg13063.html
Code:
sudo apt-get install ubuntu-session
If it is installed try to reinstall it with:
Code:
sudo apt-get install --reinstall ubuntu-session

Advanced reply Adv Reply
August 6th, 2015 #16
mmercado
mmercado is offline First Cup of Ubuntu

Join Date
Jan 2009
Beans
5

Re: Failed to start session after upgrade to 14.04

None of these options worked for me. In case it helps someone, what I did was I downgraded my NVIDIA graphics package and it worked. It is strange that this solved the issue because I could see the login screen and for a second my custom background before it would go back to the login screen.

时间: 2024-10-12 23:37:30

Failed to start session after upgrade to 14.04的相关文章

解决ubuntu登陆失败,"Failed to start session"的问题

我是在虚拟机中安装了Ubuntu 14.04 系统,在Ubuntu 中执行 apt-get update  和  apt-get upgrade 命令后,然后重启系统.    但是,在重启成功后,在登陆的界面进行登陆时,却报错误"Failed to start session" ,无法登陆. Ubuntu 从 图形界面 切换到 终端界面的 命令是:  CTRL + ALT + [F1 ~ F6]           // F1 到 F6中任意一个按键都可以.       Ubuntu

Flex Failed to connect; session timed out.解决办法

Flex Failed to connect; session timed out.解决办法2009-08-13 09:23 最近学Flex,经常出现下面这个错误. Failed to connect; session timed out.Ensure that:1. You compiled your Flash application with debugging on.2. You are running the debugger version of Flash Player. 网上找下

解决Failed to connect session for conifg 故障

服务器升级openssh之后jenkins构建报错了,报错信息如下: Failed to connet or change directory jenkins.plugins.publish_over.BapPublisherException:Failed to connect session for config.....Message [Algorithm negotiation fail] 升级前ssh版本:OpenSSH_5.3p1 升级后sshl版本:OpenSSH_6.8pl 解决

ubuntu 启动时提示 Failed to load session ubuntu

启动时候提示 Failed to load session ubuntu 通过 CTRL + ALT + [F1~F6] 进入终端界面登陆进系统, 进去之后执行 sudo apt-get install ubuntu-desktop sudo reboot 重启之后登陆正常. 原文地址:https://www.cnblogs.com/rivsidn/p/9338986.html

Android Studio模拟器出错,提示Application Installation Failed, Installation failed with message Failed to establish session.

多次运行模拟机总会出现下面的错误,试了很多方法也是不行,什么操作菜单Build->Close project之类的. 错误翻译,了解了是什么错误再找怎么解决吧,我用的是Android Studio的模拟机,所以直接按下面操作就行了,如果用的是手机之类的再搜索其它办法吧. Application Installation Failed Installation failed with message Failed to establish session. It is possible that

lnmp phpmyadmin登录提示Failed to set session cookie

问题 phpmyadmin提示Failed to set session cookie ,环境为lnmp1.6 , 解决: 查看lnmp日志,apache core 提示[core:notice] [pid 32072:tid 140644039464832] AH00052: child pid 875 exit si gbd调试,php的ssl登录部分问题 #0 0x00007f627fe0ef21 in free () from /usr/lib64/libc.so.6 #1 0x0000

Ubuntu 14.04 – How to install xrdp in Ubuntu 14.04

http://c-nergy.be/blog/?p=5305 Hello World, Ubuntu 14.04 has been released on April 17th 2014 and we already released the traditional post about how to perform a fresh install. We didn’t covered the upgrade process because it’s quite easy nowadays. B

熊猫猪新系统測试之四:Ubuntu 14.04

眼下猫猪在办公室一般用的就是乌班图系统,一方面原因是老本本性能跑不起来Windows,更重要的是本猫认为Linux系统更开放些.况且如今用的也比較熟了,全然能够脱离Windows鸟!这一系列4篇新系统測试的文章,除了iOS8是在mac上所写的以外(在iOS上写csdn博客感觉有点太那个啥了吧),其它所有都是在博客所測试的系统上写的哦!事实上Ubuntu 14.04对于本猫来说不算新系统,由于非常早就已经升级使用了.但由于对于Ubuntu来说是最新稳定版本号,再加上对于使用Windows系统的童鞋

【Android 系统开发】CyanogenMod 13.0 源码下载 编译 ROM 制作 ( 手机平台 : 小米4 | 编译平台 : Ubuntu 14.04 LTS 虚拟机)

作者 : 韩曙亮 转载请注明出处 : http://blog.csdn.net/shulianghan/article/details/51592930 手机的两种模式 : 在下面有详细的图片示例; -- Recovery 模式 : 音量键增加 + 电源键, 长按上述组合键, 看到 "MI" 的 LOGO 后即进入 Recovery 模式; -- Fastboot 模式 : 音量键减小 + 电源键, 长按上述组合键, 看到 "FASTBOOT" 后, 即 进入 FA