Holger Müller

Results 92 comments of Holger Müller

sudo cmake ist nicht notwendig. cmake legt nur die Makefiles entsprechend an. Schau Dir bitte noch einmal das Vorgehen unter [INSTALL.md](https://github.com/openv/vcontrold/blob/master/doc/INSTALL.md) an. Nur das make install benötigt ein sudo (was...

Ja, läuft nicht. Sieht man hier > Active: active (**exited**) since Fri 2017-11-10 07:24:12 CET; 1min 7s ago Vmtl. bringt auch `ps aux|grep vcontrold` nix raus. Was kommt denn für...

Das Logging geht nach stderr nicht nach stdout. ">" lenkt nur stdout um. Trotzdem verstehe ich nicht, warum das bei Dir nicht mehr läuft und warum die /var/log/vcontrold.log nicht angelegt...

Hallo Hartwig, grundsätzlich schon. Siehe [pull request #3](https://github.com/openv/vcontrold/pull/3) und [issue #13](https://github.com/openv/vcontrold/issues/13). Aber noch keine richtige Lösung gefunden ... Dennoch, mit dem aktuellen master und der Verwendung einer unit (statt 0...

Did you save your DHCP table (`save dhcp` at telnet prompt) while the device 192.168.10.4 was connected? ESP comes up with lease time 100000 after reboot if you saved it...

It was 32mb before. But this is deprecated. Modern esptool.py versions use Flash Size: --flash_size, -fs Size of the SPI flash, given in megabytes. Valid values are: keep, detect, 256KB,...

As I said, the version in the docker is VERY old ... ``` /home/esp/esp_wifi_repeater/../esp-open-sdk/xtensa-lx106-elf/bin/esptool.py version esptool.py v1.2 ``` My SDK comes with esptool.py v2.8 resulting in ``` WARNING: Flash size...