Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!mordor!lll-tis!ames!ucbcad!ucbvax!ENGVAX.SCG.HAC.COM!BROSSEAU%SECAD1 From: BROSSEAU%SECAD1@ENGVAX.SCG.HAC.COM ("LISA M. BROSSEAU") Newsgroups: comp.os.vms Subject: (none) Message-ID: <8706270356.AA26649@ucbvax.Berkeley.EDU> Date: Fri, 26-Jun-87 12:57:00 EDT Article-I.D.: ucbvax.8706270356.AA26649 Posted: Fri Jun 26 12:57:00 1987 Date-Received: Sat, 27-Jun-87 19:36:42 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 47 Hello, I recently discovered a couple of bugs in VMS and thought someone out there might like to know about them. 1) A different problem with the set term command: If your terminal is set up as a vt100 type terminal in your login.com with set term/dev=vt100 and you then do a set term/inquire (for whatever reason -- to put yourself back to vt220 or 240 mode) and then do a set term/dev=vt100 again (we need vt100 mode to use telenet to our unix vax so that works) Eightbit remains set -- which should not be the case for a Vt100. With Eightbit set the for telnet does not work. Dec says this was a bug with one of their other terminal types. It sounds to me like they have alot of bugs in their set term command. 2) A problem with copying directories: Ocassionally I need to move a user from one disk to another to balance out the disk load. I do all the necessary stuff in Authorize and Diskquota to set the user up for the other disk and then proceed to copy their files to their new location. I found that if you use the following copy command to copy the tree to another tree on another disk or the same disk the following problem occurs. $ CRE/DIR DISK$USER2:[USERX] $ COPY DISK$USER1:[USERX...]*.*.* DISK$USER2:[USERX...]*.*.* If the first entry in the top level of the tree is a directory you will get an illegal directory copy attempted error. If the first , second, third and forth ... entries are directories you will get errors on all of them... It is not until a file is copied that Copy will allow you to copy a dir file over. After a data file is copied any dir that occurs is copied fine. Backup would probably work as a work around , but I think copy should be fixed. I am running 4.4 but DECs software support people reproduced the problem on 4.5. I hope these descriptions make sense and maybe answer some questions for someone out there. Lisa Brosseau Hughes Aircraft Company Newport Beach CA