1 INFO-VAX	Sat, 26 May 2001	Volume 2001 : Issue 290       Contents: Re: Affordable VMS Workstations  Re: Authorize in a procedure...  Re: Authorize in a procedure...  Re: Backup to CD? ? Catalog industry is EXPLODING!                               88 ? Re: DNS questions 1:M host_name:host_address (address ordering)  IRCD for VMS Re: Microsoft and Lockeed D Re: Presentation Collateral From VMS Technical Update Days in LondonD Re: Presentation Collateral From VMS Technical Update Days in LondonD Re: Presentation Collateral From VMS Technical Update Days in LondonD Re: Presentation Collateral From VMS Technical Update Days in LondonD Re: Presentation Collateral From VMS Technical Update Days in London Re: Shelved files  Traders Unite Newsletter$ UCX 5.x equiv for Multinet SMTP opts* Very odd:  Init/erase is controller-based?E Re: VMS Engineering and fun/unusual hardware, was: Re: Multimedia Doc E Re: VMS Engineering and fun/unusual hardware, was: Re: Multimedia Doc   F ----------------------------------------------------------------------    Date: 27 May 2001 00:35:50 +0800, From: Paul Repacholi <prep@prep.synonet.com>( Subject: Re: Affordable VMS Workstations- Message-ID: <87zoc0nk49.fsf@prep.synonet.com>   3 "David J. Dachtera" <djesys.nospam@fsi.net> writes:    > Paul Repacholi wrote:   B > > CSA would have been a godsend then, and I doubt it has changed	 > > much.   E > > But, no one has heard of it, almost, and when they do, they don't   > > seem to see anything in it!!  . > Probably for the reasons we've heard before:  B > If no one can afford the platform for your app., why develop it? > Who's gonna buy it?   6 Yesm but these are people who DO do VMS development...   --  < Paul Repacholi                               1 Crescent Rd.,7 +61 (08) 9257-1001                           Kalamunda. @                                              West Australia 6076. Raw, Cooked or Well-done, it's all half baked.H Spam-To: uce@ftc.gov,enforcement@sec.gov,sness@fcc.gov,hfurchtg@fcc.gov,#   mpowell@fcc.gov,gtristan@fcc.gov     ------------------------------  # Date: Sat, 26 May 2001 12:09:24 GMT . From: "Alphaman" <alphaman64@nixspam-home.com>( Subject: Re: Authorize in a procedure...< Message-ID: <U1NP6.72646$I5.16465964@news1.rdc1.tn.home.com>   Try this instead:    $ SET NOVER ( $ OLDPRIVS = F$SETPRV("SECURITY,BYPASS")+ $ DEFINE /USER SYSUAF SYS$SYSTEM:SYSUAF.DAT 7 $ MCR AUTHORIZE 'P1' 'P2' 'P3' 'P4' 'P5' 'P6' 'P7' 'P8'  $ SET PROC/PRIV=('OLDPRIVS') $ EXIT   Aaron  --> Aaron Sakovich  http://members.home.net/sakovich/alphaman.html> Make April 15 just another day:        http://www.fairtax.org/I "vi troff ps su fsck grep rm du - - - And they call this a 'language'???"    ------------------------------   Date: 26 May 2001 16:13:09 GMT- From: "Bill Pedersen" <pedersen@ccsscorp.com> ( Subject: Re: Authorize in a procedure.... Message-ID: <3b0fd65d@kerberos.linuxpuppy.net>  , This is a multi-part message in MIME format.  + ------=_NextPart_000_006F_01C0E5C4.12397500  Content-Type: text/plain;  	charset="iso-8859-1" + Content-Transfer-Encoding: quoted-printable   < If the privilege changes are not necessary do the following:   define the logical:   ;     "SYSUAF" =3D "SYS$SYSTEM:SYSUAF.DAT" (LNM$SYSTEM_TABLE)   & and then if you can do it in one line:  "         MCR AUTHORIZE SHOW */BRIEF   Or you can define the symbol:             UAF :=3D=3D "$AUTHORIZE"   Then you can do:           UAF SHOW */BRIEF  
 Good luck!   --=20 
 Bill Pedersen  CCSS Corporation CCSS Interactive Learning 
 www.VMS.St 831-336-27080 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D  1   "Hal Kuff" <Kuff@Tessco.Com> wrote in message = J news:63E113516F7F13C7.7AAE24C03AADCCA8.D486411B5157C4AE@lp.airnews.net...=     =20 /       put this line in before running authorize    =20 #   define sys$command sys$input/user       F       this will allow a program to take input from the termina, user =H mode means just for one instance of an image, you would have to repeat = it before each run command     =20 B     "Valdemir J. Santos" <valdemir-@UOL.COM.BR> wrote in message =- news:000c01c0e57b$a9b4a420$d2010001@desenv...      Hello all guys:      =20 H        I=B4d like to create a command procedure to put my line command = directly in=20<        Authorize utility.  I made this: (procedure uaf.com):     =20      =20      $ SET NOVER (     $ SET PROC/PRIV=3D(SECURITY, BYPASS)     $ SET DEF SYS$SYSTEM     $ RUN SYS$SYSTEM:AUTHORIZE     $ SET DEF SYS$LOGIN ,     $ SET PROC/PRIV=3D(NOSECURITY, NOBYPASS)
     $ EXIT       =20 D     But, it doesn=B4t work. My desyre is create a symbol to do this:     =20      =20      $ uaf :=3D=3D @uaf.com-     $ uaf modify engineering/pass=3Dxxxxxxxxx      =20      Did you understand me ?      =20      Thank you in advance...      =20      =20   + ------=_NextPart_000_006F_01C0E5C4.12397500  Content-Type: text/html; 	charset="iso-8859-1" + Content-Transfer-Encoding: quoted-printable   > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD>3 <META content=3D"text/html; charset=3Diso-8859-1" =  http-equiv=3DContent-Type>6 <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR> <STYLE></STYLE>  </HEAD>  <BODY bgColor=3D#ffffff>H <DIV><FONT size=3D2>If the privilege changes are not necessary do the=20 following:</FONT></DIV>  <DIV>&nbsp;</DIV> 4 <DIV><FONT size=3D2>define the logical:</FONT></DIV> <DIV>&nbsp;</DIV> " <DIV><FONT face=3Dr_ansi size=3D2>< <P>&nbsp;&nbsp;&nbsp; "SYSUAF" =3D "SYS$SYSTEM:SYSUAF.DAT" = (LNM$SYSTEM_TABLE)</P>E <P>and then if you&nbsp;can do it in one line:</P><FONT face=3DArial> G <P>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MCR AUTHORIZE SHOW */BRIEF</P> $ <P>Or you can define the symbol:</P>E <P>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UAF :=3D=3D "$AUTHORIZE"</P>  <P>Then you can do:</P> 4 <P>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; UAF SHOW=20 */BRIEF</FONT></FONT></P></DIV> + <DIV><FONT size=3D2>Good luck!</FONT></DIV> J <DIV><FONT size=3D2><BR>-- <BR>Bill Pedersen<BR>CCSS Corporation<BR>CCSS =   Interactive Learning<BR><A=20 J href=3D"http://www.VMS.St">www.VMS.St</A><BR>831-336-2708<BR>=3D=3D=3D=3D=5 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<BR></DIV></FONT>  <BLOCKQUOTE dir=3Dltr=20J style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =, 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">   <DIV>"Hal Kuff" &lt;<A =: href=3D"mailto:Kuff@Tessco.Com">Kuff@Tessco.Com</A>&gt;=20   wrote in message <A=20   = J href=3D"news:63E113516F7F13C7.7AAE24C03AADCCA8.D486411B5157C4AE@lp.airnew=J s.net">news:63E113516F7F13C7.7AAE24C03AADCCA8.D486411B5157C4AE@lp.airnews= .net</A>...</DIV> )   <DIV><FONT size=3D2></FONT>&nbsp;</DIV> J   <DIV><FONT size=3D2>&nbsp;&nbsp;&nbsp; put this line in before running =     authorize</FONT></DIV>)   <DIV><FONT size=3D2></FONT>&nbsp;</DIV> $   <DIV><FONT face=3Dr_ansi size=3D2>1   <P>define sys$command sys$input<B>/user</B></P>    <P>&nbsp;</P> I   <P><FONT face=3DArial>&nbsp;&nbsp;&nbsp; this will allow a program to = 
 take input=20 H   from the termina, user mode means just for one instance of an image, = you would=20C   have to repeat it before each run command</FONT></P></FONT></DIV> 6   <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>   <BLOCKQUOTE dir=3Dltr=20>   style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; =: MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">'     <DIV>"Valdemir J. Santos" &lt;<A=20 G     href=3D"mailto:valdemir-@UOL.COM.BR">valdemir-@UOL.COM.BR</A>&gt; =  wrote in=20      message <A=20      = J href=3D"news:000c01c0e57b$a9b4a420$d2010001@desenv">news:000c01c0e57b$a9b=" 4a420$d2010001@desenv</A>...</DIV>A     <DIV><FONT face=3DArial size=3D2>Hello all guys:</FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>J     <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; I=B4d like to create a =
 command=20>     procedure to put my line command directly in </FONT></DIV>=     <DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp; Authorize =  utility.&nbsp; I made=20+     this: (procedure uaf.com):</FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>;     <DIV><FONT face=3DArial size=3D2>$ SET NOVER<BR>$ SET =  PROC/PRIV=3D(SECURITY,=20 H     BYPASS)<BR>$ SET DEF SYS$SYSTEM<BR>$ RUN SYS$SYSTEM:AUTHORIZE<BR>$ =
 SET DEF=20A     SYS$LOGIN<BR>$ SET PROC/PRIV=3D(NOSECURITY, NOBYPASS)<BR>$=20      EXIT<BR></FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>H     <DIV><FONT face=3DArial size=3D2>But, it doesn=B4t work. My desyre = is create a=20#     symbol to do this:</FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>H     <DIV><FONT face=3DArial size=3D2>$ uaf :=3D=3D @uaf.com</FONT></DIV>4     <DIV><FONT face=3DArial size=3D2>$ uaf modify=20-     engineering/pass=3Dxxxxxxxxx</FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV><     <DIV><FONT face=3DArial size=3D2>Did you understand me = ?</FONT></DIV>8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>3     <DIV><FONT face=3DArial size=3D2>Thank you in =  advance...</FONT></DIV> 8     <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>     <DIV><FONT face=3DArial=20D size=3D2>&nbsp;</DIV></BLOCKQUOTE></BLOCKQUOTE></FONT></BODY></HTML>  - ------=_NextPart_000_006F_01C0E5C4.12397500--    ------------------------------   Date: 26 May 2001 05:09 CDT ' From: carl@gerg.tamu.edu (Carl Perkins)  Subject: Re: Backup to CD?- Message-ID: <26MAY200105090228@gerg.tamu.edu>   5 "David J. Dachtera" <djesys.nospam@fsi.net> writes...  }Carl Perkins wrote:8 }> "David J. Dachtera" <djesys.nospam@fsi.net> writes...J }> }> The number of tapes is one. Probably. At least, it is if you get oneJ }> }> of the new SDLT drives which can pack 110/220 GB on a tape. They areI }> }> also rated at 11 MB/sec transfer rate - I don't know if that is the M }> }> native rate or the rate you get with the compression at an assumed 2:1, O }> }> but I would hope that it is the native rate so with compression it should M }> }> go up to 22 MB/sec. (At 11 MB/sec it would take a smidge over 4.5 hours N }> }> to do a backup of 180GB without a verification pass and without countingK }> }> a backup date recording pass either. At 22MB/sec it would, of course,   }> }> take only half that long.) }> }F }> }Careful, there! Remember: compression in this case is local to theK }> }drive! So, that 11MB/sec remains 11MB/sec, regardless of compression or  }> }not. }> }David J. Dachtera  }>  H }> That should not be the case. The tape should always move by the headsG }> at the same speed writing the same number of bits on any given piece H }> of tape (barring data starvation from upstream locations), but in theF }> compressed case those bits are the post-compression bits so you getH }> more real data on the same amount of tape. Thus you should get double: }> the data transfer rate if you get 2:1 data compression. } & }How does this speed up the interface? } @ }> The limiting factor ought to be the write speed to the media. } @ }There's one more before that - the interface to the data path.  } H }I know newer SCSI paths can achieve as much as 40MB/sec., but does this1 }guarantee that the device can keep up with that?  }--  }David J. Dachtera   Yes?  F At least, in general. I'd bet you a buck that the SDLT's interface canE keep up with a 40MB/sec SCSI bus as well as anything, and considering E the price range of the thing I'd expect it to keep up with the faster F ones if it has a faster interface than that, which it probably does (ID think it has an Ultra^2 interface). (BTW, you are behind the times -@ SCSI now goes up to at least 160MB/sec, although I don't know ifC there is any such interface that is supported by VMS yet. I do know I that VMS supports Ultra^2 Wide, which is 80MB/sec in peak raw throughput, 6 since that is what the XP900 I'm writing this on has.)  G If the drive's interface couldn't keep up with the compressed data rate C to tape then the people who built it would be morons. What would be B the point in building a very expensive high-end drive with a cheapE interface that can't even maintain 55% of the data rate of a SCSI bus D that is two full generations older than the current generation?  TheB drive is expected to average 2:1 compression - who would be stupidB enough to build a tape drive that has an interface that can't keep6 up with the rate it is expected to write data to tape?   --- Carl   ------------------------------  % Date: Sat, 26 May 2001 09:10:29 +0001  From: antibogey@pacbell.net H Subject: Catalog industry is EXPLODING!                               88- Message-ID: <0GDY0006A6TNBY@mx.east.saic.com>    <HTML><FONT  BACK="#ffffff" style="BACKGROUND-COLOR: #ffffff" SIZE=2 PTSIZE=10>We have the solutions to your home business challenges!<BR> <BR>\ The catalog industry is <B><I>EXPLODING! </B></I> We have a turn-key system for cashing <BR> in on this hot industry.<BR>&                  <B>* NO RETAILING<BR>#                  * NO INVENTORY<BR> "                  * NO DELIVERY<BR>%                  * NO COLLECTIONS<BR> +                  * NO RISK WHAT SO EVER<BR> 8                  * HUGE REORDER RATE & RESIDUALS</B><BR> <BR>M We have helped people like you make over $2,000 - 3,000 + in their first <BR> D month... even $10,000+ in 90 days!  For more information, visit:<BR> <BR>V <B><A HREF="http://www.knowledgepod.com/">http://www.knowledgepod.com/</A></B></B><BR> <BR> p.s.<BR>8 Ask about our FREE CAR and REVENUE SHARING PROGRAMS!<BR> <BR> <BR> <BR> <BR> <BR></FONT><FONT  COLOR="#000000" BACK="#ffffff" style="BACKGROUND-COLOR: #ffffff" SIZE=1 PTSIZE=8 FAMILY="SANSSERIF" FACE="Arial" LANG="0"><I>You were sent this message because your address is in our subscriber database. If you wish to be removed, please <A HREF m ="http://www.knowledgepod.com/remove.htm">click here</A> and we will remove you from our subscriber list.<BR>  <BR> <BR> </FONT><FONT  COLOR="#000000" BACK="#ffffff" style="BACKGROUND-COLOR: #ffffff" SIZE=2 PTSIZE=10 FAMILY="SANSSERIF" FACE="Arial" LANG="0"></I><BR>  </FONT></HTML>   ------------------------------    Date: 27 May 2001 00:24:57 +0800, From: Paul Repacholi <prep@prep.synonet.com>H Subject: Re: DNS questions 1:M host_name:host_address (address ordering)- Message-ID: <874ru8oz6u.fsf@prep.synonet.com>   . "Richard Maher" <maher_rj@hotmail.c*m> writes:  D > "When I have a DNS hostname that maps to more than one IP address,B > *what do I have to do* to *guarantee* that DNS will return those+ > address in the order that I have chosen?"   A None, it is implementaion and phase of moon dependant. IE, the RR D could come from some other DNS that sends it out in its idear of theD right way. Then you have what ever the systems resolver code does to it.   # > Is there an RFC that covers this?   G Yes, several. But better to get the BIND stuff, since that is what most  people use for DNS now.   C > Like Telnet, RSH et al. people who will connect to my application @ > will do a gethostbyname() and then proceed down the list of IPD > addresses until they find one that works. I *need* to control (andF > insist upon) the IP address/node that will be the *first* connection > candidate?  E Then you will have to do it. BTW, you can't depend on getting a list. ( You may only get one member of the list.   --  < Paul Repacholi                               1 Crescent Rd.,7 +61 (08) 9257-1001                           Kalamunda. @                                              West Australia 6076. Raw, Cooked or Well-done, it's all half baked.H Spam-To: uce@ftc.gov,enforcement@sec.gov,sness@fcc.gov,hfurchtg@fcc.gov,#   mpowell@fcc.gov,gtristan@fcc.gov     ------------------------------  % Date: Sat, 26 May 2001 16:23:02 +0100 - From: "Edward Brocklesby" <ejb@leguin.org.uk>  Subject: IRCD for VMS > Message-ID: <1VPP6.5204$Hd6.101469@news11-gui.server.ntli.net>   Hi,   L I have ported ircd-hybrid-7 to VMS.  If anyone wants a copy, it can be found at@ ftp://ftp.leguin.org.uk/pub/vms/ircd-hybrid-7-cvs-20010526_3.zip  L after unzipping it, [.ircd-hybrid-7]readme.vms describes what has to be done toL compile it, and what known issues are.  I've tested it on OpenVMS 7.2/Alpha,; reports of success/failure on other system would be useful.n  I (on my system, compile in [.src] fails with DECC$GLOG_2 multiply defined,a buttL the generated ircd.exe still works.  if this happens to you, just run mmk in [.tools]
 manually).       -larne-e   ------------------------------   Date: 26 May 2001 07:06:18 CDT= From: wayne@tachysoft.xxx.310887.killspam.0162 (Wayne Sewell)d" Subject: Re: Microsoft and Lockeed. Message-ID: <YYRhg4TNNaKS@tachxxsoftxxconsult>  p In article <010a01c0e55a$7209b4f0$9e0cd818@8mar1bn283>, "HM2(FMF/SW) Neill Thornton" <neillt@neillt.com> writes: > M > Yeah, you got me on that..... lol!  And as far as betting my life on it.... H > I would *never* put WinNT in charge of weapons systems.  However, most8           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^N > defensive systems are microcontroller based anyway, or used very specializedL > gear.  What they are talking about is NTDS, the Navy Tactical Data System,F > which includes the Advanced Combat Direction System.  It is used forF                                                               ^^^^^^^^M > offensive weapons, and also (and this strikes fear in my heart) air controlm   ^^^^^^^^^^^^^^^^^^N > for Carriers and Amphib flat-tops.  It also tracks all contacts from radars, > lookouts, etc. >   * Aren't these two statements contradictory?    K > However, be assured that on a moments notice, any section of the ship (atmJ > least the one I was on) can revert to paper charts, grease pencil statusN > boards, and manual radar interpretation.  In fact, it is something that theyG > drill on during almost every general quarters drill. ACDS is just the J > "Middleware" that combines everything into a "point, click, and destroy"3 > interface.  There is always a manual backup mode.  > D > Now also, I am a believer in the "If it ain't broke, don't fix it"3 > mentality, and if Unix is working, why change it?g >  > HM2(FMF/SW) Neill Thornton> > Senior Corpsman, Weapons Company, Battalion Landing Team 1/8> > 22nd Marine Expeditionary Force (Special Operations Capable)6 > LFOC: (910)451-5820    STU-III Secured DSN: 751-5820 >  >  -- tO ===============================================================================.M Wayne Sewell, Tachyon Software Consulting  (281)812-0738  wayne@tachysoft.xxxA: http://www.tachysoft.xxx/www/tachyon.html and wayne.html  K change .xxx to .com in addresses above, assuming you are not a spambot  :-))O ===============================================================================.K Hotel guy (after bed demolition):  That bed goes back to Henry the eighth!!fO    Curly: That's nothin'!  We had a bed go back to Sears and Roebuck the fifth!-   ------------------------------    Date: 26 May 2001 22:01:16 +0800, From: Paul Repacholi <prep@prep.synonet.com>M Subject: Re: Presentation Collateral From VMS Technical Update Days in Londonh- Message-ID: <87d78wqker.fsf@prep.synonet.com>-  ; Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) writes:p  E > In article <MbwP6.4580$zl5.1763095@typhoon.ne.mediaone.net>, "Terryl1 > C. Shannon" <terryshannon@mediaone.net> writes:   C > > If you didn't make it to Jury's Hotel in central London for theSC > > much-vaunted VMS Technical Update Days, a tasteful selection ofnD > > presentations at said venue can be downloaded from the following	 > > site.   ' > Where is that tasteful presentation ?n  B > I looked at the page cited and found only Microsoft PowerPoint !  @ Larry, you need to get your glasses checked? Did you not see the3 wonderfull, tastfull add for Windows at the bottom?=   --  < Paul Repacholi                               1 Crescent Rd.,7 +61 (08) 9257-1001                           Kalamunda.t@                                              West Australia 6076. Raw, Cooked or Well-done, it's all half baked.H Spam-To: uce@ftc.gov,enforcement@sec.gov,sness@fcc.gov,hfurchtg@fcc.gov,#   mpowell@fcc.gov,gtristan@fcc.gov     ------------------------------  # Date: Sat, 26 May 2001 14:42:18 GMT 4 From: "Terry C. Shannon" <terryshannon@mediaone.net>M Subject: Re: Presentation Collateral From VMS Technical Update Days in Londonu< Message-ID: <ehPP6.3835$QP6.3492256@typhoon.ne.mediaone.net>  F "Larry Kilgallen" <Kilgallen@eisner.decus.org.nospam> wrote in message- news:gzax4q43mN++@eisner.encompasserve.org...2H > In article <MbwP6.4580$zl5.1763095@typhoon.ne.mediaone.net>, "Terry C., Shannon" <terryshannon@mediaone.net> writes:C > > If you didn't make it to Jury's Hotel in central London for theS much-vauntedL > > VMS Technical Update Days, a tasteful selection of presentations at said4 > > venue can be downloaded from the following site. > ' > Where is that tasteful presentation ?  > B > I looked at the page cited and found only Microsoft PowerPoint !  6 It's the content, not the container, that is tasteful.  @ Maybe it's just me, but I find that the overwhelming majority ofL presentations are crafted in PPT these days. To the best of my knowledge theF only alternative posting method is an Adobe PDF distillation of a PPT.   ------------------------------    Date: 26 May 2001 23:12:19 +0800, From: Paul Repacholi <prep@prep.synonet.com>M Subject: Re: Presentation Collateral From VMS Technical Update Days in Londone- Message-ID: <87pucwp2jw.fsf@prep.synonet.com>   6 "Terry C. Shannon" <terryshannon@mediaone.net> writes:  B > Maybe it's just me, but I find that the overwhelming majority of@ > presentations are crafted in PPT these days. To the best of my? > knowledge the only alternative posting method is an Adobe PDFu > distillation of a PPT.  @ Last time I looked, PP could save as ppt, pdf, or if you had the drivers, ps.   -- /< Paul Repacholi                               1 Crescent Rd.,7 +61 (08) 9257-1001                           Kalamunda. @                                              West Australia 6076. Raw, Cooked or Well-done, it's all half baked.H Spam-To: uce@ftc.gov,enforcement@sec.gov,sness@fcc.gov,hfurchtg@fcc.gov,#   mpowell@fcc.gov,gtristan@fcc.gov n   ------------------------------  # Date: Sat, 26 May 2001 16:17:27 GMTw4 From: "Terry C. Shannon" <terryshannon@mediaone.net>M Subject: Re: Presentation Collateral From VMS Technical Update Days in Londonl< Message-ID: <rGQP6.3849$QP6.3521288@typhoon.ne.mediaone.net>  9 "Paul Repacholi" <prep@prep.synonet.com> wrote in messageV' news:87pucwp2jw.fsf@prep.synonet.com...@8 > "Terry C. Shannon" <terryshannon@mediaone.net> writes: >=D > > Maybe it's just me, but I find that the overwhelming majority ofB > > presentations are crafted in PPT these days. To the best of myA > > knowledge the only alternative posting method is an Adobe PDF/ > > distillation of a PPT. >TB > Last time I looked, PP could save as ppt, pdf, or if you had the > drivers, ps.  G Yeah, in the past I've transformed my PPTs into PDF format; of late thenG Adobe PDFwriter chokes on my PPTs and returns an "out of memory" error.b+ (With 256MB, this should not be a problem).;  E Might be worth asking CPQ to ensure that all PPTs are posted as PDFs.a     > --> > Paul Repacholi                               1 Crescent Rd.,9 > +61 (08) 9257-1001                           Kalamunda.DB >                                              West Australia 60760 > Raw, Cooked or Well-done, it's all half baked.J > Spam-To: uce@ftc.gov,enforcement@sec.gov,sness@fcc.gov,hfurchtg@fcc.gov,$ >   mpowell@fcc.gov,gtristan@fcc.gov   ------------------------------    Date: 26 May 2001 13:55:18 -05009 From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) M Subject: Re: Presentation Collateral From VMS Technical Update Days in London$3 Message-ID: <KxWD2KmAQTTV@eisner.encompasserve.org>O  s In article <ehPP6.3835$QP6.3492256@typhoon.ne.mediaone.net>, "Terry C. Shannon" <terryshannon@mediaone.net> writes:D > H > "Larry Kilgallen" <Kilgallen@eisner.decus.org.nospam> wrote in message/ > news:gzax4q43mN++@eisner.encompasserve.org... I >> In article <MbwP6.4580$zl5.1763095@typhoon.ne.mediaone.net>, "Terry C.z. > Shannon" <terryshannon@mediaone.net> writes:D >> > If you didn't make it to Jury's Hotel in central London for the > much-vauntedM >> > VMS Technical Update Days, a tasteful selection of presentations at said=5 >> > venue can be downloaded from the following site.S >>( >> Where is that tasteful presentation ? >>C >> I looked at the page cited and found only Microsoft PowerPoint !S > 8 > It's the content, not the container, that is tasteful. > B > Maybe it's just me, but I find that the overwhelming majority ofN > presentations are crafted in PPT these days. To the best of my knowledge theH > only alternative posting method is an Adobe PDF distillation of a PPT.   I would recommend HTML.I   ------------------------------  % Date: Sat, 26 May 2001 08:50:20 +0100T2 From: "Sean Nockles" <Sean.Nockles@btinternet.com> Subject: Re: Shelved files3 Message-ID: <9ennfe$hop$1@neptunium.btinternet.com>s  < "David J. Dachtera" <djesys.nospam@fsi.net> wrote in message! news:3B0E770C.B77A17A8@fsi.net...T > Sean Nockles wrote:D > >u? > > Does anyone know how you can delete a shelved file, withoute reinitialising$ > > the disk, if you don't have HSM. > >3G > > Compaq's official response is that it's not possible at the moment.  >e > $ SET FILE/REMOVEI > $ ANAL/DISK/REPAIR >D > ???0  I Tried that one. The file is lost , and the repair gives you the option of-9 deleting it, but is unable to do so because it's shelved.-   >- > -- > David J. Dachtera2 > dba DJE Systemsm > http://www.djesys.com/ >r< > Unofficial Affordable OpenVMS Home Page and Message Board:! > http://www.djesys.com/vms/soho/a >eH > This *IS* an OpenVMS-related newsgroup. So, a certain bias in postings > is to be expected. >@B > Feel free to exercise your rights of free speech and expression. >tH > However, attacks against individual posters, or groups of posters, are > strongly discouraged.    ------------------------------  % Date: Fri, 25 May 2001 19:05:45 -0700 P From: TradersUnite ListServer <bounce-tradersunite-1500251@lyris.stocknight.com>! Subject: Traders Unite Newsletter _ Message-ID: <LYRIS-1500251-293-2001.05.25-19.08.41--info-vax#mvb.saic.com@lyris.stocknight.com>   & --Boundary_(ID_8FXgx52GnFyMb4vvD7xLUg), Content-type: text/plain; charset=iso-8859-1+ Content-transfer-encoding: QUOTED-PRINTABLEn            F   [Image]                                                      [Image= ]}  F   [Image]Issue 1   ---  May 25, 2001                           [Image= ]}9          Our inaugural edition of TradersUnite Newsletterm:          features a bottled water company who's product is=          clearly not just another water!  In our opinion, itsa?          is a unique, breakthrough beverage (we've tried it andi<          we love it!) that is timed perfectly to the market.7          And, after great regional success, it is being >          launched in several major markets right now including          Southern California.o  ?            Aqua Vie Beverage Corporation (OTCBB: AVBC)  [Image]e  (                                  [Image]  ?          Aqua Vie Beverage Corporation is an innovative bottledh?          water company with national distribution and a growinge:          market share. Aqua Vie has seven lightly flavoredA          waters called Hydrators=99 that are non-carbonated, free 7          of preservatives, with all natural flavors andaA          crystalline fructose.  Aqua Vie is served in a =BD litere<          plastic sports bottles with dynamic packaging and a4          powerful marketing and distribution system.  ?          Aqua Vie was the first =91Water Beverage=92 company toa>          perfect a technology breakthrough in processing water>          for good nutrition and personal hydration without any<          chemicals or preservatives. The taste is so good inC          fact that the company was the =91Winner=92 of the American^1          Tasting Institute's Award of Excellence. ;          [Image]Today, just after the market closed for thet8          long Labor Day weekend, Aqua Vie announced that<          industry giant Fleming Foods (NYSE: FLM - news) has<          joined the company's sales and marketing system and:          will make Aqua Vie Hydrators(TM) available to its:          network of over 3,000 supermarkets throughout the7          U.S.  As a result, you have the opportunity toe>          evaluate this unique company and be among to first to=          react to this news when the market opens on Tuesday.p    ?            Today's News                                 [Image]-  '                                 [Image]2;              Aqua Vie Hydrators(TM) to Be Available Throughj2                       Industry Giant Fleming Foods?          Expands Regional Retail Availability in California and *                               Western U.S.  :          KETCHUM, Idaho, May 25, 2001 -- Aqua Vie Beverage/          Corporation (OTC Bulletin Board: AVBC)a>          announced today that industry giant Fleming Foods has<          joined the company's sales and marketing system and:          will make Aqua Vie Hydrators(TM) available to its5          network, which serves over 3000 supermarkets <          throughout the United States, including a number of&          independent regional banners.  9          Thomas Gillespie, Aqua Vie's president and chiefe?          executive officer, said, ``We anticipate a significante?          geographic expansion of retail availability during theB?          month of June and throughout the summer as a result ofo4          the addition of Fleming and the coordinated3          distribution efforts of several additionalB<          distributors and brokers in Northern California and;          the Pacific Northwest, as well as Arizona, Nevada,S          Texas and Oklahoma.''  9          Aqua Vie continues to make excellent progress inc7          Southern California, especially throughout the ?          Albertson's system, consisting of more than 300 stores 9          statewide, and product is being well received by 8          consumers. Additionally, Ralphs and Randalls (a:          division of Safeway) will begin offering Aqua Vie<          Hydrators in early June throughout their respective>          service areas. In-store demonstrations will be taking<          place throughout the summer in various Albertson's,'          Ralphs and Randalls locations.r  ?          ``We are excited about recent developments and pleasedh>          to report that several pilot distributors and brokers:          have now re-upped and increased the size of their:          programs,'' said Gillespie. He indicated that the6          company expects to achieve significant market=          penetration and additional same-store shelf space inf=          the Western United States during the summer of 2001. 7          ``We are confident that Aqua Vie's exceptionale:          'drinkability' and consumers' preference for good>          taste will help us make noticeable inroads throughout-          the summer season,'' said Gillespie.R  9          Fleming Foods (NYSE: FLM - news) is the industryd=          leader in distribution and has a growing presence inr>          value retailing. The company serves 3000 supermarkets9          including more than 700 North American stores of =          global supermarketer IGA and other regional banners,o>          5000 convenience stores and nearly 1000 supercenters,:          discount, limited assortment, drug, specialty and=          other businesses. Fleming also operates price impact 6          stores throughout the United States under the;          Food4Less banner and, soon to come, the Fresh4Lessl          banner.  ;          Aqua Vie Beverage Corporation develops and markets.>          all-natural, lightly flavored, still (non-carbonated)9          bottled spring water.  The company's low-caloriem?          alternative beverages are bacteria-free and contain no 9          preservatives. Aqua Vie produces and markets the.<          Hydrator(TM) line of beverages in the United States;          and Europe. This beverage line, comprised of sevenu<          low-calorie, all-natural beverages that are lightly8          flavored and packaged in half-liter bottles, is;          designed to increase one's personal consumption of 9          water, naturally. The underlying technology alsot>          serves as the delivery system for Aqua Vie's new line;          of children's Hydrators(TM), PurePlay(TM), and Eaue:          Vin(TM), Aqua Vie's line of nonalcoholic wine and7          champagnes made from spring water. For further-?          information about Aqua Vie Beverage Corporation, visitf3          the company's web site at www.aquavie.com.R  =          NOTE: Statements contained in this news release thato?          are not strictly historical are forward-looking within =          the meaning of the safe harbor clause of the Private >          Securities Litigation Reform Act of 1995. The company>          makes these statements based on information available9          to it as of the date of this news release and it^;          assumes no responsibility to update or revise such >          forward-looking statements. Editors and investors are>          cautioned that such forward-looking statements invoke<          risk and uncertainties that may cause the company's6          actual results to differ materially from such4          forward-looking statements. These risks and>          uncertainties include, but are not limited to, demand8          for the company's product both domestically and=          abroad, the company's ability to continue to develops;          its market, general economic conditions, and other 8          factors that may be more fully described in the?          company's literature and any periodic filings with the ,          Securities and Exchange Commission.    6             This Publication Sponsored by Growth Stock?                             Expo 2001                   [Image]   <             'the nation's premier micro/small cap investment)                               conference'   '                                 [Image]f  <              Click on the link above or Call 877-994-4242 To*                              Register Now!  *                               Presented by'                                 [Image]n          ?          Disclaimer and Disclosure                      [Image]             Safe Harbor Statement: 8          Statements regarding financial matters in above=          referenced press release other than historical factse>          are ``forward-looking statements'' within the meaning>          of Section 27A of the Securities Act of 1933, Section;          21E of the Securities Exchange Act of 1934, and as=7          that term is defined in the Private Securities=<          Litigation Reform Act of 1995.  The Company intends8          that such statements about the Company's future>          expectations, including future revenues and earnings,9          anticipated events and all other forward-looking6;          statements, be subject to the safe harbors created:=          thereby.  Since these statements (future operationalL?          results and sales) involve risks and uncertainties ande9          are subject to change at any time, the Company'sn;          actual results may differ materially from expectede          results.             Disclaimer:?          TradersUnite.com is owned by Market Pathways Financialr6          Relations Incorporated (MP).  The information=          contained herein is based on a news release or otheru7          report written and disseminated by the subjecth8          company.  Any information, opinions or analysis/          regarding the subject company to which =          TradersUnite.com has provided a link or other detailt?          are provided by sources believed to be reliable but no <          representation, expressed or implied, is made as to9          its accuracy, completeness or correctness.  This ?          report is for information purposes only and should nota:          be used as the basis for any investment decision.;          While MP has not been compensated specifically for ;          producing or disseminating this Newsletter, MP has-<          been retained by Aqua Vie to assist in its on-going=          investor relations efforts.  Aqua Vie has granted MPo=          1.5 million shares of its restricted common stock as-3          payment for three months of service.  This >          compensation constitutes a conflict of interest as to=          our ability to remain objective in our communicationa=          regarding the subject company.  Write or call MP for ;          detailed disclosure as required by Rule 17b of thed/          Securities Act of 1933/1934.    MP ando>          TradersUnite.com and its owners, agents and employees;          are not investment advisors and this report is note:          investment advice.  This information is neither a=          solicitation to buy nor an offer to sell securities.i>          Information contained herein contains forward-looking;          statements and is subject to significant risks andr;          uncertainties, which will affect the results.  Thed?          opinions contained herein reflect our current judgmentt:          and are subject to change without notice.  MP and?          TradersUnite.com and/or its affiliates, associates andR>          employees from time to time may have either a long or<          short position in securities mentioned. Information>          contained herein may not be reproduced in whole or in;          part without the express written consent of Marketi=          Pathways Financial Relations Incorporated (Copyrighte          2001.)y               ---yF You are currently subscribed to tradersunite as: info-vax@mvb.saic.co= mlF To unsubscribe send a blank email to leave-tradersunite-1500251C@lyri= s.stocknight.com    & --Boundary_(ID_8FXgx52GnFyMb4vvD7xLUg)+ Content-type: text/html; charset=iso-8859-19+ Content-transfer-encoding: QUOTED-PRINTABLE   > <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html>  B <table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"100%" > <tr>F <td COLSPAN=3D"4" WIDTH=3D"4"><img SRC=3D"http://www.tradersunite.com=F /news_images/invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D6 wid= th=3D4></td> </tr>C   <tr>F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>5  D <td ALIGN=3DLEFT VALIGN=3DBOTTOM COLSPAN=3D"2" WIDTH=3D"50%" HEIGHT=F =3D"79" BGCOLOR=3D"#003366"><img SRC=3D"http://www.tradersunite.com/n=D ews_images/email_header.jpg" NOSAVE BORDER=3D0  align=3DBOTTOM></td>  E <td ALIGN=3DRIGHT VALIGN=3DBOTTOM COLSPAN=3D"2" WIDTH=3D"50%" HEIGHT=rF =3D"79" BGCOLOR=3D"#003366"><img SRC=3D"http://www.tradersunite.com/n=F ews_images/email_headright.jpg" NOSAVE BORDER=3D0  align=3DRIGHT></td= >   F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>t </tr>t   <tr>F <td COLSPAN=3D"4" WIDTH=3D"4"><img SRC=3D"http://www.tradersunite.com=F /news_images/invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D10 wi=
 dth=3D4></td>h </tr>P </table>  B <table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"100%" > <tr>F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>   E <td VALIGN=3DBOTTOM COLSPAN=3D"2" WIDTH=3D"26" HEIGHT=3D"20" BGCOLOR=eF =3D"#003366"><img SRC=3D"http://www.tradersunite.com/news_images/left=4 _corner.jpg" NOSAVE BORDER=3D0  align=3DBOTTOM></td>  F <td HEIGHT=3D"20" BGCOLOR=3D"#CC0000"><b><font color=3D"#FFFFFF">Issu= e 1&nbsp;&nbsp; & ---&nbsp; May 25, 2001</font></b></td>  E <td VALIGN=3DBOTTOM COLSPAN=3D"2" WIDTH=3D"26" HEIGHT=3D"20" BGCOLOR=rF =3D"#003366"><img SRC=3D"http://www.tradersunite.com/news_images/righ=5 t_corner.jpg" NOSAVE BORDER=3D0  align=3DBOTTOM></td>n  F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>> </tr>i   <tr>F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>s  F <td WIDTH=3D"5" BGCOLOR=3D"#003366"><img SRC=3D"http://www.tradersuni=D te.com/news_images/invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height= =3D1 width=3D5></td>  F <td WIDTH=3D"10"><img SRC=3D"http://www.tradersunite.com/news_images/=E invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D10></td>    <td>B <table BORDER=3D0 CELLSPACING=3D0 CELLPADDING=3D0 WIDTH=3D"100%" > <tr>F <td VALIGN=3DCENTER COLSPAN=3D"2"><b><font face=3D"Georgia">Our inaug= ural editionF of <u>TradersUnite Newsletter</u> features a bottled water company wh= o'saF product is <i>clearly</i> not just another water!&nbsp; In our opinio= n,F its&nbsp; is a unique, breakthrough beverage (<i>we've tried it and w= e F love it!</i>) that is timed perfectly to the market.&nbsp; And, after=  greatF regional success, it is being launched in several major markets right=  now/ including Southern California.&nbsp;</font></b>8
 <br>&nbsp;F <center><table BORDER=3D0 CELLSPACING=3D0 WIDTH=3D"100%" BGCOLOR=3D"#=	 003366" >i <tr>F <td>&nbsp; <b><font face=3D"Verdana"><font color=3D"#FFFFFF">Aqua Vie=	  Beveragef0 Corporation (OTCBB: AVBC)</font></font></b></td>  F <td ALIGN=3DRIGHT><img SRC=3D"http://www.tradersunite.com/news_images=< /stripes.jpg" NOSAVE BORDER=3D0 height=3D20 width=3D66></td> </tr>- </table></center>i   <center>F <p><img SRC=3D"http://st3.yahoo.com/lib/aquavie/banner.gif" NOSAVE he= ight=3D72 width=3D392></center>o  F <p><font face=3D"Garamond"><b>Aqua Vie Beverage Corporation</b> is an=  innovativeyF bottled water company with national distribution and a growing market=  share.s1 Aqua Vie has seven lightly flavored waters called  <b>Hydrators=99</b> thatF are non-carbonated, free of preservatives, with all natural flavors a= ndF crystalline fructose.&nbsp; Aqua Vie is served in a &frac12; liter pl= astic-F sports bottles with dynamic packaging and a powerful marketing and di=
 stribution system.</font>D <p><font face=3D"Garamond">Aqua Vie was the first =91Water Beverage= =92 company F to perfect a technology breakthrough in processing water for good nut= ritionF and personal hydration without any chemicals or preservatives. The ta= sterF is so good in fact that the company was the =91Winner=92 of the Ameri= can Tasting - Institute's Award of Excellence.&nbsp;</font> F <br><img SRC=3D"http://www.tradersunite.com/newsletter/bottles4.jpg" =F NOSAVE height=3D168 width=3D330 align=3DABSBOTTOM><font face=3D"Garam= ond">Today, F just after the market closed for the long Labor Day weekend, Aqua Vie=
  announced! that industry giant Fleming Foods < <a href=3D"http://finance.yahoo.com/q?s=3Dflm&d=3Dv1">(NYSE:F FLM - news)</a> has joined the company's sales and marketing system a= ndF will make Aqua Vie Hydrators(TM) available to its network of over 3,0= 00F supermarkets throughout the U.S.&nbsp; As a result, you have the oppo= rtunityAF to evaluate this unique company and be among to first to react to thi= s 3 news when the market opens on Tuesday.&nbsp;</font>r
 <br>&nbsp;
 <br>&nbsp;F <center><table BORDER=3D0 CELLSPACING=3D0 WIDTH=3D"100%" BGCOLOR=3D"#=	 003366" >  <tr>F <td>&nbsp; <b><font face=3D"Verdana"><font color=3D"#FFFFFF">Today's = News</font></font></b></td>o  F <td ALIGN=3DRIGHT><img SRC=3D"http://www.tradersunite.com/news_images=< /stripes.jpg" NOSAVE BORDER=3D0 height=3D20 width=3D66></td> </tr>  </table></center>    <center>F <p><img SRC=3D"http://www.aquavie.com/images/avpict.jpg" NOSAVE heigh= t=3D120 width=3D160>F <br><b><font face=3D"Garamond"><font size=3D+1>Aqua Vie Hydrators(TM)=  to Be@ Available Through Industry Giant Fleming Foods</font></font></b>F <br><b><i><font face=3D"Garamond">Expands Regional Retail Availabilit= y in3 California and Western U.S.</font></i></b></center>s  F <p><font face=3D"Garamond">KETCHUM, Idaho, May 25, 2001 -- <b>Aqua Vi=
 e Beverage1 Corporation (OTC Bulletin Board: AVBC)</b></font>eF <br><font face=3D"Garamond">announced today that industry giant <b>Fl= emingiF Foods</b> has joined the company's sales and marketing system and wil= lpF make Aqua Vie Hydrators(TM) available to its network, which serves ov= er <b>3000aF supermarkets</b> throughout the United States, including a number of = independent  regional banners.</font>F <p><font face=3D"Garamond">Thomas Gillespie, Aqua Vie's president and=  chiefF executive officer, said, ``We anticipate a significant geographic exp= ansionF of retail availability during the month of June and throughout the su= mmerF as a result of the addition of Fleming and the coordinated distributi= onF efforts of several additional distributors and brokers in Northern Ca= liforniaF and the Pacific Northwest, as well as Arizona, Nevada, Texas and Okla= homa.''</font>F <p><font face=3D"Garamond">Aqua Vie continues to make excellent progr= essaF in Southern California, especially throughout the Albertson's system,=  consistinggF of more than 300 stores statewide, and product is being well received=  by F consumers. Additionally, Ralphs and Randalls (a division of Safeway) = willF begin offering Aqua Vie Hydrators in early June throughout their resp= ectiveF service areas. In-store demonstrations will be taking place throughou= tiF the summer in various Albertson's, Ralphs and Randalls locations.</fo= nt>`F <p><font face=3D"Garamond">``We are excited about recent developments=  andF pleased to report that several pilot distributors and brokers have no= wuF re-upped and increased the size of their programs,'' said Gillespie. = HeF indicated that the company expects to achieve significant market pene= trationhF and additional same-store shelf space in the Western United States du= ringF the summer of 2001. ``We are confident that Aqua Vie's exceptional 'd= rinkability'F and consumers' preference for good taste will help us make noticeable=  inroads6 throughout the summer season,'' said Gillespie.</font>F <p><font face=3D"Garamond">Fleming Foods <a href=3D"http://finance.ya=  hoo.com/q?s=3Dflm&d=3Dv1">(NYSE:F FLM - news)</a> is the industry leader in distribution and has a grow= ing F presence in value retailing. The company serves 3000 supermarkets inc= ludingF more than 700 North American stores of global supermarketer IGA and o= therF regional banners, 5000 convenience stores and nearly 1000 supercenter= s,F discount, limited assortment, drug, specialty and other businesses. F= lemingF also operates price impact stores throughout the United States under = thesA Food4Less banner and, soon to come, the Fresh4Less banner.</font>aF <p><font face=3D"Garamond">Aqua Vie Beverage Corporation develops and=  marketsF all-natural, lightly flavored, still (non-carbonated) bottled spring = water.&nbsp;F The company's low-calorie alternative beverages are bacteria-free and=  containF no preservatives. Aqua Vie produces and markets the Hydrator(TM) line=  ofsF beverages in the United States and Europe. This beverage line, compri= sednF of seven low-calorie, all-natural beverages that are lightly flavored=  andF packaged in half-liter bottles, is designed to increase one's persona= l F consumption of water, naturally. The underlying technology also serve= sgF as the delivery system for Aqua Vie's new line of children's Hydrator= s(TM),F PurePlay(TM), and Eau Vin(TM), Aqua Vie's line of nonalcoholic wine a= ndF champagnes made from spring water. For further information about Aqua=  VieF Beverage Corporation, visit the company's web site at <a href=3D"http=0 ://www.aquavie.com.">www.aquavie.com.</a></font>F <p><font face=3D"Garamond">NOTE: Statements contained in this news re= lease F that are not strictly historical are forward-looking within the meani= ngF of the safe harbor clause of the Private Securities Litigation Reform=  ActF of 1995. The company makes these statements based on information avai= labledF to it as of the date of this news release and it assumes no responsib= ility F to update or revise such forward-looking statements. Editors and inve= storsiF are cautioned that such forward-looking statements invoke risk and un= certaintiestF that may cause the company's actual results to differ materially from=  such F forward-looking statements. These risks and uncertainties include, bu= taF are not limited to, demand for the company's product both domesticall= ymF and abroad, the company's ability to continue to develop its market, = general F economic conditions, and other factors that may be more fully describ= edF in the company's literature and any periodic filings with the Securit= iesu and Exchange Commission.</font>f
 <br>&nbsp;
 <br>&nbsp;F <center><table BORDER=3D0 CELLSPACING=3D0 WIDTH=3D"100%" BGCOLOR=3D"#=	 003366" >r <tr> <td>F <center>&nbsp; <font face=3D"Verdana"><font color=3D"#FFFFFF">This Pu=	 blicationaA Sponsored by<b> Growth Stock Expo 2001</b></font></font></center>  </td>i  F <td ALIGN=3DRIGHT><img SRC=3D"http://www.tradersunite.com/news_images=< /stripes.jpg" NOSAVE BORDER=3D0 height=3D20 width=3D66></td> </tr>r </table></center>    <center>F <p><font color=3D"#660000"><font size=3D+2>'the nation's premier micr= o/small.. cap investment conference'&nbsp;</font></font>F <p><a href=3D"http://www.cgcstocks.com/contact.html"><img SRC=3D"http=F ://www.cgcstocks.com/aboutgse.gif" NOSAVE height=3D369 width=3D532></= a>F <br><b><i><font color=3D"#990000"><font size=3D+1>Click on the link a= bove orr8 Call 877-994-4242 To Register Now!</font></font></i></b>E <p><font color=3D"#990000"><font size=3D+2>Presented by</font></font>cF <br><a href=3D"www.cgcstocks.com"><img SRC=3D"http://www.cgcstocks.co=; m/cgclogo.gif" NOSAVE height=3D86 width=3D277></a></center>m   <p><br>e
 <br>&nbsp;
 <br>&nbsp;
 <br>&nbsp;
 <br>&nbsp;F <center><table BORDER=3D0 CELLSPACING=3D0 WIDTH=3D"100%" BGCOLOR=3D"#=	 003366" >  <tr>F <td><b><font face=3D"Verdana"><font color=3D"#FFFFFF">Disclaimer and =! Disclosure</font></font></b></td>I  F <td ALIGN=3DRIGHT><img SRC=3D"http://www.tradersunite.com/news_images=< /stripes.jpg" NOSAVE BORDER=3D0 height=3D20 width=3D66></td> </tr>  </table></center>   F <p><b><font face=3D"Garamond"><font size=3D-1>Safe Harbor Statement:<= /font></font></b>sF <br><font face=3D"Garamond"><font size=3D-1>Statements regarding fina= ncial F matters in above referenced press release other than historical facts=  areF ``forward-looking statements'' within the meaning of Section 27A of t= heF Securities Act of 1933, Section 21E of the Securities Exchange Act of=  1934,F and as that term is defined in the Private Securities Litigation Refo= rmF Act of 1995.&nbsp; The Company intends that such statements about the=
  Company'sF future expectations, including future revenues and earnings, anticipa= ted F events and all other forward-looking statements, be subject to the sa= feF harbors created thereby.&nbsp; Since these statements (future operati= onalF results and sales) involve risks and uncertainties and are subject to=  changeeF at any time, the Company's actual results may differ materially from = expected results.&nbsp;</font></font>F <p><b><font face=3D"Garamond"><font size=3D-1>Disclaimer:</font></fon= t></b>F <br><font face=3D"Garamond"><font size=3D-1>TradersUnite.com is owned=
  by MarketF Pathways Financial Relations Incorporated (MP).&nbsp; The information=
  containedF herein is based on a news release or other report written and dissemi= natedPF by the subject company.&nbsp; Any information, opinions or analysis r= egardingF the subject company to which TradersUnite.com has provided a link or = othereF detail are provided by sources believed to be reliable but no represe= ntation,F expressed or implied, is made as to its accuracy, completeness or cor= rectness.&nbsp;aF This report is for information purposes only and should not be used a= seF the basis for any investment decision.&nbsp; While MP has not been co=	 mpensated F specifically for producing or disseminating this Newsletter, MP has b= eenrF retained by Aqua Vie to assist in its on-going investor relations eff= orts.&nbsp; F Aqua Vie has granted MP 1.5 million shares of its restricted common s= tockF as payment for three months of service.&nbsp; This compensation const= itutesF a conflict of interest as to our ability to remain objective in our c= ommunicationF regarding the subject company.&nbsp; Write or call MP for detailed di= sclosureF as required by Rule 17b of the Securities Act of 1933/1934.&nbsp;&nbs= p;&nbsp;F MP and TradersUnite.com and its owners, agents and employees are not =
 investmentF advisors and this report is not investment advice.&nbsp; This informa= tionF is neither a solicitation to buy nor an offer to sell securities.&nbs= p;F Information contained herein contains forward-looking statements and = isF subject to significant risks and uncertainties, which will affect the=  results.&nbsp;oF The opinions contained herein reflect our current judgment and are su= bject F to change without notice.&nbsp; MP and TradersUnite.com and/or its af=	 filiates,nF associates and employees from time to time may have either a long or = shortfF position in securities mentioned. Information contained herein may no= thF be reproduced in whole or in part without the express written consent=  of F Market Pathways Financial Relations Incorporated (Copyright 2001.)</f= ont></font>i <p>&nbsp;</td> </tr>e </table> </td>e  F <td WIDTH=3D"5"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D5></td>a  F <td WIDTH=3D"3" BGCOLOR=3D"#003366"><img SRC=3D"http://www.tradersuni=D te.com/news_images/invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height= =3D1 width=3D3></td>  F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>  </tr>e   <tr>F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>n  F <td COLSPAN=3D"5" BGCOLOR=3D"#003366"><img SRC=3D"http://www.tradersu=F nite.com/news_images/invisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height= =3D4 width=3D1></td>  F <td WIDTH=3D"8"><img SRC=3D"http://www.tradersunite.com/news_images/i=C nvisible.gif" ALT=3D"" NOSAVE BORDER=3D0 height=3D1 width=3D8></td>h </tr>D </table>  
 <br>&nbsp; ---<BR>tF You are currently subscribed to tradersunite as: info-vax@mvb.saic.co= m<BR>sF To unsubscribe send a blank email to leave-tradersunite-1500251C@lyri= s.stocknight.com </html>M      ( --Boundary_(ID_8FXgx52GnFyMb4vvD7xLUg)--   ------------------------------  # Date: Sat, 26 May 2001 13:37:24 GMTe' From: Bob Bowles <rbowles@mediaone.net>=- Subject: UCX 5.x equiv for Multinet SMTP optsT, Message-ID: <3B0FB15F.CB2989AB@mediaone.net>  > Any ideas on how/where I can configure TCPIP Services (UCX) to( do the equivalent of Multinet's logical:  < $ Define/System/Exec MULTINET_SMTP_HOST_NAME "foo.bar.com",-         "foo.bar.net"t  > So that INBOUND messages to user@foo.bar.net will be accepted?  F (Note, I've found /substitute_domain to set the outgoing name, doesn't; seem to be related to what inbound names will be accepted).e  G Also, tips on such things equivalent to multinet:smtp_aliases. etc. are/
 most welcome.e   ------------------------------  # Date: Sat, 26 May 2001 16:48:29 GMTI$ From: Scott Vieth <svieth@wi.rr.com>3 Subject: Very odd:  Init/erase is controller-based?S) Message-ID: <3B0FDECB.C81D430E@wi.rr.com>    All:  H I was using init/erase this week to scrub any useful data off the dozens  D and dozens of RZ disks that we're going to be retiring this weekend.  A I expected that if I did an init/erase on a dozen disks at a timeOH (in 12 separate batch jobs), that it would bury the AlphaServer io-wise.  C Boy, was I wrong.  Instead of doing tons of i/o to erase the disks,T& the system hardly does any i/o at all.  @ It seems that the init/erase command sends a command to the HSJsH that says "do an erase operation on the whole disk and report back to me   when you are finished."s  @ I could have erased all of our disks at one time and not had any impact on the host./  D I ran VTDPY and saw that the HSJ controller was pretty busy poundingC data to the drives.  There seemed to be a ceiling of around 8MB/sec=D that the controller could write to all of the drives that were being erased.w? The more drives that were being erased, the lower the per-drive H data throughput.  The total amount of data being moved by the controller  C wouldn't go any higher than 8MB/sec.  I don't know where that limitE is coming from....  D Anyway, thought I would share this little tidbit with the group.  It seems ? (at least with HSJs), that INIT/ERASE is handled totally by thet controllers.  B There will soon be five or six dozen RZ26, RZ28, RZ29 and RZ40s onC the used market shortly if anyone needs to pick up a few spares (oru= if you want to upgrade your HSJ40s to HSJ50s with max cache).u  A We're now running our main VMS system on fibre channel only.  The  ESA12000B has given us a very noticeable increase in system performance.  If
 anyone hasG questions on connecting fibre channel storage to a VMS box, please feelC free to email me.  ! -Scott, fiber channel plumber ;^)B   ------------------------------  # Date: Sat, 26 May 2001 13:56:20 GMT ' From: Bob Bowles <rbowles@mediaone.net>tN Subject: Re: VMS Engineering and fun/unusual hardware, was: Re: Multimedia Doc, Message-ID: <3B0FB5D4.C201345A@mediaone.net>   Simon Clubley wrote:L > On a related matter, does anyone want to comment on the most unusual pieceH > of hardware (either on the bus or via an external interface) that they> > have ever seen connected to and controlled by a VMS system ?  # Not terribly unusual but kinda fun:>  S VAX (PSI-Access) - DEMSA - Private X.25 net - PAD/Serial - PK-90 Packet Radio - Gaso Pipeline  U The VAX cluster ultimately controlled a large network of gas pipeline valves/switches Q and pumps.  The client who designed the control system wrote it all in Pascal anduR built a really sophisticated operation event console system.  To see it in action,Q and understand the little issues like pipeline pressure vs. nearby population wasd impressive.n   ------------------------------  # Date: Sat, 26 May 2001 14:45:03 GMTt4 From: "Terry C. Shannon" <terryshannon@mediaone.net>N Subject: Re: VMS Engineering and fun/unusual hardware, was: Re: Multimedia Doc< Message-ID: <PjPP6.3836$QP6.3492959@typhoon.ne.mediaone.net>   > Simon Clubley wrote:H > > On a related matter, does anyone want to comment on the most unusual piece.J > > of hardware (either on the bus or via an external interface) that they@ > > have ever seen connected to and controlled by a VMS system ?  L That would be a cow. As per the Voluntary Milking System at  www.delaval.com   ------------------------------   End of INFO-VAX 2001.290 ************************