spants

Community Developer
  • Posts

    637
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by spants

  1. ah ok. vt-d is enabled in the bios.... It must be something else that is causing those errors. I'm on 6.2.0-beta21 Interestingly: http://ark.intel.com/products/52214/Intel-Core-i7-2600K-Processor-8M-Cache-up-to-3_80-GHz says that my processor doesnt have vt-d!
  2. There is no option to enable iommu in the bios that I can see. HVM is enabled though. Is IOMMU a requirement for VMs?
  3. I have been using and writing a lot of Docker images and thought that I would take a look at VMs. However, none will start: LC_ALL=C PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/ QEMU_AUDIO_DRV=none /usr/local/sbin/qemu -name 'Windows 7' -S -machine pc-i440fx-2.5,accel=kvm,usb=off,mem-merge=off -cpu host,hv_time,hv_relaxed,hv_vapic,hv_spinlocks=0x1fff,hv_vendor_id=none -m 2048 -realtime mlock=off -smp 2,sockets=1,cores=1,threads=2 -uuid e8e3ee70-eaa9-e1cd-68e6-14c24d766113 -no-user-config -nodefaults -chardev 'socket,id=charmonitor,path=/var/lib/libvirt/qemu/domain-Windows 7/monitor.sock,server,nowait' -mon chardev=charmonitor,id=monitor,mode=control -rtc base=localtime -no-hpet -no-shutdown -boot strict=on -device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x7.0x7 -device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x7 -device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x7.0x1 -device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x7.0x2 -device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x4 -drive 'file=/mnt/cache/.keep/vm/Windows 7/v-device qxl-vga,id=video0,ram_size=67108864,vram_size=67108864,vgamem_mb=16,bus=pci.0,addr=0x2 -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6 -msg timestamp=on Domain id=2 is tainted: high-privileges Domain id=2 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) I have tried selecting other CPU cores etc. This seems to be the problem: Domain id=2 is tainted: high-privileges Domain id=2 is tainted: host-cpu argggg: I guess I need IOMMU capability?. No menu to set it... Model: N/A M/B: ASUSTeK Computer INC. - P8Z68-V PRO CPU: Intel® Core™ i7-2600K CPU @ 3.40GHz HVM: Enabled IOMMU: Disabled Cache: 256 kB, 1024 kB, 8192 kB Memory: 16384 MB (max. installable capacity 32 GB) Network: eth0: 1000Mb/s, Full Duplex, mtu 1500 Kernel: Linux 4.4.6-unRAID x86_64 OpenSSL: 1.0.2g Uptime:
  4. MQTT docker updated/re-written to Mosquitto 1.4.8 + websockets. I found that the Home-Assistant docker wouldn't work with the old MQTT docker - the new update works! (I think it was the old version of Mosquitto that had problems)
  5. the mqtt client seems borked - it doesn't work with external mqtt server either. Traceback (most recent call last): File "/usr/local/lib/python3.4/threading.py", line 911, in _bootstrap_inner self.run() File "/usr/local/lib/python3.4/threading.py", line 859, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 2287, in _thread_main self.loop_forever() File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 1261, in loop_forever rc = self.loop(timeout, max_packets) File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 811, in loop rc = self.loop_read(max_packets) File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 1073, in loop_read rc = self._packet_read() File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 1475, in _packet_read rc = self._packet_handle() File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 1943, in _packet_handle return self._handle_publish() File "/usr/local/lib/python3.4/site-packages/paho/mqtt/client.py", line 2095, in _handle_publish (message.topic, packet) = struct.unpack(pack_format, packet) struct.error: bad char in struct format
  6. You can add the node-red-node-pushover node via the admin tab and it should persist between updates...... edit the node-red-contrib by using backspace. (is this how you are doing it?.... make sure that you are also pointing /data to a directory on your drives - in my case /mnt/user/docker/appdata/nodered so that the flows and additions persist)
  7. that is not my version :-) I will upload my templates to github later today.
  8. K, thanks for trying that. Personally I would create a docker appdata directory and store the files on the protected disks. I would hate to lose the configs for my 17 dockers!. The downside is that one disk stays spinning... the wear and tear is not much (better than sleeping/restarting) but it uses a slight amount of energy. I will try and nail this issue down a bit but I have a busy weekend coming up!. I wonder if the linuxserver.io sonar/plex have this issue... will try (btw - the client error that you have, does the client have an id and have you disabled anon in the config fiel if you are not using a password)
  9. I agree - it looks like permissions. Have you tried stopping mqtt and doing a newperms on that mqtt data folder? Are you using the linuxserver.io versions of those dockers? My mqtt is based on linuxserver/baseimage so it should behave the same way. If you have your docker data share on one disk, only that one will spin up but your data is protected if you have a disk fault.
  10. Maybe it is because my data is stored on the protected unraid volumes /mnt/user/docker/appdata and yours is stored on the unprotected cache drive?. Why do you store your docker data there? - apart from it is faster :-)
  11. it works for me, can you choose another directory and use the template to start it. If you start it manually, try: (change directory to suit) docker run -t -i --net="bridge" -p 1883:1883/tcp -p 9001:9001 -v /mnt/cache/app_config/mqtt/:/config:rw -e PGID=100 -e PUID=99 spants/mqtt
  12. I will check this out later today.. It is working ok for me!
  13. I just click the retrieve button on the bottom left - it updates the spots
  14. I now use the linuxserver.io apache Docker and added the spotweb files from github. Works really well apart from no CRON
  15. i use Imperihome client http://www.evertygo.com/imperihome on ios and android (free but about £5 to use the api) and node red for the intelligence talks via the api (free - see my docker).
  16. I have just added the smooth node to average readings over a time period. Useful for my home automation graphing!
  17. Arent these already in it? I had jq installed for contrib-json and I have just added JSONSelect and JSONPath.... let me know if it works
  18. will be free for personal use : https://github.com/gilbertchen/duplicacy-beta/releases https://news.ycombinator.com/item?id=11343643
  19. I think lshw is included in 6.2. I'm working on an update for Nerdpack. Some packages won't work with 6.2. You need python 2.7.11 I updated the virtual machine wake on lan plugin and the speedtest plugin to use this version. https://github.com/dmacias72/unRAID-plugins/raw/master/source/packages/python-2.7.11-x86_64-2.txz Here's also pip and pysetuptools. You can do pip install --upgrade pip to get latest. https://github.com/dmacias72/unRAID-plugins/raw/master/source/packages/pip-7.1.2-x86_64-7_slack.txz https://github.com/dmacias72/unRAID-plugins/raw/master/source/packages/pysetuptools-18.2-x86_64-2_slack.txz Thanks for the info!. I have got around the PIP problem by writing a function in NodeRed - it was for reading values from my heating controller.
  20. Just added a Hive (British Gas) heating controller node, removed IBM IoT nodes and add Watson IoT instead....
  21. Found a couple of things different to 6.1.9 1) I have an update available on nerdpack plugin (shown under settings) however the update button doesnt do anything. (lshw-B.02.17-x86_64-1_SBo_LT.txz) 2) I have some lines in my go script to install a python program: - it needs to install PIP, for which I use https://pip.pypa.io/en/stable/installing - That program gives an error "ImportError: cannot import name HTTPSHandler" * I have seen reference to Python needing openssl here: http://stackoverflow.com/questions/32054580/httpshandler-error-while-installing-pip-with-python-2-7-9
  22. Working really well from a 6.1.9 version. I am using single parity. One thing that I have noticed is the delay at looking at SMB shares from a MAC has gone - its now very fast. Has anything changed or is it me?
  23. thanks for trying the docker. With MQTT, there is a file created called mosquitto.conf with line 20: allow_anonymous false Change this to true if you do not want passwords.I was sure that if the passwords.mqtt file was empty then it would allow anon access. Will check. Re HA stuff I use my Node-Red and MQTT dockers together. I try to get as much as possible into mqtt directly (various ESP8266 devices) if I can. If not, I use Node-Red to transform the other devices (Hive thermostats - Tado Thermostats & Ciseco sensors https://www.wirelessthings.net/things/sensors) into MQTT messages. That way, I can try various HA applications at the same time: Domoticz, Emoncms, Home-Assistant, OpenRemoteCommander etc without problems.