Unfortunately I'm getting the following output when I try to associate the switch, and the winkhub does not go into paring mode (The LED stays solid blue)
Code: Select all
[root@flex-dvt root]# aprontest -a -r zwave
connect() failed: No such file or directory
connect() failed: No such file or directory
Add device for Z-Wave
Error 8 on command 1
How I got here:
- Rooted the devise last year using instructions from http://arahuman.blogspot.ca/2014/11/how ... -step.html
- Upgraded the rooted device to 00.86 as shown viewtopic.php?f=6&t=4
What I've tried:
- Resetting the device to as close to factory as possible as shown viewforum.php?f=13
- Resetting the cf_ver files to make it look like 0.47 and running the upgrade again (the output looked fine)
- Recreating the apron.db and lutron-db.sqllite from the /database_default
- Restarting the aprond process (still get a worrying connect() failed: No such file or directory
Code: Select all
[root@flex-dvt database]# /etc/init.d/S61apron restart
Stopping aprond...Starting aprond...Got Z-Wave version: Z-Wave 3.79
[ZWAVE OK]
i: [2004.1] main() (Main|apron.c:51): APRON Home Automation Gateway version 1.2.0+localhost.localdomain-git{499953e}-20150410.024001 Starting ...
connect() failed: No such file or directory
Startup complete.
[root@flex-dvt database]#
Since I think that the rootfs has been reimaged with the upgrade processes, I'm think that I've managed to mess up the /database filesystem so that either a process isn't running, or I've removed/damaged some important files. What I think may help:
- Confirmation that the /etc/hosts file should look like
Code: Select all
127.0.0.1 localhost
127.0.1.1 flex-dvt - A ps -eaf dump from a working system (to see if I'm missing any normal processes)
- A dump of the content of a working /database filesystem (to see if I can locate which files may be missing)
Thanks for any help you can offer me in this matter.
-Eric.