Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread Travis Crump
csj wrote: On 2. September 2004 at 1:19PM +, "Will Ness" <[EMAIL PROTECTED]> wrote: I have an X-Windows configuration issue, and it was suggested on IRC that I post the error log onto the mailing list for others to look at, and perhaps to solve my problem. The question is how do I do this on a

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread csj
On 2. September 2004 at 1:19PM +, "Will Ness" <[EMAIL PROTECTED]> wrote: > I have an X-Windows configuration issue, and it was suggested > on IRC that I post the error log onto the mailing list for > others to look at, and perhaps to solve my problem. The > question is how do I do this on a st

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread Roel Schroeven
Will Ness wrote: Hello !! I have an X-Windows configuration issue, and it was suggested on IRC that I post the error log onto the mailing list for others to look at, and perhaps to solve my problem. The question is how do I do this on a strictly command prompt basis? Remember I have NO GUI, so I

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread Loevborg
> Or command 2>&1 | tee error.log in case you want th see the output while it is running. -- hendrik If this doesn't work for you for whatever reason, you can use gpm instead (apt-get install gpm) which gives you mouse copy and paste on the text console. Also note that there is usually /var/log/

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread Hendrik Boom
On Thu, Sep 02, 2004 at 02:20:55PM +0100, Thomas Adam wrote: > On Thu, Sep 02, 2004 at 01:19:09PM +, Will Ness wrote: > > Hello !! > > > > I have an X-Windows configuration issue, and it was suggested on IRC that I > > post the error log onto the mailing list for others to look at, and perhap

Re: Copying Text from a command prompt...No GUI Involved, and then X-windows issue

2004-09-02 Thread Thomas Adam
On Thu, Sep 02, 2004 at 01:19:09PM +, Will Ness wrote: > Hello !! > > I have an X-Windows configuration issue, and it was suggested on IRC that I > post the error log onto the mailing list for others to look at, and perhaps > to solve my problem. The question is how do I do this on a strictl