[Bug 533298] Re: GDM wont load login

2010-09-19 Thread PEIGNOT Kévin
I close this bug. If anyone still have this problem, please re-open it.

** Changed in: gconf2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-06-25 Thread DavidBaucum
I know longer have this problem.  This can probably be closed now,
unless others are still seeing the issue.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-04-28 Thread DavidBaucum
I am having the same problem.  This is a headless box that we use XDMCP to get 
a graphical login (via Cygwin and other X clients.)  Login started giving us a 
blank screen after an update that came in over the weekend.  X is started, but 
gdm won't start.
$ sudo startx


Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.


Please consult the The X.Org Foundation support 
 at http://wiki.x.org
 for help. 

 ddxSigGiveUp: Closing log
bauc...@suncomdbbackup:~$ sudo start gdm
gdm start/running, process 2077
bauc...@suncomdbbackup:~$ sudo restart gdm
restart: Unknown instance: 
bauc...@suncomdbbackup:~$ sudo /etc/init.d/gdm restart
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service gdm restart

Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the restart(8) utility, e.g. restart gdm
gdm start/running, process 2128
$ sudo gdm start
gdm-binary[2548]: WARNING: Unable to find users: no seat-id found
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 0.056723 seconds
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 1.094790 seconds
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 1.591579 seconds
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 2.993212 seconds
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 1.554155 seconds
gdm-binary[2548]: WARNING: GdmDisplay: display lasted 1.586478 seconds
gdm-binary[2548]: WARNING: GdmLocalDisplayFactory: maximum number of X display 
failures reached: check X server log for errors

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
** Changed in: gdm (Ubuntu)
   Status: New = Confirmed

** Package changed: gdm (Ubuntu) = metacity (Ubuntu)

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
I now have no idea what was causing this problem.  Both gnome-terminal-
data and metacity-common on my system installed empty schemas like the
above, but removing and reinstalling them has fixed the problems.  I can
only assume something was broken at the time I installed these packages,
although given that gconf2 hasn't changed in almost two months, and this
only broke sometime in the last 5 days, I'm not sure what.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
Final note - the fastest way I have found to fix this problem globally:

sudo sh -vx ./gconf2.postinst configure 2.28.0-1ubuntu4

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-26 Thread dtaylor84
** Package changed: metacity (Ubuntu) = gconf2 (Ubuntu)

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-25 Thread dtaylor84
I too was seeing this problem with both gdm and my normal gnome session
(i could, sometimes, log in blind).

As above metacity ends up constantly respawning and dying due to an
assertion failure.

I don't quite understand what's going on, but somehow there are no
metacity settings in gconf, and metacity can't handle this.

I managed to log in by creating
/var/lib/gdm/.gconf/apps/metacity/workspace_names/ with four string
settings workspace_name1 workspace_name2 workspace_name3 and
workspace_name4.

Other things still seem to be broken by the lack of settings, though.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-25 Thread dtaylor84
A more complete (and far simpler) fix:

$ sudo gconf-schemas --register metacity.schemas

Without this, for some reason /var/lib/gconf/defaults/%gconf-tree.xml
contained only these values for metacity:

dir name=metacity
dir name=window_keybindings
/dir
dir name=keybinding_commands
/dir
dir name=global_keybindings
/dir
dir name=workspace_names
/dir
/dir

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-17 Thread winniemiel05
GDM is still a problem, but it seems that the bug comes from plymouth.
but it should be corrected today or in the week

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-17 Thread illbashu
Still broken even after updates.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-16 Thread illbashu
It can't be the same as yours if the GDM prob is fixed because GDM is
still broken for me (just retested it).

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-15 Thread winniemiel05
I had the same term bug ( corrected now), and I've the same problem with GDM:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/535027

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-11 Thread illbashu
I think I found the prob. Where is the Metacity config file located?

b...@bash-desktop:~$ metacity --replace
Window manager warning: (null) found in configuration database is not a valid 
value for mouse button modifier
**
metacity:ERROR:core/prefs.c:2495:meta_prefs_get_workspace_name: assertion 
failed: (workspace_names[i] != NULL)
Aborted (core dumped)

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-11 Thread illbashu
GDM still doesn't work but I messed around with the appearance manager
when I was in X and I got gnome-session working and I'm using emerald
and compiz appose to metacity and I logged in using KDM.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-11 Thread illbashu
Just for the sake of test I tried metecity and it seems to be working
now too.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-10 Thread illbashu
Is there a way to fix gnome session?

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-09 Thread illbashu
It looks like it is a gnome session problem. I installed KDM and tried
logging in but nothing other then Gpodder loads (No ktorrent, no gnome-
panel etc.).

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread Sebastien Bacher
*** This bug is a duplicate of bug 532047 ***
https://bugs.launchpad.net/bugs/532047

Thanks for the bug report. This particular bug has already been
reported, but feel free to report any other bugs you find.

** Package changed: gdm (Ubuntu) = plymouth (Ubuntu)

** Changed in: plymouth (Ubuntu)
   Status: New = Invalid

** This bug has been marked a duplicate of bug 532047
   Plymouth text-mode splash causes X to crash on first run due to shared tty7

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread Steve Langasek
Sebastien, what do you see here that makes you think this is a duplicate
of bug #532047?  No one else has reported failures loading the gdm
greeter, and I don't see how this symptom could be caused by plymouth.

** This bug is no longer a duplicate of bug 532047
   Plymouth text-mode splash causes X to crash on first run due to shared tty7

** Package changed: plymouth (Ubuntu) = gdm (Ubuntu)

** Changed in: gdm (Ubuntu)
   Status: Invalid = New

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
The odd part about this is that I can run individual programs through x
just fine. I just can't startx.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
I tried the workaround on the Plymount didn't change anything. This has
got to be  a X prob.

I killed GDM and ran startx and it wouldn't start and here is the log
for it.

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/40482512/Xorg.0.log

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread Sebastien Bacher
I did read too quickly it seemed similar to all the get a text vt on
boot issues

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
Well a combination of X and GDM.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
Wait I thought more about it, it can't be a X issue is X is working.
I'll upload some screens in a sec.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
if X is working.*

http://img268.imageshack.us/img268/829/dsc00313st.jpg

http://img69.imageshack.us/img69/1841/dsc00310z.jpg

http://img692.imageshack.us/img692/4301/dsc00316qh.jpg

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread Sebastien Bacher
could be gnome-session or whatever not loading

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread illbashu
Is there a way to check?

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-08 Thread Sebastien Bacher
you can try to start an another session than the GNOME one

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu

** Attachment added: GDM logs.tar.gz
   http://launchpadlibrarian.net/40344576/GDM%20logs.tar.gz

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu

** Attachment added: Xorg logs.tar.gz
   http://launchpadlibrarian.net/40344603/Xorg%20logs.tar.gz

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu
BTW I'm using the drivers from Nvidia's site and not from the repo
because the repo ones wouldn't work.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu
I'm using Ubuntu 10.04 and for the past couple of days I've been trying to get 
GDM to load the login window with no luck, right know it just loads the 
background and mouse then the sound comes on that its.*
-
I just booted into ubuntu again and the terminal prob seems to have fixed 
itself but I'm still having the GDM login not loading prob.

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu
When I killed GDM and restarted it. I got this message.

Warning: Unable to find users :no seat-id found

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 533298] Re: GDM wont load login

2010-03-06 Thread illbashu
Ubuntu 10.04 64bit*

-- 
GDM wont load login
https://bugs.launchpad.net/bugs/533298
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs