LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 12-15-2013, 06:51 PM   #1
mwlaursen@aol.com
LQ Newbie
 
Registered: Jun 2008
Posts: 12
Blog Entries: 1

Rep: Reputation: 0
gnome-power-manager error


I was receiving a gnome-power-manger error after the password was entered. Just a blank screen. I found how to log in doing an Alt-F2, brings me to a text login.

Is there a way to bring back the gui interface?

Thanks!!!
 
Old 01-04-2014, 12:49 AM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi:

Try startx if that doesn't work try the first 3 on this page-
In the past startx worked for me:-

http://www.wallpaperama.com/forums/h...ands-t315.html


Do you remember or can you post the gnome-power-manger error?

Last edited by Ztcoracat; 01-04-2014 at 01:11 AM.
 
Old 01-05-2014, 07:28 PM   #3
mwlaursen@aol.com
LQ Newbie
 
Registered: Jun 2008
Posts: 12

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Tried the startx gave me a lots of errors:

Starts:

xauth: create new authoring file /root/.servrauth.22975

_XSERVTtransSocketUNIXCreatedListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running

Fatal server error:
Cannot establish any listening sockets - Mas sure an X server isnt' already running
(EE)
Please consult the Red Hat, Inc. Support
at https://www.redhat.com/apps/support/ for help
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information
(EE)
Server terminated with error (1) Closing Log file.
Invalid MIT-MAGIC-COOKIE-1 keygiving up.
xinit: Resource temporarily unavailable (errno 11): unable to connect to X Server
xinit: No such process (errno 3): Server error.

End of message.

The cat of the Xorg.0.log is the same as above.

I did a ps -ef | grep XSERV and nothing came up.

Thanks for your help

Mark
 
Old 01-05-2014, 09:44 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I could be wrong but it seems as if the server is crashing-

It could be that some files are corrupt or even missing.
This is out of my reach as I am not on a server and I don't know how to repair a socket error. Sorry-
I'll ask a Moderator to join in.

I found this:
Quote:
You can remove those sockets and locks if their session (or owner) is no longer present, normally they have a valid user, deleted users might have leftovers (ls -l will show a uid instead of a name)
http://stackoverflow.com/questions/1...tening-sockets

http://www.x.org/wiki/FAQErrorMessages/

Aside from that; I learned from a man running Open Suse that it too comes with Xorg which is not supported by the legacy driver. IF it's a driver issue to get the 3D acceleration to work you have to recompile the kernel and reinstall kernal pkgs and that may help-
 
Old 01-05-2014, 10:04 PM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
startx fails because there is already a X server running (displaying a black screen, if I understand the OP correctly).
What is the exact error-message you get from gnome-power-manager?
 
1 members found this post helpful.
Old 01-07-2014, 09:08 PM   #6
mwlaursen@aol.com
LQ Newbie
 
Registered: Jun 2008
Posts: 12

Original Poster
Blog Entries: 1

Rep: Reputation: 0
This is the error that comes up in a dialog box when the system first boots.

Install problem!

The configuration defaults for GNOME Power Manager have not been installed correctly.
Please contact your computer administrator.

I am the computer admin and don't know how to solve this problem. lol.


Thanks for your help!!

Mark
 
Old 01-07-2014, 10:20 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
I am the computer admin and don't know how to solve this problem. lol.
Been there done that!

This link might help-

http://www.geekdevs.com/2010/04/solv...manager-error/
https://www.linuxquestions.org/quest...rectly-777921/

What distribution are you running?

Last edited by Ztcoracat; 01-07-2014 at 10:33 PM.
 
Old 01-07-2014, 11:45 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
From what I have read online in several Linux forums a lot of folks are having this issue after a system upgrade:-

When the Gnome Display Manager appears again try Ctrl+Alt+F1 which will switch you to a text based login prompt.
Login in using an account with username and password.

Try cleaning your apt-get cache: (providing your using a distro that uses APT for it's cmdline utility)
Code:
sudo apt-get clean
sudo apt-get autoclean
That will free up the space used by package archives which are in /var/cache/apt/archives

Press Ctrl+Alt+Del to reboot again.
That should help-
 
Old 01-08-2014, 05:23 PM   #9
mwlaursen@aol.com
LQ Newbie
 
Registered: Jun 2008
Posts: 12

Original Poster
Blog Entries: 1

Rep: Reputation: 0
I am running Redhat 6.5.

Tried the apt-get, that is not on my machine.

Last edited by mwlaursen@aol.com; 01-08-2014 at 05:44 PM.
 
Old 01-08-2014, 05:36 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
At this point it may be the best to just ask the Red Hat support.
 
Old 01-08-2014, 05:58 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
The number is 1-888-REDHAT-1 (or) 1-919-754-3700--

http://www.redhat.com/contact/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to boot due to GNOME Power Manager error mutetikasikali Linux - Newbie 1 06-24-2013 08:46 AM
Error building gnome-power-manager 2.30 Geriao Slackware 3 05-24-2010 06:13 AM
GNOME power manager problem etessua Linux - Newbie 5 09-16-2009 02:44 AM
gnome-power-manager crash tomwang Fedora 0 06-26-2007 05:13 AM
where is gnome-power-manager? panagopoulos Linux - Software 0 04-29-2006 07:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 03:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration