Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Gentoo: User

xdm doesn't restart on killed X

 

 

Gentoo user RSS feed   Index | Next | Previous | View Threaded


doki_pen at doki-pen

Nov 10, 2009, 7:54 AM

Post #1 of 10 (269 views)
Permalink
xdm doesn't restart on killed X

I've recently switched from gdm to xdm in an effort to reduce my distro
size. The only problem I've run into is that when I kill my X session,
xdm doesn't restart automatically. I have to switch to a vtty and type
exec sudo /etc/init.d/xdm restart. I've read the man pages and googled
but can't come up with a solution. Does anyone know if there is a way
to fix this issue?


alan.mckinnon at gmail

Nov 10, 2009, 8:48 AM

Post #2 of 10 (249 views)
Permalink
Re: xdm doesn't restart on killed X [In reply to]

On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
> I've recently switched from gdm to xdm in an effort to reduce my distro
> size. The only problem I've run into is that when I kill my X session,
> xdm doesn't restart automatically. I have to switch to a vtty and type
> exec sudo /etc/init.d/xdm restart. I've read the man pages and googled
> but can't come up with a solution. Does anyone know if there is a way
> to fix this issue?
>

When X exists, is xdm still running or has it died too?

You can tell when restarting xdm if it gives errors about xdm not running when
the "stop" phase of "restart"" is run

--
alan dot mckinnon at gmail dot com


doki_pen at doki-pen

Nov 11, 2009, 6:17 AM

Post #3 of 10 (246 views)
Permalink
Re: xdm doesn't restart on killed X [In reply to]

In gmane.linux.gentoo.user, you wrote:
> On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
>> I've recently switched from gdm to xdm in an effort to reduce my distro
>> size. The only problem I've run into is that when I kill my X session,
>> xdm doesn't restart automatically. I have to switch to a vtty and type
>> exec sudo /etc/init.d/xdm restart. I've read the man pages and googled
>> but can't come up with a solution. Does anyone know if there is a way
>> to fix this issue?
>>
>
> When X exists, is xdm still running or has it died too?
>
> You can tell when restarting xdm if it gives errors about xdm not running when
> the "stop" phase of "restart"" is run
>
>
xdm is not running after I kill my xsession. It is running after I log
in. I tested using ps -Af | grep -i xdm.


alan.mckinnon at gmail

Nov 11, 2009, 6:36 AM

Post #4 of 10 (245 views)
Permalink
Re: Re: xdm doesn't restart on killed X [In reply to]

On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
> In gmane.linux.gentoo.user, you wrote:
> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
> >> I've recently switched from gdm to xdm in an effort to reduce my distro
> >> size. The only problem I've run into is that when I kill my X session,
> >> xdm doesn't restart automatically. I have to switch to a vtty and type
> >> exec sudo /etc/init.d/xdm restart. I've read the man pages and googled
> >> but can't come up with a solution. Does anyone know if there is a way
> >> to fix this issue?
> >
> > When X exists, is xdm still running or has it died too?
> >
> > You can tell when restarting xdm if it gives errors about xdm not running
> > when the "stop" phase of "restart"" is run
>
> xdm is not running after I kill my xsession. It is running after I log
> in. I tested using ps -Af | grep -i xdm.
>

Ok, so I reckon the init script dies because xdm dies when X exists.

is there anything relevant in your messages log file, Xorg.0.log, ~/.xsession-
errors and similar logs?

--
alan dot mckinnon at gmail dot com


doki_pen at doki-pen

Nov 11, 2009, 9:02 AM

Post #5 of 10 (275 views)
Permalink
Re: xdm doesn't restart on killed X [In reply to]

In gmane.linux.gentoo.user, you wrote:
> On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
>> In gmane.linux.gentoo.user, you wrote:
>> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
>> >> I've recently switched from gdm to xdm in an effort to reduce my distro
>> >> size. The only problem I've run into is that when I kill my X session,
>> >> xdm doesn't restart automatically. I have to switch to a vtty and type
>> >> exec sudo /etc/init.d/xdm restart. I've read the man pages and googled
>> >> but can't come up with a solution. Does anyone know if there is a way
>> >> to fix this issue?
>> >
>> > When X exists, is xdm still running or has it died too?
>> >
>> > You can tell when restarting xdm if it gives errors about xdm not running
>> > when the "stop" phase of "restart"" is run
>>
>> xdm is not running after I kill my xsession. It is running after I log
>> in. I tested using ps -Af | grep -i xdm.
>>
>
> Ok, so I reckon the init script dies because xdm dies when X exists.
>
> is there anything relevant in your messages log file, Xorg.0.log, ~/.xsession-
> errors and similar logs?
>
>
From /var/log/Xorg.0.log.old:

Backtrace:
0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]

Fatal server error:
Caught signal 11. Server aborting

Nothing useful in .xession-errors


alan.mckinnon at gmail

Nov 12, 2009, 2:08 AM

Post #6 of 10 (243 views)
Permalink
Re: Re: xdm doesn't restart on killed X [In reply to]

On Wednesday 11 November 2009 19:02:26 doki_pen [at] doki-pen wrote:
> In gmane.linux.gentoo.user, you wrote:
> > On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
> >> In gmane.linux.gentoo.user, you wrote:
> >> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
> >> >> I've recently switched from gdm to xdm in an effort to reduce my
> >> >> distro size. The only problem I've run into is that when I kill my X
> >> >> session, xdm doesn't restart automatically. I have to switch to a
> >> >> vtty and type exec sudo /etc/init.d/xdm restart. I've read the man
> >> >> pages and googled but can't come up with a solution. Does anyone
> >> >> know if there is a way to fix this issue?
> >> >
> >> > When X exists, is xdm still running or has it died too?
> >> >
> >> > You can tell when restarting xdm if it gives errors about xdm not
> >> > running when the "stop" phase of "restart"" is run
> >>
> >> xdm is not running after I kill my xsession. It is running after I log
> >> in. I tested using ps -Af | grep -i xdm.
> >
> > Ok, so I reckon the init script dies because xdm dies when X exists.
> >
> > is there anything relevant in your messages log file, Xorg.0.log,
> > ~/.xsession- errors and similar logs?
>
> From /var/log/Xorg.0.log.old:
>
> Backtrace:
> 0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]
>
> Fatal server error:
> Caught signal 11. Server aborting

That's a segfault so there's a serious bug. It's likely in X itself.

Did you recently upgrade X and at the same time rebuild all it's app and all
drivers - without exception?

--
alan dot mckinnon at gmail dot com


doki_pen at doki-pen

Nov 12, 2009, 6:05 AM

Post #7 of 10 (243 views)
Permalink
Re: xdm doesn't restart on killed X [In reply to]

In gmane.linux.gentoo.user, you wrote:
> On Wednesday 11 November 2009 19:02:26 doki_pen [at] doki-pen wrote:
>> In gmane.linux.gentoo.user, you wrote:
>> > On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
>> >> In gmane.linux.gentoo.user, you wrote:
>> >> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
>> >> >> I've recently switched from gdm to xdm in an effort to reduce my
>> >> >> distro size. The only problem I've run into is that when I kill my X
>> >> >> session, xdm doesn't restart automatically. I have to switch to a
>> >> >> vtty and type exec sudo /etc/init.d/xdm restart. I've read the man
>> >> >> pages and googled but can't come up with a solution. Does anyone
>> >> >> know if there is a way to fix this issue?
>> >> >
>> >> > When X exists, is xdm still running or has it died too?
>> >> >
>> >> > You can tell when restarting xdm if it gives errors about xdm not
>> >> > running when the "stop" phase of "restart"" is run
>> >>
>> >> xdm is not running after I kill my xsession. It is running after I log
>> >> in. I tested using ps -Af | grep -i xdm.
>> >
>> > Ok, so I reckon the init script dies because xdm dies when X exists.
>> >
>> > is there anything relevant in your messages log file, Xorg.0.log,
>> > ~/.xsession- errors and similar logs?
>>
>> From /var/log/Xorg.0.log.old:
>>
>> Backtrace:
>> 0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]
>>
>> Fatal server error:
>> Caught signal 11. Server aborting
>
> That's a segfault so there's a serious bug. It's likely in X itself.
>
> Did you recently upgrade X and at the same time rebuild all it's app and all
> drivers - without exception?
>
This has happened since I have switched to xdm. I've run revdep-rebuild
and lafilefixer since my last X upgrade. Is there any other way to
check for broken libs?


alan.mckinnon at gmail

Nov 12, 2009, 6:08 AM

Post #8 of 10 (240 views)
Permalink
Re: Re: xdm doesn't restart on killed X [In reply to]

On Thursday 12 November 2009 16:05:38 doki_pen [at] doki-pen wrote:
> In gmane.linux.gentoo.user, you wrote:
> > On Wednesday 11 November 2009 19:02:26 doki_pen [at] doki-pen wrote:
> >> In gmane.linux.gentoo.user, you wrote:
> >> > On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
> >> >> In gmane.linux.gentoo.user, you wrote:
> >> >> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
> >> >> >> I've recently switched from gdm to xdm in an effort to reduce my
> >> >> >> distro size. The only problem I've run into is that when I kill
> >> >> >> my X session, xdm doesn't restart automatically. I have to switch
> >> >> >> to a vtty and type exec sudo /etc/init.d/xdm restart. I've read
> >> >> >> the man pages and googled but can't come up with a solution. Does
> >> >> >> anyone know if there is a way to fix this issue?
> >> >> >
> >> >> > When X exists, is xdm still running or has it died too?
> >> >> >
> >> >> > You can tell when restarting xdm if it gives errors about xdm not
> >> >> > running when the "stop" phase of "restart"" is run
> >> >>
> >> >> xdm is not running after I kill my xsession. It is running after I
> >> >> log in. I tested using ps -Af | grep -i xdm.
> >> >
> >> > Ok, so I reckon the init script dies because xdm dies when X exists.
> >> >
> >> > is there anything relevant in your messages log file, Xorg.0.log,
> >> > ~/.xsession- errors and similar logs?
> >>
> >> From /var/log/Xorg.0.log.old:
> >>
> >> Backtrace:
> >> 0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]
> >>
> >> Fatal server error:
> >> Caught signal 11. Server aborting
> >
> > That's a segfault so there's a serious bug. It's likely in X itself.
> >
> > Did you recently upgrade X and at the same time rebuild all it's app and
> > all drivers - without exception?
>
> This has happened since I have switched to xdm. I've run revdep-rebuild
> and lafilefixer since my last X upgrade. Is there any other way to
> check for broken libs?

Checking for broken libs is not going to fix a segfault.....

--
alan dot mckinnon at gmail dot com


doki_pen at doki-pen

Nov 12, 2009, 8:29 AM

Post #9 of 10 (241 views)
Permalink
Re: xdm doesn't restart on killed X [In reply to]

In gmane.linux.gentoo.user, you wrote:
> On Thursday 12 November 2009 16:05:38 doki_pen [at] doki-pen wrote:
>> In gmane.linux.gentoo.user, you wrote:
>> > On Wednesday 11 November 2009 19:02:26 doki_pen [at] doki-pen wrote:
>> >> In gmane.linux.gentoo.user, you wrote:
>> >> > On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
>> >> >> In gmane.linux.gentoo.user, you wrote:
>> >> >> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
>> >> >> >> I've recently switched from gdm to xdm in an effort to reduce my
>> >> >> >> distro size. The only problem I've run into is that when I kill
>> >> >> >> my X session, xdm doesn't restart automatically. I have to switch
>> >> >> >> to a vtty and type exec sudo /etc/init.d/xdm restart. I've read
>> >> >> >> the man pages and googled but can't come up with a solution. Does
>> >> >> >> anyone know if there is a way to fix this issue?
>> >> >> >
>> >> >> > When X exists, is xdm still running or has it died too?
>> >> >> >
>> >> >> > You can tell when restarting xdm if it gives errors about xdm not
>> >> >> > running when the "stop" phase of "restart"" is run
>> >> >>
>> >> >> xdm is not running after I kill my xsession. It is running after I
>> >> >> log in. I tested using ps -Af | grep -i xdm.
>> >> >
>> >> > Ok, so I reckon the init script dies because xdm dies when X exists.
>> >> >
>> >> > is there anything relevant in your messages log file, Xorg.0.log,
>> >> > ~/.xsession- errors and similar logs?
>> >>
>> >> From /var/log/Xorg.0.log.old:
>> >>
>> >> Backtrace:
>> >> 0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]
>> >>
>> >> Fatal server error:
>> >> Caught signal 11. Server aborting
>> >
>> > That's a segfault so there's a serious bug. It's likely in X itself.
>> >
>> > Did you recently upgrade X and at the same time rebuild all it's app and
>> > all drivers - without exception?
>>
>> This has happened since I have switched to xdm. I've run revdep-rebuild
>> and lafilefixer since my last X upgrade. Is there any other way to
>> check for broken libs?
>
> Checking for broken libs is not going to fix a segfault.....

So what should I do? upgrade X? upgrade xdm?


alan.mckinnon at gmail

Nov 12, 2009, 8:32 AM

Post #10 of 10 (241 views)
Permalink
Re: Re: xdm doesn't restart on killed X [In reply to]

On Thursday 12 November 2009 18:29:31 doki_pen [at] doki-pen wrote:
> In gmane.linux.gentoo.user, you wrote:
> > On Thursday 12 November 2009 16:05:38 doki_pen [at] doki-pen wrote:
> >> In gmane.linux.gentoo.user, you wrote:
> >> > On Wednesday 11 November 2009 19:02:26 doki_pen [at] doki-pen wrote:
> >> >> In gmane.linux.gentoo.user, you wrote:
> >> >> > On Wednesday 11 November 2009 16:17:45 doki_pen [at] doki-pen wrote:
> >> >> >> In gmane.linux.gentoo.user, you wrote:
> >> >> >> > On Tuesday 10 November 2009 17:54:48 Doki Pen wrote:
> >> >> >> >> I've recently switched from gdm to xdm in an effort to reduce
> >> >> >> >> my distro size. The only problem I've run into is that when I
> >> >> >> >> kill my X session, xdm doesn't restart automatically. I have
> >> >> >> >> to switch to a vtty and type exec sudo /etc/init.d/xdm restart.
> >> >> >> >> I've read the man pages and googled but can't come up with a
> >> >> >> >> solution. Does anyone know if there is a way to fix this
> >> >> >> >> issue?
> >> >> >> >
> >> >> >> > When X exists, is xdm still running or has it died too?
> >> >> >> >
> >> >> >> > You can tell when restarting xdm if it gives errors about xdm
> >> >> >> > not running when the "stop" phase of "restart"" is run
> >> >> >>
> >> >> >> xdm is not running after I kill my xsession. It is running after
> >> >> >> I log in. I tested using ps -Af | grep -i xdm.
> >> >> >
> >> >> > Ok, so I reckon the init script dies because xdm dies when X
> >> >> > exists.
> >> >> >
> >> >> > is there anything relevant in your messages log file, Xorg.0.log,
> >> >> > ~/.xsession- errors and similar logs?
> >> >>
> >> >> From /var/log/Xorg.0.log.old:
> >> >>
> >> >> Backtrace:
> >> >> 0: /usr/bin/X(xorg_backtrace+0x38) [0x812a180]
> >> >>
> >> >> Fatal server error:
> >> >> Caught signal 11. Server aborting
> >> >
> >> > That's a segfault so there's a serious bug. It's likely in X itself.
> >> >
> >> > Did you recently upgrade X and at the same time rebuild all it's app
> >> > and all drivers - without exception?
> >>
> >> This has happened since I have switched to xdm. I've run revdep-rebuild
> >> and lafilefixer since my last X upgrade. Is there any other way to
> >> check for broken libs?
> >
> > Checking for broken libs is not going to fix a segfault.....
>
> So what should I do? upgrade X? upgrade xdm?

Downgrade xdm methinks

--
alan dot mckinnon at gmail dot com

Gentoo user RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.