CenturyLinkLabs / panamax-coreos

panamax-coreos installs the Panamax application, which is made up of the panamax-ui and panamax-api codebases.
Apache License 2.0
84 stars 31 forks source link

Panamax tries to store files in the installation path. #66

Open ringods opened 9 years ago

ringods commented 9 years ago

As described in #65, I installed Panamax via Homebrew using a dedicated admin account. But I want to run Panamax in my regular user account. Panamax tries to write it's files in the installation folder.

███████╗ ██████╗  █████████╗ ██████╗  ██████████╗ ██████╗  ██╗  ██╗
██╔══██║  ╚═══██╗ ███╗  ███║  ╚═══██╗ ██║ ██╔ ██║  ╚═══██╗ ╚██╗██╔╝
██   ██║ ███████║ ███║  ███║ ███████║ ██║╚██║ ██║ ███████║  ╚███╔╝
███████╝ ███████║ ███║  ███║ ███████║ ██║╚██║ ██║ ███████║  ██╔██╗
██║      ███████║ ███║  ███║ ███████║ ██║╚██║ ██║ ███████║ ██╔╝ ██╗
╚═╝      ╚══════╝ ╚══╝  ╚══╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝  ╚═╝

CenturyLink Labs - http://www.centurylinklabs.com/

Checking if required software is installed.

Vagrant 1.6 or newer installed.
Virtualbox 4.3 or newer installed.

/usr/local/Cellar/panamax/0.3.4/.panamax/desktop: line 227: /usr/local/Cellar/panamax/0.3.4/.panamax/.env_tmp: Permission denied
sed: /usr/local/Cellar/panamax/0.3.4/.panamax/.env_tmp: No such file or directory
/usr/local/Cellar/panamax/0.3.4/.panamax/desktop: line 349: /usr/local/Cellar/panamax/0.3.4/.panamax/.env_tmp: Permission denied
/usr/local/Cellar/panamax/0.3.4/.panamax/desktop: line 350: /usr/local/Cellar/panamax/0.3.4/.panamax/.env_tmp: Permission denied
/usr/local/Cellar/panamax/0.3.4/.panamax/desktop: line 229: /usr/local/Cellar/panamax/0.3.4/.panamax/.env_tmp: No such file or directory
Vagrant failed to initialize at a very early stage:

The directory Vagrant will use to store local environment-specific
state is not accessible. The directory specified as the local data
directory must be both readable and writable for the user that is
running Vagrant.

Local data directory: /usr/local/Cellar/panamax/0.3.4/.panamax/.vagrant
A different VM with name panamax-vm has been created already. Please re-install or delete panamax-vm VM and try again.

Please use ~/.panamax when running, or make it configurable.