Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -O2 -flto=auto -ffat-lto-objects -fexceptions -g
-grecord-gcc-switches -pipe -Wall -Werror=format-security
-Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
-specs=/us
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-redhat-linux-gnu'
-DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale'
;m
curious what leads you to that.
Thanks!
Justin
On Thu, Jul 23, 2009 at 10:24 AM, Justin Williams wrote:
> That's a huge help; thanks!
>
> Output below:
> execve("/bin/bash", ["bash", "-c", "time ls"], [/* 22 vars */]) = 0
>
S_IFREG|0755, st_size=1052984, ...}) = 0
getpgrp() = 12193
rt_sigaction(SIGCHLD, {0x74c0771a74a, [], SA_RESTORER, 0x3061585d0f10},
{SIG_DFL}, 8) = 0
getrlimit(RLIMIT_NPROC, {rlim_cur=RLIM_INFINITY, rlim_max=RLIM_INFINITY}) =
0
rt_sigprocmask(SIG_BLOCK, NULL, [
Unfortunately, if I try to strace it (strace time ls), I get command not
found.
If I try to strace `time ls`, I get a hung screen.
Attaching gdb to the running bash session from which I am trying to run
time, I don't get any useful pointers, but, what I get is below:
(no debugging symbols found)
Sorry about that; this is on a gentoo system, hardened kernel 2.6.23,
installed with normal ebuild procedures, which pulls the authors tarball ,
extracts it, applies patches and builds.
On Thu, Jul 23, 2009 at 8:49 AM, Greg Wooledge wrote:
> On Wed, Jul 22, 2009 at 09:19:22PM +, rjustinwilli
. Unfortunately I don't
have control over the commands being ran over ssh as they are being
generated and executed by a 3rd party application (VisIt).
Thanks,
Justin
Bob Proulx wrote:
Justin wrote:
I am using a command line ssh tool called qtssh on windows to
connect to a redhat server.
e set?
Thanks,
Justin
pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
-DSHELL -DHAVE_CONFIG_H -I. -I../bash -I../bash/include -I../bash/lib
-g -02 -Wall
uname output: Linux justin-desktop 2.6.22-14-generic #1 SMP Tue Feb 12
07:42:25 UTC 2008 i686 GNU/Linux
Machine Type: i486-pc-linux-gnu