unix terns - minnie's home...

50
Unix terns Newsletter lurne 6 Registered by Australia Post Publicati(~n No. NBG6524

Upload: others

Post on 08-Jul-2020

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Unix terns

Newsletter

lurne 6

Registered by Australia Post Publicati(~n No. NBG6524

Page 2: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz
Page 3: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

The Australian UNIX* systems User Group NewsletterVolume 6 Number 3

October 1985

CONTENTS

Editorial 2Next AUUG Meeting in Perth 2Security 3Netnews 4A Letter from the President 19AUUG Financial Statement 21AUUG Management Committee Meeting Minutes26AUUG Annual General Meeting Minutes 28The Hideous Namer 30Abstracts From The Queensland Meeting 36From the USENIX Newsletter (;login:) 40From the NUZ Newsletter 41AUUG Meeting in Perth 42AUUG Membership and Subscription Forms 46

Reprinted here with permission.

Copyright © 1985. AUUGN is the journal of the Australian UNIXsystems User Group. Copying without fee is permitted provided thatcopies are not made or distributed for commercial advantage andcredit to the source is given. Abstracting with credit is permitted. Noother reproduction is permitted without the prior permission of theAustralian UNIX systems User Group.

* UNIX is a trademark of AT&T Bell Laboratories.

AUUGNVol 6 No 3

Page 4: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Editorial

In this issue I would like to make welcome two new AUUGN editors:

John Mackin will be editing a section on security and he may be contacted as below.

John MackinBasser Department of Computer Science F09University of SydneySydney NSW 2006

ACSnet: [email protected]

2. Robert Elz has agreed to edit the netnews/netmail section since he has access to a lot of it. He may be contactedas below.

Robert ElzDepartment of Computer ScienceUniversity of MelbourneParkville VIC 3052

ACSnet: [email protected]

We are still looking for people to become involved with the production of AUUGN so if you are interested, contact me assoon as possible. The address and phone number appear on the last page of this issue.

Memberships and Subscriptions

Membership and Subscription forms may be found at the end of this issue and all correspondence should beaddressed to

Greg RoseHonorary Secretary, AUUGPO Box 366Kensington NSW 2033Australia

Next AUUG Meetin~

The next AUUG Meeting will be held at the University of Western Australia in Perth on the l l-12th of February1986 (note the change from the dates published at the Queensland meeting). Further details appear later in this issue.

Contributions

Come on you people out there in UNIX-land, send me your views, ideas, gripes, likes or whatevers.

Opinions expressed by authors and reviewers are not necessarily those of the Australian UNIX systems User Group,its Newsletter or the editorial committee.

Vol 6 No 3AUUGN

Page 5: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Security,

This is the first in a series of columns on the subject of UNIX security. These columns will not simply rehash backissues of the Security Mailing List, or provide general advice like "Watch the modes of files in/dev;" rather, our aimwill be to provide the system administrator with information about currently important bugs and loopholes. We plan todiscuss security in a concrete, rather than abstract, fashion.

We will publish sample code to demonstrate those bugs which require programming to exploit. Such code will beverified before being published, and the affected version or versions of UNIX will be stated. Only by clearly identifyingsecurity holes can we foster their elimination.

Your contributions are solicited for this column. If you find a hole in your system, help to make others aware of itby submitting it for publication. Send a description of the problem, with code to manifest it if possible, to the author’sACSnet address: [email protected], or by paper mail to:

John J. MackinBasser Department of Computer Science F09University of SydneySydney NSW 2006

Please include details of the version and origin of the affected user-mode programs, kernel version, and type of hardwareif that’s relevant.

I will conclude this column with a description of a quite widespread security hole; it can usually be found on afairly large portion of the boxes seen at any UNIX exhibition. Unfortunately, fewer system administrators seem to beaware of this one than one would hope.

This is applicable to any UNIX system that runs the popular text editor "vi." Many systems have the temporary filepreservation program "/usr/lib/ex<version>preserve" [1] setuid-root. This is the way the distributed makefile for viinstalls it. The motivation for this is to keep the/usr/preserve directory not writable by others, vi will exec expreserve tocopy the editor temporary file from/tmp to/usr/preserve if it receives a terminate signal, and so expreserve will berunning with the uid of the user who invoked vi; were it not setuid, it would not be able to write in/usr/preserve unlessthat directory were writable by others.

So far, this is fine. But the standard version of expreserve wants to send mail to the user, to notify them that theirfile was preserved. And it invokes the mail program using the library function popen, the standard version of which usesthe PATH environment variable to locate the program. So, if the user’s PATH contains a "mail" program which will befound before the system standard one (/bin/mail), it will be invoked with root privileges.

The simplest fix for affected sites is simply to make. expreserve setgid, say to bin, instead of setuid-root, and set/usr/preserve to be group-owned by, and writable by, bin.

[1] (<version> is the editor version number; the actual pathname will be something like "/usr/lib/ex3.6preserve.")

AUUGNVol 6 No 3

Page 6: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Netnews

Peter Ivanov, the editor of this publication, has asked me to take over the "netnews" section of AUUGN being partof the effort to spread the editorial load.

So, starting from the next issue, you will find oddments of netnews that I have selected gracing these pages, insteadof the ones that Peter has been choosing. I hope that I will be able to do as good a job at selecting the printable articlesas he has done. He has included his last selection on the next page.

To aid me in this effort, I am soliciting help from other news readers -- however much I would like to, whichactually isn’t all that much m I cannot hope to read all the netnews that we receive. If you happen to mn across anarticle that you feel would be a worthy candidate for inclusion on these pages, then please mail me its article-id. Note: Idon’t need the text of the article, given its ID, which appears in the header, I can easily locate that.1 Anyone receivingnetnews in Australia should have no trouble sending me mail at the address below, others can try - most people seem tobe able to get mail to one of my addresses.

I also intend to try and publish a summary of what’s happening in some of the more useful groups. I intend to startsmall here, and only initially consider the sources groups, in effect providing an index of sources available from netnews,so that those sites not connected can have some means of discovering what is available. If there is anyone who wouldlike to consider summarising any of the other groups, in whatever way is appropriate for that group, please contact me (sothat I can arrange to avoid having multiple people working on the same groups).

Here are some electronic addresses that reach me, one way or another. The first one works from anywhere inAustralia on our network, various permutations of the others work from occasional sites throughout the rest of the world.

[email protected]{seismo,mcvax,ukc,prlb2,ubc_vision}!munnari!kre{ decvax,pesnta,eagle,vax 135 } !mulga !krekre%[email protected] %[email protected]

Robert Elz

Department of Computer Science,University of Melbourne,Parkville,Victoria. 3052Australia.

+61 3 344 5225

1.Actually, if you are not reading this in Australia, then I may not be able to locate the article so easily. In that case,please keep a copy of the article so that I can request a copy from you if necessary.

Vol 6 No 3AUUGN

4

Page 7: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Netnews (the last from Peter).

I have-reproduced below some of my network mail and a few "netnews" articles that I thought may be of interest toAustralian UNIX users. I have deleted some of the less meaningful data generated by various mailers and newsprograms. No responsibility is taken for the accuracy (or lack thereof) of anything below.

From: [email protected] (Robert Elz)Newsgroups: aus.mailSubject: New routing info installed on munnariDate: 6 Sep 85 14:16:13 GMTOrganization: Comp Sci, Melbourne Uni, Australia

Munnari’s uucp routing database has been updated. About 500 new hosts appeared.

I took the opportunity to delete all the hosts which the router generated addresses that were manifestly bad(contained an ’@’ character) so attempts to route to them will fail at munnari rather than falling into abottomless pit in the US. (I don’t know that anyone has ever actually attempted to reach one of the onesthat were there - they were mostly pretty obscure nodes).

Let me know of any perceived problems.

Robert Elz

From: [email protected] (Brian Reid)Newsgroups: net.mailSubject: smart gateways (forwarded without comment)Date: 31 Jul 85 23:46:54 GMTOrganization: Stanford University, Computer Systems Lab

Received: from csnet-relay by SUMEX-AIM.ARPA with TCP; Tue 30 Jul 85 18:21:44-PDTReceived: from ibm-sj by csnet-relay.csnet id ai19044; 30 Jul 85 20:09 EDTDate: Tue, 30 Jul 85 18:24:54 EDTFrom: Evan Cohn <ecohn.yktvmt%[email protected]>Subject: I forgot

to include something in the last note - it was an example of the robustness of the mail system here - I senta note to my sister and wherever the word ’at’ appeared in the body the mailer would try to make the lhs aperson and the rhs a site. The first line is "sorry I couldn t .... - .... >

From: Evan Cohn <ecohn.yktvmt%[email protected]>To: [email protected], "Sorry I couldn’t Talk for long" @home,

"they were almost"@theend,"of the thin man movie and if I missed it - I would never have known the mur

MMDF-Warning: Parse error in preceding line at CSNET-RELAY.ARPA<--- If there is a person called "they were almost" at the site ’theend’he is probably very puzzled right now.

e.C

Brian Reid decwrl !glacier !reid

AUUGNVol 6 No 3

Page 8: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

From: [email protected] (Angel Casado)Newsgroups: net.mail

#

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647

Nodename

BBADMINBBADMIN2BB003BKLYNBMACADMBM002BROWNVMBX001CCNYCUNYJES3CUNYVMCUNYVMS1HUNTERKB001

NJECNVMNJECNVSNY001QB001QUEENSSI001YALEADS

¯ YALECSYALEMVSYALEVMYORKPSUMVSPSUPDP1PSUVAX1PSUVMCORNELLACORNELLCPUCCCUVMACUVMBCUVMCCUVMDROCKVAXBOSTONUUCBCMSAUCBUNIXAUCBUNIXBUCBUNIXDUCBUNIXEUCBUNIXGSFASYSSFBSYS

BITNET nodes as of 12 Jtdy 85

University name

CUNY - B aruch College Admin.CUNY - B aruch College Admin.CUNY - B aruch CollegeCUNY - Brooklyn CollegeCUNY - Manhattan C.C. AcademicCUNY - Manhattan C.C. Admin.Brown University Comp. CenterCUNY - Bronx Community CollegeCUNY - City College of NYCity University of New YorkCity University of New YorkCUNY - Graduate CenterCUNY - Hunter CollegeC̄UNY - Kingsborough C.C.CUNY - Lehman CollegeNJ Educ. Comp. Net (NJECN)NJ Educ. Comp. Net (NJECN)CUNY - NYC Technical CollegeCUNY - Queensborough C.C.CUNY - Queens CollegeCUNY - College of Staten Isl.Yale University AdministrativeYale University CS DepartmentYale Univ. Computer CenterYale Univ. Computer CenterCUNY - York CollegePenn. State UniversityPennsylvania State UniversityPennsylvania State UniversityPenn State/Computer CenterCornell U. Computer ServicesCornell U. Computer ServicesPrinceton University/Comp. CtrColumbia University (CUCCA)Columbia University (CUCCA)Columbia UniversityColumbia UniversityRockefeller UniversityBoston U./Academic Comp.U.C. Berkeley Computer CenterU.C. Berkeley Computer CenterU.C. Berkeley Computer CenterU.C. Berkeley Computer CenterU.C. Berkeley Computer CenterU.C. Berkeley Computer CenterU. of California at SFU. of California at SF

Vol 6 No 3

Operating System

VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3MVS/JES3 SP 1.3.3VM/SP Release 3 HPO 3.4VAX/VMSVM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3MVS/JES3 SP 1.3.1VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3UnixMVS/JES2VM/SP Release 3VM/SP Release 3MVS/JES2Unix-R6Berkeley Unix 4.2VM/SP Release 3.1VM/SP Release 3 HPO 3.4VM/SP Release 3 HPO 3.4VM/SP Release 3 HPO 3.4VM/SP Release 3.1 HPO 3.4VM/SP Release 3.1VM/SP Release 3VM/SP Release 3Berkeley Unix 4.1VM/SP Release 3 HPO 3.2VM/SP Release 2Berkeley Unix 2.8Berkeley Unix 2.8Berkeley Unix 2.8Berkeley Unix 2.8Berkeley Unix 4.2VM/SP Release 3VM/SP Release 3

Type

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 9: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

48495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101

MITVMACRNLCSCUMCUORMVSUORVMSUNYBINGHARVARDAOHSTVMAPSUECLMAINEUICMVSUICVMUCONNMVSUCONNVMPSUDEC10YKTVMVYKTVMXYKTVMZGWUVMUMBCCUCHEMPORTLANDUMDAUMDBUMDCUMDTUMD2UMD7HARVUNXWUCBJADESLACVMUIUCUXCUIUCVMDUIUCVMEBROWNCSYKTVMTUCSFCCAUOFrO1STANFORDUMCVMAUMCVMBUMMVSAUMRVMAUMRVMBUMSLVMAUMVMAYALEVMXVPIVAX3VPIVAX5VPIVM1VPIVM2VPIVM3CUCHMBSLACCB

AUUGN

MIT - Info. SystemsComell University CS Dept.Comell Univ. Medical CollegeUniversity of RochesterUniversity of RochesterSUNY BinghamtonHarvard/HCCOhio State University / IRCCPenn State Engin. Computer LabU. of MaineU. of Illinois at ChicagoU. of Ill. at ChicagoUniversity of ConnecticutUniversity of ConnecticutPenn State Engin. Computer LabIBM TJ Watson Research CtrIBM TJ Watson Research CtrIBM TJ Watson Research CtrGeorge Wash. Univ. Comp. Ctr.Univ. of MD, BaltimoreColumbia Univ. Chem. Dept.U. of Southern Maine PortlandUniv. of MD, CSCUniv. of MID, CSCUniv. of MD, CSCUniv. of MD, CSCUniv. of MD, CSCUniv. of MD, CSCHarvard UniversityU.C. Berkeley Computer CenterSLACU of Ill at Urbana/CSOU of I11 at Urbana/CSOU of Ill at Urbana/CSOBrown University CS DepartmentIBM TJ Watson Research CtrU. of California at SFU. of ToledoStanford UniversityUniversity of Missouri (UMC)University of Missouri (UMC)University of Missouri (UM)University of Missouri (UMR)University of Missouri (UMR)University of Missouri (UMSL)University of Missouri (UM)Yale Univ. Computer CenterVirginia Poly Tech (VPI)Virginia Poly Tech (VPI)Virginia Poly Tech (VPI)Virginia Poly Tech (VPI)Virginia Poly Tech (VPI)Columbia Univ. Chem. Dept.SLAC Crystal Ball Exp.

VM/SP Release 3Berkeley Unix 4.2VM/SP Release 2.1MVS/JES2VM/SP Release 2VM/SP Release 3VM/SP Release 3VM/SP Release 3VAX/VMSVM/SP Release 3MVS/JES2VM/SPMVS/JES2VM/SP Release 2DECsysteml0VM/SP HPO 2.0VM/SP HPO 2.0VM/SPVM/SP Release 2VAX/VMS 4.1VAX/VMSVM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3Sperry OS 1100 Rel. 39R2Sperry OS 1100 Rel. 39R2Berkeley Unix 2.9Berkeley Unix 4.2VM/SP Release 3 HPO 3.4Berkeley Unix 4.1aVM/SP Release 3VM/SP Release 3UnixVM/SP HPO/2Berkeley Unix 4.2VM/SP Release 2MVS/JES2VM/SP Release 2VM/SP Release 2MVS/JES2 SP 1.3.2VM/SP Release 2.1VM/SP Release 2.1VM/SP Release 2.1VM/SP Release 3.1VM/SP Release 3VAX/VMSVAX/VMSVM/SP Release 3 HPO 3.4VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMS

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node, Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeF,ull nodeFull node

Vol 6 No 3

Page 10: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

102 DUKE103 NCSUVM104 SLACMAC105 TUCC106 UDCVM107 UNC108 AKRON109 VNET110 WATSON111 WUVMA112 WUVMD113 ANLOS114 ANLVM115 WVNVM116 NCSUVAX117 ANLCHM118 ANLCMT119 ANLHEP120 ANLIPNS121 ANLPHY122 HARVUNXU123 HARVUNXA124 UMDNJPWl125 UMDNJVM1126 UMDNJVM2127 SUVM128 VPIVAX4129 PENNDRLS130 CSUOHIO131 FNALVM132 UCHIMVS 1133 UCHIVM1134 NCSUMAE135 UCCCMVS136 CRNLNS137 CUCCVX138 OACVAX139 UCLAMVS140 UCLAVM141 UTKVM1142 YALEVAX5143 RICE144 EARNET145 FARMNTON146 SJRLVM1147 SJRLVM4148 SJRLVS1149 SJRVM3150 SLACMK3151 SUCASE152 UMUC153 TAMCGF154 TAMLSR155 TAMMEACA

Vol 6 No 3

Duke UniversityNorth Carolina State U.SLAC Magnetic CalorimeterTUCCUniv. of the Dist. of ColumbiaUniv. of North CarolinaUniversity of AkronGateway to VNET (IBM)Gateway to IBM Research Div.Washington UniversityWashington UniversityArgonne National LabArgonne National LabWV Computer Network (WVNET)North Carolina State U.ANL Chemistry DivisionANL Chemical Technology Div.ANL High Energy Phisics Div.ANL Pulsed Neutron SourceANL Physics DivisionHarvard UniversityHarvard UniversityNJ Univ. of Med. & DentistryNew Jersey U. of MedicineNJ Univ. of Med. & DentistrySyracuse UniversityVirginia Poly Tech (VPI)U of Penn/DRL Comp. FacilityCleveland State U./Comp ServFermilabUofC Computation CenterU. of ChicagoNCSU Mech. & Aero. Engr.

. University of CincinnatiCornell U./Lab of Nuc. StudiesColumbia University Adm. Dept.UCLA-OACUCLA-OACUCLA-OACUniversity of TennesseeYale University Computer Ctr.Rice University/ICSAIBM SC - RomaU. of Maine FarmingtonIBM San Jose Research CtrIBM San Jose Research CtrIBM San Jose Research CtrIBM San Jose Research CtrSLAC Mark-III Detector Exp.Syracuse University (CASE)U. of Maryland U. CollegeTexas A&M Engineering GraphicsTexas A&M CS/LSRTexas A&M Univ. ME/CAD

MVS/JES2VM/SP Release 3VAX/VMSMVS/JES2 SP 1.3.3VM/SP Release 3MVS/JES2 SP 1.1.1MVS/VSPCVM/SP Release 3VM/SP HPOVM/SP Release 2VM/SP Release 2MVS/JES3VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7Berkeley Unix 4.2Berkeley Unix 2.9DOS/VSEVM/SPVM/SPVM/SP Release 3VAX/VMSVM/SP Release 3 HPO 3.4VM/SP Release 2VM/SPMVS/JES2 SP 1.3.1VM/SP Release 2VM/SP Release 2MVS/JES2VAX/VMS 3.6VAX/VMSUnixMVS/JES2 SP 1.3.3VM/SP Release 3VM/SP Release 2VAX/VMS 3.6VM/SP Release 2.1VM/SP Release 3VM/SP Release 3VM/SP HPO 2.0VM/SP HPO 2.0MVS/SPVM/SP Release 3 HPO 3.4VAX/VMSVM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMS 3.5VAX/VMS

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 11: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209

TAMMVS 1TAMVM1TAMVM2TAMVXEETAMVXRSCUHUPVM1UMABUTA3081UTA4341UTSA4341AUVMNERNERVMANI.2qESCUCSFHC

EDUCOMRICECSVMYALASTROMECAN1VANDVMS1SLACASPSLACMKIISLACSLCSLACTBFSLACTWGMSUHEPUSCVMASUACAD

¯ ASUEJSASUCADAMCRNLTHRYNCSUADMSLACNIKHSLACUCDSLACUCSDUCBRUBYUCHISTEMUDACSVMUIUCVMCCRNLGSMWESLYNWlSCPSLBWISCPSLAWlSCPSLCWlSCVMBROWNCOGCSU205VPICS1IBACSATAIBOINFNICINECANEUVMSOHSTVMB

AUUGN

CSC/Texas A&M UniversityCSC/Texas A&M UniversityCSC/Texas A&M UniversityTexas A&M Univ. EE Dept.Texas A&M Remote Sensing Cent.U. of HoustonU. of Maryland Med. SchoolU. of Texas, AustinU. of Texas, AustinU. of Texas, San AntonioAmerican UniversityFlorida NE Regional Data CtrFlorida NE Regional Data CtrANL Nat’l Software CenterU. of Cal.-SF, Hosp. & ClinicsUniversity of North FloridaEDUCOM, Princeton, N.J.Rice U. CS Dept.Yale University Astro. Dept.U. of Maine Appl. NetVanderbilt UniversitySLAC ASP ExperimentSLAC Mark-II DetectorSLAC Linear Collider ProjectSLAC Test Beam FacilitySLAC Two-Gamma ExperimentSyracuse University (HEP)U. of Southern CaliforniaArizona State UniversityASU/ECCASU/ECCComell Univ./Theory CenterNorth Carolina State Univ.SLAC 2-Gamma ExperimentSLAC 2-Gamma ExperimentSLAC 2-Gamma ExperimentU.C. Berkeley Computer CenterUofC Crewe LaboratoryUniversity of DelawareU of Ill at Urbana/EngineeringComell Grad. School of Mgmt.Wesleyan UniversityUniv. of Wisc., Phys. Sci. LabUniv. of Wisc., Phys. Sci. LabUniv. of Wisc., Phys. Sci. LabCS Dept. - Univ. Wisc. at Mad.Brown Univ. Ctr - Cogn. Sci.Colorado State UniversityVirginia Polytechnic InstituteIBACSATA - BadICINECA - BolognaICINECA - BolognaNE Univ. Dept. of PhysicsOhio State University, CAD/CAM

MVS/JES3 SP 1.3.2VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMSVM/SP Release 2VM/SPVM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 2MVS/XAVM/SP Release 3VM/SP Release 3VM/SP Release 2VM/SP Release 3VAX/VMS 3.5VM/SP Release 2VM/SP Release 3VAX/VMS 3.4VAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVM/SP Release 3VM/SP 3.1 HPO 3.4VM/SP Release 2VM/SP Release 2Berkeley Unix 4.2MVS/JES2VAX/VMSVAX/VMSVAX/VMSBerkeley Unix 4.2VM/SP Release 3.1VM/SP Release 3 HPO 3.2VM/SP Release 3VAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVM/SP Release 3VAX/VMS 3.4CDCVAX/VMSVM/SP Release 1.3RSXll-M V 4.1VM/SPVAX/VMSVM/SP Release 3

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

Vol 6 No 3

Page 12: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

210 UMASS211 EBOUB012212 EEARN213 EMDUAM1214 EMDUPMll215 FNAL216 FNALA217 FSU218 UTKVX1219 HAIFAUVM220 ISRAEARN221 JHUNIX222 JI-IUVM223 JHUVMS224 TAUNIVM225 TAUNOS226 TAURUS227 TECI-IMVS228 TECHNION229 TECHUNIX230 WEIZMANN231 WISDOM232 UMRVMC233 UCLASAUP234 UCLASSCF235 USCVAXQ236 MUVMS 1237 UMKCVAX1238 HARVHEP239 . MITECCF1240 CITHEX241 HAMLET242 UMEE243 CANADA01244 CARLETON245 CATE246 CENCOL247 HUMBER248 MCGILL1249 MCMASTER250 NSNCC251 NSNCCVM252 QUCDN253 QUCIS254 RYERSON255 TSSNRC00256 UOGUELPH257 UOGVAX2258 UOTFAWA259 UTORONTO260 WATACS261 WATARTS262 WATCSG263 WATDCS

Vol 6 No 3

University of MassachusettsUniversidad de BarcelonaIBM Madrid Scientific CenterUniversidad Autonoma - MadridUniversidad Politec. - MadridFermilabFermilabFlorida State UniversityUniversity of TennesseeHaifa UniversityIBM Israel SC - HaifaJohns Hopkins UniversityJohns Hopkins UniversityJohns Hopkins UniversityTel Aviv UniversityTel Aviv UniversityTel Aviv UniversityTechnion - HaifaTechnion - HaifaTechnion - HaifaWeizmann Institute of ScienceWeizmann Inst. Dept. of Math.University of Missouri (UMR)UCLA Arch and Urban PlanningUCLA Social Sciences FacilityU. Of Southern CaliforniaMarshall UniversityUniversity of Missouri (UMKC)Harvard/High Energy PhysicsMIT - East Campus Comp. Fac.Caltech High Energy PhysicsCaltechUniv. of MDUniversity of GuelphCarleton UniversityCenter for Adv. Tech. Educ.Centennial CollegeHumber CollegeMcGill UniversityMcMaster UniversityLouisiana St. U., Baton RougeLouisiana St. U., Baton RougeQueens UniversityQueens UniversityRyerson PolytechnicNRC, OttawaUniversity of GuelphUniversity of GuelphUniversity of OttawaUniversity of TorontoUniv. of Waterloo, ACSUniv. of Waterloo, Arts VAXUniv. of Waterloo, CSGUniv. of Waterloo, DCS

10

CDC NOS 2.2 Level 602VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMSMVS/JES2VAX/VMSVM/SP Release 3VM/SP Release 3Berkeley Unix 4.1CVM/SP Release 3VAX/VMS 3.4VM/SP Release 3CDC NOS 2.3Berkeley Unix 4.2MVS/JES2 (guest)VM/SP Release 3 HPO 3.4Berkeley Unix 4.2VM/SP Release 3 HPO 3.4UnixVM/SP Release 2.1VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMS 3.5VAX/VMS 3.6VAX/VMSVM/SP Release 3VAX/VMSVAX/VMSUnixVM/SP Release 3

VM/SPVM/SPVM/SP Release 3VM/SP Release 3VAX/VMS 3.6MVS/JES2 SP 1.3.3VM/SP Release 3VM/SP Release 3 HPO 3.2UnixVM/SPTSS/370VM/SP Release 3Berkeley UnixVM/SP Release 3VM/SP Release 3VM/SP Release 3Berkeley Unix 4.2VM/SP Release 3VM/SP Release 3 (SSI)

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 13: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 .294295296297298299300301302303304305306307308309310311312313314315316317

WATDCSUWATMNETYORKVM1UFFSCMITLNSUCF1VMUCF2VMUFENGEBOUB011ISUMVSUIAMVSBOSTCIMLCUCEVXNYSPITUCCVMUIUCHEPAVANDVMIBITNICIRISHMVS/RISHVMSLACSLDWISCMSEMCGILL2MCG~I~ASITVXA

QUCDNCMCPENNHEP1PENNLRSMCITCSSTVSITVXBUMKCVAX2UMKCVAX3YORKVM2YULEOYUORIONVASSARFNALCDFBNLFNALBSNHARVLITIHARVUNXHHARVUNXTHBUNOSICNUCEVMICNUCEVSIFI~DGIMIBOCCOIMISIAMIPACUC

IRMCRAIRMIAS

AUUGN

Univ. of Waterloo, DCSUniv. of Waterloo, MICRONETYork UniversityUF Faculty Support CenterMIT - Lab. for Nuc. Sci.Univ. of Central FloridaUniv. of Central FloridaUF College of Engineering

¯ Universidad de BarcelonaIowa State UniversityUniversity of IowaBoston Univ./CIMLColumbia U. - Civil Eng.NY Psychiatric InstituteTUCCU of I11 at Urbana/HEPVanderbilt UniversityBITNET Network Support CenterUniv. of Notre Dame Comp. CtrNotre Dame PC LabSLAC SLD DetectorUniv. of Wise., Eng. Dept.McGill UniversityMcGill UniversityStevens Institute of Tech.Johns Hopkins Univ. HEPQueens University CMECU of Penn/HEPU of Penn/LRSMCaltech Comp. Support ServicesStevens Institute of Tech.University of Missouri (UMKC)University of Missouri (UMKC)York UniversityYork UniversityYork UniversityVassar CollegeFermilabBrookhaven National LaboratoryFermilabHarvard UniversityHarvard UniversityHarvard UniversityHebrew UniversityNat’l U. Comp. Ctr - PisaNat’l U. Comp. Ctr - PisaInst. Doe. Guiridica o FirenzeUniversita’ Bocconi - MilanoInstituto di Fisica CosmicaUniversita’ di PalermoINFN - S. Piero a Grado - PisaINFN - S. Piero a Grado - PisaIst. Ricerche Aerospaz. - Roma

Ist. Astro. Spaz. (CNR) - Roma

11

Berkeley Unix 4.2VM/SP Release 3VM/SP Release 3VM/SP Release 3VAX/VMS 3.6VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3MVS/JES2MVS/JES2VM/SP Release 3 HPO 3.2VAX/VMSVM/SP Release 3VM/SP Release 3VAX/VMSVM/SP Release 3VM/SP Release 3MVS/JES2 SP 1.3.3VM/SP Release 2VAX/VMSVM/SP Release 3VM/SP Release 3MUSICYAX/VMSVAJUVMS 3.6VAX/VMSVAX/VMS 3.5

¯ VAX/VMS 3.6VAX/VMSVAX/VMSVAX/VMS 3.6VAX/VMS 3.7VM/SP Release 3VAX/VMS 3.6VAX/VMS 3.6VAX/VMSVAX/VMSBerkeley UnixVAX/VMSBerkeley Unix 2.9Berkeley Unix 4.2Berkeley Unix 4.2CDC NOS 2.3 - NOS/VE 1VM/SPMVS/JES2VM/SPVM/SPVM/SPVM/SPVM/SPVAX/VMSVM/SPVM/SP

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

Vol 6 No 3

Page 14: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

318 ITOIMGC319 NNOMED320 NNOMEDV321 RLG322 UORDBV323 WATMTA324 YUGEMINI325 YUURSA326 YUVENUS327 YUYETTI328 BIBLIO31329 CALTECH330 SUNYABVA331 SUNYABVB332 UCCCVM1333 ANLEES334 ANLEL335 ANLMCS336 IBAUNIV337 ICSATAXA338 CBEBDA3T339 CBEBDA3C340 CEARN341 CERNVM342 CGEUGE51343 CLSEPF51344 CRVXALFB345 CRVXALTP346 CRVXDEV347 . CZHRZU1A348 CZHRZU2B349 DAAFHT1350 DBNGMD21351 DBNRHRZ1352 DBNRHRZ2353 DBNUAMA1354 DBNUOR1355 DBSNRV0356 DBSTU1357 DBOHMI41358 DBOTUI11359 DBOTUMI 1360 DBOTUS 11361 DBOZIB21362 DCZRZTU0363 DDADVS1364 DDAGMD11365 DDAGSI3366 DDATHD21367 DDOHRZ11368 DEARN369 DERRZE1370 DEOHRZ1A371 DEOWTZ1A

Vol 6 No 3

Ist. Meteo. Colonnetti- TorinoLouisiana St. U., Med. Ctr.Louisiana St. U., Med. Ctr.Stanford University/RLGUniversity of RochesterUniv. of Waterloo, MTAYork UniversityYork UniversityYork UniversityYork UniversityCentennial CollegeCaltechSUNY BuffaloSUNY BuffaloUniversity of CincinnatiANL Energy & Environ. SystemsANL Electronics DivisionANL Math and Computer ScienceBad UniversityCSATA - BadBerne UniversityBerne UniversityCERNCERNUniversity de Geneve, SuisseETH LausanneCERNCERN ALEPH TPCCERN OC DevelopementZurich UniversityZurich UniversityFHS AalenGMD BonnRHRZ Universitaet BonnRHRZ Universitaet BonnInst. Angewandte MathematikOekonom. und Operams ResearchNRV-Gateway TU BraunschweigTU BraunschweigHMI - BerlinTU Informatik - BerlinTU Maschinen - BerlinTU Schiff u. Meer BerlinZIB BerlinTU ClausthalTH Darmstadt FB InformatikGMD DarmstadtGSI DarmstadtTH DarmstadtUniversitaet DortmundEARN Central Node GermanyUniv. Erlangen - NuembergUniversitaet EssenUni Klinik Essen, Tumorzentrum

12

VM/SPMVS/XAVM/SP Release 2MVS/JES2VAX/VMS 3.5VAX/VMS 4.1VAX/VMS 3.6VAX/VMS 3.6VAX/VMS 3.6Berkeley Unix 4.2VM/SPVAX/VMSVAX/VMSVAX/VMSVM/SP Release 3VAX/VMS 3.7VAX/VMS 3.7Berkeley Unix 4.1 aVM/SPMVS/XAMVS/JES3MVS/JES3VM/SPVM/SP Release 3 HPO 3.4VAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVM/SPMVS/JES2VM/BSEPPMVS/SP 2.1.1VM/SP Release 3MVS/SP 1.3.2VM/SP Release 3VM/SP Release 2DIETZ XOS 5.8VM/SP Release 3Siemens BS3000 E40

MVS/SPCGK BS 3 19.36VM/SP Release 3VM/SP Release 2.1MVS/SP 2.1.1MVS/SP 1.3.3VM/SPVM/SPVM/SP Release 3VM/SP Release 3VM/SP Release 3

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 15: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401.402403404405406407408409410411412413414415416417418419420421422423424425

DFVLROP1DGAIPP1SDGOGWD01DHAFEU 11DHDDKFZ1DHDIBM1DHDIHEP1DHDURZ2DHHDESY3DHNFHS1DHVRRZ01DJUKFA11DJUKFA21DJUKFA51DKAFHS1DKAKFK3DKAUNI11DKAUNI12DKAUNI13DKAUNI46DKAUNI48DKOZAIDMARUM8DMSWWU1ADMSWWU2BDMOMPF 11DMOMPI 11DOLUNI0DOSUNIDSOIKE51DSOMPA51DSORUS51DSORUSIIDSORUSIPDTUZDV1GENDTUZDV2ASUICCLVMCLVMSHARVLAWlHARVMA1HARVSC3HARVSC5HARVSC7HARVSC8UOFT02YKTVMHWVNVAXAPENNDRLNBARILANU1UCVMBDKIUNI0DSOFBD 11

AUUGN

DFVLRMPI fuer PlasmaphysikUni. Max-Planck-GesellschaftFemuniversitaet HagenKrebsforschungzentrum HDIBM WZH HeidelbergHochenergiephysik HeidelbergUniversitaet HeidelbergDESYFachhochschule HeilbronnUniversitaet HannoverKFA Juelich - ZAMKFA Juelich - ZAMKFA Juelich - SNQFachhochschule KarlsruheKemforschungszent. KarlsmheUniversitaet KarlsruheUniv. Karlsmhe, Info 3Univ. Karlsmhe, Info 3Universitaet KarlsruheUniversitaet KarlsruheZA - KoelnUniversitaet MannheimUni MuensterUni MuensterMPI psychologische ForschungMPI Physik u. AstrophysikUni OldenburgUni OsnabrueckInst. f. KemenergetikMaterialpruefanstalt StuttgartRechenzentrum Univ., StuttgartUni StuttgartUni StuttgartUni Tubingen

Univ Tuebingen - ZDV BASFArizona State UniversityClarkson UniversityClarkson UniversityHarvard UniversityHarvard UniversityHarvard UniversityHarvard UniversityHarvard UniversityHarvard UniversityUniversity of ToledoIBM TJ Watson Research CtrWV Computer Network (WVNET)U of Penn/DRL Comp. FacilityBar Ilan UniversityU of Ill at Urbana/VLSIUniversitaet KielFBD - Schulen

13

VM/SP Release 1.1VM/SP Release 2Sperry OS 1100VM/SP Release 2VM/SP Release 3VM/SP Release 3VM/SP Release 3MVS/SP 1.3.3MVS/SPVM/SP Release 3CDC NOS/BE 564VM/SPMVS/SPVAX/VMS 3.4VM/SP Release 3MVS/SP 1.3.1VM/SP Release 3VM/SP Release 3VM/SP Release 3Siemens BS3000 E40 JES2Siemens BS3000 E40 JES2VM/SPSiemens BS2000 NJEVM/SP Release 3MVS/SP 1.3.1VM/SP Release 3VM/SP Release 2.1CGK BS 3 19.36CGK BS 3 19.36VAX/VMSVAX/VMSVAX/VMSVM/SP Release 2.1VM/SP Release 2.1VM/SP Release 3MVS/JES2IBM MVS/SP 1.3.4VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMSBerkeley Unix 4.2VAX/VMSVAX/VMSBerkeley Unix 4.2Berkeley Unix 4.2VAX/VMSVM/SP Release 3 HtK) 3.2VAX/VMS 4.0VM/SP Release 3.1MVS/SP 1.3.3VM/SP Release 3DECsysteml0 (Tops-10)VM/SP Release 3

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

Vol 6 No 3

Page 16: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

426 UTDALVM1427 YUVULCAN428 TUAVM1429 DBNVB 12430 WVNMVS431 BINGTJW432 BINGVMA433 PSUVAXG434 PSUVAXS435 VPISDA436 VPIVAX6437 UOGOAC1438 SBHEP439 DMOTUI1S440 YALENSL441 BINGVMB442 CZHETH5A443 DKEARN444 BGUNOS445 UCCVMA446 UCSBVM447 UCSCVM448 YALEHEP449 LUCCPUA450 UOTADM01451 TAMCBA452 UWOCC1453 WVNVAXB454 WVNVAXD455 WVNVAXE456 BINGVAXB457 BINGVAXA458 BINGVAXC459 IRLEARN460 TECHSEL461 BUASTA462 BUCASA ’463 BUCHMA464 BUCHMB465 BUCHMC466 BUENGA467 BUPHYA468 CERNVAX469 CERNVME470 CUGSBVM471 CYBER472 DKAUNI14473 UOTVMS01474 FRECP11475 FREMP11476 FRHEC11477 FRIAP51478 FRMOP11479 FRMOP22

Vol 6 No 3

ACC/Univ. of TexasYork UniversityUCF/Texas Tech Univ.Inst. fuer anorganische ChemieWV Computer Network (WVNET)SUNY BinghamtonSUNY BinghamtonPennsylvania State UniversityPennsylvania State UniversityVirginia Poly Tech (VPI)Virginia Poly Tech (VPI)University of Guelph OACUCSB/HEP VAXTechnische Uni., MeunchenYale University/NSLSUNY BinghamtonEidgenoessische HochschuleNEUCC Tech. Univ., KopenhagenBen Gurion UniversityU.C. Corporate HeadquartersU.C. Santa BarbaraU.C. Santa CruzYale University/HEPLoyola UniversityUniversity of OttawaACC/CBA/Texas A&M UniversityUniversity of Western OntarioWV Computer Network (WVNET)WV Computer Network (WVNET)WV Computer Network (WVNET)SUNY BinghamtonSUNY BinghamtonSUNY BinghamtonUniversity College, DublinTechnion - HaifaBoston Univ. AstronomyBoston Univ. Adapt. Sys.Boston Univ. ChemistryBoston Univ. ChemistryBoston Univ. ChemistryBoston Univ. EngineeringBoston Univ. PhysicsCERNCERNColumbia Business SchoolCERNUniversitaet KarlsruheUniversity of OttawaEcole Centrale de ParisEcole des Mines, ParisHEC, Jouy-en-josas, ParisInst. d’Astrophysique de ParisCNUSC, MontpellierCNUSC, Montpellier

14

VM/SPVAX/VMS 3.6VM/SPVM/SP Release 3MVS/JES2VM/SP Release 3VM/SP Release 3Berkeley Unix 4.2Berkeley Unix 4.2VAX/VM$VAX/VMSVM/SP Release 3VAX/VMSVM/SP Release 2.1VM/SP Release 3VM/SP Release 3VAX/VM$VM/SP Release 3CDC NOS 2.1VM/SP Release 3VM/SP Release 3VM/SP Release 3VAX/VMSMVS/SP 1.3.3VAX/VMS 3.6VM/SP Release 3VM/SP Release 3VAX/VMS 4.0VAX/VMS 4.0VAX/VMS 4.0VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VM/SP Release 2Berkeley Unix 4.2VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.6VAX/VMS 3.5VAX/VMS 3.7VAX/VMS 3.7Berkeley Unix 4.2VM/SP Release 3VM/SP Release 2.1CDC NOS/BEVM/SP Release 3VAX/VMS 3.6VM/SP Release 2VM/SP Release 2VM/SP Release 3VAX/VMSVM/SP Release 3MVS/JES2

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 17: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

4804814824834844854864874884894904914924934944954964974984995005015025O35045055O65O7508509510511512513514515516517518519520521522523524525526527528529530531532533

FRONI51FRORS31FRULM11NCSUCHENCSUIENCSUMTENEUMVS 1NEUVM1CERNADPHUJICSBROWNHEPDMAFI-IT1FRTOU71NCSUMAEVPSUARCHUTCVMUMCINCOMUMESUNBMVS1DKTC 11RrrvAxcRITVAXDRITVMWISCMACCSLACCADSLACHRSSLACPCRUORHEPANL~STCONUICRNLASTRCUGSBVAXDKUCCCllDUKEFSBIPGUNIVIRMCNRPSU2020SUNYABVC

¯ SUNYBCSUHRCCUTSA4381BKLYNMVSDKCCRE01UGAIBMIUWAVMVCUMVSCUCCAHUJIAGRIHUJIFHIRUCCIBMIRUCCVAXRUTGERS9TAMPHYSTAMVXOCN

AUUGN

Observatoire, NiceCirce, OrsayEcole Normale Sup, ParisNorth Carolina State U.North Carolina State U.North Carolina State U.NEUCC Tech. Univ., KopenhagenNEUCC Tech. Univ., Kopenhagen

Hebrew UniversityBrown University/HEPFachhochschule fuer TechnikCICT, ToulouseNCSU Mech. & Aero. Engr. DeptPenn State Arch. ComCAD Lab.U. of Tennessee, ChattanoogaU. of Maryland, CSCU. of Maryland, UMESUniversity of New BrunswickCopenhagen Technical CollegeRochester Institute of Tech.Rochester Institute of Tech.Rochester Institute of Tech.Univ. of Wisc., MACCSLAC CAD VAXSLAC HRSSLAC PEP Control RoomUniversity of Rochester HEPANL Materials Science Tech.Concordia UniversityCornel1 U./Dept. of AstronomyColumbia Business SchoolUniversity of CopenhagenDuke Univ. FSB Computer CenterUniversita’ di PerugiaCNR - RomaPenn. Stat~ Eng. Computer LabSUNY BuffaloSUNY BuffaloU of Houston Rsrch Comp CntrU. of Texas, San AntonioCUNY - Brooklyn CollegeUniv. of Copenhagen Comp. CtrUniversity of GeorgiaUniversity of WashingtonVCU Computer CenterColumbia U Cluster Cntrlr AHebrew UniversityHebrew UniversityUniv. College Cork, IrelandUniv. College Cork, IrelandRutgers University - CCISTexas A&M Univ. Physics Dept.Texas A&M Oceanography Dept.

15

VAX/VMSMVS/SPVM/SP Release 3VAX/VMSVAX/VMSVAX/VMSMVS/JES2VM/SP Release 3

Berkeley Unix 4.2VAX/VMS 3.0VM/SP Release 3MulficsVAX/VMSVAX/VMS 3.5VM/SP Release 3VAX/VMS 3.7VM/SP Release 3

¯ MVS/SP 1.3.4 (& VSPC)VM/SPVAX/VMS 4.0VAX/VMS 4.0VM/SP Release 3VAX/VMSVhOUVMSVAX/VMSVAX/VMSVAX/VMS 4.1VAX/VMS 3.7CDC NOS 2.2VAX/VMS 4.0VAX/VMS 3.6VM/SP Release 3VM/SP Release 2VM/SP Release 3VM/SP Release 3Tol~-20VAX/VMS 4.0Berkeley Unix 4.1VAX/VMSOS/VSIMVS/SP 1.3.4Sperry OS 1100MVS/JES3VM/SP Release 3 HPO 3.4MVS/SP 1.3.3Berkeley Unix 4.2VAX/VMSBerkeley Unix 4.2VM/SP Release 2VAX/VMS 3.7MVS/SP 1.3.2VAX/VMS 4.0VAX/VMS 3.7

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

Vol 6 No 3

Page 18: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587

WATSCIIRISTAMLTCCCNYVMECORNELLDUMDHEPWSUVM1ITSSISSATAMCHEMDJUKFA53IDUI1USMVAXNYBVX1DKDHI11KSUVMVUENGVAXJPNSUT10JPNSUT20JPNSUT30HUJIMDHUJIVMSUTADNXWSUVM2UHRCC2BCVAX3BCVMCMSFNALB0JAXOMRAMOTHUORUNIXHUJIPRMAHUJIPRMBHUJIPRMCUIUCHEPBUMDDTAMAGENTAMBIGRFCSGHSG5APURCCVMRPICICGEHADASSAHCLEMSON

GITVM1NORUNITSEGUC 11SEGUC21SEQZ21SEQZ51SEUDAC21UNIVSCVMCITDEIMOCITROMEOBNLDAG

Vol 6 No 3

U. of Waterloo Facility of SciBrown University/IRISTexas A&M/Learning Tech. CtrCUNY - City College of NYCornell U. PSFUniv. of MD, HEPWashington State UniversitySISSA - TriesteTexas A&M Univ. ChemistryKFA Juelich - SNQUniversity of IdahoU. of Southern Maine CSCNew York UniversityDanish HI, Horsholm, DenmarkKansas State UniversityVanderbilt UniversitySUT - JapanSUT - Japan, KaguraSUT - Japan, NodaHebrew UniversityHebrew UniversityU Texas-Austin;Comp. CenterWashington State UniversityU of Houston Rsrch Comp Cntr-2Boston College Comp. CtrBoston College Comp. CtrFermilabU. Of Southern CaliforniaU. Of Southern CaliforniaU of Rochester Comp CntrHebrew UniversityHebrew UniversityHebrew UniversityU of Ill at Urbana/HEP-BUniv. of MD, CSCTexas A&M UniversityTexas A&M Univ. BiochemHochschule St. Gallen, Switz.Purdue Univ. Computing CenterRPI Graphics CenterHadassah Univ. Hospital

" Clemson Univ. Computer CenterUniv. of Minn. Comp. CenterGeorgia TechUniv. of TrondheimGothemburg Univ. Comp. CntrGothemburg Universities CCStockholm University CCStockholm University CCUppsala Univ. Data CenterU of South Carolina CSDCaltech Astronomy’s DEIMOSCaltech Ed. ComputingBrookhaven Nat. Lab.

16

VAX/VMS 3.6UNIXVAX/VMSVM/SP Release 3VM/SP Release 3 I-IPO 3.4VAX/VMS 4.0VM/SP Release 3MPX 3.2VAX/VMS 3.7VAX/VMS 3.7VM/SP Release 3VAX/VMS 3.4VAX/VMS 4.xVM/SPVM/SP Release 3VAX/VMS 4.1VM/SP Release 3VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMSVAX/VMS Version 4.1VM/SP Release 3VAX/VMSVAX/VMS 3.7VM/SP Release 3VAX/VMS 4.1VAX/VMSVAX/VMSBerkeley Unix 4.2PRIMOS 19.3PRIMOS 19.3PRIMOS 19.3VAX/VMS 4.1VM/SP Release 3 HPO 3.4VAX/VMSVAX/VMS 3.6VAX/VMSVM/SP Release 3VM/SP 2.1VMSMVS/SP 2.1.2 JES2VM/SP Release 3

VM/SP Release 3VM/SP Release 2MVS/SP 1.3.3MVS/SP3 1.3.1VAX/VMSMVS/SP 1.3.0VM/SP Release 3 HPO 3.4

VMS Version 4.1

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull node

AUUGN

Page 19: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

5885895905915925935945955965975985996006016026036046056066076086O96106116126136146t561661761861962062162262362~6256266276286296306316326336346356366376386396~06~1

OHSTMVSAUALTAMTSUNLVMSBBIOVMSBCCMAILNYUCCVMDSORUS0UALTAVMNDSUVM1

AKRONVMBEARNBYUADMINBYUCSBYUCSABYUETIBMBYUIVAXBYULIBBYURVAXCFRCFRVMCGEUGE52CLARGRADCSUGOLDDHDEMBL5DHDPHY5DHHUNI4FNALB

F̄NALNETHASARA5HDETHD2I-IDETHD5

HEITHE5HENTHT5HGRRUG0HGRRUG5HLERUL2HLERUL5HIMARL5HNYKUNllHNYKUN22HNYKUN51HNYKUN52HNYKUN53HNYKUN54HNYKUN55HROEUR5HTIKHT5HUTRUU0HWALHW5IECMICCIITVAX

AUUGN

Ohio St. Research Comp.Univ. of Alberta-MTSUniv. Nebraska Comp. ServicesSUNY/Stony Brook BSCFSUNY/Stony BrookNYU Computer CenterUniv. Stuttgart, GermanyUniv. of Alberta-VMHECNoNorth Dakota St. Univ.Austria EARN (Linz)Univ. of Akron Computer CenterBelgium EARN (Bruxelles)BYU Info Systems ServicesBYU Computer ScienceBYU Computer Science VAXBYU EngineeringBYU Instructional VAXBYU LibraryBYU Research VAXCntrl Fla Regnl Data Cntr MVSCntrl Fla Regnl Data Cntr VMUniv of Geneva, SwitzerlandThe Claremont Grad. SchoolColorado State UniversityEuro M. Bio. Lab. HeidelbergPhysikal. Inst. HeidelbergUniversitaet Hamburg, GermanyFermilabFermilabFermilabStichting Aeadem. RekencentrumTechnische Hoogesehool DelftTechnische Hoogeschool DelftKatholieke UniversiteitTech. Hogeschool EindhovenTechnische Hogesehool TwenteRijksuniversiteit GroningenRijksuniversiteit GroningenRijksuniversiteit LeidenRijksuniversiteit LeidenRijksuniversiteit LimburgKatholieke UniversiteitKatholieke UniversiteitUni Nijmegen, NetherlandsUni Nijmegen, NetherlandsUni Nijmegen, NetherlandsUni Nijmegen, NetherlandsUni Nijmegen, NetherlandsErasmus Universiteit RotterdamKatholieke HogeschoolRijksuniversiteit UtrechtLandbouwhogeschool WageningenIllinois Educ. ConsortiumIllinois. Inst. of Tech.

17

MVS/SP 1.3.2MTSVM/SP Release 3 HPO 3.4VM/SP Release 3.1VAX/VMS 3.6VM/SP Release 3CDC NOS/BE Level 587VM/SP 3.1VM/SP Release 3.1 HPO 3.2

VM/SP Release 3.1

VM/SP Release 3VM/SP Release 3-UNIXVM!SP Release 3VAX/VMS 4.1VM/SP Release 3VAX/VMS 4.1MVS/SP 1.3.4VM/SP Release 3VAX/VMSVMS 4.1NJEFVAX/VMSVAX/VMS 3.7BS 3000 MSP 10VAX/VMSVAX/VMSVAX/VMSVAX/VMS 4.0MVS/JES2VAX/VMS 3.6VM/SP Release 3VAX/VMS 3.7VAX/VMS 3.7CDC NOS 2.1VAX/VMS 3.7MVS/SP 1.1VAX/VMS 3.7VAX/VMS 4.0VM/SP Release 3MVS/SP 1.3VAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMSVAX/VMS 3.7VAX/VMS 3.5Data General AOS/VEVAX/VMS 3.7

VAX/VMS

Full nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeFull nodeUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUneonnectUnconnectUnconnectUnconnectUneonnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUneonnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUneonnect

Vol 6 No 3

Page 20: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694

NIHCUNMSUMVS1NMSUVM1NSERC 1NTSUOREGON1ORSTATE1PHASTVAXPOLYTECHPUFORBESPUNFSPURCHEPURVLSIPU1879REGINARUTHEPSASKSEARNSFUSFUVMTCSVMTEMP~VMUAUABTUCCUCIVMSUCRVMSUGAUGACDC1UGA205UICACC1UKACRLUKCCUMASSVMUNMBUNOUOFMCCUORUNIVXUSCNUTELPUVPHYSUVSEUVUND(UVVMUWACDCUWAEEUWAV1~AV2UWAV3UWAV4UWAV5WYOCDC1WYOCDC2YALPH2

Vol 6 No 3

National Institutes of HealthNew Mexico State Univ.New Mexico State Univ.Ntrl. Sci. Rsrch. Cncl. CanadaNorth Texas State UniversityU of O Computing CenterOregon State U Computer CenterUniv. of Wash. Physics VAXPINY Comp. Center

¯ Princeton U Comp Cntr-FORBESPrinceton U Comp Cntr-NFSPurdue Chem. EngineeringPurdue Univ. EE VLSI LabPrinceton U Comp Cntr-1879

Rutgers Univ HEPUniv. of SaskatchewanSweden EARN (Stockholm)SFU Computing ServicesSimon Fraser Univ.-VMTulane Computer Services - VMTemple Univ. Comp. ActivityUniv. of Alabama Comp. CenterUniv. of Alabama-BirminghamUniv. of CA. Irvine Comp. Fac.UC Riverside Acad. ComputingUniversity of GeorgiaUniversity of GeorgiaUniversity of GeorgiaU. of Illinois Admin.Great Britain EARN (London)U of Kentucky Computing CntrUniv. of Mass., EngineeringUniv. of New MexicoU of New Orleavs Rsrch CntrUniv. of ManitobaUniversity of RochesterUniversity of GeorgiaU. of Texas at E1 PasoUniv. of Victoria-VAXUniv. of Victoria-SEUniv. of VictoriaUniv. of VictoriaUniv. of Washington ACCUniv. Wash. Electrical Engr.Univ. of Washington ACC VAXUniv. of Washington ACC VAX2Univ. of Washington ACC VAX3Univ. of Washington ACC VAX4Univ. of Washington ACC VAX5University of WyomingUniversity of WyomingYale University/HEP2

18

MVS/XA 2.1.2 JES2 1.3.4MVS/SP 1.3.3VM/SP Release 3MVS/XA

VM/SP Release 3NOS 2.3VMS 4.1VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3VM/SP Release 3

VAX/VMS 4.0VMS 4.1

MTS D5.1VM/SP Release 3.1VM/SP - HPO 3.4VM/SP Release 3.1VM/SP Release 3.2MVS/SP Release 1.3.4VMS 3.1VMS Version 4.2VM/SP Release 3NOS 2.2VSOS 2.1.6MVS/JES2

VM/SP Release 3VM/SP Release 3VAX/VMSVAX/VMS 4.1A

Berkeley Unix V4.2NOS 2.2

UNIX

NOS 2.3VM/SP Release 3.0VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7VAX/VMS 3.7CDC NOS 2.3 L617CDC NOS 2.3 L617VAX/VMS

UnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnectUnconnect

AUUGN

Page 21: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

An Open Letter to the AUUG Membership

Dear Members,

The AUUG celebrated its ninth birthday on schedule with its meeting in Brisbane in August. This was a verypleasant occasion for all who were able to be there° Our invited speaker, Stuart Feldman from Bell CommunicationsResearch in Morristown, New Jersey, was both entertaining and provocative. In spite of the predations of the local buscompany, the conference dinner was a cheerful and enjoyable event, and the view out from the restaurant on MountCootha over Brisbane was quite scintillating. Tim Roper and his committee did an excellent job in organising the wholeshow, and made sure that it ran smoothly throughout ( ....well, there was the matter of that bus driver ...). They alldeserve our thanks and commendation.

Having said this, the Brisbane meeting was not entirely successful by every possible criterion. The attendance waslower than might have been reasonably expected and the number of papers presented was a little less than it should havebeen. On the other hand the opportunity for conferees to meet one another and actually confer was very good, therelatively small number of exhibitors had plenty of traffic past their stands, and the scheduled tutorial sessions were wellattended. The lessons we must learn for the future are that:

1. we must do more promotion and publicity for future meetings;

2. we must encourage more talks on interesting new applications;

3. we must continue to develop and expand the activities that transfer knowledge and experience from the ’old hands’to the newcomers.

The AUUG has always existed primarily to share experience and knowledge regarding systems identified with that well-known trademark of A.T.T. Bell Laboratories. In the beginning we were all novices. Today our meetings are attended bypeople with wide ranges of experience, measured both by years and intensity. It is important that newcomers are madewelcome, that their queries and questions are taken seriously (none of that ’oh we solved that problem back in ’78; wherewere. you then?’ sort of thing), that their opinions are listened to, and that they find the association with AUUG to beprofitable, useful and comfortable.

At present the AUUG has three main activities:

1. publishing the newsletter;

2. holding twice-yearly technical meetings;

3. sharing with Computerworld in the production of the .UNIXworld conference and exhibition.

Which of these do you think is most valuable? to you personally? to everbody? As a member of AUUG, you ought to becontributing to at least one, and quite possibly all of these activities.

The Newsletter

Why isn’t the editor being inundated by suggestions, solutions, contributions? If you don’t have an answer, then surelyyou have a question. (For instance, I have a serious, technical question: "what is the best way to embed comments intoa script for the ’sed’ command?)

As you will read elsewhere in this issue, we already have some new sections starting up, with their own newlyappointed section editors. If you don’t want to write a colunm (and not everyone feels that confident) then you should beable to make suggestions and/or comments.

AUUGN19

Vol 6 No 3

Page 22: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

The Meetings

The next AUUG meeting will be held in Perth in February. This is even further away than Brisbane for most of us. Thatis a disadvantage. But Perth is an exciting city to visit, and most of us haven’t been there enough for it to becomeboring. That is at least one advantage. So if you don’t work for a company that has a pressing need to send you thereanyway, how do you get there?

Well it will help if you present a paper (the Management Committee has already decided as a matter of policy thatall speakers in future will be offered a ticket to the conference dinner.) It will help even more if you prepare an adequate,written version of your paper suitable for publication in AUUGN. (Although the Management Committee has not yetfinalised a policy on this, I am pressing them to agree that some support should be offered for travel for such authors,who would otherwise be unable to attend.) By planning now, and sharing your experience with others, you too can affordto visit Perth next February.

UNIXworld

This conference and exhibition is one of the important activities in the AUUG calendar. Although many AUUG membersmay not feel that the conference sessions have much direct relevance for them (the finer points of writing device driverswill definitely not be on the agenda), many members, even you yourself, would still like to be there. Again, if yourcompany or organisation is not willing to pay for your attendance, you can still attend the exhibition (nominal entrancefee), or, if you are prepared to make the personal commitment, you can contribute directly in one of a number of ways,and hence gain an entree to other activities.

Last year, UNIXworld--which admittedly wasn’t our idea--presented us with a challenge. Fortunately yourcommittee was able to meet Stephen Moore and Computerworld, the organisers half-way, and to negotiate a mutuallybeneficial arrangement. Having been around the loop once, we now know much better how this arrangement can work toimprove the benefits for everyone. Other UNIX users groupsmUSENIX in the U.S.A., EUUG in Europe---have not yetsolved to everyone’s satisfaction .the problems of allying the interests of the UNIX devotees and purists with the those ofthe companies commercial users and developers of UNIX systems. With UNIXworld we have a chance to solve the sameproblems for ourselves in a way that can suit us all.

The theme of next year’s UNIXworld--again at the Sydney Hilton on May 6-8-- will be ’Problem solving withUNIX’.

Most of us know how to solve at least some of our problems this way. Why don’t you write a paper describinghow you solved a problem that was important to you? It doesn’t have to be a big problem, or even a world-shatteringone--just one where the UNIX solution was interesting and useful. If the solution was compact and quickly produced--then so much the better. If the alternative solution (in Cobol?) would have taken for ever, then better still. Please contactme if you are interested in participating in this.

Another activity connected with UNIXworld will be a series of tutorials on UNIX-related topics. Many of thesewill be intended for beginners, or people with very little prior experience. Others may be more ambitious, and cater formore experienced users. The tutorial programme is being coordinated by Ken McDonell of Monash University. He willbe glad to hear from you, whether you wish to offer advice, assistance or just old-fashioned encouragement.

Yours sincerely,¯

John Lions,President, AUUG.

Vol 6 No 320

AUUGN

Page 23: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

370 BLACKSHAWS ROAD.ALTONA NORTH, 3025

"rE;LEPHONB;S: 314,-6179, 31,d,-637,~AFTER HOURS: 052 82 1267

JAMES W. MANNA,A.~,A.

PUBLIC ACCOUNTANT

PLF..ASE ADDRESS ALL CORRF-.~PONDE:NCK 3"0

P.O. BOX 136, ALTONA NORTH 3025

22nd August 1985

Mr Chris Maltby

Honorary TreasurerAustralian UNIX-Systems User’s GroupPO Box 366Kensington NSW 2033

Dear Sir,

AUDIT OF FINANCIAL STATEMENTS1985 YEAR

I have been presented with the Statement of Income & Expenditurefor the year ending 30th June 1985 together with the bankstatements and accounts paid vouchers of the Australian UNIX-System User’s Group.

I certify that the accounts as presented are a true record ofthe affairs of the Group for the financial year then ended.

I .,

¯ s/Faithfully

James W MannFASA, LCA

AUUGN21

Vol 6 No 3

Page 24: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

CreditsDate01/07/84

27/09/8408/10/8428/12/8407/01/8508/01/8504/02/8508/02/8513/02/8518/02/8512/03/8512/03/8529/03/8529/03/8509/05/8520/05/8520/05/8524/05/8529/05/8503/06/8512/06/8520/06/8520/06/85

DebitsDate06/08/8408/10/8408/10/8426/11/8426/11/8426/11/8411/12/8421/01/8504/02/8510/02/8519/02/8504/04/8520/05/8525/06/8530/06/85

Australian Unix-systems Users’ GroupStatement for Financial Year 1984/85

Amount Subtotals$3144.51

$670.00$110.00

$4846.29$548.00$80.00

$528.00$304.00

$1315.00$519.00$372.79$360.00$270.00$675.00$499.0O$90.00

$250.00$80.00

$458.00$139.85$210.00

$2493.72$210.00

$3144.51

$15028.65$18173.16

CommentsOpening Bank BalanceTotal Value of AssetsMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMelbourne Aug 84 Meeting Surplus1Memberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/BackissuesMemberships/Subscriptions/B ackissuesMemberships/Subscriptions/BackissuesMemberships/Subscriptions/BackissuesInterestMemberships/Subscriptions/B ackissuesWollongong Feb 85 Meeting Surplus2Memberships/Subscriptions/B ackissuesTotal IncomeTotal

Amount$1380.00

$9.90$72.50

$301.50$291.40$10.40

$1155.00$12.12

$120.00$80.00

$104.50$36.00

$1980.00$500.00

$7.91

$12111.93

Subtotals

$6061.23

$12111.93$18173.16

CommentsRob Pike’s air travel expensesSecretary (Minute book etc.)Special Executive Meeting - LunchKen McDonell’s expenses 8/10 meetingTim Roper’s expenses 8/10 meetingPiers Lauder expenses 17,23/10 meetingsAUUGN Vol 5 #6Secretary (Post Box fee)Melboume Uni - mispaid chequeDinner for exec meeting - WollongongDishonoured cheque + charges3

Australia Post - PO Box 366 KensingtonAUUGN Vol 6 #1Float for Brisbane MeetingFID and FDTTotal ExpenditureClosing Bank balanceTotal Value of AssetsTotal

$8967.42 Surplus of Income over Expenditure

1 Not including Rob Pike’s expenses.2 Including Richard Miller’s expenses.3 Recovered subsequently.

Vol 6 No 322

AUUGN

Page 25: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

AUUG Australian UNIX=Systems Users" GroupPO Box 366, Kensington NSW 2033

Phone: +61-2-662-4111, Telex: AA 74948

27th September 1985

Notes on Financial Statement for 1984-85.

The format of the statement is no doubt unconventional, but we are supposed to beinnovative in computer use, and it’s amazing what you can do with "dc".Income for the year was roughly evenly divided between Membership/Subscriptionfees and Meeting surplusses. The meeting result for 1985-86 is likely to be smaller asboth meetings will be outside Sydney or Melbourne.The only major expense for the year was the production of AUUGN, as the cost of RobPike’s attendance as the keynote speaker at the Melbourne Meeting was adequatelycovered by the meeting surplus. The good financial return was partly the result ofthere being only 2 issues of AUUGN published (or at least paid for) during the year.Had the normal 6 issues been published we would have spent up to $9000 on AUUGN.This indicates a substantial subsidy of the costs of AUUGN from meeting income. A$30 subscription is severely undervalued at this rate of expense, which is about $54per financial member. There are quite a few unfinancial members who could help toincrease the economies of scale by rejoining, so "Why not get your own copy rushedto you instead of reading it over a shoulder in the train?".

Chris MaltbyHonorary Treasurer([email protected])

AUUGN23

Vol 6 No 3

Page 26: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Unfinancial Members of AUUGas at 24th September 1985

A.A.E.C. LibrarianA.C.S. (N.S.W.)

¯ R. Balsdon¯ Peter D. Barnes¯ Professor Chris J. Barter¯ Trevor Barton¯ Michael Belfer¯ Peter J. Billam¯ Edd Birch¯ D. Blackman¯ B.C.P. Borun¯ Colin Boswell¯ Brian Boutel¯ Stephen M. Brady.¯ Daniel Braniss¯ Mike Brennan¯ Malcolm Cardis¯ David Carrington

Mike Clarke¯ Jeffrey Cohen¯ David Colhoun¯ Peter Collinson¯ Philip County¯ Tom Crawley¯ Mr John DeAno

Greg Defina¯ Leeanne Diggelmann¯ Wayne Edwards

H. D. EllisM. J. EllisMs. Lee Kwee EngM.C. ErLeon FittinghoffDesmond FitzgeraldAdrian FreedDr. Ivan FrisLeslie B. FrohoffRoss GaylerMr J. Di GiacomoRichard GrevisC.G. HartmannDavid HerdProf. J. B. HextBill HibbertRoger G. HicksKevin HillS.K. HockleySteven HudsonDavid HuntGlenn HuxtableIan JohnstoneSteve JordanMichael KeameyShirley KeetingMartin Kenny

¯ Han’y Khoury¯ John Knaggs¯ Steven Landers

LaTrobe University Library¯ Mr Yong Hiong Leong¯ Dr. R.J. Lobb~ Peter Mason¯ Craig McGregor¯ David McSweeney¯ G Michalk¯ David Millsom¯ Lyn Moon¯ Dr. R B Newell¯ Kazuhiko Nishioka¯ Mr. John O’Brien¯ Dr. Y. Kuang Oon¯ Alan Owen¯ Ian Paton¯ Robert Posener¯ Michael J. F. Poulsen¯ Chris Price¯ Ted Rigby¯ David Robinson¯ Ken Robinson¯ Michael A. Robinson¯ John Rogers¯ Michael Rourke

Jim RutherfordColin RuthvenClaude SammutGershon ShamayMichael SidhomLionel SingerAnne SmithGraham SmithIan SmithArmando P. StettnerSugar Research LimitedGeoff SwanCarole SweaneyProf. G. TateNeil William TeagueDerek ThomasMr. Milton F. ThrasherKCTohBob TrewinPeter WebbRob WebbOki WidjajaNigel WilliamsT. WilloughbyClive WinklerRichard WolffJohn Wulff

oFounding member

Vol 6 No 324

AUUGN

Page 27: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Financial Members of AUUGas at 24th September 1985

K. W. AndersonMr. R. W. AndersonRos AndersonShaun ArundellDerek AustinDavid BasellRon BaxterCraig BevinsCraig BishopCraig BishopJeff BlowsRonald BowdKeith BristerPerry BrownMr. BoO BuckleyJohn BullIan L. CaireChris CampbellCecilia ChartGeoff ColeDr. Chris ColesT. R. CordingleyMr. Frank CrawfordLarry L. CrumeTimothy CumpstonPeter DaviesKevin DawsonMr. G. G. DeschampsRobert DouglasTim EdwardsRobert ElzEUUG SecretariatDerek EvansJohn FieldKen FrameStephen FredeMr. John A. GibbonsDarryl GodfreyAndrew GollanIan GriggPeter Lewis HardingClary HarridgeGordon Helliwell,B. HeskethRichard C. HibbardGeorge HoBernie HoganDavid Horsfall

Eoin HydenPeter IlberyPeter IvanovDennis JarvisSteve JenkinWayne JenningsGreg KableMr. Steve KarraPatrick KeameyTrevor KelleyDavid KennyG KestevenAllan KiddJohn D KnaggsCarl D. KneippBob KummeffeldRobin LamacraRAnthony Hugh LandellsPiers LauderM J LiebeltProf. John LionsRichard LiuTim LongJohn MackinChris MaltbyJames D. MannMs C. A. MastersMr. Michael MatthewsKen McDonellRussell A. McDonellAnthony Wayne McGrathJim McKieTom MeMurrayFelicia MeagherGraham MenhennittScott MerrileesMr. Sol MillinPenelope MontagueColin G. MurphyMr. Ross NealonWillma NelowkinAlbert NymeyerMr. Paul F. ObrienW. David OwenPeter ParnmentMr. Philip T. ParkerVeronica PaulMr. Bill PetheramMichael A. Podhorodecki

Zdravko PodolskiStephen PrinceRoy RankinKarl RedellBrian RedmanHamish ReidJuris ReinfeldsKevin RevilleIan RobertsPeter RobinsonTim RoperGreg RoseChris RowlesNeil RussellDavid J. W. RuxtonMr. Jimmy SadeliDavid SanchezGarry ScarboroughDr. Mark F. SchulzGreg SearleTim SegallMicheal SeligGregory SharpStephen W. ShepardWarren SimonMalcolm SmithMr. Rooert L. SmithPeter SpringallRick StevensonDavid StirlingKazunori SusakiPhil SutherlandPeter SwainDigby TarvinRon Tomlinson-SmithDr. A.C. TsoiIan F. TumerP. Tyersunix/mail/usr/group.Robyn VealMr. I. WatersMr A J WattsColin WebbMark WebsterSteffan P. WeissMr. R. J. WillsonNorman WilsonPeter Wishart

,Founding Member

AUUGN

AUUGN Subscribers

Australian Defense Forces AcademyW. BakerROd BilsonDon BowenBridge Oil LimitedG. BrownfootHenry W. BurkBrace ButterfieldPhil ChadwickDr. Eddy K. S. ChartRoger A. ClarkeR E M CooperCSIRO Division of Maths and StatsCSIRO Division of Applied PhysicsCSIRONET (Sydney)CSIRONET (Canberra)Dr. Cameron DavidsonGraham EddyMr C FitzgeraldPaul GillisLindsay HarrisRobert HegedusMr. R. HeppleD P Hodgson

John HoldenINTRAN (Adelaide)Alex IvanovJ. Katsap I.E.S.Shirley KeatingPeter McGonigalMr. G. J. NaimoT. A. NemethNSW Department of HealthMark PearsonRob PikeGreg QuinnMr T J RuggMunro SaundersRick SouthernSugar Research InstituteSylvia RogersTelecentre LibraryTelecom Headquarters LibraryC TranVictoria University of WellingtonMr. Ng Peng WaiDr. Bradley W. White

25Vol 6 No 3

Page 28: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Minutes of AUUG Management Committee Meeting

held 26th August, 1985 at

Brisbane

Meeting opened 17:20

Present: Entire Executive Committee, Stephen Moore,Peter Ivanov.

i. Previous Minutes.

Amendment of motion - Robert Elz dissents motion passedin his name. Agreed to rescind the motion in question.

2. Business Arising.

Did not hold meeting mentioned in previous minutes.

3. Computerworld Meeting

Tabled letter from Stephen Moore. Discussion ensuesabout structure. $250.00 per session, return economyair fare for tutorials given. Suggestions for ProgramCommittee (excluding Tutorials). John Lions to completenegotlation. Peter Ivanov raised question aboutComputerworld selling AUUG database.

4. Newsletter.

Peter Ivanov said too much work for one person.if others can be joined in to the production,netnews watcher, security issues, etc.reimbursement for special effort.

Bettere.g.

Suggest

Much mention of George Kestevan’s good job.. Concernover promptness of newsletter and Peter mentlons lack ofmaterial. Robert Elz suggests getting others from ourorganisations and roping them in. Need bothcontributions and departments.

Meeting adjourned to 5:00 p.m. 27th August, 1985

Meeting re-opened 5:30 p.m. 27th August, 1985

Present: Executive Committee, Glenn Huxtable.

Robert Elz wants more formal approach to the meetings,and more preparation.

Tim Roper asked whether Canberra had been approached.Suggested Peter Wishart, Malcolm Smith.

Vol 6 No 3

26AUUGN

Page 29: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Discussion with Glenn Huxtable about possible worries:Accommodation, executive organisation. Meeting agreed on$i000o00 initial advance for this meeting. Suggested firstannouncement to be October Ist, 1985.

Motion Moved John Lions. That all speakers will be offereda free ticket to dinner. Remission of fees for those whosupply papers at least 2000 words by the specified date.Seconded by Ken MacDonald.

Motion Carried

Suggestions for assistance:

Moved. That we be willing to consider applications frompeople to speak at AUUG conferences to be subsidised.

The question of offering subsidies is to be deferred untilGlenn Huxtable has explored discounts on flights.

Secretary to write to Peter Collinson re: suggestions onlyon UKC!pc@mumari. John Lions has extended an invitation toRoger Hicks president of NZUUG. Other possibilities areMike Karls, Mike O’Dell and Kirk MacKusic.

Secretary to draft letter to invite speakers from largemanufacturers etc, asking for Technical presentations. Theletter is to be circulated to executive before sending toanybody.

Program Chairman to be sought: Suggest Ross Nealon, IanRichards, Jason Catlett. As this is urgent secretary willorganise.

Future Conferences.

Sydney - 1987 Suggested.

Motion moved by John Lions. That future August meeting beheld in the Sydney area. Seconded by Greg Rose.

Motion Passed.

Thus Sydney (UNSW) in August,February 1987.

1987 and Melbourne in

Ways to spend money:

Secretarial services should have real secretary.Barnier Pro Tem.

Wanda

Motion Moved by Tim Roper. That Computerworld be offered20% flat. Seconded Piers Lauder.

Motion Carried.

We should use network more. Membership drive particularly.Membership form to be News!d.

Meeting closed 18:40.

AUUGN27

Vol 6 No 3

Page 30: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Minutes of the Annual General Meeting

of A.U.U.G.

Meeting opened 9:03 a.m.

Previous minutes read.accepted.

Moved by chair that minutes be

Passed.

Discussion about the venue of Winter meetings being lesscold.

Moved by Tim Roper. That Canberra be invited to host Augustmeeting. Seconded by Chris Maltby.

Passed 15/5.

Chris Campbell asks about the "instant election",workability of the committee being split across cities.

Treasurers Report.

and

No problem auditing. Closing balance $12111.93. Motionmoved by Peter Ivanov to accept report. Seconded by ChrisCampbell.

Motion passed.

Discussion of Elections.

Existing Executive renominated en-masse,candidates applied or were canvassed.

and no other

President’s Report

Request to members for further assistance especially withrespect to the newsletter, organising meetings etc. Alsoneed people to give talks. Suggested that speakers be givenfree dinner and free registrationif accompanied by aprintable paper.

Discussion about Equipment Displays.

Ross Nealon against displays. Tim Roper, Robert Elz andGreg Rose for equipment displays. Chris Campbell very muchfor displays. Consensus seems to be in favour of equipmentdisplays.

Vol 6 No 328

AUUGN

Page 31: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Discussion of Unix/World Expo.

Stephen Moore invited to speak. Ron Baxter complained aboutthe cost. Somebody else mentioned there being no point inhaving technical sessions. Chris Campbell recommends dualstreams.

Moved by Tim Roper.Seconded by Robert Elz.

That the meeting be adjourned.

Motion passed.

AUUGN29

Vol 6 No 3

Page 32: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

The Hideous Name

Rob PikeP.J. Weinberger

AT&T Bell LaboratoriesMurray Hill, New Jersey 07974

ABSTRACT

The principles of good naming in computing have been known for decades,and partly because it follows them, the UNIX~" operating system is unusually easyto use and to extend. The invention of new facilities can be guided by these prin-ciples, so that merely providing a file system name for a service, for example theEighth Edition file /de,c/s~cd:i.n, determines many of its properties. Thedevelopment of networking has not introduced any change to the majority of UNIXsystem utilities because objects such as files on remote machines can be given syn-tactically familiar names within the local machine’s name space. UNIX systems arenow being connected to outside networks that have complicated naming schemes.As a result, UNIX software must be changed to cope with irregularly constructednames. The practitioners of internetworking would profit by understanding thebenefits of simple, uniform syntax.

[email protected]:@CMU-ITC-LINUS:dave%CMU-ITC-LINUS@CMU-CS-PT- Carnegie-Mellon University mailer

I cannot tell what the dickens his name is.- Shakespeare, Merry Wives of Windsor, II. ii. 20.

Any object relevant to computation -- file, process, user, computer, network or whatever -- needsa name. The name determines the access: it is by interpreting the name that a program (say) isgiven access to the object. The manner in which names are constructed affects not only howobjects are named but also how they are used. A UNIX file name, for example, is a path from onenode to another in a tree of names (the name space). The representation of the name is a simpleASCII string, and only by interpreting the string as node names separated by slashes is the fileactually identified. The structure of the name space (a directory tree) is reflected in the style ofthe name (a path through the tree). Were the file system arranged differently, say as a fiat array,the form and interpretation of file names would also be different; for example, UNIX processes arenamed by small integers.

The form of the name space is the subject of this .essay. We will use file names in variousoperating systems to illustrate criteria for distinguishing good names from bad ones. These criteriaare then applied to network mail names, including ’standard’ ARPA Internet mail names. The cri-teria are not new, but seem to have been forgotten, so it is worth attempting to re-establish them.

Name spaces have some general properties. First, names within the space may be absolute orrelative. Absolute names specify an object by position with respect to a single fixed point, such asthe UNIX file system ’root’ (named /); relative names, with respect to a local point (the ’currentdirectory,’ named .). Also, a name space typically has operators to change the space, such as the

UNIX is a Trademark of AT&T Bell Laboratories.

Vol 6 No 330

AUUGN

Page 33: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-2-

AUUGN

UNIX creat, unlink, link, mount and chroot system calls. Finally, a name space has syntax-- how a name is constructed -- and semantics -- the nature of the object a name identifies.

A UNIX file name, for example, is a sequence of slash-separated strings that identifies a bytestream. External conventions may provide further semantics: the file system contains objects thatare not ordinary files. Simply by having ordinary file names, though, these objects have ordinaryfile properties such as protection. Examples are device files (/dev/tty), and in the Eighth Edi-tion, processes (/proc/0 ~1234), faces (/n/face/research/pjw) connections to other processes(/dev/pt/pt04), and even synonyms for other files (/dev/stdin). Because they have regularnames, existing tools can treat them as files when convenient, so standard software such asopen(2), read(2), cat(l) and ls(l) immediately provide services for these objects that wouldotherwise require special handling.

Some of the Eighth Edition examples above have different names in other UNIX systems./dev/stdin is often represented by the single character -, as an argument to commands, but thisconvention is capriciously followed; because it must be provided explicitly by each program, it isonly available in some programs (compare the shell metacharacters for matching file names).Processes are represented by an integer process identifier, which is only meaningful to a fewprocess-specific system calls. These calls implement their own protection mechanism, although theprotection provided by the file system suits perfectly. Virtual terminals implemented using themultiplexed files of the Seventh Edition have no external name, so it is impossible to open one forIO (consider write(l)). On the other hand, aname in the file system is available, without prear-rangement or special protocol, to any program. Also, clean syntax allows transparent extensions ofsemantics.

When machines are connected together, their name spaces may be joined to facilitate sharingfiles. If the name spaces have the same clean structure, that structure can be extended simply todescribe the larger space. The Newcastle Connection names a file on another machine, sayucbvax, as /../ucbvax/usr/rob/bin/cat-v; the Eighth Edition notation is/n/ucbvax/usr/rob/bin/cat-v. In the former the name space has been extended by makingit a subspace of a larger space, in the latter a new name subspace has been grafted on usingmount(2), but in neither case has the syntax of names been changed; any program that under-stands a file name will understand a network file name without change, and relative names forfiles (those that don’t begin with /) are unchanged. As a spectacular example, we might see onwhich machines wnj has a login by grepping through /n/~/etc/passwd, or even on thosemachines connected to ucbvax by /n/ucbvax/n/~/etc/passwd. These systems might have noglobal root, so meaning of an absolute name may become ambiguous because of the presence ofmultiple reference points. In fact, there might be no single point to which all names can be fixed.In practice, though, this ambiguity is unimportant.

Unfortunately, not everyone chooses naming conventions in accord with these (implicit)guidelines. An easy target is VMS, where our canonical file might be calledUCBVAX: :SYS$DISK: [rob. bin]cat_v, exe; 13. The VMS file naming scheme provides a dis-tinct syntax for each level in the name: UCBVAX: : is a machine; SYSSDISK: is a disk (actually amacro that expands to a disk name such as DUA0:); [rob.bin] is a directory; cat_v is a file’base’ name; . exe is a file ’type’; and ;’13 is a version number. This syntax is analogous to pro-gramming languages; consider a C expression such as ~-strct[ index], field->ptr. If ~- werepostfix and ! the only dereferencing operator, the expression might be writtenstrct/index/field/ptr/. Functionally-minded programmers might use the notationcontents (ptr ( field ( index (struct) ) ) ). (A single character cannot be used in C becauseit could not distinguish x[Y] and x->Y, with x a structure pointer and ¥ an integer or structureelement respectively, but this ambiguity could be eliminated in a different language.) C and VMSuse syntax to distinguish the types of the components of a name; the UNIX file system instead deli-berately hides the distinctions. Aside from the obvious advantages such as simplicity of syntax andthe usurping of only a single character, the uniformity also makes the name space easier to mani-pulate: the mount system call aliases a disk and a directory.

VMS has no true name space manipulation operator. Although one could construct one, it

31Vol 6 No 3

Page 34: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-3-

would be limited in scope: how could a disk be mounted at the VMS equivalent of /usr/srcwhen disks are always before directories in the name? Instead, VMS has macros like SYSSDISKto hide the manner in which the space is assembled, and even to provide the concept of a localname by automatically inserting an expanded macro before an unqualified name. The problemswith dynamic evaluation of macros are well known; for example, the VMS equivalent of chdirsets the default prefix for file names, but the prefix will only be evaluated and so checked for vali-dity when a file name is interpreted, which may be arbitrarily and confusingly long after the prefixwas set. Also, these local names are not really local at all, but rather implicitly prefixed by astring that binds them to a root of the name space. This implies that all names are always attachedto some root, and therefore if the root changes, the name must also change, invisibly. (In fact, thedefault prefix macro is handled in a special way, because directories are not constructed by simpleconcatenation; subdirectory [bin] in directory [rob] is named [rob.bin].)

Another problem with VMS names is that one cannot do the equivalent of grepping the VMSpassword files on various machines with *: :SYS$SYSTEM:SYSUAF.LIS; the * operator doesn’tapply to that portion of a name. This is an example of the general problem that whenever thename syntax is changed all programs that interpret names must be modified. More subtly,although if ucbvax were a gateway we could access files on a distant machine asUCBVAX: :KREMVAX: : file, it is only because the semantics of : : explicitly permit such access.The :: operator is implemented by passing the string after it to the remote machine, but firstchecking it for syntactic validity, so the syntax checker must have special code to admit multiple: :’S.

The Cedar file system has a uniform naming syntax, just like UNIX file names, except thatthe version number of a file is separated from the file name by an exclamation mark !. Theimplementers apparently thought that version numbers are fundamentally different components offile names and therefore deserved different syntax. But the change in syntax requires new rules todefine the meaning of file names. A good test of naming schemes is whether arbitrary names con-structed by the syntactic rules make intuitive sense without new semantic rules being created fortheir interpretation. In the Cedar file system, /usr/rob/bin/cat-v! 3 is clearly version 3 ofcat-v, but what is /usr/rob! 3/bin/cat-v?

Even our friends sometimes make mistakes. The IBIS remote file system on 4.2BSD names aremote file as ucbvax:file. Many programs don’t understand this syntax; we are forced tochange the shell if we want to make *:file behave as we expect, because the shell expects a slashto separate name components. Worse, by changing the syntax, the implicit semantics of the origi-nal naming scheme is lost. In the Eighth Edition name /n/ucbvax/file it is obvious whatfile refers to: a file in the root directory of ucbvax. But what is it in ucbvax: file? It mightbe a file in the root, but it isn’t. It is a file in the home directory on the destination machine(ucbvax) of the user invoking the name on the source machine (unless it begins with /); its mean-ing depends on who is asking. The extra semantics of : complicate attempts to patch the syntacticproblems. We might try creating a symbolic link’/n/ucbvax that evaluates to ucbvax:, but/n/ucbvax/file still points to a file in someone’s home directory, and/n/ucbvax/usr/wnj/file refers to /usr/wnj/usr/wnj/file. If the link evaluates toucbvax:/, things work as expected, but (we note without regret) the slash-less form of IBIS nam-ing is made unavailable.

Part of the problem in the IBIS file system is that it is implemented outside the name space.By using a variant of mount(2), the Eighth Edition file system guarantees that the syntax andsemantics of names are free of surprises. For example, it is clear what/n/ucbvax/n/kremvax/file refers to, but what about ucbvax:kremvax:file? Wheredoes kremvax: file get interpreted?

There are other ways to interpret file names like ucbvax:file. When using uucp to copya local file to a remote machine, the name ucbvax! file refers to the file on ucbvax whose nameis file prefixed by the current directory on the source machine. The prize goes to DECNET,however: ucbvax: :file refers to file in the home directory of the ’default network user’ onthe destination machine, and ucbvax"wnj password":: file refers to file in wnj’s home

Vol 6 No 332

AUUGN

Page 35: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-4-

AUUGN

directory (yes, the password is in clear text).

In summary, there are some guidelines for constructing naming conventions, particularly forobjects in a network. There should be both relative names and absolute names. Relative namesare actually more important because, among other reasons, the root of the name space may beunknown or non-unique. The syntax should be clean and uniform; every new syntactic rulerequires at least one, and usually many, semantic rules to resolve peculiarities introduced by thenew syntax. If the name space is a tree or any other kind of graph, a single character should beused to separate nodes in a name. If these guidelines are followed, names of objects in a networkof machines will be easy to construct and interpret; difficult problems of networking will be com-pletely hidden to the users and programs accessing, objects in the network. If they are ignored,both users and programs must be aware of and understand the details of naming locally, globallyand everywhere in between.

So far our examples have been of file names in file systems, but the same principles of goodnames apply to the names given to recipients of electronic mail and other inhabitants of computernetworks. Since names constructed by our guidelines can name an arbitrary file, with arbitrarycontents, the rules of simple naming are sufficient to name anything at all. It is interesting to seehow well the guidelines are applied in practice.

Mail sent by UUCP is addressed by names parsed from left to right: place-’l t place-2!... !f’inal-p’lace !user is a relative name that uses the one special character t to separatecomponents. The interpretation is simple, uniform, and not necessarily tied to routing.

The state of network naming outside the UUCP community is somewhat more complex. Todeal with the problems that developed as more networks began attaching to the ARPANET, theconcept of a ’domain,’ generalizing ’host,’ was introduced. The idea is that rather than a routethrough a set of hosts, a name in the network contains a sequence of subdomains that form anunambiguous path through an organizational hierarchy, prefixed by a name understood in theinnermost domain. New concepts need new syntax, someone thought. The syntax for domains isa string of identifiers separated by dots, as in [email protected]. In the so-called stan-dard (as of August 13, 1982; it changes underfoot) the relevant part of an address is local-part@domain where both the local part and the domain are dot-separated lists of words. Thelocal part can be anything that the first domain to the right of @ understands, while the domainstring has a clean and standard interpretation. How well do these names follow our rules?

First, according to RFC 882 ("Domain Names - Concepts and Facilities"), the domain~ areall absolute. The dot signifying the root of the hierarchy is implicit at the right of the list ofnames, which makes it impossible to connect disjoint name spaces with this scheme since all inter-preters of names must know all names at the top level of the hierarchy. Also, for backwards com-patibility, RFC 822 ("Standard for the Format of ARPA Internet Text Messages") allows all butthe leftmost of the domain names to be elided, since "specification of a fully qualified address canbecome inconvenient."

Second, there are at least two special characters, ’@’ and ’. ’, although the @ serves no pur-pose. The only legal way of interpreting RFC 822 addresses is to deal with the rightmost domainname, and pass the rest on to that domain. This stops at the leaves of the domain tree, or the @,which is the same thing.

Finally, the standard requires ’registered’ domain names: all the names that occur as domainsin valid names must be registered before use, thus arrogating to ARPA Internet administration theauthority to legislate naming. As a result, the whole thing is encompassed in a closed society andthere are very few registered names. So much for internetworking.

Let us examine a typical Internet name:

IJQ 3SR A % UCLAMVS. BITN ET% SU-LIND Y @SU-CSLI. AR PA

This is the name of user IJQ3SRA on machine UCLAMVS, accessible through BITNET frommachine SU-LINDY, which is known to SU-CSLI on the ARPANET. There are obviously at leasttwo domains in this name, B’I’TNET and ARPA, but only one syntactic domain. Instead of using the

33Vol 6 No 3

Page 36: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-5-

domain scheme, the gateway service between BITNET and ARPANET was made explicit in thename, requiring the invention of a new syntax character (%) which is translated to @ at the gate-way, because ARPANET names can only contain a single @. A more rational standard namewould be

IJQ 3R SA. uclamvs, su-lindy, su-csli, bitnet, arpa

but that wouldn’t work, even were the two Stanford sites separated by @ instead of a dot, becauseBITNET is not a registered name. If it were, one would omit . su-15.ndy, su-cs15.. Also notethat the local part of the name above contains source routing -- a path specified in the address bythe originator of the message -- despite the intention of domains to avoid routing. RFC 822 hasan alternate syntax that allows the specification of routes by introducing the three new characters<, : and >, and rendering the % unneeded. (We nearly leave out mention of the use of lower andupper case, except to observe that the local part is case sensitive and the domain part is case insen-sitive, except that all 1024 case variants of the reserved local part ’postmaster’ are legal andequivalent.)

What is going on? Basically, despite the words in the standard about hierarchy, the domainspace is completely flat, so the local parts of the names carry source routing and domain transitionsexplicitly. To worsen matters, machines that advertise adherence to the standard in fact do not;instead the name translations that occur at gateways (such as converting @ to % and rearranging thecomponents) are at best ad hoc. Names like poor IJQ3SRA%UCLAMVS’s above are simply notfollowing the rules.

No one pays any attention to the standard as long as the software keeps delivering mail.This means that a mail transmitting program in practice must understand the details of local namesoutside its domain, to the extent that constructing a network mailer is a research topic in heuristicprogramming.

New syntactic features will be invented to solve new problems, and someday we will have tointerpret names even more complicated than

@cmu-cs-pt.arpa:@CMU-ITC-LINUS:dave%CMU_ITC_LINUS@CMU_CS_PT

Doug McIlroy has observed that... bad notations can stifle progress. Roman numerals hobbled mathematics for a millenniumbut were propagated by custom and by natural deference to authority. Today we no longermeekly accept individual authority. Instead, we have "standards," impersonal imprimaturson convention. Some standards are sound and indispensable; some simply celebrate bureau-cratic littleness of mind. A harvest of gimmicks to save appearances within the standard hasgrown up, then gimmicks to save the appearances within the appearances. You know howeach one got there: an overnight hack to paste another tumor onto a wild cancerous growth.The concern was with method, regardless of results. The result is extravagantly worse thanRoman numerals: you can’t read the notation right to left or left to right. As an amalgam oflanguages, it can’t be deciphered by a native speaker of any one of them, much as if we wereto switch at random places in a number between Roman and Arabic signs and between big-endian and little-endian order. But now that it all "works"at least for the strong ofstomach --the tumors themselves are being standardized.

The UNIX community has a clean, attractive naming scheme. The ARPA Internet commun-ity doesn’t. Nonetheless, the ARPANET is influencing names within the UNIX community ratherthan the other way around. We are not proposing that ARPA adopt UNIX file system naming, wemerely ask they they adopt and enforce a simple, sensible scheme. There is a precedent forworld-wide names and addresses: through the middle of the 19th century, it became more andmore difficult to handle international mail, until the International Postal Convention of 1875 esta-blished the standards that still form the foundation of the modern po~tal service.

It is hard to imagine organizations less likely to cooperate than hostile governments, yet aletter addressed in a form and alphabet locally understood can be sent anywhere in the world.Ignorance of the standard Iranian form of an address doesn’t cut Iranian citizens off American

Vol 6 No 334

AUUGN

Page 37: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-6-

mailing lists, because the USA and Iran (and every other pair of countries) have rules about howmail between the countries is handled. Moreover, users of the mail system don’t know the rules,only the post offices do.

The problem for electronic mail is smaller, simpler and surely solvable. RFC 822, RFC 882and their implementation, however, are not the solution. They represent the unilateral impositionof a deficient standard that is polluting those communities that have comprehensible namingschemes.

I fled, and cry’d out "Death";Hell trembled at the hideous name, and sigh’dFrom all her caves, and back resounded, "Death."

- Milton, Paradise Lost

AUUGN35

Vol 6 No 3

Page 38: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Australian Unix%Systems Users’ Group1985 Winter Meeting, .August 26, 27

University of Queensland

ABSTRACTS

Vol 6 No 3

Experiences with Communications Belween UNIX and VMS:~ Systems

Peter Wishart,Department of Computer Science,Australian National University.

This talk will focus on communication between VAX/VMS systems and UNIX systems using Inter-net and SMTP. A locally developed implementation of SMTP for VMS, currently being used togive VMS users access to ACSnet mail will be discussed. Experiences using a locally developedimplementation of the Internet Protocol (running on an ethernet) for VMS will also feature. Themain thrust of this talk will be why we made the mistakes we did and how we intend to correctthem in the medium to long term. It is hoped that this talk might convince someone (preferablynot me) to do an implementation of ACSnet (nee SUN III) on VMS, and promote discussionabout communications between VMS and UNIX (which seems to be a hot topic at the moment).

Parallel Procedure Calls

Ian Mathieson and Rhys Francis,Department of Computer Science,LaTrobe University.

The Concurrency Research Group at LaTrobe University is currently implementing a series ofconcurrent programming languages.

This paper discusses some implementation features of the first two of these languages - one pro-viding a simple sequential language with procedure calls, the other providing parallel procedurecalls and shared global variables.

In developing this second language, we have had to clearly define a parallel procedure callmechanism suitable for implementation.

Particular problems which arise from the semantics of parallel procedure calls require proper han-dling by the implementation. These include passing reference and value parameters, trappingerrors and deaths of processes within the process tree, and process synchronisation.

The paper presents a solution to these problems based upon the inter-process communication(IPC) primitives provided by UNIX System V.

machdep.c: To Enhance Portability of Existing Code.

Greg RoseNeology Ltd.

Often it is the case that large software packages exist which are less portable than one wouldhope. Some of these were written long ago, and some were written by other people, and somewere written with a (possibly misguided) eye for efficiency. Many share a particular characteristic;they come with an include file describing either a set of characteristics of machines or a set of

UNIX is a Trademark of AT&T Bell Laboratories.VAX and VMS are Trademarks of Digital Equipment Corporation

36AUUGN

Page 39: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-2-

machines used to select such characteristics.

In this talk a C program is presented which interrogates the machine it runs on, and disclosessome of the hardware’s secrets. The output is selectable in a number of ways, and the format canbe ready for use with C, make, the shell, humans, or sed. This program has been used success-fully within Neology to make the porting and configuration of machine dependent code far moremechanical, with consequent saving of time for us and money for customers.The program machdep.c is hereby inserted into the public domain, and will be transmitted freeacross ACSnet (or on magnetic media in certain formats if you send us the medium and a replypaid package) upon request.

Amdahl and UNIX

Geoff FitzhardingeAmdahl Australia Pty. Ltd.

Amdahl is well-known as a manufacturer of high-performance IBM-campatible mainframe pro-cessors, but over the last few years has also been involved in porting UNIX tO systems in this class.Amdahl’s current product, UTS, is a certified complete implementation of UNIX System V Release2. It is being marketed by AT&T as well as Amdahl, and is available on all IBM-compatible sys-tems. This paper will give some background to these developments, will outline some of theproblems encountered in moving UNIX to the mainframe environment, and will review the presentstatus of the project.

Using UNIX as a Teaching Tool

Derek A. Austin,Department of Psychology,University of Queensland.

A simple approach to Computer Aided Learning (CAL) under UNIX will be described. The goalsof the software are pragmatic: to speed up feedback to students on their answers to statisticstutorial exercises and to save tutors from tedious marking. The two major components of thesystem are a student shell, called slabsh, and an evaluation program called quizzle. The advan-tages and disadvantages of our approach will be discussed and the potential of UNIX operatingsystems for future CAL development will be explored.

Benchmarking with MUSBUS

Ken..~. McDonell,Department of Computer Science,Monash University.

Unfortunately, not all UNIX implementations are of similar quality, even when identical hardwareis involved. Outside the raw hardware speed and capacity, UNIX performance under constantload is very sensitive to the quality of the C compiler, kernel implementation and tuning parame-ters, filesystem structure and the filesystem-to-device mapping (i.e. the allocation of critical filesystems across the available spindles).

Attempts to measure performance by simple tests may yield grossly misleading predictions oftotal system performance. Some UNIX implementations have even been specifically tuned to pro-duce better comparative performance against some of the common simple benchmark tests. Con-sequently a broader evaluation strategy is required in an attempt to measure performancedelivered to timesharing terminal users.

The Monash University Suite for Benchmarking Unix Systems (MUSBUS) has been developedspecifically for users with an awareness of hardware and software factors that can make a signifi-cant difference in UNIX performance. Given this proviso, MUSBUS

AUUGN37

Vol 6 No 3

Page 40: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-3-

Vol 6 No 3

(a) may be used to highlight potential bottlenecks in a particular UNIX implementation,

(b) offers a performance testbed that can be easily configured to provide relative comparisonsof performance for end users wit.h a purchaser-specific processing profile,

(c) uses portable C programs that are in the public domain, and

(d) has been used by vendors and purchasers in deliberations over the acquisitions of systemswith a cumulative value of several millions of dollars.

The presentation will describe the details of the MUSBUS implementation, and demonstrate howthe results may be interpreted based upon a comparativeanalysis of the results obtained frombenchmarking two dissimilar UNIX implementations based upon hardware of comparable rawspeed.

Words, words, words

Jason Catlett and Bruce Ellis,Basset Department of Computer Science,University of Sydney.

Even though your confidence in the usefulness of a "Writer’s Work Bench" may have beeneroded by messages such as "no grammer errors found" (sic.), or the information that your papercan only be understood by a reader with 173 years of schooling, you may find some of the toolswe describe here useful or interesting. Using the full text of on-line dictionaries, we are develop-ing programs to correct spelling and find words, as well as a few exotic operations of interestonly to crosswords fanatics and extremist Scrabble players. We also describe some tools for deal-ing with troff, which, like fire, is a wonderful servant but a cruel master.

Fear and Loathing in the UNIX Programming Environment

A savage journey to the heart of the UNIX dream

Bruce Ellis,Basset Deparmtent of Computer Science,University of Sydney

The industry is on side. UNIX is a good thing to be marketing, the Visicalc of 1984. I get phonecalls from all.sorts of businessmen wanting to be my friend just because I went to USENIX.There are thousands of UNIX boxes duelling for a place in my office. Unfortunately it seems dif-ficult for any company to produce a UNIX system without introducing contagion. I am notpreaching that Level-6 UNIX has all the functionality that any business application wants or needs.I am, however, concerned with the direction (or lack of direction) that modifications and"enhancements" are following. Choose a UNIX box off the shelf and you will experience fear andloathing.Some contagion is tracked down and examples of a different approach to some client needs arepresented. Apologies to Thompson (H.S., not K), Kernighan and Pike.

XROADS -- A Small Scale Circuit Switcher.(Version 1.0)

Tim SegallDepartment of Computer ScienceUniversity of Queensland.

Xroads is a small scale, low cost Circuit Switcher with a maximum of 256 lines per switcher.This is suitable for a department or institution with several machines and a large number of ter-minals. For example, it will handle up to 256 lines running at 9600 bps, or a full duplex 500Kbps connection between two network nodes and 200 lines at 9600 bps. Alternatively, a single

38 AUUGN

Page 41: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

-4-

line can drive a large number of (simplex) slaves, for group demonstrations. Any line can beconnected to any other line (including itself).All critical system information is" stored in electrically eraseable programmable ROMs(EEPROM), and protected by checksums.Added to these hardware capabilities is a comprehensive software interface Which provides bothuser and administrator with a wide range of facilities. For example, Xroads can establish a con-nection (either simplex or duplex) between any two lines at any requested speed. It provides theadministrator with the ability to restrict connection time, speed and target outlets, and tools forobserving the status of any line or group of lines. "Automatic" connections requiring no interac-tion with the switcher can be defined for naive users. Likewise, "permanent" connections whichpersist across power failures can be used for long-term (yet flexible) links. Finally, hardware re-configuration and testing are aided by power-up auto-configure and diagnostic code.

Vol 6 No 3AUUGN 39

Page 42: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

loginThe USENIX Association Newsletter

Volume 10, Number 3 August 1985

CONTENTSTo the Editors: 3Future Meetings of the USENIX Association, EUUG, and AUUG ................................................. 3Call for Papers for the USENIX Computer Graphics Workshop ..................................................4Domain Addressing in ACSnet 5Call for Participation in the USENIX Winter ’86 Conference .......................................................9Call for Papers: Window Environments and UNIX .....................................................................10Call for Participants: UNIX on Big Iron 11Call for Papers: Ada and the UNIX System ¯

12Using fsckFirst 1985 Software Distribution Tape 27

Contents of the 1985.1 USENIX Tape ........................................................................................27Publications AvailableReport on the European UNIX System User Group Meeting .......................................................29USENIX Association Financial Statements 59Local User Groups 62

Call for Memorabilia for the 10th Anniversary Issue of ;login:The next issue of ;login: will be a special one to commemorate the 10th

Anniversary of UNIX user group meetings. We need articles, anecdotes, recollec-tions, historical documents, pictures, meeting announcements and programs, recordsof early meetings (especially those before 1980), records of awards, audio tapes -anything that might be of interest and/or help document the record.

Articles and letters to the editor with information, anecdotes, and histories ofkey milestones and personalities in the UNIX and USENIX world are particularlywelcome.

Please send your contributions to Lou Katz at:ucbvax!lou

or to the Association office.When sending hard copy, please send originals if possible asthey will reproduce

better. Original materials will be returned unless you give permission for them to bekept in the Association’s archives.

Vol 6 No 3

The closing date for submissions for the next issue of,’login: is August 23, 1985

, 40AUUGN

Page 43: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

ISSN 0112-5215

Newsletter of theNew Zealand Unix Systems User Group

AUGUST 1985

EDiTORiALOur second yearly meeting as a user’s group

was held in the delightful surroundings of MasseyUniversity at Palmerston North on May 26-28.This three day conference featured overseasspeakers, local papers and a well supportedexhibition from local computer representatives.

Papers ranged from almost blatantly commer-cial renditions of company profiles to very eso-teric differences in operating system nuancesand, somewhere in between, attendees had achoice to attend more practical examples of theuse of the Bourne shell. Another theme wascommunications. Who is ready to use it? TimLong from Australia introduced us to theirASCNET.

Monday evening’s dinner was an experience,with Larry Crume of AT&T coming down with adose of sheep jokes. We also were baffled at thechoice of speaker at dinner time, but politenessand the excellent fare got the better of us.

The show was characterised by the strongpresence of companies displaying their hardwareand systems in adjoining exhibition spaces andsome rooms were noted for the lack of aircon-ditioning. (Who said modern systems don’t needit?) Where were the C programmers? Does any-one using Unix other than me use C? [meet(place,topic,date,sex,starsign...)]?

I would like to thank those companies whowent to great effort to participate at Masseybecause, for many people who attended, it is theonly chance they get to sample the differentwares available in the UNIX marketplace.

The conference certainly had a wide range ofinterests and speakers and will certainly be re-membered for its variety. See the results of thesurvey included in this issue.

We all were given a seemingly very compre-hensive benchmark result but it seems that thereviewers omitted a number of notable conten-ders. Who would believe anything could be up todate anyway with the rapid improvement of pro-cessor systems?Touching security in this issue I’ll try to held

you sleep at night. Communications gives you anew dimension to think about.

From the Debuggers! "And again we helped theJapanese". Now it’s impossible to start a shut-down on a Vax located in Japan (as some Germanstudents were tending to do.) They report than anoversight in the particular system allowed a userin Germany to start a shutdown "losing theresults of batch jobs and other nice effectsincluded".

WHAT’S THiS IISSUE?

Page1Editorial .............................

Know your Board Members ........... 2Magic Eggs ........................... 6YAUNNZ .............; ............... 10Security through Vigilance ............ 5UWE2 Questionnaire ..................Regional Tutorials .................... 4Enter the President ................... 3PACNET ............................. 8Fast Fingers .......................... 9

Membership and businessaddress:The SecretaryNZUSUGIP.O. Box 13056HamiltonNew Zealand

Editorial Address:NUZP.O: Box 7087Wellesley StAucklandNew Zealand

© 1984 New Zealand Unix Systems User Group,Inc. All rights reserved. Opinions expressed arenot necessarily those of NZUSUGI. Material maybe reprinted for non-commercial purposes withthe following credit line: "reprinted courtesy ofNZUSUGI, P.O. Box 13056, Hamilton, New Zea-land."* UNIX is a trademark of Bell Laboratories.

AUUGN41

Vol 6 No 3

Page 44: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Introduction

Preliminary Notice and First Call for Papers.Australian Unix systems User Group.

1986 Summer Meeting.University of Western Australia.

February 10, 11.

The 1986 Summer Meeting of AUUG will be held by the Department ofComputer Science at the University of Western Australia, Perth,W.A. on Monday February 10 and Tuesday, February 11, 1985.[ Please note these dates have changed since those announced at1985 Winter Meeting, Brisbane ]

The key note speaker is yet to be announced.

Call for Papers

This announcement provides preliminary information concerningregistration and accomodation and constitutes a first call forpapers. Further information, and the final call for papers willbe made in November.

Papers on subjects related to the Unix system, or Unix-likesystems are called for this meeting. Abstracts should arrive atthe University no later than last mail Friday, 13 December.Indication of intention by phone or mail is desirable as early aspossible. Abstracts and papers should be sent to

AUUG Summer Conference.Attention: Chris McDonaldDepartment of Computer ScienceUniversity of Western AustraliaNedlands. Western Australia 6008.

or (preferably) by electronic mail to:

ACSnet: [email protected] UUCP: ...!seismo!munnari!wacsvax.oz!auugCSNET: [email protected] ARPA: auug%wacsvax.oz@seismo

Vol 6 No 342

AUUGN

Page 45: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Hardware Display

There will be a display of appropriate hardware and software inconjunction with the conference, and vendors/manufacturers areinvited to demonstrate their products. For more information onparticipating in this display, contact

Damian Meyer,Department of Computer Science,University of Western Australia,Nedlands, 6008Phone: (09) 380 2282.

Registration

Registration will be $50, with a $10 discount for AUUG members,and a further $10 discount for early registration. To qualify forearly registration, your payment must be received before Friday,January 17

Speakers will receive a free ticket to the conference dinner,while there will be a complete remission of registration fees forthose speakers preparing papers (2000 words for publication) byFriday, 31 January.

Accomodation

Accomodation will be available at St. George’s College at thecost of $20 per night. Accomodation is also available at KingsPark Lodge, approx. 3km from the University.

Double $40.50 (also share twin singles)Single $34.50Family $64 (2 units connecting doors)

AUUGN43

Vol 6 No 3

Page 46: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Transport

Getting to Western Australia is expensive (getting anywhere inAustralia is expensive)..Various methods of getting here are ...

East-West Airlines.Sydney,Ayres Rock,Perth and return $469.00

Ansett AirlinesSydney Economy retumSydney APEX returnMelbourne Economy returnMelbourne APEX return

$766.80$498.40

$682.40$433.60

Railways (for net.railroads readers)Melbourne Economy Discount returnMelbourne Sit up (ugh)Sydney return rail fares exceed air fares.

$528.00$222.00

Bus, and driving also, but it is a hard way to go.

APEX air fares would appear the cheapest, and should be availiblearound the time of the conference, but you should book soon toensure a flight, you will also have to plan on being here forseven days. Standby and FLEXI fares are also availible, but theyare less reliable.

What else ?

February is the wannest time of the year in Perth, the venue willbe air conditioned and our beaches are among the best in thecountry, if you don’t believe that, then come to the conferenceand see for yourself. Perth will be host to the World 12 MeterChampionships throughout February, which promises to be asinteresting as the Cup, without the Crowd. The Universityparticipates strongly in the Festival of Perth, with nightlyoutdoor film festivals, and indoor performances in its varioustheaters, as well as many other venues throughout Perth. Take aholiday, come see Perth, come to the AUUG conference.

Vol 6 No 344

AUUGN

Page 47: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Other Information

Further information will be posted to aus.auug in the nearfuture, including registration forms. AUUG members will receiveregistration info via snail mail in due course. Non members, notparticipating in netnews, can contact Glenn Huxtable (see below),or mail auug@wacsvax to request registration formsandinformation.

For further information contact

REGISTRATION & GENERAL

PROGRAM

ACCOMODATION

DISPLAY

Glenn [email protected](09) 380 2878Chris [email protected](09) 380 2878Frank O’[email protected](09) 380 2639Damian [email protected](09) 380 2282

or via snail mail ...

Glenn HuxtableDepartment of Computer ScienceUniversity of Westeren AustraliaNedlands 6009Perth, Western Australia

AUUGN45

Vol 6 No 3

Page 48: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Australian UNIX* systems User Group(AUUG)

Membership Application

I, do hereby apply for ordinary($50)/student($30)**membership of the Australian UNIX systems User Group and do agree to abide by the rules of the association especiallywith respect to non-disclosure of confidential and restricted licensed information. I understand that the membership feeentitles me to receive the Australian UNIX systems User Group Newsletter and I enclose payment of $ herewith.

Signed Date

Name

Mailing address for AUUG information

Telephone number (including area code)

UNIX Network address

I agree to my name and address being made available to software/hardware vendorsYES NO

Student Member Certification

I certify that is a full-time student at

Expected date of graduation

Faculty signature Date

Office use only 10/85

* UNIX is a trademark of AT&T Bell Laboratories

** Delete one

Vol 6 No 3 AUUGN46

Page 49: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Australian UNIX* systems User Group Newsletter(AUUGN)

Subscription Application

I wish to subscribe to the Australian UNIX systems User Group Newsletter and enclose payment of $herewith for the items indicated below.

Signed Date

One years subscription (6 issues) available on microfiche or paper $30.00

Back issues of Volume 1 (6 issues) available only on microfiche $24.00

Back issues of Volume 2 (6 issues) available only on microfiche $24.00

Back issues of Volume 3 (6 issues) available only on microfiche $24.00

Back issues of Volume 4 (6 issues) available on microfiche, some paper copies$24.00

Back issues of Volume 5 (6 issues) available on microfiche, some paper copies$24.00

Subscribers outside Australia must pay more per volume to cover surface mail costs$10.00

Subscribers outside Australia must pay more per volume to cover air mail costs$30.00

Nanle

Mailing address

Telephone number (including area code)

UNIX Network address

I agree to my name and address being made available to software/hardware vendorsYES NO

Office use only 10/85

* UNIX is a trademark of AT&T Bell Laboratories

AUUGN47

Vol 6 No 3

Page 50: Unix terns - Minnie's Home Pageminnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V06.3.pdfBasser Department of Computer Science F09 University of Sydney Sydney NSW 2006 ACSnet: john@basser.oz

Peter IvanovAUUGN EditorSchool of EE and CSUniversity of New South WalesPO Box 1Kensington NSW 2033AUSTRALIA

[email protected]

+61 2 697 4042

Vol 6 No 348

AUUGN