From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Mon, 15 Apr 2002 04:23:40 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 194 ************************************************** Sunday 14 April 2002 Number 194 ************************************************** Subjects for today 1 Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 : email at eracc.hypermart.net 2 Fwd: [VOICENWS] Software: nmap-2.54beta30 : Keri Alleyne" 3 Problem with cmd that calls Perl : Edwin =?iso-8859-1?Q?G=FCnthner?= 4 Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 : Adrian Gschwend" 5 Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 : Ted Sikora 6 Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 : Ted Sikora 7 no registration required! : Ted Sikora 8 Re: compiling c++ program under gcc 3.0.3 : Henry Sobotka 9 Re: Problem with cmd that calls Perl : Henry Sobotka **= Email 1 ==========================** Date: Mon, 15 Apr 2002 13:07:01 -0500 From: email at eracc.hypermart.net Subject: Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 In: <200204151740.SAA329.24 at mail.eyup.org> On: Mon, 15 Apr 2002 13:40:10 -0400 (TTT) Screaming: Fwd: [VOICENWS] Software: nmap-2.54beta30 "Keri Alleyne" did rant: +I see that we now have nmap. +From: tam at gmx.de (Timo Maier) +Thanks to the guys at NetLabs the beta is now available. Nmap ("Network +Mapper") is an open source utility for network exploration or security +auditing. [...] +ftp://unixos2.com/pub/unix/internet/nmap/nmap-2.54beta30-os2.zip [...] Yeah, I'm excited about it but can't get the file using wget from here. I keep getting: --------------------------Quoted Text Below-------------------------- --13:04:11-- ftp://unixos2.com/pub/unix/internet/nmap/nmap-2.54beta30-os2.zip => `nmap-2.54beta30-os2.zip' Connecting to unixos2.com:21... connected! Logging in as anonymous ... Login incorrect. --------------------------Quoted Text Above-------------------------- What is the magic key please? Gene -- +=========================-=>Unix & OS/2<=-=========================+ # Owner and C.E.O. - ERA Computer Consulting - Jackson, TN USA # # OS/2, UnixWare, OpenServer & Linux Business Computing Solutions # # Please visit our www pages at http://eracc.hypermart.net/ # +===================================================================+ We run IBM OS/2 v.4.00, Revision 9.036 Sysinfo: 43 Processes, 175 Threads, uptime is 5d 16h 52m 37s 680ms **= Email 2 ==========================** Date: Mon, 15 Apr 2002 13:40:10 -0400 (TTT) From: "Keri Alleyne" Subject: Fwd: [VOICENWS] Software: nmap-2.54beta30 I see that we now have nmap. From: tam at gmx.de (Timo Maier) Thanks to the guys at NetLabs the beta is now available. Nmap ("Network Mapper") is an open source utility for network exploration or security auditing. It was designed to rapidly scan large networks, although it works fine against single hosts. Nmap uses raw IP packets in novel ways to determine what hosts are available on the network, what services (ports) they are offering, what operating system (and OS version) they are running, what type of packet filters/firewalls are in use, and dozens of other characteristics. ftp://unixos2.com/pub/unix/internet/nmap/nmap-2.54beta30-os2.zip Additional software: ftp://unixos2.com/pub/unix/internet/nmap/ipspy140.zip ftp://unixos2.com/pub/unix/internet/nmap/lpcap04a.zip Program URL: http://unix.os2site.com/ Keri Alleyne chaos at tstt.net.tt **= Email 3 ==========================** Date: Mon, 15 Apr 2002 17:45:51 +0200 From: Edwin =?iso-8859-1?Q?G=FCnthner?= Subject: Problem with cmd that calls Perl Hi there, I have installed Perl + a self-compiled perl extension on my OS2 machine. I dont want to change the config.sys; therefore I wrote a perl.cmd and placed it somewhere in my path. Calling perl.cmd works fine; I was able to run some tests scripts - but when I try to run a test script, that uses my compiled extension- it will give me a sigsev and core dump. Here is the perl.cmd /* */ 'echo off' ' at echo preparing perl environment ...' 'SET PERLLIB_PREFIX=o:/Perl/lib;f:\perl\lib' 'SET BEGINLIBPATH=F:\emx\dll;F:\perl\lib;' PARSE ARG line say "will now call perl with following args: <" || line || ">" 'F:\perl\bin\perl_ ' line Any idea what is wrong inside here? btw: If I do: SET PERLLIB_PREFIX=o:/Perl/lib;f:\perl\lib SET BEGINLIBPATH=F:\emx\dll;F:\perl\lib on command line and then "F:\perl\bin\perl_ myscript" it will not crash ... **= Email 4 ==========================** Date: Mon, 15 Apr 2002 20:20:11 +0200 (CDT) From: "Adrian Gschwend" Subject: Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 On Mon, 15 Apr 2002 13:40:10 -0400 (TTT), Keri Alleyne wrote: >Thanks to the guys at NetLabs the beta is now available. Nmap ("Network >Mapper") is an open source utility for network exploration or security >auditing. It was designed to rapidly scan large networks, although it >works fine against single hosts. Nmap uses raw IP packets in novel ways to >determine what hosts are available on the network, what services (ports) >they are offering, what operating system (and OS version) they are >running, what type of packet filters/firewalls are in use, and dozens of >other characteristics. hmm who did that release? Is it based on the stuff I uploaded to netlabs some weeks ago? If so it won't be of much help I guess because as I said it's work in progress which should be finished by someone else :-)) Is this another version? cu Adrian -- Adrian Gschwend at OS/2 Netlabs ICQ: 22419590 ktk at netlabs.org ------- The OS/2 OpenSource Project: http://www.netlabs.org **= Email 5 ==========================** Date: Mon, 15 Apr 2002 20:29:20 -0400 From: Ted Sikora Subject: Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 email at eracc.hypermart.net wrote: > > In: <200204151740.SAA329.24 at mail.eyup.org> > On: Mon, 15 Apr 2002 13:40:10 -0400 (TTT) > Screaming: Fwd: [VOICENWS] Software: nmap-2.54beta30 > "Keri Alleyne" did rant: > > +I see that we now have nmap. > > +From: tam at gmx.de (Timo Maier) > > +Thanks to the guys at NetLabs the beta is now available. Nmap ("Network > +Mapper") is an open source utility for network exploration or security > +auditing. [...] > > +ftp://unixos2.com/pub/unix/internet/nmap/nmap-2.54beta30-os2.zip > [...] > > Yeah, I'm excited about it but can't get the file using wget from > here. I keep getting: > > --------------------------Quoted Text Below-------------------------- > > --13:04:11-- ftp://unixos2.com/pub/unix/internet/nmap/nmap-2.54beta30-os2.zip > => `nmap-2.54beta30-os2.zip' > Connecting to unixos2.com:21... connected! > Logging in as anonymous ... > Login incorrect. Too many users... if you get that message. An ftp client and Netscape would give a complete message to that effect. I just doubled the bandwidth looks like I'm gonna have to up it again it did very little. You can use the mirror at ftp://powerusersbbs.net if full. Just the unix tree is there for now. -- Ted Sikora tsikora at unixos2.com http://unixos2.com **= Email 6 ==========================** Date: Mon, 15 Apr 2002 20:30:46 -0400 From: Ted Sikora Subject: Re: Fwd: [VOICENWS] Software: nmap-2.54beta30 Adrian Gschwend wrote: > > On Mon, 15 Apr 2002 13:40:10 -0400 (TTT), Keri Alleyne wrote: > > >Thanks to the guys at NetLabs the beta is now available. Nmap ("Network > >Mapper") is an open source utility for network exploration or security > >auditing. It was designed to rapidly scan large networks, although it > >works fine against single hosts. Nmap uses raw IP packets in novel ways to > >determine what hosts are available on the network, what services (ports) > >they are offering, what operating system (and OS version) they are > >running, what type of packet filters/firewalls are in use, and dozens of > >other characteristics. > > hmm who did that release? Is it based on the stuff I uploaded to > netlabs some weeks ago? If so it won't be of much help I guess because > as I said it's work in progress which should be finished by someone > else :-)) > > Is this another version? > > cu > It's the same... been there since 2-27-2002 -- Ted Sikora tsikora at unixos2.com http://unixos2.com **= Email 7 ==========================** Date: Mon, 15 Apr 2002 20:34:02 -0400 From: Ted Sikora Subject: no registration required! ##!!XXXX! You guys keep getting around my attempts at removing all those annoying nukisms. No login is required for anything. Forums, submit news, etc. Just the mailist needs registration. -- Ted Sikora tsikora at unixos2.com http://unixos2.com **= Email 8 ==========================** Date: Mon, 15 Apr 2002 21:58:25 -0400 From: Henry Sobotka Subject: Re: compiling c++ program under gcc 3.0.3 Arnstein.Prytz at jcu.edu.au wrote: > > So, what subtle or blindingly obvious point am I missing? Try using g++ and -lstdcxx. Also, if you're building with -Zomf, you have to follow the instructions for weaksyms in the docs. h~ **= Email 9 ==========================** Date: Mon, 15 Apr 2002 22:19:07 -0400 From: Henry Sobotka Subject: Re: Problem with cmd that calls Perl Edwin Günthner wrote: > > Calling perl.cmd works fine; I was able to run some tests scripts - > but when I try to run a test script, that uses my compiled extension- > it will give me a sigsev and core dump. I assume you don't have perl.exe in your PATH... Any record of the SIGSEGV in popuplog.os2? What happens if you try the same thing with a non-REXX plain batch file or sh script? h~