logo       

Re: Client keys (yeah I know it's a FAQ, but I have tried everything): msg#00016

network.stunnel.user

Subject: Re: Client keys (yeah I know it's a FAQ, but I have tried everything)

On Wednesday 03 December 2003 11:32 am, Danny Carroll wrote:
> strace the server process you mean?
> I have freeBSD, whilst strace is installed, I have only been able to get it
> to grab a trace once.
>
> I can use truss (freebsd's equivilent) but I do not know how to regain
> control of stdin so that I can enter the passphrase.
>
> any suggestions?

On FreeBSD you may want to give ktrace a try. It's part of the base system
and is less intrusive (doesn't spam/grab the console) than truss.

ktrace -i stunnel [args]

That will trace the stunnel process and any processes that it forks (-i for
inherit), and create a binary file called ktrace.out in the current
directory. To read it, use:

kdump

Pipe it through more, or to a file, or whatever works best for you.

Hope this helps,
Craig




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise