Re: ssh client on HP-UX

From: GD (gdavis@nospam.mn.rr.com)
Date: 02/28/03


From: "GD" <gdavis@nospam.mn.rr.com>
Date: Fri, 28 Feb 2003 01:59:29 GMT

On Thu, 27 Feb 2003 09:12:36 +0000, Darren Tucker wrote:

> In article <pan.2003.02.27.00.55.39.217019@nospam.mn.rr.com>,
> GD <gdavis@nospam.mn.rr.com> wrote:
>>I have version 3.5p1 installd on HP-UX 10.20 and 11.x and for some
>>reason it connects very slowly to other servers. when I run in debug, I see
>>the process hang right after:
>
> Was it compiled with GCC? If so it might be this:
>
> http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=102646106016694&w=2
>
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=76

It was actualy compiled with HP ANSI c, not gcc, but I will pass on this
link and see if it can help. I also found out today that the prngd is alot
of the problem, it runs through all those commands to create the random
stuff, slower than a dog.....

Thanks!

Garret



Relevant Pages

  • Re: ssh client on HP-UX
    ... when I run in debug, ... >the process hang right after: ... Was it compiled with GCC? ... Good judgement comes with experience. ...
    (comp.security.ssh)
  • Re: Question about #define
    ... > #ifdef DEBUG ... Get and use a C99 compiler. ... Get and use gcc and the gnu variadic macro extensions. ...
    (comp.lang.c)
  • Re: Debugging multiple binaries
    ... Tim Frink writes: ... program uses "syscall" to invoke another binary also compiled ... with "gcc -g". ... What I now want is to debug the invoked binary. ...
    (comp.programming)
  • Size of C++ debug binaries with gcc 4.2.1
    ... Since updating to FreeBSD 7.0, the size of my C++ binaries with debug ... If I use gcc 4.1 from ports, ... the file into the debugger also takes a lot more time. ...
    (freebsd-current)
  • Re: How to specify a new but non-default path of gdb in gcc?
    ... version of gdb, but I'd like to try out the new one without removing ... The installation is successful, but instead of "gcc -g ...", ... debugger you use to debug it, ...
    (comp.os.linux.development.apps)