<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ACL_SCRUB for Alpha in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058567#M101433</link>
    <description>I tried to compile it :&lt;BR /&gt;&lt;BR /&gt;.PSECT DATA,RD,WRT,NOEXE in the beginning of .mar file&lt;BR /&gt;.PSECT CODE,RD,NOWRT,EXE before entry in .mar file&lt;BR /&gt;&lt;BR /&gt;/stand=vaxc&lt;BR /&gt;all char * of cld.h replaced by static char *&lt;BR /&gt;and put delete_ace in comment to be safe&lt;BR /&gt;&lt;BR /&gt;replace for by fortran&lt;BR /&gt;&lt;BR /&gt;removed /option from link and added /nonative.&lt;BR /&gt;&lt;BR /&gt;It runs. Displays confusing output like&lt;BR /&gt;&lt;BR /&gt;file Owner_uic = [0,6] = []&lt;BR /&gt;for some time, displays some ace's&lt;BR /&gt;and aborts on first "if" in display.c.&lt;BR /&gt;&lt;BR /&gt;Did something change between vax and alpha on the subject of indexf.sys ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
    <pubDate>Wed, 18 Jul 2007 07:58:16 GMT</pubDate>
    <dc:creator>Wim Van den Wyngaert</dc:creator>
    <dc:date>2007-07-18T07:58:16Z</dc:date>
    <item>
      <title>ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058552#M101418</link>
      <description>We have used the ACL_SCRUB from the freeware distribution for many years on Vaxen.  I tried looking for an implementation of it for Alphas.  It has been a useful cleanup tool for removing ACEs that do not have proper identifiers on the system and generating a output file that can be searched for files with UICs that no longer belong to valid users.  Perhaps there is a better way of cleaning up ownerships and ACLs in this century ?&lt;BR /&gt;&lt;BR /&gt;TIA</description>
      <pubDate>Tue, 17 Jul 2007 10:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058552#M101418</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-17T10:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058553#M101419</link>
      <description>I don't know acl_scrub but you can check if dfu of the freeware cd does the same.&lt;BR /&gt;DFU SEARCH dev /ACE=identifier&lt;BR /&gt;will search for files having an acl that mention "identifier".&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Tue, 17 Jul 2007 10:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058553#M101419</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-17T10:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058554#M101420</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;If you have sources, you should be able to recompile it for Alpha (and Itanium). If you do not have the sources, you may try be able to use the binary translator to run it on the later architectures.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 11:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058554#M101420</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-17T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058555#M101421</link>
      <description>The DFU requires that you know what you are looking for.  I could (and may) just set up a procedure to output Dir/SEC and the look for %8 or the like to indicate ACEs with missing identifiers.  I would still have to setup something to remove them - carefully.&lt;BR /&gt;&lt;BR /&gt;I tried rebuilding the C files.  The Get_header had a lot of mismatch types and pointers.  Sorry to say I have avoided the C language with a true FORTRAN bias.  Sounds like this will be a useful exercise for me.</description>
      <pubDate>Tue, 17 Jul 2007 12:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058555#M101421</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-17T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058556#M101422</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;Before setting out to work with an unfamiliar source base, try running the binary image through the translator.&lt;BR /&gt;&lt;BR /&gt;As I noted in my recent OpenVMS Technical Journal paper entitled "Strategies for Migrating from Alpha and VAX systems to HP Integrity Serves on OpenVMS", (see &lt;A href="http://www.rlgsc.com/publications/vmstechjournal/migrationstrategies.html" target="_blank"&gt;http://www.rlgsc.com/publications/vmstechjournal/migrationstrategies.html&lt;/A&gt; ), the translator is an excellent strategic tool for infrequently used utilities.&lt;BR /&gt;&lt;BR /&gt;It is worth noting that from the advent of Alpha (circa 1992) through OpenVMS 7.3-2 in December 2003 (see the history of OpenVMS releases at &lt;A href="http://h71000.www7.hp.com/openvms/openvms_supportchart.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/openvms_supportchart.html&lt;/A&gt; ), MONITOR on Alpha was a binary translation of the VAX image.&lt;BR /&gt;&lt;BR /&gt;As noted in my paper, I have used the binary translator both on VAX and Alpha binaries, with reasonable results.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 17 Jul 2007 12:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058556#M101422</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-17T12:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058557#M101423</link>
      <description>It appears that VEST is not available to us.  In looking through the "Migratin of an Application..." manual , I noticed the CC/STANDARD=VAX that does allow the alpha to produce an object file for those with the problems.  There is still a macro that is not compiling.  It is complaining that&lt;BR /&gt;% AMAC-E-GENERROR, generated ERROR: 0  $TRAN requires symbols defined in ARCH_DEFS.MAR&lt;BR /&gt;&lt;BR /&gt;Sys$library: contains ARCH_DEFS.MAR and ARCH_DEFS.H .   Helpful but I am equally weak in macro.  I have plenty of manuals to look through to see how to get the compiler to incorporate the definitions.&lt;BR /&gt;&lt;BR /&gt;Thanks for looking.</description>
      <pubDate>Tue, 17 Jul 2007 13:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058557#M101423</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-17T13:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058558#M101424</link>
      <description>ACL_SCRUB is apparently based on some code from Joe Meadows and Andrew Potter.&lt;BR /&gt;&lt;BR /&gt;This looks to be the source code...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://mvb.saic.com/freeware/vax89b2/potter/" target="_blank"&gt;http://mvb.saic.com/freeware/vax89b2/potter/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And for completeness, there's a DCL tool in the Freeware 000TOOLS directory that can be used to reset the BACKUP saveset attributes after you haul that file over via FTP, after FTP stomps on the saveset file attributes.  &lt;BR /&gt;&lt;BR /&gt;Unpack the saveset, and have a look at the code.&lt;BR /&gt;&lt;BR /&gt;As for cleaning up, my preference is to not delete identifiers and not to delete usernames.  Disuser the usernames, yes.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 14:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058558#M101424</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-17T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058559#M101425</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;VEST is available as a download kit from the HP  OpenVMS www site. It has not, to the best of my recollection, been part of the standard distribution for some time.&lt;BR /&gt;&lt;BR /&gt;I would, however, also agree with Hoff's comment about deletions, to wit: delete identifiers with care.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 17 Jul 2007 14:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058559#M101425</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-17T14:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058560#M101426</link>
      <description>Bob wrote:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;I would, however, also agree with Hoff's comment about deletions, to wit: delete identifiers with care.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Oh yeah!&lt;BR /&gt;And all the more so, if you allow identifiers to be created with the default value!!&lt;BR /&gt;Next time you add an identifier, chances are that the value is used again, and... it _IS_ the value that is important, the name is just for human convenience.&lt;BR /&gt;&lt;BR /&gt;WE have a liitle algorithm to derive an identifier value from the first 4 letters of the identifier name, (with the last 2 hex digits free, enabling choice to to differentiate the rest of the name)&lt;BR /&gt;At least  we have a fairly decent way of knowing what an identifier is ( or WAS !!!) for.&lt;BR /&gt;&lt;BR /&gt;Bottom line: Better NOT delete identifiers.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Tue, 17 Jul 2007 14:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058560#M101426</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-07-17T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058561#M101427</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;% AMAC-E-GENERROR, generated ERROR: 0 $TRAN requires symbols defined in ARCH_DEFS.MAR&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Sys$library: contains ARCH_DEFS.MAR and ARCH_DEFS.H&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;You're dealing with Macro32, not C code.&lt;BR /&gt;&lt;BR /&gt;FWIW, the CC/STANDARD=VAXC stuff sets C to be far more tolerant of the ancient C coding constructs, and the various ancient C coding errors and typical latent bugs that could be permitted by the VAX C compiler.  It's a bug compatibility mode for the source input.&lt;BR /&gt;&lt;BR /&gt;As for fixing the error in the Macro32 code...&lt;BR /&gt;&lt;BR /&gt;$ MACRO -&lt;BR /&gt;/OBJECT=SYS$LOGIN:name.OBJ - SYS$SHARE:ARCH_DEFS.MAR+SYS$LOGIN:name.MAR&lt;BR /&gt;&lt;BR /&gt;In the above, "name" is the name of the state table source file, and the object file.&lt;BR /&gt;&lt;BR /&gt;There are versions of ARCH_DEFS around.&lt;BR /&gt;&lt;BR /&gt;There should be an example of this basic DCL command sequence and a full Macro32 source code example of using the lib$tparse and lib$table_parse stuff over in the GNM Freeware package.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/freeware/freeware80/gnm/" target="_blank"&gt;http://h71000.www7.hp.com/freeware/freeware80/gnm/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 14:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058561#M101427</guid>
      <dc:creator>Hoff</dc:creator>
      <dc:date>2007-07-17T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058562#M101428</link>
      <description>I had found the vax89b2 early on.  I fixed the structure but only two of the files were successfully removed from the backup set.  The dates were 1989 and the text file matched exactly what I had.  Since the title included "VAX" was was not hopeful that there would be Alpha results.&lt;BR /&gt;&lt;BR /&gt;I found a similar Macro statement for compiling the arch_defs.mar with the macro code.  Now I am getting "DATINCODE" messages.  .long gives a problem.  &lt;BR /&gt;&lt;BR /&gt;I searched the ITRC web site for VEST but did not find any hits.&lt;BR /&gt;&lt;BR /&gt;Maybe it will all fall in place tomorrow. I have the MACRO-32 Porting and User's Guide.</description>
      <pubDate>Tue, 17 Jul 2007 15:27:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058562#M101428</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-17T15:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058563#M101429</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;My apologies. &lt;BR /&gt;&lt;BR /&gt;VEST is an acronym. The "product" name is/was DECMigrate. Information can be found at &lt;A href="http://h71000.www7.hp.com/openvms/products/omsva/omsva.html" target="_blank"&gt;http://h71000.www7.hp.com/openvms/products/omsva/omsva.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 17 Jul 2007 15:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058563#M101429</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-17T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058564#M101430</link>
      <description>Zeni,&lt;BR /&gt;&lt;BR /&gt;For completeness, the acronym VEST stands for VAX Environment Software Translator".&lt;BR /&gt;&lt;BR /&gt;The latest name is "OpenVMS Migration Software for VAX to Alpha" (with the acronym "OMSVA").&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Tue, 17 Jul 2007 15:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058564#M101430</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2007-07-17T15:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058565#M101431</link>
      <description>While I agree that deleting user accounts and the associated Identifiers has more downsides than upsides, VMS does not normally reuse the same value for a general identifier.&lt;BR /&gt;&lt;BR /&gt;That is, if you issue a commands like&lt;BR /&gt;&lt;BR /&gt;$ mcr authorize show /id testid /ful&lt;BR /&gt;%UAF-E-SHOWERR, unable to complete SHOW command&lt;BR /&gt;-SYSTEM-F-NOSUCHID, unknown rights identifier&lt;BR /&gt;$ mcr authorize add /id testid      &lt;BR /&gt;%UAF-I-RDBADDMSG, identifier TESTID value %X800100CB added to rights database&lt;BR /&gt;$ mcr authorize rem /id testid&lt;BR /&gt;%UAF-I-RDBREMMSG, identifier TESTID value %X800100CB removed from rights database&lt;BR /&gt;$ mcr authorize add /id testid&lt;BR /&gt;%UAF-I-RDBADDMSG, identifier TESTID value %X800100CC added to rights database&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;The "next" value to be assigned to an identifier is kept in the RIGHTSLIST record with key value $$MAINTENANCE_RECORD.  AUTHORIZE will attempt to use the value in the last 8 bytes of the $$MAINTENANCE_RECORD, and if that is already in use, it will keep incrementing until if gets to an unused value, and will then update the record with the next highest value.&lt;BR /&gt;&lt;BR /&gt;I am not aware of any way to reset the value other than rewriting the $$MAINTENANCE_RECORD, i.e. it won't happen by accident.&lt;BR /&gt;&lt;BR /&gt;Stock VMS does not remember what UICs have been used, at if it does, I am not aware of where it does.  We have a command procedure we use to create new accounts, and each group has a template account, and we store the HEX value of the next UIC in the /owner field, just so we don't reuse UICs.&lt;BR /&gt;&lt;BR /&gt;++++++++++++++++++++++++++++++++++++++++++++&lt;BR /&gt;&lt;BR /&gt;Blue Sky mode on:&lt;BR /&gt;&lt;BR /&gt;I wish each disk had a reserved file like [000000]RIGHTSLIST.SYS that contained the set of identifiers that were used on the disk, and this could be optional like QUOTA.SYS is for people that didn't want it.&lt;BR /&gt;&lt;BR /&gt;Then when a volume was mounted, a consistency check could be done against the current RIGHTSLIST on the system, and if there were conflicts, it could refuse to mount the disk unless something like /override=rightslist_processing was specified.  An anal/disk/repair would rebuild the file from the UICs and Identifiers found on the disk and the current RIGHTSLIST.DAT file.&lt;BR /&gt;&lt;BR /&gt;The reason for such a check is to avoid accidentally granting ownership or access to files on the volume.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 17:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058565#M101431</guid>
      <dc:creator>Jon Pinkley</dc:creator>
      <dc:date>2007-07-17T17:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058566#M101432</link>
      <description>I had looked but did not see...&lt;BR /&gt;Bob, Thanks for putting me directly on the page with the info and the link for the download.  I had found information about Vest/Decmigrate/OMSVA but not specific about licensing or the download link.&lt;BR /&gt;&lt;BR /&gt;Re: about deleting.  Sort of too-late for not doing it.  I keep info on removed Identifiers and accounts.</description>
      <pubDate>Wed, 18 Jul 2007 07:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058566#M101432</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-18T07:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058567#M101433</link>
      <description>I tried to compile it :&lt;BR /&gt;&lt;BR /&gt;.PSECT DATA,RD,WRT,NOEXE in the beginning of .mar file&lt;BR /&gt;.PSECT CODE,RD,NOWRT,EXE before entry in .mar file&lt;BR /&gt;&lt;BR /&gt;/stand=vaxc&lt;BR /&gt;all char * of cld.h replaced by static char *&lt;BR /&gt;and put delete_ace in comment to be safe&lt;BR /&gt;&lt;BR /&gt;replace for by fortran&lt;BR /&gt;&lt;BR /&gt;removed /option from link and added /nonative.&lt;BR /&gt;&lt;BR /&gt;It runs. Displays confusing output like&lt;BR /&gt;&lt;BR /&gt;file Owner_uic = [0,6] = []&lt;BR /&gt;for some time, displays some ace's&lt;BR /&gt;and aborts on first "if" in display.c.&lt;BR /&gt;&lt;BR /&gt;Did something change between vax and alpha on the subject of indexf.sys ?&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 18 Jul 2007 07:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058567#M101433</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-18T07:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058568#M101434</link>
      <description>I will try the OMSVA (migration tool) on a test machine and see what kind of results happen.  It may completely rule out the use for ACL_SCRUB software for Alpha hardware.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for the useful discussion.&lt;BR /&gt;&lt;BR /&gt;P.s. Wim, I meant to add 8 points for your follow-up message about the .PSECT but after submitting the points , I saw the result was 1 .  Not intentional.  Don't know how to fix.&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jul 2007 08:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058568#M101434</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-18T08:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058569#M101435</link>
      <description>eni,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;I meant to add 8 points for your follow-up message about the .PSECT but after submitting the points , I saw the result was 1 . Not intentional. Don't know how to fix.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Sorry  _NO_ way to change submitted points  (AFAIK, not even be asking the moderators).&lt;BR /&gt;In practice, that means you can NEVER revoke points once given.&lt;BR /&gt;In a case like this however, just ask the intended receiver to reply once more, just to give the extra points to the extra answer.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe</description>
      <pubDate>Wed, 18 Jul 2007 12:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058569#M101435</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2007-07-18T12:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058570#M101436</link>
      <description>Sorry to not have solved the problem. I was a programmer once but not a VMS one (cobol VMS/HP3000/Unix). I think the problem is a pointer issue that was forgiven / autocorrected by the VAX compiler.&lt;BR /&gt;&lt;BR /&gt;BTW : could you post the normal output of the program ? I might find it next week.&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Wed, 18 Jul 2007 13:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058570#M101436</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2007-07-18T13:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: ACL_SCRUB for Alpha</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058571#M101437</link>
      <description>The OMSVA software will work.  I have not completely tested it but the resulting image does run and does create the expected output file.&lt;BR /&gt;&lt;BR /&gt;The output can be lengthy if there are a lot of ACEs.  Each file and its associated ACEs are noted like:&lt;BR /&gt;_DSA0:[SYS2]DNS$SERVER.DIR;1&lt;BR /&gt;    Identifier ace:         (IDENTIFIER=NETWORK,OPTIONS=DEFAULT,ACCESS=NONE)&lt;BR /&gt;    Identifier ace:         (IDENTIFIER=NETWORK,ACCESS=NONE)&lt;BR /&gt;&lt;BR /&gt;Typically, I search the output file for "owner_uic" to find files that are not owned by valid UICs&lt;BR /&gt;&lt;BR /&gt;An example (forgive the Wrap) is &amp;gt;&lt;BR /&gt;DSA0:[VMS$COMMON.SYSLIB]LNGSPLSHR.EXE;6  Owner_UIC = [15,1] = []&lt;BR /&gt;&lt;BR /&gt;ACEs for sub-systems are noted but not modified.  Audit ACEs are noted as "unknown".  ACEs that are for unowned UICs or invalid Identifiers are removed.</description>
      <pubDate>Wed, 18 Jul 2007 14:16:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/acl-scrub-for-alpha/m-p/5058571#M101437</guid>
      <dc:creator>Zeni B. Schleter</dc:creator>
      <dc:date>2007-07-18T14:16:13Z</dc:date>
    </item>
  </channel>
</rss>

