I have installed Home-Assistant on the Ubuntu on Windows 10. To clarify, this is not a VM. Everything seems to be working correctly (though I have yet to test my Z-Wave USB Stick on it yet, except as soon as I login to the UI, this error occurs. What is it and is there anything I can do?
Thanks
16-09-07 16:47:30 homeassistant.core: BusHandler:Exception doing job
Traceback (most recent call last):
File "/usr/local/lib/python3.4/dist-packages/homeassistant/core.py", line 852, in job_handler
func(*args)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/event.py", line 179, in pattern_time_change_listener
action(now)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py", line 180, in _update_entity_states
entity.update_ha_state(True)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity.py", line 154, in update_ha_state
self.update()
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/switch/command_line.py", line 113, in update
payload = str(self._query_state())
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/switch/command_line.py", line 107, in _query_state
return CommandSwitch._query_state_value(self._command_state)
File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/switch/command_line.py", line 70, in _query_state_value
return_value = subprocess.check_output(command, shell=True)
File "/usr/lib/python3.4/subprocess.py", line 607, in check_output
with Popen(*popenargs, stdout=PIPE, **kwargs) as process:
File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.4/subprocess.py", line 1395, in _execute_child
restore_signals, start_new_session, preexec_fn)
OSError: [Errno 12] Cannot allocate memory