Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xdm crashing
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
noogie
n00b
n00b


Joined: 05 Jul 2002
Posts: 8

PostPosted: Fri Sep 13, 2002 11:36 am    Post subject: xdm crashing Reply with quote

I have a wierd xdm crash,

when I start xdm, I can login once (using x-win32 from my windoze desktop), and then when I close this session xdm will crash and not allow any more logins, and will get stuck in a loop of some sort sitting on 1.0 load average (this is a low load box),

Any Ideas?

thx
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Fri Sep 13, 2002 5:10 pm    Post subject: Reply with quote

Anything unusual about the kernel configuration or CFLAGS settings?
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
noogie
n00b
n00b


Joined: 05 Jul 2002
Posts: 8

PostPosted: Fri Sep 13, 2002 11:40 pm    Post subject: Reply with quote

Nope, kernel config isnt anything out of the ordinary, and Im not using any optimizations in make.conf (CHOST, CFLAGS or CXXFLAGS)

It's wierd that it will work once, and then crash when the first session closes ... :(

Thanks again.
Back to top
View user's profile Send private message
lservaas
n00b
n00b


Joined: 14 Sep 2002
Posts: 1
Location: Netherlands

PostPosted: Sat Sep 14, 2002 8:59 pm    Post subject: Reply with quote

I've got exactly the same problem but I don't have a clue how to fix it.. :(
Back to top
View user's profile Send private message
noogie
n00b
n00b


Joined: 05 Jul 2002
Posts: 8

PostPosted: Sun Sep 15, 2002 10:16 am    Post subject: Reply with quote

Good to know Im not alone at least! :p
If you figure it out let me know because Im stumped.

Thanks
Back to top
View user's profile Send private message
noogie
n00b
n00b


Joined: 05 Jul 2002
Posts: 8

PostPosted: Sun Sep 15, 2002 1:18 pm    Post subject: Reply with quote

Heres another feature of this bug ....

*Sometimes* it will run ok, and not crash, as long as I disconnect and then do not try and reconnect for a long time (say a few minutes) ?

wierd.
Back to top
View user's profile Send private message
SneaZ
n00b
n00b


Joined: 20 Sep 2002
Posts: 22

PostPosted: Mon Sep 30, 2002 1:53 pm    Post subject: Reply with quote

same thing happens over here...

very strange
Back to top
View user's profile Send private message
SneaZ
n00b
n00b


Joined: 20 Sep 2002
Posts: 22

PostPosted: Mon Sep 30, 2002 1:53 pm    Post subject: Reply with quote

I posted my story on https://forums.gentoo.org/viewtopic.php?t=16853
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Mon Sep 30, 2002 2:28 pm    Post subject: Reply with quote

Here is a similar thread. Unfortunately xdm is owned by xfree, which would be a fairly long recompile.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
SneaZ
n00b
n00b


Joined: 20 Sep 2002
Posts: 22

PostPosted: Mon Sep 30, 2002 7:05 pm    Post subject: Reply with quote

it almost seems like xdm only spawns one session and then
forgets to clean up or listen for more requests?

i need to restart xdm to get a new login prompt.
Back to top
View user's profile Send private message
mortado
n00b
n00b


Joined: 02 Jul 2002
Posts: 11
Location: Helsinki, Finland

PostPosted: Wed Oct 23, 2002 6:58 pm    Post subject: Reply with quote

4.2.1 + xdmcp and pretty much the same problem here. I login for the second time and xdm won't come up (it never does), ps ax on serial console shows something like
X [<defunct>]
xdm [<defunct>]
false [<defunct>] etc.

X and xdm can be killed and restarted but "false" goes nowhere. /bin/false somehow related to this havoc? I restart and stop xdm but /bin/false still hanging there defunct.

At this point stopping xdm no longer works as xdm never really fired up. The script said "ok", but it's not really there so I must rm /mnt/.init.d/started/xdm and start xdm one more time and ONLY NOW I can login for the 2nd time.
Back to top
View user's profile Send private message
Sasun
n00b
n00b


Joined: 07 May 2002
Posts: 15

PostPosted: Thu Nov 07, 2002 10:14 am    Post subject: Reply with quote

mortado wrote:
4.2.1 + xdmcp and pretty much the same problem here. I login for the second time and xdm won't come up (it never does), ps ax on serial console shows something like
X [<defunct>]
xdm [<defunct>]
false [<defunct>] etc.

X and xdm can be killed and restarted but "false" goes nowhere. /bin/false somehow related to this havoc? I restart and stop xdm but /bin/false still hanging there defunct.

At this point stopping xdm no longer works as xdm never really fired up. The script said "ok", but it's not really there so I must rm /mnt/.init.d/started/xdm and start xdm one more time and ONLY NOW I can login for the 2nd time.


Hi,

Edit /etc/X11/xdm/xdm-config and comment out the following line:
Code:

DisplayManager.willing:                su nobody -c /usr/X11R6/lib/X11/xdm/Xwilling


and try again. I think that xdm is trying to start the Xwilling script as the user nobody, who has a login shell pointed to /bin/false.

Hope it will help.
Back to top
View user's profile Send private message
noogie
n00b
n00b


Joined: 05 Jul 2002
Posts: 8

PostPosted: Tue Nov 12, 2002 3:29 am    Post subject: Reply with quote

Sasun wrote:
mortado wrote:
4.2.1 + xdmcp and pretty much the same problem here. I login for the second time and xdm won't come up (it never does), ps ax on serial console shows something like
X [<defunct>]
xdm [<defunct>]
false [<defunct>] etc.

X and xdm can be killed and restarted but "false" goes nowhere. /bin/false somehow related to this havoc? I restart and stop xdm but /bin/false still hanging there defunct.

At this point stopping xdm no longer works as xdm never really fired up. The script said "ok", but it's not really there so I must rm /mnt/.init.d/started/xdm and start xdm one more time and ONLY NOW I can login for the 2nd time.


Hi,

Edit /etc/X11/xdm/xdm-config and comment out the following line:
Code:

DisplayManager.willing:                su nobody -c /usr/X11R6/lib/X11/xdm/Xwilling


and try again. I think that xdm is trying to start the Xwilling script as the user nobody, who has a login shell pointed to /bin/false.

Hope it will help.


Perfect!

thanks you so much!

NoogiE
Back to top
View user's profile Send private message
SneaZ
n00b
n00b


Joined: 20 Sep 2002
Posts: 22

PostPosted: Tue Nov 12, 2002 10:04 am    Post subject: Reply with quote

thx thx thx thx,

am using kdm atm and that works fine too
but switching to xdm back again
(who needs KDE anyway, fluxbox is the one)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum