Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Ubuntu Won't Log On, Something like damaged explorer.exe...
FirefoxRocks
post Jun 22 2007, 06:20 PM
Post #1


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



Recently, Ubuntu has stopped working by not allowing me to access the desktop. It is quite strange.
Once Ubuntu has booted up to the username screen, I type in my username and password to log on. It brings me to a blank screen with nothing on it. This happens to all of the user accounts. When I press the Power button on my computer, I see the loading process where it says:

Executing login scripts... [OK]

and then some network stuff when it freezes. I have no clue what to do here because I've only worked with the GNOME desktop in Ubuntu and only 2 times when modifying the boot.1st file in the console/terminal but I have no clue what commands do in the terminal/DOS-like screen because I haven't used that before other than the command "sudo".

Could someone tell me how to fix this problem please? Any input would be appreciated.
Go to the top of the page
 
+Quote Post
cnu
post Jun 22 2007, 07:24 PM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 3
Joined: 22-June 07
Member No.: 22,834



After you get your login screen, press ctrl+alt+f1. This will put you in a console. In this try to login with your username and password.
Can you login through this method?
Go to the top of the page
 
+Quote Post
xboxrulz
post Jun 22 2007, 09:24 PM
Post #3


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,788
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



Please post the boost.1st file here. Also, do NOT edit it unless you know what you're doing. Furthermore, try logging in with the Command Line Interface.

xboxrulz
Go to the top of the page
 
+Quote Post
yordan
post Jun 23 2007, 06:45 PM
Post #4


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,042
Joined: 16-August 05
Member No.: 7,896



QUOTE(cnu @ Jun 22 2007, 09:24 PM) *
After you get your login screen, press ctrl+alt+f1. This will put you in a console. In this try to login with your username and password.
Can you login through this method?

I agree with this way of diagnosis. This will allow us to know where your problem comes from : unix problem, graphics problem or network problem.
If you can log in to the ascii terminal (by mean of ctrl+alt+f1) this will mean that your Unix has no basic problem.
Did you happen to change your IP network address recently ? or did you happen to manually modify your /etc/hosts or /etc/inittab file ?
Yordan
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Jun 23 2007, 06:52 PM
Post #5


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



QUOTE(xboxrulz @ Jun 22 2007, 04:24 PM) *
Please post the boost.1st file here. Also, do NOT edit it unless you know what you're doing. Furthermore, try logging in with the Command Line Interface.

xboxrulz

I knew what I was going with the boot.1st file. I edited it to allow Windows to boot if no option was chosen during the boot screen. Otherwise it would boot into Linux as default and that would make other users mad.

I will try using the Command Line Interface to login. As I said earlier, I know nothing about the console part of Linux.
Go to the top of the page
 
+Quote Post
yordan
post Jun 23 2007, 07:29 PM
Post #6


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,042
Joined: 16-August 05
Member No.: 7,896



QUOTE
I will try using the Command Line Interface to login. As I said earlier, I know nothing about the console part of Linux.

I guess you aren't familiar with the command line interface. Our current goal is simply to see if the Unix guetty will accept your user login and your password.
A second thing : when you arrive at the console login prompt, try typing "ifconfig -a" #(without the quotes)
in order to see what your current IP configuration is.
Regards
yordan
Go to the top of the page
 
+Quote Post
xboxrulz
post Jun 24 2007, 01:33 AM
Post #7


Colonel Panic
Group Icon

Group: [MODERATOR]
Posts: 2,788
Joined: 25-March 05
From: Toronto, Ontario, Canada
Member No.: 3,233



Also, doesn't Ubuntu clear the boot-up sequence after boot-up? I hate Ubuntu because it never prints out a verbose version of what's going on.

xboxrulz
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Jul 9 2007, 03:42 AM
Post #8


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



Ok, I have tried some suggestions and here are my findings:

If I press CTRL+ALT+F1 right when I choose to boot Ubuntu (with the orange bar loading), it shows me the booting sequence (something like Autoexec.bat wink.gif) and then returns me to the graphical login screen, where the problem occurs once I log in.

If I press CTRL+ALT+F1 at the graphical login screen, I login using the command interface and get brought to a command interface prompt where I don't know any commands other than 'exit' and CTRL+ALT+DEL.

If I press CTRL+ALT+F1 when it is frozen after logging on using the Ubuntu login screen, it shows me the boot sequence and I know that the computer freezes right after Executing local scripts or Executing login scripts.

If I login normally using the Ubuntu login screen and wait approximately 10 minutes or so, I get an error message saying that the GNOME Desktop Manager has encountered an error, some themes may not load properly....

How can I fix the GNOME Desktop Manager so that it doesn't encounter an error to hold up my login sequence?
Go to the top of the page
 
+Quote Post
briealeida
post Jul 17 2007, 02:49 PM
Post #9


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 13-July 07
From: Slippery Rock, PA
Member No.: 23,338



These may be long shots but read this bug description. Is this specifically the problem you're having?
https://launchpad.net/ubuntu/+source/contro...nter/+bug/61381


Also, cat /etc/passwd and check what your login shell is. It's not /sbin/nologin which is good! What is it?
Go to the top of the page
 
+Quote Post
FirefoxRocks
post Jul 22 2007, 03:54 PM
Post #10


Super Member
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



QUOTE(briealeida @ Jul 17 2007, 09:49 AM) *
These may be long shots but read this bug description. Is this specifically the problem you're having?
https://launchpad.net/ubuntu/+source/contro...nter/+bug/61381
Also, cat /etc/passwd and check what your login shell is. It's not /sbin/nologin which is good! What is it?


Yes that is exactly the problem I'm having. I'll try some of the suggestions that were posted in that forum. Thanks for the link.
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Ie 7 Beta Pics!(13)
  2. Transparent Iframe Scrollbars ( For Internet Explorer )(2)
  3. Window Xp Proffesional(12)
  4. Windows Internet Explorer 7 Vs. Mozilla Firefox 2(28)
  5. Internet Explorer 7 Problem(8)
  6. To Hide A Drive From Appearing In Windows Explorer(9)
  7. Firefox 2.0.0 Vs. Internet Explorer 7(30)
  8. Installed Internet Explorer 7?, Visual Basic Now Broken?(3)
  9. Ubuntu On Ibook G3 700?(4)
  10. Internet Explorer 5, 5.5, 6 And 7 In Linux(2)
  11. Windows Explorer Impersonator - The Online Explorer(13)
  12. Ubuntu 7.10(8)
  13. Review About Ubuntu 7.10(15)
  14. Simple Ubuntu Based Home File Server | For Newbies(1)
  15. Internet Explorer 8 Beta 1(13)
  1. Ubuntu 7.10 + Windows Xp Dual Boot(6)
  2. How To Setup An Vpn(1)
  3. Need Help Downloading With Ubuntu(2)
  4. Ie7pro(0)
  5. Opera Vs. Firefox Vs. Internet Explorer(10)
  6. My Review And Experiance Of Ubuntu Linux(4)
  7. How To Install Ubuntu On Windows(1)
  8. Is There A Php Editor That Runs On Pclinuxos Or Ubuntu?(7)
  9. Ubuntu- How To Install C/ C++ Compilers.(2)
  10. Explorer Does Not Run(6)
  11. Ubuntu Edubuntu Kbuntu Series(4)
  12. Ubuntu Mobile 8.04 With Touchscreen(0)
  13. Internet Explorer 8 Beta 2(8)


 



- Lo-Fi Version Time is now: 11th October 2008 - 06:07 AM