I read some of the other discussions on this topic. The problems I faced were:
The install hangs at Line 170 (âInstalling myDevices agentâ). I had to press ENTER and then it continues. Why is this old bug still there?
There are 4 places in the log where there is the error: â/tmp/myDevices-1.0/setup.sh: line 162: /etc/myDevices/uninstall/installed_deb: No such file or directoryâ. Does this affect anything? Whatâs the cause?
I wanted to understand the install process. It seems to be using the â/tmpâ directory for build. All later directories are like: â./myDevices-1.0/â. What location is this? Is it referring to this directory within /tmp or somewhere else?
Do I need to do any clean-up after install to remove unnecessary files? Since there was an error (point 2 above) referencing âuninstallâ, how do I uninstall when I have to?
We always like when users dig a little bit into the code and try to see whatâs going on
So the short answer here, as @lmjhe2009 mentioned, is to use Jessie. Although it doesnât seem like you had any blocker issues with using Wheezy.
Is there a requirement for your project that forces you to use Wheezy? I ask because Raspberry Pi foundation no longer officially supports WheezyâŚthey only offer Jessie and Jessie Lite on their downloads page for Raspbian. Link. As such, we are considering also not officially supporting Wheezy OS too.
To answer your questions:
May be if you are using older version of Wheezy. Will look into this and get back to you.
Should not affect anything. Will get back to you on the cause.
Will need to get back to you on this.
No need to clean up anything. Weâre working on a method to uninstall right now that will fully remove Cayenne from the device. Thereâs a workaround at the bottom of this post: How to Uninstall Cayenne - #6 by CrazyCat
Thereâs no official requirement My Rasperry Pi was idle for past 3-4months. I just started it up yesterday to install Cayenne and do some DIY. It just so happens that it has the older OS, thatâs all. Do you have any experience in upgrading from Wheezy to Jessie? Can I do an in-place upgrade or do I have to re-install everything from scratch?
I have no experience doing an in-place upgrade. I fortunately had the luxury of just writing the newest version of Jessie over the sd card that previously had Wheezy.
Hi electronicsguy
re-install everything from scratch it is the best especially if it is via ssh here you can lose the connection when you need to reboot
Lars