Henry Ficher wrote:
>>
>>
>>> Daniel Feiglin wrote:
>>>
>>>> I looked at anthing even faintly resemmbling a log file unde
>>>> /var/log. It there somewhere else?
>>>
>>>
>>>
>>>
>>> Check also ~/.xsession-errors? That's where KDE and everything else
>>> under XFree86 write debugging info and errors.
>>
>>
>>
>> Izat so? Under SuSE 7.3 there aint no such thing. Do you need to set
>> something or other in startx or .xinitrc to make it happen? (I'm
>> concurrently doing some RTFM on this, but there is a **lot** of FR to R.)
>>
>> DAF
>
>
> In my RH 7.2, the X error logging mechanism is implemented through xdm
> (gdm, kdm).
>
> From /etc/X11/gdm/Sessions/Xsession:
>
> # redirect errors to a file in user's home directory if we can
> for errfile in "$HOME/.xsession-errors" "${TMPDIR-/tmp}/xses-$USER"
> "/tmp/xses-$USER"
> do
> if ( cp /dev/null "$errfile" 2> /dev/null )
> then
> chmod 600 "$errfile"
> exec > "$errfile" 2>&1
> break
> fi
> done
>
>
I refer to an earlier post of a few minutes ago, where I summarised the
xsession-errors issue after RTFM and examining my second system which had some
errors logged from installation time, 27/12/01.
SuSE does its general X logging to /var/log/xdm.errors. (It is configurable
through a configuration file, /etc/X11/xdm/xdm-config) rather than a script. On
this system(the one which crashes) there is no such file, indicating that no
errors have been logged so far. On my secondary system refered to above, there
is such a log file from 27/12/01.
Again, it doesn't help very much if the crashes occur before the cause can be
logged.
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]