[ccp4bb] No permission to CCP4I_TOP dir

2008-05-16 Thread Raja Dey
Hi, Could you please tell me how I can get permission to the CCP4I_TOP dir? When I am trying to plugg ARP/wARP GUI into the CCP4i interface, after clicking apply it says I have no permission. I am the only user of my macbook with intel core 2 duo (OSX 10.5). I also tried as follows: anand2

Re: [ccp4bb] No permission to CCP4I_TOP dir

2008-05-16 Thread Anastassis Perrakis
Dear Raja, The problem appears to be that you are not the owner of the CCP4, but root is; this can happen even if you are the only user. From your email it looks CCP4 "belongs" to root. There are three solutions: 1. cd $CCP4 cd .. sudo chown -R yourname.yourgroup 2. for ARP/wARP install

Re: [ccp4bb] No permission to CCP4I_TOP dir

2008-05-16 Thread William Scott
Hi Raja: The root shell isn't inheriting the environment, so to ensure that everything is set up correctly, do this: sudo -s source /sw/bin/init.sh ccp4i The /sw/bin/init.sh will (indirectly) source the whole ccp4 environment setup file. On Fri, May 16, 2008 10:52 am, Raja Dey wrote: > Hi Bil