LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-17-2010, 02:08 AM   #1
hirschi 3 score 1
LQ Newbie
 
Registered: Jan 2010
Posts: 8

Rep: Reputation: 0
I get a message "Authentication Failed during during boot . I cannot boot my system


My Redhat 5.3 desktop running on an AMD 64 system was not receiving the updates from rhn until a few days ago when it started checking in and downloading updates. The updates crashed generating bug reports. I tried running yum-complete-transaction command, it aborted also. I found a knowledge base article with instructions on how to rebuild the rpm database which I followed. After completing the procedure I tried to reboot. The system gets to the logon screen and then I get the message Authentication Failed and the system locks up. The commands I ran are:
rm /var/lib/rpm/__db*
rpm -rebuilddb
yum clean all

I am also seeing a message during boot up that the module libxml2 is missing and when I try to download the package from rhn yum cannot find the server.

Last edited by hirschi 3 score 1; 01-17-2010 at 02:10 AM.
 
Old 01-17-2010, 09:48 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Have you told RHN about this - did you send them the bug reports?

Quote:
The system gets to the logon screen and then I get the message Authentication Failed
Boot to single user mode, and attempt to log in without the gui.

It sounds like something is trying to authenticate you without you typing anything. Like this guy.
"in the login splash screen, I get the "Authentication failed" message window. The box where I'm supposed to enter my user name is faded and contains three dots. I can't enter anything."

Solved by reinstalling the pam packages.

Quote:
I am also seeing a message during boot up that the module libxml2 is missing and when I try to download the package from rhn yum cannot find the server.
If you cannot boot, how can you use yum?
 
Old 01-17-2010, 05:18 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Just to check, you do know that

rpm --initdb
rpm --rebuilddb

take 2 dashes '--', not one?
 
Old 01-18-2010, 10:11 AM   #4
hirschi 3 score 1
LQ Newbie
 
Registered: Jan 2010
Posts: 8

Original Poster
Rep: Reputation: 0
Thank you All,

I think I have two problems

I do have a subscription to rhn, and I have submitted a ticket about my machine not checking in but they haven't updated my request for over a week. When they do reply they replay as if I really know something. You folks so far do a better job of talking on my level (sublevel).

1. I am getting the same message and symptoms as "this guy." I found a workaround the lockup by hitting "escape" and then quickly clicking on the restart option on the gui before the nest message locks me out. I can boot the machine using the using the emergency command from grub. So if I could find the name of my cdrom or my usb memory stick I could download the libxml2 package then I might be able to boot to the gui again. Any suggestions?

2. I cannot access the internet when I run yum install package the message indicates it cannot find the website and I get the message that the libxml2 module is missing. How do I guide yum to the correct website?

And yes I did learn that I need the double - for the rmp rebuilddb command, along with a few other things I did want to learn.

Last edited by hirschi 3 score 1; 01-19-2010 at 10:30 PM. Reason: adding question
 
Old 01-19-2010, 10:40 PM   #5
hirschi 3 score 1
LQ Newbie
 
Registered: Jan 2010
Posts: 8

Original Poster
Rep: Reputation: 0
I found out from redhat that I should not use yum-complete-transaction. (Now they tell me) I appears that some files have been deleted. I don't know how to communicate with rhn from the command line. So, I cannot run the tests they ask me to run and transmit the data to the support people. I can't seem to mount a usb flash drive. It is getting apparent that I will have to reload the system again. I just got my virtual xp up to speed. I don't want to start over. This is the second time rhel 5.3 has crashed. Anybody have any ideas?
 
Old 01-19-2010, 10:42 PM   #6
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
How exactly to you mean "communicate with rhn from the command line"? You need to use a browser, for example?

Have you got Links or Lynx installed? Two decent command line browsers.

If this isn't the issue, please provide a bit more detail about what exactly you need from the command line.

Sasha
 
Old 01-20-2010, 12:37 AM   #7
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I'm not entirely clear what the exact problem is, but it sounds like your having issue connecting to rhn, possibly caused by your repo (repository) lists/files being corrupt.
Here is a useful set of yum cmds: http://kbase.redhat.com/faq/docs/DOC-2531
You should find the repos defined in the dir /etc/yum.repos.d.
You should also have a /etc/yum.conf like this http://www.redhat.com/docs/en-US/Red...m-yumconf.html.

You might want to post the main conf and the repo files.
 
Old 01-21-2010, 11:08 PM   #8
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by hirschi 3 score 1 View Post
I found out from redhat that I should not use yum-complete-transaction. (Now they tell me) I appears that some files have been deleted. I don't know how to communicate with rhn from the command line. So, I cannot run the tests they ask me to run and transmit the data to the support people. I can't seem to mount a usb flash drive. It is getting apparent that I will have to reload the system again. I just got my virtual xp up to speed. I don't want to start over. This is the second time rhel 5.3 has crashed. Anybody have any ideas?
As the others have pointed out, this is too ambiguous: you need to be specific.

Which files seem to be deleted and what is it that makes you suspect this?
How are you trying to communicate with RHN? How have you been doing this until now and what has changed? What are the tests RHN want you to run? How do they expect you to communicate the results to them?

How are you trying to mount a usb flash drive and why?

Reinstalling is likely to be counter productive now you have engaged RHN support. Since this is not the first time you have experienced this, your test and reports will be useful for them to prevent this sort of thing happening in the future.
 
  


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
[SOLVED] firestarter "Authentication Rejected...failed" in Lenny boot ericdanc Debian 1 11-12-2010 11:02 AM
"read-only file system" message on boot maye Linux - General 2 01-08-2009 10:36 PM
"boot failed" message, please help Roy1976 Linux - Newbie 4 04-06-2008 09:13 AM
Redhat 9 system displays "Boot Failed" pwalden Red Hat 8 03-31-2004 02:22 PM
Getting message "NLS-ISO8859_1 failed on boot rdaves@earthlink.net Linux - General 6 10-23-2001 11:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:26 AM.

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