Problem with login panel after updates

General support questions
Post Reply
kuncavia
Posts: 3
Joined: 2018/12/12 13:36:35

Problem with login panel after updates

Post by kuncavia » 2018/12/12 13:43:28

Hello,

I haven't use my CeontOS 7 from three weeks, after start it in my graphical environment have many updates. So i start it, everything was ok, but when the OS was restarted i haven't login panel.

With control + alt + F2 i can login in console, but can't go back in graphical environment. I' was checked boot.log, but there haven't errors.

Any suggestions?

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Problem with login panel after updates

Post by TrevorH » 2018/12/12 14:09:12

when the OS was restarted i haven't login panel.
So what do you have instead?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

jim.pollard
Posts: 1
Joined: 2018/12/12 14:40:36

Re: Problem with login panel after updates

Post by jim.pollard » 2018/12/12 14:48:48

What do you get if you do

Code: Select all

startx
?

kuncavia
Posts: 3
Joined: 2018/12/12 13:36:35

Re: Problem with login panel after updates

Post by kuncavia » 2018/12/12 17:22:45

This is the result:
0-02-05-ef5b0e4da048d089e387df81a96347f23af0a0d02625ee35f0449285cde6ef42_7eee680e.jpg
0-02-05-ef5b0e4da048d089e387df81a96347f23af0a0d02625ee35f0449285cde6ef42_7eee680e.jpg (192.47 KiB) Viewed 844 times
I check similar problems and try to install "Development Tools" but in console i haven't network.
Problem with the network start after installation of CentOS. Every time when use restart, I need manual to activate wired on.
I try at console /etc/init.d/network start - but isn't helped.

This is the screen when os start:

Image

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Problem with login panel after updates

Post by TrevorH » 2018/12/12 17:51:08

Problem with the network start after installation of CentOS. Every time when use restart, I need manual to activate wired on.
What is the output from the command grep ONBOOT /etc/sysconfig/network-scripts/ifcfg-*. If ONBOOT is not 'yes' then it needs to be or the interface is not started at boot time.

Have you installed proprietary video drivers from e.g nvidia/AMD or VMWare/VirtualBox? If so then you probably need to reinstall them after every kernel update.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

kuncavia
Posts: 3
Joined: 2018/12/12 13:36:35

Re: Problem with login panel after updates

Post by kuncavia » 2018/12/13 17:59:42

Thanks it was set off, so I change it and have internet in terminal.
Here is video of my start up: https://www.youtube.com/watch?v=hPG66LwkDkI

Edit:

I try this ways who helped in similar problem, but for me not:

Code: Select all

yum reinstall gnome-desktop3
yum reinstall gdm
And this way who didn't run:

Code: Select all

yum reinstall xorg-x11   OR
yum reinstall X11        OR
yum reinstall "X Windows System"  OR
yum reinstall "x-windows-system"  OR
yum reinstall x11
Image

Post Reply