epierre wrote:@Evelen, do you have a MyDomoAtHome in the domoticz directory ? start2.sh is in this directory
yes it is.
used the wiki install guide.
PS: I run this on a virtual VMware ESXi server, and I have a backup for before i installed MyDomoAtHome
let me know whether you think I should try from the start again. (and how)
epierre wrote:@Doler I've tested on my PI B running Wheezy the script is fine on start/stop from my last commit on github, waiting from your infos on that.
Sorry, I've been occupied by some urgent family business. Gave it a short try on both my working version after git pull and a version after an update. I couldn't get it to work on both. If time permits I'll try a clean, new install tomorrow (still on Wheezie).
epierre wrote:@Doler I've tested on my PI B running Wheezy the script is fine on start/stop from my last commit on github, waiting from your infos on that.
Sorry, I've been occupied by some urgent family business. Gave it a short try on both my working version after git pull and a version after an update. I couldn't get it to work on both. If time permits I'll try a clean, new install tomorrow (still on Wheezy).
Ok, did a clean install (on Wheezy) following the wiki and everything is fine. Next is install on Jessie once I got that up and running, will be continued...
Thanks for the help so far, Mark
pi@raspberrypi:~/domoticz/MyDomoAtHome $ sh ./run-once.sh
Will update packages list first...
Will update packages list first...
Now getting the needed software...
Now getting getting and installing dependencies...
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdancer-perl is already the newest version.
libdancer2-perl is already the newest version.
libfile-slurp-perl is already the newest version.
liblwp-protocol-psgi-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'perl' instead of 'libtime-piece-perl'
libcrypt-ssleay-perl is already the newest version.
libdatetime-format-strptime-perl is already the newest version.
libdatetime-perl is already the newest version.
libjson-perl is already the newest version.
libplack-perl is already the newest version.
perl is already the newest version.
starman is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdbd-sqlite3-perl is already the newest version.
libdbi-perl is already the newest version.
sqlite3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
libaudio-mpd-perl is already the newest version.
libnet-upnp-perl is already the newest version.
libpoe-component-client-mpd-perl is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo: cpanm: command not found
Now installing the service
The installation stops with 'cpanm: command not found' which imho means that the plackserver cannot be installed. Any suggestion how to solve this?
Thanks, Mark
epierre wrote:looks we had this issue on another VM try... no clue why...
Hmm...
If I do "dpkg -l | grep cpan" I get " libcpan-meta-perl (Perl module to access CPAN distributions meta data)" as a result. So there is something available? Could it be that the path is not correct? "echo $PATH" gives "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games", maybe there is something missing?
Thanks, Mark