1) I agree with Marc that ou must read bash manual
2)
If you start X with "startx"
try startx 2> log
Generally this mean redirect 2nd descriptor of process startx to be point to
file "log", because 2nd descriptor is STDERR, you'll redirect stderr to
"log"
@Maxim
> -----Original Message-----
> From: Marc A. Volovic [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 30, 2000 3:30 PM
> To: Noam Meltzer
> Cc: Linux IL
> Subject: Re: Reporting an error
>
>
> Noam Meltzer wrote:
>
> > I have a little silly question for you here.
>
> Indeed, I quite agree.
>
> > I'm having troubles installing an X server, I know where the problem
> > might be, but I need to copy lot of error text when the X
> crash. How can
> > I put this in a text file? (so I could send it over here)
>
> Read the bash manual.
>
>
>
> =================================================================
> 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]