[quote=“guessed, post:14, topic:176107”]So that’s really odd. I’ve never seen a Vera unit before that doesn’t actually save the output/changes. If you’re comfortable with SSH Access, I’d login and run the following set of commands:
mount
df -k
ls -ltr /etc/cmh/
logread
and see if there are any anomalies. Basically looking to see if the filesystem is full and/or corrupted in some manner.[/quote]
OK, I connected via SSH. Not sure exactly what I am looking for. Below is the breakdown of results from the various commands.
df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 4608 4608 0 100% /rom
tmpfs 31240 1376 29864 4% /tmp
tmpfs 512 0 512 0% /dev
/dev/mtdblock7 11264 1304 9960 12% /overlay
overlayfs:/overlay 11264 1304 9960 12% /
/dev/mtdblock8 4480 4480 0 100% /mios
ls -ltr /etc/cmh/
-rw-r–r-- 1 root root 504 Jul 14 2011 user_data.json.luup.lzo
-rw-r–r-- 1 root root 2062 Jul 14 2011 servers.conf.default
-rwx------ 1 root root 458 Jul 14 2011 ra_key
-rw-r–r-- 1 root root 1 Jan 27 2012 vera_model
-rw-r–r-- 1 root root 0 Jan 27 2012 first_boot
-rw-r–r-- 1 root root 0 Jan 27 2012 devices
-rw-r–r-- 1 root root 5079 Aug 27 2012 network_pnp_sys.xml
-rw-r–r-- 1 root root 48027 Feb 18 23:16 zwave_products_sys.xml
-rw-r–r-- 1 root root 8 Mar 7 05:52 version
-rw-r–r-- 1 root root 5 Mar 7 05:52 ui_skin
-rw-r–r-- 1 root root 2 Mar 7 05:52 ui_man
-rw-r–r-- 1 root root 2 Mar 7 05:52 ui
-rw-r–r-- 1 root root 0 Mar 7 05:52 scenarios
-rw-r–r-- 1 root root 12 Mar 7 05:52 platform
-rw-r–r-- 1 root root 2 Mar 7 05:52 language_id
-rw-r–r-- 1 root root 3 Mar 7 05:52 language
-rw-r–r-- 1 root root 48 May 29 21:28 keys
-rw-r–r-- 1 root root 41 May 29 21:28 ergy_key
-rw-r–r-- 1 root root 3 May 29 22:05 zwave_locale
-rw-r–r-- 1 root root 398 May 29 22:05 cmh.conf
-rw-r–r-- 1 root root 9 May 29 22:05 PK_AccessPoint
-rw-r–r-- 1 root root 31 May 29 22:05 HW_Key2
-rw-r–r-- 1 root root 33 May 29 22:05 HW_Key
-rw-r–r-- 1 root root 2 May 29 22:05 ui_branding
-rw-r–r-- 1 root root 19 May 29 22:05 srv_timestamp
-rw-r–r-- 1 root root 15 May 31 10:04 users.conf
-rw-r–r-- 1 root root 19 May 31 10:04 users.conf.timestamp
drwxr-xr-x 2 root root 0 Jun 30 16:18 persist
-rw-r–r-- 1 root root 0 Jul 6 21:23 fresh_install
-rw-r–r-- 1 root root 2076 Jul 6 21:36 servers.conf
-rw-r–r-- 1 root root 16383 Jul 6 23:06 dongle.dump
-rw-r–r-- 1 root root 8 Jul 12 22:27 version_latest
drwxr-xr-x 2 root root 0 Jul 13 17:09 orig
-rw-r–r-- 1 root root 8 Jul 13 18:39 zwave_house_id
-rw-r–r-- 1 root root 48 Jul 13 18:39 zwave_version
-rw-r–r-- 1 root root 10 Jul 13 21:31 last_backup
-rw-r–r-- 1 root root 22599 Jul 13 21:50 user_data.json.lzo.5
-rw-r–r-- 1 root root 22630 Jul 13 21:56 user_data.json.lzo.4
-rw-r–r-- 1 root root 22634 Jul 13 22:02 user_data.json.lzo.3
-rw-r–r-- 1 root root 22677 Jul 13 22:08 user_data.json.lzo.2
-rw-r–r-- 1 root root 334 Jul 13 22:08 services.conf
-rw-r–r-- 1 root root 11 Jul 13 22:08 last_report
-rw-r–r-- 1 root root 22682 Jul 13 22:14 user_data.json.lzo.1
-rw-r–r-- 1 root root 55 Jul 13 22:20 ra_ports
-rw-r–r-- 1 root root 7 Jul 13 22:20 ra_password
-rw-r–r-- 1 root root 22635 Jul 13 22:20 user_data.json.lzo
I only see “possibly” a few errors under “logread”. The some of the lines below repeat many times in the log, others only once. Note, there were hundreds of lines returned.
logread
“…daemon.info dnsmasq[2566]: PnP: Warning duplicate IP 192.168.X.X and Mac d8:30:xx:xx:xx:xx” [I replaced some values with "X"s]
–and–
“…daemon.info dnsmasq[2566]: checking resolv file: /tmp/resolv.conf.auto” followed immediately by
“…daemon.info dnsmasq[2566]: stat didn’t return -1”
–and–
“user.notice rdate[24329]: Failed to sync with time-a.nist.gov . RdateExitCode=1 RdateResp=rdate: timeout connecting to time server” but it does appear to sync time in this line
“…user.notice rdate[14110]: Synced with ptbtime1.ptb.de . RdateResp=”
–and–
“…user.info sysinit: nanddump: warning!: --omitbad is being deprecated in favor of --bb=skipbad.”
–and–
“user.info sysinit: uci: Entry not found”
–and–
“…user.info sysinit: ifconfig: SIOCSIFFLAGS: Cannot assign requested address”
Does anything jump out at you?
Next step(s)?
By the way, thank you so much for your help!