hadmut
hadmut
Well, there's still DOS-Filesystems with a time granularity of 2 Seconds (only even seconds) out there, but I'd really recommend to put these possible deltas into a configuration variable and...
Yeah, latest checkout, x86. I had more problems, just run the docker file without -d to see the console output, some error message, which might be caused by the underlying...
(btw., working well on raspberry.)
Number 1: % docker-compose logs tuya Attaching to docker_tuya_1 tuya_1 | *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... tuya_1 | *** Running /etc/my_init.d/10_syslog-ng.init... tuya_1 | Error parsing source, source plugin unix-dgram not found in...
Number 2: % cat docker-compose.yml version: '3' services: tuya: image: tuya:latest privileged: true network_mode: "host" environment: - WLAN=wlp2s0 - AP=vtrust-flash - GATEWAY=10.42.42.1 volumes: - ./data/backups:/usr/bin/tuya-convert/backups Just changed the WLAN name.
Number 3: Yes, very same machine. One step after another. (Wouldn't it be convenient to use a build path in docker-compose.yml to put building into docker-compose up?)
Number 4: I had two more problems. One is the syslog-ng problem shown above („Number 1”). The second is a timeout in the interaction. When doing the start command, tuya-convert...
I haven't seen this bug again, since I haven't used this feature anymore. Nevertheless, I've seen strange behavior when receiving a plain text (unencrypted) dump into an encrypted zfs filesystem,...
Just as a workaround hack: Manually adding the types like wsdl.instance_eval do @type_namespaces += [ [["Text","epub"], "http://vgwort.de/1.0/AuthorMessageService/xsd"] ] end makes savon work correctly and use the right namespace. So it...
Still down. Project dead?