From: David <dg...@te...> - 2002-08-14 22:51:09
|
When trying to send a command to a node using bpsh, I get the following e= rror: bproc_vexecmove_io: Invalid argument Using the -N option (preventing io redirection) works fine, and the comma= nd goes through. The strace is below: SYS_223(0x201, 0x10014d80, 0x40, 0x10014d78, 0) =3D 1 socket(PF_INET, SOCK_STREAM, IPPROTO_IP) =3D 3 bind(3, {sin_family=3DAF_INET, sin_port=3Dhtons(0), sin_addr=3Dinet_addr(= "0.0.0.0")}}, 16) =3D 0 listen(3, 1024) =3D 0 getsockname(3, {sin_family=3DAF_INET, sin_port=3Dhtons(32849), sin_addr=3D= inet_addr("0.0.0.0")}}, [16]) =3D 0 fcntl64(3, F_GETFL) =3D 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, 0x4) =3D 0 fcntl64(3, F_GETFL) =3D 0x2 (flags O_RDWR) fcntl64(3, F_SETFL, O_RDWR|O_NONBLOCK) =3D 0 SYS_223(0x201, 0x7ffff378, 0x1, 0x4, 0x33) =3D 1 brk(0x10019000) =3D 0x10019000 clone(child_stack=3D0x100172e0, flags=3DCLONE_VM|CLONE_FS|CLONE_FILES) =3D= 3109 SYS_223(0x309, 0x7ffff338, 0x7ffff3c8, 0x3, 0x10014d68) =3D -1 EINVAL (In= valid argument) write(2, "bproc_vexecmove_io: Invalid argu"..., 37bproc_vexecmove_io: Inv= alid argument ) =3D 37 kill(3109, SIGTERM) =3D 0 wait4(3109, NULL, __WCLONE, NULL) =3D 3109 exit(1) =3D ? Anyone? |