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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-17-2010, 02:08 AM
|
#1
|
LQ Newbie
Registered: Jan 2010
Posts: 8
Rep:
|
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.
|
|
|
01-17-2010, 09:48 AM
|
#2
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
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?
|
|
|
01-17-2010, 05:18 PM
|
#3
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
Just to check, you do know that
rpm --initdb
rpm --rebuilddb
take 2 dashes '--', not one?
|
|
|
01-18-2010, 10:11 AM
|
#4
|
LQ Newbie
Registered: Jan 2010
Posts: 8
Original Poster
Rep:
|
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
|
|
|
01-19-2010, 10:40 PM
|
#5
|
LQ Newbie
Registered: Jan 2010
Posts: 8
Original Poster
Rep:
|
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?
|
|
|
01-19-2010, 10:42 PM
|
#6
|
LQ Guru
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594
|
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
|
|
|
01-20-2010, 12:37 AM
|
#7
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,398
|
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.
|
|
|
01-21-2010, 11:08 PM
|
#8
|
LQ Guru
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211
Rep:
|
Quote:
Originally Posted by hirschi 3 score 1
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.
|
|
|
All times are GMT -5. The time now is 12:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|