I updated the release to 17.3 on my notebook and now I get an error /etc/mdm/Xsession

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
yesworld

I updated the release to 17.3 on my notebook and now I get an error /etc/mdm/Xsession

Post by yesworld »

Hi,

I am newbie to linux, but I did upgrade mint release from 14 to 17.3.
I go to login and get a login message your xsession lasted less than 10 seconds check your .xsession-errors file.

Well here that is:
$ cat .xsession-errors
/etc/mdm/Xsession: Beginning session setup...
localuser:yesworld being added to access control list
Сценарий для none запущен из run_im.
Сценарий для auto запущен из run_im.
Сценарий для default запущен из run_im.
/etc/mdm/Xsession: 31: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 32: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 33: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 34: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 35: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 5: exec: init: not found
$ df -h

Code: Select all

Filesystem         Type      Size  Used Avail Use% Mounted on
udev               devtmpfs  5.9G  4.0K  5.9G   1% /dev
tmpfs              tmpfs     1.2G  1.3M  1.2G   1% /run
/dev/dm-1          ext4       98G   81G   13G  87% /
none               tmpfs     4.0K     0  4.0K   0% /sys/fs/cgroup
none               tmpfs     5.0M     0  5.0M   0% /run/lock
none               tmpfs     5.9G     0  5.9G   0% /run/shm
none               tmpfs     100M  4.0K  100M   1% /run/user
/dev/sda1          ext2      236M  132M   92M  59% /boot
$ lsb_release -a

Code: Select all

Distributor ID:	LinuxMint
Description:	Linux Mint 17.3 Rosa
Release:	17.3
Codename:	rosa 
$ uname -a

Code: Select all

Linux pc-yesworld 3.13.0-149-generic #199-Ubuntu SMP Thu May 17 10:12:50 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
$ hostnamectl

Code: Select all

   Static hostname: pc-yesworld
         Icon name: computer-laptop
           Chassis: laptop
           Boot ID: e33d695b15da4d05b155f53f9b8ff3a3
  Operating System: Ubuntu 14.04.5 LTS
            Kernel: Linux 3.13.0-149-generic
      Architecture: x86_64 
$ cat /etc/os-release

Code: Select all

NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
So I am at a bit of a loss here of what to do. HELP!
Thanks for reading.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
sleeper12
Level 21
Level 21
Posts: 14591
Joined: Thu May 25, 2017 3:22 pm

Re: I updated the release to 17.3 on my notebook and now I get an error /etc/mdm/Xsession

Post by sleeper12 »

I have no idea what any of that means (maybe someone else will), but a fresh install of 17.3 from CD or flash drive might be the easiest solution.
User avatar
karlchen
Level 23
Level 23
Posts: 18222
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: I updated the release to 17.3 on my notebook and now I get an error /etc/mdm/Xsession

Post by karlchen »

yesworld wrote: Wed Dec 12, 2018 5:24 am

Code: Select all

/etc/mdm/Xsession: 31: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 32: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 33: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 34: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
/etc/mdm/Xsession: 35: /etc/X11/Xsession.d/98vboxadd-xclient: /usr/bin/VBoxClient: not found
The Virtualbox client software has been uninstalled in the past. But the file /etc/X11/Xsession.d/98vboxadd-xclient is still present, which is only needed, if the Virtualbox client software is present as well.
Suggested Solution:

Code: Select all

sudo rm /etc/X11/Xsession.d/98vboxadd-xclient
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 771 days now.
Lifeline
Locked

Return to “Installation & Boot”