[SOLVED] Can't log into squeeze after updating yesterday
DebianThis forum is for the discussion of Debian Linux.
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.
Yesterday,after I have run dist-upgrade then reboot my computer ,it stop at the logging while the screen has the sentences just like
Code:
*****
intel8x0_measure_ac97_clock measured 52292 usecs
intel8x0 clocking to 48000
done
but no errors showed on screen
who can help me tell me how to figure it out
after I click ctrl-c it still can go through,and the next sentence is "setting the system clock", then it log into the system,but next time it still stop at this step
here is my sys log
Try logging into the single user maintenance account (an option to do this should be given at the initial grub screen, just before the computer attempts to boot into the system). From here, you'll be able to sign in as root user*, and, hopefully, also be able to fix things. Here, you might be able to try running the command "apt-get -f install" ("-f" being for "fix broken"). Another command that may help is "fsck". Sometimes this can fix things. Also, if you're connected to the internet, try running "apt-get update" followed by "apt-get safe-upgrade" followed by "apt-get full-upgrade" (or, if you've been using aptitude, then stick with that via "aptitude update", etc).
If you're not connected to the internet, sometimes you can connect with the command "pppoeconf", or, if using dial-up, "pon" (disconnecting is "poff -a").
_________
*assuming that the root user is activated on your system -- uh, if it's not, as is the case in an Ubuntu-like set up, then I'm not really sure. Maybe the maintenance mode can be accessed by a regular user, if sudo is set up for this.
later edit: I just noticed that you indeed can log into your system. I initially thought you weren't able to. So, there's likely no need to worry about using the single user maintenance mode. Anyway, after logging in, feel free to try some of the recommendations I gave above (except "fsck", this won't be possible after a regular log in).
Last edited by mark_alfred; 07-12-2009 at 11:19 AM.
Reason: I noticed that helai CAN log in
I recently had a problem where boot was hanging at a particular point but continued after nearly 100 seconds. I was totally frustrated by it but I discovered that udev was the culprit thanks to some very useful advice on this forum by farslayer.
Did you check your udev rules and see if there are any conflicts there?
To mark_alfred:
My problem is not the failure of the "apt-get" it just that after I "dist-upgrade" my squeeze OS ,then the os stop log into the OS while it stoped after the sentence"intel8x0 clocking to 48000 done" in the screen
To harishankar:
here is my file under folder,I didn't find the duplicated files
after I put the option "quiet" attached the sentence of " kernel /vmlinuz-2.6.26-2-686 root=/dev/sda7 ro quiet" in the file /boot/grub/menu.lst,then when booting the OS hangs when screen shows message" waiting for /dev to be fully populated...done"
after google the INTERNET, I find it was caused by the sentence "CONCURRENCY=shell" which I put it in the file /etc/default/rcS long before by following which optimization instruction.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.