weird issue with fresh install
Posted: Tuesday 13 October 2020 10:23
my problem is with a freshly installed ubuntu 20.04 i cant acces the plugins folder and allot of folder rights are owned by a user and group 2000:2000
cant acces plugins folder and when i created script in demoticz they cannot be run.
what i do and what i install and order
1. default installation ubuntu 20.04 LTS
2.
3.
4.
5. then i install webmin:
6. then i reboot again ( sudo reboot)
then i install python.
7. then i run
8. then i run
then i reboot again
9. sudo reboot
then i install domoticz:
10.
11. then i update domoticz to release.
then when i try to go to cd domoticz/plugins i get:
cd: domoticz/plugins: Permission denied
also when i make a dzvent script it cannot be run whatever i do.
i know the reboots prolly dont need to happen this often but after like 10 installs i tried allot all the same result.
als i tried to update to the beta. same result.
whats going wrong here?
Pictures:
https://imgshare.io/image/Nx6TWj
https://imgshare.io/image/Nx6qOt
https://imgshare.io/image/Nx6cKS
cant acces plugins folder and when i created script in demoticz they cannot be run.
what i do and what i install and order
1. default installation ubuntu 20.04 LTS
2.
Code: Select all
sudo apt update
Code: Select all
sudo apt upgrade
Code: Select all
sudo reboot
Code: Select all
wget -qO - http://www.webmin.com/jcameron-key.asc | sudo apt-key add -
sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge contrib" > /etc/apt/sources.list.d/webmin.list'
sudo apt update
sudo apt install webmin
then i install python.
7. then i run
Code: Select all
sudo apt install python3
Code: Select all
sudo apt install python3-dev
9. sudo reboot
then i install domoticz:
10.
Code: Select all
curl -sSL install.domoticz.com | sudo bash
then when i try to go to cd domoticz/plugins i get:
cd: domoticz/plugins: Permission denied
also when i make a dzvent script it cannot be run whatever i do.
i know the reboots prolly dont need to happen this often but after like 10 installs i tried allot all the same result.
als i tried to update to the beta. same result.
whats going wrong here?
Pictures:
https://imgshare.io/image/Nx6TWj
https://imgshare.io/image/Nx6qOt
https://imgshare.io/image/Nx6cKS