LinuksGuru
LinuksGuru
Is abrupt stop problem can be only solved as jcvillegasfernandez suggests or there update with fix on the way?
This is actually follow-up of this bug report https://github.com/firmata/ConfigurableFirmata/issues/99 Anyway, if someone can provide sample how to properly implement ACCELSTEPPER_REPORT_POSITION in Python on RapPi it would be very nice. Main...
I think you should make new (fresh) NextCloud 20 install and migrate data. Not sure if this Reiner's Ansible scripts made for upgrade (may be wrong here). Fully dockerized install...
I commented out problematic lines, playbook runs into cycle, consumed over 8GB of RAM, and aborted with error. "php occ config:system:set maintenance --value=false --type=boolean" probably executed in a loop (I'm...
I wiped out content of ./rules/nextcloud_config/tasks, and the whole playbook run succesfully. Missing app reinstalled manually from web admin. Unfortunately, still can't connect neither "https://cloud1.mydoman.com:443" neither "https://cloud1.mydoman.com:9980". Collabora docker is...
I found one culprit. Playbook pulling latest fpm-alpine NextCloud image which is version 21. Collabora app for NC v21 is an early beta and may not function correctly. Solution: 1)...
It seems there is a fix on this thread. https://github.com/ReinerNippes/nextcloud_on_docker/issues/91#issuecomment-787508054
Re-installed everything from scratch, downgraded docker, as suggested by wget, still can't connect to Collabora and vice versa. Any idea how to fix? Thanks in advance. ``` apt-cache policy docker-ce...
`sudo install pip` fixes that. But you will encounter other errors if use Debian 10 with latest upgrades.
Hi, Manish2208! Can you please publish your Python code which sends commands to Arduino / AccelStepperFirmata? I have some problems with that combo described here: https://github.com/firmata/protocol/issues/120 Thanks in advance !