Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id WAA04203 for postgres-dist; Sun, 3 Apr 1994 22:48:18 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404040548.WAA04203@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from tutkie.tutkie.tut.ac.jp (tutkie.tut.ac.jp [133.15.160.64]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id WAA04194 for ; Sun, 3 Apr 1994 22:48:16 -0700 Received: from molout.tutkie.tut.ac.jp by tutkie.tutkie.tut.ac.jp (5.67+1.6W/6.4J.6) id AA11195; Mon, 4 Apr 94 14:46:28 JST Received: by molout.tutkie.tut.ac.jp (4.30/6.4J.6) id AA20740; Mon, 4 Apr 94 14:48:51 jst Date: Mon, 4 Apr 94 14:48:51 jst From: wolf@molout.tutkie.tut.ac.jp (Wolf-D. Ihlenfeldt) Message-Id: <9404040548.AA20740@molout.tutkie.tut.ac.jp> To: postgres@postgres.Berkeley.EDU Subject: Still problems with regression test Resent-To: postgres-dist@postgres.Berkeley.EDU Resent-Date: Sun, 03 Apr 94 22:48:18 -0700 Resent-XMts: smtp I just installed today's version of Postgres4.2. I still have problems in the regression test (SunOS4.1.2): icopy in -d $DATABASE -s $SMGR -v $HERE/../data/dept.data /dept.data1 \ || exit 1 /sd1g/wdi/POSTGRES/src/regress/regress/../data/dept.data -> /dept.data1 # # - recursive icopy "in" # icopy in -d $DATABASE -s $SMGR -R $HERE/../data /data1 \ || exit 1 # # - recursive icopy "in" with dotfiles # rm -f $THERE/.dept.data cp $HERE/../data/dept.data $THERE/.dept.data \ || exit 1 cp: cannot create regular file `/sd1g/wdi/POSTGRES/src/regress/regress/obj/.dept.data': Permission denied the Inversion file system test causes an error *** Error code 1 Stop. Didn't you just write something about fixed directory permissions ? This directory (created under user postgres in the normal installation procedure) hast the following permissions: wolf@hexane% ll -d obj drwxr-xr-x 2 postgres general 512 Apr 4 14:45 obj/ The file .dept.data does not exist yet. I ran the regression test as user wolf (myself), just as told in the installation manual. With this directory permissions it is clear that cp is bound to fail. WDI