I run raspberry PI 3. I did follow install instructions:
- Clean PI 3 OS installation
- sudo apt-get update
- sudo apt-get install python-pip python-dev python-openssl
- sudo apt-get install rabbitmq-server
- pip install 'pip>1.5' --upgrade
but SecPi 1.0.4 (manager, webinterface, worker) installation cannot complete successfully.
Installation end with error:
Copying rabbitmq.config file...
cp: cannot create regular file '/etc/rabbitmq/rabbitmq.config': Permission denied
sed: can't read /etc/rabbitmq/rabbitmq.config: No such file or directory
mkdir: cannot create directory ‘/var/log/secpi’: Permission denied
Couldn't create /var/log/secpi
I read all closed issues but find out no solution for my case.
Please advice how can I solve the problem.
I run raspberry PI 3. I did follow install instructions:
but SecPi 1.0.4 (manager, webinterface, worker) installation cannot complete successfully.
Installation end with error:
Copying rabbitmq.config file...
cp: cannot create regular file '/etc/rabbitmq/rabbitmq.config': Permission denied
sed: can't read /etc/rabbitmq/rabbitmq.config: No such file or directory
mkdir: cannot create directory ‘/var/log/secpi’: Permission denied
Couldn't create /var/log/secpi
I read all closed issues but find out no solution for my case.
Please advice how can I solve the problem.