can't get domoticz installed/running
Posted: Friday 13 January 2017 14:23
I tried to install domoticz, but i can't get it to work.
its a ubuntu 12.04LTS i686 system.
first error was when trying:
'sudo curl -L install.domoticz.com | bash'
*sidenote: sudo is not nessesery, because i am logged in as root. however, thats not the problem.
The scripts runs, asks some questions.. and stops. because of a 404 (can't download the package).
Problem was found quick; the ${Mach} var output was i686.. but if i go to the url.. it doesn't support that...
so downloaded the script... changed ${Mach} to x64_i686 and runs the script again (looks like x64_i686 is the only available download if i go to the download page of domoticz).
now setup is running fine... however... nothing is running at 8080 or 443...
Trying to run /etc/init.d/domoticz.sh start gives the following error:
i also tried to compile and install from source.. but looks like that is far above my knowledge how to manage that.
any suggestions what to do next?
its a ubuntu 12.04LTS i686 system.
first error was when trying:
'sudo curl -L install.domoticz.com | bash'
*sidenote: sudo is not nessesery, because i am logged in as root. however, thats not the problem.
The scripts runs, asks some questions.. and stops. because of a 404 (can't download the package).
Problem was found quick; the ${Mach} var output was i686.. but if i go to the url.. it doesn't support that...
so downloaded the script... changed ${Mach} to x64_i686 and runs the script again (looks like x64_i686 is the only available download if i go to the download page of domoticz).
now setup is running fine... however... nothing is running at 8080 or 443...
Trying to run /etc/init.d/domoticz.sh start gives the following error:
can't find anything on the web about this.start-stop-daemon: unable to start /home/root/domoticz/domoticz (Exec format error)
i also tried to compile and install from source.. but looks like that is far above my knowledge how to manage that.
any suggestions what to do next?