LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-23-2008, 09:50 AM   #1
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Rep: Reputation: 45
gdmsetup crashes


Hi i want to configure the Login Window under my ubuntu.
So i ve selected the Login Window, under System->Administration menu
The program starts and closes after 5 secs. I have tried to found the problem by running the program at bash and xterm.

I found that the program that runs is the

gksu /usr/sbin/gdmsetup
so at bash i run the command

a)gksu /usr/sbin/gdmsetup
b)i type the root password
c)the window opens and closes after 5 secs
d)no message returns at bash or xterm

I have also tried the command
sudo gksu /usr/sbin/gdmsetup >> temp
But the file temp is empty

So? what i am doing next? How can i check what is wrong with the specific application>?
 
Old 08-23-2008, 01:08 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Have had you had a look at your system logs?
 
Old 08-23-2008, 02:12 PM   #3
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by jay73 View Post
Have had you had a look at your system logs?
No... but can u remind me how i do this?
 
Old 08-23-2008, 02:57 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
If you use Gnome, you can use System > Admin > System Log. From the command line, you can check the files that are in /var/log.
 
Old 08-23-2008, 03:53 PM   #5
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Thx a lot
From /var/log/messages
Aug 23 23:48:25 akroneiro kernel: [ 6109.950024] gdmsetup[7307]: segfault at 00000000 eip 00000000 esp bfafc08c error 4

The same error appears at kern.log,messages and syslog under /var/log folder!! So whats next now?Seems that the program crashes cause it experienced a fatal error. I dont think if i can fix this. What i am thinking is to try remove and add back again the specific command.. but is this possible? Any other suggestions>?
 
Old 08-23-2008, 06:39 PM   #6
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I doubt that the command alone can be uninstalled, you'll probably have to reinstall all of GDM. But does it make sense? If this is a bug in the most recent version (and segfaults point to a bug), then reinstalling is not going to help. Then again, mine appears to be doing fine so I wonder what could be different. Did you upgrade against the testing branch? Did you suffer a crash that could have damaged GDM? Your guess is as good as mine.
 
Old 08-23-2008, 11:25 PM   #7
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by jay73 View Post
I doubt that the command alone can be uninstalled, you'll probably have to reinstall all of GDM. But does it make sense? If this is a bug in the most recent version (and segfaults point to a bug), then reinstalling is not going to help. Then again, mine appears to be doing fine so I wonder what could be different. Did you upgrade against the testing branch? Did you suffer a crash that could have damaged GDM? Your guess is as good as mine.
I have edited once the login screen and i have selected one of the preselected images. I relaunched it so to change the boot screen back again to the default but the program started crashing
 
Old 08-23-2008, 11:37 PM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Hmm, in that case a reinstall of GDM may help. Make sure to erase it completely. Use synaptic if you can and check the status icon in the bottom left corner to remove any remaining configuration files. If you don't use a GUI, you'll have to use the --purge option.
 
Old 08-24-2008, 02:56 AM   #9
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by jay73 View Post
Hmm, in that case a reinstall of GDM may help. Make sure to erase it completely. Use synaptic if you can and check the status icon in the bottom left corner to remove any remaining configuration files. If you don't use a GUI, you'll have to use the --purge option.
Thx whats the command to remove it completely without leaving any configuration files? I use gnome as gui
 
Old 08-24-2008, 03:20 AM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
sudo aptitude purge

You may want to try with the -s option if you would like to see what will happen before actually doing anything. (Read man aptitude for details).

Last edited by jay73; 08-24-2008 at 03:22 AM.
 
Old 08-24-2008, 04:08 AM   #11
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by jay73 View Post
sudo aptitude purge

You may want to try with the -s option if you would like to see what will happen before actually doing anything. (Read man aptitude for details).
Damn my bad luck!!!
Remove it with purge.. and installl it back... same crap happens.. so whats next?:P Reinstall everyhing?

P.S (after editing text) Well i have also turned gdm debug info.. Read all the syslog file but cant find anything useful for keep searching!!!!

Last edited by alaios; 08-24-2008 at 04:32 AM.
 
Old 08-24-2008, 04:42 AM   #12
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Which release are you using? I remember having a similar issue when I was still using 7.10.
 
Old 08-24-2008, 07:43 AM   #13
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
the latest ubuntu
 
Old 08-24-2008, 08:22 AM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Then I'm afraid that there is little else that I can suggest. If this is not the only issue that you are having - I think I saw another post by you - there may be a more structural problem. Are you sure that the install cd you used was 100% fine? Or maybe there is a hardware issue behind this all?
 
Old 08-24-2008, 12:22 PM   #15
alaios
Senior Member
 
Registered: Jan 2003
Location: Aachen
Distribution: Opensuse 11.2 (nice and steady)
Posts: 2,203

Original Poster
Rep: Reputation: 45
Quote:
Originally Posted by jay73 View Post
Then I'm afraid that there is little else that I can suggest. If this is not the only issue that you are having - I think I saw another post by you - there may be a more structural problem. Are you sure that the install cd you used was 100% fine? Or maybe there is a hardware issue behind this all?
yes have opened and close it sonmetimes with no problem. It must be hardware problem or something like that
 
  


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
gdmsetup for FC9? revof11 Linux - Desktop 4 08-02-2010 09:07 PM
gdmsetup Autologin help gfem Fedora 1 06-22-2006 11:11 AM
Gdmsetup and Kernel Hitboxx Fedora 0 04-29-2006 02:12 PM
gdmsetup on Debian kulmis Debian 4 03-16-2006 04:56 AM
Can't run gdmsetup with 9.2 Ben Novack Mandriva 2 01-03-2004 12:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

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