Thanks for the tip.  Strace is a very nice tool.  Ran it, and found I don't have
"/etc/ls.so.preload".   Didn't know where to go from there, so downloaded
XFree86.4.0.  Almost got that running, after resolving some link problems.   Does
anyone know why Storm has /usr/include/linux/version.h = version 13,  and
/usr/src/kernel-header-2.2.14/include/linux/version.h = 14???

strace is great,  helped me find the chatscript on a Mandrake installation.
Thanks, again.

Jim



Paul Gray wrote:

> On Tue, 27 Jun 2000, James Frey wrote:
>
> > Thanks, Paul . . . I ran startx as you indicated and got nothing in x-log.
> > I'm going to try the 4.0 version of X Windows.  It will be a looong download
> > tho'  - Mexico's phone lines are slow   :-(.
> >
> > Jim
> >
> > Paul Gray wrote:
> > >
> > > You can look in your X logs, or perhaps capture the information yourself
> > > using:
> > >         startx 2>&1 | cat > /tmp/X-log
> > >
> > > Check /tmp/X-log for (EE) entries.
>
> Now, if you *really* want to see what is going wrong, try:
>
>    strace startx 2>&1 | cat > /tmn/X-log
>
> This should show you every open/close/file descriptor etc. that is
> accessed as startx fires up.  It should also show where descriptors
> fail to be accessed and/or files are not found.
>
> After all, you have time, right?
>
> --
> Paul Gray
> [EMAIL PROTECTED]
> Dept. of Mathematics
> University of Northern Iowa
> Wright Hall
> Cedar Falls, IA  50614-0506
>
> _______________________________________________
> Stormlinux-users-list mailing list
> [EMAIL PROTECTED]
> http://www.stormix.com/community/lists/listinfo/stormlinux-users-list



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to