1 INFO-VAX	Sun, 24 Nov 2002	Volume 2002 : Issue 649       Contents: Re: allocating from P1" Re: Changing vms passwords via web" Re: Changing vms passwords via web Re: CSV files to .JPG  Jackson Structured Programming2 Jumper settings for TZ87 in StorageWorks enclosure$ Re: RAW socket interface on VMS+UCX?$ Re: RAW socket interface on VMS+UCX?2 Where to get the last SRM for UP2000+ motherboard?  F ----------------------------------------------------------------------    Date: 23 Nov 2002 22:33:33 -08001 From: usenet_vms@lehrerfamily.com (Joshua Lehrer)  Subject: Re: allocating from P1 = Message-ID: <477e0934.0211232233.4ba15285@posting.google.com>   v usenet_vms@lehrerfamily.com (Joshua Lehrer) wrote in message news:<477e0934.0211212034.53d11f67@posting.google.com>...Z > VAXman-  @SendSpamHere.ORG wrote in message news:<00A174D7.3768A8CD@SendSpamHere.ORG>...u > > In article <477e0934.0211210734.559962f9@posting.google.com>, usenet_vms@lehrerfamily.com (Joshua Lehrer) writes:  > >  > >   G > > Explain what you're trying to accomplish and there my be other ways 2 > > to skin the cat that you're trying to defrock. >    Ok, here's my new problem.  B I allocate memory in P1 using sys$expreg passing in user mode, andB region "1".  However, the first area of memory that it gives me is@ really close to the program stack, without leaving much room for; growth.  Even worse, I have no way of knowing when my stack D infiltrates on the memory I have received from sys$expreg.  How do ID control the stack size?  Is it a linker/compiler switch?  Is there aD way to programmatically reserve stack space?  Can I tell sys$expreg,6 or a simlar call, to stay away from the program stack?  
 joshua lehrer  factset research systems   ------------------------------  % Date: Sat, 23 Nov 2002 15:12:37 -0800 % From: Dean Woodward <deanw@rdrop.com> + Subject: Re: Changing vms passwords via web ( Message-ID: <3DE00B65.8040602@rdrop.com>   Mark E. Levy wrote: $ > My gut feel is that it won't work.  G Part of a utility script we use to do a number of things for users who  # log in via a Windows GUI interface:    $ PASSWORD:   $ SF = "sys$scratch:chg_pwd.com" $ OPEN t 'SF' /WRITE $ WRITE t "$ SET NOON"C $ WRITE t "$ SET MESSAGE /NOFACILITY /NOIDENTIFICATION /NOSEVERITY"  $ WRITE t "$ SET PASSWORD" $ WRITE t "''P2'"  $ WRITE t "''P3'"  $ WRITE t "''P3'" 8 $ WRITE t "$ IF $STATUS THEN WRITE sys$output ""PWDOK"""E $ WRITE t "$ DELETE /NOLOG /NOCONFIRM 'F$ENVIRONMENT(""PROCEDURE"")'"  $ WRITE t "$ EXIT"	 $ CLOSE t  $ @'SF' ; $ IF F$SEARCH(SF) .NES. "" THEN DELETE /NOLOG /NOLOG 'SF';*  $    ------------------------------    Date: 23 Nov 2002 12:24:46 -0800+ From: spamdump@mccready.com (Gary McCready) + Subject: Re: Changing vms passwords via web < Message-ID: <ffd79a6c.0211231224.f5a7b68@posting.google.com>  k jwparker@sfasu.edu (John Parker) wrote in message news:<229a787c.0211220940.53b218f9@posting.google.com>... C > We are trying to come up with a way to allow vms users to change  1 > their password via a web page.  ...<major snip>   E Well, as long as you are looking to kludge some DCL to do it, you can C ask someone for both the current and desired password, validate the A current password via a decnet directory command with username and  password in it, such as 1       $dir nodename"username password"::login.com A if that returns success, then implement whatever code you like to  change the password.   --Gary McCready  aka Gary at McCready .com    ------------------------------  # Date: Sun, 24 Nov 2002 04:32:57 GMT  From: lbohan@dbc..spamless..com  Subject: Re: CSV files to .JPG8 Message-ID: <1al0uu4bl7i5duth467ie29lcidj54nnqe@4ax.com>  F On Thu, 21 Nov 2002 12:34:14 -0700, "CMO" <cmorrill@nospam.com> wrote:  K >If have been trying to find an easy way to take text data or text file and L >convert it to a graph on VMS.  I can manipulate how the data is placed intoG >the text file but I do not know how to convert it to a graphical file.  > F >Is there a way to have a file that converts it to a .JPG file on VMS?  - Using Perl, would be one way to do it;  see:    Q http://groups.google.com/groups?selm=j2mcnuopncb9eb2vkcqq508bklgnhuleri%404ax.com    ------------------------------  + Date: Sat, 23 Nov 2002 23:24:38 +0000 (UTC) / From: "Rob Heyes" <robert.heyes@btinternet.com> ' Subject: Jackson Structured Programming 0 Message-ID: <arp2nl$fj7$1@sparta.btinternet.com>  J Does anyone know of a Jackson Structured Programming package for an Alpha?K We have a VAX version but its obsolete. I expect any Alpha version would be L too, but anyone got anything? It was known as JSP, but I expect this acronymE has been confiscated to history and replaced with JSP to mean Java!!!    ------------------------------    Date: 23 Nov 2002 16:51:58 -0800, From: mcbill20@hotmail.com (Bill McLaughlin); Subject: Jumper settings for TZ87 in StorageWorks enclosure ; Message-ID: <e9cbc4f2.0211231651.5c3eba@posting.google.com>   F Hello all. I just bought a TZ87 DLT drive in a StorageWorks enclosure.? Unfortunately, it didn't come with any documentation and the HP + website doesn't seem to contain any either.   B It seems to work fine-- the only thing is that it ignores the SCSIC address set by jumpers on the back of my StorageWorks enclosure and A always comes up as SCSI ID #4, no matter which slot it is put in.   E There is a tiny 6 position DIP switch on the ribbon cable in the back 4 but there is no indication of what the settings are.  8 Can anyone point me to any documentation for this drive?   Thanks.  Bill McLaughlin    ------------------------------   Date: 23 Nov 2002 15:17 CST ' From: carl@gerg.tamu.edu (Carl Perkins) - Subject: Re: RAW socket interface on VMS+UCX? - Message-ID: <23NOV200215174988@gerg.tamu.edu>   o In article <74542467.0211222034.32f6713b@posting.google.com>, yehavi@vms.huji.ac.il (Yehavi Bourvine) writes...  }Hello, N }  I have to write an application which is a TCPDUMP like - reads packets fromA }the network using promiscous mode. I have the DEC's UCX package.  } P }  On Linux I use the SOCK_PACKET socket. However, it is not available on VMS. IM }tried SOCK_RAW with protocol type IPPROTO_RAW, but read/recv does not return 6 }any packet (even those destined to the same machine). } 0 }  Anyone has examples for such programs on VMS? } C }                                                 Thanks! __Yehavi:   D No example and never done it before, but try looking in if.h - thereB is a value (IFF_PROMISC) to set the interface to promiscuous mode.   --- Carl   ------------------------------   Date: 24 Nov 2002 06:12:06 GMT7 From: yehavi@vms.huji.ac.il (Yehavi Bourvine (58-4279)) - Subject: Re: RAW socket interface on VMS+UCX? % Message-ID: <2002Nov24.061206@hujicc>    Hello,  K   Thanks for all who answered so far, but it seems that I did not explained  myself clear enough:  F > No example and never done it before, but try looking in if.h - thereD > is a value (IFF_PROMISC) to set the interface to promiscuous mode.  M I can place the interface into promiscous mode. The problem is that read() or N recv() read no packets. The main question is what parameters should I give toi3 the socket() call which creates the initial socket.   <                                      Thanks again, __Yehavi:   ------------------------------  % Date: Sun, 24 Nov 2002 02:10:06 +0300 " From: "news" <pbc@informchaos.com>; Subject: Where to get the last SRM for UP2000+ motherboard? / Message-ID: <arp1sf$i78$1@alpha2.radio-msu.net>   . Can't find latest SRM for UP2000+ motherboard. API site is gone. 
 Any ideas?   Thanks   Peter    ------------------------------   End of INFO-VAX 2002.649 ************************  