LinuxQuestions.org
Visit Jeremy's Blog.
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-02-2011, 08:22 AM   #16
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0

Quote:
Originally Posted by markush View Post
As far as I can see, the Xorg.0.log doesn't show any remarkable issues. So the problem seems to be the loginmanager gdm. You may try to reinstall gdm when booting with the Live-USB-drive. Maybe this fixes any problems with the configuration.

And read the documentation for your system, google for "Ubuntut login" or "Ubuntu gdm configuration".

I hope this helps.

Markus
Sir,what will this command do(sudo apt-get install Desktop).Will it be able to solve my problem.Also if we login using usb and install any package wouldn't it be installed in os which is in usbdrive.
 
Old 01-02-2011, 08:30 AM   #17
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
I think you would have to chroot into your Ubuntu-installation in order to install packages.

I'd recommend to read this thread carefully: http://www.linuxquestions.org/questi...er-oss-851447/

and then consider to chroot into your Ubuntu. If you get it, I'd recommend to reinstall gdm.

Markus
 
Old 01-02-2011, 08:32 AM   #18
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by camorri View Post
If you booted the system from a usb stick, the '/' is the root of the USB system, in ram, this is NOT the root system when booted from the hard drive.

The hard drive will have to be mounted to the USB's file system, probably at /mnt/yourharddrive or /media/yourharddrive.

So, the log file you posted shows no errors because this is the one created during a successful boot from the USB stick. Some systems will automount any found HD partitions, some will not. You may have do a manual mount to see the failing Xorg.0.log file.

Have another look, and post the file again.
Sir when i booted with usb,I looked at the panel which contained 'places' ,clicked to open the list there i found all my partitions whether windows or ubuntu present.So I mounted the partition which I knew had the file system of ubuntu(in hardisk).Still I will check the again.
 
Old 01-02-2011, 08:37 AM   #19
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by markush View Post
But the last lines of the Xorg.0.log file shows that the modules for touchpad etc are being unloaded. So I thought that this logfile belongs to a system which already went down, whereas the booted Live-USB is still running and the modules would not yet be unloaded.

Markus
Sir,my touch pad had issues.It didn't automatically I mean i had to press fn-f8 to make it work every time i logged in.
 
Old 01-05-2011, 09:11 AM   #20
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0
The other day I was looking at /var/log,I saw another Xorg.1.log file which is quite different from one i sent you(xorg.0.log).Sir please have a look at this file maybe this solves my problem.
Attached Files
File Type: log Xorg.1.log (2.3 KB, 7 views)
 
Old 01-05-2011, 10:07 AM   #21
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, the remarkable message at the end of this logfile is
Code:
Fatal server error:
xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call
this seems to be a known bug in the Xorg-server.

Markus
 
Old 01-05-2011, 11:58 PM   #22
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by markush View Post
Well, the remarkable message at the end of this logfile is
Code:
Fatal server error:
xf86OpenConsole: VT_WAITACTIVE failed: Interrupted system call
this seems to be a known bug in the Xorg-server.

Markus
So,what should I do,other than formating.Sir can you tell me, of the two files which is the newest and currently working.thanks alot for your support.should I reconfigure my Xorg file? If yes, please do me a favor of posting the procedure.

Last edited by swapmax; 01-06-2011 at 12:04 AM.
 
Old 01-06-2011, 03:00 AM   #23
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello,

to be clear, the Xorg.0.log and Xorg.1.log are logfiles, as their names say. This files are created by the program "X-server" in order to inform the user whats going on in the system.

So you cannot configure anything in a logfile. Otherwise we don't know what's going wrong with your system. And You don't know exactly what you have done before the problem occured (if/which files or packages you uninstalled by mistake).

Well, if you want to reinstall your whole system, you can leave the home-directory as it is, but backup your data anyway.

You may otherwise post in the Ubuntuforums, maybe there is someone who knows this issue already.

And what can happen is, that after a reinstallation the problem remains, which would show us, that it is a configurationproblem anywhere in your /home directory. If you could enter your system, I'd recommend to add a new user and find out if your issue is also relevant for the new user, but since you are not able to login, I'll guess you'll have to reinstall the system.

Markus

Last edited by markush; 01-07-2011 at 03:08 AM. Reason: typo
 
Old 01-06-2011, 10:33 PM   #24
swapmax
LQ Newbie
 
Registered: Jan 2011
Posts: 22

Original Poster
Rep: Reputation: 0
Then I guess I'll have to do a fresh install.Sir i have windows7 installed how should I install ubuntu so that my windows don't get effected in any way.Also suggest me some books(easy to understand) through which I can understand linux.Thanks
 
Old 01-07-2011, 03:11 AM   #25
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, if Windows is already installed, Ubuntu will recognize it and integrate it to the bootloader automatically. It is always important that Windows is installed before Linux since Windows cannot recognize Linux-systems.

Learning: http://rute.2038bug.com/index.html.gz this tutorial is often recommended for newbies.

Good luck

Markus

Last edited by markush; 01-07-2011 at 10:48 AM. Reason: typo
 
1 members found this post helpful.
  


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] SSH login problem for additional users after password-less login setup uncle-c Linux - Newbie 3 02-10-2010 12:51 PM
Login problem sskraju Ubuntu 1 09-02-2009 12:37 AM
SSH Problem - Can't login using Hostname, can login using ip address jqweezy Linux - Networking 7 01-26-2009 02:21 PM
Login problem Joe47 Fedora 5 03-01-2005 01:24 AM
Problem with login TomTom68 Linux - Newbie 3 09-14-2004 01:55 PM

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

All times are GMT -5. The time now is 11:06 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