Thomas Laubrock

Results 9 comments of Thomas Laubrock

Had the same issue, because `/` had not the right permissions: ``` root@81af9f6a653f:/# ls -lad / drw------- 21 root root 4096 Jan 7 00:07 / root@81af9f6a653f:/# chmod 755 / ```...

The final solution was to switching the storage provider to `overlay2` for my complete docker installation. See https://docs.docker.com/storage/storagedriver/select-storage-driver/

Hi, Sorry this will be a lengthy answer and may raise more questions than giving answers. I don't like the idea if introducing new config keys like 'password_file'. Then I...

I have far more "fancy" regex in my setup. But I use single quotes. And all examples in the repo use single quotes too. AFAIK unquoted strings won't work with...

I am using hierarchical tags also. I am maintaining them via [Digikam] a desktop app for photo management. Other tools like shotwell and f-spot does the same.

@leomargontier sorry for the late reply. I typically use regex to parse out. e.g to get the uptime from a tasmota TELE/State: ``` {"Time":"2023-11-01T11:02:36","Uptime":"44T11:20:54","UptimeSec":3842454,"Heap":100,"SleepMode":"Dynamic","Sleep":50,"LoadAvg":19,"MqttCount":28,"Berry":{"HeapUsed":14,"Objects":293},"POWER1":"OFF","POWER2":"OFF","POWER3":"ON","POWER4":"OFF","POWER5":"OFF","Wifi":{"AP":1,"SSId":"iot","BSSId":"D0:21:F9:E6:2C:FD","Channel":1,"Mode":"11n","RSSI":94,"Signal":-53,"LinkCount":1,"Downtime":"0T00:00:03"}} ``` I am using: ``` -...

Ahh I saw you did a PR, thanks! Would you mind to create an example with explaining comment. and PR it?

Here both outputs: ``` root@signal-cli-rest-api-75f5dbc698-69k65:/# hostname -I 172.16.58.246 fd61:a8b9:a1ec:9e8e:2edd:ae8c:173d:9824 root@signal-cli-rest-api-75f5dbc698-69k65:/# hostname -i fd61:a8b9:a1ec:9e8e:2edd:ae8c:173d:9824 172.16.58.246 ``` Following the man-page the order is random. I think gathering the IP is a complex...

Just want to say thank you for this great example and log positive results: I am running this code and reliable connect to the Nordics Android App and a UART...