From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Fri, 19 Apr 2002 04:23:50 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 198 ************************************************** Thursday 18 April 2002 Number 198 ************************************************** Subjects for today 1 Re: Building GTAK : IanM" 2 Re: Building GTAK : IanM" 3 Re: "Re: Problem with cmd that calls Perl" : Edwin =?iso-8859-1?Q?G=FCnthner?= 4 unixos2.com http mirror : Ted Sikora 5 nmap : Maynard 6 Re: "Re: Problem with cmd that calls Perl" : Edwin Guenthner **= Email 1 ==========================** Date: Fri, 19 Apr 2002 02:02:06 +1000 (EST) From: "IanM" Subject: Re: Building GTAK >As it stands, GTAK258 will not build out of the box, but someone has >unearthed a very old copy here:- http://www.os2site.com/sw/util/backup/gtak258.zip :-) Cheers IanM http://www.os2site.com/ **= Email 2 ==========================** Date: Fri, 19 Apr 2002 03:20:38 +1000 (EST) From: "IanM" Subject: Re: Building GTAK Hi John >> >As it stands, GTAK258 will not build out of the box, but someone has >> http://www.os2site.com/sw/util/backup/gtak258.zip >I'm obviously missing something here... >Is this any different to the one on Hobbes? Downloaded the one one hobbes and its the same, it compiles ok using MS C6 I wouldnt know what to do to make it compile under VAC or Watcomm though, I've been bitten many times with code written for one, and trying to modify the code to run under another. Cheers IanM http://www.os2site.com/ **= Email 3 ==========================** Date: Fri, 19 Apr 2002 11:35:19 +0200 From: Edwin =?iso-8859-1?Q?G=FCnthner?= Subject: Re: "Re: Problem with cmd that calls Perl" Henry Sobotka wrote: > Since your script works when launched directly, it may just be that > running inside the REXX interpreter triggers bad chemistry. Strange thing this is. I changed my script to: ' at echo preparing perl environment ...' 'SET PERLLIB_PREFIX=o:/Perl/lib;f:\perl\lib' 'SET PERL_BADFREE=0' 'SET PERL_BADLANG=0' 'SET PERL_SH_DIR=F:\Perl\bin' 'SET BEGINLIBPATH=F:\emx\dll;F:\perl\lib;' /* adapt PATH */ name = 'PATH' env = "OS2ENVIRONMENT" oldval = VALUE(name, , env) pattern = 'F:\perl\bin;' if pos(pattern, oldval) = 0 then oldval = pattern || oldval val = VALUE(name, oldval, env) PARSE ARG line say "will now call perl with following args: <" || line || ">" 'perl_.exe' line and now it is working ... **= Email 4 ==========================** Date: Fri, 19 Apr 2002 12:17:36 -0400 From: Ted Sikora Subject: unixos2.com http mirror Several people have asked for http downloads because of their firewalls. You can now get them at: http://dumbdog.org/pub/mirrors/unixos2/ -- Ted Sikora tsikora at unixos2.com http://unixos2.com **= Email 5 ==========================** Date: Fri, 19 Apr 2002 12:27:42 -0500 (CDT) From: Maynard Subject: nmap Hi, Having installed nmap as recently announced, I can't get past the following error [x:\nmap]nmap -sP 192.168.1.11 Starting nmap V. 2.54BETA30 ( www.insecure.org/nmap/ ) IpSpy Version: 01.40.00 on device lan0 IpSpy supported interfaces: lo lan0 lan1 lan2 lan3 lan4 lan5 lan6 lan7 ppp0 sendto in send_ip_raw: sendto(5, packet, 28, 0, 192.168.1.11, 16) => Message too long Sleeping 15 seconds then retrying Then I issue a Ctl-C to stop it, which wasn't too graceful, responding with a sys3170 and the following message: caught SIGINT signal, cleaning up Message file not found. `~Maynard **= Email 6 ==========================** Date: Fri, 19 Apr 2002 12:34:28 +0200 From: Edwin Guenthner Subject: Re: "Re: Problem with cmd that calls Perl" 19.04.2002 11:35:19, Edwin Günthner wrote: >Strange thing this is. I changed my script to: and dint test properly. Still not working.