Posted by ensignavenger on August 13, 2010 at 4:49am
I could not find anywhere specified for posting support requests? Is there an official place for this?
I am having trouble installing Aegir- I have followed the instructions down to where I am supposed to run install.sh.txt, (sudo su -s /bin/bash aegir -c "sh install.sh.txt") but when I run the comand, I get an error- "Can't open install.sh.txt"
I have double and triple checked to make certain that CHMOD has set the permissions.
If anyone has any ideas, they would be most appreciated!
Comments
don't do it under /root
If you've downloaded install.sh.txt to /root aegir user will not be able to open that file. In addition to the file permissions check the parent folder(s) permissions.
my 2 ¢.
Thanks jonhattan!
Thanks, that works perfectly. I had a few other issues but was able to resolve them with some Google searching. The install instructions should be updated to reflect that the install.sh.txt file can't be in the /root directory. I moved it to /var/aegir and that resolved the problem.