On Mon, 22 Jan 2001, David Brett wrote:

> Date: Mon, 22 Jan 2001 19:02:56 -0500 (EST)
> From: David Brett <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: Pilot-Link
>
> This is an interesting command,  I am not sure how to read the output, but
> the commands run, so I don't think has anything to do with where files
> are.
>
>
> david
>

Basically, the strace command will show you a trace of the command you
specify as it executes including a list of all the system calls it makes,
etc.  You can use its output to troubleshoot problems like this because
at one point or another it will show an error or it will show it's looking
for something missing, perhaps it repeats the same call over and over
again (this latter behavior is usually identified as "freezing" by most
users), etc.  You may want to post the output somewhere on the Web so we
can go take a look.

-- 
------------------------------------------------------
Nitebirdz
------------------------------------------------------
http://www.linuxnovice.org
News, tips, articles, links...



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to