M. Toups

Results 8 comments of M. Toups

I understand the performance issue of so many DNS queries, but what I'd like to see is a way to match just IP addresses on my end to names which...

This line is wrong: `data array>,` In other words, an array of what? It looks like your sample is actually an array containing a struct, so maybe something like: `data...

Please provide the CREATE statement you used which is not working.

Are you still getting a parse error? If so, what line number? Provide the whole error message here.

Oh, data could be a reserved keyword. Try wrapping it in backticks, i.e. ``` `data` array ```

I'm pretty sure it still is relevant. I still observe this behavior in my deployment. I'm not running the latest master there, but it isn't very out of date. And...

after modifying `syno_docker_update.sh` with those two fixes (thanks @adubpak ) we get farther but still fail on step 9: ```bash-4.4$ sudo ./syno_docker_update.sh update Update Docker Engine and Docker Compose on...

Thanks for the info. I dug into the logs and in my case the updated docker was failing to start due to aufs being removed from docker version 24. (I...